/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*!
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * https://cssreset.com
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* line 109, ../../../resource/scss/foundation/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 130, ../../../resource/scss/foundation/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 134, ../../../resource/scss/foundation/_reset.scss */
body {
  line-height: 1;
}

/* line 137, ../../../resource/scss/foundation/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 140, ../../../resource/scss/foundation/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 143, ../../../resource/scss/foundation/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 148, ../../../resource/scss/foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../../../resource/scss/foundation/_base.scss */
html {
  height: 100%;
  font-size: 10px;
}

/* line 11, ../../../resource/scss/foundation/_base.scss */
body {
  color: #000;
  font-family: 'Noto Sans Japanese', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1.4;
  font-size: 10px;
}

/* line 17, ../../../resource/scss/foundation/_base.scss */
input, select, textarea {
  font-family: 'Noto Sans Japanese', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

/* line 20, ../../../resource/scss/foundation/_base.scss */
body > div {
  font-size: 10px;
}

/* line 23, ../../../resource/scss/foundation/_base.scss */
a {
  color: #00aaff;
  text-decoration: underline;
  outline: none;
}
/* line 27, ../../../resource/scss/foundation/_base.scss */
a:hover {
  color: #00aaff;
  text-decoration: none;
}
/* line 31, ../../../resource/scss/foundation/_base.scss */
a:focus {
  outline: none;
}

/* line 35, ../../../resource/scss/foundation/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 40, ../../../resource/scss/foundation/_base.scss */
.ie8 img {
  width: auto;
}

/* line 45, ../../../resource/scss/foundation/_base.scss */
input, textarea {
  margin: 0;
  font-size: 100%;
}

/* line 4, ../../../resource/scss/layout/_header.scss */
.l-header {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1180px;
  height: 110px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  /* line 4, ../../../resource/scss/layout/_header.scss */
  .l-header {
    z-index: 100030;
    width: 100%;
    height: 60px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ccc;
  }
}

/* line 19, ../../../resource/scss/layout/_header.scss */
.header-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 19, ../../../resource/scss/layout/_header.scss */
  .header-wrapper {
    position: fixed;
    z-index: 100030;
  }
}

@media only screen and (max-width: 480px) {
  /* line 29, ../../../resource/scss/layout/_header.scss */
  .header-separator {
    padding-top: 60px;
  }
}

/* line 34, ../../../resource/scss/layout/_header.scss */
.sitemeta {
  display: none;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  /* line 34, ../../../resource/scss/layout/_header.scss */
  .sitemeta {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 34, ../../../resource/scss/layout/_header.scss */
  .sitemeta {
    display: none;
    position: absolute;
    top: 13px;
    left: 100px;
  }
}

/* line 48, ../../../resource/scss/layout/_header.scss */
.header-mainNav {
  overflow: hidden;
  border-left: 1px solid #eeeeee;
}
@media only screen and (max-width: 480px) {
  /* line 48, ../../../resource/scss/layout/_header.scss */
  .header-mainNav {
    display: none;
  }
}

/* line 55, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item {
  float: left;
  width: 130px;
  border-right: 1px solid #eeeeee;
}
/* line 59, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item a {
  display: block;
  height: 110px;
  line-height: 160px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
}
/* line 69, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-job a {
  color: #ef5e4a;
  background-image: url(../img/list/bg_tab_job.png);
  -moz-background-size: 55px auto;
  -o-background-size: 55px auto;
  -webkit-background-size: 55px auto;
  background-size: 55px auto;
  background-position: 50% 15px;
}
/* line 74, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-job a:hover {
  color: #fff;
  background-color: #f38879;
}
/* line 79, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-column a {
  color: #a7bd1b;
  background-image: url(../img/list/bg_tab_column.png);
  -moz-background-size: 50px auto;
  -o-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  background-position: 50% 28px;
}
/* line 84, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-column a:hover {
  color: #fff;
  background-color: #c8e12a;
}
/* line 89, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-gyaku a {
  color: #74c3ce;
  background-image: url(../img/list/bg_tab_gyaku.png);
  -moz-background-size: 45px auto;
  -o-background-size: 45px auto;
  -webkit-background-size: 45px auto;
  background-size: 45px auto;
  background-position: 50% 18px;
}
/* line 94, ../../../resource/scss/layout/_header.scss */
.header-mainNav-item.is-gyaku a:hover {
  color: #fff;
  background-color: #9ad3db;
}

/* line 100, ../../../resource/scss/layout/_header.scss */
.header-logo {
  display: block;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -64px;
  width: 126px;
  height: 78px;
  background: url(../img/common/logo.png) 0 0 no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.header-logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  /* line 100, ../../../resource/scss/layout/_header.scss */
  .header-logo {
    width: 135px;
    height: 35px;
    margin-left: 0;
    top: 12px;
    left: 12px;
    background-image: url(../img/common/logo-sp.png);
    -moz-background-size: 135px 35px;
    -o-background-size: 135px 35px;
    -webkit-background-size: 135px 35px;
    background-size: 135px 35px;
  }
}

/* line 121, ../../../resource/scss/layout/_header.scss */
.header-subNav {
  position: absolute;
  right: 0;
  top: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 121, ../../../resource/scss/layout/_header.scss */
  .header-subNav {
    display: none;
  }
}
/* line 128, ../../../resource/scss/layout/_header.scss */
.header-subNav li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 132, ../../../resource/scss/layout/_header.scss */
.header-subNav li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* line 136, ../../../resource/scss/layout/_header.scss */
.header-subNav li a:hover {
  text-decoration: underline;
}

/* line 142, ../../../resource/scss/layout/_header.scss */
.header-comment {
  position: absolute;
  right: 40px;
  top: 75px;
  padding-right: 10px;
  background: url(../img/common/bg_header_comment.png) 100% 0 no-repeat;
}
/* line 148, ../../../resource/scss/layout/_header.scss */
.header-comment span {
  background-color: #eee;
  padding: 10px 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media only screen and (max-width: 480px) {
  /* line 142, ../../../resource/scss/layout/_header.scss */
  .header-comment {
    display: none;
  }
}

/* line 159, ../../../resource/scss/layout/_header.scss */
.header-comment-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 36px;
  height: 53px;
  outline: none;
  background: url(../img/common/img_header_comment.png) 0 0 no-repeat;
}
/* line 167, ../../../resource/scss/layout/_header.scss */
.header-comment-btn:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  /* line 159, ../../../resource/scss/layout/_header.scss */
  .header-comment-btn {
    display: none;
  }
}
/* line 174, ../../../resource/scss/layout/_header.scss */
.header-comment-btn:hover {
  background-position: 0 -53px;
}

/* line 178, ../../../resource/scss/layout/_header.scss */
.header-btn {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 178, ../../../resource/scss/layout/_header.scss */
  .header-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 192, ../../../resource/scss/layout/_header.scss */
  .header-btn:hover, .header-btn:visited {
    color: #fff;
  }
}

/* line 198, ../../../resource/scss/layout/_header.scss */
.header-spMenu {
  display: none;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
}
/* line 206, ../../../resource/scss/layout/_header.scss */
.header-spMenu.is-open {
  display: block;
}

/* line 212, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item {
  width: 100%;
}
/* line 214, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}
/* line 221, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item a:after {
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 229, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item.is-job a {
  background-color: #f38879;
}
/* line 232, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item.is-column a {
  background-color: #c8e12a;
}
/* line 235, ../../../resource/scss/layout/_header.scss */
.header-spMenu-main-item.is-gyaku a {
  background-color: #9ad3db;
}

/* line 240, ../../../resource/scss/layout/_header.scss */
.header-spMenu-sub li {
  width: 100%;
}
/* line 242, ../../../resource/scss/layout/_header.scss */
.header-spMenu-sub li a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ccc;
}
/* line 250, ../../../resource/scss/layout/_header.scss */
.header-spMenu-sub li a:after {
  position: absolute;
  right: 10px;
  top: 12px;
}

/* line 260, ../../../resource/scss/layout/_header.scss */
#bgLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  filter: alpha(opacity=50) !important;
  opacity: 0.5;
  z-index: 100020;
}

/* line 11, ../../../resource/scss/layout/_container.scss */
.l-main-wrapper {
  width: 1180px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  /* line 11, ../../../resource/scss/layout/_container.scss */
  .l-main-wrapper {
    width: auto;
    margin: 0 20px;
  }
}
/* line 10, ../../../resource/scss/_mixin.scss */
.l-main-wrapper:before, .l-main-wrapper:after {
  display: table;
  content: ' ';
}
/* line 15, ../../../resource/scss/_mixin.scss */
.l-main-wrapper:after {
  clear: both;
}
/* line 19, ../../../resource/scss/layout/_container.scss */
.l-main-wrapper.is-full {
  width: auto;
}
@media only screen and (max-width: 480px) {
  /* line 19, ../../../resource/scss/layout/_container.scss */
  .l-main-wrapper.is-full {
    margin: 0;
    overflow: hidden;
  }
}

/* line 32, ../../../resource/scss/layout/_container.scss */
.breadcrumb-wrapper {
  overflow: hidden;
  min-width: 1180px;
  margin-bottom: 20px;
  background-color: #f4f4f2;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 480px) {
  /* line 32, ../../../resource/scss/layout/_container.scss */
  .breadcrumb-wrapper {
    border-top: none;
    min-width: 100%;
  }
}

/* line 44, ../../../resource/scss/layout/_container.scss */
.breadcrumb {
  width: 1180px;
  margin: auto;
  padding: 15px 0;
}
@media only screen and (max-width: 480px) {
  /* line 44, ../../../resource/scss/layout/_container.scss */
  .breadcrumb {
    width: auto;
    padding: 10px 20px;
  }
}
/* line 52, ../../../resource/scss/layout/_container.scss */
.breadcrumb li {
  display: inline;
  line-height: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 56, ../../../resource/scss/layout/_container.scss */
.breadcrumb li::after {
  content: ">";
  margin: 0 10px;
}
/* line 60, ../../../resource/scss/layout/_container.scss */
.breadcrumb li:last-child::after {
  content: "";
}
/* line 63, ../../../resource/scss/layout/_container.scss */
.breadcrumb li a {
  color: #000;
}
/* line 66, ../../../resource/scss/layout/_container.scss */
.breadcrumb li br {
  display: none;
}

/* line 76, ../../../resource/scss/layout/_container.scss */
.l-main {
  float: left;
  width: 880px;
}
/* line 10, ../../../resource/scss/_mixin.scss */
.l-main:before, .l-main:after {
  display: table;
  content: ' ';
}
/* line 15, ../../../resource/scss/_mixin.scss */
.l-main:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  /* line 76, ../../../resource/scss/layout/_container.scss */
  .l-main {
    float: none;
    width: auto;
  }
}

/* line 90, ../../../resource/scss/layout/_container.scss */
.l-colRight {
  float: right;
  width: 260px;
}
@media only screen and (max-width: 480px) {
  /* line 90, ../../../resource/scss/layout/_container.scss */
  .l-colRight {
    float: none;
    width: auto;
  }
}

/* line 4, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-section {
  margin-bottom: 45px;
}

/* line 7, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-hdg {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/* line 12, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-desc {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 16, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about {
  padding: 20px 20px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 19, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about.is-job {
  background-color: #fdf0ee;
}
/* line 22, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about.is-column {
  background-color: #e5f19a;
}
/* line 25, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about.is-gyaku {
  background-color: #d2ecef;
}

/* line 29, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about-hdg {
  margin-bottom: 10px;
  padding-top: 55px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 36, ../../../resource/scss/layout/_sidebar.scss */
.is-job .sidebar-about-hdg {
  color: #ef5e4a;
  background-image: url(../img/list/bg_tab_job.png);
  -moz-background-size: 55px auto;
  -o-background-size: 55px auto;
  -webkit-background-size: 55px auto;
  background-size: 55px auto;
}
/* line 41, ../../../resource/scss/layout/_sidebar.scss */
.is-column .sidebar-about-hdg {
  color: #a7bd1b;
  background-image: url(../img/list/bg_tab_column.png);
  -moz-background-size: 50px auto;
  -o-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
}
/* line 46, ../../../resource/scss/layout/_sidebar.scss */
.is-gyaku .sidebar-about-hdg {
  color: #74c3ce;
  background-image: url(../img/list/bg_tab_gyaku.png);
  -moz-background-size: 45px auto;
  -o-background-size: 45px auto;
  -webkit-background-size: 45px auto;
  background-size: 45px auto;
}

/* line 52, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-about-desc {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 55, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-request {
  padding: 25px 25px 165px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f4f2;
  background-image: url(../img/common/sidebar-request1.png), url(../img/common/sidebar-request2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left 20px bottom 55px,right 20px bottom 25px;
}

/* line 63, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-request-hdg {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
/* line 70, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-request-hdg:before {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
  color: #ccc;
}

/* line 81, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-request-flow li {
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/common/icon_flow.png) 50% 100% no-repeat;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
/* line 86, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-request-flow li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 93, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-item {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 96, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-item a {
  color: #000;
  text-decoration: none;
  display: table;
}

/* line 102, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-thum {
  width: 60px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
}
/* line 107, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-thum img {
  width: 100%;
}

/* line 111, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-hdg {
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
}

/* line 117, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-media-hdg-date {
  display: block;
  margin-bottom: 5px;
}

/* line 121, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-more {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
/* line 126, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-more::before {
  margin-right: 5px;
  margin-top: -3px;
}

/* line 133, ../../../resource/scss/layout/_sidebar.scss */
.sidebar-banner {
  display: block;
  margin-bottom: 20px;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.sidebar-banner:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 4, ../../../resource/scss/layout/_footer.scss */
.l-footer {
  width: 100%;
  background-color: #f4f4f2;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e2e2e0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 4, ../../../resource/scss/layout/_footer.scss */
  .l-footer {
    width: auto;
    padding: 20px;
  }
}

/* line 16, ../../../resource/scss/layout/_footer.scss */
.footer-inner {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  /* line 16, ../../../resource/scss/layout/_footer.scss */
  .footer-inner {
    width: auto;
  }
}

/* line 23, ../../../resource/scss/layout/_footer.scss */
.footer-col {
  width: 380px;
  margin-right: 20px;
  float: left;
}
/* line 27, ../../../resource/scss/layout/_footer.scss */
.footer-col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  /* line 23, ../../../resource/scss/layout/_footer.scss */
  .footer-col {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 37, ../../../resource/scss/layout/_footer.scss */
.footer-about {
  margin-bottom: 20px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -moz-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
}

/* line 44, ../../../resource/scss/layout/_footer.scss */
.footer-about-hdg {
  height: 47px;
  margin-bottom: 20px;
  padding-left: 120px;
  background: url(../img/common/logo_footer.png) 0 0 no-repeat;
  line-height: 47px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 52, ../../../resource/scss/layout/_footer.scss */
.footer-about-hdg span {
  background: url(../img/page/bg_page_footer.png) 0 100% repeat-x;
}

/* line 56, ../../../resource/scss/layout/_footer.scss */
.footer-about-desc {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 60, ../../../resource/scss/layout/_footer.scss */
.footer-logos {
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  background-color: #fff;
  overflow: hidden;
}

/* line 67, ../../../resource/scss/layout/_footer.scss */
.footer-logos-hdg {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 72, ../../../resource/scss/layout/_footer.scss */
.footer-logos-list li {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
/* line 77, ../../../resource/scss/layout/_footer.scss */
.footer-logos-list li img {
  width: 100%;
  height: auto;
}
/* line 81, ../../../resource/scss/layout/_footer.scss */
.footer-logos-list li a {
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.footer-logos-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 87, ../../../resource/scss/layout/_footer.scss */
.footer-pageLink li {
  margin-bottom: 10px;
}
/* line 89, ../../../resource/scss/layout/_footer.scss */
.footer-pageLink li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 94, ../../../resource/scss/layout/_footer.scss */
.footer-pageLink li a:before {
  margin-right: 5px;
}
/* line 99, ../../../resource/scss/layout/_footer.scss */
.footer-pageLink li a:hover {
  text-decoration: underline;
}

/* line 105, ../../../resource/scss/layout/_footer.scss */
.footer-posts {
  position: relative;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
  box-shadow: 0 2px 0 rgba(100, 100, 100, 0.1);
}

/* line 113, ../../../resource/scss/layout/_footer.scss */
.footer-posts-hdg {
  padding: 15px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 116, ../../../resource/scss/layout/_footer.scss */
.is-job .footer-posts-hdg {
  background-color: #f7b2a8;
}
/* line 119, ../../../resource/scss/layout/_footer.scss */
.is-column .footer-posts-hdg {
  background-color: #d4e757;
}
/* line 122, ../../../resource/scss/layout/_footer.scss */
.is-gyaku .footer-posts-hdg {
  background-color: #c0e3e8;
}
/* line 125, ../../../resource/scss/layout/_footer.scss */
.footer-posts-hdg:before {
  margin-right: 5px;
  margin-top: -2px;
  color: #fff;
}

/* line 133, ../../../resource/scss/layout/_footer.scss */
.footer-posts-list {
  padding: 20px;
}

/* line 136, ../../../resource/scss/layout/_footer.scss */
.footer-posts-item {
  margin-bottom: 15px;
}
/* line 138, ../../../resource/scss/layout/_footer.scss */
.footer-posts-item a {
  display: block;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 144, ../../../resource/scss/layout/_footer.scss */
.footer-post-item-date {
  display: block;
  margin-bottom: 3px;
}

/* line 148, ../../../resource/scss/layout/_footer.scss */
a.footer-posts-more {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

/* line 155, ../../../resource/scss/layout/_footer.scss */
.footer-facebook {
  margin-bottom: 20px;
}

/* line 161, ../../../resource/scss/layout/_footer.scss */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: -73px;
  width: 71px;
  height: 184px;
  z-index: 1000;
  outline: none;
}
/* line 169, ../../../resource/scss/layout/_footer.scss */
.pagetop:focus {
  outline: none;
}

/* line 173, ../../../resource/scss/layout/_footer.scss */
.pagetop-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 71px;
  height: 79px;
  background: url(../img/common/btn_pagetop_label.png) 0 0 no-repeat;
  -moz-background-size: 71px 79px;
  -o-background-size: 71px 79px;
  -webkit-background-size: 71px 79px;
  background-size: 71px 79px;
}

/* line 183, ../../../resource/scss/layout/_footer.scss */
.pagetop-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 95px;
  background: url(../img/common/btn_pagetop_bird.png) 0 0 no-repeat;
  -moz-background-size: 72px 285px;
  -o-background-size: 72px 285px;
  -webkit-background-size: 72px 285px;
  background-size: 72px 285px;
}
/* line 192, ../../../resource/scss/layout/_footer.scss */
.pagetop-img.is-up {
  background-position: 0 -95px;
}
/* line 195, ../../../resource/scss/layout/_footer.scss */
.pagetop-img.is-down {
  background-position: 0 -190px;
}

/* line 200, ../../../resource/scss/layout/_footer.scss */
.footer-bottom {
  padding: 20px 0;
  background-color: #e9e9e6;
  color: #000;
  border-top: 1px solid #dfdfda;
}

/* line 206, ../../../resource/scss/layout/_footer.scss */
.footer-bottom-inner {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 206, ../../../resource/scss/layout/_footer.scss */
  .footer-bottom-inner {
    width: auto;
  }
}

/* line 214, ../../../resource/scss/layout/_footer.scss */
.bottomNav {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  /* line 214, ../../../resource/scss/layout/_footer.scss */
  .bottomNav {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* line 222, ../../../resource/scss/layout/_footer.scss */
.bottomNav li {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 222, ../../../resource/scss/layout/_footer.scss */
  .bottomNav li {
    float: none;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* line 232, ../../../resource/scss/layout/_footer.scss */
.bottomNav a {
  color: #000;
}

/* line 237, ../../../resource/scss/layout/_footer.scss */
.bottomNav-item a {
  color: #fff;
}

/* line 241, ../../../resource/scss/layout/_footer.scss */
.copyright {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  /* line 241, ../../../resource/scss/layout/_footer.scss */
  .copyright {
    float: none;
    text-align: center;
  }
}

@font-face {
  font-family: "sz-fonts";
  src: url("../fonts/myfont.eot");
  src: url("../fonts/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myfont.woff") format("woff"), url("../fonts/myfont.ttf") format("truetype"), url("../fonts/myfont.svg?#sz-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 30, ../../../resource/scss/module/_font.scss */
.sz-icon, .header-spMenu-main-item a:after, .header-spMenu-sub li a:after, .sidebar-request-hdg:before, .sidebar-more::before, .footer-pageLink li a:before, .footer-posts-hdg:before, .postSingle-area::before, .postSingle-work::before, .postSingle-content a[target="_blank"]:after,
.postSingle-detail a[target="_blank"]:after, a.postSingle-btn span::before, .related-area::before, .related-work::before, .postIndex-area:before,
.postIndex-work:before, .pageNav-prev:before, .pageNav-next:after, .catSearch-list .cat-item a:before {
  font-family: "sz-fonts";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 44, ../../../resource/scss/module/_font.scss */
.sz-icon-ume1, .sidebar-request-hdg:before, .footer-posts-hdg:before {
  content: "\E001";
}

/* line 45, ../../../resource/scss/module/_font.scss */
.sz-icon-ume2 {
  content: "\E002";
}

/* line 46, ../../../resource/scss/module/_font.scss */
.sz-icon-blank, .postSingle-content a[target="_blank"]:after,
.postSingle-detail a[target="_blank"]:after {
  content: "\E003";
}

/* line 47, ../../../resource/scss/module/_font.scss */
.sz-icon-arrow1, .header-spMenu-main-item a:after, .header-spMenu-sub li a:after, .sidebar-more::before, .footer-pageLink li a:before, a.postSingle-btn span::before, .pageNav-prev:before, .pageNav-next:after, .catSearch-list .cat-item a:before {
  content: "\E004";
}

/* line 48, ../../../resource/scss/module/_font.scss */
.sz-icon-arrow2 {
  content: "\E005";
}

/* line 49, ../../../resource/scss/module/_font.scss */
.sz-icon-arrow3 {
  content: "\E006";
}

/* line 50, ../../../resource/scss/module/_font.scss */
.sz-icon-area, .postSingle-area::before, .related-area::before, .postIndex-area:before {
  content: "\E007";
}

/* line 51, ../../../resource/scss/module/_font.scss */
.sz-icon-work, .postSingle-work::before, .related-work::before, .postIndex-work:before {
  content: "\E008";
}

/* line 52, ../../../resource/scss/module/_font.scss */
.sz-icon-facebook {
  content: "\E009";
}

/* line 53, ../../../resource/scss/module/_font.scss */
.sz-icon-dummy {
  content: "\E00A";
}

/* line 1, ../../../resource/scss/module/_slider.scss */
.bx-wrapper {
  position: relative;
}

/* line 4, ../../../resource/scss/module/_slider.scss */
.bx-pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
  text-align: right;
}
/* line 10, ../../../resource/scss/module/_slider.scss */
.bx-pager a {
  display: inline-block;
  width: 30px;
  height: 28px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../img/top/btn_slider_pager_wh.png) 0 0 no-repeat;
}
/* line 16, ../../../resource/scss/module/_slider.scss */
.bx-pager a.active {
  background: url(../img/top/btn_slider_pager_pk.png) 0 0 no-repeat;
}
@media only screen and (max-width: 480px) {
  /* line 4, ../../../resource/scss/module/_slider.scss */
  .bx-pager {
    display: none;
  }
}

/* line 24, ../../../resource/scss/module/_slider.scss */
.bx-pager-item {
  display: inline;
  margin: 0 10px;
}

/* line 28, ../../../resource/scss/module/_slider.scss */
.bx-prev,
.bx-next {
  position: absolute;
  top: 50%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 44px;
  height: 90px;
  margin-top: -45px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  /* line 28, ../../../resource/scss/module/_slider.scss */
  .bx-prev,
  .bx-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    margin-top: -23px;
    width: 22px;
    height: 45px;
    -moz-background-size: 22px 45px;
    -o-background-size: 22px 45px;
    -webkit-background-size: 22px 45px;
    background-size: 22px 45px;
  }
}

/* line 47, ../../../resource/scss/module/_slider.scss */
.bx-prev {
  left: 20px;
  background-image: url(../img/top/btn_slider_prev.png);
}

/* line 51, ../../../resource/scss/module/_slider.scss */
.bx-next {
  right: 20px;
  background-image: url(../img/top/btn_slider_next.png);
}

/* line 55, ../../../resource/scss/module/_slider.scss */
.slider {
  position: relative;
  background-color: #000;
}
/* line 58, ../../../resource/scss/module/_slider.scss */
.slider.is-pc {
  display: block;
  margin-top: -110px;
}
@media only screen and (max-width: 480px) {
  /* line 58, ../../../resource/scss/module/_slider.scss */
  .slider.is-pc {
    display: none;
  }
}
/* line 65, ../../../resource/scss/module/_slider.scss */
.slider.is-sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 65, ../../../resource/scss/module/_slider.scss */
  .slider.is-sp {
    display: block;
  }
}

/* line 72, ../../../resource/scss/module/_slider.scss */
.slider-hdg {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -70px;
  font-size: 70px;
  font-size: 7rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 72, ../../../resource/scss/module/_slider.scss */
  .slider-hdg {
    margin-top: -50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 87, ../../../resource/scss/module/_slider.scss */
.slider-hdg small {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 480px) {
  /* line 87, ../../../resource/scss/module/_slider.scss */
  .slider-hdg small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 94, ../../../resource/scss/module/_slider.scss */
.slider-hdg br {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 94, ../../../resource/scss/module/_slider.scss */
  .slider-hdg br {
    display: block;
  }
}

/* line 101, ../../../resource/scss/module/_slider.scss */
.slider-item {
  position: relative;
}

/* line 104, ../../../resource/scss/module/_slider.scss */
.slider-thum {
  width: 100%;
  height: auto;
}

/* line 108, ../../../resource/scss/module/_slider.scss */
.slider-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  /* line 108, ../../../resource/scss/module/_slider.scss */
  .slider-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 10px 5px;
    top: inherit;
    bottom: 0;
    line-height: 1;
  }
}
/* line 125, ../../../resource/scss/module/_slider.scss */
.slider-title small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  /* line 125, ../../../resource/scss/module/_slider.scss */
  .slider-title small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
    top: inherit;
    bottom: 0;
  }
}

/* line 136, ../../../resource/scss/module/_slider.scss */
.slider-pickup {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 480px) {
  /* line 136, ../../../resource/scss/module/_slider.scss */
  .slider-pickup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* line 1, ../../../resource/scss/module/_tab.scss */
.tab-wrapper {
  width: 100%;
  background-color: #f4f4f2;
  padding: 15px 0;
}
@media only screen and (max-width: 480px) {
  /* line 1, ../../../resource/scss/module/_tab.scss */
  .tab-wrapper {
    width: auto;
    padding: 10px;
  }
}

/* line 10, ../../../resource/scss/module/_tab.scss */
.tab {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 10, ../../../resource/scss/module/_tab.scss */
  .tab {
    width: auto;
  }
}

/* line 18, ../../../resource/scss/module/_tab.scss */
.tab-item {
  float: left;
  width: 392px;
  margin-right: 1px;
}
@media only screen and (max-width: 480px) {
  /* line 18, ../../../resource/scss/module/_tab.scss */
  .tab-item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 27, ../../../resource/scss/module/_tab.scss */
  .tab-item:last-child {
    margin-bottom: 0;
  }
}
/* line 31, ../../../resource/scss/module/_tab.scss */
.tab-item:last-child {
  margin-right: 0;
}
/* line 34, ../../../resource/scss/module/_tab.scss */
.tab-item.is-job a {
  background-image: url(../img/list/bg_tab_job.png);
  background-position: 50% 23px;
  -moz-background-size: 55px auto;
  -o-background-size: 55px auto;
  -webkit-background-size: 55px auto;
  background-size: 55px auto;
}
/* line 39, ../../../resource/scss/module/_tab.scss */
.tab-item.is-column a {
  background-image: url(../img/list/bg_tab_column.png);
  background-position: 50% 28px;
  -moz-background-size: 50px auto;
  -o-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
}
/* line 44, ../../../resource/scss/module/_tab.scss */
.tab-item.is-gyaku a {
  background-image: url(../img/list/bg_tab_gyaku.png);
  background-position: 50% 24px;
  -moz-background-size: 45px auto;
  -o-background-size: 45px auto;
  -webkit-background-size: 45px auto;
  background-size: 45px auto;
}
@media only screen and (max-width: 480px) {
  /* line 49, ../../../resource/scss/module/_tab.scss */
  .tab-item.is-job a, .tab-item.is-column a {
    background-position: 10px 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 55, ../../../resource/scss/module/_tab.scss */
  .tab-item.is-gyaku a {
    background-position: 15px 50%;
  }
}
/* line 60, ../../../resource/scss/module/_tab.scss */
.tab-item a {
  display: block;
  height: 180px;
  padding-top: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e5e6e0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d7d8cf;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 60, ../../../resource/scss/module/_tab.scss */
  .tab-item a {
    display: table;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 55px;
    -moz-background-size: 45px auto;
    -o-background-size: 45px auto;
    -webkit-background-size: 45px auto;
    background-size: 45px auto;
    text-align: left;
  }
  /* line 77, ../../../resource/scss/module/_tab.scss */
  .tab-item a br {
    display: none;
  }
}
/* line 82, ../../../resource/scss/module/_tab.scss */
.tab-item.is-job a:hover, .tab-item.is-job a.is-on {
  background-color: #f38879;
}
/* line 86, ../../../resource/scss/module/_tab.scss */
.tab-item.is-column a:hover, .tab-item.is-column a.is-on {
  background-color: #c8e12a;
}
/* line 90, ../../../resource/scss/module/_tab.scss */
.tab-item.is-gyaku a:hover, .tab-item.is-gyaku a.is-on {
  background-color: #9ad3db;
}

/* line 95, ../../../resource/scss/module/_tab.scss */
.tab-text {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
/* line 100, ../../../resource/scss/module/_tab.scss */
a.is-on .tab-text, a:hover .tab-text {
  color: #000;
}
/* line 104, ../../../resource/scss/module/_tab.scss */
.is-job .tab-text {
  color: #ef5e4a;
}
/* line 107, ../../../resource/scss/module/_tab.scss */
.is-column .tab-text {
  color: #a7bd1b;
}
/* line 110, ../../../resource/scss/module/_tab.scss */
.is-gyaku .tab-text {
  color: #74c3ce;
}
@media only screen and (max-width: 480px) {
  /* line 95, ../../../resource/scss/module/_tab.scss */
  .tab-text {
    font-size: 16px;
    font-size: 1.6rem;
    display: table-cell;
    vertical-align: middle;
    width: 85px;
    text-align: center;
    font-weight: bold;
  }
}

/* line 122, ../../../resource/scss/module/_tab.scss */
.tab-desc {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}
@media only screen and (max-width: 480px) {
  /* line 122, ../../../resource/scss/module/_tab.scss */
  .tab-desc {
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 1, ../../../resource/scss/module/_single.scss */
.postSingle-wrapper {
  float: right;
  width: 580px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  /* line 1, ../../../resource/scss/module/_single.scss */
  .postSingle-wrapper {
    width: auto;
    float: none;
    padding: 0;
  }
}

/* line 11, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar {
  float: left;
  width: 260px;
}
@media only screen and (max-width: 480px) {
  /* line 11, ../../../resource/scss/module/_single.scss */
  .postSingle-sidebar {
    float: none;
    width: auto;
  }
}

/* line 19, ../../../resource/scss/module/_single.scss */
.postSingle {
  margin-bottom: 30px;
}

/* line 22, ../../../resource/scss/module/_single.scss */
.postSingle-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #eee;
}
/* line 10, ../../../resource/scss/_mixin.scss */
.postSingle-header:before, .postSingle-header:after {
  display: table;
  content: ' ';
}
/* line 15, ../../../resource/scss/_mixin.scss */
.postSingle-header:after {
  clear: both;
}

/* line 29, ../../../resource/scss/module/_single.scss */
.postSingle-kv {
  margin: 0 -20px 20px;
}
@media only screen and (max-width: 480px) {
  /* line 29, ../../../resource/scss/module/_single.scss */
  .postSingle-kv {
    margin-top: -20px;
  }
}

/* line 35, ../../../resource/scss/module/_single.scss */
.postSingle-finish {
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  /* line 35, ../../../resource/scss/module/_single.scss */
  .postSingle-finish {
    top: 0;
  }
}
/* line 46, ../../../resource/scss/module/_single.scss */
.is-gyaku .postSingle-finish {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* line 51, ../../../resource/scss/module/_single.scss */
.postSingle-info {
  overflow: hidden;
}
/* line 53, ../../../resource/scss/module/_single.scss */
.postSingle-info p {
  float: left;
  margin: 0 15px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}

/* line 60, ../../../resource/scss/module/_single.scss */
.postSingle-category {
  padding: 2px 15px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
/* line 64, ../../../resource/scss/module/_single.scss */
.postSingle-category.is-job {
  background-color: #f9c6bf;
}
/* line 67, ../../../resource/scss/module/_single.scss */
.postSingle-category.is-column {
  background-color: #d9ea6d;
}
/* line 70, ../../../resource/scss/module/_single.scss */
.postSingle-category.is-gyaku {
  background-color: #d2ecef;
}

/* line 75, ../../../resource/scss/module/_single.scss */
.postSingle-area::before {
  margin-right: 5px;
  margin-top: -3px;
  color: #b7b7b7;
}

/* line 84, ../../../resource/scss/module/_single.scss */
.postSingle-work::before {
  margin-right: 5px;
  margin-top: -3px;
  color: #b7b7b7;
}

/* line 92, ../../../resource/scss/module/_single.scss */
.postSingle-sns {
  overflow: hidden;
  float: right;
}
/* line 95, ../../../resource/scss/module/_single.scss */
.postSingle-sns li {
  float: left;
  height: 20px;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 480px) {
  /* line 92, ../../../resource/scss/module/_single.scss */
  .postSingle-sns {
    clear: both;
    float: none;
  }
  /* line 103, ../../../resource/scss/module/_single.scss */
  .postSingle-sns li {
    margin: 0 10px 10px 0;
  }
}

/* line 108, ../../../resource/scss/module/_single.scss */
.postSingle-hdg {
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

/* line 114, ../../../resource/scss/module/_single.scss */
.postSingle-company {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 118, ../../../resource/scss/module/_single.scss */
.postSingle-date {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
}

/* line 123, ../../../resource/scss/module/_single.scss */
.postSingle-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
  color: #333;
}
/* line 128, ../../../resource/scss/module/_single.scss */
.postSingle-content h1, .postSingle-content h2, .postSingle-content h3, .postSingle-content h4, .postSingle-content h5, .postSingle-content h6 {
  font-weight: bold;
  margin: 1.5em 0 1em;
  color: #000;
}
/* line 133, ../../../resource/scss/module/_single.scss */
.postSingle-content h1 {
  font-size: 30px;
  font-size: 3rem;
}
/* line 136, ../../../resource/scss/module/_single.scss */
.postSingle-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
/* line 139, ../../../resource/scss/module/_single.scss */
.postSingle-content h3 {
  font-size: 20px;
  font-size: 2rem;
}
/* line 142, ../../../resource/scss/module/_single.scss */
.postSingle-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 145, ../../../resource/scss/module/_single.scss */
.postSingle-content h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 148, ../../../resource/scss/module/_single.scss */
.postSingle-content h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 151, ../../../resource/scss/module/_single.scss */
.postSingle-content p {
  margin-bottom: 1em;
}
/* line 154, ../../../resource/scss/module/_single.scss */
.postSingle-content img {
  margin: 1em 0 1em;
}
/* line 157, ../../../resource/scss/module/_single.scss */
.postSingle-content strong {
  font-weight: bold;
}
/* line 160, ../../../resource/scss/module/_single.scss */
.postSingle-content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
/* line 166, ../../../resource/scss/module/_single.scss */
.postSingle-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 176, ../../../resource/scss/module/_single.scss */
.postSingle-content a[target="_blank"]:after,
.postSingle-detail a[target="_blank"]:after {
  margin-left: 5px;
  margin-top: -2px;
  text-decoration: none;
}

/* line 184, ../../../resource/scss/module/_single.scss */
.postSingle-gyakuInfo {
  margin-bottom: 30px;
}

/* line 187, ../../../resource/scss/module/_single.scss */
.postSingle-gyakuInfo-item {
  margin-bottom: 45px;
}

/* line 190, ../../../resource/scss/module/_single.scss */
.postSingle-gyakuInfo-title {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
/* line 195, ../../../resource/scss/module/_single.scss */
.postSingle-gyakuInfo-title span {
  margin-right: 15px;
  padding: 15px;
  border: solid 3px #addbe2;
  color: #addbe2;
}

/* line 202, ../../../resource/scss/module/_single.scss */
.postSingle-gyakuInfo-detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}

/* line 207, ../../../resource/scss/module/_single.scss */
.postSingle-detail-hdg {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 212, ../../../resource/scss/module/_single.scss */
.postSingle-detail {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  /* line 212, ../../../resource/scss/module/_single.scss */
  .postSingle-detail {
    display: block;
    border-bottom: none;
  }
}

/* line 224, ../../../resource/scss/module/_single.scss */
.postSingle-tr {
  display: table-row;
}
@media only screen and (max-width: 480px) {
  /* line 224, ../../../resource/scss/module/_single.scss */
  .postSingle-tr {
    display: block;
  }
}

/* line 230, ../../../resource/scss/module/_single.scss */
.postSingle-th {
  display: table-cell;
  width: 180px;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  /* line 230, ../../../resource/scss/module/_single.scss */
  .postSingle-th {
    display: block;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
    background-color: #eee;
  }
}

/* line 244, ../../../resource/scss/module/_single.scss */
.postSingle-td {
  display: table-cell;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  /* line 244, ../../../resource/scss/module/_single.scss */
  .postSingle-td {
    display: block;
    border: none;
    border-bottom: 1px solid #000;
  }
}

/* line 257, ../../../resource/scss/module/_single.scss */
.postSingle-apply-hdg {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/* line 262, ../../../resource/scss/module/_single.scss */
.postSingle-apply-desc {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 266, ../../../resource/scss/module/_single.scss */
a.postSingle-btn {
  display: block;
  margin-bottom: 30px;
  padding: 17px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
a.postSingle-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 277, ../../../resource/scss/module/_single.scss */
a.postSingle-btn:hover {
  color: #fff;
}
/* line 280, ../../../resource/scss/module/_single.scss */
a.postSingle-btn span::before {
  margin-right: 5px;
  margin-top: -3px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 288, ../../../resource/scss/module/_single.scss */
.postSingle-btn-end {
  display: block;
  margin-bottom: 30px;
  padding: 17px;
  color: #000;
  border: 5px solid #000;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

/* line 297, ../../../resource/scss/module/_single.scss */
.related {
  padding-top: 35px;
  border-top: 3px solid #eee;
}

/* line 301, ../../../resource/scss/module/_single.scss */
.related + .related {
  padding-top: 20px;
}

/* line 304, ../../../resource/scss/module/_single.scss */
.related-hdg {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
/* line 308, ../../../resource/scss/module/_single.scss */
.related-hdg span {
  text-decoration: underline;
}

/* line 312, ../../../resource/scss/module/_single.scss */
.related-posts {
  overflow: hidden;
  margin: 0 -29px;
}
@media only screen and (max-width: 480px) {
  /* line 312, ../../../resource/scss/module/_single.scss */
  .related-posts {
    margin: 0;
  }
}

/* line 319, ../../../resource/scss/module/_single.scss */
.related-post {
  float: left;
  width: 174px;
  margin: 0 0 20px 29px;
}
@media only screen and (max-width: 480px) {
  /* line 319, ../../../resource/scss/module/_single.scss */
  .related-post {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
/* line 328, ../../../resource/scss/module/_single.scss */
.related-post a {
  display: block;
  color: #000;
}

/* line 333, ../../../resource/scss/module/_single.scss */
.related-info {
  overflow: hidden;
  margin-bottom: 3px;
}
/* line 336, ../../../resource/scss/module/_single.scss */
.related-info p {
  float: left;
  margin: 0 10px 3px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 340, ../../../resource/scss/module/_single.scss */
.related-info p:last-child {
  margin-right: 0;
}

/* line 345, ../../../resource/scss/module/_single.scss */
.related-thum {
  margin-bottom: 10px;
}

/* line 349, ../../../resource/scss/module/_single.scss */
.related-category.is-job {
  color: #f38879;
}
/* line 352, ../../../resource/scss/module/_single.scss */
.related-category.is-column {
  color: #c8e12a;
}
/* line 355, ../../../resource/scss/module/_single.scss */
.related-category.is-gyaku {
  color: #9ad3db;
}

/* line 360, ../../../resource/scss/module/_single.scss */
.related-area::before {
  margin-right: 3px;
  margin-top: -1px;
  color: #b7b7b7;
}

/* line 369, ../../../resource/scss/module/_single.scss */
.related-work::before {
  margin-right: 3px;
  margin-top: -1px;
  color: #b7b7b7;
}

/* line 377, ../../../resource/scss/module/_single.scss */
.related-postHdg {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 381, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .sidebar-section {
  margin-bottom: 20px;
}
/* line 384, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .sidebar-hdg {
  margin-bottom: 10px;
}
/* line 387, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .catSearch-wrapper {
  padding: 10px;
  background-color: #f5f5f5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 392, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .catSearch-input {
  position: relative;
  width: 100%;
  padding: 2px 5px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
}
/* line 400, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .catSearch-input input[type="text"] {
  width: 86%;
  height: 26px;
  padding: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
}
/* line 408, ../../../resource/scss/module/_single.scss */
.postSingle-sidebar .catSearch-input input[type="submit"] {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #fff url(../img/single/btn_search.png) 50% 50% no-repeat;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 421, ../../../resource/scss/module/_single.scss */
.author-hdg {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/* line 1, ../../../resource/scss/module/_page.scss */
.pagePage-wrapper {
  margin-bottom: 45px;
}

/* line 4, ../../../resource/scss/module/_page.scss */
.pagePage {
  position: relative;
}
@media only screen and (max-width: 480px) {
  /* line 4, ../../../resource/scss/module/_page.scss */
  .pagePage {
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100px;
  }
  /* line 10, ../../../resource/scss/module/_page.scss */
  .is-about .pagePage {
    background-image: url(../img/page/bg_page_about1.png);
  }
  /* line 13, ../../../resource/scss/module/_page.scss */
  .is-request .pagePage {
    background-image: url(../img/page/bg_page_request2.png);
  }
  /* line 16, ../../../resource/scss/module/_page.scss */
  .is-area .pagePage {
    background-image: url(../img/page/bg_page_area1.png);
  }
  /* line 19, ../../../resource/scss/module/_page.scss */
  .is-contact .pagePage {
    background-image: url(../img/page/bg_page_contact.png);
  }
  /* line 22, ../../../resource/scss/module/_page.scss */
  .is-faq .pagePage {
    background-image: url(../img/page/bg_page_faq1.png);
  }
}

/* line 27, ../../../resource/scss/module/_page.scss */
.pagePage-hdg {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 190px;
  padding-bottom: 4px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
/* line 37, ../../../resource/scss/module/_page.scss */
.pagePage-hdg span {
  background-image: url(../img/page/bg_page_hdg.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
@media only screen and (max-width: 480px) {
  /* line 27, ../../../resource/scss/module/_page.scss */
  .pagePage-hdg {
    width: auto;
    position: relative;
    top: 0;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

/* line 50, ../../../resource/scss/module/_page.scss */
.pagePage-body {
  overflow: hidden;
  margin-bottom: 100px;
  padding: 0 200px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 56, ../../../resource/scss/module/_page.scss */
.is-about .pagePage-body {
  background-image: url(../img/page/bg_page_about1.png), url(../img/page/bg_page_about2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 0, 0 100%;
}
/* line 64, ../../../resource/scss/module/_page.scss */
.is-request .pagePage-body {
  background-image: url(../img/page/bg_page_request1.png), url(../img/page/bg_page_request2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 150px, 100% 450px;
}
/* line 72, ../../../resource/scss/module/_page.scss */
.is-area .pagePage-body {
  padding-bottom: 155px;
  background-image: url(../img/page/bg_page_area1.png), url(../img/page/bg_page_area2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 150px, 100% 100%;
}
/* line 81, ../../../resource/scss/module/_page.scss */
.is-contact .pagePage-body {
  background-image: url(../img/page/bg_page_contact.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
/* line 86, ../../../resource/scss/module/_page.scss */
.is-faq .pagePage-body {
  background-image: url(../img/page/bg_page_faq1.png), url(../img/page/bg_page_faq2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 150px, 100% 100%;
}
@media only screen and (max-width: 480px) {
  /* line 50, ../../../resource/scss/module/_page.scss */
  .pagePage-body {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
    background: none !important;
  }
}

/* line 101, ../../../resource/scss/module/_page.scss */
.pagePage-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #333;
}
/* line 107, ../../../resource/scss/module/_page.scss */
.pagePage-content h1, .pagePage-content h2, .pagePage-content h3, .pagePage-content h4, .pagePage-content h5, .pagePage-content h6 {
  line-height: 1.4;
  font-weight: bold;
  margin: 1.5em 0 1em;
  color: #000;
}
/* line 112, ../../../resource/scss/module/_page.scss */
.pagePage-content h1:first-child, .pagePage-content h2:first-child, .pagePage-content h3:first-child, .pagePage-content h4:first-child, .pagePage-content h5:first-child, .pagePage-content h6:first-child {
  margin-top: 0;
}
/* line 116, ../../../resource/scss/module/_page.scss */
.pagePage-content h1 {
  font-size: 30px;
  font-size: 3rem;
}
/* line 119, ../../../resource/scss/module/_page.scss */
.pagePage-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
/* line 122, ../../../resource/scss/module/_page.scss */
.pagePage-content h3 {
  font-size: 20px;
  font-size: 2rem;
}
/* line 125, ../../../resource/scss/module/_page.scss */
.pagePage-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 128, ../../../resource/scss/module/_page.scss */
.pagePage-content h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 131, ../../../resource/scss/module/_page.scss */
.pagePage-content h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 134, ../../../resource/scss/module/_page.scss */
.pagePage-content p {
  margin-bottom: 1em;
}
/* line 137, ../../../resource/scss/module/_page.scss */
.pagePage-content img {
  margin: 1em 0 1em;
}
/* line 140, ../../../resource/scss/module/_page.scss */
.pagePage-content .mw_wp_form_g-enquete .g-enquete-items .g-enquete-row {
  padding: 30px 0;
}
/* line 146, ../../../resource/scss/module/_page.scss */
.pagePage-content .mw_wp_form_g-enquete .g-enquete-items .g-enquete-title {
  font-size: 130%;
}
/* line 153, ../../../resource/scss/module/_page.scss */
.is-privacy-policy .pagePage-content {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 155, ../../../resource/scss/module/_page.scss */
.is-privacy-policy .pagePage-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
/* line 160, ../../../resource/scss/module/_page.scss */
.is-privacy-policy .pagePage-content table {
  margin-bottom: 20px;
}
/* line 163, ../../../resource/scss/module/_page.scss */
.is-privacy-policy .pagePage-content th, .is-privacy-policy .pagePage-content td {
  padding: 5px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
  /* line 169, ../../../resource/scss/module/_page.scss */
  .top-movie {
    display: none;
  }
}

/* line 174, ../../../resource/scss/module/_page.scss */
.top-movie-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  /* line 174, ../../../resource/scss/module/_page.scss */
  .top-movie-youtube {
    display: none;
  }
}

/* line 183, ../../../resource/scss/module/_page.scss */
.top-movie-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 190, ../../../resource/scss/module/_page.scss */
.bnr_linefukuoka_side {
  margin-bottom: 20px;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.bnr_linefukuoka_side:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 194, ../../../resource/scss/module/_page.scss */
.bnr_linefukuoka_pc {
  text-align: center;
  width: 1180px;
  margin: 20px auto;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.bnr_linefukuoka_pc:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 199, ../../../resource/scss/module/_page.scss */
.bnr_linefukuoka_pc img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 194, ../../../resource/scss/module/_page.scss */
  .bnr_linefukuoka_pc {
    display: none;
  }
}

/* line 206, ../../../resource/scss/module/_page.scss */
.bnr_linefukuoka_sp {
  display: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 211, ../../../resource/scss/module/_page.scss */
.bnr_linefukuoka_sp img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 206, ../../../resource/scss/module/_page.scss */
  .bnr_linefukuoka_sp {
    display: block;
  }
}

/* line 1, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 5, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-hdg {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 10, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-qa {
  margin-bottom: 25px;
  padding: 0 0 25px 20px;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 480px) {
  /* line 10, ../../../resource/scss/module/_faq.scss */
  .pageSingle-faq-qa {
    padding-left: 10px;
  }
}

/* line 18, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-q {
  position: relative;
  margin-bottom: 5px;
  padding-left: 36px;
  color: #5776b0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
/* line 25, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-q:before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
}

/* line 32, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-a {
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
/* line 37, ../../../resource/scss/module/_faq.scss */
.pageSingle-faq-a:before {
  content: "A.";
  position: absolute;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
}

/* ===============================================
# postIndex
=============================================== */
/* line 4, ../../../resource/scss/module/_list.scss */
.postIndex-wrapeer {
  width: 100%;
}
/* line 10, ../../../resource/scss/_mixin.scss */
.postIndex-wrapeer:before, .postIndex-wrapeer:after {
  display: table;
  content: ' ';
}
/* line 15, ../../../resource/scss/_mixin.scss */
.postIndex-wrapeer:after {
  clear: both;
}

/* line 8, ../../../resource/scss/module/_list.scss */
.postIndex {
  width: 33.33333%;
  float: left;
  padding-right: 4px;
  padding-top: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../../../resource/scss/module/_list.scss */
.postIndex:nth-child(3n) {
  padding-right: 0;
}
/* line 17, ../../../resource/scss/module/_list.scss */
.postIndex a {
  display: block;
  position: relative;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.postIndex a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  /* line 8, ../../../resource/scss/module/_list.scss */
  .postIndex {
    width: auto;
    float: none;
    padding-right: 0;
  }
}

/* line 28, ../../../resource/scss/module/_list.scss */
.postIndex-hdg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 89px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  text-align: right;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 480px) {
  /* line 28, ../../../resource/scss/module/_list.scss */
  .postIndex-hdg {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
}
/* line 55, ../../../resource/scss/module/_list.scss */
.is-gyaku .postIndex-hdg {
  color: #000;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.9) 100%);
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 5px;
  z-index: 1;
}

/* line 68, ../../../resource/scss/module/_list.scss */
.postIndex-hdg-company {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

/* line 73, ../../../resource/scss/module/_list.scss */
.postIndex-info {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  z-index: 1;
}
/* line 81, ../../../resource/scss/module/_list.scss */
.is-job .postIndex-info {
  background-color: rgba(243, 136, 121, 0.8);
}
/* line 84, ../../../resource/scss/module/_list.scss */
.is-column .postIndex-info {
  background-color: rgba(200, 225, 42, 0.8);
}
/* line 87, ../../../resource/scss/module/_list.scss */
.is-gyaku .postIndex-info {
  background-color: rgba(154, 211, 219, 0.8);
}

/* line 91, ../../../resource/scss/module/_list.scss */
.postIndex-category {
  float: left;
  background-color: #fff;
  padding: 3px 10px;
  margin-left: 10px;
  margin-right: 7px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 100, ../../../resource/scss/module/_list.scss */
.is-job .postIndex-category {
  color: #f38879;
}
/* line 103, ../../../resource/scss/module/_list.scss */
.is-column .postIndex-category {
  color: #c8e12a;
}
/* line 106, ../../../resource/scss/module/_list.scss */
.is-gyaku .postIndex-category {
  color: #9ad3db;
}

/* line 110, ../../../resource/scss/module/_list.scss */
.postIndex-area,
.postIndex-work {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-top: 2px;
}
/* line 116, ../../../resource/scss/module/_list.scss */
.postIndex-area:before,
.postIndex-work:before {
  color: #fff;
}

/* line 122, ../../../resource/scss/module/_list.scss */
.postIndex-area:before {
  margin-right: 3px;
}

/* line 127, ../../../resource/scss/module/_list.scss */
.postIndex-work:before {
  margin-right: 2px;
}

/* line 141, ../../../resource/scss/module/_list.scss */
.postIndex-date {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 480px) {
  /* line 141, ../../../resource/scss/module/_list.scss */
  .postIndex-date {
    display: none;
  }
}

/* line 150, ../../../resource/scss/module/_list.scss */
.postIndex-fb {
  float: right;
  margin-right: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 1px 5px;
  border: 2px solid #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 158, ../../../resource/scss/module/_list.scss */
.postIndex-new {
  position: absolute;
  top: 30px;
  right: -10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 79px;
  height: 79px;
  background: url(../img/list/icon-new.png) 0 0 no-repeat;
  z-index: 1;
}

/* line 168, ../../../resource/scss/module/_list.scss */
.postIndex-finish {
  position: absolute;
  top: 42px;
  right: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 176, ../../../resource/scss/module/_list.scss */
.is-gyaku .postIndex-finish {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* line 181, ../../../resource/scss/module/_list.scss */
.postIndex-icon {
  position: absolute;
  left: 10px;
  bottom: 31px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 186, ../../../resource/scss/module/_list.scss */
.is-job .postIndex-icon {
  width: 110px;
  height: 97px;
  background: url(../img/list/img_post_job.png) 0 0 no-repeat;
}
@media only screen and (max-width: 480px) {
  /* line 186, ../../../resource/scss/module/_list.scss */
  .is-job .postIndex-icon {
    width: 55px;
    height: 48px;
    -moz-background-size: 55px 48px;
    -o-background-size: 55px 48px;
    -webkit-background-size: 55px 48px;
    background-size: 55px 48px;
  }
}
/* line 196, ../../../resource/scss/module/_list.scss */
.is-column .postIndex-icon {
  width: 95px;
  height: 70px;
  background: url(../img/list/img_post_column.png) 0 0 no-repeat;
}
@media only screen and (max-width: 480px) {
  /* line 196, ../../../resource/scss/module/_list.scss */
  .is-column .postIndex-icon {
    width: 47px;
    height: 35px;
    -moz-background-size: 47px 35px;
    -o-background-size: 47px 35px;
    -webkit-background-size: 47px 35px;
    background-size: 47px 35px;
  }
}
/* line 206, ../../../resource/scss/module/_list.scss */
.is-gyaku .postIndex-icon {
  background: none;
}
/* line 212, ../../../resource/scss/module/_list.scss */
.postIndex a:hover .postIndex-icon {
  bottom: 41px;
}

/* ===============================================
# pageNav
=============================================== */
/* line 220, ../../../resource/scss/module/_list.scss */
.pageNav {
  padding: 60px 0;
  text-align: center;
  clear: both;
}

/* line 225, ../../../resource/scss/module/_list.scss */
.pageNav-prev {
  display: inline;
  margin: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
}
/* line 231, ../../../resource/scss/module/_list.scss */
.pageNav-prev:before {
  margin-right: 5px;
  -moz-transform: rotate(180);
  -ms-transform: rotate(180);
  -webkit-transform: rotate(180);
  transform: rotate(180);
}
@media only screen and (max-width: 480px) {
  /* line 225, ../../../resource/scss/module/_list.scss */
  .pageNav-prev {
    display: block;
  }
}

/* line 241, ../../../resource/scss/module/_list.scss */
.pageNav-list {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 245, ../../../resource/scss/module/_list.scss */
.pageNav-item {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 4px;
}
/* line 249, ../../../resource/scss/module/_list.scss */
.pageNav-item a {
  color: #fff;
  background-color: #000;
}
/* line 252, ../../../resource/scss/module/_list.scss */
.pageNav-item a:hover {
  background-color: #333;
}

/* line 257, ../../../resource/scss/module/_list.scss */
.page-numbers {
  padding: 10px 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #eee;
}

/* line 263, ../../../resource/scss/module/_list.scss */
.pageNav-next {
  display: inline;
  margin: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
}
/* line 269, ../../../resource/scss/module/_list.scss */
.pageNav-next:after {
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  /* line 263, ../../../resource/scss/module/_list.scss */
  .pageNav-next {
    display: block;
  }
}

/* line 1, ../../../resource/scss/module/_search.scss */
.catSearch-wrapper {
  padding: 20px 0;
  background-color: #eee;
}
@media only screen and (max-width: 480px) {
  /* line 1, ../../../resource/scss/module/_search.scss */
  .catSearch-wrapper {
    width: auto;
    padding: 10px;
  }
}

/* line 9, ../../../resource/scss/module/_search.scss */
.catSearch {
  overflow: hidden;
  width: 1180px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  /* line 9, ../../../resource/scss/module/_search.scss */
  .catSearch {
    width: auto;
  }
}

/* line 17, ../../../resource/scss/module/_search.scss */
.catSearch-inner {
  margin-bottom: 20px;
}
/* line 19, ../../../resource/scss/module/_search.scss */
.catSearch-inner.is-area {
  float: left;
  width: 260px;
}
@media only screen and (max-width: 480px) {
  /* line 19, ../../../resource/scss/module/_search.scss */
  .catSearch-inner.is-area {
    float: none;
    width: auto;
  }
}
/* line 27, ../../../resource/scss/module/_search.scss */
.catSearch-inner.is-type {
  float: right;
  width: 900px;
}
@media only screen and (max-width: 480px) {
  /* line 27, ../../../resource/scss/module/_search.scss */
  .catSearch-inner.is-type {
    float: none;
    width: auto;
  }
}

/* line 36, ../../../resource/scss/module/_search.scss */
.catSearch-inner-hdg {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 40, ../../../resource/scss/module/_search.scss */
.catSearch-list {
  overflow: hidden;
  padding: 15px 13px 0;
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 45, ../../../resource/scss/module/_search.scss */
.catSearch-list .cat-item {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 48, ../../../resource/scss/module/_search.scss */
.catSearch-list .cat-item a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 53, ../../../resource/scss/module/_search.scss */
.catSearch-list .cat-item a:before {
  margin-right: 5px;
}
/* line 58, ../../../resource/scss/module/_search.scss */
.catSearch-list .cat-item a:hover {
  text-decoration: underline;
}

/* line 64, ../../../resource/scss/module/_search.scss */
.catSearch-item {
  margin-bottom: 15px;
}
/* line 66, ../../../resource/scss/module/_search.scss */
.is-type .catSearch-item {
  float: left;
  width: 174px;
}
/* line 71, ../../../resource/scss/module/_search.scss */
.catSearch-item input[type="checkbox"] {
  display: none;
  margin: 0;
}
/* line 74, ../../../resource/scss/module/_search.scss */
.catSearch-item input[type="checkbox"] + label {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 18px;
  padding-left: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  cursor: pointer;
}
/* line 83, ../../../resource/scss/module/_search.scss */
.catSearch-item input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 90, ../../../resource/scss/module/_search.scss */
.catSearch-item input[type="checkbox"] + label::before {
  width: 19px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/common/input_select.png) 0 0 no-repeat;
}
/* line 99, ../../../resource/scss/module/_search.scss */
.catSearch-item input[type="checkbox"]:checked + label::before {
  background-image: url(../img/common/input_checked.png);
}

/* line 106, ../../../resource/scss/module/_search.scss */
.catSearch-btn {
  clear: both;
  display: block;
  width: 240px;
  margin: 0 auto 10px;
  padding: 5px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background-color: #000;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.12s linear;
  -webkit-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
/* line 49, ../../../resource/scss/_mixin.scss */
.catSearch-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 123, ../../../resource/scss/module/_search.scss */
.catSearch-input {
  position: relative;
  width: 168px;
  padding: 2px 5px;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px inset;
}
/* line 130, ../../../resource/scss/module/_search.scss */
.catSearch-input input[type="text"] {
  width: 134px;
  height: 26px;
  padding: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
}
/* line 138, ../../../resource/scss/module/_search.scss */
.catSearch-input input[type="submit"] {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #fff url(../img/single/btn_search.png) 50% 50% no-repeat;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 2, ../../../resource/scss/module/_form.scss */
.pagePage-body .mw_wp_form input[type="submit"] {
  background-color: #000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 30px;
  margin-right: 15px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  font-size: 1.8rem;
}
