@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
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, hr,
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, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

abbr {
  text-decoration: none;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
}

hr {
  height: 0;
}

@font-face {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/akrobat-regular-webfont.woff2") format("woff2"), url("/assets/fonts/akrobat-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/akrobat-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/akrobat-semibold-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/akrobat-bold-webfont.woff2") format("woff2"), url("/assets/fonts/akrobat-bold-webfont.woff") format("woff");
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  color: #222;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Anchors
---------------------------------------- */
a {
  color: #1163b5;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a[href^="http"],
a[href^="mailto:"] {
  word-break: break-all;
}

/* form
---------------------------------------- */
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  vertical-align: middle;
}

textarea {
  height: 160px;
}

select {
  -webkit-appearance: menulist-button;
  border: 1px solid #ccc;
  padding: 10px;
}

button {
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
  line-height: normal;
}

:placeholder-shown {
  color: #ccc;
  font-weight: 300;
  text-overflow: ellipsis;
}

hr {
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 46em) {
  body {
    min-width: 0;
  }
  /* Anchors
  ---------------------------------------- */
  a {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
  }
  /* form
  ---------------------------------------- */
  input,
  textarea,
  select,
  button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  select {
    width: 100%;
  }
  input[type="file"] {
    width: 100%;
  }
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder {
    line-height: 1.5;
  }
}

@media screen and (min-width: 51.3125em) {
  .pc-hide {
    display: none !important;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.is-bold {
  font-weight: bold;
}

.hover-opacity {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.headline--lv2 {
  position: relative;
  margin-top: 2em;
  padding-right: 4em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
}

.headline--lv2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.625em;
  left: 0;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  background-color: #e6eff7;
}

.headline--lv2 span {
  position: relative;
  background-color: #fff;
  padding-right: 15px;
}

.headline--lv3 {
  position: relative;
  margin-top: 2em;
  padding-right: 4em;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  line-height: 3rem;
}

.headline--lv3:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.625em;
  left: 0;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  background-color: #e6eff7;
}

.headline--lv3 span {
  position: relative;
  background-color: #fff;
  padding-right: 15px;
}

.headline--lv2--recruit {
  position: relative;
  max-width: 700px;
  margin: 2em auto 1.16667em auto;
  color: #595908;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
}

.headline--lv2--recruit:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.625em;
  left: -130px;
  width: 110px;
  height: 2px;
  margin-bottom: -1px;
  background-color: #e3e39a;
}

.m-btn {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background: #1167bd;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  min-width: 240px;
  padding: 12px 20px;
  text-align: center;
}

.m-btn:hover {
  background: #1781ea;
  text-decoration: none;
}

.m-btn:active {
  -webkit-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  background: #2588eb;
  text-decoration: none;
}

.m-btn:disabled {
  opacity: .3;
  cursor: default;
}

.m-btn.w-full {
  min-width: 0;
  width: 100%;
}

.m-btn.w-auto {
  min-width: 0;
  width: auto;
}

p + p,
p + .m-paragraph,
.m-paragraph + p,
.m-paragraph + .m-paragraph {
  margin-top: 2em;
}

.headline--lv2 + p {
  margin-top: 2em;
}

.m-list {
  padding-bottom: 5px;
}

.m-list li:not(:first-child) {
  margin-top: 5px;
}

.m-ul {
  padding-bottom: 5px;
}

.m-ul li {
  margin-left: 20px;
  position: relative;
}

.m-ul li:not(:first-child) {
  margin-top: 5px;
}

.m-ul li::before {
  content: "・";
  position: absolute;
  left: -18px;
  top: 0;
}

.m-ol {
  padding-bottom: 5px;
}

.m-ol li {
  list-style: decimal;
  margin-left: 20px;
}

.m-ol li:not(:first-child) {
  margin-top: 5px;
}

.m-ol-brackets {
  padding-bottom: 5px;
}

.m-ol-brackets li {
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 3em;
  position: relative;
}

.m-ol-brackets li:not(:first-child) {
  margin-top: 5px;
}

.m-ol-brackets li::before {
  display: marker;
  content: "（" counter(cnt) "）";
  position: absolute;
  left: 0;
}

.m-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-dl dt {
  margin-right: 1.5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m-dl.type-col {
  display: block;
}

.m-dl.type-col dt {
  margin-right: 0;
  margin-bottom: 10px;
}

.m-tabs .tab-contents {
  display: none;
}

.m-tabs .tab-contents.is-active {
  display: block;
}

.m-accordion.default-open + .m-accordion-contents {
  display: block;
}

.m-accordion-contents {
  display: none;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

sub {
  font-size: 75%;
  vertical-align: sub;
}

.mrk-footnote {
  color: #888;
}

.footnote {
  margin-top: 2.33333em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #888;
}

@media screen and (max-width: 46em) {
  .sp-hide {
    display: none !important;
  }
  .sp-align-left {
    text-align: left;
  }
  .sp-align-center {
    text-align: center;
  }
  .sp-align-right {
    text-align: right;
  }
  .headline--lv2 {
    padding-right: 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.25rem;
  }
  .headline--lv2--recruit {
    position: relative;
    margin: 2em 20px 1.55556em 20px;
    padding-right: 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.25rem;
  }
  .headline--lv2--recruit:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0.625em;
    left: 0;
    width: 100%;
    height: 2px;
    margin-bottom: -1px;
    background-color: #e3e39a;
  }
  .headline--lv2--recruit span {
    position: relative;
    background-color: #fff;
    padding-right: 15px;
  }
}

.l-header {
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.l-header .header-inner {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-header .header-inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-right: 80px;
  background-color: #fff;
  line-height: 1;
}

.l-header .header-inner h1 img {
  width: 100%;
  max-width: 487px;
  height: auto;
}

.is-open .l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.l-header .nav ul {
  position: absolute;
  top: 0;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .nav ul li {
  margin-right: 20px;
  line-height: 80px;
  text-transform: uppercase;
}

.l-header .nav ul li a {
  position: relative;
  display: block;
  color: #222;
  text-decoration: none;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.l-header .nav ul li a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  display: block;
  width: 2px;
  height: 20px;
  background-color: #1167bd;
  visibility: hidden;
}

.l-header .nav ul li:last-child a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 0.5em;
  background: transparent url(/assets/img/common/icn_mail_b.png) no-repeat 0 0;
  background-size: 18px 14px;
  line-height: 19.6em;
  vertical-align: middle;
}

.cat-home .l-header .nav ul li:nth-child(1) a:before {
  visibility: visible;
}

.cat-company .l-header .nav ul li:nth-child(2) a:before {
  visibility: visible;
}

.cat-business .l-header .nav ul li:nth-child(3) a:before {
  visibility: visible;
}

.cat-recruit .l-header .nav ul li:nth-child(4) a:before {
  visibility: visible;
}

.l-header .nav ul li a:hover {
  color: #1167bd;
}

.l-header .gnav-btn {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #222;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.l-header .gnav-btn:before, .l-header .gnav-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background-color: #1167bd;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.l-header .gnav-btn:before {
  top: 23px;
}

.l-header .gnav-btn:after {
  top: 43px;
}

.l-header .gnav-btn span {
  display: block;
  padding-top: 53px;
}

.l-header .gnav-btn span:before {
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background-color: #1167bd;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.is-open .l-header .gnav-btn {
  background-color: rgba(34, 34, 34, 0.95);
}

.is-open .l-header .gnav-btn:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.is-open .l-header .gnav-btn:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.is-open .l-header .gnav-btn span:before {
  opacity: 0;
}

.overlay {
  z-index: 10;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 240px;
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.overlay {
  opacity: 0;
  visibility: hidden;
}

.is-open .overlay {
  opacity: 1;
  visibility: visible;
}

.gnav {
  padding-top: 50px;
}

.gnav .gnav__list {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.gnav .gnav__list li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.gnav .gnav__list li dl {
  margin: 0 20px 50px 20px;
}

.gnav .gnav__list li dl dt {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.gnav .gnav__list li dl dt a {
  position: relative;
  display: block;
  padding: 1.25em 10px;
  color: #fff;
  text-decoration: none;
}

.gnav .gnav__list li dl dt a:before, .gnav .gnav__list li dl dt a:after {
  position: absolute;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.gnav .gnav__list li dl dt a:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

.gnav .gnav__list li dl dt a:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.gnav .gnav__list li dl dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.gnav .gnav__list li dl dd a {
  display: block;
  padding: 1.25em 10px;
  color: #fff;
  text-decoration: none;
}

.gnav .gnav__list li dl dd a small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16.8px;
  line-height: 1.68rem;
}

.gnav .gnav__list li p {
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.gnav .gnav__list li p a {
  position: relative;
  display: block;
  padding: 1.25em 10px;
  color: #fff;
  text-decoration: none;
}

.gnav .gnav__list li.gnav__list__recruit p {
  margin-bottom: 50px;
}

.gnav .gnav__list li.gnav__list__recruit p a:before, .gnav .gnav__list li.gnav__list__recruit p a:after {
  position: absolute;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.gnav .gnav__list li.gnav__list__recruit p a:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

.gnav .gnav__list li.gnav__list__recruit p a:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.gnav .gnav__list li.gnav__list__contact p a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 0.5em;
  background: transparent url(/assets/img/common/icn_mail_w.png) no-repeat 0 0;
  background-size: 18px 14px;
  line-height: 19.6em;
  vertical-align: middle;
}

@media screen and (max-width: 68.75em) {
  .l-header .nav {
    display: none;
  }
}

/*
@media screen and (max-width: 51.25em) and (min-width: 46.0625em) {
  .l-header {
    .nav {
      display: none;
    }
  }
}
*/
@media screen and (max-width: 46em) {
  .l-header .header-inner {
    padding: 0 20px;
  }
  .gnav .gnav__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.l-footer {
  position: relative;
  padding: 300px 20px 50px 20px;
  background-color: #f8f9f9;
}

.l-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 300px;
  background: #f8f9f9 url(/assets/img/common/footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.l-footer .pagetop {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px auto 0 auto;
  background-color: #222;
}

.l-footer .pagetop:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0d4e8e;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.l-footer .pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  overflow: hidden;
}

.l-footer .pagetop a:before, .l-footer .pagetop a:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  background-color: #fff;
}

.l-footer .pagetop a:before {
  right: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
  margin-right: -2px;
}

.l-footer .pagetop a:after {
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  margin-left: -2px;
}

.l-footer .pagetop:hover:before {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer .footerid {
  margin-top: 60px;
  text-align: center;
}

.l-footer .footerid img {
  width: 170px;
  height: 45px;
}

.l-footer .footernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.l-footer .footernav a {
  display: block;
  text-decoration: none;
  color: #555;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.l-footer .footernav .footernav__col {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  padding: 0 20px;
}

.l-footer .footernav .footernav__col:last-child {
  margin-right: 0;
}

.l-footer .footernav .footernav__col dl dt {
  padding-top: 0.5em;
  border-top: 1px solid #dee0e3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.l-footer .footernav .footernav__col dl dt a {
  margin: 0.25em 0;
  padding: 0.5em 0;
  color: #222;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.l-footer .footernav .footernav__col dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.l-footer .footernav .footernav__col dl dd a {
  margin: 0.25em 0;
  padding: 0.5em 0;
}

.l-footer .footernav .footernav__col dl dd small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16.8px;
  line-height: 1.68rem;
}

.l-footer .footernav .footernav__col p {
  padding-top: 0.5em;
  border-top: 1px solid #dee0e3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

.l-footer .footernav .footernav__col p a {
  margin: 0.25em 0;
  padding: 0.5em 0;
  color: #222;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.l-footer .footernav .footernav__col p.footernav__col__contact {
  margin-top: 2.75em;
}

.l-footer .footernav .footernav__col p.footernav__col__contact a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 0.5em;
  background: transparent url(/assets/img/common/icn_mail_b.png) no-repeat 0 0;
  background-size: 18px 14px;
  line-height: 19.6em;
  vertical-align: middle;
}

.l-footer .footernav a:hover {
  color: #1167bd;
}

.l-footer .footernav .footernav__col dl dt a:hover {
  color: #1167bd;
}

.l-footer .footernav p a:hover {
  color: #1167bd;
}

.l-footer .footer-info {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 50px auto 0 auto;
}

.l-footer .footer-info__iso {
  width: 29.3%;
  margin: 0 0 0 auto;
  padding-top: 70px;
  background: #f8f9f9 url(/assets/img/common/footer_logo_iso.png) no-repeat center top;
  background-size: 70px 70px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  font-family: "Akrobat";
}

.l-footer .footer-info__privacy {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

.l-footer .footer-info__privacy a {
  display: inline-block;
  padding: 0.5em 0;
  color: #555;
  text-decoration: none;
}

.l-footer .footer-info__copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #555;
  font-family: "Akrobat";
  letter-spacing: .075em;
}

@media screen and (max-width: 46em) {
  .l-footer {
    padding-top: 140px;
  }
  .l-footer:before {
    height: 140px;
  }
  .l-footer .footernav {
    display: block;
  }
  .l-footer .footernav .footernav__col {
    padding: 0;
  }
  .l-footer .footernav .footernav__col dl dt {
    margin-top: 2em;
    margin-bottom: 0.75em;
    padding: 0.25em 0;
    border-bottom: 1px solid #dee0e3;
  }
  .l-footer .footernav .footernav__col p {
    padding: 0.25em 0;
    border-bottom: 1px solid #dee0e3;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19.6px;
    line-height: 1.96rem;
  }
  .l-footer .footernav .footernav__col p.footernav__col__recruit {
    margin-top: 2em;
  }
  .l-footer .footernav .footernav__col p.footernav__col__contact {
    margin-top: 2.75em;
  }
  .l-footer .footer-info {
    padding: 0;
  }
  .l-footer .footer-info__iso {
    width: 100%;
    margin: 0 auto;
  }
  .l-footer .footer-info__privacy {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 1.5em;
    text-align: center;
  }
  .l-footer .footer-info__copyright {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 1.5em;
    text-align: center;
  }
}

.is-open {
  /* ナビゲーション展開時にbodyに付与されるclass */
  overflow: hidden;
  padding-top: 80px;
}

.hide {
  display: none;
}

.cat-company.pg-index {
  background-color: #e6eff8;
}

.cat-recruit.pg-index {
  background-color: #f6f6e0;
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-inner.l-inner--s {
  max-width: 920px;
}

.l-inner.l-inner--ss {
  max-width: 780px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.columns.is-1column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns.is-2column {
  margin: 0 -20px;
}

.columns.is-2column .column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}

.columns.is-3column {
  margin: 0 -15px;
}

.columns.is-3column .column {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

.columns.is-4column {
  margin: 0 -10px;
}

.columns.is-4column .column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
}

main {
  /* パンくずメニュー */
}

main .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13.75px;
  line-height: 1.375rem;
  color: #626d78;
}

main .breadcrumb ul li a {
  color: #626d78;
  text-decoration: none;
}

main .breadcrumb ul li:before {
  content: '/';
  display: inline-block;
  margin: 0 0.5em;
  opacity: .4;
}

main .breadcrumb ul li:first-child:before {
  display: none;
}

main .category-header {
  padding-bottom: 1.75em;
  background-color: #e6eff7;
}

main .category-header .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

main .category-header .inner .category-header__lbl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #384047;
}

main .category-header .inner .category-header__hl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37.5px;
  line-height: 3.75rem;
  color: #384047;
}

.cat-recruit main .category-header {
  padding-bottom: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6eff7), color-stop(50%, #e6eff7), to(#ffffff));
  background: linear-gradient(to bottom, #e6eff7 0%, #e6eff7 50%, #ffffff 100%);
}

main .title-box {
  background-color: #f8f9f9;
}

main .title-box .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.5em 40px;
  text-align: center;
}

main .title-box .inner h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37.5px;
  line-height: 3.75rem;
  color: #384047;
}

main .lnav {
  background-color: #e6eff7;
}

main .lnav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 40px;
  line-height: 1.25;
}

main .lnav dl dt {
  border-right: 1px solid #cbddee;
}

main .lnav dl dt a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #1163b5;
  text-decoration: none;
}

.cat-company.pg-index main .lnav dl dt a,
.cat-business.pg-index main .lnav dl dt a {
  color: #222;
}

.cat-company.pg-index main .lnav dl dt a:before,
.cat-business.pg-index main .lnav dl dt a:before {
  visibility: visible;
}

main .lnav dl dd {
  border-right: 1px solid #cbddee;
  text-align: center;
}

main .lnav dl dd a {
  position: relative;
  display: block;
  padding: 0 20px;
  padding: 0 15px;
  color: #1163b5;
  text-decoration: none;
}

main .lnav dl dd a small {
  display: block;
  margin-top: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13.75px;
  line-height: 1.375rem;
  color: #626d78;
}

.cat-company.pg-message main .lnav dl dd.item--message a,
.cat-company.pg-philosophy main .lnav dl dd.item--philosophy a,
.cat-company.pg-health main .lnav dl dd.item--health a,
.cat-company.pg-outline main .lnav dl dd.item--outline a,
.cat-company.pg-history main .lnav dl dd.item--history a,
.cat-company.pg-access main .lnav dl dd.item--access a,
.cat-business.pg-business01 main .lnav dl dd.item--business01 a,
.cat-business.pg-business02 main .lnav dl dd.item--business02 a,
.cat-business.pg-business03 main .lnav dl dd.item--business03 a,
.cat-business.pg-business04 main .lnav dl dd.item--business04 a,
.cat-business.pg-business05 main .lnav dl dd.item--business05 a {
  color: #222;
}

.cat-company.pg-message main .lnav dl dd.item--message a:before,
.cat-company.pg-philosophy main .lnav dl dd.item--philosophy a:before,
.cat-company.pg-health main .lnav dl dd.item--health a:before,
.cat-company.pg-outline main .lnav dl dd.item--outline a:before,
.cat-company.pg-history main .lnav dl dd.item--history a:before,
.cat-company.pg-access main .lnav dl dd.item--access a:before,
.cat-business.pg-business01 main .lnav dl dd.item--business01 a:before,
.cat-business.pg-business02 main .lnav dl dd.item--business02 a:before,
.cat-business.pg-business03 main .lnav dl dd.item--business03 a:before,
.cat-business.pg-business04 main .lnav dl dd.item--business04 a:before,
.cat-business.pg-business05 main .lnav dl dd.item--business05 a:before {
  visibility: visible;
}

main .lnav.lnav--company {
  margin-top: 60px;
}

@media screen and (min-width: 51.3125em) {
  main .lnav dl dt a:before {
    visibility: hidden;
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
    display: block;
    width: 2px;
    height: 20px;
    background-color: #accae4;
    background-color: #157de4;
  }
  main .lnav dl dd a:before {
    visibility: hidden;
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
    display: block;
    width: 2px;
    height: 20px;
    background-color: #1163b5;
  }
}

main .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

main .contact-box .contact-box__hl {
  padding: 5px 20px 5px 0;
  border-right: 1px solid #BFD6EB;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #222;
}

main .contact-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .contact-box dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-family: "Akrobat";
  font-weight: 500;
  text-transform: uppercase;
  color: #626d78;
}

main .contact-box dl dd {
  margin-left: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #626d78;
  font-family: "Akrobat";
}

main .contact-box dl dd a {
  text-decoration: none;
  color: #626d78;
}

main .contact-box dl.contact-box__tel dt {
  padding: 3px 5px;
  background-color: #f8f9f9;
  border-radius: 3px;
}

main .contact-box dl.contact-box__mail dt {
  width: 18px;
  height: 14px;
  background: transparent url(/assets/img/common/icn_mail_b.png) no-repeat 0 0;
  background-size: 18px 14px;
  text-indent: -9999em;
  overflow: hidden;
}

main .business-contact {
  max-width: 1040px;
  margin: 0 auto;
  padding: 5em 40px;
}

main .business-contact h2 {
  position: relative;
  margin-bottom: 1.55556em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  color: #0a3f74;
}

main .business-contact h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e6eff7;
}

main .business-contact h2 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}

main .recruit-contact h3 {
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #043c74;
}

main .general-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em 0;
}

main .general-contact .general-contact__hl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}

main .general-contact .general-contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .general-contact .general-contact-inner .general-contact__address {
  margin-top: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19.6px;
  line-height: 1.96rem;
}

main .general-contact .general-contact-inner .general-contact__tel,
main .general-contact .general-contact-inner .general-contact__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.5em;
}

main .general-contact .general-contact-inner .general-contact__tel dt,
main .general-contact .general-contact-inner .general-contact__fax dt {
  width: 3em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-family: "Akrobat";
  font-weight: 500;
  text-transform: uppercase;
  color: #626d78;
  padding: 3px 5px;
  background-color: #f8f9f9;
  border-radius: 3px;
  text-align: center;
}

main .general-contact .general-contact-inner .general-contact__tel dd,
main .general-contact .general-contact-inner .general-contact__fax dd {
  margin-left: 0.5em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #626d78;
  font-family: "Akrobat";
}

main .general-contact .general-contact-inner .general-contact__tel dd a,
main .general-contact .general-contact-inner .general-contact__fax dd a {
  text-decoration: none;
  color: #626d78;
}

@media screen and (max-width: 51.25em) and (min-width: 46.0625em) {
  main .lnav dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  main .lnav dl dt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 1em 0;
    border-right: none;
    border-bottom: 1px solid #cbddee;
  }
  main .lnav dl dt a {
    padding: 0 10px;
  }
  main .lnav dl dd {
    margin: 1em 0 1em 0;
    text-align: left;
  }
  main .lnav dl dd:last-child {
    border-right: none;
  }
  main .lnav dl dd a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 46em) {
  .l-inner {
    padding: 0 20px;
  }
  .l-inner.l-inner--s {
    max-width: none;
  }
  .l-inner.l-inner--ss {
    max-width: none;
  }
  .columns {
    display: block;
  }
  .columns.is-2column {
    margin: 0;
  }
  .columns.is-2column .column {
    max-width: none;
    padding: 0;
  }
  .columns.is-3column {
    margin: 0;
  }
  .columns.is-3column .column {
    max-width: none;
    padding: 0;
  }
  .columns.is-4column {
    margin: 0;
  }
  .columns.is-4column .column {
    max-width: none;
    padding: 0;
  }
  main .breadcrumb {
    margin-right: -20px;
  }
  main .breadcrumb ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 1em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  main .breadcrumb ul li {
    white-space: nowrap;
  }
  main .category-header {
    padding-bottom: 1em;
  }
  main .category-header .inner {
    padding: 0 20px;
  }
  main .category-header .inner .category-header__lbl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 1.75rem;
  }
  main .category-header .inner .category-header__hl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
  main .title-box .inner {
    padding: 1.25em 20px;
    text-align: left;
  }
  main .title-box .inner h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  main .lnav dl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 20px;
  }
  main .lnav dl dt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    border-right: none;
  }
  main .lnav dl dt a {
    padding: 1em 0;
    text-align: left;
  }
  main .lnav dl dd {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    border-right: none;
    text-align: left;
    border-top: 1px solid #cbddee;
  }
  main .lnav dl dd a {
    padding: 1em 0;
  }
  main .lnav dl dd a small {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13.75px;
    line-height: 1.375rem;
  }
  main .lnav.lnav--company {
    margin-top: 40px;
  }
  main .recruit-contact .recruit-contact__content {
    display: block;
  }
  main .recruit-contact .recruit-contact__content h4 {
    padding: 0;
    border-right: none;
  }
  main .recruit-contact .recruit-contact__content dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .general-contact .general-contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main .general-contact .general-contact-inner .general-contact__tel,
  main .general-contact .general-contact-inner .general-contact__fax {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-42.5%);
    transform: translateX(-42.5%);
    margin-top: 0.75em;
    margin-left: 0;
  }
  main .general-contact .general-contact-inner .general-contact__tel dd,
  main .general-contact .general-contact-inner .general-contact__fax dd {
    width: 7em;
  }
}

main {
  /* お知らせ */
}

main .kenkoukeiei {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 40px;
  width: 100px;
  height: 80px;
}

main .kenkoukeiei img {
  width: 100%;
  height: auto;
}

main .partner {
  position: absolute;
  z-index:3;
  top: 72px;
  left: 160px;
  width: 100px;
  height: 80px;
}

main .partner img {
  width: 160%;
  height: auto;
}

main .hero {
  position: relative;
  width: 100%;
  max-height: 500px;
  background: transparent url(/assets/img/top/hero_pic_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

main .hero.hero--2nd {
  background-image: url(/assets/img/top/hero_pic_02.jpg);
}

main .hero.hero--3rd {
  background-image: url(/assets/img/top/hero_pic_03.jpg);
}

main .hero:before {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  display: block;
  padding-top: 48.07692%;
}

main .hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 500px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .hero h1 img {
  width: 100%;
  height: auto;
}

main .category-list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px;
}

main .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

main .category-list ul li {
  position: relative;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  padding: 0 15px;
}

main .category-list ul li a {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
}

main .category-list ul li .category__name {
  position: relative;
  height: 175px;
  background-color: #eee;
  text-align: center;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .category-list ul li .category__name:after {
  content: '';
  display: block;
  position: absolute;
  top: 110px;
  left: 50%;
  width: 2px;
  height: 30px;
  margin-left: -1px;
  background-color: #CFD3D7;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .category-list ul li .category__name span {
  display: block;
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  line-height: 1;
  color: #1167bd;
  font-family: "Akrobat";
  font-weight: 500;
  -webkit-transition: color .4s;
  transition: color .4s;
}

main .category-list ul li .category__name span strong {
  display: block;
  margin-top: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: normal;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  -webkit-transition: color .4s;
  transition: color .4s;
}

main .category-list ul li .category__pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 91.66667%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

main .category-list ul li .btn--more {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 175px;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-color: #1167bd;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  text-indent: -9999em;
  overflow: hidden;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .category-list ul li .btn--more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

main .category-list ul li .btn--more span {
  display: block;
  width: 50px;
  height: 50px;
}

main .category-list ul li .btn--more span:before, main .category-list ul li .btn--more span:after {
  position: absolute;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .category-list ul li .btn--more span:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

main .category-list ul li .btn--more span:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

main .category-list ul li:nth-child(1) .category__name span:before {
  content: 'Company';
}

main .category-list ul li:nth-child(1) .category__pic {
  background-image: url(/assets/img/top/category_pic_company.jpg);
}

main .category-list ul li:nth-child(2) .category__name span:before {
  content: 'Business';
}

main .category-list ul li:nth-child(2) .category__pic {
  background-image: url(/assets/img/top/category_pic_business.jpg);
}

main .category-list ul li:nth-child(3) .category__name span:before {
  content: 'Recruit';
}

main .category-list ul li:nth-child(3) .category__pic {
  background-image: url(/assets/img/top/category_pic_recruit.jpg);
}

main .category-list ul li .category__pic:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #17314b;
  opacity: 0.4;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .category-list ul li a:hover .category__name {
  background-color: #1167bd;
}

main .category-list ul li a:hover .category__name:after {
  background-color: #5794d0;
}

main .category-list ul li a:hover .category__name span {
  color: #fff;
}

main .category-list ul li a:hover .category__name span strong {
  color: #fff;
}

main .category-list ul li a:hover .category__pic:after {
  background-color: #1167bd;
}

main .category-list ul li a:hover .btn--more:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

main .category-list ul li a:hover .btn--more span:before, main .category-list ul li a:hover .btn--more span:after {
  background-color: #1167bd;
}

main .information-list {
  padding: 60px 0;
  background-color: #f8f9f9;
}

main .information-list .information-list__head {
  text-align: center;
}

main .information-list .information-list__head div {
  color: #98a0a8;
  font-family: "Akrobat";
  font-weight: 500;
}

main .information-list .information-list__head h2 {
  position: relative;
}

main .information-list .information-list__head h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 1px;
  margin-left: -160px;
  background-color: #dee0e3;
}

main .information-list .information-list__head h2 span {
  position: relative;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  background-color: #f8f9f9;
}

main .information-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 0 auto;
  padding: 1.5em 40px 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

main .information-list dl dt {
  position: relative;
  -ms-flex-preferred-size: 9em;
  flex-basis: 9em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Akrobat";
}

main .information-list dl dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.75em;
  right: 0;
  width: 3em;
  height: 1px;
  background-color: #ecedef;
}

main .information-list dl dd {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-left: 1.5em;
}

@media screen and (max-width: 46em) {
  main .kenkoukeiei {
    left: 20px;
  }
  main .hero.hero--1st {
    background-position-x: 100%;
  }
  main .hero:before {
    padding-top: 100%;
  }
  main .hero h1 {
    width: 70%;
  }
  main .category-list {
    padding: 5px;
    background-color: #f8f9f9;
  }
  main .category-list ul {
    display: block;
    margin: 0;
  }
  main .category-list ul li {
    margin-top: 5px;
    padding: 0;
  }
  main .category-list ul li:first-child {
    margin-top: 0;
  }
  main .category-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .category-list ul li a .category__name {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
  }
  main .category-list ul li a .category__name:after {
    display: none;
  }
  main .category-list ul li a .category__name span {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .category-list ul li a .category__pic {
    width: auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-bottom: 50%;
  }
  main .category-list ul li a .btn--more {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  main .information-list .information-list__head h2 {
    margin: 0 20px;
  }
  main .information-list .information-list__head h2:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  main .information-list dl {
    display: block;
    padding: 1.5em 20px 0 20px;
  }
  main .information-list dl dt:before {
    display: none;
  }
  main .information-list dl dd {
    padding: 0;
  }
}

main {
  /* 社長メッセージ */
  /* 企業理念と経営方針 */
  /* 会社概要と営業品目 */
  /* 沿革 */
  /* アクセス */
}

main .content-list {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}

main .content-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -40px;
}

main .content-list ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 45px;
  padding: 0 40px;
}

main .content-list ul li a {
  text-decoration: none;
  color: #fff;
}

main .content-list ul li a .content-list__pic img {
  width: 100%;
  height: auto;
}

main .content-list ul li a .content-list__btn {
  position: relative;
  width: 81.57895%;
  height: 70px;
  margin-top: -35px;
  padding-left: 30px;
  background-color: #1167bd;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  line-height: 70px;
}

main .content-list ul li a .content-list__btn span {
  position: relative;
  display: block;
}

main .content-list ul li a .content-list__btn span:before, main .content-list ul li a .content-list__btn span:after {
  position: absolute;
  right: 25px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

main .content-list ul li a .content-list__btn span:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

main .content-list ul li a .content-list__btn span:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

main .content-list ul li a .content-list__pic {
  position: relative;
}

main .content-list ul li a .content-list__pic:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: #17314b;
  opacity: 0.4;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .content-list ul li a .content-list__btn {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

main .content-list ul li a .content-list__btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0d4e8e;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

main .content-list ul li a:hover .content-list__pic:after {
  background-color: #1167bd;
}

main .content-list ul li a:hover .content-list__btn {
  background-color: #0d4e8e;
}

main .content-list ul li a:hover .content-list__btn::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

main .message {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #384047;
}

main .message .message__name {
  position: relative;
  margin-top: 2em;
  padding-top: 35.71429%;
  background: #e0e9f8 url(/assets/img/company/message_pic_01.jpg) no-repeat left top;
  background-size: contain;
}

main .message .message__name img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 175px;
  height: auto;
}

main .message .message__pic {
  margin-top: 2em;
  background-color: #e0e9f8;
  text-align: center;
}

main .message .message__pic img {
  width: 60%;
  height: auto;
}

main .philosophy-txt {
  margin-top: 1.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #626d78;
}

main .policy-list {
  margin-top: 1.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22.4px;
  line-height: 2.24rem;
  color: #626d78;
}

main .policy-list li {
  position: relative;
  margin-top: 0.6em;
  padding-left: 30px;
}

main .policy-list li:first-child {
  margin-top: 0;
}

main .policy-list li:before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 10px;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1163B5;
}

main .policy-txt {
  margin-top: 1.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
}

main .health-list {
  margin-top: 1.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22.4px;
  line-height: 2.24rem;
  color: #626d78;
}

main .health-list li {
  list-style-type: none;
  position: relative;
  margin-top: 0.6em;
  padding-left: 30px;
}

main .health-list li:first-child {
  margin-top: 0;
}

main .health-list li:before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 10px;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1163B5;
  list-style: none;
}

main .health-txt {
  margin-top: 1.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #626d78;
}

main .outline-list {
  margin-top: 30px;
}

main .outline-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #dee0e3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22.4px;
  line-height: 2.24rem;
}

main .outline-list dl:last-child {
  border-bottom: 1px solid #dee0e3;
}

main .outline-list dl dt {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 50px;
  line-height: 1.5;
  color: #626d78;
}

main .outline-list dl dd {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 40px;
  line-height: 1.5;
}

main .outline-list dl dd ul li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

main .outline-list dl dd ul li:last-child {
  margin-bottom: 0;
}

main .outline-list dl dd small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
}

main .service-list {
  margin-top: 1.55556em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25.2px;
  line-height: 2.52rem;
  color: #384047;
}

main .service-list li {
  position: relative;
  margin-top: 0.6em;
  padding-left: 30px;
}

main .service-list li:first-cild {
  margin-top: 0;
}

main .service-list li:before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 10px;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1163B5;
}

main .history-list {
  margin-top: 60px;
}

main .history-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #dee0e3;
}

main .history-list dl:last-child {
  border-bottom: 1px solid #dee0e3;
}

main .history-list dl dt {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 60px;
  line-height: 1.5;
  color: #818a93;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}

main .history-list dl dt i {
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Akrobat";
}

main .history-list dl dt span {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-family: "Akrobat";
}

main .history-list dl dd {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 40px;
  color: #626d78;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

main .history-list dl dd ul li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

main .history-list dl dd ul li:last-child {
  margin-bottom: 0;
}

main .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .tel-box dt {
  margin-right: 10px;
  padding: 2px 3px;
  background-color: #f8f9f9;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  font-family: "Akrobat";
  font-weight: 500;
  color: #818a93;
  text-transform: uppercase;
}

main .tel-box dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Akrobat";
}

main .gmaps-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

main .gmaps-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .access-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
}

main .access-box .access-box__info {
  -ms-flex-preferred-size: 35.71429%;
  flex-basis: 35.71429%;
  margin-right: 30px;
}

main .access-box .access-box__info p {
  line-height: 1.5;
}

main .access-box .access-box__info .tel-box {
  margin-top: 1em;
}

main .access-box .access-box__map {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media screen and (max-width: 46em) {
  main {
    /* 社長メッセージ */
    /* 会社概要と営業品目 */
  }
  main .content-list {
    padding: 0 20px;
  }
  main .content-list ul {
    display: block;
    margin: 0;
  }
  main .content-list ul li {
    max-width: none;
    margin-bottom: 20px;
    padding: 0;
  }
  main .content-list ul li a .content-list__btn {
    height: 50px;
    margin-top: -25px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    line-height: 50px;
  }
  main .content-list ul li a .content-list__btn span:before, main .content-list ul li a .content-list__btn span:after {
    right: 20px;
  }
  main .message .message__name img {
    width: 40%;
    height: auto;
  }
  main .message .message__pic img {
    width: 75%;
  }
  main .health .health__pic img {
    width: 40%;
  }
  main .outline-list dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19.6px;
    line-height: 1.96rem;
  }
  main .outline-list dl dt {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding-left: 10px;
  }
  main .outline-list dl dd {
    padding-right: 10px;
  }
  main .history-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 10px;
  }
  main .history-list dl dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 0.5em;
    padding-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
  }
  main .history-list dl dt i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
  main .history-list dl dt span {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
  main .history-list dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
  main .access-box {
    display: block;
  }
  main .access-box .access-box__map {
    margin-top: 1.25em;
  }
}

main .business-hero {
  padding: 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6eff7), color-stop(50%, #e6eff7), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #e6eff7 0%, #e6eff7 50%, #ffffff 50%, #ffffff 100%);
}

main .business-hero .inner {
  max-width: 960px;
  margin: 0 auto;
  border-top: 40px solid #e6eff7;
  border-bottom: 40px solid #fff;
  background: transparent url(/assets/img/business/index_hero_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

main .business-hero .inner .business-hero__pic {
  height: 0;
  margin: -40px -40px -40px auto;
  padding: 39.58333% 0 0 0;
  background: transparent url(/assets/img/business/index_hero.png) no-repeat 100% 0;
  background-size: contain;
}

main .business-hero .inner .business-hero__pic img {
  display: none;
}

main .business-flow {
  position: relative;
  margin-top: 2em;
  background: transparent url(/assets/img/business/index_flow_bg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}

main .business-flow ol {
  z-index: 1;
  position: relative;
}

main .business-flow ol li {
  position: relative;
  height: 70px;
  margin-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #222;
}

main .business-flow ol li:nth-child(1), main .business-flow ol li:nth-child(7) {
  width: 50%;
  margin: 10px 0 0 auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .business-flow ol li:nth-child(1) {
  margin-top: 0;
}

main .business-flow ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-left: 100px;
  color: #222;
  text-decoration: none;
}

main .business-flow ol li a i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #1167bd;
}

main .business-flow ol li a i:before, main .business-flow ol li a i:after {
  position: absolute;
  left: 31px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
}

main .business-flow ol li a i:before {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -4px;
}

main .business-flow ol li a i:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

main .business-flow ol li a small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #555;
}

main .business-flow ul {
  z-index: 0;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
}

main .business-flow ul li {
  position: absolute;
  top: 0;
  width: 20px;
  height: 450px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999em;
}

main .business-flow ul li:nth-child(1) {
  left: 58.33333%;
  background-image: url(/assets/img/business/index_flow_process_01.png);
}

main .business-flow ul li:nth-child(2) {
  left: 68.75%;
  background-image: url(/assets/img/business/index_flow_process_02.png);
}

main .business-flow ul li:nth-child(3) {
  left: 79.16667%;
  background-image: url(/assets/img/business/index_flow_process_03.png);
}

main .business-flow ul li:nth-child(4) {
  left: 89.58333%;
  background-image: url(/assets/img/business/index_flow_process_04.png);
}

main .business-lead {
  background-color: #f8f9f9;
}

main .business-lead .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 40px 40px 40px;
}

main .business-lead .inner h1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  line-height: 4.2rem;
  color: #384047;
}

main .business-lead .inner h1 small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}

main .business-lead .inner h2 {
  max-width: 700px;
  margin: 1.5em auto 0 auto;
  text-align: center;
  color: #0a3f74;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33.6px;
  line-height: 3.36rem;
}

main .business-lead .inner p {
  max-width: 700px;
  margin: 2em auto 0 auto;
}

main .equipment-box {
  margin-top: 2em;
}

main .equipment-box h2 {
  padding: 0.7em 20px;
  background-color: #f8f9f9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}

main .equipment-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75em 20px;
  border-top: 1px solid #ecedee;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16.25px;
  line-height: 1.625rem;
}

main .equipment-box dl:last-child {
  border-bottom: 1px solid #ecedee;
}

main .equipment-box dl dd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
  text-align: right;
}

main .product-box {
  margin-top: 2em;
}

main .product-box > img {
  width: 100%;
  height: auto;
}

main .product-box .product-box__caption {
  margin-top: 10px;
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19.5px;
  line-height: 1.95rem;
}

main .product-box dl.product-box__caption dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
}

main .product-box dl.product-box__caption dd {
  margin-top: 5px;
  color: #888;
}

main .product-box.mw-700 {
  max-width: 700px;
}

main .equipment-block {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

main .equipment-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-right: -40px;
}

main .equipment-block .inner .equipment-box {
  -ms-flex-preferred-size: 32.6087%;
  flex-basis: 32.6087%;
  margin-right: 40px;
}

main .equipment-block .inner .product-box {
  -ms-flex-preferred-size: 67.3913%;
  flex-basis: 67.3913%;
  margin-right: 40px;
}

@media screen and (max-width: 46em) {
  main .business-hero {
    position: relative;
    padding: 20px;
    background-color: #eee;
  }
  main .business-hero .inner {
    border: none;
    padding: 101.49254% 0 0 0;
    background: transparent url(/assets/img/business/index_hero_bg_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  main .business-hero .inner .business-hero__pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 100% 0 0 0;
    background: transparent url(/assets/img/business/index_hero_sp.png) no-repeat 50% 100%;
    background-size: contain;
  }
  main .business-flow {
    margin: 2em -20px 0 -20px;
    background-image: url(/assets/img/business/index_flow_bg_sp.png);
  }
  main .business-flow ol li {
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
  main .business-flow ol li:nth-child(1), main .business-flow ol li:nth-child(7) {
    padding-left: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
  main .business-flow ol li a {
    height: 60px;
    padding-left: 40px;
    line-height: 1.25em;
  }
  main .business-flow ol li a i {
    width: 30px;
    height: 60px;
    background-color: transparent;
  }
  main .business-flow ol li a i:before, main .business-flow ol li a i:after {
    left: auto;
    right: 2px;
    width: 8px;
    background-color: #1167bd;
  }
  main .business-flow ol li a i:before {
    margin-bottom: -3px;
  }
  main .business-flow ol li a i:after {
    margin-top: -3px;
  }
  main .business-flow ol li a small {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
  }
  main .business-flow ol li a small:before {
    content: '\A';
    white-space: pre;
  }
  main .business-flow ul {
    top: 50px;
  }
  main .business-flow ul li {
    height: 390px;
  }
  main .business-flow ul li:nth-child(1) {
    left: 62.66667%;
    background-image: url(/assets/img/business/index_flow_process_01_sp.png);
  }
  main .business-flow ul li:nth-child(2) {
    left: 70.66667%;
    background-image: url(/assets/img/business/index_flow_process_02_sp.png);
  }
  main .business-flow ul li:nth-child(3) {
    left: 78.66667%;
    background-image: url(/assets/img/business/index_flow_process_03_sp.png);
  }
  main .business-flow ul li:nth-child(4) {
    left: 86.66667%;
    background-image: url(/assets/img/business/index_flow_process_04_sp.png);
  }
  main .contact-box {
    display: block;
  }
  main .contact-box .contact-box__hl {
    padding: 0;
    border-right: none;
    text-align: center;
  }
  main .contact-box dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5em;
  }
  main .contact-box dl.contact-box__mail dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
  }
  main .business-contact {
    padding: 4em 20px;
  }
  main .business-contact h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 1.75rem;
  }
  main .business-contact h2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e6eff7;
  }
  main .business-contact h2 span {
    position: relative;
    padding: 0 20px;
    background-color: #fff;
  }
  main .business-lead .inner {
    padding: 20px;
  }
  main .business-lead .inner h1 {
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  main .business-lead .inner h1 small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19.6px;
    line-height: 1.96rem;
  }
  main .business-lead .inner h2 {
    margin-top: 1.75em;
    text-align: left;
    color: #0a3f74;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22.4px;
    line-height: 2.24rem;
  }
  main .equipment-box h2 {
    padding: 0.7em 20px;
    background-color: #f8f9f9;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 1.75rem;
  }
  main .equipment-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75em 20px;
    border-top: 1px solid #ecedee;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16.25px;
    line-height: 1.625rem;
  }
  main .equipment-box dl:last-child {
    border-bottom: 1px solid #ecedee;
  }
  main .equipment-box dl dd {
    text-align: right;
  }
  main .columns .column:nth-child(1) dl:last-child,
  main .columns .column:nth-child(2) dl:last-child {
    border-bottom: none;
  }
  main .equipment-block {
    padding: 0 20px;
  }
  main .equipment-block .inner {
    display: block;
    margin: 0;
  }
  main .equipment-block .inner .equipment-box {
    margin-right: 0;
  }
  main .equipment-block .inner .product-box {
    margin-right: 0;
  }
}

main .recruit-announce {
  position: relative;
  padding: 50px 0 20px 0;
  background-color: #fff;
  text-align: center;
  color: #043c74;
}

main .recruit-announce h2 {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}

main .recruit-announce h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1167bd;
  background: #1167bd url(/assets/img/recruit/icn_information.png) no-repeat 0 0;
  background-size: 40px 40px;
  border-radius: 100%;
}

main .recruit-announce .recruit-announce__btn {
  margin: 20px 0;
}

main .recruit-announce .recruit-announce__btn a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  line-height: 50px;
  text-decoration: none;
  color: #222;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

main .recruit-announce .recruit-announce__btn a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 26px;
  height: 32px;
  background: transparent url(/assets/img/recruit/icn_pdf.png) no-repeat 0 0;
  background-size: 26px 32px;
}

main .recruit-announce .recruit-announce__btn a span {
  display: block;
  padding: 0 90px;
}

main .recruit-announce .recruit-announce__btn a span:before, main .recruit-announce .recruit-announce__btn a span:after {
  position: absolute;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #1167bd;
}

main .recruit-announce .recruit-announce__btn a span:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

main .recruit-announce .recruit-announce__btn a span:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

main .recruit-announce p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}

main .recruit-slider {
  padding: 50px 0 100px 0;
}

main .recruit-slider .recruit-slider__hl {
  margin-bottom: 40px;
  text-align: center;
}

main .recruit-slider .recruit-slider__hl p {
  padding-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1167bd;
  font-family: "Akrobat";
}

main .recruit-slider .recruit-slider__hl h2 {
  position: relative;
  padding-bottom: 27px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}

main .recruit-slider .recruit-slider__hl h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  display: block;
  width: 40px;
  height: 2px;
  background-color: #1167bd;
}

main .voice-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 700px;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0 0 180px;
}

main .voice-item .voice-pic {
  width: 520px;
}

main .voice-item .voice-pic img {
  width: 100%;
  height: auto;
}

main .voice-item .voice-info {
  position: absolute;
  top: 10px;
  left: 0;
  width: 240px;
  max-width: 240px;
  height: 350px;
  background-color: #1163b5;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

main .voice-item .voice-info .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  margin-top: -20px;
  text-align: center;
}

main .voice-item .voice-info .inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
}

main .voice-item .voice-info .inner ul .voice-info__name {
  position: relative;
  margin-top: 0.5em;
  padding-bottom: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #86B2DD;
  text-transform: uppercase;
  font-family: "Akrobat";
  font-weight: 500;
}

main .voice-item .voice-info .inner ul .voice-info__name:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

main .voice-item .voice-info .inner ul .voice-info__position {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #fff;
}

main .voice-item .voice-info .inner ul .voice-info__entry {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #CBDDF0;
}

main .voice-item .voice-info .btn--more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 0;
  padding-top: 16.66667%;
  background-color: #fff;
  text-indent: -9999em;
  overflow: hidden;
}

main .voice-item .voice-info .btn--more:before, main .voice-item .voice-info .btn--more:after {
  position: absolute;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #1167bd;
}

main .voice-item .voice-info .btn--more:before {
  top: auto;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

main .voice-item .voice-info .btn--more:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

main .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

main .pagination span {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 16px;
  border: 4px solid #fff;
  border-radius: 0;
  opacity: 1;
  outline: none;
}

main .pagination span.swiper-pagination-bullet-active:before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #1167bd;
}

main .pagination span img {
  width: 100%;
  height: auto;
}

main .pagination span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #17314b;
  opacity: .4;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

main .pagination span.swiper-pagination-bullet-active:after {
  opacity: 0;
}

main .swiper-btn {
  z-index: 2;
  position: relative;
  left: 50%;
  width: 110px;
  height: 40px;
  margin-top: -20px;
  -webkit-transform: translate(-315px, 0);
  transform: translate(-315px, 0);
}

main .swiper-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
}

main .swiper-btn .swiper-btn--prev,
main .swiper-btn .swiper-btn--next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  outline: none;
}

main .swiper-btn .swiper-btn--prev:before, main .swiper-btn .swiper-btn--prev:after,
main .swiper-btn .swiper-btn--next:before,
main .swiper-btn .swiper-btn--next:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ccc;
}

main .swiper-btn .swiper-btn--prev:before {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 5px;
}

main .swiper-btn .swiper-btn--prev:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
}

main .swiper-btn .swiper-btn--next {
  right: 0;
}

main .swiper-btn .swiper-btn--next:before {
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 5px;
}

main .swiper-btn .swiper-btn--next:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 5px;
}

main .profile-panel {
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .profile-panel .profile-panel__desc {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

main .profile-panel .profile-panel__desc .inner {
  width: 260px;
  height: 77.14286%;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #1163B5;
  text-align: center;
}

main .profile-panel .profile-panel__desc .inner h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
}

main .profile-panel .profile-panel__desc .inner h1 strong {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}

main .profile-panel .profile-panel__desc .inner h1 span {
  display: block;
  overflow: hidden;
  width: 2px;
  height: 20px;
  margin: 10px auto;
  background-color: #5794d0;
}

main .profile-panel .profile-panel__desc .inner .profile-panel__desc__name {
  margin-top: 0.75em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #86B2DD;
  text-transform: uppercase;
  font-family: "Akrobat";
  font-weight: 500;
}

main .profile-panel .profile-panel__desc .inner .profile-panel__desc__position {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #CBDDF0;
}

main .profile-panel .profile-panel__pic {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

main .profile-panel .profile-panel__pic img {
  width: 100%;
  height: auto;
}

main .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background-color: #f6f6e0;
}

main .profile-box h2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 480px;
  padding-right: 40px;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #96960d;
  font-family: "Akrobat";
}

main .profile-box ul {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 480px;
  padding: 10px 0 10px 40px;
  border-left: 1px solid #e3e39a;
  color: #727255;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

main .profile-box ul li {
  margin-bottom: 0.5em;
}

main .profile-box ul li:last-child {
  margin-bottom: 0;
}

main .voice-pic--1col {
  width: 100%;
  margin-top: 2em;
}

main .voice-pic--1col img {
  width: 100%;
  height: auto;
}

main .voice-pic--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
}

main .voice-pic--2col li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

main .voice-pic--2col li img {
  width: 100%;
  height: auto;
}

main .lnav--recruit {
  padding: 50px 0 75px 0;
  background-color: #f6f6e0;
}

main .lnav--recruit .lnav--recruit__head {
  text-align: center;
}

main .lnav--recruit .lnav--recruit__head div {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #1167bd;
  font-family: "Akrobat";
}

main .lnav--recruit .lnav--recruit__head h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

main .lnav--recruit .lnav--recruit__head h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background-color: #1167bd;
}

main .lnav--recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

main .lnav--recruit ul .lnav--recruit__unit {
  position: relative;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #fff;
}

main .lnav--recruit ul .lnav--recruit__unit a {
  text-decoration: none;
}

main .lnav--recruit ul .lnav--recruit__unit .pic img {
  width: 100%;
  height: auto;
}

main .lnav--recruit ul .lnav--recruit__unit dl {
  padding: 11.11111% 0;
  text-align: center;
}

main .lnav--recruit ul .lnav--recruit__unit dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #222;
}

main .lnav--recruit ul .lnav--recruit__unit dl dd {
  margin-top: 0.75em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #1167bd;
  text-transform: uppercase;
  font-family: "Akrobat";
  font-weight: 500;
}

main .lnav--recruit ul .lnav--recruit__unit .btn--more {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 0;
  margin-top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding-top: 16.66667%;
  background-color: rgba(17, 103, 189, 0.9);
  overflow: hidden;
}

main .lnav--recruit ul .lnav--recruit__unit .btn--more:before, main .lnav--recruit ul .lnav--recruit__unit .btn--more:after {
  position: absolute;
  right: 15px;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

main .lnav--recruit ul .lnav--recruit__unit .btn--more:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

main .lnav--recruit ul .lnav--recruit__unit .btn--more:after {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

.cat-recruit.pg-recruit01 main .lnav--recruit ul .lnav--recruit__unit.lnav--recruit__unit--recruit01 .btn--more,
.cat-recruit.pg-recruit02 main .lnav--recruit ul .lnav--recruit__unit.lnav--recruit__unit--recruit02 .btn--more,
.cat-recruit.pg-recruit03 main .lnav--recruit ul .lnav--recruit__unit.lnav--recruit__unit--recruit03 .btn--more,
.cat-recruit.pg-recruit04 main .lnav--recruit ul .lnav--recruit__unit.lnav--recruit__unit--recruit04 .btn--more {
  visibility: hidden;
}

@media screen and (max-width: 46em) {
  main .recruit-slider {
    position: relative;
    padding: 30px 0 80px 0;
  }
  main .recruit-slider .recruit-slider__hl {
    margin-bottom: 30px;
    text-align: center;
  }
  main .recruit-slider .recruit-slider__hl p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  main .recruit-slider .recruit-slider__hl h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
  main .voice-item {
    width: 270px;
    margin: 10px auto;
    padding: 0;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  main .voice-item .voice-pic {
    width: 100%;
  }
  main .voice-item .voice-pic img {
    width: 100%;
    height: auto;
  }
  main .voice-item .voice-info {
    position: relative;
    top: auto;
    max-width: none;
    width: 100%;
    height: 13em;
    padding-bottom: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  main .voice-item .voice-info .inner {
    margin-top: -20px;
  }
  main .voice-item .voice-info .inner h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
  main .voice-item .voice-info .inner ul .voice-info__name {
    padding-bottom: 15px;
  }
  main .voice-item .voice-info .inner ul .voice-info__name:after {
    display: none;
  }
  main .voice-item .voice-info .inner ul .voice-info__position {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
  }
  main .voice-item .voice-info .btn--more {
    left: auto;
    right: 0;
    bottom: -10px;
    width: 50%;
    margin-bottom: 10px;
  }
  main .pagination {
    margin-bottom: 0;
  }
  main .pagination span {
    width: 60px;
    height: 60px;
    margin: 0 5px;
  }
  main .pagination span.swiper-pagination-bullet-active:before {
    height: 10px;
  }
  main .swiper-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin: 0 auto;
    -webkit-transform: translate(-55px, 0);
    transform: translate(-55px, 0);
  }
  main .profile-panel {
    display: block;
  }
  main .profile-panel .profile-panel__desc {
    padding: 0 30px 30px 30px;
  }
  main .profile-panel .profile-panel__desc .inner {
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
  }
  main .profile-panel .profile-panel__desc .inner h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
  main .profile-panel .profile-panel__desc .inner h1 strong {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
  main .profile-box {
    display: block;
    padding: 20px 40px;
  }
  main .profile-box h2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0;
    text-align: left;
  }
  main .profile-box ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 1em;
    padding: 0;
    border-left: none;
  }
  main .lnav--recruit {
    padding: 40px 0 50px 0;
  }
  main .lnav--recruit ul {
    display: block;
  }
  main .lnav--recruit ul .lnav--recruit__unit {
    margin-bottom: 20px;
  }
  main .lnav--recruit ul .lnav--recruit__unit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main .lnav--recruit ul .lnav--recruit__unit .pic img {
    width: 80px;
    height: 80px;
  }
  main .lnav--recruit ul .lnav--recruit__unit dl {
    padding: 0 0 0 20px;
    text-align: left;
  }
  main .lnav--recruit ul .lnav--recruit__unit .btn--more {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-indent: -9999em;
  }
  main .lnav--recruit ul .lnav--recruit__unit .btn--more:before, main .lnav--recruit ul .lnav--recruit__unit .btn--more:after {
    right: 6px;
    background-color: #1167bd;
  }
}
