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;
  }
}
.section-common-keyvisual .keyvisual-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-common-keyvisual .keyvisual-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 51, 65, 0.29);
  position: absolute;
  left: 0;
  top: 0;
}
.section-common-keyvisual .keyvisual-title {
  position: relative;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-inner {
    background: url("../img/common/keyvisual_bg_01.jpg") top -3px center/1920px auto no-repeat;
    min-height: 317px;
    padding-bottom: 6px;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 40px;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1920px) {
  .section-common-keyvisual .keyvisual-inner {
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-inner {
    background: url("../img/common/sp/keyvisual_bg_01.jpg") top center/cover no-repeat;
    min-height: 4rem;
    padding-bottom: 0.16rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.4rem;
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_02.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-second .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_02.jpg);
  }
}
@media print, (min-width: 768px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_03.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-third .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_03.jpg);
  }
}
.section-common-keyvisual.is-person .keyvisual-inner::before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/keyvisual_bg_08.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual.is-person .keyvisual-inner {
    background-image: url(../img/common/sp/keyvisual_bg_08.jpg);
  }
}
.breadcrumb {
  margin: 0 auto;
}
.breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item {
  color: #000;
}
.breadcrumb .breadcrumb-item::after {
  content: "/";
  opacity: 0;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.7 !important;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  opacity: 0;
  transition: all 0.3s ease;
}

.wf-active .breadcrumb .breadcrumb-item a,
.wf-active .breadcrumb .breadcrumb-item span, .wf-active .breadcrumb .breadcrumb-item::after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    max-width: 1000px;
    padding: 15px 0;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 11px;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.16rem 0.31rem;
  }
  .breadcrumb .breadcrumb-item::after {
    margin: 0 0.2rem;
    font-size: 0.2rem;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item span {
    font-size: 0.2rem;
  }
}
.section-about-list .item-link {
  display: block;
  color: #fff;
  position: relative;
  letter-spacing: 0.04em;
}
.section-about-list .is-active .item-link .item-image::after,
.section-about-list .item-link:hover .item-image::after {
  opacity: 1;
}
.section-about-list .is-active .item-link img,
.section-about-list .item-link:hover img {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.section-about-list .item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-about-list .item-image img {
  transition: all 0.3s ease;
}
.section-about-list .item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 84, 210, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.section-about-list .item-title {
  position: absolute;
  z-index: 11;
}
.section-about-list .text-english {
  display: block;
}
.section-about-list .text-japan {
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.section-about-list .item-text {
  text-align: right;
  position: absolute;
  z-index: 11;
}

@media print, (min-width: 768px) {
  .section-about-list {
    padding-top: 62px;
    padding-bottom: 160px;
  }
  .section-about-list .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-about-list .item {
    max-width: 602px;
    margin-bottom: 20px;
  }
  .section-about-list .item-link {
    font-size: 14px;
  }
  .section-about-list .item-title {
    left: 29px;
    top: 26px;
  }
  .section-about-list .text-japan {
    font-size: 20px;
  }
  .section-about-list .item-text {
    right: 20px;
    bottom: 26px;
    padding-right: 32px;
    background: url("../img/about/ico_arrow_white.png") right top 9px/23px auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list {
    padding: 0.8rem 0.31rem;
  }
  .section-about-list .item {
    margin-bottom: 0.4rem;
  }
  .section-about-list .item-link {
    font-size: 0.2rem;
  }
  .section-about-list .item-title {
    left: 0.45rem;
    top: 0.35rem;
  }
  .section-about-list .text-japan {
    font-size: 0.28rem;
    line-height: 2.25;
  }
  .section-about-list .item-image img {
    width: 100%;
  }
  .section-about-list .item-text {
    right: 0.3rem;
    bottom: 0.4rem;
    padding-right: 0.46rem;
    background: url("../img/about/ico_arrow_white.png") right top 0.12rem/0.32rem auto no-repeat;
  }
}
.section-about-list.is-message .list-items {
  -ms-flex-pack: unset;
      justify-content: unset;
}
.section-about-list.is-message .item-text {
  display: none;
}
.section-about-list.is-message .text-english {
  letter-spacing: 0.04em;
}
.section-about-list.is-message .text-japan {
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .section-about-list.is-message {
    padding-bottom: 147px;
  }
  .section-about-list.is-message .title-primary {
    margin-bottom: 77px;
  }
  .section-about-list.is-message .item {
    width: calc(33.33% - 32px);
    margin: 0 16px 32px;
  }
  .section-about-list.is-message .list-items {
    margin: 0 -16px;
  }
  .section-about-list.is-message .item-title {
    left: 20px;
    top: 50px;
  }
  .section-about-list.is-message .text-english {
    font-size: 12px;
  }
  .section-about-list.is-message .text-japan {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.is-message {
    padding: 0.28rem 0.31rem;
    margin-bottom: 0.52rem;
  }
  .section-about-list.is-message .title-primary {
    margin-bottom: 0.52rem;
  }
  .section-about-list.is-message .item-title {
    left: 0.4rem;
    top: 1.16rem;
  }
  .section-about-list.is-message .text-english {
    margin-bottom: 0.13rem;
  }
  .section-about-list.is-message .item-image img {
    width: 100%;
  }
}
.section-about-list.list-overplay .item-link::before {
  position: absolute;
  content: "";
  pointer-events: none;
}
.section-about-list.list-overplay .item-link::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .section-about-list.list-overplay {
    padding-top: 114px;
  }
  .section-about-list.list-overplay .item-link::before {
    background: rgba(0, 67, 136, 0.2) url("../img/common/item_overplay.png") top left/4px auto repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.list-overplay .item-link::before {
    background: rgba(0, 67, 136, 0.2) url("../img/common/item_overplay.png") top left/0.04rem auto repeat;
  }
  .section-about-list.list-overplay .item-title {
    top: 1.26rem;
  }
  .section-about-list.list-overplay .text-english {
    margin-bottom: 0.02rem;
  }
}
@media print, (min-width: 768px) {
  .section-about-list.is-company {
    padding-top: 50px;
  }
  .section-about-list.is-company .item-link::before {
    background: rgba(0, 67, 136, 0.3) url("../img/common/item_overplay.png") top left/4px auto repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-list.is-company .item-link::before {
    background: rgba(0, 67, 136, 0.3) url("../img/common/item_overplay.png") top left/0.04rem auto repeat;
  }
}
.section-common-introduce {
  position: relative;
  z-index: 1;
}
.section-common-introduce::before, .section-common-introduce::after {
  position: absolute;
  content: "";
}
.section-common-introduce::before {
  left: 0;
  pointer-events: none;
  background: #f4f9fb;
  z-index: -1;
}
.section-common-introduce::after {
  right: 0;
  bottom: 0;
  background: #004388;
  z-index: 2;
}
.section-common-introduce .detail-label {
  display: block;
}
.section-common-introduce .detail-name {
  color: #004388;
}
.section-common-introduce .detail-text {
  text-align: justify;
  line-height: 2;
}
.section-common-introduce .detail-top {
  border-bottom: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.section-common-introduce .introduce-detail {
  background: #fff;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-common-introduce {
    padding-top: 58px;
    margin-bottom: 53px;
  }
  .section-common-introduce::before {
    top: 134px;
    width: calc(50% - 20px);
    height: 480px;
  }
  .section-common-introduce::after {
    width: calc(50% + 340px);
    height: 6px;
  }
  .section-common-introduce .detail-label {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .section-common-introduce .detail-title {
    font-size: 36px;
    margin-left: 2px;
  }
  .section-common-introduce .detail-name {
    font-size: 16px;
    position: relative;
    top: 1px;
  }
  .section-common-introduce .detail-text {
    font-size: 16px;
  }
  .section-common-introduce .introduce-detail {
    padding: 50px 47px 47px;
    width: 841px;
    margin-left: auto;
    margin-right: -1px;
  }
  .section-common-introduce .detail-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .section-common-introduce .introduce-image {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduce {
    margin-bottom: 0.7rem;
  }
  .section-common-introduce .wrapper-inner {
    padding: 0.33rem 0.31rem 0.2rem;
  }
  .section-common-introduce::before {
    top: 1.47rem;
    width: 50%;
    height: 2.8rem;
  }
  .section-common-introduce::after {
    width: calc(50% + 3.43rem);
    height: 0.06rem;
  }
  .section-common-introduce .detail-label {
    font-size: 0.16rem;
    margin-bottom: 0.03rem;
  }
  .section-common-introduce .detail-title {
    font-size: 0.42rem;
    margin-right: 0.33rem;
  }
  .section-common-introduce .detail-name {
    font-size: 0.28rem;
  }
  .section-common-introduce .detail-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
    padding: 0 0.12rem 0 0.2rem;
  }
  .section-common-introduce .introduce-detail {
    padding: 0.46rem 0.2rem 0.36rem;
    margin-right: -0.31rem;
  }
  .section-common-introduce .detail-top {
    padding-bottom: 0.1rem;
    margin-bottom: 0.12rem;
    border-bottom: 0.02rem solid #d8d8d8;
  }
  .section-common-introduce .introduce-image {
    margin: 0 -0.31rem -0.48rem;
  }
  .section-common-introduce .introduce-image img {
    width: 100%;
  }
}
.section-common-introduce.is-sub .introduce-title {
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-common-introduce.is-sub .detail-title {
  color: #004388;
  line-height: calc(50 / 36);
}
.section-common-introduce.is-sub .introduce-detail {
  position: relative;
}
.section-common-introduce.is-sub .introduce-detail::before, .section-common-introduce.is-sub .introduce-detail:after {
  position: absolute;
  content: "";
}
.section-common-introduce.is-sub .introduce-detail::before {
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.section-common-introduce.is-sub .introduce-detail::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #f4f9fb;
  z-index: -2;
}
.section-common-introduce.is-sub .introduce-image {
  position: relative;
}
.section-common-introduce.is-sub .introduce-image::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #004388;
  z-index: -1;
}

@media print, (min-width: 768px) {
  .section-common-introduce.is-sub {
    margin-bottom: 0;
  }
  .section-common-introduce.is-sub::before {
    display: none;
  }
  .section-common-introduce.is-sub .title-primary {
    margin-bottom: 99px;
  }
  .section-common-introduce.is-sub .introduce-inner {
    width: 1380px;
    margin: 0 auto;
  }
  .section-common-introduce.is-sub .introduce-title {
    font-size: 120px;
    margin-bottom: -188px;
  }
  .section-common-introduce.is-sub .detail-title {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .section-common-introduce.is-sub .detail-text:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-common-introduce.is-sub .introduce-detail {
    padding: 39px 72px 55px 47px;
    width: 1030px;
  }
  .section-common-introduce.is-sub .introduce-detail::before {
    left: calc(100% - 2px);
    width: 100vw;
  }
  .section-common-introduce.is-sub .introduce-detail::after {
    left: -100vw;
    width: 200vw;
  }
  .section-common-introduce.is-sub .introduce-image {
    width: 1000px;
    margin: 0 auto -170px;
    padding: 120px 0;
  }
  .section-common-introduce.is-sub .introduce-image::before {
    left: -100vw;
    width: 200vw;
  }
  .section-common-introduce.is-sub .button-primary {
    min-width: 319px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduce.is-sub {
    margin-bottom: 0;
    overflow: hidden;
  }
  .section-common-introduce.is-sub .title-primary {
    margin-bottom: 0.7rem;
  }
  .section-common-introduce.is-sub .introduce-inner {
    padding: 0 0.31rem;
  }
  .section-common-introduce.is-sub .introduce-title {
    font-size: 0.8rem;
    margin-bottom: -1.46rem;
  }
  .section-common-introduce.is-sub .detail-title {
    margin-bottom: 0.07rem;
    margin-right: 0;
    line-height: calc(80 / 42);
  }
  .section-common-introduce.is-sub .detail-text {
    padding: 0;
  }
  .section-common-introduce.is-sub .detail-text:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-common-introduce.is-sub .introduce-detail {
    padding: 0.39rem 0.44rem 0.55rem;
  }
  .section-common-introduce.is-sub .introduce-detail::before {
    display: none;
  }
  .section-common-introduce.is-sub .introduce-detail::after {
    left: -100vw;
    width: 200vw;
  }
  .section-common-introduce.is-sub .introduce-image {
    margin: 0 auto -1.4rem;
    padding: 1rem 0 1.8rem;
    max-width: 6.06rem;
  }
  .section-common-introduce.is-sub .introduce-image img {
    width: 100%;
  }
  .section-common-introduce.is-sub .introduce-image::before {
    left: -100vw;
    width: 200vw;
  }
  .section-common-introduce.is-sub .detail-link {
    text-align: center;
  }
  .section-common-introduce.is-sub .button-primary {
    min-width: 3.19rem;
  }
}
@media print, (min-width: 768px) {
  .section-common-introduce.is-company {
    margin-bottom: 121px;
  }
  .section-common-introduce.is-company .introduce-detail {
    padding: 38px 47px 47px;
    width: 996px;
    margin-right: -156px;
  }
  .section-common-introduce.is-company .detail-title {
    margin-left: 0;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduce.is-company {
    margin-bottom: 1.21rem;
  }
  .section-common-introduce.is-company .introduce-detail {
    padding: 0.35rem 0.19rem 0.36rem 0.42rem;
  }
  .section-common-introduce.is-company .detail-title {
    margin-right: 0;
    line-height: calc(80 / 42);
    margin-bottom: 0.09rem;
  }
  .section-common-introduce.is-company .detail-text {
    padding-left: 0;
  }
}
.section-common-guide .guide-list {
  counter-reset: guide-counter;
}
.section-common-guide .guide-item {
  counter-increment: guide-counter;
}
.section-common-guide .item-title {
  background-image: linear-gradient(to right, #004388, #004388);
  background-position: bottom left;
  background-repeat: repeat-x;
  font-weight: bold;
  position: relative;
}
.section-common-guide .item-title::before {
  content: counter(guide-counter,decimal-leading-zero);
  position: absolute;
  font-family: "Oswald", sans-serif;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #004388;
}
.section-common-guide .item-detail {
  display: -ms-flexbox;
  display: flex;
}
.section-common-guide .detail-title {
  color: #004388;
}
.section-common-guide .detail-text {
  line-height: 2;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-common-guide {
    margin-bottom: 53px;
  }
  .section-common-guide .guide-item {
    margin-bottom: 41px;
  }
  .section-common-guide .item-title {
    font-size: 26px;
    padding-left: 33px;
    padding-bottom: 9px;
    margin-bottom: 26px;
    background-size: 1px 1px;
  }
  .section-common-guide .item-title::before {
    font-size: 26px;
  }
  .section-common-guide .item-detail {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .section-common-guide .item-detail ul {
    -ms-flex: 1;
        flex: 1;
  }
  .section-common-guide .item-detail li {
    margin-bottom: 26px;
  }
  .section-common-guide .detail-title {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .section-common-guide .detail-text {
    font-size: 16px;
  }
  .section-common-guide .item-image {
    width: 480px;
    margin-left: 40px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-guide {
    margin-bottom: 0.2rem;
  }
  .section-common-guide .wrapper-inner {
    padding: 0 0.31rem;
  }
  .section-common-guide .guide-title {
    font-size: 0.4rem;
    padding-left: 0.18rem;
    margin-bottom: 0.52rem;
  }
  .section-common-guide .guide-title::before {
    top: 0.09rem;
    left: 0.01rem;
    width: 0.02rem;
    height: 0.4rem;
  }
  .section-common-guide .guide-item {
    margin-bottom: 0.1rem;
  }
  .section-common-guide .item-title {
    line-height: 1;
    font-size: 0.38rem;
    padding-left: 0.55rem;
    margin-bottom: 0.3rem;
    background: none;
    background-size: auto 0.76rem;
    background-image: linear-gradient(to bottom, #fff 0.73rem, #004388, #004388);
    background-repeat: repeat;
    background-position: top 0.08rem left;
    padding-bottom: 0.18rem;
    padding-right: 0.23rem;
    overflow: hidden;
  }
  .section-common-guide .item-title span {
    display: inline;
    line-height: 2;
    position: relative;
  }
  .section-common-guide .item-title span::after {
    content: "";
    display: block;
    width: 100vw;
    height: 10px;
    position: absolute;
    bottom: -0.25rem;
    background: #fff;
    left: calc(100% + .22rem);
  }
  .section-common-guide .item-title span::before {
    content: "";
    display: block;
    width: 100vw;
    height: 0.1rem;
    position: absolute;
    left: -0.55rem;
    top: 0.66rem;
    background-size: auto 0.76rem;
    background-image: linear-gradient(to bottom, #fff 0.73rem, #004388, #004388);
    background-repeat: repeat;
    background-position: top 0.08rem left;
    z-index: 11;
  }
  .section-common-guide .item-title::before {
    z-index: 11;
    font-size: 0.38rem;
    left: -0.01rem;
    top: 0.19rem;
  }
  .section-common-guide .item-title::after {
    content: "";
    display: block;
    width: 100vw;
    height: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
  }
  .section-common-guide .item-detail {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0 0.01rem;
  }
  .section-common-guide .item-detail li {
    margin-bottom: 0.38rem;
  }
  .section-common-guide .detail-title {
    font-size: 0.32rem;
    margin-bottom: 0.11rem;
  }
  .section-common-guide .detail-text {
    font-size: 0.28rem;
    line-height: calc(50 / 28);
  }
  .section-common-guide .item-image {
    margin-bottom: 0.49rem;
  }
  .section-common-guide .item-image img {
    width: 100%;
  }
}
.title-primary .is-japan {
  line-height: calc(46 / 40);
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
}
.title-primary .is-english {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 79px;
  }
  .title-primary .is-japan {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .title-primary .is-english {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.76rem;
  }
  .title-primary .is-japan {
    font-size: 0.5rem;
    margin-bottom: 0.21rem;
  }
  .title-primary .is-english {
    font-size: 0.2rem;
  }
}
.title-secondary {
  font-weight: bold;
  position: relative;
  display: block;
}
.title-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_design.svg) center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 32px;
    padding-left: 18px;
    margin-bottom: 72px;
  }
  .title-secondary::before {
    top: 3px;
    width: 2px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.4rem;
    padding-left: 0.18rem;
    margin-bottom: 0.52rem;
  }
  .title-secondary::before {
    top: 0.1rem;
    left: 0.01rem;
    width: 0.02rem;
    height: 0.4rem;
  }
}
.title-primary.is-recruit {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(46 / 40);
  position: relative;
}
.title-primary.is-recruit:before {
  position: absolute;
  content: "";
  background: #0054d2;
  left: 0;
  bottom: 0;
}

@media print, (min-width: 768px) {
  .title-primary.is-recruit {
    font-size: 40px;
    padding-bottom: 28px;
  }
  .title-primary.is-recruit:before {
    height: 1px;
    width: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary.is-recruit {
    font-size: 0.5rem;
    padding-bottom: 0.38rem;
    margin-bottom: 0.6rem;
  }
  .title-primary.is-recruit:before {
    height: 0.02rem;
    width: 0.45rem;
    left: 0.01rem;
  }
}
.title-secondary.is-recruit {
  color: #0054d2;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 0;
}
.title-secondary.is-recruit::before {
  display: none;
}

@media print, (min-width: 768px) {
  .title-secondary.is-recruit {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary.is-recruit {
    font-size: 0.38rem;
    padding-bottom: 0.06rem;
  }
}
.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;
}

@media print, (min-width: 768px) {
  .section-common-introduce {
    margin-bottom: 114px;
  }
  .section-common-introduce .introduce-detail {
    padding: 36px 34px 52px 48px;
  }
  .section-common-introduce .detail-title {
    line-height: calc(50 / 36);
  }
}
.section-common-guide.is-csr .item-title {
  padding-left: 0;
}
.section-common-guide.is-csr .item-title::before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-common-guide.is-csr .guide-item {
    margin-bottom: 76px;
  }
  .section-common-guide.is-csr .guide-item:last-child {
    margin-bottom: 0;
  }
  .section-common-guide.is-csr .item-text {
    -ms-flex: 1;
        flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-guide.is-csr .guide-item {
    margin-bottom: 0.2rem;
  }
}

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