@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

section, figure, aside, header, footer, main, nav {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object,
embed {
  vertical-align: top; }

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

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom; }

hr {
  clear: both; }

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1; }

a:hover.cssRoll img {
  opacity: 0.6; }

body {
  font-weight: 500;
  line-height: 1.7;
  color: #373737; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

em {
  font-weight: bold; }

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden; }

body {
  font-family: Shin Go Regular;
  color: #333333;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #333333; }

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:not([href^="tel:"]):hover {
    text-decoration: none;
    opacity: 0.4; }

a[href^="tel:"] {
  cursor: default; }

/* ---------------------------
l-header
--------------------------- */
@font-face {
  font-family: Shin Go Medium;
  src: url(../../font/AOTFShinGoProMedium.otf);
}
@font-face {
  font-family: Shin Go Bold;
  src: url(../../font/AOTFShinGoProBold.otf);
}
@font-face {
  font-family: Shin Go Regular;
  src: url(../../font/AOTFShinGoProRegular.otf);
}
/* @font-face {
  font-family: 'myriad-pro';
  src: url(../../font/meiryou.otf);
} */
.u-text-18 {
  font-family: myriad-pro, 'Shin',sans-serif !important;

}
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #e2e1dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .l-header-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .l-header-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-header-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .l-header-contactBtn a {
    border-radius: 2em;
    color: #326691;
    border: 2px solid #326691;
    padding: 10px 20px;
    display: block;
    white-space: nowrap; }
    .l-header-contactBtn a:hover {
      opacity: 1;
      color: #fff !important;
      background: #326691 !important; }

/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  background: #55595d;
  color: #ffffff; }
  .l-footer-address-logo {
    margin-bottom: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer-address-logo .logo {
      margin-right: 1rem;
      display: block; }
  .l-footer-links01 {
    font-family: Shin Go Medium; }
  .l-footer-links01Sub-item {
    font-family: Shin Go Regular; }
    .l-footer-links01Sub-item a {
      color: #fff; }
  .l-footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer-sns-h {
      font-size: 0.85rem;
      margin-right: 1em; }
  .l-footer-snses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer-snses-item {
      border-radius: 50%; }
      .l-footer-snses-item:not(:last-child) {
        margin-right: 1em; }
      .l-footer-snses-item .fab {
        font-size: 32px;
        color: #fff; }
      .l-footer-snses-item span {
        display: none; }
  .l-footer-links02-item {
    font-size: 0.85rem; }
    .l-footer-links02-item a {
      color: #ffffff; }
  .l-footer-copyright {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 0.9rem; }

/* ---------------------------
l-post
--------------------------- */
.l-post-wrap {
  background: #fff; }

.l-post-side-sec-h {
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #f5f7f8;
  font-size: 1.2rem; }

.l-post-side-posts li {
  margin-bottom: 1em; }

.l-post-side-posts-date {
  color: #55595d;
  font-size: 0.85rem; }

/* ---------------------------
l-wrap
--------------------------- */
/* ---------------------------
l-secType
--------------------------- */
.l-secType02 {
  border-top: 1px solid #f5f7f8; }

/* ---------------------------
m-blockquote01
--------------------------- */
.m-blockquote01, .u-wysiwyg blockquote, body.entry blockquote, body.page blockquote {
  background: #f5f7f8;
  font-weight: bold; }

/* ---------------------------
btn
--------------------------- */
.m-btn01 {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
  border-width: 1px;
  cursor: pointer; }
  .m-btn01:hover {
    text-decoration: none;
    opacity: 0.7; }
  .m-btn01.arrow-r:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain; }
  .m-btn01.arrow-l:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .m-btn01.u-bd-c1:hover {
    opacity: 1;
    color: #fff !important;
    background: #326691 !important; }
  .m-btn01.u-bg-c0:hover {
    opacity: 1;
    color: #333333 !important;
    background: #fff !important; }

.m-btn02 {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  border-width: 1px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  .m-btn02:hover {
    text-decoration: none;
    opacity: 0.7; }
  .m-btn02.arrow-r:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain; }
  .m-btn02.arrow-l:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

/* ---------------------------
btns1col
--------------------------- */
.m-btns1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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; }
  .m-btns1col-item:not(:last-child) {
    margin-bottom: 10px; }
  .m-btns1col-item .m-btn01 {
    height: 100%; }

.m-alignRightBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.m-btns2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .m-btns2col.is-jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .m-btns2col-item {
    width: 49%; }
    .m-btns2col-item .m-btn01 {
      height: 100%; }
    .m-btns2col.is-autoSize .m-btns2col-item {
      width: auto; }
    .is-jcc .m-btns2col-item:not(:last-child) {
      margin-right: 2%; }

.m-btns3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .m-btns3col-item {
    width: 32%; }
    .m-btns3col-item .m-btn01 {
      height: 100%; }

/* ---------------------------
m-cols01
--------------------------- */
.m-cols01-links-item a {
  display: block;
  padding: 11px 10px; }

.m-cols01-links-item.is-current a {
  background: #f5f7f8;
  font-weight: bold; }

.m-companyLogos-item {
  background: url("") center center repeat-x; }

/* ---------------------------
m-form
--------------------------- */
.m-form .must, .m-form .error {
  color: #d42518;
  font-size: 0.8rem; }

.m-form-error {
  background: #ffc0cb;
  color: #dae24a;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem; }

.m-form-wrap {
  border: 4px solid #eceff1; }

.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff; }

.mw_wp_form_confirm .m-form-lead,
.mw_wp_form_complete .m-form-lead {
  display: none; }

.m-form-table01 {
  width: 100%; }
  .m-form-table01 > tbody > tr > th {
    font-weight: bold; }

.m-form-zipBtn {
  background: #326691;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer; }

.m-form-radios.is-horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-form-radios-item {
  margin-bottom: 0.5em; }
  .is-horizonal .m-form-radios-item:not(:last-child) {
    margin-right: 1.3em; }

.m-form-privacy {
  overflow-y: scroll;
  padding: 1em 2em;
  border: 1px solid #dedede; }
  .m-form-privacy section {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
    margin-bottom: 1em; }
  .m-form-privacy p {
    margin-bottom: 1em; }
  .m-form-privacy h3, .m-form-privacy h4 {
    font-family: Shin Go Medium;
    margin-bottom: 1em;
    margin-top: 1em; }
  .m-form-privacy table th, .m-form-privacy table td {
    border: 1px solid #dedede;
    padding: 8px; }
  .m-form-privacy dt {
    font-weight: bold;
    margin: 0.5em 0; }
  .mw_wp_form_confirm .m-form-privacy {
    display: none; }

.m-form-btns.off {
  display: none; }

.m-form-must {
  background: #dae24a;
  color: #fff;
  font-size: 0.8rem;
  padding: 1px 6px; }

/* ---------------------------
m-gnav
--------------------------- */
.m-gnav-links {
  font-family: Shin Go Medium; }

.m-gnav-links02-item {
  font-family: Shin Go Regular;
  margin-bottom: 1em; }
  .m-gnav-links02-item a {
    display: block; }
    .m-gnav-links02-item a:before {
      content: "-";
      margin-left: 1em;
      margin-right: 1em; }

.m-gnav-btn-lines {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .on .m-gnav-btn-lines {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .m-gnav-btn-lines-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    width: 100%;
    background: #333333; }
    .m-gnav-btn-lines-item:nth-child(1), .m-gnav-btn-lines-item:nth-child(3) {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .m-gnav-btn-lines-item:nth-child(1) {
      -webkit-transform: translateY(-400%);
      -ms-transform: translateY(-400%);
      transform: translateY(-400%); }
    .m-gnav-btn-lines-item:nth-child(3) {
      -webkit-transform: translateY(400%);
      -ms-transform: translateY(400%);
      transform: translateY(400%); }
    .m-gnav-btn.on .m-gnav-btn-lines-item {
      background: #fff; }
      .m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(2) {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0); }
      .m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

/* ---------------------------
h
--------------------------- */
.m-h01 {
  font-family: Shin Go Medium;
  color: #fff;
  font-weight: bold; }
  .m-h01-wrap {
    background: -webkit-gradient(linear, left top, right top, from(#00684d), to(#4c9582));
    background: -webkit-linear-gradient(left, #00684d 0%, #4c9582 100%);
    background: -o-linear-gradient(left, #00684d 0%, #4c9582 100%);
    background: linear-gradient(90deg, #00684d 0%, #4c9582 100%); }

.m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
  font-family: Shin Go Medium;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }
  .m-h02.is-left, .u-wysiwyg h2.is-left.is-center, body.entry h2.is-left.is-center, body.page h2.is-left.is-center {
    text-align: left; }
  .m-h02:after, .u-wysiwyg h2.is-center:after, .u-wysiwyg.is-webPage h2.is-center:after, body.entry h2.is-center:after, body.entry.is-webPage h2.is-center:after, body.page h2.is-center:after, body.page.is-webPage h2.is-center:after {
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#00684d), color-stop(50%, #00684d), color-stop(50.1%, #dae24a), to(#dae24a));
    background: -webkit-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: -o-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%); }
  .m-h02.is-skyarc:after, .u-wysiwyg h2.is-skyarc.is-center:after, body.entry h2.is-skyarc.is-center:after, body.page h2.is-skyarc.is-center:after {
    background: -webkit-gradient(linear, left top, right top, from(#0062b2), color-stop(50%, #0062b2), color-stop(50.1%, #faba00), to(#faba00));
    background: -webkit-linear-gradient(left, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%);
    background: -o-linear-gradient(left, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%);
    background: linear-gradient(90deg, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%); }
  .m-h02.is-left:after, .u-wysiwyg h2.is-left.is-center:after, body.entry h2.is-left.is-center:after, body.page h2.is-left.is-center:after {
    margin-left: 0;
    margin-right: 0; }
  .m-h02 small, .u-wysiwyg h2.is-center small, .u-wysiwyg.is-webPage h2.is-center small, body.entry h2.is-center small, body.entry.is-webPage h2.is-center small, body.page h2.is-center small, body.page.is-webPage h2.is-center small {
    display: block;
    font-size: 1rem; }

.m-h02_left, .u-wysiwyg.is-webPage h2, body.entry.is-webPage h2, body.page.is-webPage h2 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.5;
  text-align: left; }
  .m-h02_left:after, .u-wysiwyg.is-webPage h2:after, body.entry.is-webPage h2:after, body.page.is-webPage h2:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00684d), color-stop(50%, #00684d), color-stop(50.1%, #dae24a), to(#dae24a));
    background: -webkit-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: -o-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    margin: 0; }
  .m-h02_left.is-skyarc:after, .u-wysiwyg.is-webPage h2.is-skyarc:after, body.entry.is-webPage h2.is-skyarc:after, body.page.is-webPage h2.is-skyarc:after {
    background: -webkit-gradient(linear, left top, right top, from(#0062b2), color-stop(50%, #0062b2), color-stop(50.1%, #faba00), to(#faba00));
    background: -webkit-linear-gradient(left, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%);
    background: -o-linear-gradient(left, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%);
    background: linear-gradient(90deg, #0062b2 0%, #0062b2 50%, #faba00 50.1%, #faba00 100%); }
  .m-h02_left small, .u-wysiwyg.is-webPage h2 small, body.entry.is-webPage h2 small, body.page.is-webPage h2 small {
    display: block;
    font-size: 1rem; }

.m-h02_2, .u-wysiwyg h2, body.entry h2, body.page h2 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.5; }
  .m-h02_2:after, .u-wysiwyg h2:after, body.entry h2:after, body.page h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#00684d), color-stop(50%, #00684d), color-stop(50.1%, #dae24a), to(#dae24a));
    background: -webkit-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: -o-linear-gradient(left, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%);
    background: linear-gradient(90deg, #00684d 0%, #00684d 50%, #dae24a 50.1%, #dae24a 100%); }

.m-h03, .u-wysiwyg h3, body.entry h3, body.page h3 {
  font-family: Shin Go Medium;
  font-weight: bold;
  border: 1px solid #00684d;
  border-radius: 10px;
  line-height: 1.5; }

.m-h04, .u-wysiwyg h4, body.entry h4, body.page h4 {
  font-family: Shin Go Medium;
  font-weight: bold;
  background: #f5f7f8;
  position: relative;
  line-height: 1.4; }
  .m-h04:after, .u-wysiwyg h4:after, body.entry h4:after, body.page h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#00684d), color-stop(70%, #00684d), color-stop(70.1%, #dae24a), to(#dae24a));
    background: -webkit-linear-gradient(top, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%);
    background: -o-linear-gradient(top, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%);
    background: linear-gradient(180deg, #00684d 0%, #00684d 70%, #dae24a 70.1%, #dae24a 100%); }

.m-h05, .u-wysiwyg h5, body.entry h5, body.page h5 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #00684d;
  padding-bottom: 0.4em; }

.m-h06, .u-wysiwyg h6, body.entry h6, body.page h6 {
  font-family: Shin Go Medium;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #eceff1;
  padding-bottom: 0.4em;
  position: relative;
  padding-left: 25px; }
  .m-h06:before, .u-wysiwyg h6:before, body.entry h6:before, body.page h6:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 8px;
    height: 8px;
    border: 4px solid #dae24a;
    border-radius: 50%; }

.m-h07 {
  font-family: Shin Go Medium;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em; }

.m-h08 {
  font-family: Shin Go Medium;
  color: #00684d; }

/* ---------------------------
m-items
--------------------------- */
.m-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-items.is-jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .is-jcc .m-items-item:last-child {
    margin-right: 0 !important; }

.m-contiguousItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tac {
  text-align: center !important; }

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0; }

.slick-slide {
  height: auto !important; }

/* ---------------------------
m-mv
--------------------------- */
.m-mv01 {
  position: relative; }
  .m-mv01-imgs-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: url() center no-repeat;
    background-size: cover; }
  .m-mv01-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-mv01-dots li {
      height: 4px;
      background: #fff;
      cursor: pointer; }
      .m-mv01-dots li:not(:last-child) {
        margin-right: 8px; }
      .m-mv01-dots li.slick-active {
        background: #333333; }
      .m-mv01-dots li button {
        display: none; }
  .m-mv01-01-txts {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
  .m-mv01-01-h {
    line-height: 1.4;
    margin-bottom: 1rem; }
  .m-mv01-01-lead {
    line-height: 2;
    letter-spacing: 0.1em; }
  .m-mv01-moreBtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.m-mv02-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .m-mv02-imgs-item {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }

.m-mv02-infos {
  position: relative; }
  .m-mv02-infos-item {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .m-mv02-infos-item.is-current {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .m-mv02-infos-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .m-mv02-infos-date {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-size: 0.75rem;
    margin-right: 1em; }
  .m-mv02-infos-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-mv02-infos-cats-item {
      margin-bottom: 5px;
      color: #326691;
      border: 1px solid #326691;
      border-radius: 3px;
      padding: 1px 8px;
      font-size: 0.75rem; }
      .m-mv02-infos-cats-item:not(:last-child) {
        margin-right: 5px; }
  .m-mv02-infos-h {
    font-family: Shin Go Medium;
    margin-bottom: 0.8em; }

.m-mv02-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  position: relative;
  z-index: 1; }
  .m-mv02-dots button {
    display: none; }
  .m-mv02-dots-item {
    padding: 8px;
    cursor: pointer;
    margin: 0 8px 8px; }
    .m-mv02-dots-item div {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #eceff1; }
    .m-mv02-dots-item.is-current div {
      background: #00684d; }

/* ---------------------------
m-pageNavs
--------------------------- */
.m-pageNavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-pageNavs-item {
    margin-bottom: 8px; }
    .m-pageNavs-item a {
      border: 2px solid #333333;
      border-radius: 6px;
      text-align: center;
      padding: 2px 10px;
      font-size: 0.85rem;
      width: 4em;
      display: block; }
    .m-pageNavs-item:not(:last-child) {
      margin-right: 8px; }
    .m-pageNavs-item.is-current a {
      color: #f5f7f8 !important;
      border-color: #f5f7f8 !important; }
    .is-c1 .m-pageNavs-item a {
      color: #326691;
      border-color: #326691; }
    .is-c4 .m-pageNavs-item a {
      color: #dae24a;
      border-color: #dae24a; }

.m-pankuzu {
  background: #f5f7f8;
  padding: 15px 0; }
  .m-pankuzu-links-item a {
    color: #326691; }
  .m-pankuzu-links-item:not(:last-child):after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 1em;
    line-height: 1; }

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

.m-post-h {
  font-family: Shin Go Medium;
  line-height: 1.5; }

.m-post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-post-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-post-cats-item {
    margin-bottom: 5px; }
    .m-post-cats-item:not(:last-child) {
      margin-right: 5px; }
    .m-post-cats-item a {
      color: #326691;
      border: 1px solid #326691;
      border-radius: 3px;
      padding: 1px 8px;
      font-size: 0.75rem; }

.m-post-date {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  margin-right: 1em;
  line-height: 1; }

.m-post-pre01 {
  background: #f5f7f8; }

.m-post-company {
  background: #f5f7f8;
  padding: 26px 22px; }
  .m-post-company-h {
    font-family: Shin Go Medium;
    margin-bottom: 0.5em; }

.m-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-post-share-label {
    font-size: 0.85rem;
    margin-right: 1em; }
  .m-post-share-snses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .m-post-share-snses-item {
      background: #ffffff;
      border-radius: 50%; }
      .m-post-share-snses-item:not(:last-child) {
        margin-right: 1em; }
      .m-post-share-snses-item .fab {
        font-size: 32px; }
      .m-post-share-snses-item span {
        display: none; }
      .m-post-share-snses-item.is-facebook .fab {
        color: #1877f2; }
      .m-post-share-snses-item.is-twitter .fab {
        color: #1da1f2; }

/* ---------------------------
m-posts
--------------------------- */
.m-posts01-item a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  position: relative; }

.m-posts01-item a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3); }

.m-posts01-img {
  text-align: center; }
  .m-posts01-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.m-posts01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }

.m-posts01-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-posts01-cats-item {
    color: #326691;
    border: 1px solid #326691;
    border-radius: 3px;
    padding: 1px 8px;
    font-size: 0.75rem;
    margin-bottom: 5px; }
    .m-posts01-cats-item:not(:last-child) {
      margin-right: 5px; }

.m-posts01-date {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-size: 0.8rem; }

.m-posts01-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em;
  line-height: 1.5; }

.m-posts01-content {
  margin-bottom: 1em; }

.m-posts01-more {
  text-align: right;
  color: #326691;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0; }
  .m-posts01-more:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 7px;
    line-height: 1; }

.m-posts02-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eceff1; }
  .m-posts02-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff; }
  .m-posts02-item a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3); }

.m-posts02-img img {
  border-radius: 6px; }

.m-posts02-txts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.m-posts02-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-posts02-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-posts02-cats-item {
    color: #326691;
    border: 1px solid #326691;
    border-radius: 3px;
    padding: 1px 8px;
    font-size: 0.75rem;
    margin-bottom: 5px; }
    .m-posts02-cats-item:not(:last-child) {
      margin-right: 5px; }

.m-posts02-date {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  margin-right: 1em; }

.m-posts02-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em;
  line-height: 1.5; }

.m-posts02-content {
  margin-bottom: 1em; }

.m-posts02-more {
  text-align: right;
  color: #326691;
  font-size: 0.85rem; }

/* ---------------------------
purposes
--------------------------- */
.m-purposes-item {
  font-family: Shin Go Medium; }
  .m-purposes-item a {
    background: #ffffff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .m-purposes-item a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2); }

.m-purposes .fas {
  color: #00684d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.m-purposes-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5; }

/* ---------------------------
m-slide
--------------------------- */
.m-slide01-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  .m-slide01-dots button {
    display: none; }
  .m-slide01-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5f7f8;
    margin: 0 4px 4px; }
    .m-slide01-dots li.slick-active {
      background: #f5f7f8; }

.m-slide02-imgs-item a {
  position: relative;
  display: block; }
  .m-slide02-imgs-item a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
    background-size: contain;
    width: 82px;
    height: 82px;
    margin-left: -41px;
    margin-top: -41px; }

.m-slide02-imgs-img {
  position: relative;
  border: 5px solid #fff;
  border-right-color: #dae24a;
  border-bottom-color: #dae24a; }
  .m-slide02-imgs-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
    background-size: contain;
    width: 82px;
    height: 82px;
    margin-left: -41px;
    margin-top: -41px; }

.m-slide02-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px; }
  .m-slide02-dots button {
    display: none; }
  .m-slide02-dots li {
    border-radius: 50%; }
    .m-slide02-dots li.slick-active {
      background: #fff; }

.m-slide02-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer; }
  .m-slide02-arrow.is-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .m-slide02-arrow.is-next {
    right: 0; }

.m-slide03-imgs-item a {
  position: relative;
  display: block; }

.m-slide03-imgs-img {
  position: relative;
  border: 5px solid #fff;
  border-right-color: #dae24a;
  border-bottom-color: #dae24a; }
  .m-slide03-imgs-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../img/base/ico_play_01_c3.svg") center no-repeat;
    background-size: contain;
    width: 82px;
    height: 82px;
    margin-left: -41px;
    margin-top: -41px; }

.m-slide03-imgs-area {
  color: #fff;
  background: #dae24a;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: bold; }

.m-slide03-imgs-school {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem; }

.m-slide03-imgs-txt {
  color: #fff;
  border-top: 2px dotted #fff;
  margin-top: 1em;
  padding-top: 1em;
  font-weight: bold; }

.m-slide03-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer; }
  .m-slide03-arrow.is-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .m-slide03-arrow.is-next {
    right: 0; }

/* ---------------------------
m-snsTimelines
--------------------------- */
.m-tel01 {
  border: 4px solid #eceff1;
  text-align: center; }
  .m-tel01 .ico {
    width: 20px;
    margin-right: 10px; }
  .m-tel01 .fas {
    margin-right: 10px;
    font-size: 30px; }
  .m-tel01-num {
    font-family: Shin Go Medium; }
    .m-tel01-num a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0.4em; }
  .m-tel01-time {
    font-size: 0.85rem; }

.m-postLinks {
  border-top: 1px solid #eceff1;
  padding-top: 30px; }
  .m-postLinks-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .m-postLinks-item.item-next a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .m-postLinks-item .fas {
    color: #326691;
    font-size: 30px; }
  .m-postLinks-item.item-prev .fas {
    margin-right: 20px; }
  .m-postLinks-item.item-next .fas {
    margin-left: 20px; }
  .m-postLinks-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .m-postLinks-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-postLinks-cats-item {
      color: #326691;
      border: 1px solid #326691;
      border-radius: 3px;
      padding: 1px 8px;
      font-size: 0.75rem;
      margin-bottom: 5px; }
      .m-postLinks-cats-item:not(:last-child) {
        margin-right: 5px; }
  .m-postLinks-date {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-size: 0.8rem;
    margin-right: 1em;
    line-height: 1; }
  .m-postLinks-label {
    font-family: Shin Go Medium;
    text-decoration: underline;
    color: #326691; }

.m-catnav {
  border-bottom: 1px solid #eceff1; }
  .m-catnav-h {
    font-family: Shin Go Medium;
    white-space: nowrap; }

/* ---------------------------
m-pagenavi
--------------------------- */
.m-pagenavi-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-pagenavi-links-item {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    margin-bottom: 10px; }
    .m-pagenavi-links-item:not(:last-child) {
      margin-right: 10px; }
    .m-pagenavi-links-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 2.5em;
      height: 2.5em;
      color: #326691;
      background: #fff;
      border: 1px solid #326691;
      font-weight: bold; }
    .m-pagenavi-links-item.is-current a {
      color: #fff;
      background: #326691; }

.m-company-address-h {
  font-family: Shin Go Medium; }

.m-gmap01 iframe {
  width: 100%; }

/* ---------------------------
m-figure01
--------------------------- */
.m-figure01 {
  border: 1px solid #eceff1;
  text-align: center; }

.m-bnrs01-wrap {
  background: #f5f7f8;
  background-size: cover; }

.m-bnrs01-item {
  font-family: Shin Go Medium; }
  .m-bnrs01-item a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px; }
    .m-bnrs01-item a:hover {
      background: #a8a8a8;
      opacity: 1; }
  .m-bnrs01-item .fas {
    color: #00684d;
    margin-bottom: 0.5em; }

.m-bnrs02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .m-bnrs02-wrap {
    background: url("../img/recruit/bnrs_bg_01.jpg") center no-repeat;
    background-size: cover; }
  .m-bnrs02-item {
    font-family: Shin Go Medium; }
    .m-bnrs02-item a {
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 10px; }
      .m-bnrs02-item a:hover {
        background: #a8a8a8;
        opacity: 1; }
    .m-bnrs02-item .fas {
      color: #00684d;
      margin-bottom: 0.5em; }

.m-bnrs03-item img {
  border-radius: 10px; }

.m-bnrs03-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .m-bnrs03-img:hover {
    opacity: 0.4 !important; }

.m-sitemap-links01-head {
  font-family: Shin Go Medium;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eceff1;
  font-size: 1.2rem; }
  .m-sitemap-links01-head > a {
    position: relative;
    display: block;
    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; }
    .m-sitemap-links01-head > a:after {
      content: "\f054";
      font-family: FontAwesome;
      font-size: 14px;
      color: #a8a8a8; }

.m-sitemap-links01sub-item {
  margin-bottom: 0.5em; }
  .m-sitemap-links01sub-item.is-newTab a:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    content: "\f35d";
    font-family: FontAwesome; }

.m-sitemap-links01sub02 {
  margin-left: 1em;
  margin-top: 0.5em; }
  .m-sitemap-links01sub02-item {
    margin-bottom: 0.5em; }
    .m-sitemap-links01sub02-item:before {
      content: "ｰ";
      margin-right: 0.5em; }
    .m-sitemap-links01sub02-item.is-newTab a:after {
      content: "";
      display: inline-block;
      margin-left: 8px;
      content: "\f35d";
      font-family: FontAwesome; }

/* ---------------------------
m-privacy
--------------------------- */
.m-privacy-content h2 {
  font-family: Shin Go Medium;
  margin-bottom: 1em; }

.m-privacy-content h3 {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em; }

.m-privacy-content p {
  margin-bottom: 1em; }

.m-privacy-content ol li {
  list-style-type: decimal;
  margin-bottom: 1.5em;
  margin-left: 1em; }

.m-privacy-content ol ol {
  margin-left: 1em; }
  .m-privacy-content ol ol li {
    list-style-type: lower-roman; }

.m-jobPosts-item a {
  background: #f5f7f8;
  position: relative; }
  .m-jobPosts-item a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    background: #00684d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.m-jobPosts-cats {
  border: 1px solid #326691;
  background: #fff;
  color: #326691;
  font-size: 0.8rem;
  padding: 2px 10px;
  border-radius: 4px; }

.m-entryLinkWrap {
  background: url("../img/recruit/entryLinkWrap_bg_01.jpg") center no-repeat;
  background-size: cover; }
  .m-entryLinkWrap-h {
    font-family: Shin Go Medium;
    color: #fff;
    text-align: center; }

.m-job-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.m-job-cats a {
  border: 1px solid #326691;
  background: #fff;
  color: #326691;
  font-size: 0.8rem;
  padding: 2px 10px;
  border-radius: 4px; }

.m-job-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8rem; }

.m-job-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.4em; }

.m-job-lead {
  margin-bottom: 2em; }

.m-job-secType01 {
  background: #f5f7f8; }
  .m-job-secType01-h {
    font-family: Shin Go Medium;
    margin-bottom: 1.5em; }

.m-job-interview-h {
  font-family: Shin Go Medium;
  line-height: 0;
  border-bottom: 2px solid #00684d;
  padding-top: 1em;
  margin-bottom: 2em; }
  .m-job-interview-h span {
    background: #f5f7f8;
    padding-right: 1em; }

.m-faqs-q {
  background: #f5f7f8;
  text-align: left;
  position: relative;
  cursor: pointer; }
  .m-faqs-q:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
    background: #00684d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  .m-faqs-q.is-active:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg); }

.m-moreBtn01 {
  font-family: Shin Go Medium;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-moreBtn01:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 17px;
    color: #fff;
    background: #00684d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    margin-right: 10px; }
  .m-moreBtn01 span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.m-group-lead {
  margin-bottom: 3em; }

.m-group-posts-img img {
  border-radius: 10px; }

.m-group-posts-logo {
  margin-bottom: 10px; }

.m-group-posts-kana {
  font-family: Shin Go Medium;
  font-size: 0.85rem;
  margin-bottom: 15px; }

.m-group-posts-h {
  font-family: Shin Go Medium;
  margin-bottom: 0.5em; }

.m-group-posts-txt {
  margin-bottom: 1.5em; }

.m-group-intro {
  text-align: center; }
  .m-group-intro-lead {
    margin-bottom: 3em;
    line-height: 2; }
  .m-group-intro-figure {
    text-align: center; }
  .m-group-intro-logo {
    margin-bottom: 20px; }
  .m-group-intro-h {
    font-family: Shin Go Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #cce1db;
    margin: 0 auto; }
  .m-group-intro-connects-item {
    text-align: center; }
  .m-group-intro-connects-ico {
    margin-bottom: 12px; }
  .m-group-intro-connects-h {
    font-family: Shin Go Medium;
    margin-bottom: 1em; }
  .m-group-intro-connects-links-item:not(:last-child) {
    margin-bottom: 15px; }

.m-group-serviceSec-clear {
  position: relative; }

.m-group-serviceSec-h {
  font-family: Shin Go Medium;
  line-height: 1.6;
  margin-bottom: 0.7em; }

.m-group-serviceSec-txt {
  margin-bottom: 2em;
  line-height: 2; }

.m-group-serviceSec-company-logo {
  margin-bottom: 1em; }

.m-group-serviceSec-company-name {
  font-family: Shin Go Medium;
  font-size: 1.1rem; }

.m-group-serviceSec-img img {
  border-radius: 10px; }

.m-group-future-mv {
  background: url("../img/group/future/mv_bg_01.jpg") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-group-future-mv-h {
    font-family: Shin Go Medium;
    color: #fff;
    text-align: center;
    text-shadow: 7px 7px 20px rgba(0, 0, 0, 0.8); }

.m-group-future-purposes-item .ico {
  text-align: center;
  margin-bottom: 10px; }

.m-group-future-purposes-item .ico, .m-group-future-purposes-item .m-moreBtn01 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.m-group-future-purposes-item a:hover .ico, .m-group-future-purposes-item a:hover .m-moreBtn01 {
  opacity: 0.6; }

.m-group-future-sec-h {
  font-family: Shin Go Medium;
  text-align: center; }
  .m-group-future-sec-h .ico {
    display: block; }
    .m-group-future-sec-h .ico img {
      width: 90px; }
  .m-group-future-sec-h .label {
    display: block;
    margin-top: 1em; }

.m-group-future-sec-lead {
  font-family: Shin Go Medium; }
  .m-group-future-sec-lead p {
    line-height: 1.9; }
    .m-group-future-sec-lead p:not(:last-child) {
      margin-bottom: 2em; }

.m-group-future-sec-lead02 {
  font-family: Shin Go Medium;
  color: #00684d;
  text-align: center; }

.m-group-future-group {
  background: url("../img/group/future/sec04_bg_01.jpg") center no-repeat;
  background-size: cover; }
  .m-group-future-group-lead {
    font-family: Shin Go Medium;
    text-align: center; }

.m-recruit-mv01 {
  background: url("../img/home/mv_bg_01_new03.png") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .m-recruit-mv01-h {
    color: #fff;
    text-align: center; }
    .m-recruit-mv01-h .label {
      font-family: Shin Go Medium;
      margin-top: 0.5em; }

.m-recruit-concept-h {
  font-family: Shin Go Medium;
  line-height: 1.5;
  margin-bottom: 1em; }

.m-recruit-concept-article {
  line-height: 2.2; }
  .m-recruit-concept-article p {
    margin-bottom: 2.5em; }

.m-recruit-note-bnr img {
  border-radius: 10px; }

.m-about-greeting-mv {
  text-align: center; }
  .m-about-greeting-mv img {
    width: 100%; }

.m-about-greeting-sec-h {
  font-family: Shin Go Medium;
  line-height: 1.5;
  margin-bottom: 1em; }

.m-about-greeting-sec-article {
  line-height: 2.2; }
  .m-about-greeting-sec-article p {
    margin-bottom: 2.5em; }

.m-about-greeting-name {
  font-family: Shin Go Medium;
  text-align: right; }

.m-about-vision-connect-lead {
  text-align: center;
  margin-bottom: 0.5em; }

.m-about-vision-connect-lead02 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em; }

.m-about-vision-connect-txt {
  line-height: 2; }

.m-about-vision-value-table th {
  font-family: Shin Go Medium;
  font-weight: bold;
  padding-right: 2em; }

.m-about-vision-story-sec-num {
  font-family: Shin Go Medium;
  color: #00684d;
  line-height: 1; }

.m-about-vision-story-sec-clear {
  position: relative;
  border-left: 4px solid #00684d; }
  .m-about-vision-story-sec-clear:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00684d;
    margin-left: -11px; }

.m-about-vision-story-sec-h {
  font-family: Shin Go Medium; }

.m-about-vision-prizes-item {
  text-align: center; }

.m-about-vision-prizes-h {
  font-family: Shin Go Medium;
  margin-bottom: 1.5em; }

.m-about-culture-stance-sec-img img {
  border-radius: 10px; }

.m-about-culture-stance-sec-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em;
  line-height: 1.5; }

.m-about-culture-systems-ico {
  text-align: center; }

.m-about-culture-systems-h {
  font-family: Shin Go Medium;
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.7em; }

.m-about-culture-recruitAction-recruits-h {
  font-family: Shin Go Medium;
  margin-bottom: 1em; }

.u-c-bk {
  color: #333333 !important; }

.u-c-gy {
  color: #616161 !important; }

.u-c-c1 {
  color: #326691 !important; }

.u-c-c1l {
  color: #f5f7f8 !important; }

.u-c-c2 {
  color: #dae24a !important; }

.u-c-c3 {
  color: #dae24a !important; }

.u-c-c4 {
  color: #dae24a !important; }

.u-c-c9 {
  color: #f5f7f8 !important; }

.u-c-c9_1 {
  color: #f5f7f8 !important; }

.u-c-c9_2 {
  color: #eceff1 !important; }

.u-c-c9_3 {
  color: #55595d !important; }

.u-c-wh {
  color: #fff !important; }

.u-c-pk {
  color: #EEA295 !important; }

.u-bg-bk {
  background: #333333 !important; }

.u-bg-gy {
  background: #616161 !important; }

.u-bg-c0 {
  background: #333333 !important; }

.u-bg-c1 {
  background: #326691 !important; }

.u-bg-c1l {
  background: #f5f7f8 !important; }

.u-bg-c2 {
  background: #dae24a !important; }

.u-bg-c3 {
  background: #dae24a !important; }

.u-bg-c4 {
  background: #dae24a !important; }

.u-bg-c9 {
  background: #f5f7f8 !important; }

.u-bg-c9_1 {
  background: #f5f7f8 !important; }

.u-bg-c9_2 {
  background: #eceff1 !important; }

.u-bg-c9_3 {
  background: #55595d !important; }

.u-bg-c9d {
  background: #55595d !important; }

.u-bg-c4 {
  background: #dae24a !important; }

.u-bg-wh {
  background: #fff !important; }

.u-bg-pk {
  background: #EEA295 !important; }

.u-bd-bk {
  border: 2px solid #333333 !important; }

.u-bd-gy {
  border: 2px solid #616161 !important; }

.u-bd-c0 {
  border: 2px solid #333333 !important; }

.u-bd-c1 {
  border: 2px solid #326691 !important; }

.u-bd-c1l {
  border: 2px solid #f5f7f8 !important; }

.u-bd-c2 {
  border: 2px solid #dae24a !important; }

.u-bd-c3 {
  border: 2px solid #dae24a !important; }

.u-bd-c4 {
  border: 2px solid #dae24a !important; }

.u-bd-wh {
  border: 2px solid #fff !important; }

.u-bd-pk {
  border: 2px solid #EEA295 !important; }

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
  border-radius: 6px; }
  .u-input:disabled {
    background: #f5f7f8; }
  .u-input.invalid {
    border-color: #d45252; }
  .u-input.size-max {
    width: 100%; }
  .u-input.size-s {
    width: 5em; }
  .m-form .u-input {
    margin-bottom: 4px;
    margin-right: 8px; }
  .u-input-checkbox {
    width: 20px;
    height: 20px; }
  .u-input-radioLabel {
    padding: 8px;
    display: block;
    border: dotted #ccc 1px; }
  .u-input-selectWrap {
    display: inline; }
  .u-input-radio01:not(:last-child) {
    border-bottom: 2px dotted #f5f7f8; }
  .u-input-radio01 input {
    opacity: 0;
    position: absolute; }
  .u-input-radio01 label {
    display: block; }
  .u-input-radio01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .u-input-radio01-ico {
    border: 1px solid #f5f7f8;
    background: #eceff1;
    border-radius: 50%;
    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; }
    input:checked + .u-input-radio01-clear .u-input-radio01-ico {
      border-color: #326691;
      background: #326691; }
      input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
        content: "";
        display: block;
        width: 40%;
        height: 40%;
        background: #f9d9e7;
        border-radius: 50%; }
    input:focus + .u-input-radio01-clear .u-input-radio01-ico {
      -webkit-box-shadow: 0 0 2px 1px #004AA1;
      box-shadow: 0 0 2px 1px #004AA1; }
  .u-input-radio01-txts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.u-input02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #f5f7f8;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem; }
  .u-input02:focus {
    border-bottom-color: #326691;
    outline: none; }
  .u-input02:disabled {
    background: #f5f7f8; }
  .u-input02.invalid {
    border-color: #d45252; }
  .u-input02.size-max {
    width: 100%; }
  .u-input02.size-s {
    width: 5em; }
  .m-form .u-input02 {
    margin-bottom: 4px;
    margin-right: 8px; }
  .u-input02-radioLabel {
    padding: 8px;
    display: block;
    border: dotted #ccc 1px; }
  .u-input02-selectWrap {
    display: inline; }

button, input[type="submit"] {
  font-family: Shin Go Regular;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%; }

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

.u-align-l {
  text-align: left !important; }

.u-align-r {
  text-align: right !important; }

.u-valign-t {
  vertical-align: top !important; }

.u-valign-m {
  vertical-align: middle !important; }

.u-valign-b {
  vertical-align: bottom !important; }

/* margin */
.u-ml-2xs {
  margin-left: 5px !important; }

.u-ml-xs {
  margin-left: 10px !important; }

.u-ml-s {
  margin-left: 20px !important; }

.u-ml {
  margin-left: 30px !important; }

.u-ml-l {
  margin-left: 40px !important; }

.u-ml-xl {
  margin-left: 60px !important; }

.u-ml-2xl {
  margin-left: 80px !important; }

.u-ml-3xl {
  margin-left: 100px !important; }

/* margin */
.u-mr-2xs {
  margin-right: 5px !important; }

.u-mr-xs {
  margin-right: 10px !important; }

.u-mr-s {
  margin-right: 20px !important; }

.u-mr {
  margin-right: 30px !important; }

.u-mr-l {
  margin-right: 40px !important; }

.u-mr-xl {
  margin-right: 60px !important; }

.u-mr-2xl {
  margin-right: 80px !important; }

.u-mr-3xl {
  margin-right: 100px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-1e {
  margin-bottom: 1em !important; }

.u-mb-2e {
  margin-bottom: 2em !important; }

.u-mb-3e {
  margin-bottom: 3em !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

/* ---------------------------
link
--------------------------- */
.u-link01, .m-pankuzu-links-item a {
  word-break: break-all;
  text-decoration: underline !important; }
  .u-link01:hover, .m-pankuzu-links-item a:hover {
    text-decoration: none !important; }
  .u-link01.is-newTab, .m-pankuzu-links-item a.is-newTab {
    position: relative; }
    .u-link01.is-newTab:after, .m-pankuzu-links-item a.is-newTab:after {
      content: "";
      width: 12px;
      height: 12px;
      content: "\f35d";
      font-family: FontAwesome;
      margin-left: 5px;
      margin-right: 5px;
      font-size: 0.8em; }

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em; }
  .u-list01 li:before {
    content: "・";
    margin-left: -1em;
    position: absolute; }

.u-list02 {
  border: 1px solid #f5f7f8;
  border-radius: 6px;
  background: #eceff1; }
  .u-list02-item {
    font-weight: bold; }
    .u-list02-item:not(:last-child) {
      border-bottom: 2px dotted #f5f7f8; }

.u-list03 li {
  margin-left: 1em; }
  .u-list03 li:before {
    content: "›";
    margin-left: -0.5em;
    margin-right: 0.5em;
    color: #dae24a;
    font-size: 1.3rem; }

.u-list04 > li {
  margin-left: 1em; }
  .u-list04 > li:before {
    content: "•";
    margin-left: -1em;
    position: absolute;
    font-size: 1.5rem;
    line-height: 1; }

.u-list05 li {
  margin-left: 1em; }
  .u-list05 li:before {
    content: "※";
    margin-left: -1em;
    font-size: 1rem;
    line-height: auto; }

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  font-family: Shin Go Regular;
  overflow: hidden;
  line-height: 2; }

.u-wysiwyg b, .u-wysiwyg strong {
  font-family: Shin Go Bold; }

.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #326691; }
  .u-wysiwyg a:hover {
    text-decoration: none; }
  .u-wysiwyg a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .u-wysiwyg a img:hover {
      opacity: 0.8; }

.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold; }

.u-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em; }
  .u-wysiwyg ol li {
    list-style-type: decimal; }

.u-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1.5em; }
  .u-wysiwyg ul li {
    list-style-type: disc;
    margin-bottom: 0.5em; }

.u-wysiwyg p {
  margin-bottom: 1.5em; }

.u-wysiwyg em {
  font-weight: normal; }

.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto; }

.u-wysiwyg .alignright {
  float: right; }

.u-wysiwyg .alignleft {
  float: left; }

.u-wysiwyg .wp-caption {
  max-width: 100%; }

.u-wysiwyg table {
  margin-bottom: 1em;
  width: 100%; }
  .u-wysiwyg table th, .u-wysiwyg table td {
    padding: 10px 20px; }
  .u-wysiwyg table thead {
    color: #fff; }
    .u-wysiwyg table thead th, .u-wysiwyg table thead td {
      border: 1px solid #55595d;
      background: #55595d; }
  .u-wysiwyg table tbody th, .u-wysiwyg table tbody td {
    border: 1px solid #a8a8a8; }
  .u-wysiwyg table tbody th {
    font-family: Shin Go Medium;
    background: #f5f7f8; }

.u-wysiwyg figure {
  margin-bottom: 2em !important; }

.u-wysiwyg figcaption {
  margin-top: 0.5em; }

.u-wysiwyg hr {
  margin: 2em 0; }

body.entry {
  font-family: Shin Go Regular;
  overflow: hidden;
  line-height: 2; }

body.entry b, body.entry strong {
  font-family: Shin Go Bold; }

body.entry a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #326691; }
  body.entry a:hover {
    text-decoration: none; }
  body.entry a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    body.entry a img:hover {
      opacity: 0.8; }

body.entry h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold; }

body.entry ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em; }
  body.entry ol li {
    list-style-type: decimal; }

body.entry ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1.5em; }
  body.entry ul li {
    list-style-type: disc;
    margin-bottom: 0.5em; }

body.entry p {
  margin-bottom: 1.5em; }

body.entry em {
  font-weight: normal; }

body.entry .aligncenter {
  display: block;
  margin: 0 auto; }

body.entry .alignright {
  float: right; }

body.entry .alignleft {
  float: left; }

body.entry .wp-caption {
  max-width: 100%; }

body.entry table {
  margin-bottom: 1em;
  width: 100%; }
  body.entry table th, body.entry table td {
    padding: 10px 20px; }
  body.entry table thead {
    color: #fff; }
    body.entry table thead th, body.entry table thead td {
      border: 1px solid #55595d;
      background: #55595d; }
  body.entry table tbody th, body.entry table tbody td {
    border: 1px solid #a8a8a8; }
  body.entry table tbody th {
    font-family: Shin Go Medium;
    background: #f5f7f8; }

body.entry figure {
  margin-bottom: 2em !important; }

body.entry figcaption {
  margin-top: 0.5em; }

body.entry hr {
  margin: 2em 0; }

body.page {
  font-family: Shin Go Regular;
  overflow: hidden;
  line-height: 2; }

body.page b, body.page strong {
  font-family: Shin Go Bold; }

body.page a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #326691; }
  body.page a:hover {
    text-decoration: none; }
  body.page a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    body.page a img:hover {
      opacity: 0.8; }

body.page h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold; }

body.page ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em; }
  body.page ol li {
    list-style-type: decimal; }

body.page ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1.5em; }
  body.page ul li {
    list-style-type: disc;
    margin-bottom: 0.5em; }

body.page p {
  margin-bottom: 1.5em; }

body.page em {
  font-weight: normal; }

body.page .aligncenter {
  display: block;
  margin: 0 auto; }

body.page .alignright {
  float: right; }

body.page .alignleft {
  float: left; }

body.page .wp-caption {
  max-width: 100%; }

body.page table {
  margin-bottom: 1em;
  width: 100%; }
  body.page table th, body.page table td {
    padding: 10px 20px; }
  body.page table thead {
    color: #fff; }
    body.page table thead th, body.page table thead td {
      border: 1px solid #55595d;
      background: #55595d; }
  body.page table tbody th, body.page table tbody td {
    border: 1px solid #a8a8a8; }
  body.page table tbody th {
    font-family: Shin Go Medium;
    background: #f5f7f8; }

body.page figure {
  margin-bottom: 2em !important; }

body.page figcaption {
  margin-top: 0.5em; }

body.page hr {
  margin: 2em 0; }

.u-fwb {
  font-weight: bold !important;
  font-family: Shin Go Medium; }

.u-fwm {
  font-weight: 500 !important; }

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #55595d; }

.u-bdt-c9_2 {
  border-top: 1px solid #eceff1; }

.u-bdt-c9_3 {
  border-top: 1px solid #a8a8a8; }

.u-bdt-c9_4 {
  border-top: 1px solid #55595d; }

/* ---------------------------
fixedAfterScroll
--------------------------- */
.u-fixedAfterScroll {
  bottom: -100px; }
  .u-fixedAfterScroll.fixed {
    position: fixed;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.u-onScrollAddClass {
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  .u-onScrollAddClass.on {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

/* ---------------------------
u-table
--------------------------- */
.u-table01 {
  width: 100%; }
  .u-table01 th, .u-table01 td {
    padding: 20px;
    vertical-align: top; }
  .u-table01 th {
    border-bottom: 1px solid #a8a8a8; }
  .u-table01 td {
    border-bottom: 1px solid #eceff1; }
  .u-table01.is-nowrapTh th {
    white-space: nowrap; }

.u-table02 {
  width: 100%; }
  .u-table02 th, .u-table02 td {
    border: 1px solid #f5f7f8;
    padding: 10px;
    vertical-align: top;
    background: #fff; }
  .u-table02 th {
    font-weight: bold;
    padding-right: 2em;
    white-space: nowrap;
    border-right: none; }
  .u-table02 td {
    border-left: 2px dotted #f5f7f8;
    text-align: right; }

.u-table03 {
  width: 100%; }
  .u-table03 th {
    font-family: Shin Go Bold; }

.u-table04 th, .u-table04 td {
  vertical-align: top;
  padding-bottom: 1em; }

.u-table04 th {
  padding-right: 2em;
  white-space: nowrap; }

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none; }

/* ---------------------------
roundedImg
--------------------------- */
.u-roundedImg {
  border-radius: 10px; }

@media screen and (min-width: 1399px) {
  /* ==========================================================================
   Large
   ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  html, body {
    scroll-padding-top: 80px; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px; }
    .l-header-logo {
      margin-right: 40px; }
      .l-header-logo img {
        width: 155px; }
    .l-header-contactBtn:not(:last-child) {
      margin-left: 10px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px; }
    .l-footer-row1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      .l-footer-row1-col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .l-footer-contactBtn {
      width: 260px; }
      .l-footer-contactBtn:not(:last-child) {
        margin-right: 10px; }
    .l-footer-address-logo .logo {
      width: 150px; }
    .l-footer-address-txt {
      font-size: 0.85rem; }
    .l-footer-links01 {
      font-family: Shin Go Medium;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer-links01-item {
        width: 23.5%;
        font-size: 1.1rem;
        margin-bottom: 30px; }
        .l-footer-links01-item:not(:nth-child(4n)) {
          margin-right: 2%; }
      .l-footer-links01-foldingBtn {
        padding-top: 1rem;
        border-top: 2px solid #333333;
        margin-bottom: 20px; }
        .l-footer-links01-foldingBtn .fas {
          display: none; }
        .l-footer-links01-foldingBtn > a {
          position: relative;
          color: #ffffff;
          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; }
          .l-footer-links01-foldingBtn > a:after {
            content: "\f054";
            font-family: FontAwesome;
            font-size: 12px; }
    .l-footer-links01Sub-item {
      font-size: 0.85rem;
      margin-bottom: 0.5em; }
    .l-footer-sns {
      margin-bottom: 40px; }
    .l-footer-links02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .l-footer-links02-item:not(:last-child):after {
        content: "|";
        margin: 0 1em; }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px; }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto; }
  .l-post-main {
    width: 65%;
    max-width: 740px; }
  .l-post-side {
    width: 28%;
    max-width: 300px; }
    .l-post-side-sec:not(:last-child) {
      margin-bottom: 40px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px; }
    .l-wrap-740 {
      max-width: 820px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-780 {
      max-width: 860px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-800 {
      max-width: 880px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-960 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-980 {
      max-width: 1060px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1000 {
      max-width: 1080px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1030 {
      max-width: 1110px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1050 {
      max-width: 1130px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1100 {
      max-width: 1180px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1280 {
      max-width: 1360px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1360 {
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1460 {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px; }
  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01, .u-wysiwyg blockquote, body.entry blockquote, body.page blockquote {
    padding: 20px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    font-family: Shin Go Medium;
    padding: 19px 14px;
    font-size: 0.9rem; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn01.size-220pc {
      width: 220px; }
    .m-btn01.arrow-r {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    font-family: Shin Go Medium;
    padding: 26px 14px;
    font-size: 1.3rem; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn02.size-220pc {
      width: 220px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding {
      padding: 7px 6px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px; }
  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-cols01-col1 {
    width: 25%; }
  .m-cols01-col2 {
    width: 70%; }
  .m-companyLogos-item {
    height: 65px; }
  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto; }
    .m-form-wrap {
      padding: 40px 20px; }
    .m-form-h {
      font-size: 2.4rem; }
    .m-form-lead {
      margin-bottom: 70px; }
    .m-form-table01 {
      margin-bottom: 50px; }
      .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        vertical-align: top; }
      .m-form-table01 > tbody > tr > th {
        width: 250px;
        padding-right: 20px; }
    .m-form-privacy {
      height: 210px;
      margin: 0 auto 3em;
      font-size: 0.9rem; }
    .m-form-must {
      float: right; }
    .m-form-confirmSec {
      max-width: 768px;
      margin: 0 auto; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav-links {
    font-family: Shin Go Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2em; }
    .m-gnav-links-item:not(:last-child) {
      margin-right: 3em; }
    .m-gnav-links-foldingBtn .fas {
      display: none; }
  .m-gnav-links02 {
    display: none; }
  .m-gnav-btn {
    display: none; }
    .m-gnav-btn-lines {
      width: 36px;
      height: 50px; }
      .m-gnav-btn-lines-item {
        height: 3px; }
  .m-gnav-contactBtn {
    display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-family: Shin Go Medium;
    font-size: 2rem; }
    .m-h01-wrap {
      padding: 34px 0; }
  .m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02:after, .u-wysiwyg h2.is-center:after, .u-wysiwyg.is-webPage h2.is-center:after, body.entry h2.is-center:after, body.entry.is-webPage h2.is-center:after, body.page h2.is-center:after, body.page.is-webPage h2.is-center:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_left, .u-wysiwyg.is-webPage h2, body.entry.is-webPage h2, body.page.is-webPage h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_left:after, .u-wysiwyg.is-webPage h2:after, body.entry.is-webPage h2:after, body.page.is-webPage h2:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_2, .u-wysiwyg h2, body.entry h2, body.page h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_2:after, .u-wysiwyg h2:after, body.entry h2:after, body.page h2:after {
      margin-top: 10px; }
  .m-h03, .u-wysiwyg h3, body.entry h3, body.page h3 {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h04, .u-wysiwyg h4, body.entry h4, body.page h4 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h05, .u-wysiwyg h5, body.entry h5, body.page h5 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h06, .u-wysiwyg h6, body.entry h6, body.page h6 {
    font-family: Shin Go Medium;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .m-h07 {
    font-family: Shin Go Medium;
    font-size: 3.2rem; }
  .m-h08 {
    font-family: Shin Go Medium;
    font-size: 1.8rem; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0; }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%; }
    .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%; }
    .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
      margin-right: 2.2%; }
  .m-items-item.is-noteLink .m-btn02 {
    height: 100px; }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .spOnly {
    display: none; }
  #wrapper {
    margin-top: 80px; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-item {
    height: 720px !important;
    padding: 40px 20px; }
  .m-mv01-dots {
    right: 24px;
    bottom: 24px; }
    .m-mv01-dots li {
      width: 60px; }
  .m-mv01-01-txts {
    text-align: center; }
  .m-mv01-01-h {
    font-size: 5rem; }
  .m-mv01-01-lead {
    font-size: 1.3rem; }
  .m-mv01-moreBtn {
    bottom: 50px; }
  .m-mv02 {
    padding: 50px 0; }
    .m-mv02-imgs {
      margin-bottom: 30px;
      width: 9999px;
      height: 432px; }
      .m-mv02-imgs-item {
        width: 576px;
        margin-right: 30px; }
        .m-mv02-imgs-item.is-current {
          width: 768px; }
    .m-mv02-infos-item {
      -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
      transform: translate(20px, 20px); }
    .m-mv02-infos-h {
      font-family: Shin Go Medium;
      font-size: 2rem; }
    .m-mv02-dots {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem; }
  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px; }
  .m-post-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    margin-bottom: 1em; }
  .m-post-head {
    margin-bottom: 2em; }
  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px; }
  .m-post-company {
    font-size: 1.1rem; }
    .m-post-company-h {
      font-family: Shin Go Medium; }
  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-posts01-item {
      width: 31%;
      margin-bottom: 3%; }
      .m-posts01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-posts01-txts {
      padding: 30px 23px;
      padding-bottom: 50px; }
    .m-posts01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-posts01-more {
      padding-bottom: 30px;
      padding-right: 23px; }
  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
  .m-posts02-img {
    width: 160px;
    margin-right: 30px; }
  .m-posts02-head {
    margin-bottom: 0.5em; }
  .m-posts02-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-purposes-item {
      font-family: Shin Go Medium;
      width: 31%;
      margin-bottom: 3%; }
      .m-purposes-item:not(:nth-child(3n)) {
        margin-right: 3%; }
      .m-purposes-item a {
        padding: 20px;
        padding-left: 10px; }
    .m-purposes-ico {
      width: 80px;
      margin-right: 10px; }
    .m-purposes .fas {
      width: 80px;
      font-size: 40px; }
    .m-purposes-label {
      font-size: 1.2rem; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto; }
  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px; }
  .m-slide02-arrow {
    margin-top: -26px; }
    .m-slide02-arrow img {
      width: 20px; }
    .m-slide02-arrow.is-prev {
      margin-left: -52px; }
    .m-slide02-arrow.is-next {
      margin-right: -52px; }
  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto; }
    .m-contiguousItems.col-pc2 .m-slide03-frame {
      padding-left: 30px;
      padding-right: 30px; }
  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide03-arrow {
    margin-top: -26px; }
    .m-slide03-arrow img {
      width: 20px; }
    .m-slide03-arrow.is-prev {
      margin-left: -72px; }
    .m-slide03-arrow.is-next {
      margin-right: -72px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
      margin-left: -42px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
      margin-right: -42px; }
  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-snsTimelines-item {
      width: 45%; }
  .m-tel01 {
    padding: 30px 0; }
    .m-tel01-num {
      font-family: Shin Go Medium;
      font-size: 1.6rem; }
  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-postLinks-item {
      width: 33%; }
    .m-postLinks-label {
      font-family: Shin Go Medium;
      font-size: 1.1rem; }
  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-catnav-h {
    font-family: Shin Go Medium;
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1; }
  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px; }
    .m-catnav-links-item:not(:last-child) {
      margin-right: 3em; }
  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
  .m-company-address-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    width: 50%; }
  .m-company-address-txts {
    width: 50%; }
  .m-gmap01 iframe {
    height: 400px; }
  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px; }
  .m-bnrs01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-bnrs01-wrap {
      padding: 70px 0; }
    .m-bnrs01-item {
      font-family: Shin Go Medium;
      width: 32%;
      font-size: 1.2rem; }
      .m-bnrs01-item a {
        height: 280px; }
      .m-bnrs01-item .fas {
        font-size: 40px; }
  .m-bnrs02-wrap {
    padding: 90px 0; }
  .m-bnrs02-item {
    font-family: Shin Go Medium;
    width: 23%;
    font-size: 1.2rem; }
    .m-bnrs02-item a {
      height: 200px; }
    .m-bnrs02-item .fas {
      font-size: 40px; }
  .m-bnrs03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-bnrs03-item {
      max-width: 768px;
      font-size: 1.1rem; }
      .m-bnrs03-item:not(:nth-child(3n+1)) {
        margin-left: 3%; }
    .m-bnrs03-img {
      margin-bottom: 20px; }
  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-sitemap-links01-item {
      width: 30.5%;
      font-size: 1.1rem;
      margin-bottom: 50px; }
      .m-sitemap-links01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-sitemap-links01-head {
      font-family: Shin Go Medium;
      margin-bottom: 20px; }
  /* ---------------------------
m-privacy
--------------------------- */
  .m-jobPosts-item:not(:last-child) {
    margin-bottom: 25px; }
  .m-jobPosts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 35px;
    padding-right: 106px; }
    .m-jobPosts-item a:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-jobPosts-cats {
    margin-right: 30px; }
  .m-jobPosts-h {
    font-size: 1.1rem;
    border-right: 1px solid #333333;
    padding-right: 1em;
    margin-right: 1em; }
  .m-jobPosts-info {
    font-size: 0.9rem; }
  .m-entryLinkWrap {
    padding: 90px 0; }
    .m-entryLinkWrap-h {
      font-family: Shin Go Medium;
      font-size: 1.6rem;
      margin-bottom: 90px; }
  .m-job-returnBtn {
    width: 256px;
    margin-bottom: 40px; }
  .m-job-head {
    margin-bottom: 20px; }
  .m-job-cats a {
    margin-right: 20px; }
  .m-job-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-job-lead {
    font-size: 1.1rem; }
  .m-job-secType01 {
    padding: 50px 26px; }
    .m-job-secType01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-secType01-article {
      margin-bottom: 60px; }
  .m-job-interview {
    max-width: 930px;
    margin: 0 auto; }
    .m-job-interview-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-interview-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-job-interview-posts-item {
        width: 48%;
        margin-bottom: 4%; }
  .m-faqs-item:not(:last-child) {
    margin-bottom: 30px; }
  .m-faqs-q {
    padding: 30px;
    padding-right: 95px; }
    .m-faqs-q:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-faqs-a {
    padding: 20px 0; }
  .m-moreBtn01 {
    font-family: Shin Go Medium; }
    .m-moreBtn01:before {
      width: 40px;
      height: 40px; }
  .m-group-lead {
    text-align: center; }
  .m-group-posts-item {
    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; }
    .m-group-posts-item:not(:last-child) {
      margin-bottom: 60px; }
    .m-group-posts-item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .m-group-posts-img {
    width: 45%; }
  .m-group-posts-txts {
    width: 50%; }
    .m-group-posts-item:nth-child(2n+1) .m-group-posts-txts {
      padding-right: 5%; }
    .m-group-posts-item:nth-child(2n) .m-group-posts-txts {
      padding-left: 5%; }
  .m-group-posts-kana {
    font-family: Shin Go Medium; }
  .m-group-posts-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-intro-lead {
    font-size: 1.1rem; }
  .m-group-intro-figure img {
    width: 544px; }
  .m-group-intro-logo img {
    width: 200px; }
  .m-group-intro-h {
    font-family: Shin Go Medium;
    width: 294px;
    height: 294px;
    font-size: 1.5rem; }
  .m-group-intro-lines img {
    width: 544px; }
  .m-group-intro-connects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-group-intro-connects-item {
      width: 31%; }
      .m-group-intro-connects-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-group-intro-connects-ico img {
      width: 150px; }
    .m-group-intro-connects-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
    .m-group-intro-connects-links-item .m-btn02 {
      height: 102px; }
  .m-group-serviceSec:not(:last-child) {
    margin-bottom: 140px; }
  .m-group-serviceSec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-serviceSec-clear:before {
      top: 0;
      width: calc(100% - 200px);
      height: 100%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear:before {
        left: 0; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-clear:before {
      right: 0; }
  .m-group-serviceSec-txts {
    width: 35%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-txts {
      padding-right: 5%; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-txts {
      padding-left: 5%; }
  .m-group-serviceSec-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-serviceSec-company-logo {
    width: 165px; }
  .m-group-serviceSec-company-name {
    font-family: Shin Go Medium; }
  .m-group-serviceSec-img {
    width: 65%; }
  .m-group-future-mv {
    height: 760px; }
    .m-group-future-mv-h {
      font-family: Shin Go Medium;
      font-size: 3.5rem;
      margin-top: 3em; }
  .m-group-future-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-future-purposes-item .ico img {
      width: 130px; }
  .m-group-future-sec-h {
    font-family: Shin Go Medium;
    margin-bottom: 80px; }
    .m-group-future-sec-h .label {
      font-size: 1.8rem; }
  .m-group-future-sec-lead {
    font-family: Shin Go Medium;
    text-align: center;
    font-size: 1.2rem; }
  .m-group-future-sec-lead02 {
    font-family: Shin Go Medium;
    font-size: 1.4rem; }
  .m-group-future-group-lead {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-recruit-mv01 {
    height: 900px; }
    .m-recruit-mv01-h .logo img {
      width: 440px; }
    .m-recruit-mv01-h .label {
      font-size: 1.5rem; }
  .m-recruit-concept-h {
    font-family: Shin Go Medium;
    font-size: 2.2rem; }
  .m-recruit-concept-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .m-recruit-concept-article-in {
      max-width: 930px; }
  .m-about-greeting-sec {
    margin-bottom: 80px; }
    .m-about-greeting-sec-h {
      font-family: Shin Go Medium;
      font-size: 2.2rem; }
    .m-about-greeting-sec-article {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .m-about-greeting-sec-article-in {
        max-width: 930px; }
  .m-about-greeting-name {
    font-family: Shin Go Medium;
    font-size: 1.5rem; }
  .m-about-vision-connect {
    margin-bottom: 90px; }
    .m-about-vision-connect-lead {
      font-size: 3.6rem; }
    .m-about-vision-connect-lead02 {
      font-size: 1.7rem; }
    .m-about-vision-connect-txt {
      font-size: 1.3rem; }
  .m-about-vision-value-table tr:not(:nth-child(1)) th, .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0; }
  .m-about-vision-value-table th, .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top; }
  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em; }
  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2; }
  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px; }
  .m-about-vision-story-sec-num {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    margin-bottom: 60px; }
  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px; }
  .m-about-vision-story-sec-h {
    font-family: Shin Go Medium;
    width: 40%;
    font-size: 1.6rem; }
  .m-about-vision-story-sec-txt {
    width: 50%; }
  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-about-vision-prizes-item {
      width: 45%; }
      .m-about-vision-prizes-item:not(:nth-child(2n)) {
        margin-right: 3%; }
    .m-about-vision-prizes-h {
      font-family: Shin Go Medium;
      font-size: 1.5rem; }
  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .m-about-culture-stance-sec:not(:last-child) {
      margin-bottom: 70px; }
    .m-about-culture-stance-sec:not(:nth-child(2n)) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .m-about-culture-stance-sec-img {
      width: 45%; }
    .m-about-culture-stance-sec-txts {
      width: 50%; }
      .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
        padding-right: 5%; }
      .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
        padding-left: 5%; }
    .m-about-culture-stance-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-about-culture-systems-item {
      width: 31.1%;
      margin-bottom: 50px; }
      .m-about-culture-systems-item:not(:nth-child(3n)) {
        margin-right: 2.7%; }
    .m-about-culture-systems-ico {
      margin-bottom: 30px; }
    .m-about-culture-systems-h {
      font-family: Shin Go Medium;
      font-size: 1.4rem; }
  .m-about-culture-recruitAction {
    margin-bottom: 150px; }
    .m-about-culture-recruitAction-recruits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-about-culture-recruitAction-recruits-item {
        width: 46%; }
      .m-about-culture-recruitAction-recruits-h {
        font-family: Shin Go Medium;
        font-size: 1.4rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px; }
    .u-input.size-m {
      width: 230px; }
    .u-input.padding-s {
      padding: 7px; }
    .u-input-radio01-clear {
      padding: 10px 0; }
    .u-input-radio01-ico {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
  .u-input02 {
    padding: 13px; }
    .u-input02.size-m {
      width: 230px; }
    .u-input02.padding-s {
      padding: 7px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px; }
    .u-list02-item {
      font-size: 1.3rem; }
      .u-list02-item:not(:last-child) {
        padding-bottom: 22px;
        margin-bottom: 22px; }
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg blockquote {
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.entry h1 {
    margin-bottom: 30px; }
  body.entry blockquote {
    margin-bottom: 40px; }
  body.entry .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.entry .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.page h1 {
    margin-bottom: 30px; }
  body.page blockquote {
    margin-bottom: 40px; }
  body.page .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.page .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 130px;
    padding-left: 0; }
  .u-table01 td {
    padding-left: 70px; }
  .u-table03 th, .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1; }
  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em; }
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
roundedImg
--------------------------- */ }

@media screen and (min-width: 1025px) and (max-width: 1399px), print {
  /* ==========================================================================
   PC
   ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px; }
  html, body {
    scroll-padding-top: 80px; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px; }
    .l-header-logo {
      margin-right: 40px; }
      .l-header-logo img {
        width: 155px; }
    .l-header-contactBtn:not(:last-child) {
      margin-left: 10px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px; }
    .l-footer-row1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      .l-footer-row1-col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .l-footer-contactBtn {
      width: 260px; }
      .l-footer-contactBtn:not(:last-child) {
        margin-right: 10px; }
    .l-footer-address-logo .logo {
      width: 150px; }
    .l-footer-address-txt {
      font-size: 0.85rem; }
    .l-footer-links01 {
      font-family: Shin Go Medium;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer-links01-item {
        width: 23.5%;
        font-size: 1.1rem;
        margin-bottom: 30px; }
        .l-footer-links01-item:not(:nth-child(4n)) {
          margin-right: 2%; }
      .l-footer-links01-foldingBtn {
        padding-top: 1rem;
        border-top: 2px solid #333333;
        margin-bottom: 20px; }
        .l-footer-links01-foldingBtn .fas {
          display: none; }
        .l-footer-links01-foldingBtn > a {
          position: relative;
          color: #ffffff;
          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; }
          .l-footer-links01-foldingBtn > a:after {
            content: "\f054";
            font-family: FontAwesome;
            font-size: 12px; }
    .l-footer-links01Sub-item {
      font-size: 0.85rem;
      margin-bottom: 0.5em; }
    .l-footer-sns {
      margin-bottom: 40px; }
    .l-footer-links02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .l-footer-links02-item:not(:last-child):after {
        content: "|";
        margin: 0 1em; }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px; }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto; }
  .l-post-main {
    width: 65%;
    max-width: 740px; }
  .l-post-side {
    width: 28%;
    max-width: 300px; }
    .l-post-side-sec:not(:last-child) {
      margin-bottom: 40px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .l-wrap-740 {
      max-width: 820px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-780 {
      max-width: 860px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-800 {
      max-width: 880px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-960 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-980 {
      max-width: 1060px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1000 {
      max-width: 1080px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1030 {
      max-width: 1110px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1050 {
      max-width: 1130px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1100 {
      max-width: 1180px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1280 {
      max-width: 1360px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1360 {
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1460 {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px; }
  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01, .u-wysiwyg blockquote, body.entry blockquote, body.page blockquote {
    padding: 20px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    font-family: Shin Go Medium;
    padding: 19px 14px;
    font-size: 0.9rem; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn01.size-220pc {
      width: 220px; }
    .m-btn01.arrow-r {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    font-family: Shin Go Medium;
    padding: 26px 14px;
    font-size: 1.3rem; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn02.size-220pc {
      width: 220px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding {
      padding: 7px 6px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px; }
  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-cols01-col1 {
    width: 25%; }
  .m-cols01-col2 {
    width: 70%; }
  .m-companyLogos-item {
    height: 65px; }
  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto; }
    .m-form-wrap {
      padding: 40px 20px; }
    .m-form-h {
      font-size: 2.4rem; }
    .m-form-lead {
      margin-bottom: 70px; }
    .m-form-table01 {
      margin-bottom: 50px; }
      .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        vertical-align: top; }
      .m-form-table01 > tbody > tr > th {
        width: 250px;
        padding-right: 20px; }
    .m-form-privacy {
      height: 210px;
      margin: 0 auto 3em;
      font-size: 0.9rem; }
    .m-form-must {
      float: right; }
    .m-form-confirmSec {
      max-width: 768px;
      margin: 0 auto; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav-links {
    font-family: Shin Go Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2em; }
    .m-gnav-links-item:not(:last-child) {
      margin-right: 3em; }
    .m-gnav-links-foldingBtn .fas {
      display: none; }
  .m-gnav-links02 {
    display: none; }
  .m-gnav-btn {
    display: none; }
    .m-gnav-btn-lines {
      width: 36px;
      height: 50px; }
      .m-gnav-btn-lines-item {
        height: 3px; }
  .m-gnav-contactBtn {
    display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-family: Shin Go Medium;
    font-size: 2rem; }
    .m-h01-wrap {
      padding: 34px 0; }
  .m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02:after, .u-wysiwyg h2.is-center:after, .u-wysiwyg.is-webPage h2.is-center:after, body.entry h2.is-center:after, body.entry.is-webPage h2.is-center:after, body.page h2.is-center:after, body.page.is-webPage h2.is-center:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_left, .u-wysiwyg.is-webPage h2, body.entry.is-webPage h2, body.page.is-webPage h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_left:after, .u-wysiwyg.is-webPage h2:after, body.entry.is-webPage h2:after, body.page.is-webPage h2:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_2, .u-wysiwyg h2, body.entry h2, body.page h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_2:after, .u-wysiwyg h2:after, body.entry h2:after, body.page h2:after {
      margin-top: 10px; }
  .m-h03, .u-wysiwyg h3, body.entry h3, body.page h3 {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h04, .u-wysiwyg h4, body.entry h4, body.page h4 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h05, .u-wysiwyg h5, body.entry h5, body.page h5 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h06, .u-wysiwyg h6, body.entry h6, body.page h6 {
    font-family: Shin Go Medium;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .m-h07 {
    font-family: Shin Go Medium;
    font-size: 3.2rem; }
  .m-h08 {
    font-family: Shin Go Medium;
    font-size: 1.8rem; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0; }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%; }
    .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%; }
    .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
      margin-right: 2.2%; }
  .m-items-item.is-noteLink .m-btn02 {
    height: 100px; }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .tbOnly {
    display: none; }
  .spOnly {
    display: none; }
  #wrapper {
    margin-top: 80px; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-item {
    height: 720px !important;
    padding: 40px 20px; }
  .m-mv01-dots {
    right: 24px;
    bottom: 24px; }
    .m-mv01-dots li {
      width: 60px; }
  .m-mv01-01-txts {
    text-align: center; }
  .m-mv01-01-h {
    font-size: 5rem; }
  .m-mv01-01-lead {
    font-size: 1.3rem; }
  .m-mv01-moreBtn {
    bottom: 50px; }
  .m-mv02 {
    padding: 50px 0; }
    .m-mv02-imgs {
      margin-bottom: 30px;
      width: 9999px;
      height: 432px; }
      .m-mv02-imgs-item {
        width: 576px;
        margin-right: 30px; }
        .m-mv02-imgs-item.is-current {
          width: 768px; }
    .m-mv02-infos-item {
      -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
      transform: translate(20px, 20px); }
    .m-mv02-infos-h {
      font-family: Shin Go Medium;
      font-size: 2rem; }
    .m-mv02-dots {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem; }
  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px; }
  .m-post-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    margin-bottom: 1em; }
  .m-post-head {
    margin-bottom: 2em; }
  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px; }
  .m-post-company {
    font-size: 1.1rem; }
    .m-post-company-h {
      font-family: Shin Go Medium; }
  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-posts01-item {
      width: 31%;
      margin-bottom: 3%; }
      .m-posts01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-posts01-txts {
      padding: 30px 23px;
      padding-bottom: 50px; }
    .m-posts01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-posts01-more {
      padding-bottom: 30px;
      padding-right: 23px; }
  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
  .m-posts02-img {
    width: 160px;
    margin-right: 30px; }
  .m-posts02-head {
    margin-bottom: 0.5em; }
  .m-posts02-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-purposes-item {
      font-family: Shin Go Medium;
      width: 31%;
      margin-bottom: 3%; }
      .m-purposes-item:not(:nth-child(3n)) {
        margin-right: 3%; }
      .m-purposes-item a {
        padding: 20px;
        padding-left: 10px; }
    .m-purposes-ico {
      width: 80px;
      margin-right: 10px; }
    .m-purposes .fas {
      width: 80px;
      font-size: 40px; }
    .m-purposes-label {
      font-size: 1.2rem; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto; }
  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px; }
  .m-slide02-arrow {
    margin-top: -26px; }
    .m-slide02-arrow img {
      width: 20px; }
    .m-slide02-arrow.is-prev {
      margin-left: -52px; }
    .m-slide02-arrow.is-next {
      margin-right: -52px; }
  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto; }
    .m-contiguousItems.col-pc2 .m-slide03-frame {
      padding-left: 30px;
      padding-right: 30px; }
  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide03-arrow {
    margin-top: -26px; }
    .m-slide03-arrow img {
      width: 20px; }
    .m-slide03-arrow.is-prev {
      margin-left: -72px; }
    .m-slide03-arrow.is-next {
      margin-right: -72px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
      margin-left: -42px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
      margin-right: -42px; }
  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-snsTimelines-item {
      width: 45%; }
  .m-tel01 {
    padding: 30px 0; }
    .m-tel01-num {
      font-family: Shin Go Medium;
      font-size: 1.6rem; }
  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-postLinks-item {
      width: 33%; }
    .m-postLinks-label {
      font-family: Shin Go Medium;
      font-size: 1.1rem; }
  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-catnav-h {
    font-family: Shin Go Medium;
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1; }
  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px; }
    .m-catnav-links-item:not(:last-child) {
      margin-right: 3em; }
  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
  .m-company-address-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    width: 50%; }
  .m-company-address-txts {
    width: 50%; }
  .m-gmap01 iframe {
    height: 400px; }
  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px; }
  .m-bnrs01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-bnrs01-wrap {
      padding: 70px 0; }
    .m-bnrs01-item {
      font-family: Shin Go Medium;
      width: 32%;
      font-size: 1.2rem; }
      .m-bnrs01-item a {
        height: 280px; }
      .m-bnrs01-item .fas {
        font-size: 40px; }
  .m-bnrs02-wrap {
    padding: 90px 0; }
  .m-bnrs02-item {
    font-family: Shin Go Medium;
    width: 23%;
    font-size: 1.2rem; }
    .m-bnrs02-item a {
      height: 200px; }
    .m-bnrs02-item .fas {
      font-size: 40px; }
  .m-bnrs03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-bnrs03-item {
      max-width: 768px;
      font-size: 1.1rem; }
      .m-bnrs03-item:not(:nth-child(3n+1)) {
        margin-left: 3%; }
    .m-bnrs03-img {
      margin-bottom: 20px; }
  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-sitemap-links01-item {
      width: 30.5%;
      font-size: 1.1rem;
      margin-bottom: 50px; }
      .m-sitemap-links01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-sitemap-links01-head {
      font-family: Shin Go Medium;
      margin-bottom: 20px; }
  /* ---------------------------
m-privacy
--------------------------- */
  .m-jobPosts-item:not(:last-child) {
    margin-bottom: 25px; }
  .m-jobPosts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 35px;
    padding-right: 106px; }
    .m-jobPosts-item a:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-jobPosts-cats {
    margin-right: 30px; }
  .m-jobPosts-h {
    font-size: 1.1rem;
    border-right: 1px solid #333333;
    padding-right: 1em;
    margin-right: 1em; }
  .m-jobPosts-info {
    font-size: 0.9rem; }
  .m-entryLinkWrap {
    padding: 90px 0; }
    .m-entryLinkWrap-h {
      font-family: Shin Go Medium;
      font-size: 1.6rem;
      margin-bottom: 90px; }
  .m-job-returnBtn {
    width: 256px;
    margin-bottom: 40px; }
  .m-job-head {
    margin-bottom: 20px; }
  .m-job-cats a {
    margin-right: 20px; }
  .m-job-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-job-lead {
    font-size: 1.1rem; }
  .m-job-secType01 {
    padding: 50px 26px; }
    .m-job-secType01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-secType01-article {
      margin-bottom: 60px; }
  .m-job-interview {
    max-width: 930px;
    margin: 0 auto; }
    .m-job-interview-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-interview-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-job-interview-posts-item {
        width: 48%;
        margin-bottom: 4%; }
  .m-faqs-item:not(:last-child) {
    margin-bottom: 30px; }
  .m-faqs-q {
    padding: 30px;
    padding-right: 95px; }
    .m-faqs-q:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-faqs-a {
    padding: 20px 0; }
  .m-moreBtn01 {
    font-family: Shin Go Medium; }
    .m-moreBtn01:before {
      width: 40px;
      height: 40px; }
  .m-group-lead {
    text-align: center; }
  .m-group-posts-item {
    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; }
    .m-group-posts-item:not(:last-child) {
      margin-bottom: 60px; }
    .m-group-posts-item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .m-group-posts-img {
    width: 45%; }
  .m-group-posts-txts {
    width: 50%; }
    .m-group-posts-item:nth-child(2n+1) .m-group-posts-txts {
      padding-right: 5%; }
    .m-group-posts-item:nth-child(2n) .m-group-posts-txts {
      padding-left: 5%; }
  .m-group-posts-kana {
    font-family: Shin Go Medium; }
  .m-group-posts-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-intro-lead {
    font-size: 1.1rem; }
  .m-group-intro-figure img {
    width: 544px; }
  .m-group-intro-logo img {
    width: 200px; }
  .m-group-intro-h {
    font-family: Shin Go Medium;
    width: 294px;
    height: 294px;
    font-size: 1.5rem; }
  .m-group-intro-lines img {
    width: 544px; }
  .m-group-intro-connects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-group-intro-connects-item {
      width: 31%; }
      .m-group-intro-connects-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-group-intro-connects-ico img {
      width: 150px; }
    .m-group-intro-connects-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
    .m-group-intro-connects-links-item .m-btn02 {
      height: 102px; }
  .m-group-serviceSec:not(:last-child) {
    margin-bottom: 140px; }
  .m-group-serviceSec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-serviceSec-clear:before {
      top: 0;
      width: calc(100% - 200px);
      height: 100%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear:before {
        left: 0; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-clear:before {
      right: 0; }
  .m-group-serviceSec-txts {
    width: 35%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-txts {
      padding-right: 5%; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-txts {
      padding-left: 5%; }
  .m-group-serviceSec-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-serviceSec-company-logo {
    width: 165px; }
  .m-group-serviceSec-company-name {
    font-family: Shin Go Medium; }
  .m-group-serviceSec-img {
    width: 65%; }
  .m-group-future-mv {
    height: 760px; }
    .m-group-future-mv-h {
      font-family: Shin Go Medium;
      font-size: 3.5rem;
      margin-top: 3em; }
  .m-group-future-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-future-purposes-item .ico img {
      width: 130px; }
  .m-group-future-sec-h {
    font-family: Shin Go Medium;
    margin-bottom: 80px; }
    .m-group-future-sec-h .label {
      font-size: 1.8rem; }
  .m-group-future-sec-lead {
    font-family: Shin Go Medium;
    text-align: center;
    font-size: 1.2rem; }
  .m-group-future-sec-lead02 {
    font-family: Shin Go Medium;
    font-size: 1.4rem; }
  .m-group-future-group-lead {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-recruit-mv01 {
    height: 900px; }
    .m-recruit-mv01-h .logo img {
      width: 440px; }
    .m-recruit-mv01-h .label {
      font-size: 1.5rem; }
  .m-recruit-concept-h {
    font-family: Shin Go Medium;
    font-size: 2.2rem; }
  .m-recruit-concept-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .m-recruit-concept-article-in {
      max-width: 930px; }
  .m-about-greeting-sec {
    margin-bottom: 80px; }
    .m-about-greeting-sec-h {
      font-family: Shin Go Medium;
      font-size: 2.2rem; }
    .m-about-greeting-sec-article {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .m-about-greeting-sec-article-in {
        max-width: 930px; }
  .m-about-greeting-name {
    font-family: Shin Go Medium;
    font-size: 1.5rem; }
  .m-about-vision-connect {
    margin-bottom: 90px; }
    .m-about-vision-connect-lead {
      font-size: 3.6rem; }
    .m-about-vision-connect-lead02 {
      font-size: 1.7rem; }
    .m-about-vision-connect-txt {
      font-size: 1.3rem; }
  .m-about-vision-value-table tr:not(:nth-child(1)) th, .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0; }
  .m-about-vision-value-table th, .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top; }
  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em; }
  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2; }
  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px; }
  .m-about-vision-story-sec-num {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    margin-bottom: 60px; }
  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px; }
  .m-about-vision-story-sec-h {
    font-family: Shin Go Medium;
    width: 40%;
    font-size: 1.6rem; }
  .m-about-vision-story-sec-txt {
    width: 50%; }
  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-about-vision-prizes-item {
      width: 45%; }
      .m-about-vision-prizes-item:not(:nth-child(2n)) {
        margin-right: 3%; }
    .m-about-vision-prizes-h {
      font-family: Shin Go Medium;
      font-size: 1.5rem; }
  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .m-about-culture-stance-sec:not(:last-child) {
      margin-bottom: 70px; }
    .m-about-culture-stance-sec:not(:nth-child(2n)) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .m-about-culture-stance-sec-img {
      width: 45%; }
    .m-about-culture-stance-sec-txts {
      width: 50%; }
      .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
        padding-right: 5%; }
      .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
        padding-left: 5%; }
    .m-about-culture-stance-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-about-culture-systems-item {
      width: 31.1%;
      margin-bottom: 50px; }
      .m-about-culture-systems-item:not(:nth-child(3n)) {
        margin-right: 2.7%; }
    .m-about-culture-systems-ico {
      margin-bottom: 30px; }
    .m-about-culture-systems-h {
      font-family: Shin Go Medium;
      font-size: 1.4rem; }
  .m-about-culture-recruitAction {
    margin-bottom: 150px; }
    .m-about-culture-recruitAction-recruits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-about-culture-recruitAction-recruits-item {
        width: 46%; }
      .m-about-culture-recruitAction-recruits-h {
        font-family: Shin Go Medium;
        font-size: 1.4rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px; }
    .u-input.size-m {
      width: 230px; }
    .u-input.padding-s {
      padding: 7px; }
    .u-input-radio01-clear {
      padding: 10px 0; }
    .u-input-radio01-ico {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
  .u-input02 {
    padding: 13px; }
    .u-input02.size-m {
      width: 230px; }
    .u-input02.padding-s {
      padding: 7px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px; }
    .u-list02-item {
      font-size: 1.3rem; }
      .u-list02-item:not(:last-child) {
        padding-bottom: 22px;
        margin-bottom: 22px; }
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg blockquote {
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.entry h1 {
    margin-bottom: 30px; }
  body.entry blockquote {
    margin-bottom: 40px; }
  body.entry .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.entry .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.page h1 {
    margin-bottom: 30px; }
  body.page blockquote {
    margin-bottom: 40px; }
  body.page .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.page .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 130px;
    padding-left: 0; }
  .u-table01 td {
    padding-left: 70px; }
  .u-table03 th, .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1; }
  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em; }
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
roundedImg
--------------------------- */ }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB
   ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  html, body {
    scroll-padding-top: 80px; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 80px;
    padding: 0 20px;
    height: 80px;
    padding: 0 20px; }
    .l-header-logo {
      margin-right: 40px;
      margin-right: 20px; }
      .l-header-logo img {
        width: 155px; }
      .l-header-logo img {
        width: 120px; }
    .l-header-contactBtn:not(:last-child) {
      margin-left: 10px; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 40px 0 50px; }
    .l-footer-row1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      .l-footer-row1-col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .l-footer-contactBtn {
      width: 260px; }
      .l-footer-contactBtn:not(:last-child) {
        margin-right: 10px; }
    .l-footer-address-logo .logo {
      width: 150px; }
    .l-footer-address-txt {
      font-size: 0.85rem; }
    .l-footer-links01 {
      font-family: Shin Go Medium;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer-links01-item {
        width: 23.5%;
        font-size: 1.1rem;
        margin-bottom: 30px; }
        .l-footer-links01-item:not(:nth-child(4n)) {
          margin-right: 2%; }
      .l-footer-links01-foldingBtn {
        padding-top: 1rem;
        border-top: 2px solid #333333;
        margin-bottom: 20px; }
        .l-footer-links01-foldingBtn .fas {
          display: none; }
        .l-footer-links01-foldingBtn > a {
          position: relative;
          color: #ffffff;
          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; }
          .l-footer-links01-foldingBtn > a:after {
            content: "\f054";
            font-family: FontAwesome;
            font-size: 12px; }
    .l-footer-links01Sub-item {
      font-size: 0.85rem;
      margin-bottom: 0.5em; }
    .l-footer-sns {
      margin-bottom: 40px; }
    .l-footer-links02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .l-footer-links02-item:not(:last-child):after {
        content: "|";
        margin: 0 1em; }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 100px 50px; }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto; }
  .l-post-main {
    width: 65%;
    max-width: 740px; }
  .l-post-side {
    width: 28%;
    max-width: 300px; }
    .l-post-side-sec:not(:last-child) {
      margin-bottom: 40px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 40px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .l-wrap-740 {
      max-width: 820px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-780 {
      max-width: 860px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-800 {
      max-width: 880px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-900 {
      max-width: 980px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-930 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-960 {
      max-width: 1010px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-980 {
      max-width: 1060px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1000 {
      max-width: 1080px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1030 {
      max-width: 1110px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1050 {
      max-width: 1130px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1100 {
      max-width: 1180px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1280 {
      max-width: 1360px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1360 {
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
    .l-wrap-1460 {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px; }
  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .l-secType02 {
    padding-top: 80px;
    padding-bottom: 80px; }
  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01, .u-wysiwyg blockquote, body.entry blockquote, body.page blockquote {
    padding: 20px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    font-family: Shin Go Medium;
    padding: 19px 14px;
    font-size: 0.9rem; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn01.size-220pc {
      width: 220px; }
    .m-btn01.arrow-r {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding {
      padding: 9px 6px;
      border-radius: 4px; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 10px; }
  .m-btn02 {
    font-family: Shin Go Medium;
    padding: 26px 14px;
    font-size: 1.3rem; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn02.size-220pc {
      width: 220px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding {
      padding: 7px 6px; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 10px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 320px; }
  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-cols01-col1 {
    width: 25%; }
  .m-cols01-col2 {
    width: 70%; }
  .m-companyLogos-item {
    height: 65px; }
  /* ---------------------------
m-form
--------------------------- */
  .m-form {
    width: 930px;
    max-width: 100%;
    margin: 0 auto; }
    .m-form-wrap {
      padding: 40px 20px; }
    .m-form-h {
      font-size: 2.4rem; }
    .m-form-lead {
      margin-bottom: 70px; }
    .m-form-table01 {
      margin-bottom: 50px; }
      .m-form-table01 > tbody > tr > th, .m-form-table01 > tbody > tr > td {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
        vertical-align: top; }
      .m-form-table01 > tbody > tr > th {
        width: 250px;
        padding-right: 20px; }
    .m-form-privacy {
      height: 210px;
      margin: 0 auto 3em;
      font-size: 0.9rem; }
    .m-form-must {
      float: right; }
    .m-form-confirmSec {
      max-width: 768px;
      margin: 0 auto; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav-links {
    font-family: Shin Go Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2em; }
    .m-gnav-links-item:not(:last-child) {
      margin-right: 3em; }
    .m-gnav-links-foldingBtn .fas {
      display: none; }
  .m-gnav-links02 {
    display: none; }
  .m-gnav-btn {
    display: none; }
    .m-gnav-btn-lines {
      width: 36px;
      height: 50px; }
      .m-gnav-btn-lines-item {
        height: 3px; }
  .m-gnav-contactBtn {
    display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-family: Shin Go Medium;
    font-size: 2rem; }
    .m-h01-wrap {
      padding: 34px 0; }
  .m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02:after, .u-wysiwyg h2.is-center:after, .u-wysiwyg.is-webPage h2.is-center:after, body.entry h2.is-center:after, body.entry.is-webPage h2.is-center:after, body.page h2.is-center:after, body.page.is-webPage h2.is-center:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_left, .u-wysiwyg.is-webPage h2, body.entry.is-webPage h2, body.page.is-webPage h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_left:after, .u-wysiwyg.is-webPage h2:after, body.entry.is-webPage h2:after, body.page.is-webPage h2:after {
      width: 100px;
      margin-top: 30px; }
  .m-h02_2, .u-wysiwyg h2, body.entry h2, body.page h2 {
    font-family: Shin Go Medium;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .m-h02_2:after, .u-wysiwyg h2:after, body.entry h2:after, body.page h2:after {
      margin-top: 10px; }
  .m-h03, .u-wysiwyg h3, body.entry h3, body.page h3 {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    padding: 16px 20px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h04, .u-wysiwyg h4, body.entry h4, body.page h4 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    padding: 13px 25px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h05, .u-wysiwyg h5, body.entry h5, body.page h5 {
    font-family: Shin Go Medium;
    font-size: 1.3rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem; }
  .m-h06, .u-wysiwyg h6, body.entry h6, body.page h6 {
    font-family: Shin Go Medium;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .m-h07 {
    font-family: Shin Go Medium;
    font-size: 3.2rem; }
  .m-h08 {
    font-family: Shin Go Medium;
    font-size: 1.8rem; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0; }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%; }
    .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%; }
    .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
      margin-right: 2.2%; }
  .m-items-item.is-noteLink .m-btn02 {
    height: 100px; }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .pcOnly {
    display: none; }
  .spOnly {
    display: none;
    display: none; }
  #wrapper {
    margin-top: 80px; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-item {
    height: 720px !important;
    padding: 40px 20px; }
  .m-mv01-dots {
    right: 24px;
    bottom: 24px; }
    .m-mv01-dots li {
      width: 60px; }
  .m-mv01-01-txts {
    text-align: center; }
  .m-mv01-01-h {
    font-size: 5rem; }
  .m-mv01-01-lead {
    font-size: 1.3rem; }
  .m-mv01-moreBtn {
    bottom: 50px; }
  .m-mv02 {
    padding: 50px 0; }
    .m-mv02-imgs {
      margin-bottom: 30px;
      width: 9999px;
      height: 432px; }
      .m-mv02-imgs-item {
        width: 576px;
        margin-right: 30px; }
        .m-mv02-imgs-item.is-current {
          width: 768px; }
        .m-mv02-imgs-item.is-current {
          width: 680px; }
    .m-mv02-infos-item {
      -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
      transform: translate(20px, 20px); }
    .m-mv02-infos-h {
      font-family: Shin Go Medium;
      font-size: 2rem; }
    .m-mv02-dots {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.85rem; }
  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 30px; }
  .m-post-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    margin-bottom: 1em; }
  .m-post-head {
    margin-bottom: 2em; }
  .m-post-pre01 {
    margin-bottom: 40px;
    padding: 26px 22px; }
  .m-post-company {
    font-size: 1.1rem; }
    .m-post-company-h {
      font-family: Shin Go Medium; }
  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-posts01-item {
      width: 31%;
      margin-bottom: 3%; }
      .m-posts01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-posts01-txts {
      padding: 30px 23px;
      padding-bottom: 50px; }
    .m-posts01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-posts01-more {
      padding-bottom: 30px;
      padding-right: 23px; }
  .m-posts02-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
  .m-posts02-img {
    width: 160px;
    margin-right: 30px; }
  .m-posts02-head {
    margin-bottom: 0.5em; }
  .m-posts02-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  /* ---------------------------
purposes
--------------------------- */
  .m-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-purposes-item {
      font-family: Shin Go Medium;
      width: 31%;
      margin-bottom: 3%; }
      .m-purposes-item:not(:nth-child(3n)) {
        margin-right: 3%; }
      .m-purposes-item a {
        padding: 20px;
        padding-left: 10px; }
    .m-purposes-ico {
      width: 80px;
      margin-right: 10px; }
    .m-purposes .fas {
      width: 80px;
      font-size: 40px; }
    .m-purposes-label {
      font-size: 1.2rem; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    max-width: 680px;
    margin: 0 auto; }
  .m-slide02-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide02-dots li {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    margin: 0 10px 6px; }
  .m-slide02-arrow {
    margin-top: -26px; }
    .m-slide02-arrow img {
      width: 20px; }
    .m-slide02-arrow.is-prev {
      margin-left: -52px; }
    .m-slide02-arrow.is-next {
      margin-right: -52px; }
  .m-slide03-frame {
    max-width: 680px;
    margin: 0 auto; }
    .m-contiguousItems.col-pc2 .m-slide03-frame {
      padding-left: 30px;
      padding-right: 30px; }
  .m-slide03-imgs-img {
    padding: 20px;
    margin-bottom: 15px; }
  .m-slide03-arrow {
    margin-top: -26px; }
    .m-slide03-arrow img {
      width: 20px; }
    .m-slide03-arrow.is-prev {
      margin-left: -72px; }
    .m-slide03-arrow.is-next {
      margin-right: -72px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-prev {
      margin-left: -42px; }
    .m-contiguousItems.col-pc2 .m-slide03-arrow.is-next {
      margin-right: -42px; }
  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-snsTimelines-item {
      width: 45%; }
  .m-tel01 {
    padding: 30px 0; }
    .m-tel01-num {
      font-family: Shin Go Medium;
      font-size: 1.6rem; }
  .m-postLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-postLinks-item {
      width: 33%; }
    .m-postLinks-label {
      font-family: Shin Go Medium;
      font-size: 1.1rem; }
  .m-catnav-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-catnav-h {
    font-family: Shin Go Medium;
    width: 154px;
    padding: 1em 30px 1em 0;
    border-right: 1px solid #eceff1; }
  .m-catnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em 30px; }
    .m-catnav-links-item:not(:last-child) {
      margin-right: 3em; }
  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-company-address-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
  .m-company-address-h {
    font-family: Shin Go Medium;
    font-size: 2rem;
    width: 50%; }
  .m-company-address-txts {
    width: 50%; }
  .m-gmap01 iframe {
    height: 400px; }
  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 50px 30px; }
  .m-bnrs01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-bnrs01-wrap {
      padding: 70px 0; }
    .m-bnrs01-item {
      font-family: Shin Go Medium;
      width: 32%;
      font-size: 1.2rem; }
      .m-bnrs01-item a {
        height: 280px; }
      .m-bnrs01-item .fas {
        font-size: 40px; }
  .m-bnrs02-wrap {
    padding: 90px 0; }
  .m-bnrs02-item {
    font-family: Shin Go Medium;
    width: 23%;
    font-size: 1.2rem; }
    .m-bnrs02-item a {
      height: 200px; }
    .m-bnrs02-item .fas {
      font-size: 40px; }
  .m-bnrs03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-bnrs03-item {
      max-width: 768px;
      font-size: 1.1rem; }
      .m-bnrs03-item:not(:nth-child(3n+1)) {
        margin-left: 3%; }
    .m-bnrs03-img {
      margin-bottom: 20px; }
  .m-sitemap-links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-sitemap-links01-item {
      width: 30.5%;
      font-size: 1.1rem;
      margin-bottom: 50px; }
      .m-sitemap-links01-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-sitemap-links01-head {
      font-family: Shin Go Medium;
      margin-bottom: 20px; }
  /* ---------------------------
m-privacy
--------------------------- */
  .m-jobPosts-item:not(:last-child) {
    margin-bottom: 25px; }
  .m-jobPosts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 35px;
    padding-right: 106px; }
    .m-jobPosts-item a:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-jobPosts-cats {
    margin-right: 30px; }
  .m-jobPosts-h {
    font-size: 1.1rem;
    border-right: 1px solid #333333;
    padding-right: 1em;
    margin-right: 1em; }
  .m-jobPosts-info {
    font-size: 0.9rem; }
  .m-entryLinkWrap {
    padding: 90px 0; }
    .m-entryLinkWrap-h {
      font-family: Shin Go Medium;
      font-size: 1.6rem;
      margin-bottom: 90px; }
  .m-job-returnBtn {
    width: 256px;
    margin-bottom: 40px; }
  .m-job-head {
    margin-bottom: 20px; }
  .m-job-cats a {
    margin-right: 20px; }
  .m-job-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-job-lead {
    font-size: 1.1rem; }
  .m-job-secType01 {
    padding: 50px 26px; }
    .m-job-secType01-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-secType01-article {
      margin-bottom: 60px; }
  .m-job-interview {
    max-width: 930px;
    margin: 0 auto; }
    .m-job-interview-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
    .m-job-interview-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-job-interview-posts-item {
        width: 48%;
        margin-bottom: 4%; }
  .m-faqs-item:not(:last-child) {
    margin-bottom: 30px; }
  .m-faqs-q {
    padding: 30px;
    padding-right: 95px; }
    .m-faqs-q:after {
      width: 40px;
      height: 40px;
      right: 38px; }
  .m-faqs-a {
    padding: 20px 0; }
  .m-moreBtn01 {
    font-family: Shin Go Medium; }
    .m-moreBtn01:before {
      width: 40px;
      height: 40px; }
  .m-group-lead {
    text-align: center; }
  .m-group-posts-item {
    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; }
    .m-group-posts-item:not(:last-child) {
      margin-bottom: 60px; }
    .m-group-posts-item:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .m-group-posts-img {
    width: 45%; }
  .m-group-posts-txts {
    width: 50%; }
    .m-group-posts-item:nth-child(2n+1) .m-group-posts-txts {
      padding-right: 5%; }
    .m-group-posts-item:nth-child(2n) .m-group-posts-txts {
      padding-left: 5%; }
  .m-group-posts-kana {
    font-family: Shin Go Medium; }
  .m-group-posts-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-intro-lead {
    font-size: 1.1rem; }
  .m-group-intro-figure img {
    width: 544px; }
  .m-group-intro-logo img {
    width: 200px; }
  .m-group-intro-h {
    font-family: Shin Go Medium;
    width: 294px;
    height: 294px;
    font-size: 1.5rem; }
  .m-group-intro-lines img {
    width: 544px; }
  .m-group-intro-connects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-group-intro-connects-item {
      width: 31%; }
      .m-group-intro-connects-item:not(:nth-child(3n)) {
        margin-right: 3%; }
    .m-group-intro-connects-ico img {
      width: 150px; }
    .m-group-intro-connects-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
    .m-group-intro-connects-links-item .m-btn02 {
      height: 102px; }
  .m-group-serviceSec:not(:last-child) {
    margin-bottom: 140px; }
  .m-group-serviceSec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-serviceSec-clear:before {
      top: 0;
      width: calc(100% - 200px);
      height: 100%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-clear:before {
        left: 0; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-clear:before {
      right: 0; }
  .m-group-serviceSec-txts {
    width: 35%;
    width: 55%; }
    .m-group-serviceSec:nth-child(2n+1) .m-group-serviceSec-txts {
      padding-right: 5%; }
    .m-group-serviceSec:nth-child(2n) .m-group-serviceSec-txts {
      padding-left: 5%; }
  .m-group-serviceSec-h {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-group-serviceSec-company-logo {
    width: 165px; }
  .m-group-serviceSec-company-name {
    font-family: Shin Go Medium; }
  .m-group-serviceSec-img {
    width: 65%;
    width: 35%; }
  .m-group-future-mv {
    height: 760px; }
    .m-group-future-mv-h {
      font-family: Shin Go Medium;
      font-size: 3.5rem;
      margin-top: 3em; }
  .m-group-future-purposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .m-group-future-purposes-item .ico img {
      width: 130px; }
  .m-group-future-sec-h {
    font-family: Shin Go Medium;
    margin-bottom: 80px; }
    .m-group-future-sec-h .label {
      font-size: 1.8rem; }
  .m-group-future-sec-lead {
    font-family: Shin Go Medium;
    text-align: center;
    font-size: 1.2rem; }
  .m-group-future-sec-lead02 {
    font-family: Shin Go Medium;
    font-size: 1.4rem; }
  .m-group-future-group-lead {
    font-family: Shin Go Medium;
    font-size: 2rem; }
  .m-recruit-mv01 {
    height: 900px; }
    .m-recruit-mv01-h .logo img {
      width: 440px; }
    .m-recruit-mv01-h .label {
      font-size: 1.5rem; }
  .m-recruit-concept-h {
    font-family: Shin Go Medium;
    font-size: 2.2rem; }
  .m-recruit-concept-article {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .m-recruit-concept-article-in {
      max-width: 930px; }
  .m-about-greeting-sec {
    margin-bottom: 80px; }
    .m-about-greeting-sec-h {
      font-family: Shin Go Medium;
      font-size: 2.2rem; }
    .m-about-greeting-sec-article {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .m-about-greeting-sec-article-in {
        max-width: 930px; }
  .m-about-greeting-name {
    font-family: Shin Go Medium;
    font-size: 1.5rem; }
  .m-about-vision-connect {
    margin-bottom: 90px; }
    .m-about-vision-connect-lead {
      font-size: 3.6rem; }
    .m-about-vision-connect-lead02 {
      font-size: 1.7rem; }
    .m-about-vision-connect-txt {
      font-size: 1.3rem; }
  .m-about-vision-value-table tr:not(:nth-child(1)) th, .m-about-vision-value-table tr:not(:nth-child(1)) td {
    border-top: 1px solid #e0e0e0; }
  .m-about-vision-value-table th, .m-about-vision-value-table td {
    padding: 29px 0;
    vertical-align: top; }
  .m-about-vision-value-table th {
    font-size: 1.8rem;
    padding-right: 2em; }
  .m-about-vision-value-table td {
    font-size: 1.4rem;
    line-height: 2; }
  .m-about-vision-story-sec:not(:last-child) {
    margin-bottom: 60px; }
  .m-about-vision-story-sec-num {
    font-family: Shin Go Medium;
    font-size: 1.6rem;
    margin-bottom: 60px; }
  .m-about-vision-story-sec-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 44px;
    margin-left: 44px; }
  .m-about-vision-story-sec-h {
    font-family: Shin Go Medium;
    width: 40%;
    font-size: 1.6rem; }
  .m-about-vision-story-sec-txt {
    width: 50%; }
  .m-about-vision-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-about-vision-prizes-item {
      width: 45%; }
      .m-about-vision-prizes-item:not(:nth-child(2n)) {
        margin-right: 3%; }
    .m-about-vision-prizes-h {
      font-family: Shin Go Medium;
      font-size: 1.5rem; }
  .m-about-culture-stance-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .m-about-culture-stance-sec:not(:last-child) {
      margin-bottom: 70px; }
    .m-about-culture-stance-sec:not(:nth-child(2n)) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .m-about-culture-stance-sec-img {
      width: 45%; }
    .m-about-culture-stance-sec-txts {
      width: 50%; }
      .m-about-culture-stance-sec:nth-child(2n+1) .m-about-culture-stance-sec-txts {
        padding-right: 5%; }
      .m-about-culture-stance-sec:nth-child(2n) .m-about-culture-stance-sec-txts {
        padding-left: 5%; }
    .m-about-culture-stance-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.9rem; }
  .m-about-culture-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-about-culture-systems-item {
      width: 31.1%;
      margin-bottom: 50px; }
      .m-about-culture-systems-item:not(:nth-child(3n)) {
        margin-right: 2.7%; }
    .m-about-culture-systems-ico {
      margin-bottom: 30px; }
    .m-about-culture-systems-h {
      font-family: Shin Go Medium;
      font-size: 1.4rem; }
  .m-about-culture-recruitAction {
    margin-bottom: 150px; }
    .m-about-culture-recruitAction-recruits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .m-about-culture-recruitAction-recruits-item {
        width: 46%; }
      .m-about-culture-recruitAction-recruits-h {
        font-family: Shin Go Medium;
        font-size: 1.4rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px; }
    .u-input.size-m {
      width: 230px; }
    .u-input.padding-s {
      padding: 7px; }
    .u-input-radio01-clear {
      padding: 10px 0; }
    .u-input-radio01-ico {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
  .u-input02 {
    padding: 13px; }
    .u-input02.size-m {
      width: 230px; }
    .u-input02.padding-s {
      padding: 7px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 100px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 100px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 100px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 100px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 22px; }
    .u-list02-item {
      font-size: 1.3rem; }
      .u-list02-item:not(:last-child) {
        padding-bottom: 22px;
        margin-bottom: 22px; }
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg blockquote {
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.entry h1 {
    margin-bottom: 30px; }
  body.entry blockquote {
    margin-bottom: 40px; }
  body.entry .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.entry .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  body.page h1 {
    margin-bottom: 30px; }
  body.page blockquote {
    margin-bottom: 40px; }
  body.page .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  body.page .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01 th {
    width: 130px;
    padding-left: 0; }
  .u-table01 td {
    padding-left: 70px; }
  .u-table03 th, .u-table03 td {
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #eceff1; }
  .u-table03 th {
    font-size: 1.4rem;
    padding-right: 4em; }
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
roundedImg
--------------------------- */ }

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px; }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px; }
  html, body {
    scroll-padding-top: 60px; }
  /* ---------------------------
l-header
--------------------------- */
  .l-header {
    height: 60px;
    padding-top: 5px; }
    .l-header-logo img {
      width: 120px; }
    .l-header-col1 {
      padding-left: 17px; }
    .l-header-contactBtn {
      display: none; }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer {
    padding: 50px 0 40px; }
    .l-footer-row1 {
      margin-bottom: 20px; }
    .l-footer-address-logo .logo {
      width: 120px; }
    .l-footer-address-txt {
      margin-bottom: 2em; }
    .l-footer-links01 {
      font-family: Shin Go Medium;
      margin-bottom: 30px; }
      .l-footer-links01-item {
        font-size: 1.2rem;
        padding: 18px 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
        .l-footer-links01-item a {
          color: #fff; }
      .l-footer-links01-foldingBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.3rem; }
        .l-footer-links01-foldingBtn .fas {
          font-size: 1.5rem; }
        .l-footer-links01-foldingBtn.is-active .fas {
          -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          transform: scaleY(-1); }
      .l-footer-links01-target {
        display: none; }
    .l-footer-links01Sub {
      padding-top: 1em; }
      .l-footer-links01Sub-item {
        margin-bottom: 1em; }
        .l-footer-links01Sub-item a {
          display: block; }
          .l-footer-links01Sub-item a:before {
            content: "-";
            margin-left: 1em;
            margin-right: 1em; }
    .l-footer-sns {
      margin-bottom: 20px; }
    .l-footer-links02 {
      margin-bottom: 40px; }
      .l-footer-links02-item {
        margin-bottom: 1em; }
  /* ---------------------------
l-post
--------------------------- */
  .l-post-wrap {
    padding: 30px 0; }
  .l-post-main {
    margin-bottom: 30px; }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px; }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap-sp {
    padding: 0 20px; }
  /* ---------------------------
l-secType
--------------------------- */
  .l-secType01 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .l-secType02 {
    padding-top: 24px;
    padding-bottom: 24px; }
  /* ---------------------------
m-blockquote01
--------------------------- */
  .m-blockquote01, .u-wysiwyg blockquote, body.entry blockquote, body.page blockquote {
    padding: 12px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    font-family: Shin Go Medium;
    padding: 14px 6px;
    font-size: 0.7rem; }
    .m-btn01 .ico {
      width: 26px;
      margin-right: 10px; }
    .m-btn01.size-220sp {
      width: 220px;
      margin: 0 auto; }
    .m-btn01.arrow-r:before, .m-btn01.arrow-l:before {
      margin-top: -4px;
      width: 8px;
      height: 8px; }
    .m-btn01.arrow-r {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding, .m-btn01.is-smallPaddingSp {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    font-family: Shin Go Medium;
    padding: 9px 6px; }
    .m-btn02 .ico {
      width: 26px;
      margin-right: 10px; }
    .m-btn02.size-220sp {
      width: 220px;
      margin: 0 auto; }
    .m-btn02.arrow-r:before, .m-btn02.arrow-l:before {
      margin-top: -4px;
      width: 8px;
      height: 8px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding, .m-btn02.is-smallPaddingSp {
      padding: 5px 10px;
      font-size: 0.85rem;
      border-width: 1px !important; }
      .m-btn02.is-smallPadding .ico, .m-btn02.is-smallPaddingSp .ico {
        width: 16px;
        margin-right: 7px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 100%;
    max-width: 300px; }
  /* ---------------------------
m-cols01
--------------------------- */
  .m-cols01-col1 {
    margin-bottom: 30px; }
  .m-companyLogos-item {
    height: 30px;
    background-size: auto 30px; }
  /* ---------------------------
m-form
--------------------------- */
  .m-form-wrap {
    padding: 20px; }
  .m-form-h {
    font-size: 1.6rem; }
  .m-form-lead {
    margin-bottom: 30px; }
  .m-form-table01 {
    display: block;
    margin-bottom: 30px; }
    .m-form-table01 > tbody,
    .m-form-table01 > tbody > tr,
    .m-form-table01 > tbody > tr > th,
    .m-form-table01 > tbody > tr > td {
      display: block; }
    .m-form-table01 > tbody > tr {
      padding: 1em 0px;
      border-bottom: 1px solid #eceff1; }
    .m-form-table01 > tbody > tr > th {
      margin-bottom: 0.8em; }
  .m-form-privacy {
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh);
    background: rgba(0, 104, 77, 0.95);
    color: #fff;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    padding: 70px 30px 50px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto; }
    .m-gnav.on {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .m-gnav-links {
      font-family: Shin Go Medium;
      margin-bottom: 30px; }
      .m-gnav-links-item {
        font-size: 1.2rem;
        padding: 18px 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
        .m-gnav-links-item a {
          color: #fff; }
      .m-gnav-links-foldingBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.3rem; }
        .m-gnav-links-foldingBtn .fas {
          font-size: 1.5rem; }
        .m-gnav-links-foldingBtn.is-active .fas {
          -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          transform: scaleY(-1); }
    .m-gnav-links02 {
      padding-top: 1em; }
    .m-gnav-btn {
      position: fixed;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer;
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 76px;
      height: 60px; }
      .m-gnav-btn-lines {
        width: 36px;
        height: 50px; }
        .m-gnav-btn-lines-item {
          height: 2px; }
    .m-gnav-contactBtn:not(:last-child) {
      margin-bottom: 10px; }
    .m-gnav-contactBtn a {
      border-radius: 2em;
      color: #326691;
      background: #fff;
      border: 2px solid #326691;
      padding: 10px 20px;
      display: block;
      text-align: center; }
      .m-gnav-contactBtn a:hover {
        opacity: 1;
        color: #fff !important;
        background: #326691 !important; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-family: Shin Go Medium;
    font-size: 1.7rem; }
    .m-h01-wrap {
      padding: 30px 0; }
  .m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
    font-family: Shin Go Medium;
    font-size: 1.7rem;
    margin-bottom: 15px; }
    .m-h02:after, .u-wysiwyg h2.is-center:after, .u-wysiwyg.is-webPage h2.is-center:after, body.entry h2.is-center:after, body.entry.is-webPage h2.is-center:after, body.page h2.is-center:after, body.page.is-webPage h2.is-center:after {
      width: 60px;
      margin-top: 20px; }
  .m-h02_left, .u-wysiwyg.is-webPage h2, body.entry.is-webPage h2, body.page.is-webPage h2 {
    font-family: Shin Go Medium;
    font-size: 1.7rem;
    margin-bottom: 15px; }
    .m-h02_left:after, .u-wysiwyg.is-webPage h2:after, body.entry.is-webPage h2:after, body.page.is-webPage h2:after {
      width: 60px;
      margin-top: 20px; }
  .m-h02_2, .u-wysiwyg h2, body.entry h2, body.page h2 {
    font-family: Shin Go Medium;
    font-size: 1.7rem;
    margin-bottom: 15px; }
    .m-h02_2:after, .u-wysiwyg h2:after, body.entry h2:after, body.page h2:after {
      margin-top: 10px; }
  .m-h03, .u-wysiwyg h3, body.entry h3, body.page h3 {
    font-family: Shin Go Medium;
    font-size: 1.2rem;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-h04, .u-wysiwyg h4, body.entry h4, body.page h4 {
    font-family: Shin Go Medium;
    font-size: 1.2rem;
    padding: 8px 14px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-h05, .u-wysiwyg h5, body.entry h5, body.page h5 {
    font-family: Shin Go Medium;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-h06, .u-wysiwyg h6, body.entry h6, body.page h6 {
    font-family: Shin Go Medium;
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-h07 {
    font-family: Shin Go Medium;
    font-size: 1.8rem; }
  .m-h08 {
    font-family: Shin Go Medium;
    font-size: 1.5rem; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.col-sp1 .m-items-item {
    width: 100%; }
    .m-items.col-sp1 .m-items-item:not(:last-child) {
      margin-bottom: 10px; }
  .m-items.col-sp2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-sp2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-sp3 .m-items-item {
    width: 31%;
    margin-bottom: 4%; }
    .m-items.col-sp3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-sp4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-sp4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-sp5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-sp5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items-item.is-noteLink .m-btn02 {
    height: 80px; }
  .m-contiguousItems.col-sp1 .m-contiguousItems-item {
    width: calc(100% / 1); }
  .m-contiguousItems.col-sp2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-sp3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-sp4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-sp5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-sp6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .lapctbOnly {
    display: none; }
  .pcOnly {
    display: none; }
  .tbOnly {
    display: none; }
  #wrapper {
    margin-top: 60px; }
  .m-mainContent-bg01 {
    padding-bottom: 40px; }
  .m-mainContentMargin {
    height: 50px; }
  /* ---------------------------
m-mv
--------------------------- */
  .m-mv01-imgs-item {
    height: 476px !important;
    padding: 40px 20px 100px; }
  .m-mv01-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 10px; }
    .m-mv01-dots li {
      width: 45px;
      margin-top: 8px; }
  .m-mv01-01 {
    display: block !important;
    text-align: left; }
    .m-mv01-01-h {
      font-size: 3rem; }
  .m-mv01-moreBtn {
    bottom: 40px;
    width: calc(100vw - 40px); }
  .m-mv02 {
    padding: 20px 0; }
    .m-mv02-imgs {
      margin-bottom: 20px;
      width: 9999px;
      height: calc(63vw - 40px); }
      .m-mv02-imgs-item {
        width: 220px;
        margin-right: 30px; }
        .m-mv02-imgs-item.is-current {
          width: calc(100vw - 40px); }
    .m-mv02-infos-item {
      -webkit-transform: translate(20px, 20px);
      -ms-transform: translate(20px, 20px);
      transform: translate(20px, 20px); }
    .m-mv02-infos-h {
      font-family: Shin Go Medium;
      font-size: 1.5rem; }
    .m-mv02-dots {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  /* ---------------------------
m-pageNavs
--------------------------- */
  .m-pankuzu-links {
    font-size: 0.65rem; }
    .m-pankuzu-links-item {
      display: inline; }
  /* ---------------------------
m-post
--------------------------- */
  .m-post-thumb01 {
    margin-bottom: 20px; }
  .m-post-h {
    font-family: Shin Go Medium;
    font-size: 1.7rem;
    margin-bottom: 0.5em; }
  .m-post-head {
    margin-bottom: 1em; }
  .m-post-pre01 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    padding: 18px 22px; }
  .m-post-company-h {
    font-family: Shin Go Medium; }
  /* ---------------------------
m-posts
--------------------------- */
  .m-posts01-item {
    margin-bottom: 20px; }
  .m-posts01-txts {
    padding: 22px;
    padding-bottom: 50px; }
  .m-posts01-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-posts01-more {
    padding-bottom: 22px;
    padding-right: 22px; }
  .m-posts02-item a {
    padding: 12px; }
  .m-posts02-img {
    width: 90px;
    margin-right: 10px; }
  .m-posts02-head {
    margin-bottom: 0.2em; }
  .m-posts02-h {
    font-family: Shin Go Medium;
    font-size: 1.1rem; }
  /* ---------------------------
purposes
--------------------------- */
  .m-purposes-item {
    font-family: Shin Go Medium; }
    .m-purposes-item:not(:last-child) {
      margin-bottom: 20px; }
    .m-purposes-item a {
      padding: 20px; }
  .m-purposes-ico {
    width: 80px;
    margin-right: 5px; }
  .m-purposes .fas {
    width: 80px;
    font-size: 40px; }
  .m-purposes-label {
    font-size: 1.2rem; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-slide02-frame {
    margin-left: 15px;
    margin-right: 15px; }
  .m-slide02-imgs-img {
    padding: 10px;
    margin-bottom: 15px; }
  .m-slide02-dots li {
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    margin: 0 6px 6px; }
  .m-slide02-arrow {
    margin-top: -16px; }
    .m-slide02-arrow img {
      width: 10px; }
    .m-slide02-arrow.is-prev {
      margin-left: -16px; }
    .m-slide02-arrow.is-next {
      margin-right: -16px; }
  .m-slide03-frame {
    margin-left: 15px;
    margin-right: 15px; }
  .m-slide03-imgs-img {
    padding: 10px;
    margin-bottom: 15px; }
  .m-slide03-arrow {
    margin-top: -16px; }
    .m-slide03-arrow img {
      width: 10px; }
    .m-slide03-arrow.is-prev {
      margin-left: -20px; }
    .m-slide03-arrow.is-next {
      margin-right: -20px; }
  /* ---------------------------
m-snsTimelines
--------------------------- */
  .m-snsTimelines {
    margin: 0 20px; }
    .m-snsTimelines-item:not(:last-child) {
      margin-bottom: 30px; }
  .m-tel01 {
    padding: 20px 0; }
    .m-tel01-num {
      font-family: Shin Go Medium;
      font-size: 1.6rem; }
  .m-postLinks-item:not(:last-child) {
    margin-bottom: 26px; }
  .m-postLinks-label {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-catnav-h {
    font-family: Shin Go Medium;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    padding: 1em 20px;
    font-size: 1.2rem; }
  .m-catnav-links-item {
    font-size: 1.2rem; }
    .m-catnav-links-item a {
      display: block;
      padding: 1em 20px;
      position: relative; }
      .m-catnav-links-item a:after {
        content: "\f054";
        font-family: FontAwesome;
        color: #a8a8a8;
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px; }
  /* ---------------------------
m-pagenavi
--------------------------- */
  .m-company-address-head {
    margin-bottom: 30px; }
  .m-company-address-h {
    font-family: Shin Go Medium;
    font-size: 1.5rem;
    margin-bottom: 1em; }
  .m-gmap01 iframe {
    height: 300px; }
  /* ---------------------------
m-figure01
--------------------------- */
  .m-figure01 {
    padding: 20px; }
  .m-bnrs01-wrap {
    padding: 70px 0; }
  .m-bnrs01-item {
    font-family: Shin Go Medium;
    font-size: 1.1rem; }
    .m-bnrs01-item:not(:last-child) {
      margin-bottom: 20px; }
    .m-bnrs01-item a {
      padding: 30px 0; }
    .m-bnrs01-item .fas {
      font-size: 30px; }
  .m-bnrs02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-bnrs02-wrap {
      padding: 40px 0; }
    .m-bnrs02-item {
      font-family: Shin Go Medium;
      width: 48%;
      margin-bottom: 4%;
      font-size: 1.1rem; }
      .m-bnrs02-item a {
        padding: 30px 0; }
      .m-bnrs02-item .fas {
        font-size: 30px; }
  .m-bnrs03-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-bnrs03-img {
    margin-bottom: 10px; }
  .m-sitemap-links01 {
    margin-bottom: 40px; }
    .m-sitemap-links01-item {
      margin-bottom: 30px; }
    .m-sitemap-links01-head {
      font-family: Shin Go Medium;
      margin-bottom: 10px; }
  .m-sitemap-links01sub-item {
    font-size: 0.85rem; }
  .m-sitemap-links01sub02-item {
    font-size: 0.85rem; }
  /* ---------------------------
m-privacy
--------------------------- */
  .m-jobPosts-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-jobPosts-item a {
    padding: 12px 17px;
    padding-right: 40px;
    display: block; }
    .m-jobPosts-item a:after {
      width: 20px;
      height: 20px;
      right: 10px;
      font-size: 0.7rem; }
  .m-jobPosts-cats {
    margin-bottom: 0.5em;
    display: inline-block; }
  .m-jobPosts-h {
    margin-bottom: 0.5em; }
  .m-jobPosts-info {
    font-size: 0.85rem; }
  .m-entryLinkWrap {
    padding: 40px 0; }
    .m-entryLinkWrap-h {
      font-family: Shin Go Medium;
      font-size: 1.3rem;
      margin-bottom: 40px; }
    .m-entryLinkWrap-links-item .m-btn02 {
      padding-top: 20px;
      padding-bottom: 20px; }
  .m-job-returnBtn {
    width: 220px;
    margin-bottom: 20px; }
  .m-job-head {
    margin-bottom: 20px; }
  .m-job-cats a {
    margin-right: 10px;
    display: inline-block; }
  .m-job-h {
    font-family: Shin Go Medium;
    font-size: 1.5rem; }
  .m-job-secType01 {
    padding: 20px 15px; }
    .m-job-secType01-h {
      font-family: Shin Go Medium;
      font-size: 1.1rem; }
    .m-job-secType01-article {
      margin-bottom: 30px; }
  .m-job-interview-h {
    font-family: Shin Go Medium;
    font-size: 1.1rem; }
  .m-job-interview-posts-item {
    margin-bottom: 20px; }
  .m-faqs-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-faqs-q {
    padding: 16px;
    padding-right: 50px; }
    .m-faqs-q:after {
      width: 20px;
      height: 20px;
      right: 10px;
      font-size: 0.7rem; }
  .m-faqs-a {
    padding: 20px 0; }
  .m-moreBtn01 {
    font-family: Shin Go Medium; }
    .m-moreBtn01:before {
      width: 20px;
      height: 20px;
      font-size: 0.7rem; }
  .m-group-posts-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eceff1; }
  .m-group-posts-img {
    margin-bottom: 25px; }
  .m-group-posts-kana {
    font-family: Shin Go Medium; }
  .m-group-posts-h {
    font-family: Shin Go Medium;
    font-size: 1.3rem; }
  .m-group-intro-logo img {
    width: 150px; }
  .m-group-intro-h {
    font-family: Shin Go Medium;
    width: 200px;
    height: 200px;
    font-size: 1.2rem; }
  .m-group-intro-lines img {
    display: none; }
  .m-group-intro-lines:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    border-left: 5px dashed #00684d;
    margin: 20px auto; }
  .m-group-intro-connects-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-group-intro-connects-ico img {
    width: 100px; }
  .m-group-intro-connects-h {
    font-family: Shin Go Medium;
    font-size: 1.1rem; }
  .m-group-intro-connects-links-item .m-btn02 {
    height: 82px; }
  .m-group-intro-connects-links-item img {
    width: 120px; }
  .m-group-serviceSec:not(:last-child) {
    margin-bottom: 60px; }
  .m-group-serviceSec-clear:before {
    top: 120px;
    width: 100%;
    height: calc(100% - 110px); }
  .m-group-serviceSec-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-group-serviceSec-company-logo {
    width: 110px; }
  .m-group-serviceSec-company-name {
    font-family: Shin Go Medium; }
  .m-group-serviceSec-img {
    margin-bottom: 20px; }
  .m-group-future-mv {
    height: 500px; }
    .m-group-future-mv-h {
      font-family: Shin Go Medium;
      font-size: 1.7rem;
      margin-top: 3em; }
  .m-group-future-purposes {
    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; }
    .m-group-future-purposes-item:not(:last-child) {
      margin-bottom: 20px; }
    .m-group-future-purposes-item .ico img {
      width: 80px; }
  .m-group-future-sec-h {
    font-family: Shin Go Medium;
    margin-bottom: 40px; }
    .m-group-future-sec-h .label {
      font-size: 1.4rem; }
  .m-group-future-sec-lead {
    font-family: Shin Go Medium; }
  .m-group-future-sec-lead02 {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-group-future-group-lead {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-recruit-mv01 {
    height: 400px; }
    .m-recruit-mv01-h .label {
      font-size: 1.3rem; }
  .m-recruit-concept-h {
    font-family: Shin Go Medium;
    font-size: 1.6rem; }
  .m-about-greeting-sec {
    margin-bottom: 40px; }
    .m-about-greeting-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.6rem; }
  .m-about-greeting-name {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-about-vision-connect {
    margin-bottom: 40px; }
    .m-about-vision-connect-lead {
      font-size: 1.8rem; }
    .m-about-vision-connect-lead02 {
      font-size: 1.2rem; }
  .m-about-vision-value-table {
    display: block; }
    .m-about-vision-value-table tr:not(:last-child) {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 1em;
      margin-bottom: 1em; }
    .m-about-vision-value-table tbody, .m-about-vision-value-table tr, .m-about-vision-value-table th, .m-about-vision-value-table td {
      display: block; }
    .m-about-vision-value-table th {
      margin-bottom: 0.5em;
      font-size: 1.4rem; }
  .m-about-vision-story {
    padding-bottom: 50px; }
    .m-about-vision-story-sec:not(:last-child) {
      margin-bottom: 30px; }
    .m-about-vision-story-sec-num {
      font-family: Shin Go Medium;
      font-size: 1.3rem;
      margin-bottom: 30px; }
    .m-about-vision-story-sec-clear {
      padding-left: 20px; }
    .m-about-vision-story-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.3rem;
      margin-bottom: 1em; }
  .m-about-vision-prizes-item:not(:last-child) {
    margin-bottom: 40px; }
  .m-about-vision-prizes-h {
    font-family: Shin Go Medium;
    font-size: 1.3rem; }
  .m-about-culture-stance {
    padding-bottom: 50px; }
    .m-about-culture-stance-sec:not(:last-child) {
      margin-bottom: 40px; }
    .m-about-culture-stance-sec-txts {
      margin-bottom: 30px; }
    .m-about-culture-stance-sec-h {
      font-family: Shin Go Medium;
      font-size: 1.3rem; }
  .m-about-culture-systems-item:not(:last-child) {
    margin-bottom: 45px; }
  .m-about-culture-systems-h {
    font-family: Shin Go Medium;
    font-size: 1.2rem; }
  .m-about-culture-recruitAction {
    margin-bottom: 50px; }
    .m-about-culture-recruitAction-recruits-item:not(:last-child) {
      margin-bottom: 40px; }
    .m-about-culture-recruitAction-recruits-h {
      font-family: Shin Go Medium;
      font-size: 1.2rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 14px 4px;
    font-size: 0.85rem; }
    .u-input.size-m {
      width: 120px; }
    .u-input.padding-s {
      padding: 7px 3px; }
    .u-input-selectWrap {
      position: relative;
      margin-right: 8px;
      margin-bottom: 8px; }
      .u-input-selectWrap:after {
        content: "";
        font-size: 4px;
        display: block;
        border: 4px solid transparent;
        border-top: 6px solid #333333;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -2px;
        pointer-events: none; }
      .u-input-selectWrap .u-input {
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 8px; }
    .u-input-radio01-clear {
      padding: 8px; }
    .u-input-radio01-ico {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
  .u-input02 {
    padding: 14px 4px;
    font-size: 0.85rem; }
    .u-input02.size-m {
      width: 120px; }
    .u-input02.padding-s {
      padding: 7px 3px; }
    .u-input02-selectWrap {
      position: relative;
      margin-right: 8px;
      margin-bottom: 8px; }
      .u-input02-selectWrap:after {
        content: "";
        font-size: 4px;
        display: block;
        border: 4px solid transparent;
        border-top: 6px solid #333333;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -2px;
        pointer-events: none; }
      .u-input02-selectWrap .u-input {
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 8px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 10px !important; }
  .u-mt {
    margin-top: 15px !important; }
  .u-mt-l {
    margin-top: 20px !important; }
  .u-mt-xl {
    margin-top: 30px !important; }
  .u-mt-2xl {
    margin-top: 40px !important; }
  .u-mt-3xl {
    margin-top: 60px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 10px !important; }
  .u-mb {
    margin-bottom: 15px !important; }
  .u-mb-l {
    margin-bottom: 20px !important; }
  .u-mb-xl {
    margin-bottom: 30px !important; }
  .u-mb-2xl {
    margin-bottom: 40px !important; }
  .u-mb-3xl {
    margin-bottom: 60px !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 10px !important; }
  .u-pt {
    padding-top: 15px !important; }
  .u-pt-l {
    padding-top: 20px !important; }
  .u-pt-xl {
    padding-top: 30px !important; }
  .u-pt-2xl {
    padding-top: 40px !important; }
  .u-pt-3xl {
    padding-top: 60px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 10px !important; }
  .u-pb {
    padding-bottom: 15px !important; }
  .u-pb-l {
    padding-bottom: 20px !important; }
  .u-pb-xl {
    padding-bottom: 30px !important; }
  .u-pb-2xl {
    padding-bottom: 40px !important; }
  .u-pb-3xl {
    padding-bottom: 60px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 10px !important; }
  .u-p {
    padding: 15px !important; }
  .u-p-l {
    padding: 20px !important; }
  .u-p-xl {
    padding: 20px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-list02 {
    padding: 15px; }
    .u-list02-item {
      font-size: 1.1rem; }
      .u-list02-item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px; }
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg blockquote {
    margin-bottom: 20px; }
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }
  .u-wysiwyg figcaption {
    font-size: 0.85rem; }
  body.entry h1 {
    margin-bottom: 30px; }
  body.entry blockquote {
    margin-bottom: 20px; }
  body.entry .alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
  body.entry .alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }
  body.entry figcaption {
    font-size: 0.85rem; }
  body.page h1 {
    margin-bottom: 30px; }
  body.page blockquote {
    margin-bottom: 20px; }
  body.page .alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
  body.page .alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }
  body.page figcaption {
    font-size: 0.85rem; }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 18px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    left: 0;
    bottom: 0;
    width: 100%; }
  .u-fixedAfterScroll-wrap {
    height: 48px; }
  /* ---------------------------
u-table
--------------------------- */
  .u-table01.is-spBlock, .u-table01.is-spBlock tbody, .u-table01.is-spBlock tr, .u-table01.is-spBlock th, .u-table01.is-spBlock td {
    display: block; }
    .u-table01.is-spBlock tr, .u-table01.is-spBlock tbody tr, .u-table01.is-spBlock tr tr, .u-table01.is-spBlock th tr, .u-table01.is-spBlock td tr {
      border-top: 1px solid #a8a8a8;
      padding: 1em 0px 2em; }
    .u-table01.is-spBlock th, .u-table01.is-spBlock tbody th, .u-table01.is-spBlock tr th, .u-table01.is-spBlock th th, .u-table01.is-spBlock td th {
      border: none;
      padding: 0;
      margin-bottom: 1em; }
    .u-table01.is-spBlock td, .u-table01.is-spBlock tbody td, .u-table01.is-spBlock tr td, .u-table01.is-spBlock th td, .u-table01.is-spBlock td td {
      border: none;
      padding: 0; }
  .u-table01.is-spBlock th {
    font-family: Shin Go Medium; }
  .u-table03, .u-table03 tbody, .u-table03 tr, .u-table03 th, .u-table03 td {
    display: block; }
  .u-table03 tr {
    border-bottom: 1px solid #eceff1;
    padding: 20px 0; }
  .u-table03 th {
    font-size: 1.2rem;
    margin-bottom: 0.5em; }
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
roundedImg
--------------------------- */ }


/* body,h2 {
  font-weight: 600;
} */

.m-h02, .u-wysiwyg h2.is-center, .u-wysiwyg.is-webPage h2.is-center, body.entry h2.is-center, body.entry.is-webPage h2.is-center, body.page h2.is-center, body.page.is-webPage h2.is-center {
  font-weight: 500 !important;
}
.font-r {
  font-family: Shin Go Regular !important;
  font-weight: 400 !important;
}

.font-m {
  font-family: Shin Go Medium !important;
  font-weight: 500 !important;
}

.font-b {
  font-family: Shin Go Bold !important;
  font-weight: bold !important;
}

.l-footer-links02-item:not(:last-child):after {
  font-family: serif !important;
  font-weight: 700 !important;

}
.page-numbers.current {
  display: inline-block;
      width: auto;
      padding: 5px 12px;
      text-align: center;
      margin: 0;
      background: #fff;
      border: 1px solid #326691;
      color: #000;
      color: #fff!important;
      border: 1px solid #326691;
      background: #326691;

}
.m-post-company .m-post-company-h {
  margin-bottom: 0.5rem !important;
}

.add-s-font h4 {
  font-weight: 500 !important;
}

.m-form-wrap th {
  font-weight: 500 !important;
}

.border-none td {
	border:none !important;
}