<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
リセット追加
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #5f5f5f;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

hr {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
モジュール
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-pc-hide {
  display: none;
}

/* text */
.m-text-9 {
  font-size: 9px;
  line-height: 1.2;
}

.m-text-10 {
  font-size: 10px;
  line-height: 1.5;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.5;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.85;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.85;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.85;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.6;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.6;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.6;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-23 {
  font-size: 23px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.4;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.4;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.4;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-31 {
  font-size: 31px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.m-text-35 {
  font-size: 35px;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.m-text-37 {
  font-size: 37px;
  line-height: 1.4;
}

.m-text-38 {
  font-size: 38px;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.4;
}

.m-text-42 {
  font-size: 42px;
  line-height: 1.4;
}

.m-text-44 {
  font-size: 44px;
  line-height: 1.4;
}

.m-text-50 {
  font-size: 50px;
  line-height: 1;
}

.m-text-ind {
  text-indent: -3em;
  padding-left: 3em;
}

.m-font-ja {
  font-family: "mplus-1p-medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.m-font-en {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.m-text-b {
  font-weight: bold;
}

.m-color-wh {
  color: #ffffff;
}

.m-color-bl {
  color: #3a589e;
}

.m-color-bk {
  color: #000000;
}

.m-color-ye {
  color: #fccf03;
}

.error, .m-attention {
  color: #dd0000;
}

.m-uline {
  color: #2972af;
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-uline2 {
  color: #5f5f5f;
  text-decoration: underline;
}

.m-uline2:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-nowrap {
  white-space: nowrap;
}

/* float */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

/* padding */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-p-2xs {
  padding: 5px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

/* list */
.m-list-dot li {
  position: relative;
  padding-left: 1em;
}
.m-list-dot li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir li {
  position: relative;
  padding-left: 1em;
}
.m-list-cir li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir li:before {
  content: "●";
}

.m-list-decimal {
  list-style: decimal inside;
}
.m-list-decimal li {
  text-indent: -1em;
  padding-left: 1em;
}

/* layout */
.l-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  position: relative;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-xs {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* module */
.m-radius {
  border-radius: 10px;
}

img.m-radius {
  display: inline-block;
  border-radius: 10px;
}

.m-bg-beige {
  background-color: #f5f2eb;
}

.m-bg-gy {
  background-color: #efefef;
}

.m-bg-wh {
  background-color: #ffffff;
}

.m-bg-ye {
  background-color: #fccf02;
}

.m-bg-shadow-b {
  box-shadow: 0 -10px 15px -10px rgba(0, 0, 0, 0.2) inset;
}

.m-bg-shadow-t {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2) inset;
}
.m-bg-shadow-t.m-bg-shadow-b {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.2) inset, 0 -10px 15px -10px rgba(0, 0, 0, 0.2) inset;
}

.m-title {
  position: relative;
  height: 70px;
  margin-top: 5px;
  background-color: #3a589e;
}
.m-title:before {
  content: "";
  width: 224px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -500px;
  background-color: #00437c;
}
.m-title:after {
  content: "CONTENTS";
  position: absolute;
  left: 50%;
  bottom: 10px;
  padding-left: 20px;
  margin-left: -500px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #789fc0;
}

.t-sitemap .m-title:after,
.t-404 .m-title:after {
  display: none;
}

.m-title__inner {
  position: relative;
  width: 1000px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  padding-left: 224px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.m-title__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.m-title__text &gt; span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0em;
}

.m-stitle {
  text-align: center;
  font-size: 24px;
  color: #020517;
  line-height: 1.4;
}

.m-bor-title {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
.m-bor-title:before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #fcd003;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.m-bar-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
  padding-right: 65px;
  background-color: #f5f2eb;
}

.m-bar-title--bl {
  background-color: #e9ecf5;
}

.m-bar-title--bl-d {
  background-color: #3a589e;
}

/* column */
.m-media {
  *zoom: 1;
}
.m-media:after {
  content: "";
  display: table;
  clear: both;
}

.m-media__fl {
  float: left;
}

.m-media__fr {
  float: right;
}

.m-media__fl--g20 {
  margin-right: 20px;
}

.m-media__fr--g20 {
  margin-left: 20px;
}

.m-media__fl--g30 {
  margin-right: 30px;
}

.m-media__fr--g30 {
  margin-left: 30px;
}

.m-media__fl--g40 {
  margin-right: 40px;
}

.m-media__fr--g40 {
  margin-left: 40px;
}

.m-media__content {
  overflow: hidden;
}

.m-column {
  *zoom: 1;
}
.m-column:after {
  content: "";
  display: table;
  clear: both;
}

.m-column--g10 {
  margin-right: -5px;
  margin-left: -5px;
}
.m-column--g10 .m-column__item {
  padding-left: 5px;
  padding-right: 5px;
}

.m-column--g20 {
  margin-right: -10px;
  margin-left: -10px;
}
.m-column--g20 .m-column__item {
  padding-left: 10px;
  padding-right: 10px;
}

.m-column--g30 {
  margin-right: -15px;
  margin-left: -15px;
}
.m-column--g30 .m-column__item {
  padding-left: 15px;
  padding-right: 15px;
}

.m-column__item {
  float: left;
  width: 50%;
}

.m-column__item--w33 {
  width: 33.3%;
}

.m-flex {
  font-size: 0;
  text-align: center;
}

.m-flex__item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* icon */
.m-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: auto 100%;
}

/* btn */
.m-btn {
  display: inline-block;
  min-width: 300px;
  background-color: #3a589e;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  text-align: center;
}
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-btn--s {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 180px;
}

/* table */
/* form */
button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.m-input-text,
.m-textarea {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #cccccc;
  border-radius: 0;
  width: 100%;
  padding: 2px 5px;
  background-color: #fff;
  outline: none;
  font-size: 13px;
}
.m-input-text:focus,
.m-textarea:focus {
  background-color: #fffae3;
}

.m-input-text {
  width: 70%;
}

.m-input-text--l {
  width: 100%;
}

.m-input-text--s {
  width: 40%;
}

.m-input-text--xs {
  width: 100px;
}

.m-input-text--2xs {
  width: 60px;
}

.m-textarea {
  height: 180px;
}

.m-textarea--s {
  height: 120px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
  margin-top: -3px;
  outline: none;
  vertical-align: middle;
}

label {
  *zoom: 1;
  display: inline-block;
}
label:after {
  content: "";
  display: table;
  clear: both;
}
label input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: block;
}
label &gt; span {
  overflow: hidden;
  display: block;
}

label + label {
  margin-left: 1em;
}

select.m-select {
  position: relative;
  width: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 30px;
  padding: 2px 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../images/icon_select.png);
  background-position: right 50%;
  border: solid 1px #cccccc;
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  text-overflow: '';
}

select.m-select::-ms-expand {
  display: none;
}

select.m-select--s {
  width: 25%;
}

select.m-select--xs {
  width: 60px;
}

.t-entry-midcareer .etc {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}

/* WordPress post */
.m-post-body {
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 1.85;
}
.m-post-body a {
  text-decoration: underline;
  color: #2972af;
}
.m-post-body a:hover {
  text-decoration: none;
}
.m-post-body h1, .m-post-body h2, .m-post-body h3, .m-post-body h4, .m-post-body h5, .m-post-body h6 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "mplus-1p-medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
.m-post-body h1 {
  font-size: 24px;
}
.m-post-body h2 {
  font-size: 22px;
}
.m-post-body h3 {
  font-size: 20px;
}
.m-post-body h4 {
  font-size: 18px;
}
.m-post-body h5 {
  font-size: 16px;
}
.m-post-body h6 {
  font-size: 14px;
}
.m-post-body hr {
  height: 1px;
  background-color: #cccccc;
  border: 0;
  margin-bottom: 1.5em;
}
.m-post-body p {
  *zoom: 1;
  margin-bottom: 1.5em;
}
.m-post-body p:after {
  content: "";
  display: table;
  clear: both;
}
.m-post-body ul, .m-post-body ol {
  margin-bottom: 1.5em;
}
.m-post-body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
.m-post-body ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.m-post-body img {
  max-width: 100%;
  height: auto;
}
.m-post-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
.m-post-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 10px;
}
.m-post-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.m-post-body table {
  width: 100%;
  margin-bottom: 1.5em;
}
.m-post-body table th, .m-post-body table td {
  padding: 10px;
  vertical-align: top;
  border: solid 1px #d0cdc5;
}
.m-post-body table th {
  min-width: 140px;
  text-align: left;
  font-weight: normal;
  background-color: #f8f7f4;
}
.m-post-body table th.m-align-c {
  text-align: center;
}
.m-post-body table thead th {
  padding: 10px;
  background-color: #e2ddd1;
  font-weight: normal;
  text-align: center;
}
.m-post-body table thead td {
  background-color: #ebe7dc;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-disabled {
  opacity: 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@font-face {
  font-family: "mplus-1p-medium";
  src: url("../font/mplus-1p-medium.eot");
  src: url("../font/mplus-1p-medium.eot?#iefix") format("embedded-opentype"), url("../font/mplus-1p-medium.woff") format("woff"), url("../font/mplus-1p-medium.ttf") format("truetype");
}

body {
  background-color: #fbfbfb;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.231;
  color: #5f5f5f;
}

#l-wrapper {
  position: relative;
  min-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.l-container {
  *zoom: 1;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.l-container:after {
  content: "";
  display: table;
  clear: both;
}

.l-content {
  float: right;
  width: 776px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

.l-aside {
  float: left;
  width: 224px;
  padding-bottom: 120px;
  background-color: #efefef;
}

.snav {
  border-top: solid 1px #ffffff;
}

.snav__item {
  border-bottom: solid 1px #ffffff;
  font-size: 13px;
}
.snav__item a {
  position: relative;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: block;
  padding: 12px 20px 12px 40px;
  color: #2972af;
}
.snav__item a:hover {
  background-color: #c0d4e5;
}
.snav__item a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 14px;
  background-image: url(../images/icon_arrow_snav.png);
}

.snav__item--parent a {
  background-color: #3a589e;
  color: #ffffff;
}
.snav__item--parent a:hover {
  background-color: #00437c;
}
.snav__item--parent a:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  background-image: url(../images/icon_snav.png);
}

.snav--service .snav__item--parent a:before {
  background-position: -24px 0;
}

.snav--system .snav__item--parent a:before {
  background-position: -48px 0;
}

.snav--recruit .snav__item--parent a:before {
  background-position: -72px 0;
}

.snav--topics .snav__item--parent a:before {
  background-position: -96px 0;
}

.snav--corporate .snav__item--parent a:before {
  background-position: -120px 0;
}

.snav--office .snav__item--parent a:before {
  background-position: -144px 0;
}

.snav--contact .snav__item--parent a:before {
  background-position: -168px 0;
}

.aside__bnr__item {
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.aside__bnr__item__image {
  text-align: center;
}

.aside__bnr__item__text {
  margin-top: 10px;
  font-size: 10px;
}

.header {
  background-color: #ffffff;
}

.header__t {
  background-color: #00437c;
  background-image: -webkit-linear-gradient(left, #00437c 0%, #0058ab 50%, #00437c 100%);
  background-image: linear-gradient(to right, #00437c 0%, #0058ab 50%, #00437c 100%);
  border-bottom: solid 4px #dddddd;
  color: #ffffff;
  font-size: 10px;
}
.header__t a {
  color: #ffffff;
}

.header__t__inner {
  *zoom: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header__t__inner:after {
  content: "";
  display: table;
  clear: both;
}

.header__t__title {
  float: left;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__t__lang {
  *zoom: 1;
  float: right;
}
.header__t__lang:after {
  content: "";
  display: table;
  clear: both;
}

.header__t__lang__item {
  float: left;
}
.header__t__lang__item a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative;
  display: block;
  width: 128px;
  padding-left: 25px;
  background-color: #1a77c6;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__t__lang__item a:hover, .header__t__lang__item a.is-active {
  background-color: #92c1e5;
}
.header__t__lang__item a:before {
  content: "";
  width: 22px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
}

.header__t__lang__item--ja a:before {
  background-image: url(../images/img_ja.png);
}

.header__t__lang__item--en a:before {
  background-image: url(../images/img_en.png);
}

.header__c {
  *zoom: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
/*
  overflow: hidden;
*/
}
.header__c:after {
  content: "";
  display: table;
  clear: both;
}

.header__c__logo {
  float: left;
  padding-top: 11px;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.header__c__logo:hover {
  opacity: 0.7;
  text-decoration: none;
}

.header__c__nav {
  float: right;
}

.header__c__nav div.nav_btm{
  display: none;
  font-size: 1.1rem;
  background-color: #3a589e;
  border-bottom: 1px solid #fff;
  padding:5px 10px;
}
.header__c__nav div.nav_btm a{
  color: #fff;
}

.header__c__nav__list {
  *zoom: 1;
  float: right;
  margin-right: 10px;
}
.header__c__nav__list:after {
  content: "";
  display: table;
  clear: both;
}

.header__c__nav__list__item {
  float: left;
  text-align: center;
}
.header__c__nav__list__item a {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  position: relative;
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 75px;
  width: 60px;
  height: 100px;
  font-size: 10px;
  color: #000000;
}
.header__c__nav__list__item a &gt; span {
  position: relative;
  z-index: 1;
}
.header__c__nav__list__item a:before {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  content: "";
  width: 36px;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  z-index: 0;
  background-image: url(../images/icon_nav.png);
  background-size: auto 100%;
  background-position: 50%;
}
.header__c__nav__list__item a:hover, .header__c__nav__list__item a.is-active {
  font-size: 12px;
}
.header__c__nav__list__item a:hover:before, .header__c__nav__list__item a.is-active:before {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.header__c__nav__list__item--home a:before {
  background-position: 0 0;
}

.header__c__nav__list__item--service a:before {
  background-position: -36px 0;
}

.header__c__nav__list__item--system a:before {
  background-position: -72px 0;
}

.header__c__nav__list__item--recruit a:before {
  background-position: -108px 0;
}

.header__c__nav__list__item--topics a:before {
  background-position: -144px 0;
}

.header__c__nav__list__item--corporate a:before {
  background-position: -180px 0;
}

.header__c__nav__list__item--office a:before {
  background-position: -216px 0;
}

.header__c__nav__list__item--contact a:before {
  background-position: -252px 0;
}

.header__b {
  position: relative;
  z-index: 1;
  background-color: #3a589e;
  border-top: solid 5px #efefef;
  border-bottom: solid 5px #efefef;
}

.header__b__inner {
  *zoom: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header__b__inner:after {
  content: "";
  display: table;
  clear: both;
}

.header__b__fb {
  *zoom: 1;
  float: left;
  border-left: solid 1px #9eadcf;
}
.header__b__fb:after {
  content: "";
  display: table;
  clear: both;
}

.header__b__fb__item {
  float: left;
  border-right: solid 1px #9eadcf;
}
.header__b__fb__item a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 25px;
  line-height: 30px;
  color: #d2daee;
  font-weight: bold;
  font-size: 11px;
}
.header__b__fb__item a:hover {
  background-color: #00437c;
}
.header__b__fb__item a:before {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  background-image: url(../images/icon_fb.png);
}

.header__b__tel {
  float: right;
  background-color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.header__b__tel &gt; span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
}
.header__b__tel &gt; span:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url(../images/icon_tel.png);
}

.footer {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ededed;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.15) inset;
}

.footer__inner {
  *zoom: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 15px;
}
.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}

.footer__nav {
  *zoom: 1;
  float: left;
  margin-right: 20px;
  border-right: solid 1px #ddd;
}
.footer__nav:after {
  content: "";
  display: table;
  clear: both;
}

.footer__nav__item {
  float: left;
  margin-right: 35px;
}
.footer__nav__item a:hover {
  text-decoration: underline;
}

.footer__nav__item__child__item {
  margin-bottom: 20px;
}
.footer__nav__item__child__item &gt; a {
  color: #2972af;
  font-size: 12px;
}

.footer__nav__item__child__item__child {
  margin-top: 15px;
}

.footer__nav__item__child__item__child__item {
  margin-bottom: 10px;
  font-size: 11px;
}
.footer__nav__item__child__item__child__item a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.footer__nav__item__child__item__child__item a:before {
  content: "";
  border-left: solid 3px #5f5f5f;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer__info {
  float: left;
  padding-top: 10px;
}

.footer__info__corporate__text {
  margin-left: 60px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.footer__info__license {
  *zoom: 1;
  margin-top: 30px;
  margin-left: 60px;
}
.footer__info__license:after {
  content: "";
  display: table;
  clear: both;
}

.footer__info__license__item {
  float: left;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1.4;
}
.footer__info__license__item dt {
  margin-bottom: 10px;
  text-align: center;
}

.footer__info__license__item--privacy {
  color: #002088;
}

.footer__info__license__item--iso {
  color: #ec5c44;
}

.footer__copyright {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00437c;
  background-image: -webkit-linear-gradient(left, #00437c 0%, #0058ab 50%, #00437c 100%);
  background-image: linear-gradient(to right, #00437c 0%, #0058ab 50%, #00437c 100%);
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.footer__btn-pt {
  display: block;
  position: absolute;
  right: 25px;
  top: -30px;
  width: 120px;
  height: 30px;
  background-color: #00437c;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  color: #ffffff;
  padding-left: 30px;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
}
.footer__btn-pt:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer__btn-pt:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  background-image: url(../images/icon_pt.png);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
トップページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.home-mv {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.home-mv .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  font-size: 0;
}
.home-mv .slick-dots &gt; li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.home-mv .slick-dots button {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
.home-mv .slick-dots .slick-active button {
  background-color: #3fbbf9;
}

.home-title {
  margin-bottom: 20px;
}
.home-title &gt; span {
  display: block;
}

.home-title__en {
  color: #00437c;
  font-size: 16px;
  font-weight: 900;
}

.home-title__ja {
  margin-top: 5px;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}

.home-topics {
  position: relative;
  padding: 30px 40px 30px;
  background-color: #ffffff;
}

.home-topics__btn {
  position: absolute;
  right: 40px;
  top: 40px;
  padding-left: 15px;
  font-size: 12px;
  color: #000000;
}
.home-topics__btn:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background-image: url(../images/icon_arrow.png);
}

.home-topics__list {
  border-top: dashed 1px #333333;
}

.home-topics__list__item {
  *zoom: 1;
  padding: 10px 20px;
  border-bottom: dashed 1px #333333;
}
.home-topics__list__item:after {
  content: "";
  display: table;
  clear: both;
}
.home-topics__list__item &gt; time {
  float: left;
  margin-right: 40px;
}
.home-topics__list__item &gt; span {
  display: block;
  overflow: hidden;
}
.home-topics__list__item a {
  color: #2972af;
}
.home-topics__list__item a:hover {
  text-decoration: underline;
}

.home-bnr {
  *zoom: 1;
}
.home-bnr:after {
  content: "";
  display: table;
  clear: both;
}

.home-bnr__item {
  position: relative;
  float: left;
}
.home-bnr__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  position: relative;
  display: block;
}
.home-bnr__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.home-bnr__item a:before {
  content: "Service";
  position: absolute;
  left: 0;
  top: 30px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  background-color: #ffffff;
  width: 160px;
  height: 24px;
  line-height: 24px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #4088cc;
  font-weight: 900;
}

.home-bnr__item__content {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: 300px;
  color: #ffffff;
}

.home-bnr__item__content__title &gt; span {
  display: block;
}
.home-bnr__item__content__title &gt; span.m-font-en {
  font-size: 10px;
}
.home-bnr__item__content__title &gt; span.m-font-ja {
  font-size: 20px;
}

.home-bnr__item__content__text {
  margin-top: 10px;
}

.home-bnr__item--marketing .home-bnr__item__content__title {
  color: #2972af;
}
.home-bnr__item--marketing .home-bnr__item__content__text {
  color: #666666;
}

.home-bnr__item--navi-telephony .home-bnr__item__content,
.home-bnr__item--web-telephony .home-bnr__item__content {
  bottom: 15px;
}
.home-bnr__item--navi-telephony .home-bnr__item__content__title span.m-font-ja,
.home-bnr__item--web-telephony .home-bnr__item__content__title span.m-font-ja {
  font-size: 15px;
}
.home-bnr__item--navi-telephony a:before,
.home-bnr__item--web-telephony a:before {
  content: "System";
  top: 0;
  left: 20px;
  width: 90px;
  color: #2972af;
}

.home-fb {
  padding: 30px 40px 80px;
  background-color: #f3f3f3;
}

.home-fb__column {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.home-fb__column:after {
  content: "";
  display: table;
  clear: both;
}

.home-fb__column__item {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.sp_on{
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
事業内容
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.service-index-mv {
  background-image: url(../../service/images/bg_logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
}

.service-index-bg {
  background-image: url(../../service/images/bg.png);
  background-position: right 0;
  background-repeat: no-repeat;
}

.service-index-list {
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.service-index-list:after {
  content: "";
  display: table;
  clear: both;
}

.service-index-list__item {
  position: relative;
  float: left;
  width: 33.3%;
  padding-bottom: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}
.service-index-list__item &gt; span {
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  border-radius: 100%;
  background-color: #fccf02;
}
.service-index-list__item &gt; span &gt; span {
  display: table;
  height: 100%;
}
.service-index-list__item &gt; span &gt; span &gt; span {
  display: table-cell;
  padding: 35px;
  vertical-align: middle;
}

.service-list {
  *zoom: 1;
  margin-right: -1px;
}
.service-list:after {
  content: "";
  display: table;
  clear: both;
}

.service-list__item {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 1px;
}
.service-list__item:before {
  content: "";
  width: 78px;
  height: 78px;
  background-image: url(../../service/images/icon_num.png);
  position: absolute;
  left: 0;
  top: 0;
}

.service-list__item--w33p {
  width: 33.3%;
}

.service-list__item__content {
  padding: 50px 20px 20px;
  background-color: #fcd006;
}

.service-list__item:nth-of-type(even) .service-list__item__content {
  background-color: #f5f2eb;
}

.service-list__item:nth-of-type(2):before {
  background-position: -78px 0;
}

.service-list__item:nth-of-type(3):before {
  background-position: -156px 0;
}

.service-list__item__content__image {
  margin-top: 20px;
  text-align: center;
}
.service-list__item__content__image img {
  border-radius: 100%;
}

.service-list__item__content__title {
  text-align: center;
}

.service-list__item__content__text {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.service-dmg-contact {
  padding: 20px 50px;
  border: solid 3px #3a589e;
  border-radius: 10px;
}

.service-dmg-contact__item + .service-dmg-contact__item {
  border-top: dashed 1px #5f5f5f;
}

.service-dmg-contact__item {
  position: relative;
  min-height: 72px;
  padding-left: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.service-dmg-contact__item:before {
  content: "";
  width: 84px;
  height: 72px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -36px;
  background-image: url(../../service/dmg/images/icons_contact.png);
}

.service-dmg-contact__item--fax:before {
  background-position: -84px 0;
}

.service-dmg-contact__item__text {
  font-size: 50px;
}

.service-flow-step {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #efefef;
}
.service-flow-step:before {
  content: "";
  border-top: solid 30px #c0d4e5;
  border-left: solid 100px transparent;
  border-right: solid 100px transparent;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -100px;
}
.service-flow-step:nth-last-of-type(1) {
  margin-bottom: 0;
}
.service-flow-step:nth-last-of-type(1):before {
  display: none;
}

.service-flow-step__title,
.service-flow-step__content {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.service-flow-step__title {
  width: 110px;
  border-radius: 10px 0 0 10px;
  background-color: #3a589e;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}
.service-flow-step__title &gt; span {
  display: block;
  font-size: 29px;
}

.service-flow-step__content__btn {
  position: relative;
  padding-right: 220px;
}
.service-flow-step__content__btn &gt; a {
  position: absolute;
  width: 200px;
  padding: 5px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  color: #3a589e;
  background-color: #c0d4e5;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  border-radius: 5px;
}
.service-flow-step__content__btn &gt; a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.service-flow-step__content__btn &gt; a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  border-left: solid 6px #3a589e;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

.service-estimate-form-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: dashed 1px #5f5f5f;
}

.service-estimate-form-item__tbl {
  width: 100%;
}
.service-estimate-form-item__tbl th,
.service-estimate-form-item__tbl td {
  padding: 5px 0;
}
.service-estimate-form-item__tbl th {
  width: 160px;
  font-weight: normal;
  text-align: left;
}

.service-estimate-sum {
  position: relative;
  margin-left: -65px;
  margin-right: -66px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  padding-right: 65px;
  background-color: #f3f3f3;
}

.service-estimate-sum__list {
  position: relative;
  margin-top: -50px;
  text-align: right;
}

.service-estimate-sum__list__item {
  margin-top: 10px;
}
.service-estimate-sum__list__item &gt; span {
  display: inline-block;
  padding-left: 20px;
  border-bottom: solid 1px #cccccc;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
システム
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.system-index-list {
  *zoom: 1;
  margin-bottom: -20px;
  margin-left: -15px;
  margin-right: -15px;
}
.system-index-list:after {
  content: "";
  display: table;
  clear: both;
}

.system-index-list__item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ---------- Plusのため追加 18/5/1 muramoto*/
.system-index-list__item___top {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
/* ---------- ここまで */

.system-index-list__item a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: block;
  border: solid 9px #f3f3f3;
  padding: 70px 20px 20px;
}
.system-index-list__item a:hover {
  border-color: #00437c;
}

/* ---------- Plusのため追加 18/5/1 muramoto */
.system-index-list__item___top a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: block;
  border: solid 9px #f3f3f3;
  padding: 70px 20px 20px;
}
.system-index-list__item___top a:hover {
  border-color: #00437c;
}
/* ---------- ここまで */

.system-index-list__item__image {
  text-align: center;
}

.system-index-list__item__text {
  margin-top: 20px;
}

.system-index-list__item__btn {
  margin-top: 10px;
  padding: 10px;
  background-color: #00437c;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.system-navi-telephony-feature {
  *zoom: 1;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.system-navi-telephony-feature:after {
  content: "";
  display: table;
  clear: both;
}

.system-navi-telephony-feature__item {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.system-navi-telephony-feature__item--w33p {
  width: 33.3%;
}

.system-navi-telephony-feature__item__content {
  background-color: #ffffff;
  padding: 10px;
}

.system-navi-telephony-feature__item__content__title {
  padding: 5px 10px;
  background-color: #fccf03;
  text-align: center;
  color: #ffffff;
}

.system-navi-telephony-feature__item__content__title2 {
  padding: 5px 10px;
  background-color: #03cc4f;
  text-align: center;
  color: #ffffff;
}

.system-navi-telephony-feature__item__content__text {
  padding: 10px;
}

.system-navi-telephony-extensibility {
  *zoom: 1;
  margin-left: -30px;
  margin-right: -30px;
}
.system-navi-telephony-extensibility:after {
  content: "";
  display: table;
  clear: both;
}

.system-navi-telephony-extensibility + .system-navi-telephony-extensibility {
  padding-top: 25px;
  margin-top: 25px;
  border-top: dashed 1px #333333;
}

.system-navi-telephony-extensibility__item {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.system-navi-telephony-extensibility__item + .system-navi-telephony-extensibility__item {
  border-left: dashed 1px #333333;
}

.system-navi-telephony-extensibility__item__content__title {
  padding: 5px 10px;
  border: solid 1px #3a589e;
  border-radius: 5px;
  text-align: center;
}

.system-navi-telephony-extensibility__item__content__text {
  margin-top: 20px;
}

.system-navi-telephony-extensibility__item__content + .system-navi-telephony-extensibility__item__content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px #333333;
}

.system-annotation-cti-box {
  position: relative;
}
.system-annotation-cti-box:before {
  content: "";
  border-top: solid 20px #fccf03;
  border-left: solid 80px transparent;
  border-right: solid 80px transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -80px;
}

.system-annotation-cti-circle {
  *zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}
.system-annotation-cti-circle:after {
  content: "";
  display: table;
  clear: both;
}

.system-annotation-cti-circle__item {
  position: relative;
  float: left;
  width: 33.3%;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-bottom: 33.3%;
}
.system-annotation-cti-circle__item &gt; span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px;
  height: 100%;
  color: #ffffff;
}
.system-annotation-cti-circle__item &gt; span &gt; span {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fccf03;
}
.system-annotation-cti-circle__item &gt; span &gt; span &gt; span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
採用情報
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.recruit-index-bg {
  background-image: url(../../recruit/images/bg.png);
}

.recruit-index-title {
  position: relative;
  padding-left: 60px;
  min-height: 92px;
  margin-bottom: 30px;
  padding-top: 45px;
  font-size: 20px;
}
.recruit-index-title:before {
  content: "";
  width: 68px;
  height: 92px;
  position: absolute;
  left: -20px;
  top: 0;
  background-image: url(../../recruit/images/tag_numer.png);
}
.recruit-index-title &gt; span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.recruit-index-title &gt; span:before {
  content: "";
  width: 100%;
  height: 15px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background-color: #fff600;
  z-index: 0;
}
.recruit-index-title &gt; span &gt; span {
  position: relative;
  display: block;
  z-index: 1;
}

.recruit-index-title--02:before {
  background-position: -68px 0;
}

.recruit-index-title--03:before {
  background-position: -136px 0;
}

.recruit-index-box {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.recruit-index-box:before {
  content: "";
  width: 30%;
  position: absolute;
  top: 80%;
  bottom: 15px;
  left: 10px;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.recruit-index-box:after {
  content: "";
  width: 30%;
  position: absolute;
  top: 80%;
  bottom: 15px;
  right: 10px;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}

.recruit-index-box__inner {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.recruit-index-box__inner &gt; span {
  display: block;
  padding: 5px;
  border-bottom: dashed 1px #ccc;
}

.recruit-index-image {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.recruit-index-image:after {
  content: "";
  display: table;
  clear: both;
}

.recruit-index-image__item {
  float: left;
  width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
}
.recruit-index-image__item &gt; img {
  width: 100%;
  border-radius: 100%;
}

.recruit-index-marker-bl,
.recruit-index-marker-ye {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
}

.recruit-index-marker-bl {
  background-color: #d1e7fa;
}

.recruit-index-marker-ye {
  background-color: #fff600;
}

.recruit-guidance-tbl {
  width: 100%;
}
.recruit-guidance-tbl thead th {
  padding: 10px;
  background-color: #e2ddd1;
  font-weight: normal;
  white-space: nowrap;
  min-width: 140px;
}
.recruit-guidance-tbl thead th + th {
  border-left: dashed 1px #d0cdc5;
}
.recruit-guidance-tbl tbody th, .recruit-guidance-tbl tbody td {
  padding: 15px;
  vertical-align: middle;
  border-top: solid 1px #d0cdc5;
  border-bottom: solid 1px #d0cdc5;
}
.recruit-guidance-tbl tbody th {
  width: 140px;
  text-align: left;
  font-weight: normal;
  background-color: #f8f7f4;
}
.recruit-guidance-tbl tbody th.m-align-c {
  text-align: center;
}
.recruit-guidance-tbl tbody td {
  border-left: dashed 1px #d0cdc5;
}
.recruit-guidance-tbl tbody td.no-line {
  border-left: 0;
}

.recruit-guidance-condition {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.recruit-guidance-condition__title,
.recruit-guidance-condition__text {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.recruit-guidance-condition__title {
  width: 100px;
  background-color: #c5b99d;
  color: #ffffff;
  text-align: center;
}

.recruit-guidance-condition__text {
  padding-left: 20px;
}

.recruit-training-tbl {
  width: 100%;
}
.recruit-training-tbl thead th {
  padding: 10px;
  background-color: #e2ddd1;
  font-weight: normal;
}
.recruit-training-tbl thead th + th {
  border-left: dashed 1px #d0cdc5;
}
.recruit-training-tbl tbody th, .recruit-training-tbl tbody td {
  padding: 15px;
  vertical-align: middle;
  border-top: solid 1px #d0cdc5;
  border-bottom: solid 1px #d0cdc5;
}
.recruit-training-tbl tbody th {
  width: 140px;
  text-align: left;
  font-weight: normal;
  background-color: #f8f7f4;
}
.recruit-training-tbl tbody td {
  border-left: dashed 1px #d0cdc5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOPICS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.topics-nav__title {
  padding: 10px 15px;
  background-color: #cccccc;
}

.topics-nav__content {
  padding: 10px 15px 20px;
}
.topics-nav__content li a {
  color: #2972af;
}
.topics-nav__content li a:hover {
  text-decoration: underline;
}

.topics-nav__content--recentry {
  padding-bottom: 10px;
}
.topics-nav__content--recentry li {
  margin-bottom: 10px;
}

.topics-archive {
  border-top: solid 1px #cccccc;
}

.topics-archive__item {
  *zoom: 1;
  padding: 10px 20px;
  border-bottom: solid 1px #cccccc;
}
.topics-archive__item:after {
  content: "";
  display: table;
  clear: both;
}
.topics-archive__item &gt; time {
  display: block;
  float: left;
  margin-right: 20px;
}
.topics-archive__item &gt; span {
  display: block;
  overflow: hidden;
}
.topics-archive__item a {
  color: #2972af;
}
.topics-archive__item a:hover {
  text-decoration: underline;
}

.wp-pagenavi {
  margin-top: 30px;
  margin-bottom: -4px;
  text-align: center;
  font-size: 0;
}
.wp-pagenavi &gt; a,
.wp-pagenavi &gt; span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  border: solid 1px #cccccc;
  font-size: 13px;
}
.wp-pagenavi &gt; span {
  background-color: #dce0ef;
}
.wp-pagenavi &gt; a {
  -webkit-transition: .3s;
          transition: .3s;
}
.wp-pagenavi &gt; a:hover {
  background-color: #dce0ef;
}

.topics-detail__header {
  position: relative;
  padding: 0 30px 20px;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.topics-detail__header:before {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -3px;
  background-color: #fccf02;
}

.topics-detail__header__time {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  border: solid 1px #cccccc;
  font-size: 13px;
}

.topics-detail__header__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
会社概要
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.corporate-outline-tbl {
  width: 100%;
}
.corporate-outline-tbl th, .corporate-outline-tbl td {
  vertical-align: top;
  padding: 10px 20px;
  border-top: solid 1px #d0cdc5;
  border-bottom: solid 1px #d0cdc5;
}
.corporate-outline-tbl th {
  width: 200px;
  border-right: dashed 1px #d0cdc5;
  background-color: #f5f2eb;
  font-weight: normal;
  text-align: left;
}

.corporate-privacymark-bg {
  background-image: url(../../corporate/privacymark/images/bg.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

.corporate-privacypolicy-list {
  border-top: solid 1px #e8e8e8;
}
.corporate-privacypolicy-list &gt; li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e8e8e8;
}

.corporate-history-tbl {
  width: 100%;
}
.corporate-history-tbl th, .corporate-history-tbl td {
  vertical-align: top;
  padding: 10px 20px;
  border-top: solid 1px #d0cdc5;
  border-bottom: solid 1px #d0cdc5;
}
.corporate-history-tbl th {
  width: 120px;
  border-right: dashed 1px #d0cdc5;
  background-color: #ffffff;
  font-weight: normal;
}
.corporate-history-tbl td {
  background-color: #f8f7f2;
}

.corporate-license-list {
  border-top: solid 1px #d0cdc5;
}
.corporate-license-list &gt; li {
  position: relative;
  padding-left: 80px;
  padding-right: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d0cdc5;
}
.corporate-license-list &gt; li:nth-of-type(even) {
  background-color: #fbf9f6;
}
.corporate-license-list &gt; li:before {
  content: "●";
  position: absolute;
  left: 65px;
  top: 10px;
  color: #fccf02;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
国内拠点
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.office-index-tbl {
  width: 100%;
}
.office-index-tbl thead th {
  padding: 10px;
  background-color: #e2ddd1;
  font-weight: normal;
}
.office-index-tbl thead th + th {
  border-left: dashed 1px #d0cdc5;
}
.office-index-tbl tbody th, .office-index-tbl tbody td {
  padding: 15px 20px;
  vertical-align: top;
  border-top: solid 1px #d0cdc5;
  border-bottom: solid 1px #d0cdc5;
}
.office-index-tbl tbody th {
  width: 150px;
  text-align: left;
  font-weight: normal;
}
.office-index-tbl tbody td {
  border-left: dashed 1px #d0cdc5;
}
.office-index-tbl tbody td:nth-last-of-type(1) {
  width: 140px;
  text-align: center;
}

.office-detail-mv img {
  border: solid 7px #ffffff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}

.office-detail-content__title,
.office-detail-content__text {
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

.office-detail-ph {
  *zoom: 1;
  margin-left: -7px;
  margin-right: -7px;
}
.office-detail-ph:after {
  content: "";
  display: table;
  clear: both;
}

.office-detail-ph__item {
  float: left;
  width: 33.3%;
  padding-left: 7px;
  padding-right: 7px;
}

.office-access {
  position: relative;
}

.office-access__map {
  width: 100%;
  height: 360px;
}

.office-access__title {
  position: absolute;
  left: 65px;
  top: -61px;
  z-index: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
お問合せ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contact-tbl {
  width: 100%;
}
.contact-tbl th, .contact-tbl td {
  padding: 10px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.contact-tbl th {
  width: 160px;
  background-color: #fafafa;
  font-weight: normal;
  text-align: left;
}

.m-privacy-box {
  width: 100%;
  height: 240px;
  padding: 15px 30px 15px 15px;
  border: solid 1px #cccccc;
  overflow-y: scroll;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
サイトマップ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sitemap-list {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -30px;
}
.sitemap-list:after {
  content: "";
  display: table;
  clear: both;
}

.sitemap-list__item {
  float: left;
  width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.sitemap-list__item &gt; a {
  font-weight: bold;
  color: #2972af;
  font-size: 15px;
}
.sitemap-list__item a:hover {
  text-decoration: underline;
}

.sitemap-list__item--w100 {
  width: 100%;
}

.sitemap-list__item__child {
  margin-top: 5px;
  padding-top: 10px;
  border-top: dashed 1px #5f5f5f;
}

.sitemap-list__item__child__item &gt; a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.sitemap-list__item__child__item &gt; a:before {
  content: "";
  border-left: solid 4px #5f5f5f;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  モジュール
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .header__c__nav div.nav_btm{
    display: block;
  }
  .m-pc-hide {
    display: inherit;
  }

  .m-sp-hide {
    display: none;
  }

  /* text */
  .m-text-9 {
    font-size: 9px;
    line-height: 1.2;
  }
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-16 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .m-text-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .m-text-25 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-26 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-27 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-30 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-31 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-32 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-35 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-36 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-37 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-38 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-40 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-42 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-44 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .m-text-50 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .m-color-bl a {
    color: #2972af;
  }

  .m-font-ja {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  .m-uline {
    text-decoration: none;
  }

  .m-uline:hover {
    text-decoration: none;
  }

  .m-hline {
    text-decoration: none;
  }

  .m-hline:hover {
    text-decoration: none;
  }

  .m-op {
    -webkit-transition: opacity 0s;
            transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }

  /* margin */
  .m-mt-2xs {
    margin-top: 5px;
  }

  .m-mt-xs {
    margin-top: 5px;
  }

  .m-mt-s {
    margin-top: 10px;
  }

  .m-mt {
    margin-top: 15px;
  }

  .m-mt-l {
    margin-top: 20px;
  }

  .m-mt-xl {
    margin-top: 30px;
  }

  .m-mt-2xl {
    margin-top: 30px;
  }

  .m-mb-2xs {
    margin-bottom: 5px;
  }

  .m-mb-xs {
    margin-bottom: 5px;
  }

  .m-mb-s {
    margin-bottom: 10px;
  }

  .m-mb {
    margin-bottom: 15px;
  }

  .m-mb-l {
    margin-bottom: 20px;
  }

  .m-mb-xl {
    margin-bottom: 30px;
  }

  .m-mb-2xl {
    margin-bottom: 30px;
  }

  /* padding */
  .m-pt-2xs {
    padding-top: 5px;
  }

  .m-pt-xs {
    padding-top: 5px;
  }

  .m-pt-s {
    padding-top: 10px;
  }

  .m-pt {
    padding-top: 15px;
  }

  .m-pt-l {
    padding-top: 20px;
  }

  .m-pt-xl {
    padding-top: 30px;
  }

  .m-pt-2xl {
    padding-top: 30px;
  }

  .m-pb-2xs {
    padding-bottom: 5px;
  }

  .m-pb-xs {
    padding-bottom: 5px;
  }

  .m-pb-s {
    padding-bottom: 10px;
  }

  .m-pb {
    padding-bottom: 15px;
  }

  .m-pb-l {
    padding-bottom: 20px;
  }

  .m-pb-xl {
    padding-bottom: 30px;
  }

  .m-pb-2xl {
    padding-bottom: 30px;
  }

  .m-p-2xs {
    padding: 5px;
  }

  .m-p-xs {
    padding: 10px;
  }

  .m-p-s {
    padding: 15px;
  }

  .m-p {
    padding: 15px;
  }

  .l-inner,
  .l-inner-s,
  .l-inner-xs {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-inner .l-inner,
  .l-inner .l-inner-s,
  .l-inner .l-inner-xs,
  .l-inner-s .l-inner,
  .l-inner-s .l-inner-s,
  .l-inner-s .l-inner-xs,
  .l-inner-xs .l-inner,
  .l-inner-xs .l-inner-s,
  .l-inner-xs .l-inner-xs {
    padding-left: 0;
    padding-right: 0;
  }

  /* module */
  .m-radius {
    border-radius: 5px;
  }

  img.m-radius {
    border-radius: 5px;
  }

  .m-title {
    position: relative;
    height: 50px;
    margin-top: 0;
  }
  .m-title:before, .m-title:after {
    display: none;
  }

  .m-title__inner {
    width: inherit;
    height: 50px;
    padding-left: 0;
  }

  .m-title__text {
    position: relative;
    padding-left: 35px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 50px;
  }
  .m-title__text:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    background-image: url(../images/icon_title_sp.png);
    background-size: auto 100%;
  }
  .m-title__text &gt; span {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    font-size: 1rem;
  }

  .t-service .m-title__text:before {
    background-position: -25px 0;
  }

  .t-system .m-title__text:before {
    background-position: -50px 0;
  }

  .t-recruit .m-title__text:before {
    background-position: -75px 0;
  }

  .t-topics .m-title__text:before {
    background-position: -100px 0;
  }

  .t-corporate .m-title__text:before {
    background-position: -125px 0;
  }

  .t-office .m-title__text:before {
    background-position: -150px 0;
  }

  .t-contact .m-title__text:before {
    background-position: -175px 0;
  }

  .m-stitle {
    font-size: 1.7rem;
  }

  .t-system .m-stitle &gt; img {
    width: auto;
    height: 27px;
  }

  .t-recruit.t-index .m-stitle &gt; img {
    width: auto;
    height: 12px;
  }

  .t-corporate.t-index .m-stitle &gt; img {
    width: auto;
    height: 23px;
  }

  .m-bor-title {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .m-bor-title:before {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }

  .m-bar-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* column */
  .m-media__fl,
  .m-media__fr {
    float: none;
    text-align: center;
  }

  .m-media__fl--g20,
  .m-media__fr--g20,
  .m-media__fl--g30,
  .m-media__fr--g30,
  .m-media__fl--g40,
  .m-media__fr--g40 {
    margin-left: 0;
    margin-right: 0;
  }

  .m-media__content {
    margin-top: 15px;
    overflow: hidden;
  }

  .m-column--g10,
  .m-column--g20,
  .m-column--g30 {
    margin-right: 0;
    margin-left: 0;
  }
  .m-column--g10 .m-column__item,
  .m-column--g20 .m-column__item,
  .m-column--g30 .m-column__item {
    padding-left: 0;
    padding-right: 0;
  }

  .m-column__item {
    float: none;
    width: auto;
  }

  .m-column__item + .m-column__item {
    margin-top: 15px;
  }

  .m-column__item--w33 {
    width: auto;
  }

  .m-flex {
    font-size: 0;
    text-align: center;
  }

  .m-flex__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .m-flex__item + .m-flex__item {
    margin-top: 10px;
  }

  /* icon */
  /* btn */
  .m-btn,
  .m-btn--s {
    width: 100%;
    min-width: inherit;
  }

  /* table */
  /* form */
  .m-input-text,
  .m-textarea {
    padding: 10px;
  }

  .m-input-text,
  .m-textarea,
  .m-select-box {
    width: 100%;
    font-size: 1.2rem;
  }

  .m-input-text,
  .m-input-text--l,
  .m-input-text--s,
  .m-input-text--xs {
    width: 100%;
  }

  .m-input-text--2xs {
    width: 60px;
  }

  .m-textarea,
  .m-textarea--s {
    height: 120px;
  }

  input[type="radio"],
  input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #5f5f5f;
    background-color: #fff;
    box-shadow: none;
    width: 16px;
    height: 16px;
  }
  input[type="radio"]:after,
  input[type="checkbox"]:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #2972af;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    display: none;
  }
  input[type="radio"]:checked:after,
  input[type="checkbox"]:checked:after {
    display: block;
  }

  input[type="radio"] {
    border-radius: 100%;
  }

  input[type="checkbox"] {
    border-radius: 0;
  }

  label {
    display: block;
  }
  label input[type="checkbox"] {
    margin-top: 0;
  }

  label + label {
    margin-top: 5px;
    margin-left: 0;
  }

  select.m-select {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    background-image: none;
  }

  select.m-select--s {
    width: 50%;
  }

  select.m-select--xs {
    width: 40px;
  }

  /* WordPress post */
  .m-post-body {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .m-post-body h1 {
    font-size: 1.7rem;
  }
  .m-post-body h2 {
    font-size: 1.6rem;
  }
  .m-post-body h3 {
    font-size: 1.5rem;
  }
  .m-post-body h4 {
    font-size: 1.4rem;
  }
  .m-post-body h5 {
    font-size: 1.3rem;
  }
  .m-post-body h6 {
    font-size: 1.2rem;
  }
  .m-post-body img.alignleft, .m-post-body img.alignright, .m-post-body img.aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .m-post-body table {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .m-post-body table th {
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  /* base */
  a {
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }

  a.m-uline:hover {
    text-decoration: underline !important;
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  body {
    font-size: 1rem;
  }

  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 999999px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  #l-wrapper {
    min-width: inherit;
    overflow: hidden;
  }

  .l-content {
    float: none;
    width: auto;
    padding-bottom: 30px;
  }

  .l-aside {
    float: none;
    width: auto;
    padding-bottom: 0;
  }

  .snav {
    position: relative;
    padding-top: 40px;
    border-top: 0;
  }
  .snav:before {
    content: "CONTENTS";
    background-color: #3a589e;
    color: #789fc0;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 40px;
    font-size: 1.2rem;
  }

  .snav__item {
    border-top: solid 1px #ffffff;
    border-bottom: 0;
    font-size: 1.1rem;
  }
  .snav__item a {
    -webkit-transition: 0s;
            transition: 0s;
    display: block;
  }
  .snav__item a:hover {
    background-color: transparent;
  }
  .snav__item a:before {
    background-image: url(../images/icon_arrow_snav@2x.png);
    background-size: 100%;
  }

  .snav__item--parent a {
    font-weight: bold;
    background-color: transparent;
    color: #2972af;
  }
  .snav__item--parent a:hover {
    background-color: transparent;
  }
  .snav__item--parent a:before {
    display: none;
  }
  .snav__item--parent a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 14px;
    background-image: url(../images/icon_arrow_snav@2x.png);
    background-size: 100%;
  }

  .aside__bnr__item {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .header {
    height: 60px;
  }

  .header__t {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .header__c {
    position: relative;
    height: 60px;
  }

  .header__c__btn {
    *zoom: 1;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .header__c__btn:after {
    content: "";
    display: table;
    clear: both;
  }

  .header__c__btn__item {
    float: left;
    margin-left: 5px;
  }
  .header__c__btn__item a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #3a589e;
    background-size: auto 100%;
    background-image: url(../images/icon_header_sp.png);
    border-radius: 100%;
    text-indent: -9998em;
  }

  .header__c__btn__item--contact a {
    background-position: 0 0;
  }

  .header__c__btn__item--menu a {
    background-position: -30px 0;
  }

  .header__c__logo {
    float: none;
    position: absolute;
    left: 15px;
    top: 10px;
    padding-top: 0;
    width: 197px;
  }

  .header__c__nav {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 100%;
    float: none;
    background-color: #ffffff;
    z-index: 9998;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .header__c__nav.is-active {
    left: 0;
    top: 60px;
  }

  .header__c__nav__list {
    float: none;
    margin-right: 0;
    margin-left: -1px;
    border-top: solid 1px #3a589e;
  }

  .header__c__nav__list__item {
    width: 33.3%;
    border-bottom: solid 1px #3a589e;
    border-left: solid 1px #3a589e;
  }
  .header__c__nav__list__item a {
    -webkit-transition: 0s;
            transition: 0s;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #000000;
  }
  .header__c__nav__list__item a &gt; span {
    position: relative;
    z-index: 1;
  }
  .header__c__nav__list__item a:before {
    -webkit-transition: 0s;
            transition: 0s;
    width: 60px;
    height: 60px;
    bottom: auto;
    top: 10px;
    left: 50%;
    margin-left: -30px;
    background-image: url(../images/icon_nav_sp.png);
    background-size: auto 100%;
    background-position: 0 0;
  }
  .header__c__nav__list__item a:hover, .header__c__nav__list__item a.is-active {
    font-size: 1.1rem;
  }
  .header__c__nav__list__item a:hover:before, .header__c__nav__list__item a.is-active:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .header__c__nav__list__item--home a:before {
    background-position: 0 0;
  }

  .header__c__nav__list__item--service a:before {
    background-position: -60px 0;
  }

  .header__c__nav__list__item--system a:before {
    background-position: -120px 0;
  }

  .header__c__nav__list__item--recruit a:before {
    background-position: -180px 0;
  }

  .header__c__nav__list__item--topics a:before {
    background-position: -240px 0;
  }

  .header__c__nav__list__item--corporate a:before {
    background-position: -300px 0;
  }

  .header__c__nav__list__item--office a:before {
    background-position: -360px 0;
  }

  .header__c__nav__list__item--contact a:before {
    background-position: -420px 0;
  }

  .header__c__nav__list__item--home,
  .header__c__nav__list__item--contact {
    position: absolute;
    left: -9998px;
    top: -9998px;
  }

  .header__b {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .footer__inner {
    padding: 0;
  }

  .footer__nav {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .footer__info {
    float: none;
    padding: 0;
  }

  .footer__info__corporate {
    padding: 20px;
  }

  .footer__info__corporate__title {
    width: 200px;
  }

  .footer__info__corporate__text {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1rem;
  }
  .footer__info__corporate__text img {
    width: 100%;
  }

  .footer__info__license {
    border-top: solid 1px #ffffff;
    padding: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .footer__info__license__item {
    float: none;
    display: table;
    width: 100%;
    margin-right: 0;
    font-size: 1rem;
  }
  .footer__info__license__item dt, .footer__info__license__item dd {
    display: table-cell;
    vertical-align: middle;
  }
  .footer__info__license__item dt {
    width: 60px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .footer__info__license__item + .footer__info__license__item {
    margin-top: 10px;
  }

  .footer__copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .footer__btn-pt {
    right: -9999px;
    top: -9999px;
  }
}
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  トップページ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .home-mv {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
  }
  .home-mv .slick-dots {
    bottom: 10px;
  }
  .home-mv .slick-dots &gt; li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .home-mv .slick-dots button {
    width: 6px;
    height: 6px;
    box-shadow: none;
  }

  .home-nav-sp {
    *zoom: 1;
    position: relative;
    padding-top: 40px;
    margin-top: 1px;
    margin-left: -1px;
  }
  .home-nav-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-nav-sp:before {
    content: "CONTENTS";
    background-color: #3a589e;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .home-nav-sp__item {
    float: left;
    width: 33.3%;
    border-bottom: solid 1px #3a589e;
    border-left: solid 1px #3a589e;
    text-align: center;
  }
  .home-nav-sp__item a {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 1.1rem;
    color: #000000;
  }
  .home-nav-sp__item a &gt; span {
    position: relative;
    z-index: 1;
  }
  .home-nav-sp__item a:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -30px;
    z-index: 0;
    background-image: url(../images/icon_nav_sp.png);
    background-size: auto 100%;
    background-position: 50%;
  }

  .home-nav-sp__item--service a:before {
    background-position: -60px 0;
  }

  .home-nav-sp__item--system a:before {
    background-position: -120px 0;
  }

  .home-nav-sp__item--recruit a:before {
    background-position: -180px 0;
  }

  .home-nav-sp__item--topics a:before {
    background-position: -240px 0;
  }

  .home-nav-sp__item--corporate a:before {
    background-position: -300px 0;
  }

  .home-nav-sp__item--office a:before {
    background-position: -360px 0;
  }

  .home-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .home-title &gt; span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .home-title__en {
    font-size: 1.6rem;
  }

  .home-title__ja {
    font-size: 1rem;
  }

  .home-topics {
    padding: 20px 15px;
  }

  .home-topics__btn {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 15px;
    font-size: 1rem;
    color: #000000;
    text-align: right;
  }
  .home-topics__btn:before {
    left: auto;
    right: 0;
    background-image: url(../images/icon_arrow@2x.png);
    background-size: 100%;
  }

  .home-topics__list {
    margin-top: 15px;
    border-top: dashed 1px #333333;
  }

  .home-topics__list__item {
    *zoom: 1;
    padding: 10px 0;
  }
  .home-topics__list__item:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-topics__list__item &gt; time {
    float: none;
    margin-right: 0;
  }

  .home-bnr {
    position: relative;
    *zoom: 1;
    padding-top: 40px;
  }
  .home-bnr:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-bnr:before {
    content: "Service";
    background-color: #3a589e;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .home-bnr__item {
    position: relative;
    float: none;
    margin-bottom: 1px;
  }
  .home-bnr__item a:before {
    display: none;
  }

  .home-bnr__item__content {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    bottom: auto;
    width: auto;
    color: #ffffff;
  }

  .home-bnr__item__content__title &gt; span.m-font-en {
    font-size: 1rem;
  }
  .home-bnr__item__content__title &gt; span.m-font-ja {
    font-size: 2rem;
  }

  .home-bnr__item__content__text {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }

  .home-bnr__item--navi-telephony {
    position: relative;
    padding-top: 40px;
  }
  .home-bnr__item--navi-telephony:before {
    content: "System";
    background-color: #3a589e;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .home-bnr__item--navi-telephony .home-bnr__item__content,
  .home-bnr__item--web-telephony .home-bnr__item__content {
    bottom: auto;
    margin-top: -10px;
  }
  .home-bnr__item--navi-telephony .home-bnr__item__content__title span.m-font-ja,
  .home-bnr__item--web-telephony .home-bnr__item__content__title span.m-font-ja {
    font-size: 1.4rem;
  }
  .home-bnr__item--navi-telephony a:before,
  .home-bnr__item--web-telephony a:before {
    display: none;
  }

  .home-fb {
    display: none;
  }
  .sp_on{
    display: block;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  事業内容
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .service-index-mv {
    background-size: 106px auto;
  }

  .service-index-bg {
    background-size: auto 100%;
  }

  .service-index-list {
    margin-left: 0;
    margin-right: 0;
  }

  .service-index-list__item + .service-index-list__item {
    margin-top: 10px;
  }

  .service-index-list__item {
    float: none;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .service-index-list__item &gt; span {
    position: static;
    vertical-align: middle;
    display: block;
    padding: 15px;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #fccf02;
  }
  .service-index-list__item &gt; span &gt; span {
    display: block;
    height: auto;
  }
  .service-index-list__item &gt; span &gt; span &gt; span {
    display: block;
    padding: 0;
  }

  .service-list {
    margin-right: 0;
  }

  .service-list__item {
    position: relative;
    float: none;
    width: auto;
    padding-right: 0;
  }
  .service-list__item:before {
    width: 34px;
    height: 34px;
    background-size: auto 100%;
  }

  .service-list__item--w33p {
    width: auto;
  }

  .service-list__item + .service-list__item {
    margin-top: 1px;
  }

  .service-list__item__content {
    padding: 20px 15px;
  }

  .service-list__item:nth-of-type(2):before {
    background-position: -34px 0;
  }

  .service-list__item:nth-of-type(3):before {
    background-position: -68px 0;
  }

  .service-list__item__content__image img {
    width: 84px;
  }

  .service-list__item__content__text {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-dmg-contact {
    padding: 5px 15px;
    border-width: 2px;
    border-radius: 5px;
  }

  .service-dmg-contact__item {
    position: relative;
    min-height: 36px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service-dmg-contact__item:before {
    width: 42px;
    height: 36px;
    left: 0px;
    top: 12px;
    margin-top: 0;
    background-size: auto 100%;
  }

  .service-dmg-contact__item--fax:before {
    background-position: -42px 0;
  }

  .service-dmg-contact__item__text {
    font-size: 2.5rem;
  }

  .service-flow-step {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .service-flow-step:before {
    border-top: solid 15px #c0d4e5;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    bottom: -15px;
    margin-left: -50px;
  }
  .service-flow-step:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .service-flow-step__title,
  .service-flow-step__content {
    display: block;
    padding: 15px;
    vertical-align: middle;
  }

  .service-flow-step__title {
    width: auto;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    font-size: 1.1rem;
  }
  .service-flow-step__title &gt; span {
    font-size: 2.4rem;
  }

  .service-flow-step__content__btn {
    position: relative;
    padding-right: 0;
  }
  .service-flow-step__content__btn &gt; a {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .service-estimate-form-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .service-estimate-form-item__tbl {
    width: 100%;
    display: block;
  }
  .service-estimate-form-item__tbl tbody, .service-estimate-form-item__tbl thead, .service-estimate-form-item__tbl tr, .service-estimate-form-item__tbl th, .service-estimate-form-item__tbl td {
    display: block;
  }
  .service-estimate-form-item__tbl tr {
    padding: 10px 0;
  }
  .service-estimate-form-item__tbl th,
  .service-estimate-form-item__tbl td {
    padding: 0;
  }
  .service-estimate-form-item__tbl th {
    width: auto;
    margin-bottom: 5px;
  }

  .service-estimate-sum {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-estimate-sum__list {
    margin-top: 0;
  }

  .service-estimate-sum__list__item &gt; span {
    padding-left: 10px;
    padding-bottom: 5px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  システム
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .system-index-list {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .system-index-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .system-index-list__item {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .system-index-list__item a {
    -webkit-transition: 0s;
            transition: 0s;
    border-width: 4px;
    padding: 30px 15px 15px;
  }
  .system-index-list__item a:hover {
    border-color: #f3f3f3;
  }

  .system-index-list__item___top {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .system-index-list__item___top a {
    -webkit-transition: 0s;
            transition: 0s;
    border-width: 4px;
    padding: 30px 15px 15px;
  }
  .system-index-list__item___top a:hover {
    border-color: #f3f3f3;
  }

  .system-index-list__item + .system-index-list__item {
    margin-top: 15px;
  }

  .system-index-list__item__image img {
    width: 160px;
  }

  .system-navi-telephony-feature {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .system-navi-telephony-feature__item {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .system-navi-telephony-feature__item--w33p {
    width: auto;
  }

  .system-navi-telephony-feature__item + .system-navi-telephony-feature__item {
    margin-top: 10px;
  }

  .system-navi-telephony-feature__item__content {
    padding: 15px;
  }

  .system-navi-telephony-feature__item__content__text {
    margin-top: 10px;
    padding: 0;
  }

  .system-navi-telephony-extensibility {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .system-navi-telephony-extensibility:after {
    content: "";
    display: table;
    clear: both;
  }

  .system-navi-telephony-extensibility + .system-navi-telephony-extensibility {
    padding-top: 0;
    margin-top: 30px;
    border-top: 0;
  }

  .system-navi-telephony-extensibility__item {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .system-navi-telephony-extensibility__item + .system-navi-telephony-extensibility__item {
    margin-top: 30px;
    border-left: 0;
  }

  .system-navi-telephony-extensibility__item__content + .system-navi-telephony-extensibility__item__content {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
  }

  .system-annotation-cti-box:before {
    border-top: solid 10px #fccf03;
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    bottom: -10px;
    margin-left: -40px;
  }

  .system-annotation-cti-circle {
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .system-annotation-cti-circle:after {
    content: "";
    display: table;
    clear: both;
  }

  .system-annotation-cti-circle__item {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .system-annotation-cti-circle__item &gt; span {
    position: static;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
    height: auto;
  }
  .system-annotation-cti-circle__item &gt; span &gt; span {
    display: block;
    padding: 15px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .system-annotation-cti-circle__item &gt; span &gt; span &gt; span {
    display: block;
    vertical-align: middle;
    text-align: center;
  }

  .system-annotation-cti-circle__item + .system-annotation-cti-circle__item {
    margin-top: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  採用情報
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .recruit-index-bg {
    background-size: 12.5px;
  }

  .recruit-index-title {
    padding-left: 45px;
    min-height: 46px;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .recruit-index-title:before {
    width: 34px;
    height: 46px;
    left: 0;
    background-size: auto 100%;
  }
  .recruit-index-title &gt; span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .recruit-index-title &gt; span:before {
    height: 5px;
    bottom: 0;
  }

  .recruit-index-title--02:before {
    background-position: -34px 0;
  }

  .recruit-index-title--03:before {
    background-position: -68px 0;
  }

  .recruit-index-box {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recruit-index-box:before, .recruit-index-box:after {
    display: none;
  }

  .recruit-index-box__inner {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    line-height: 2;
  }
  .recruit-index-box__inner &gt; span {
    display: inline;
    padding: 0;
    border-bottom: 0;
  }

  .recruit-index-image {
    margin-left: -5px;
    margin-right: -5px;
  }

  .recruit-index-image__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .recruit-guidance-tbl thead th {
    min-width: inherit;
    white-space: nowrap;
  }
  .recruit-guidance-tbl tbody th, .recruit-guidance-tbl tbody td {
    padding: 10px;
  }
  .recruit-guidance-tbl tbody th {
    width: auto;
    white-space: nowrap;
  }

  .recruit-guidance-condition__title {
    width: 80px;
  }

  .recruit-guidance-condition__text {
    padding-left: 15px;
  }

  .recruit-training-tbl thead th {
    white-space: nowrap;
  }
  .recruit-training-tbl tbody th, .recruit-training-tbl tbody td {
    padding: 10px;
  }
  .recruit-training-tbl tbody th {
    width: auto;
    white-space: nowrap;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TOPICS
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .topics-nav__title {
    padding: 10px 15px;
    background-color: #cccccc;
  }

  .topics-nav__content {
    padding: 0;
  }
  .topics-nav__content li + li {
    border-top: solid 1px #ffffff;
  }
  .topics-nav__content li a {
    display: block;
    padding: 10px 15px;
  }

  .topics-nav__content--recentry {
    padding-bottom: 0;
  }
  .topics-nav__content--recentry li {
    margin-bottom: 0;
  }

  .topics-archive__item {
    *zoom: 1;
    padding: 10px 0;
  }
  .topics-archive__item:after {
    content: "";
    display: table;
    clear: both;
  }
  .topics-archive__item &gt; time {
    display: block;
    float: none;
    margin-right: 0;
  }
  .topics-archive__item &gt; span {
    display: block;
    overflow: hidden;
  }

  .topics-detail__header {
    padding: 0 15px 20px;
  }
  .topics-detail__header:before {
    width: 80px;
    height: 3px;
    margin-left: -40px;
    bottom: -2px;
  }

  .topics-detail__header__time {
    font-size: 1rem;
  }

  .topics-detail__header__title {
    font-size: 1.4rem;
    text-align: left;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  会社概要
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .corporate-outline-tbl th, .corporate-outline-tbl td {
    padding: 10px;
  }
  .corporate-outline-tbl th {
    width: 60px;
  }

  .corporate-privacymark-bg {
    background-size: auto 100%;
  }

  .corporate-history-tbl th, .corporate-history-tbl td {
    padding: 10px;
  }
  .corporate-history-tbl th {
    width: 60px;
  }

  .corporate-license-list &gt; li {
    padding-left: 30px;
    padding-right: 15px;
  }
  .corporate-license-list &gt; li:before {
    left: 15px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  国内拠点
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .office-index-tbl {
    position: relative;
    display: block;
  }
  .office-index-tbl tr, .office-index-tbl th, .office-index-tbl td {
    display: block;
  }
  .office-index-tbl tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d0cdc5;
  }
  .office-index-tbl thead {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .office-index-tbl tbody {
    display: block;
  }
  .office-index-tbl tbody th, .office-index-tbl tbody td {
    padding: 0;
    border: 0;
  }
  .office-index-tbl tbody th.m-sp-hide, .office-index-tbl tbody td.m-sp-hide {
    display: none;
  }
  .office-index-tbl tbody th {
    width: auto;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .office-index-tbl tbody td:nth-last-of-type(1) {
    width: auto;
    text-align: left;
  }

  .office-detail-mv img {
    width: 160px;
    border-width: 4px;
  }

  .office-detail-content__title,
  .office-detail-content__text {
    padding: 10px 0;
  }

  .office-detail-ph {
    margin-left: -2px;
    margin-right: -2px;
  }

  .office-detail-ph__item {
    padding-left: 2px;
    padding-right: 2px;
  }

  .office-access {
    position: relative;
    margin-top: 15px;
  }

  .office-access__map {
    height: 180px;
  }

  .office-access__title {
    left: 15px;
    top: -30px;
  }
  .office-access__title img {
    width: 60px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  お問合せ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .contact-tbl {
    width: 100%;
    display: block;
  }
  .contact-tbl tbody, .contact-tbl thead {
    display: block;
  }
  .contact-tbl tr, .contact-tbl th, .contact-tbl td {
    display: block;
  }
  .contact-tbl th, .contact-tbl td {
    padding: 10px;
    border: 0;
  }
  .contact-tbl th {
    width: auto;
    background-color: #fafafa;
    font-weight: normal;
    text-align: left;
  }

  .m-privacy-box {
    height: 160px;
    padding: 15px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  サイトマップ
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .sitemap-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -15px;
  }

  .sitemap-list__item {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .sitemap-list__item &gt; a {
    font-size: 1.2rem;
  }

  .sitemap-list__item__child {
    margin-top: 5px;
    padding-top: 10px;
  }
}
</pre></body></html>