@charset "UTF-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.eot');
  src: url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2')
      format('woff2'),
    url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff')
      format('woff'),
    url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf')
      format('truetype'),
    url('../../bower_components/font-awesome/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1429em;
  width: 2.1429em;
  top: 0.1429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-envelope-o:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-o:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-gear:before,
.fa-cog:before {
  content: '';
}

.fa-trash-o:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-file-o:before {
  content: '';
}

.fa-clock-o:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-arrow-circle-o-down:before {
  content: '';
}

.fa-arrow-circle-o-up:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-play-circle-o:before {
  content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-video-camera:before {
  content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '';
}

.fa-pencil:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '';
}

.fa-share-square-o:before {
  content: '';
}

.fa-check-square-o:before {
  content: '';
}

.fa-arrows:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-times-circle-o:before {
  content: '';
}

.fa-check-circle-o:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-arrows-v:before {
  content: '';
}

.fa-arrows-h:before {
  content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-gears:before,
.fa-cogs:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-thumbs-o-up:before {
  content: '';
}

.fa-thumbs-o-down:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-heart-o:before {
  content: '';
}

.fa-sign-out:before {
  content: '';
}

.fa-linkedin-square:before {
  content: '';
}

.fa-thumb-tack:before {
  content: '';
}

.fa-external-link:before {
  content: '';
}

.fa-sign-in:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-lemon-o:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-square-o:before {
  content: '';
}

.fa-bookmark-o:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-feed:before,
.fa-rss:before {
  content: '';
}

.fa-hdd-o:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-hand-o-right:before {
  content: '';
}

.fa-hand-o-left:before {
  content: '';
}

.fa-hand-o-up:before {
  content: '';
}

.fa-hand-o-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-group:before,
.fa-users:before {
  content: '';
}

.fa-chain:before,
.fa-link:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-cut:before,
.fa-scissors:before {
  content: '';
}

.fa-copy:before,
.fa-files-o:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-money:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '';
}

.fa-legal:before,
.fa-gavel:before {
  content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '';
}

.fa-comment-o:before {
  content: '';
}

.fa-comments-o:before {
  content: '';
}

.fa-flash:before,
.fa-bolt:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '';
}

.fa-lightbulb-o:before {
  content: '';
}

.fa-exchange:before {
  content: '';
}

.fa-cloud-download:before {
  content: '';
}

.fa-cloud-upload:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-bell-o:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cutlery:before {
  content: '';
}

.fa-file-text-o:before {
  content: '';
}

.fa-building-o:before {
  content: '';
}

.fa-hospital-o:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '';
}

.fa-circle-o:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-folder-o:before {
  content: '';
}

.fa-folder-open-o:before {
  content: '';
}

.fa-smile-o:before {
  content: '';
}

.fa-frown-o:before {
  content: '';
}

.fa-meh-o:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-keyboard-o:before {
  content: '';
}

.fa-flag-o:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-code-fork:before {
  content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-shield:before {
  content: '';
}

.fa-calendar-o:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-ticket:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-minus-square-o:before {
  content: '';
}

.fa-level-up:before {
  content: '';
}

.fa-level-down:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-pencil-square:before {
  content: '';
}

.fa-external-link-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '';
}

.fa-euro:before,
.fa-eur:before {
  content: '';
}

.fa-gbp:before {
  content: '';
}

.fa-dollar:before,
.fa-usd:before {
  content: '';
}

.fa-rupee:before,
.fa-inr:before {
  content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '';
}

.fa-won:before,
.fa-krw:before {
  content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-text:before {
  content: '';
}

.fa-sort-alpha-asc:before {
  content: '';
}

.fa-sort-alpha-desc:before {
  content: '';
}

.fa-sort-amount-asc:before {
  content: '';
}

.fa-sort-amount-desc:before {
  content: '';
}

.fa-sort-numeric-asc:before {
  content: '';
}

.fa-sort-numeric-desc:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-youtube-play:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitbucket-square:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-long-arrow-down:before {
  content: '';
}

.fa-long-arrow-up:before {
  content: '';
}

.fa-long-arrow-left:before {
  content: '';
}

.fa-long-arrow-right:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '';
}

.fa-sun-o:before {
  content: '';
}

.fa-moon-o:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-arrow-circle-o-right:before {
  content: '';
}

.fa-arrow-circle-o-left:before {
  content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '';
}

.fa-dot-circle-o:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '';
}

.fa-plus-square-o:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-pied-piper-pp:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-spoon:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-automobile:before,
.fa-car:before {
  content: '';
}

.fa-cab:before,
.fa-taxi:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-file-pdf-o:before {
  content: '';
}

.fa-file-word-o:before {
  content: '';
}

.fa-file-excel-o:before {
  content: '';
}

.fa-file-powerpoint-o:before {
  content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '';
}

.fa-file-code-o:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '';
}

.fa-circle-o-notch:before {
  content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '';
}

.fa-ge:before,
.fa-empire:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-circle-thin:before {
  content: '';
}

.fa-header:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-sliders:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-newspaper-o:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bell-slash-o:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-eyedropper:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-area-chart:before {
  content: '';
}

.fa-pie-chart:before {
  content: '';
}

.fa-line-chart:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-cc:before {
  content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '';
}

.fa-meanpath:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-diamond:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-genderless:before {
  content: '';
}

.fa-facebook-official:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-hotel:before,
.fa-bed:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '';
}

.fa-optin-monster:before {
  content: '';
}

.fa-opencart:before {
  content: '';
}

.fa-expeditedssl:before {
  content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '';
}

.fa-mouse-pointer:before {
  content: '';
}

.fa-i-cursor:before {
  content: '';
}

.fa-object-group:before {
  content: '';
}

.fa-object-ungroup:before {
  content: '';
}

.fa-sticky-note:before {
  content: '';
}

.fa-sticky-note-o:before {
  content: '';
}

.fa-cc-jcb:before {
  content: '';
}

.fa-cc-diners-club:before {
  content: '';
}

.fa-clone:before {
  content: '';
}

.fa-balance-scale:before {
  content: '';
}

.fa-hourglass-o:before {
  content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '';
}

.fa-hourglass:before {
  content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '';
}

.fa-hand-scissors-o:before {
  content: '';
}

.fa-hand-lizard-o:before {
  content: '';
}

.fa-hand-spock-o:before {
  content: '';
}

.fa-hand-pointer-o:before {
  content: '';
}

.fa-hand-peace-o:before {
  content: '';
}

.fa-trademark:before {
  content: '';
}

.fa-registered:before {
  content: '';
}

.fa-creative-commons:before {
  content: '';
}

.fa-gg:before {
  content: '';
}

.fa-gg-circle:before {
  content: '';
}

.fa-tripadvisor:before {
  content: '';
}

.fa-odnoklassniki:before {
  content: '';
}

.fa-odnoklassniki-square:before {
  content: '';
}

.fa-get-pocket:before {
  content: '';
}

.fa-wikipedia-w:before {
  content: '';
}

.fa-safari:before {
  content: '';
}

.fa-chrome:before {
  content: '';
}

.fa-firefox:before {
  content: '';
}

.fa-opera:before {
  content: '';
}

.fa-internet-explorer:before {
  content: '';
}

.fa-tv:before,
.fa-television:before {
  content: '';
}

.fa-contao:before {
  content: '';
}

.fa-500px:before {
  content: '';
}

.fa-amazon:before {
  content: '';
}

.fa-calendar-plus-o:before {
  content: '';
}

.fa-calendar-minus-o:before {
  content: '';
}

.fa-calendar-times-o:before {
  content: '';
}

.fa-calendar-check-o:before {
  content: '';
}

.fa-industry:before {
  content: '';
}

.fa-map-pin:before {
  content: '';
}

.fa-map-signs:before {
  content: '';
}

.fa-map-o:before {
  content: '';
}

.fa-map:before {
  content: '';
}

.fa-commenting:before {
  content: '';
}

.fa-commenting-o:before {
  content: '';
}

.fa-houzz:before {
  content: '';
}

.fa-vimeo:before {
  content: '';
}

.fa-black-tie:before {
  content: '';
}

.fa-fonticons:before {
  content: '';
}

.fa-reddit-alien:before {
  content: '';
}

.fa-edge:before {
  content: '';
}

.fa-credit-card-alt:before {
  content: '';
}

.fa-codiepie:before {
  content: '';
}

.fa-modx:before {
  content: '';
}

.fa-fort-awesome:before {
  content: '';
}

.fa-usb:before {
  content: '';
}

.fa-product-hunt:before {
  content: '';
}

.fa-mixcloud:before {
  content: '';
}

.fa-scribd:before {
  content: '';
}

.fa-pause-circle:before {
  content: '';
}

.fa-pause-circle-o:before {
  content: '';
}

.fa-stop-circle:before {
  content: '';
}

.fa-stop-circle-o:before {
  content: '';
}

.fa-shopping-bag:before {
  content: '';
}

.fa-shopping-basket:before {
  content: '';
}

.fa-hashtag:before {
  content: '';
}

.fa-bluetooth:before {
  content: '';
}

.fa-bluetooth-b:before {
  content: '';
}

.fa-percent:before {
  content: '';
}

.fa-gitlab:before {
  content: '';
}

.fa-wpbeginner:before {
  content: '';
}

.fa-wpforms:before {
  content: '';
}

.fa-envira:before {
  content: '';
}

.fa-universal-access:before {
  content: '';
}

.fa-wheelchair-alt:before {
  content: '';
}

.fa-question-circle-o:before {
  content: '';
}

.fa-blind:before {
  content: '';
}

.fa-audio-description:before {
  content: '';
}

.fa-volume-control-phone:before {
  content: '';
}

.fa-braille:before {
  content: '';
}

.fa-assistive-listening-systems:before {
  content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '';
}

.fa-glide:before {
  content: '';
}

.fa-glide-g:before {
  content: '';
}

.fa-signing:before,
.fa-sign-language:before {
  content: '';
}

.fa-low-vision:before {
  content: '';
}

.fa-viadeo:before {
  content: '';
}

.fa-viadeo-square:before {
  content: '';
}

.fa-snapchat:before {
  content: '';
}

.fa-snapchat-ghost:before {
  content: '';
}

.fa-snapchat-square:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-first-order:before {
  content: '';
}

.fa-yoast:before {
  content: '';
}

.fa-themeisle:before {
  content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
  content: '';
}

.fa-handshake-o:before {
  content: '';
}

.fa-envelope-open:before {
  content: '';
}

.fa-envelope-open-o:before {
  content: '';
}

.fa-linode:before {
  content: '';
}

.fa-address-book:before {
  content: '';
}

.fa-address-book-o:before {
  content: '';
}

.fa-vcard:before,
.fa-address-card:before {
  content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '';
}

.fa-user-circle:before {
  content: '';
}

.fa-user-circle-o:before {
  content: '';
}

.fa-user-o:before {
  content: '';
}

.fa-id-badge:before {
  content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '';
}

.fa-quora:before {
  content: '';
}

.fa-free-code-camp:before {
  content: '';
}

.fa-telegram:before {
  content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '';
}

.fa-shower:before {
  content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '';
}

.fa-podcast:before {
  content: '';
}

.fa-window-maximize:before {
  content: '';
}

.fa-window-minimize:before {
  content: '';
}

.fa-window-restore:before {
  content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '';
}

.fa-bandcamp:before {
  content: '';
}

.fa-grav:before {
  content: '';
}

.fa-etsy:before {
  content: '';
}

.fa-imdb:before {
  content: '';
}

.fa-ravelry:before {
  content: '';
}

.fa-eercast:before {
  content: '';
}

.fa-microchip:before {
  content: '';
}

.fa-snowflake-o:before {
  content: '';
}

.fa-superpowers:before {
  content: '';
}

.fa-wpexplorer:before {
  content: '';
}

.fa-meetup:before {
  content: '';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.p-post-item.is-horizon,
.p-post-item.is-line,
.p-profile-box,
.staff .l-main .l-wrapmain {
  zoom: 1;
}

.p-post-item.is-horizon:before,
.p-post-item.is-line:before,
.p-profile-box:before,
.staff .l-main .l-wrapmain:before,
.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after,
.staff .l-main .l-wrapmain:after {
  content: ' ';
  display: table;
}

.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after,
.staff .l-main .l-wrapmain:after {
  clear: both;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-size: 16px;
  font-family: 'Original Yu Gothic', 'Yu Gothic', YuGothic, Verdana, Meiryo,
    sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  box-sizing: border-box;
  outline: none;
}

/**
 * Remove default margin.
 */
body {
  background: #e1e1e1;
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (min-width: 767px) {
  body {
    min-width: 1280px;
  }
}

@media only screen and (max-width: 766px) {
  body {
    background: #fff;
    padding-top: 42px;
  }
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 1;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small,
.c-dropdown__list li a {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl,
dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

.heading {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  color: #357c73;
  height: 448px;
  width: 448px;
  margin-left: 160px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.heading span {
  font-size: 48px;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% + 14px);
}

@media only screen and (max-width: 766px) {
  .heading span {
    position: static;
    font-size: 19px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.heading small,
.heading .c-dropdown__list li a,
.c-dropdown__list li .heading a {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (max-width: 766px) {
  .heading small,
  .heading .c-dropdown__list li a,
  .c-dropdown__list li .heading a {
    display: inline;
    padding-left: 5px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 766px) {
  .heading {
    font-size: inherit;
    background: #c4c4c4;
    width: 100%;
    height: 100%;
    margin: 5px 0 7px;
  }
}

input[type='text'],
input[type='url'],
input[type='search'],
input[type='email'],
input[type='tel'] {
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 16px 8px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

input[type='text']:focus,
input[type='text']:active,
input[type='url']:focus,
input[type='url']:active,
input[type='search']:focus,
input[type='search']:active,
input[type='email']:focus,
input[type='email']:active,
input[type='tel']:focus,
input[type='tel']:active {
  outline: none;
  border-color: #29b48e;
  box-shadow: inset 0 0 0px 3px #29b48e;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  font-size: 16px;
  width: 100%;
  padding: 16px 8px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

textarea:focus,
textarea:active {
  outline: none;
  border-color: #29b48e;
  box-shadow: inset 0 0 0px 3px #29b48e;
}

input[type='checkbox'] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type='radio'] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

p,
.text-normal {
  margin: 0;
}

small,
.c-dropdown__list li a,
.text-small {
  font-size: 0.85em;
}

strong,
.text-strong {
  font-weight: bold;
}

del,
.text-del {
  text-decoration: line-through;
}

a,
.text-link {
  color: #29b48e;
}

a:hover,
.text-link.text-link--hover {
  color: #3dd3aa;
}

a:active,
.text-link.text-link--active {
  color: #208a6d;
}

hr,
.hr {
  border: 4px solid #29b48e;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.inline-list {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

blockquote {
  border-left: 4px solid #29b48e;
  padding-left: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

blockquote cite {
  display: block;
  text-align: right;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Regular');
  font-weight: 100;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Regular');
  font-weight: 200;
}

@font-face {
  font-family: 'RyuminPro Bold';
  src: url(../fonts/A-OTF-RyuminPro-Bold.otf);
  font-weight: 200;
}

.c-accordion__title {
  background: #29b48e;
  color: #fff;
  padding: 32px 64px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-accordion__content {
  padding: 32px 64px;
  border: 1px solid #efefef;
  border-radius: 0 0 3px 3px;
}

.c-accordion.is-danger .c-accordion__title {
  background: #cc2919;
}

.c-accordion.is-warning .c-accordion__title {
  background: #cc9e12;
}

.c-accordion.is-success .c-accordion__title {
  background: #13a83a;
}

.c-accordion.is-info .c-accordion__title {
  background: #378da3;
}

.c-accordion.is-faq .c-accordion__title {
  position: relative;
  padding-left: 4.25rem;
}

.c-accordion.is-faq .c-accordion__title:before {
  content: 'Q';
  left: 1.5rem;
  top: 0.875rem;
  font-size: 1.125rem;
  background: #b8b8b8;
  text-align: center;
  border-radius: 62.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding-top: 0.125rem;
  margin-right: 0.5rem;
  position: absolute;
}

.c-badge {
  background: #29b48e;
  color: #fff;
  font-size: 12.8px;
  border-radius: 1000px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.c-badge.is-lg {
  font-size: 1rem;
}

.c-badge.is-sm {
  font-size: 0.64rem;
}

.c-badge.is-secondary {
  background: #666;
}

.c-badge.is-tertiary {
  background: #efefef;
}

.c-badge.is-danger {
  background: #cc2919;
}

.c-badge.is-warning {
  background: #cc9e12;
}

.c-badge.is-info {
  background: #378da3;
}

.c-badge.is-success {
  background: #13a83a;
}

.c-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-breadcrumb > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.c-breadcrumb > ul > li {
  display: inline-block;
  padding-right: 16px;
  font-size: 0.875rem;
}

.c-button,
.c-social-share > a {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0px;
  background: #29b48e;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  position: relative;
}

.c-button__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  font-size: 1.5rem;
}

.c-button:hover,
.c-social-share > a:hover {
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}

.c-button:disabled,
.c-social-share > a:disabled {
  cursor: not-allowed;
}

.c-button:focus,
.c-social-share > a:focus {
  outline: none;
}

.c-button:active,
.c-social-share > a:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3);
  outline: none;
  color: #fff;
}

.c-button.is-lg,
.c-social-share > a.is-lg {
  font-size: 1rem;
  padding: 2rem 4rem;
}

.c-button.is-sm,
.c-social-share > a.is-sm {
  font-size: 0.8125rem;
  padding: 1rem 2rem;
}

.c-button.is-xs,
.c-social-share > a.is-xs {
  font-size: 0.8rem;
  padding: 0.5rem 1.6rem;
}

.c-button.is-secondary,
.c-social-share > a.is-secondary {
  background: #666;
}

.c-button.is-tertiary,
.c-social-share > a.is-tertiary {
  background: #efefef;
}

.c-button.is-danger,
.c-social-share > a.is-danger {
  background: #cc2919;
}

.c-button.is-warning,
.c-social-share > a.is-warning {
  background: #cc9e12;
}

.c-button.is-info,
.c-social-share > a.is-info {
  background: #378da3;
}

.c-button.is-success,
.c-social-share > a.is-success {
  background: #13a83a;
}

.c-button.is-round,
.c-social-share > a.is-round {
  border-radius: 1000px;
}

.c-button.is-outline,
.c-social-share > a.is-outline {
  background: transparent;
  border: 3px solid #333;
  color: #333;
  font-weight: bold;
}

.c-button.is-expand,
.c-social-share > a.is-expand {
  width: 100%;
  text-align: center;
}

.c-capsule-nav > ul {
  display: table;
  width: 100%;
}

.c-capsule-nav > ul > li {
  display: table-cell;
  padding-left: 4px;
  padding-right: 4px;
}

.c-card {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 2rem;
}

.c-card__image {
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1rem;
}

.c-card__title {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.c-card__text {
  position: relative;
  color: #333;
  z-index: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../../../../404/index.html) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../../../../404/index.html) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.c-dropdown {
  position: relative;
  text-align: center;
}

.c-dropdown__list {
  padding-left: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  list-style: none;
  max-width: 240px;
  border-radius: 1.5px;
  position: absolute;
  left: 50%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: -102px;
  display: none;
  opacity: 0;
  z-index: 10000000;
}

.c-dropdown__list li {
  border-bottom: 1px solid #f2f2f2;
}

.c-dropdown__list li:last-child {
  border-radius: 0 0 1.5px 1.5px;
}

.c-dropdown__list li a {
  text-decoration: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
}

.c-dropdown__list li a:hover {
  background: #29b48e;
  color: #fff;
}

.c-dropdown__trigger:hover {
  cursor: pointer;
}

.c-dropdown__trigger:hover .c-dropdown__list {
  display: block;
  opacity: 1;
}

.c-faqbox {
  border: 1px solid #29b48e;
  border-radius: 3px;
  padding: 23px 30px 5px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-faqbox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-faqbox.is-open .c-faqbox__title:after {
  content: '\f106';
}

.c-faqbox__title {
  font-weight: bold;
  color: #000;
  font-size: 1.125rem;
  padding-bottom: 18px;
  position: relative;
  padding-left: 68px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-faqbox__title {
    padding-left: 48px;
    font-size: 1rem;
  }
}

.c-faqbox__title:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 50%;
  color: #29b48e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-81%);
  transform: translateY(-81%);
}

.c-faqbox__title:before {
  content: 'Q';
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 5000px;
  background: #29b48e;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  top: -3px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-faqbox__title:before {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-faqbox__content {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  padding-left: 68px;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-faqbox__content {
    padding-left: 48px;
  }
}

.c-faqbox__content:after {
  content: 'A';
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  border-radius: 5000px;
  color: #29b48e;
  position: absolute;
  text-align: center;
  padding-top: 3px;
  background: #f2f2f2;
  top: 15px;
  left: 0px;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-faqbox__content:after {
    padding-top: 1px;
    width: 30px;
    height: 30px;
  }
}

.c-form {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-form-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.c-form-block__title {
  padding-left: 80px;
  font-weight: bold;
  position: relative;
}

.c-form-block__title .c-label {
  margin-top: 6px;
  margin-top: -2px;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-form-block__title .c-label {
    margin-left: 0;
  }
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-form-block__title {
    margin-bottom: 20px;
    padding-left: 50px;
    width: 100%;
    float: none;
  }
}

.c-form-block__content {
  width: 60%;
  float: left;
}

.c-form-block__content textarea {
  min-height: 200px;
}

.c-form-block__content label {
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.c-form-block__content p {
  margin-top: 8px;
  font-size: 0.9em;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .c-form-block__content {
    width: 100%;
    float: none;
  }
}

.c-form-block__radio label {
  display: inline-block;
  margin-right: 32px;
}

.c-form-block__radio label input {
  margin-right: 8px;
}

.container,
.l-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container:after,
.l-container:after {
  content: ' ';
  display: block;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  content: ' ';
  display: block;
  clear: both;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.small-1 {
  box-sizing: border-box;
  width: 8.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-1 {
  margin-left: 8.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-2 {
  box-sizing: border-box;
  width: 16.6667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-2 {
  margin-left: 16.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-3 {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-4 {
  box-sizing: border-box;
  width: 33.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-4 {
  margin-left: 33.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-5 {
  box-sizing: border-box;
  width: 41.6667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-5 {
  margin-left: 41.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-6 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-7 {
  box-sizing: border-box;
  width: 58.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-7 {
  margin-left: 58.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-8 {
  box-sizing: border-box;
  width: 66.6667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-8 {
  margin-left: 66.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-9 {
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-10 {
  box-sizing: border-box;
  width: 83.3333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-10 {
  margin-left: 83.3333%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-11 {
  box-sizing: border-box;
  width: 91.6667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-11 {
  margin-left: 91.6667%;
  padding-left: 12px;
  padding-right: 12px;
}

.small-12 {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 47.9375em) and (max-width: 63.9375em) {
  .medium-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-1 {
    margin-left: 8.3333%;
  }

  .medium-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-2 {
    margin-left: 16.6667%;
  }

  .medium-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-3 {
    margin-left: 25%;
  }

  .medium-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-4 {
    margin-left: 33.3333%;
  }

  .medium-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-5 {
    margin-left: 41.6667%;
  }

  .medium-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-6 {
    margin-left: 50%;
  }

  .medium-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-7 {
    margin-left: 58.3333%;
  }

  .medium-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-8 {
    margin-left: 66.6667%;
  }

  .medium-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-9 {
    margin-left: 75%;
  }

  .medium-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-10 {
    margin-left: 83.3333%;
  }

  .medium-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-11 {
    margin-left: 91.6667%;
  }

  .medium-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-1 {
    margin-left: 8.3333%;
  }

  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-2 {
    margin-left: 16.6667%;
  }

  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-3 {
    margin-left: 25%;
  }

  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-4 {
    margin-left: 33.3333%;
  }

  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-5 {
    margin-left: 41.6667%;
  }

  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-6 {
    margin-left: 50%;
  }

  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-7 {
    margin-left: 58.3333%;
  }

  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-8 {
    margin-left: 66.6667%;
  }

  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-9 {
    margin-left: 75%;
  }

  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-10 {
    margin-left: 83.3333%;
  }

  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-11 {
    margin-left: 91.6667%;
  }

  .large-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-12 {
    margin-left: 100%;
  }
}

.c-inline-list {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
  list-style-position: outside;
}

.c-inline-list li {
  float: left;
}

.c-label {
  background: #29b48e;
  color: #fff;
  font-size: 12.8px;
  border-radius: 3px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.c-label > a {
  color: #fff;
  text-decoration: none;
}

.c-label.is-lg {
  font-size: 1rem;
}

.c-label.is-sm {
  font-size: 0.64rem;
}

.c-label.is-secondary {
  background: #666;
}

.c-label.is-tertiary {
  background: #efefef;
}

.c-label.is-danger {
  background: #cc2919;
}

.c-label.is-warning {
  background: #cc9e12;
}

.c-label.is-info {
  background: #378da3;
}

.c-label.is-success {
  background: #13a83a;
}

.c-lead {
  font-size: 1.125rem;
}

.disabled-link {
  cursor: default;
}

.disabled-link:hover {
  opacity: 1;
}

.c-main-visual {
  max-width: 100%;
  width: 100%;
  min-height: 18.75rem;
  background: #efefef;
}

.c-media > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.c-media > figcaption {
  margin-top: 0;
  background: #efefef;
  text-align: center;
  padding: 0.5rem 2rem;
}

.c-menu {
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.c-menu > li {
  list-style: none;
}

.c-menu > li > a {
  display: block;
  border-bottom: 1px solid #efefef;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}

.c-menu > li > a:hover,
.c-menu > li > a.is-active {
  background: #29b48e;
  color: #fff;
}

.c-message {
  padding: 1rem;
  background: #efefef;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-bottom: 32px;
}

.c-message .c-message__icon {
  margin-right: 0.375rem;
}

.c-message .c-message__icon.is-right {
  float: right;
  margin-top: 0.25rem;
}

.c-message > p {
  margin-bottom: 0;
}

.c-message.is-primary {
  background: #29b48e;
  border: 1px solid #26a884;
}

.c-message.is-primary > p {
  color: #fff;
}

.c-message.is-secondary {
  background: #666;
  border: 1px solid #5e5e5e;
}

.c-message.is-secondary > p {
  color: #fff;
}

.c-message.is-danger {
  background: #cc2919;
  border: 1px solid #be2617;
}

.c-message.is-danger > * {
  color: #fff;
}

.c-message.is-warning {
  background: #cc9e12;
  border: 1px solid #be9311;
}

.c-message.is-warning > p {
  color: #fff;
}

.c-message.is-info {
  background: #378da3;
  border: 1px solid #338398;
}

.c-message.is-info > p {
  color: #fff;
}

.c-message.is-success {
  background: #13a83a;
  border: 1px solid #119a35;
}

.c-message.is-success > p {
  color: #fff;
}

.c-navs-list > li {
  display: inline-block;
}

.c-navs-list > li > a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px;
}

.c-navs-list > li > a:hover,
.c-navs-list > li > a.is-active {
  background: #29b48e;
  color: #fff;
}

.c-navs-list.is-expand > li > a {
  padding: 0.5rem 4rem;
}

.c-page-header {
  width: 100%;
  max-width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #efefef;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

.c-page-header.is-left {
  text-align: left;
}

.c-page-header.is-right {
  text-align: right;
}

.c-page-header__title {
  font-size: 2.25rem;
}

.c-page-header__subtitle {
  font-size: 1rem;
}

.c-pagination > ul {
  text-align: center;
  list-style: none;
}

.c-pagination > ul > li {
  display: inline-block;
}

.c-pagination > ul > li > span,
.c-pagination > ul > li > a {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 3px;
}

.c-pagination > ul > li > span:hover,
.c-pagination > ul > li > a:hover {
  background: #29b48e;
  color: #fff;
}

.c-pagination > ul > li > span.is-active,
.c-pagination > ul > li > a.is-active {
  background: #29b48e;
  color: #fff;
}

.c-pagination__next,
.c-pagination__prev {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  background: #29b48e;
  color: #fff;
  border-radius: 1000px;
}

.c-pagination__prev {
  margin-right: 4rem;
}

.c-pagination__next {
  margin-left: 4rem;
}

.c-panel__title {
  background: #29b48e;
  color: #fff;
  padding: 32px 64px;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-radius: 3px 3px 0 0;
}

.c-panel__content {
  padding: 32px 64px;
  border: 1px solid #efefef;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.c-panel.is-danger .c-panel__title {
  background: #cc2919;
}

.c-panel.is-warning .c-panel__title {
  background: #cc9e12;
}

.c-panel.is-success .c-panel__title {
  background: #13a83a;
}

.c-panel.is-info .c-panel__title {
  background: #378da3;
}

.c-post-navs ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
}

.c-post-navs__prev a,
.c-post-navs__next a {
  border-radius: 1000px;
  border: 2px solid #29b48e;
  padding: 8px 64px;
  display: inline-block;
  text-decoration: none;
}

.c-post-navs__prev a:hover,
.c-post-navs__next a:hover {
  background: #29b48e;
  color: #fff;
}

.c-post-navs__prev {
  float: left;
}

.c-post-navs__next {
  float: right;
}

@media screen and (min-width: 47.9375em) {
  .slidebar-button {
    display: none !important;
  }

  .slidebar-menu {
    display: none !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .slidebar-button {
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 1.75rem;
    z-index: 100000;
    text-decoration: none;
    padding: 4px;
    border-radius: 3px;
    background: #29b48e;
    line-height: 1;
    color: #fff;
  }

  .slidebar-button > span {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
  }

  .slidebar-menu {
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: #29b48e;
    width: 75%;
    -webkit-transform: translateX(100%);
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    top: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

  .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(0%);
    -webkit-transform: translateY(-100%);
    transform: translate3d(0px, -100%, 0px);
    height: auto;
    width: 100%;
    opacity: 0;
  }

  .slidebar-menu > ul > li a {
    display: block;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.5rem;
    text-decoration: none;
    color: #fff;
  }

  .slidebar-container {
    height: 100%;
  }

  .slidebar-container:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
  }

  .slidebar-container {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

  .is-slidebar-active {
    cursor: pointer;
  }

  .is-slidebar-active .slidebar-container {
    -webkit-transform: translateX(-75%);
    transform: translate3d(-75%, 0px, 0px);
  }

  .is-slidebar-active .slidebar-container:after {
    content: '';
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }

  .is-slidebar-active .slidebar-container.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .is-slidebar-active .slidebar-container.is-top-to-bottom:after {
    top: 100px;
  }

  .is-slidebar-active .slidebar-menu {
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }

  .is-slidebar-active .slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateX(100px);
    transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
}

.c-slider {
  overflow: hidden;
  position: relative;
}

.c-slider-outer {
  cursor: pointer;
}

.c-slider-outer > * {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.c-slider__prev,
.c-slider__next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  color: #fff;
}

.c-slider__next {
  right: 10%;
}

.c-slider__prev {
  left: 10%;
}

.c-slider .is-transition {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.c-social-share > a.c-social-share__facebook {
  background: #3b5998;
}

.c-social-share > a.c-social-share__twitter {
  background: #00aced;
}

.c-social-share > a.c-social-share__googleplus {
  background: #d34836;
}

.c-table {
  width: 100%;
  text-align: center;
}

.c-table > thead > tr {
  background: #29b48e;
}

.c-table > thead > tr > th {
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #efefef;
}

.c-table > tbody > tr > td {
  border: 1px solid #efefef;
  padding: 0.5rem;
}

.c-table > tbody > tr > th {
  background: #29b48e;
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #efefef;
}

.c-tabs__navs {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.c-tabs__navs > li {
  display: inline-block;
}

.c-tabs__navs > li > a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #efefef;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

.c-tabs__navs > li > a:hover,
.c-tabs__navs > li > a.is-active {
  background: #29b48e;
  color: #fff;
}

.c-tabs__navs.is-expand > li > a {
  padding: 0.5rem 4rem;
}

.c-tabs__content {
  border: 1px solid #efefef;
  padding: 8px;
  background: #fff;
  display: none;
}

.c-tabs__content.is-active {
  display: block;
}

.c-tabs__content p {
  margin-top: 0;
}

.c-tel-banner__number {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
}

.c-tel-banner__text {
  font-size: 0.75rem;
}

/* Slider */
.slick-loading .slick-list {
  /*  background: #fff url('../../../../404/index.html') center center no-repeat; */
}

/* Icons */
@font-face {
  /* font-family: 'slick'; */
  font-weight: normal;
  font-style: normal;
  /* src: url('../../../../404/index.html'); */
  /* src: url('../../../../404/index.html#iefix') format('embedded-opentype'), url('../../../../404/index.html') format('woff'), url('../../../../404/index.html') format('truetype'), url('../../../../404/index.html#slick') format('svg'); */
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-prev:before {
  content: 'ç«Šï¿½';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-next:before {
  content: 'ç«Šï¿½';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: 0.25;
  -ms-filter: 'alpha(opacity=25)';
  /* ie 8 */
  filter: alpha(opacity=25);
  /* ie lt 8 */
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: 'alpha(opacity=25)';
  filter: alpha(opacity=25);
  /* ie lt 8 */
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  -ms-filter: 'alpha(opacity=75)';
  /* ie 8 */
  filter: alpha(opacity=70);
  /* ie lt 8 */
  color: black;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body#about-topmessage .maincontents {
  background: #fff;
  background-image: url(../images/about/topmessage/pc_bg.png);
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents {
    background-image: none;
  }
}

body#about-topmessage .maincontents .catch {
  padding-top: 90px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .catch {
    padding-top: 12.5px;
    text-align: center;
  }
}

body#about-topmessage .maincontents .catch__inner {
  text-align: center;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .catch__inner img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

body#about-topmessage .maincontents .contents {
  margin-top: 110px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .contents {
    margin-top: 12.5px;
    text-align: center;
  }
}

body#about-topmessage .maincontents .contents__body {
  text-align: center;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .contents__body {
    padding: 0 15px;
  }
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .contents__body img {
    width: 100%;
    height: auto;
  }
}

body#about-topmessage .maincontents .name {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .name {
    margin-top: 12.5px;
    padding: 0 15px;
  }
}

body#about-topmessage .maincontents .links {
  position: absolute;
  right: 158px;
  bottom: 130px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links {
    position: static;
    padding: 0 5px;
  }
}

body#about-topmessage .maincontents .links ul {
  text-align: center;
  font-size: 0;
  position: relative;
}

body#about-topmessage .maincontents .links ul li {
  background: #357c74;
  border: 1px solid #fff;
  clear: both;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li {
    display: inline-block;
    padding: 0 5px;
    background: none;
    border: none;
    border-top: 1px solid #fff;
    width: 50%;
    height: auto;
    clear: none;
    margin-bottom: 10px;
  }

  body#about-topmessage .maincontents .links ul li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 766px) {
  body#about-topmessage .maincontents .links ul li {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

body#about-topmessage .maincontents .links ul li:first-child {
  width: 100px;
  height: 100px;
  background: #adadad;
  border: none;
  position: absolute;
  left: -61px;
  top: 50%;
  margin-top: -50px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li:first-child {
    background: none;
    width: 50%;
    height: auto;
    position: static;
    margin: 0 0 10px;
  }
}

body#about-topmessage .maincontents .links ul li:first-child a {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li:first-child a {
    background: #adadad;
    font-size: 11px;
  }
}

body#about-topmessage .maincontents .links ul li:nth-child(3) {
  position: absolute;
  left: 100%;
  margin-left: -36px;
  top: 84px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li:nth-child(3) {
    position: static;
    margin: 0 0 15px;
  }
}

body#about-topmessage .maincontents .links ul li:last-child {
  margin-top: 48px;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li:last-child {
    margin: 0 0 15px;
  }
}

body#about-topmessage .maincontents .links ul li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (max-width: 766px) {
  body#about-topmessage .maincontents .links ul li a {
    font-size: 11px;
    background: #357c74;
    padding: 8px 5px 6px;
  }
}

@media (min-width: 766px) {
  body#about-topmessage .maincontents .links ul li a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (min-width: 767px) {
  body#about-topmessage .maincontents .links ul li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body#about-topmessage .box__entry {
  padding-bottom: 185px;
}

@media (max-width: 766px) {
  body#about-topmessage .box__entry {
    position: static;
    margin: 0;
    padding-bottom: 0;
  }
}

body#about-topmessage .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  margin: 270px auto 0px;
  left: 2px;
}

@media (max-width: 766px) {
  body#about-topmessage .box__entry .entry {
    margin-top: 0;
    left: 0;
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

body#about-topmessage .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  body#about-topmessage .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body#about-topmessage .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  body#about-topmessage .box__entry .entry span:after {
    display: none;
  }
}

body#about-topmessage .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  body#about-topmessage .box__entry .entry:after {
    display: none;
  }
}

.about-features .mt10 {
  margin: 10px auto auto !important;
}

.about-features .ttnewt {
  margin: 9px 0 0;
}

.about-features .ttnewt span {
  font-size: 17px;
  padding: 5px 50px 5px 10px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-features .ttnewt span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 1000px;
  transform-origin: right;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #357c73;
  z-index: -1;
}

.about-features .l-main .l-container {
  background: url(../images/about/features/bkg.jpg) no-repeat top center;
  padding: 0 90px 0 200px;
}

@media (max-width: 766px) {
  .about-features .l-main .l-container {
    padding: 0;
    background: #fff;
  }
}

.about-features .box__entry {
  position: absolute;
  left: 208px;
  bottom: 86px;
}

@media (max-width: 766px) {
  .about-features .box__entry {
    position: static;
    margin: 15px 0 0;
  }
}

.about-features .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}

@media (max-width: 766px) {
  .about-features .box__entry .entry {
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

.about-features .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  .about-features .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.about-features .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  .about-features .box__entry .entry span:after {
    display: none;
  }
}

.about-features .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  .about-features .box__entry .entry:after {
    display: none;
  }
}

.about-features .page-title {
  margin: 318px 0 30px -40px;
}

.about-features .section-title {
  position: absolute;
  font-size: 48px;
  line-height: 48px;
  color: #357c74;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin: 0;
  letter-spacing: -5px;
}

@media (max-width: 766px) {
  .about-features .section-title {
    position: static;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0;
    margin: 5px 0 7px;
    padding: 5px;
  }
}

.about-features .section-title span {
  display: block;
  width: 100%;
}

@media (min-width: 767px) {
  .about-features .section-title > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

.about-features .section-title > span em {
  font-style: normal;
  font-size: 68px;
}

@media only screen and (max-width: 766px) {
  .about-features .section-title > span em {
    font-size: 24px;
  }
}

.about-features .b-r .section-box {
  float: right;
  width: 445px;
}

@media (max-width: 766px) {
  .about-features .b-r .section-box {
    width: 100%;
  }
}

.about-features .b-r .section-title {
  background: url(../images/about/features/bkg_title_1.png) no-repeat;
  width: 362px;
  height: 362px;
}

@media (max-width: 766px) {
  .about-features .b-r .section-title {
    background: #c4c4c4;
    width: 100%;
    height: auto;
  }
}

.about-features .b-l .section-box {
  float: left;
  width: 445px;
}

@media (max-width: 766px) {
  .about-features .b-l .section-box {
    width: 100%;
  }
}

.about-features .b-l .section-title {
  background: url(../images/about/features/bkg_title_2.png) no-repeat;
  width: 322px;
  height: 322px;
}

@media (max-width: 766px) {
  .about-features .b-l .section-title {
    background: #c4c4c4;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 766px) {
  .about-features .section-box {
    padding: 0 10px;
  }
}

.about-features .section01 {
  margin-bottom: 123px;
  height: 642px;
}

@media (max-width: 766px) {
  .about-features .section01 {
    height: auto;
    margin: 0;
  }

  .about-features .section01 .section-box {
    background: #357c74;
  }
}

.about-features .section01 h4 {
  margin: 0 0 85px 80px;
}

@media (max-width: 766px) {
  .about-features .section01 h4 {
    margin: 0;
  }

  .about-features .section01 h4 img {
    width: 120px;
    margin: 13px 0 13px -10px;
  }
}

.about-features .section01 p {
  color: #fff;
}

.about-features .section01 .section-title {
  top: 255px;
  left: 70px;
}

.about-features .section02 {
  margin-bottom: 223px;
  height: 511px;
}

@media (max-width: 766px) {
  .about-features .section02 {
    margin: 0 0 5px;
    height: auto;
  }
}

.about-features .section02 .section-title {
  right: -70px;
  top: 182px;
}

@media (max-width: 766px) {
  .about-features .section02 .section-title {
    margin: 15px 0 10px;
  }
}

.about-features .section03 {
  margin-bottom: 75px;
  height: 511px;
}

@media (max-width: 766px) {
  .about-features .section03 {
    margin: 0;
    height: auto;
  }
}

.about-features .section03 .section-title {
  left: 70px;
  top: 96px;
}

@media (max-width: 766px) {
  .about-features .section03 .section-box {
    background: #b5d7d6;
    padding: 10px 10px 0;
  }
}

.about-features .section04 {
  margin-bottom: 200px;
  height: 481px;
}

@media (max-width: 766px) {
  .about-features .section04 {
    margin: 0 0 5px;
    height: auto;
  }
}

.about-features .section04 .section-title {
  right: -70px;
  top: 178px;
}

@media (max-width: 766px) {
  .about-features .section04 .section-title {
    margin: 15px 0 10px;
  }
}

.about-features .section05 {
  margin-bottom: 120px;
  height: 481px;
}

@media (max-width: 766px) {
  .about-features .section05 {
    margin: 0;
    height: auto;
  }
}

.about-features .section05 .section-title {
  left: 70px;
  top: 114px;
}

@media (max-width: 766px) {
  .about-features .section05 .section-box {
    background: #c5cad6;
    padding: 10px 10px 0;
  }
}

.about-features .section06 {
  margin-bottom: 98px;
  height: 481px;
}

@media (max-width: 766px) {
  .about-features .section06 {
    margin: 0 0 5px;
    height: auto;
  }
}

.about-features .section06 .section-title {
  right: -70px;
  top: 104px;
}

@media (max-width: 766px) {
  .about-features .section06 .section-title {
    margin: 15px 0 10px;
  }
}

.about-features .section07 {
  margin-bottom: 218px;
}

.about-features .section07 ul {
  text-align: center;
  font-size: 0;
  position: relative;
  float: right;
  margin-right: -30px;
}

.about-features .section07 ul li {
  display: inline-block;
  margin: 0 -1px;
}

.about-features .section07 ul li:first-child {
  position: absolute;
  left: 50%;
  margin-left: -57px;
  top: -31px;
}

.about-features .section07 ul li:first-child a {
  background: url(../images/about/features/bkg_title_4.png) no-repeat center;
  width: 112px;
  height: 112px;
  font-size: 14px;
}

.about-features .section07 ul li:last-child {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 79px;
}

.about-features .section07 ul li a {
  text-decoration: none;
  background: url(../images/about/features/bkg_title_3.png) no-repeat center;
  width: 160px;
  height: 160px;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (min-width: 767px) {
  .about-features .section07 ul li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.about-features .l-section {
  clear: both;
  position: relative;
}

.about-features .l-section p {
  font-size: 16px;
  line-height: 30px;
  margin: 13px 0 0;
}

@media (max-width: 766px) {
  .about-features .l-section p {
    font-size: 13px;
    line-height: 19px;
    margin: 10px 0;
  }
}

.about-features .l-section img {
  display: block;
  margin: 0 auto;
}

.careerup .l-main {
  position: relative;
}

.careerup .l-main::before {
  content: '';
  position: absolute;
  left: calc(50% - 640px);
  top: 0;
  width: 1280px;
  height: 100%;
  background: #fff;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main::before {
    display: none;
  }
}

.careerup .l-main::after {
  content: '';
  position: absolute;
  left: calc(50% - 640px);
  top: 0;
  width: 1280px;
  height: 100%;
  background: url('../images/workstyle/careerup/bg01.png') no-repeat scroll left
    top;
  background-size: 100.31% auto;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main::after {
    display: none;
  }
}

.careerup .l-main .bannerpc {
  position: absolute;
  z-index: -1;
  left: -100px;
  top: 0px;
  width: 116%;
}

.careerup .l-main .group-banner {
  margin: 375px 0 0;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .group-banner {
    margin: 0;
  }
}

.careerup .l-main .group-banner__title {
  width: 350px;
  margin: auto 50px 28px auto;
  background-color: #fff;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.careerup .l-main .group-banner__title span {
  display: inline-block;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  font-size: 30px;
  line-height: 50px;
  padding: 0 0 0 30px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #355a7c;
  font-weight: bold;
}

.careerup .l-main .group-banner__txt02 {
  width: 420px;
  margin: auto 20px auto auto;
}

.careerup .l-main .group-banner__txt02__01 {
  font-size: 15px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #fff;
  line-height: 19px;
}

.careerup .l-main .group-banner__txt02__02 {
  font-size: 30px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #fff;
  line-height: 39px;
  display: inline-block;
}

.careerup .l-main .group-banner__txt03 {
  font-size: 28px;
  font-family: 'RyuminPro Bold', sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  width: 810px;
  position: relative;
  margin: 25px 0 auto auto;
  padding: 4px 0px 4px 43px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.09em;
  -webkit-font-smoothing: antialiased;
  -moz-ox-font-smoothing: grayscale;
}

.careerup .l-main .group-banner__txt03::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-color: #3686a5;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: -1;
}

.careerup .l-main .group-banner__txt03 span {
  display: block;
}

.careerup .l-main .box {
  position: relative;
  padding: 0 0 13px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box {
    margin: 5px 0 0;
    padding: 0 0;
  }
}

.careerup .l-main .box__title {
  position: absolute;
  left: 18.25%;
  top: 97px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__title {
    position: static;
    margin: 5px 10px;
  }
}

.careerup .l-main .box__content {
  width: 586px;
  margin: 26px 25px 0 auto;
  color: #fff;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__content {
    width: 100%;
    margin: 0;
    padding: 15px 10px 0;
  }
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__content__sub {
    font-size: 13px;
  }
}

.careerup .l-main .box__content__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__content__title {
    font-size: 15px;
  }
}

.careerup .l-main .box__content__des {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  position: relative;
  top: 15px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__content__des {
    top: 0;
    font-size: 13px;
    line-height: 22px;
    margin: 20px 0 0;
    padding: 0 0 10px;
  }
}

.careerup .l-main .box__content__des p {
  letter-spacing: -0.03em;
  margin: 0 0 0px;
  line-height: 1.6;
}

.careerup .l-main .box__content__des p:last-child {
  margin: 0;
}

.careerup .l-main .box__content__des p.imgs {
  position: relative;
  top: 15px;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__content__des p.imgs {
    top: 0;
  }
}

.careerup .l-main .box__links {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 230px;
  font-size: 0;
  letter-spacing: 0;
  margin: -67px 62px auto auto;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__links {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin: auto;
    width: 50%;
    padding: 0 0 40px;
    position: relative;
  }
}

.careerup .l-main .box__links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 115px;
  height: 115px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 0 -1px -1px 0;
}

.careerup .l-main .box__links a.active {
  width: 86px;
  height: 86px;
  margin: 29px 0px 0px 29px;
  border: none;
  box-shadow: none;
  pointer-events: none;
  cursor: auto;
}

.careerup .l-main .box__links a.active > span {
  background-color: #adadad;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__links a {
    background: none;
    width: 100% !important;
    height: auto !important;
    float: none;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    border: none;
    padding: 0 5px;
    margin: 0 0 10px !important;
    position: static;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .careerup .l-main .box__links a:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.careerup .l-main .box__links a > span {
  background: #357c74;
  display: block;
  position: absolute;
  top: -21%;
  left: -21%;
  width: 142%;
  height: 142%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__links a > span {
    background: #357c74;
    padding: 8px 0 6px;
    position: static;
    width: 100%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.careerup .l-main .box__links a > span span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__links a > span span {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__entry {
    margin: 10px 0 0;
  }
}

.careerup .l-main .box__entry a {
  margin: 19px 0 0 411px;
}

@supports (-moz-appearance: none) {
  .careerup .l-main .box__entry a {
    margin: 19px 0 0 412px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup .l-main .box__entry a {
    margin: 19px 0 0 412px;
  }
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box__entry a {
    margin: 0;
  }
}

.careerup .l-main .box.box01 {
  margin: 0 0 90px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box01 {
    margin: 5px 0 0;
  }

  .careerup .l-main .box.box01 .box__content {
    background-color: #355a7c;
  }
}

.careerup .l-main .box.box02 {
  margin: 0 0 354px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box02 {
    margin: 0;
  }
}

.careerup .l-main .box.box02 .box__title {
  left: auto;
  right: 30px;
  top: 220px;
}

.careerup .l-main .box.box02 .box__content {
  margin: 34px auto 0 150px;
  color: #333;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box02 .box__content {
    margin: 0;
  }

  .careerup .l-main .box.box02 .box__content__des p {
    margin: 0 0 15px;
  }
}

.careerup .l-main .box.box03 {
  margin: 0 0 160px;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box03 {
    margin: 0;
  }
}

.careerup .l-main .box.box03 .box__title {
  top: 51px;
}

.careerup .l-main .box.box03 .box__content {
  margin: 26px 40px 0 auto;
  color: #333;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box03 .box__content {
    margin: 0;
    background-color: #8ac4cc;
  }
}

.careerup .l-main .box.box04 .box__content {
  margin: 16px auto 0 165px;
  color: #333;
}

@media only screen and (max-width: 766px) {
  .careerup .l-main .box.box04 .box__content {
    margin: 0;
  }
}

.careerup.careerup02 .bannerpc {
  position: absolute;
  z-index: -1;
  left: -176px;
  top: -98px;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .group-banner__txt03 {
    margin: 55px 0 auto auto;
    width: 850px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .l-main .box__content {
    margin: 75px 25px 0 auto;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .l-main .box.box02 {
    margin: 150px 0 385px;
  }

  @supports (-moz-appearance: none) {
    .careerup.careerup02 .l-main .box.box02 {
      margin: 150px 0 392px;
    }
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .l-main .box.box03 {
    margin: 0 0 40px;
  }

  .careerup.careerup02 .l-main .box.box03 .box__content {
    width: 520px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .l-main .box.box03 .box__title {
    top: 150px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup02 .l-main .box__links a.active {
    margin: 0px 0px 29px 29px;
  }
}

.careerup.careerup02 .l-main .box05 .page__entry .box__entry a {
  margin: -107px 0 0 411px;
}

@media only screen and (max-width: 766px) {
  .careerup.careerup02 .l-main .box05 .page__entry .box__entry a {
    margin: 0;
  }
}

.careerup.careerup03 .bannerpc {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0px;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box__content {
    margin: 75px 25px 0 auto;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box.box01 {
    margin: 0 0 210px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box.box02 .box__title {
    top: 130px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box.box02 {
    margin: 0 0 315px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box.box03 {
    margin: 0 0 120px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box__content__des p.imgs img {
    width: 360px;
    height: auto;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box__links a.active {
    margin: 29px 29px 0px 0px;
  }
}

@media only screen and (min-width: 767px) {
  .careerup.careerup03 .l-main .box.box05 {
    top: -98px;
    margin: 0;
  }
}

.careerup.careerup02 .l-main .box__entry a {
  margin: -83px 0 0 411px;
}

@supports (-moz-appearance: none) {
  .careerup.careerup02 .l-main .box__entry a {
    margin: -83px 0 0 412px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup.careerup02 .l-main .box__entry a {
    margin: -83px 0 0 412px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .careerup.careerup02 .l-main .box__entry a {
      margin: -83px 0 0 411px;
    }
  }
}

.careerup.careerup03 .l-main .box__entry a {
  margin: 2px 0 0 412px;
}

@supports (-moz-appearance: none) {
  .careerup.careerup03 .l-main .box__entry a {
    margin: 2px 0 0 412px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup.careerup03 .l-main .box__entry a {
    margin: 2px 0 0 412px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .careerup.careerup03 .l-main .box__entry a {
      margin: 21px 0 0 411px;
    }
  }
}

.careerup.ca01_custom .l-main .box.box03 .box__content {
  margin: 52px 40px 0 auto;
}

@media only screen and (max-width: 766px) {
  .careerup.ca01_custom .l-main .box.box03 .box__content {
    margin: 0;
  }
}

.careerup.ca01_custom .l-main .box.box04 .box__content {
  margin: 98px auto 0 165px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup.ca01_custom .l-main .box.box04 .box__content {
    margin: 75px auto 0 165px;
  }
}

@supports (-moz-appearance: none) {
  .careerup.ca01_custom .l-main .box.box04 .box__content {
    margin: 75px auto 0 165px;
  }
}

@media only screen and (max-width: 766px) {
  .careerup.ca01_custom .l-main .box.box04 .box__content {
    margin: 0;
  }
}

.careerup.ca02_custom .l-main .box.box03 .box__content {
  margin: 86px 40px 0 auto;
}

@media only screen and (max-width: 766px) {
  .careerup.ca02_custom .l-main .box.box03 .box__content {
    margin: 0;
  }
}

.careerup.ca02_custom .l-main .box.box04 .box__content {
  margin: 69px auto 0 165px;
  width: 640px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup.ca02_custom .l-main .box.box04 .box__content {
    margin: 44px auto 0 165px;
    width: 640px;
  }
}

@supports (-moz-appearance: none) {
  .careerup.ca02_custom .l-main .box.box04 .box__content {
    margin: 37px auto 0 165px;
    width: 640px;
  }
}

@media only screen and (max-width: 766px) {
  .careerup.ca02_custom .l-main .box.box04 .box__content {
    margin: 0;
    width: 100%;
  }
}

.careerup.ca03_custom .l-main .box.box04 .box__content {
  margin: 43px auto 0 165px;
  width: 650px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .careerup.ca03_custom .l-main .box.box04 .box__content {
    margin: 17px auto 0 165px;
  }
}

@supports (-moz-appearance: none) {
  .careerup.ca03_custom .l-main .box.box04 .box__content {
    margin: 17px auto 0 165px;
  }
}

@media only screen and (max-width: 766px) {
  .careerup.ca03_custom .l-main .box.box04 .box__content {
    margin: 0;
    width: 100%;
  }
}

.p-contact {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1);
}

.p-contact__button {
  margin-top: 24px;
}

.p-contact__tel {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 24px;
}

.p-contact__tel i.fa {
  margin-right: 8px;
}

@media only screen and (min-width: 767px) {
  .history.recruit .l-main .l-container-inner {
    padding: 0 0 720px;
  }
}

.history .l-section.list {
  padding: 50px 90px;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list {
    padding: 10px;
    margin-top: 20px;
  }
}

.history .l-section.list .box__node__begin {
  position: relative;
  padding: 0 0 0 35px;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__begin {
    padding: 0 0 0 30px;
  }
}

.history .l-section.list .box__node__begin::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #00bfa5;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.history .l-section.list .box__node__begin__acordion {
  display: none;
}

.history .l-section.list .box__node__begin span {
  display: inline-block;
  font-size: 18px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 24px;
  color: #357c73;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__begin span {
    font-size: 15px;
  }
}

.history .l-section.list .box__node__begin.nroot {
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__begin.nroot {
    margin-top: 30px;
  }
}

.history .l-section.list .box__node__begin.nroot:hover {
  opacity: 0.8;
}

.history .l-section.list .box__node__begin.nroot:first-child {
  margin-top: 0;
}

.history .l-section.list .box__node__begin.nroot::before {
  top: 2px;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.history .l-section.list .box__node__begin.nroot::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 12px 5px;
  border-color: transparent transparent #fff transparent;
}

.history .l-section.list .box__node__begin.nroot span {
  font-size: 24px;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__begin.nroot span {
    font-size: 19px;
  }
}

.history .l-section.list .box__node__begin.nroot em {
  position: absolute;
  font-size: 20px;
  right: 0;
  bottom: 0;
  font-style: normal;
  font-weight: 500;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__begin.nroot em {
    font-size: 15px;
  }
}

.history .l-section.list .box__node__content {
  padding: 10px 0 40px 40px;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content {
    padding: 5px 0 5px 30px;
  }
}

.history .l-section.list .box__node__content::before {
  content: '';
  position: absolute;
  left: 8px;
  top: -8px;
  bottom: -8px;
  width: 4px;
  background-color: #00bfa5;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content::before {
    width: 3px;
  }
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content.eline {
    margin-bottom: 15px;
  }
}

.history .l-section.list .box__node__content.eline::before {
  display: none;
}

.history .l-section.list .box__node__content .text {
  padding: 0 0 0 20px;
  position: relative;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content .text {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 18px;
  }
}

.history .l-section.list .box__node__content .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #ffc107;
  border-radius: 50%;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content .text::before {
    top: 4px;
    width: 11px;
    height: 11px;
  }
}

.history .l-section.list .box__node__content .imgs {
  margin: 15px auto;
}

@media only screen and (max-width: 766px) {
  .history .l-section.list .box__node__content .imgs {
    margin: 10px auto;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 53.5714%;
    overflow: hidden;
  }

  .history .l-section.list .box__node__content .imgs.holdon {
    width: auto;
    display: block;
    margin: 10px auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .history .l-section.list .box__node__content .imgs.holdon img {
    position: static;
    top: 0;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  .history .l-section.list .box__node__content .imgs.holdon img.w100 {
    width: 100px;
    margin: -40px auto auto 160px;
  }

  .history .l-section.list .box__node__content .imgs.holdon img.w111 {
    width: 111px;
  }

  .history .l-section.list .box__node__content .imgs img {
    width: 100%;
    max-width: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.history .l-section.list .box__node__content span {
  display: block;
  color: #00bfa5;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 10px 20px;
}

.history .links {
  position: absolute;
  right: 65px;
  bottom: 130px;
}

@media (max-width: 766px) {
  .history .links {
    position: static;
    padding: 0 5px;
  }
}

.history .links ul {
  text-align: center;
  font-size: 0;
  position: relative;
}

.history .links ul li {
  background: #357c74;
  border: 1px solid #fff;
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media (max-width: 766px) {
  .history .links ul li {
    border: none;
    width: 50%;
    height: auto;
    background: none;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .history .links ul li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 766px) {
  .history .links ul li {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.history .links ul li:nth-child(4) {
  width: 100px;
  height: 100px;
  background: #adadad;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 21px;
  margin-left: -50px;
}

@media (max-width: 766px) {
  .history .links ul li:nth-child(4) {
    background: none;
    width: 50%;
    height: auto;
    position: static;
    margin: 0;
  }
}

.history .links ul li:nth-child(4) a {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

@media (max-width: 766px) {
  .history .links ul li:nth-child(4) a {
    font-size: 11px;
    background: #adadad;
  }
}

.history .links ul li:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -84px;
}

@media (max-width: 766px) {
  .history .links ul li:nth-child(2) {
    position: static;
    margin: 0 0 10px;
  }
}

.history .links ul li:nth-child(3) {
  margin-left: 48px;
}

@media (max-width: 766px) {
  .history .links ul li:nth-child(3) {
    margin: 0;
  }
}

.history .links ul li a {
  text-decoration: none;
  margin: 0 -5px;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (max-width: 766px) {
  .history .links ul li a {
    font-size: 11px;
    margin: 0;
    padding: 8px 6px 6px;
    background: #357c74;
  }
}

@media (min-width: 766px) {
  .history .links ul li a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (min-width: 767px) {
  .history .links ul li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-landing-block {
  display: table;
  margin-bottom: 3rem;
}

.p-landing-block__thumbnail {
  display: table-cell;
  width: 50%;
  background-position: center;
  background-repeat: no-repet;
}

.p-landing-block__content {
  display: table-cell;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .meeting01 .box05.page__entry .box__entry a _::-webkit-full-page-media,
  .meeting01 .box05.page__entry .box__entry a _:future,
  .meeting01 .box05.page__entry .box__entry a :root .safari {
    margin-top: 10px;
  }
}

.meeting01 {
  /* end box05 */
  /* end box04 */
  /* end box03 */
  /* end box02 */
  /* end box01 */
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .l-main .l-container::before {
    background: #fff url('../images/workstyle/meeting02/banner.jpg') no-repeat -200px -150px;
  }
}

@media only screen and (max-width: 766px) {
  .meeting01.meeting02 .box01 .box__content ul {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box01 .box__content ul li {
    padding: 0 11px;
    vertical-align: top;
  }

  .meeting01.meeting02 .box01 .box__content ul li:nth-child(2) {
    margin: 146px -42px 52px;
  }
}

@media only screen and (max-width: 766px) {
  .meeting01.meeting02 .box01 .box__content ul li {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box03 .box__title span {
    text-align: left;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box03 .box__img {
    margin: 130px 0 0 240px;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box03 .box__content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box03 .box__content p,
  .meeting01.meeting02 .box03 .box__content strong {
    letter-spacing: -0.09em;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box04 .box__content {
    max-width: 867px;
    padding: 0 69px 0 211px;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box04 .box__title span {
    padding: 13px 60px 13px 0px;
    text-align: right;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box04 .box__img {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .box05 .box__links .link01.active {
    margin: -16px 0 0 -39px;
  }
}

@media only screen and (min-width: 767px) {
  .meeting01.meeting02 .page__entry {
    margin: -100px 0 160px;
    padding-top: 179px;
  }
}

@media only screen and (max-width: 767px) {
  .meeting01.meeting02 .page__entry {
    margin: -100px 0 0px;
    padding-top: 0px;
  }
}

.meeting01.meeting02 .page__entry.box05 .box__entry a {
  margin-top: -29px;
}

@supports (-moz-appearance: none) {
  .meeting01.meeting02 .page__entry.box05 .box__entry a {
    margin-top: -29px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .meeting01.meeting02 .page__entry.box05 .box__entry a {
    margin-top: -33px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .meeting01.meeting02 .page__entry.box05 .box__entry a {
      margin-top: -33px;
    }
  }
}

.meeting01 .box {
  position: relative;
  zoom: 1;
}

.meeting01 .box:before,
.meeting01 .box:after {
  content: ' ';
  display: table;
}

.meeting01 .box:after {
  clear: both;
}

.meeting01 .l-main .l-container {
  background: url(../images/workstyle/meeting02/bg01.png) no-repeat;
  background-position: center 177px;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .meeting01 .l-main .l-container {
    background: none;
  }
}

.meeting01 .l-main .l-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff url('../images/workstyle/meeting01/banner.png') no-repeat
    center top;
}

@media only screen and (max-width: 766px) {
  .meeting01 .l-main .l-container::before {
    display: none;
  }
}

.meeting01 .box05.page__entry .box__entry a {
  margin-top: 108px;
}

@supports (-moz-appearance: none) {
  .meeting01 .box05.page__entry .box__entry a {
    margin-top: 84px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .meeting01 .box05.page__entry .box__entry a {
    margin-top: 79px;
  }
}

@media (max-width: 766px) {
  .meeting01 .box05.page__entry .box__entry a {
    margin-top: 0;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .meeting01 .box05.page__entry .box__entry a {
      margin-top: 26px;
    }
  }
}

.meeting01 .box05 .box__links {
  float: right;
  margin-right: 164px;
  position: relative;
  /* .link02 {
					background: #adadad;
					@include transform(rotate(45deg));
					color: $color-white;
					text-decoration: none;
					display: block;
					width: 80px;
					height: 80px;
					font-family: $font-shin-m;
					font-size: 12px;
					line-height: 14px;
					position: absolute;
					top: -39px;
    				right: -64px;
    				@include max-screen(766px) {
    					position: static;
    					@include transform(rotate(0));
    					width: 50%;
    					height: auto;
    					float: left;
    					text-align: center;
    					font-size: 13px;
						line-height: 16px;
						padding: 10px;
						border: 5px solid #fff;
						border-top: none;
						border-bottom: none;
    				}
					> span {
						display: block;
						position: absolute;
						width: 100%;
						height: 100%;
						@include transform(rotate(-45deg));
						@include max-screen(766px) {
							@include transform(rotate(0));
							position: static;
						}
						span {
							@include center-both();
							@include max-screen(766px) {
								position: static;
								@include transform(translate(0, 0));
							}
						}
					}
				} */
}

@media only screen and (max-width: 766px) {
  .meeting01 .box05 .box__links {
    margin: 0 0 15px;
    width: 100%;
    padding: 0;
  }
}

.meeting01 .box05 .box__links .link01 {
  background: #357c74;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  text-decoration: none;
  display: block;
  width: 115px;
  height: 115px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box05 .box__links .link01 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    border: none;
    padding: 10px;
    border: 5px solid #fff;
    border-top: none;
    border-bottom: none;
  }
}

.meeting01 .box05 .box__links .link01 > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  .meeting01 .box05 .box__links .link01 > span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: static;
  }
}

.meeting01 .box05 .box__links .link01 > span span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  .meeting01 .box05 .box__links .link01 > span span {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.meeting01 .box05 .box__links .link01.active {
  background: #adadad;
  width: 80px;
  height: 80px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  margin: -38px -42px -41px 99px;
  pointer-events: none;
  cursor: auto;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box05 .box__links .link01.active {
    float: left;
    width: 50%;
    height: auto;
    margin: auto;
    font-size: 13px;
    line-height: 16px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

.meeting01 .box04 {
  margin: 0 0 57px;
}

@media (max-width: 766px) {
  .meeting01 .box04 {
    margin: 0;
  }
}

.meeting01 .box04 .box__images {
  clear: both;
}

.meeting01 .box04 .box__images ul li {
  float: left;
  width: 25%;
}

.meeting01 .box04 .box__img {
  float: right;
  width: 410px;
  padding-right: 30px;
  margin-top: 150px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__img {
    width: 100%;
    margin: 0;
    padding: 0 10px 15px;
  }
}

.meeting01 .box04 .box__content {
  float: left;
  max-width: 870px;
  padding: 0 140px;
  margin-bottom: 33px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__content {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
}

.meeting01 .box04 .box__content p,
.meeting01 .box04 .box__content strong {
  line-height: 23px;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__content p,
  .meeting01 .box04 .box__content strong {
    font-size: 13px;
    line-height: 21px;
  }
}

.meeting01 .box04 .box__content strong {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.meeting01 .box04 .box__title {
  font-weight: normal;
  font-family: 'RyuminPro Bold', sans-serif;
  color: #fff;
  font-size: 22px;
  position: relative;
  width: 945px;
  margin: 0 0 25px -60px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__title {
    background: #838383;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}

.meeting01 .box04 .box__title span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 13px 60px 13px 200px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__title span {
    padding: 3px 0;
  }
}

.meeting01 .box04 .box__title:after {
  content: '';
  display: block;
  background: #838383;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media only screen and (max-width: 766px) {
  .meeting01 .box04 .box__title:after {
    display: none;
  }
}

.meeting01 .box03 .box__images {
  clear: both;
}

.meeting01 .box03 .box__images ul li {
  float: left;
  width: 25%;
}

.meeting01 .box03 .box__img {
  float: left;
  width: 380px;
  margin: 0 0 0 240px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__img {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}

.meeting01 .box03 .box__content {
  float: left;
  max-width: 660px;
  padding: 0 25px 0 40px;
  margin-bottom: 64px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__content {
    background: #b5d8d6;
    padding: 10px;
    margin: 0;
  }
}

.meeting01 .box03 .box__content p,
.meeting01 .box03 .box__content strong {
  line-height: 23px;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__content p,
  .meeting01 .box03 .box__content strong {
    font-size: 13px;
    line-height: 21px;
  }
}

.meeting01 .box03 .box__content strong {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.meeting01 .box03 .box__title {
  font-weight: normal;
  font-family: 'RyuminPro Bold', sans-serif;
  color: #fff;
  font-size: 22px;
  position: relative;
  width: 885px;
  margin: 35px -60px 20px 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__title {
    width: 100%;
    margin: 0 0 7px;
    background: #709691;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}

.meeting01 .box03 .box__title span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 85px 8px 25px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__title span {
    padding: 3px 0;
  }
}

.meeting01 .box03 .box__title:after {
  content: '';
  display: block;
  background: #709691;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@media only screen and (max-width: 766px) {
  .meeting01 .box03 .box__title:after {
    display: none;
  }
}

.meeting01 .box02 .box__images {
  clear: both;
}

@media only screen and (min-width: 767px) {
  .meeting01 .box02 .box__images ul {
    height: 179px;
    overflow: hidden;
  }
}

.meeting01 .box02 .box__images ul li {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__images ul li {
    margin: 11px 0 15px;
  }
}

.meeting01 .box02 .box__images ul li img {
  width: 100%;
  max-width: none;
}

.meeting01 .box02 .box__img {
  float: right;
  width: 410px;
  padding-right: 30px;
  margin-top: 200px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.meeting01 .box02 .box__content {
  float: left;
  max-width: 870px;
  padding: 0 140px;
  margin-bottom: 33px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__content {
    margin: 0;
    padding: 10px 10px 5px;
  }
}

.meeting01 .box02 .box__content p,
.meeting01 .box02 .box__content strong {
  line-height: 23px;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__content p,
  .meeting01 .box02 .box__content strong {
    font-size: 13px;
    line-height: 21px;
  }
}

.meeting01 .box02 .box__content strong {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.meeting01 .box02 .box__title {
  font-weight: normal;
  font-family: 'RyuminPro Bold', sans-serif;
  color: #fff;
  font-size: 22px;
  position: relative;
  width: 945px;
  margin: 0 0 32px -60px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__title {
    width: 100%;
    margin: 0;
    background: #838383;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
}

.meeting01 .box02 .box__title span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 60px 8px 200px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__title span {
    padding: 3px 0;
  }
}

.meeting01 .box02 .box__title:after {
  content: '';
  display: block;
  background: #838383;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media only screen and (max-width: 766px) {
  .meeting01 .box02 .box__title:after {
    display: none;
  }
}

.meeting01 .box01 {
  margin: 370px 0 15px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box01 {
    margin: 0;
  }
}

.meeting01 .box01 .box__title {
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #333;
  font-size: 17px;
  position: relative;
  width: 290px;
  height: 50px;
  margin: 0 107px 0 0;
  float: right;
}

.meeting01 .box01 .box__title span {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.5;
  padding: 0 20px 0 40px;
}

.meeting01 .box01 .box__title:after {
  content: '';
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.meeting01 .box01 .box__img {
  float: left;
  clear: both;
  margin: 280px 0 0 240px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box01 .box__img {
    margin: 0;
  }
}

.meeting01 .box01 .box__content {
  float: right;
  width: 560px;
  padding: 0 70px;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box01 .box__content {
    font-size: 0;
    padding: 0;
    width: auto;
    margin: 15px -5px 10px;
    float: none;
  }
}

.meeting01 .box01 .box__content p {
  font-family: 'RyuminPro Bold', sans-serif;
  font-size: 24px;
  color: #fff;
  margin: 140px 0 50px;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 766px) {
  .meeting01 .box01 .box__content p {
    margin: 0;
  }
}

.meeting01 .box01 .box__content ul {
  text-align: center;
  font-size: 0;
  margin: 0 -51px;
}

@media (max-width: 766px) {
  .meeting01 .box01 .box__content ul {
    margin: 0;
    display: inline-block;
    width: 66.66666%;
  }
}

.meeting01 .box01 .box__content ul.last {
  margin-top: -50px;
}

@media (max-width: 766px) {
  .meeting01 .box01 .box__content ul.last {
    width: 33.33333%;
    margin: 0;
  }

  .meeting01 .box01 .box__content ul.last li {
    width: 100%;
  }
}

.meeting01 .box01 .box__content ul li {
  display: inline-block;
  padding: 0 50px;
}

@media (max-width: 766px) {
  .meeting01 .box01 .box__content ul li {
    padding: 0 12px;
    width: 50%;
  }
}

.meeting01 .box01 .box__content ul li p {
  margin: 0;
}

.meeting01 .box01 .box__content ul li a {
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  display: inline-block;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  cursor: default;
}

.meeting01 .box01 .box__content ul li a:hover {
  opacity: 1;
}

.meeting01 .box01 .box__content ul li a.img {
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 767px) {
  .meeting01 .box01 .box__content ul li a.img {
    width: 160px;
  }
}

@media (max-width: 766px) {
  .meeting01 .box01 .box__content ul li a {
    color: #333;
    font-size: 11px;
    line-height: 14px;
    white-space: normal;
    vertical-align: top;
    text-align: left;
  }

  .meeting01 .box01 .box__content ul li a.img {
    margin-bottom: 7px;
  }
}

.meeting01 .box01 .box__content ul li a span {
  font-size: 16px;
  display: block;
  text-align: left;
}

@media (max-width: 766px) {
  .meeting01 .box01 .box__content ul li a span {
    font-size: 13px;
  }
}

.meeting01 .box05 .box__links .link01 > span span {
  font-size: 18px;
  width: 70%;
  line-height: 1.3;
}

@media (max-width: 766px) {
  .meeting01 .box05 .box__links .link01 > span span {
    width: 100%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 766px) {
  .meeting01.meeting02 .page__entry.box05 .box__entry a {
    margin-top: 0;
  }
}

.p-post-item.is-horizon {
  border: 1px solid #efefef;
  padding: 32px;
  background: #fff;
}

.p-post-item.is-horizon .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}

.p-post-item.is-line {
  border-bottom: 1px solid #efefef;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}

.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.5rem;
  width: auto;
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  margin-right: 32px;
  float: left;
  color: #333;
}

.p-post-item.is-line .p-post-item__title {
  float: left;
  color: #333;
  margin-right: 32px;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.1875rem;
  margin-right: 32px;
}

.p-post-item {
  margin-bottom: 2rem;
}

.p-post-item__title {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.p-post-item__title > a {
  color: #000;
  text-decoration: none;
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
  margin-top: 0;
}

.p-privacy {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  background: #eef1f1;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-privacy h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 16px;
}

.p-profile-box {
  border: 1px solid #efefef;
  padding: 32px;
}

.p-profile-box__thumbnail {
  float: left;
  text-align: center;
  margin-right: 32px;
}

.p-profile-box__authorname {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 8px;
}

.recruit-entry .content {
  padding: 0 90px;
}

@media (max-width: 766px) {
  .recruit-entry .content {
    padding: 0 10px;
  }
}

.recruit-entry .content p {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 23px;
}

@media (max-width: 766px) {
  .recruit-entry .content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
  }
}

.recruit-entry .content .links {
  text-align: center;
  font-size: 0;
  margin-bottom: 117px;
  width: 800px;
  margin-top: 40px;
}

@media (max-width: 766px) {
  .recruit-entry .content .links {
    margin-bottom: 25px;
    width: auto;
    margin-top: 20px;
  }
}

.recruit-entry .content .links.last {
  margin-bottom: 85px;
}

@media (max-width: 766px) {
  .recruit-entry .content .links.last {
    margin-bottom: 0;
  }
}

.recruit-entry .content .links li {
  display: inline-block;
  padding: 0 25px;
}

@media (max-width: 766px) {
  .recruit-entry .content .links li {
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 20px;
  }
}

.recruit-entry .content .links li a {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  padding: 0px 0px;
  display: inline-block;
}

@media (max-width: 766px) {
  .recruit-entry .content .links li a {
    border: none;
    padding: 0px;
    width: 100%;
  }
}

.recruit-entry .content .links li a img {
  height: 64px;
}

@media only screen and (max-width: 766px) {
  .recruit-entry .content .links li a img {
    width: auto;
    height: auto;
  }
}

.recruit-entry .content .item-title {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: center;
  font-size: 30px;
  margin: 50px 0 43px;
  position: relative;
  z-index: 1;
}

@media (max-width: 766px) {
  .recruit-entry .content .item-title {
    font-size: 19px;
    margin: 13px 0 6px;
  }
}

.recruit-entry .content .item-title span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruit-entry .content .item-title span {
    padding: 10px 20px 5px;
  }
}

@media (max-width: 766px) {
  .recruit-entry .content .item-title span {
    padding: 5px 13px;
  }
}

.recruit-faq .telcal {
  pointer-events: none;
  cursor: auto;
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  .recruit-faq .telcal {
    pointer-events: auto;
    color: inherit;
  }
}

.recruit-faq .linkopage {
  color: inherit;
}

.recruit-faq .list {
  position: relative;
  padding: 0 90px;
}

@media (max-width: 766px) {
  .recruit-faq .list {
    padding: 0 10px;
  }
}

.recruit-faq .list ul {
  position: relative;
  z-index: 1;
}

.recruit-faq .list ul li {
  margin-bottom: 60px;
}

@media (max-width: 766px) {
  .recruit-faq .list ul li {
    margin-bottom: 15px;
  }
}

.recruit-faq .list ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 766px) {
  .recruit-faq .list ul li:last-child {
    margin-bottom: 5px;
  }
}

.recruit-faq .list .item-a {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 0 0 0 50px;
  min-height: 30px;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-a {
    padding: 0 0 0 35px;
    font-size: 13px;
    line-height: 19px;
  }
}

.recruit-faq .list .item-a p {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-a p {
    font-size: 13px;
    line-height: 19px;
  }
}

.recruit-faq .list .item-a:before {
  color: #e34601;
  content: 'A.';
  font-size: 36px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: absolute;
  left: 0;
  top: -6px;
  font-weight: bold;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-a:before {
    font-size: 27px;
  }
}

.recruit-faq .list .item-a a {
  color: #fff;
}

.recruit-faq .list .item-a a.telcal {
  color: inherit;
}

.recruit-faq .list .item-a a.outlink {
  color: inherit;
  text-decoration: underline;
}

.recruit-faq .list .item-q {
  color: #00502b;
  font-size: 20px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 50px;
  min-height: 30px;
  margin: 0 0 28px;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-q {
    font-size: 16px;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.recruit-faq .list .item-q:before {
  content: 'Q. ';
  font-size: 36px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: absolute;
  left: 0;
  top: -15px;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-q:before {
    font-size: 27px;
    top: -4px;
  }
}

.recruit-faq .list .item-title {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: center;
  font-size: 30px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 50px 0 20px;
}

@media (max-width: 766px) {
  .recruit-faq .list .item-title {
    font-size: 19px;
    padding: 13px 0;
  }
}

.recruit-faq .list .item-title span {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 70px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruit-faq .list .item-title span {
    padding: 10px 70px 5px;
  }
}

@media (max-width: 766px) {
  .recruit-faq .list .item-title span {
    padding: 5px 20px;
  }
}

.recruit-graduate .l-main .l-container-inner {
  padding: 0 0 705px;
}

@media (max-width: 766px) {
  .recruit-graduate .l-main .l-container-inner {
    padding: 0;
  }
}

.recruit-graduate .l-section.box__entry {
  bottom: 172px;
}

.recruit-graduate .list {
  position: relative;
  padding: 0 90px;
  color: #333;
}

@media (max-width: 766px) {
  .recruit-graduate .list {
    padding: 0 10px;
  }
}

.recruit-graduate .list ul {
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 766px) {
  .recruit-graduate .list ul {
    margin-top: 3px;
    padding-left: 10px;
    width: 150px;
  }
}

.recruit-graduate .list ul li {
  float: left;
  padding-right: 46px;
}

.recruit-graduate .list ul li:last-child {
  padding-right: 0;
}

@media (max-width: 766px) {
  .recruit-graduate .list ul li:last-child {
    margin-bottom: 0;
  }

  .recruit-graduate .list ul li:last-child a {
    color: #fff;
    background: #ff8f46;
  }

  .recruit-graduate .list ul li:last-child a:after {
    display: none;
  }
}

@media (max-width: 766px) {
  .recruit-graduate .list ul li {
    padding: 0;
    margin: 0 0 13px;
  }

  .recruit-graduate .list ul li a {
    background: #ffe68e;
    font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
      'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 170px;
    text-align: center;
    padding: 10px;
    position: relative;
    cursor: default;
  }

  .recruit-graduate .list ul li a:hover {
    opacity: 1;
  }

  .recruit-graduate .list ul li a:after {
    content: '';
    display: block;
    border-top: 8px solid #f6c724;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
  }
}

.recruit-graduate .list .table {
  position: relative;
  z-index: 1;
}

.recruit-graduate .list .table th {
  font-size: 18px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 26px;
  text-align: left;
  width: 175px;
}

@media (max-width: 766px) {
  .recruit-graduate .list .table th {
    width: auto;
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
    padding-right: 5px;
  }
}

.recruit-graduate .list .table td {
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 26px;
}

.recruit-graduate .list .table td a {
  color: #333;
}

@media (max-width: 766px) {
  .recruit-graduate .list .table td {
    font-size: 13px;
    line-height: 19px;
  }
}

.recruit-graduate .list .table th,
.recruit-graduate .list .table td {
  padding-bottom: 50px;
  vertical-align: top;
}

@media (max-width: 766px) {
  .recruit-graduate .list .table th,
  .recruit-graduate .list .table td {
    padding-bottom: 14px;
  }
}

.recruit-graduate .list .table tr:last-child td,
.recruit-graduate .list .table tr:last-child th {
  padding-bottom: 30px;
}

@media (max-width: 766px) {
  .recruit-graduate .list .table tr:last-child td,
  .recruit-graduate .list .table tr:last-child th {
    padding-bottom: 0;
  }
}

.recruit-graduate .list .item-title {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: center;
  font-size: 30px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  color: #e34500;
}

@media (max-width: 766px) {
  .recruit-graduate .list .item-title {
    font-size: 19px;
    line-height: 17px;
    padding: 15px 0 20px;
  }
}

.recruit-graduate .list .item-title span {
  display: inline-block;
  border: 1px solid #e34500;
  padding: 10px 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .recruit-graduate .list .item-title span {
    padding: 10px 30px 5px;
  }
}

@media (max-width: 766px) {
  .recruit-graduate .list .item-title span {
    padding: 5px 15px;
  }
}

.recruit.recruit-message .l-main .l-container-inner {
  padding: 0 0 1030px;
}

@media only screen and (max-width: 766px) {
  .recruit.recruit-message .l-main .l-container-inner {
    padding: 0;
  }
}

.recruit.recruit-message .l-section.box__entry {
  bottom: 172px;
}

.recruit.recruit-message .list {
  position: relative;
  padding: 0 90px;
  color: #333;
}

@media (max-width: 766px) {
  .recruit.recruit-message .list {
    padding: 0 10px;
  }
}

.recruit.recruit-message .list .box {
  margin: 100px auto auto;
  zoom: 1;
}

.recruit.recruit-message .list .box:before,
.recruit.recruit-message .list .box:after {
  content: ' ';
  display: table;
}

.recruit.recruit-message .list .box:after {
  clear: both;
}

@media only screen and (max-width: 766px) {
  .recruit.recruit-message .list .box {
    margin: 10px auto auto;
  }
}

.recruit.recruit-message .list .box .text {
  width: 716px;
  padding: 0 30px 0 0;
  margin: 0 auto 30px 0;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #414141;
  float: left;
}

@media only screen and (max-width: 766px) {
  .recruit.recruit-message .list .box .text {
    margin: auto auto 20px;
    width: auto;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    float: none;
  }
}

.recruit.recruit-message .list .box .text.namearea {
  text-align: right;
}

.recruit.recruit-message .list .box .imgs {
  margin: 0 0 60px;
}

@media only screen and (max-width: 766px) {
  .recruit.recruit-message .list .box .imgs {
    margin: 0 0 20px;
  }
}

.recruit.recruit-message .list .box .imgs.momar {
  margin: 0;
}

@media only screen and (max-width: 766px) {
  .recruit.recruit-message .list .box .imgs.momar {
    margin: 0 0 20px;
  }
}

.recruit-graduate.recruit-new .box__entry {
  bottom: 172px;
}

@media (max-width: 766px) {
  .recruit-graduate.recruit-new .list ul {
    margin-top: 3px;
    width: 170px;
  }
}

.recruit-graduate.recruit-new .list ul li {
  padding-right: 11px;
}

.recruit-graduate.recruit-new .list ul li a {
  cursor: default;
}

.recruit-graduate.recruit-new .list ul li a:hover {
  opacity: 1;
}

@media (max-width: 766px) {
  .recruit-graduate.recruit-new .list ul li:last-child a {
    color: #fff;
    background: #1c9a5e;
  }
}

@media (max-width: 766px) {
  .recruit-graduate.recruit-new .list ul li {
    padding-right: 0;
  }

  .recruit-graduate.recruit-new .list ul li a {
    background: #dcf0b1;
  }

  .recruit-graduate.recruit-new .list ul li a:after {
    border-top: 8px solid #7ba02c;
  }
}

.recruit-graduate.recruit-new .list .item-title {
  color: #1b8855;
}

.recruit-graduate.recruit-new .list .item-title span {
  border: 1px solid #7ba02c;
}

.recruit .l-main .l-container {
  background: #fff url(../images/recruit/bkg.png) no-repeat right top;
}

@media (max-width: 766px) {
  .recruit .l-main .l-container {
    background: #fff;
  }
}

.recruit .l-main .l-container-inner {
  background: url(../images/recruit/faq/bkg.png) no-repeat center bottom;
  padding: 0 0 750px;
}

@media (max-width: 766px) {
  .recruit .l-main .l-container-inner {
    background: none;
    padding: 0;
  }
}

.recruit .box__entry {
  position: absolute;
  left: 50%;
  margin-left: -87px;
  bottom: 172px;
}

@media (max-width: 766px) {
  .recruit .box__entry {
    position: static;
    margin: 15px 0 0;
  }
}

.recruit .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
}

@media (max-width: 766px) {
  .recruit .box__entry .entry {
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

.recruit .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  .recruit .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.recruit .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  .recruit .box__entry .entry span:after {
    display: none;
  }
}

.recruit .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  .recruit .box__entry .entry:after {
    display: none;
  }
}

.p-sitemap {
  margin-bottom: 3rem;
}

.p-sitemap__title {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.p-sitemap > ul > li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.p-sitemap > ul > li a {
  text-decoration: none;
}

.p-sitemap > ul > li a:hover {
  text-decoration: underline;
}

body#special {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body#special .l-global-nav .icons {
  display: none;
}

body#special .special-main {
  overflow: hidden;
  height: 800px;
  position: relative;
}

@media (max-width: 766px) {
  body#special .special-main {
    height: auto;
  }
}

body#special .special-main .inner {
  width: 1088px;
  margin: 0 auto;
}

body#special .special-main .inner .logo {
  padding-top: 20px;
}

body#special .special-main .inner .logo img {
  width: 284px;
  height: auto;
}

body#special .special-main .inner .fadeIn {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

body#special .special-main .inner .fadeIn.on {
  opacity: 1;
}

body#special .special-main .inner .fadeInLeft {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  left: 350px !important;
  opacity: 0;
}

body#special .special-main .inner .fadeInLeft.on {
  opacity: 1;
  left: 0 !important;
}

body#special .special-main .inner .fadeInRight {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  opacity: 0;
  right: 350px !important;
}

body#special .special-main .inner .fadeInRight.on {
  opacity: 1;
  right: 0 !important;
}

body#special .special-main .inner .personbox {
  position: absolute;
  left: 0;
  bottom: -74px;
  width: 100%;
}

body#special .special-main .inner .personbox .person {
  width: auto;
  height: 780px;
}

body#special .special-main .inner .personbox.f-person img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: -60px;
}

body#special .special-main .inner .personbox.t-person {
  font-size: 0;
  text-align: center;
  position: relative;
  left: -60px;
  bottom: 0;
}

body#special .special-main .inner .personbox.t-person img {
  display: inline-block;
}

body#special
  .special-main
  .inner
  .personbox.t-person.margin
  .person:nth-child(1) {
  margin-right: 120px;
}

body#special
  .special-main
  .inner
  .personbox.t-person.margin
  .person:nth-child(2) {
  margin-left: 120px;
}

body#special .special-main.sp .contents {
  position: relative;
}

body#special .special-main.sp .contents .clearmain {
  background: #fff;
}

body#special .special-main.sp .contents .clearmain02 {
  width: 60%;
  margin: 10px auto 20px;
}

body#special .special-main.sp .contents .message-area {
  background: #000;
  padding: 8px;
}

body#special .special-main.sp .contents .message-area.clearmessage {
  height: 336px;
  position: relative;
}

body#special
  .special-main.sp
  .contents
  .message-area.clearmessage
  .linkareas
  a {
  position: absolute;
  display: block;
}

body#special
  .special-main.sp
  .contents
  .message-area.clearmessage
  .linkareas
  a.link01 {
  top: 25%;
  width: 100px;
  height: 20px;
}

body#special
  .special-main.sp
  .contents
  .message-area.clearmessage
  .linkareas
  a.link02 {
  top: 36%;
  left: 20px;
  width: 220px;
  height: 20px;
}

body#special .special-main.sp .contents .select-area {
  background: #000;
  padding: 8px;
  padding-top: 0;
  min-height: 150px;
}

body#special .special-main.sp .contents .select-area ul li {
  margin-top: 5px;
}

body#special .special-main.sp .contents .select-area ul li:first-child {
  margin-top: 0;
}

body#special .special-main.sp .contents .select-area ul li a {
  display: block;
}

body#special .special-main.sp .contents .first-area {
  background: #000;
  padding: 8px;
  min-height: 318px;
}

body#special .special-main.sp .contents .first-area .select {
  display: block;
  margin-top: 8px;
}

body#special .special-main.sp .contents a.wholelink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

body#special .messagebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1500px auto;
}

body#special .messagebox a.wholelink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

body#special .link-result01 {
  position: absolute;
  width: 1180px;
  height: 250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body#special .link-result01 a:nth-child(1) {
  position: absolute;
  right: 370px;
  width: 90px;
  height: 30px;
  top: 110px;
}

body#special .link-result01 a:nth-child(2) {
  position: absolute;
  right: 170px;
  width: 380px;
  height: 30px;
  top: 140px;
}

body#special.special-shizai {
  background-image: url(../images/special/shizai/bg.jpg);
}

body#special.special-shizai .messagebox .btn-row {
  position: absolute;
  width: 927px;
  bottom: 87px;
  left: 278px;
  right: 0;
  margin: auto;
  height: 110px;
}

body#special.special-shizai .messagebox .btn-row a {
  width: 215px;
  display: inline-block;
  height: 100%;
  margin-right: 22px;
}

body#special.special-shizai .messagebox .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-shizai .messagebox .btn-row02 {
  position: absolute;
  width: 944px;
  bottom: 80px;
  left: 278px;
  right: 0;
  margin: auto;
  height: 122px;
}

body#special.special-shizai .messagebox .btn-row02 a {
  width: 295px;
  display: inline-block;
  height: 100%;
  margin-right: 26px;
}

body#special.special-shizai .messagebox .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-shizai .messagebox .btn-row03 {
  position: absolute;
  width: 927px;
  bottom: 87px;
  left: -180px;
  right: 0;
  margin: auto;
  height: 110px;
}

body#special.special-shizai .messagebox .btn-row03 a {
  width: 215px;
  display: inline-block;
  height: 100%;
  margin-right: 22px;
}

body#special.special-shizai .messagebox .btn-row03 a:last-child {
  margin-right: 0;
}

body#special.special-shizai .messagebox.shizai01 {
  background-image: url(../images/special/shizai/message01.png);
  background-position: center bottom -80px;
}

body#special.special-shizai .messagebox.shizai02 {
  background-image: url(../images/special/shizai/message02.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai03 {
  background-image: url(../images/special/shizai/message03.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai04 {
  background-image: url(../images/special/shizai/message04.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai05 {
  background-image: url(../images/special/shizai/message05.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai06 {
  background-image: url(../images/special/shizai/message06.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai07 {
  background-image: url(../images/special/shizai/message07.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai08 {
  background-image: url(../images/special/shizai/message08.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai09 {
  background-image: url(../images/special/shizai/message09.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai10 {
  background-image: url(../images/special/shizai/message10.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai11 {
  background-image: url(../images/special/shizai/message11.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai12 {
  background-image: url(../images/special/shizai/message12.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai13 {
  background-image: url(../images/special/shizai/message13.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-shizai .messagebox.shizai14 {
  background-image: url(../images/special/shizai/message14.png);
  background-position: center center;
  position: absolute;
}

body#special.special-shizai .messagebox.shizai15 {
  background-image: url(../images/special/shizai/message15.png);
  background-position: center center;
  position: absolute;
}

body#special.special-electric {
  background-image: url(../images/special/electric/bg01.jpg);
}

body#special.special-electric .personbox.f-person img {
  left: 0px !important;
}

body#special.special-electric .messagebox.electric01 {
  background-image: url(../images/special/electric/message01.png);
  background-position: center bottom -80px;
}

body#special.special-electric .messagebox.electric02 {
  background-image: url(../images/special/electric/message02.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric02 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 119px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 53px;
}

body#special.special-electric .messagebox.electric02 .btn-row a {
  width: 200px;
  display: inline-block;
  height: 100%;
  margin-right: 30px;
}

body#special.special-electric .messagebox.electric02 .btn-row a:nth-child(2) {
  width: 230px;
}

body#special.special-electric .messagebox.electric02 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric03 {
  background-image: url(../images/special/electric/message03.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric03 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 119px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 53px;
}

body#special.special-electric .messagebox.electric03 .btn-row a {
  width: 200px;
  display: inline-block;
  height: 100%;
  margin-right: 30px;
}

body#special.special-electric .messagebox.electric03 .btn-row a:nth-child(2) {
  width: 230px;
}

body#special.special-electric .messagebox.electric03 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric04 {
  background-image: url(../images/special/electric/message04.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric05 {
  background-image: url(../images/special/electric/message05.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric05 .btn-row02 {
  position: absolute;
  width: 965px;
  bottom: 89px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 113px;
}

body#special.special-electric .messagebox.electric05 .btn-row02 a {
  width: 310px;
  display: inline-block;
  height: 100%;
  margin-right: 15px;
}

body#special.special-electric .messagebox.electric05 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric06 {
  background-image: url(../images/special/electric/message06.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric06 .btn-row02 {
  position: absolute;
  width: 965px;
  bottom: 89px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 113px;
}

body#special.special-electric .messagebox.electric06 .btn-row02 a {
  width: 310px;
  display: inline-block;
  height: 100%;
  margin-right: 15px;
}

body#special.special-electric .messagebox.electric06 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric07 {
  background-image: url(../images/special/electric/message07.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric07 .btn-row02 {
  position: absolute;
  width: 965px;
  bottom: 89px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 113px;
}

body#special.special-electric .messagebox.electric07 .btn-row02 a {
  width: 310px;
  display: inline-block;
  height: 100%;
  margin-right: 15px;
}

body#special.special-electric .messagebox.electric07 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric08 {
  background-image: url(../images/special/electric/message08.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric09 {
  background-image: url(../images/special/electric/message09.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric09 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 94px;
  left: -177px;
  right: 0;
  margin: auto;
  height: 82px;
}

body#special.special-electric .messagebox.electric09 .btn-row02 a {
  width: 198px;
  display: inline-block;
  height: 100%;
  margin-right: 32px;
}

body#special.special-electric .messagebox.electric09 .btn-row02 a:nth-child(2) {
  width: 227px;
}

body#special.special-electric .messagebox.electric09 .btn-row02 a:nth-child(3) {
  width: 204px;
}

body#special.special-electric .messagebox.electric09 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric10 {
  background-image: url(../images/special/electric/message10.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric10 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 94px;
  left: -177px;
  right: 0;
  margin: auto;
  height: 82px;
}

body#special.special-electric .messagebox.electric10 .btn-row02 a {
  width: 198px;
  display: inline-block;
  height: 100%;
  margin-right: 32px;
}

body#special.special-electric .messagebox.electric10 .btn-row02 a:nth-child(2) {
  width: 227px;
}

body#special.special-electric .messagebox.electric10 .btn-row02 a:nth-child(3) {
  width: 204px;
}

body#special.special-electric .messagebox.electric10 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-electric .messagebox.electric11 {
  background-image: url(../images/special/electric/message11.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric12 {
  background-image: url(../images/special/electric/message12.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric13 {
  background-image: url(../images/special/electric/message13.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-electric .messagebox.electric14 {
  background-image: url(../images/special/electric/message14.png);
  background-position: center center;
  position: absolute;
}

body#special.special-electric .messagebox.electric15 {
  background-image: url(../images/special/electric/message15.png);
  background-position: center center;
  position: absolute;
}

body#special.special-outdoor {
  background-image: url(../images/special/outdoor/bg01.jpg);
}

body#special.special-outdoor .messagebox.outdoor01 {
  background-image: url(../images/special/outdoor/message01.png);
  background-position: center bottom -80px;
}

body#special.special-outdoor .messagebox.outdoor02 {
  background-image: url(../images/special/outdoor/message02.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor02 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 88px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 108px;
}

body#special.special-outdoor .messagebox.outdoor02 .btn-row a {
  width: 212px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor .messagebox.outdoor02 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-outdoor .messagebox.outdoor03 {
  background-image: url(../images/special/outdoor/message03.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor03 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 88px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 108px;
}

body#special.special-outdoor .messagebox.outdoor03 .btn-row a {
  width: 212px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor .messagebox.outdoor03 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-outdoor .messagebox.outdoor04 {
  background-image: url(../images/special/outdoor/message04.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor05 {
  background-image: url(../images/special/outdoor/message05.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor05 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-outdoor .messagebox.outdoor05 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor .messagebox.outdoor05 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-outdoor .messagebox.outdoor06 {
  background-image: url(../images/special/outdoor/message06.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor06 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-outdoor .messagebox.outdoor06 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor .messagebox.outdoor06 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-outdoor .messagebox.outdoor07 {
  background-image: url(../images/special/outdoor/message07.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor07 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-outdoor .messagebox.outdoor07 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor .messagebox.outdoor07 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-outdoor .messagebox.outdoor08 {
  background-image: url(../images/special/outdoor/message08.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor09 {
  background-image: url(../images/special/outdoor/message09.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor10 {
  background-image: url(../images/special/outdoor/message10.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor11 {
  background-image: url(../images/special/outdoor/message11.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor12 {
  background-image: url(../images/special/outdoor/message12.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor13 {
  background-image: url(../images/special/outdoor/message13.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor .messagebox.outdoor14 {
  background-image: url(../images/special/outdoor/message14.png);
  background-position: center center;
  position: absolute;
}

body#special.special-outdoor .messagebox.outdoor15 {
  background-image: url(../images/special/outdoor/message15.png);
  background-position: center center;
  position: absolute;
}

body#special.special-outdoor2 {
  background-image: url(../images/special/outdoor/bg02.jpg);
}

body#special.special-outdoor2 .messagebox.outdoor01 {
  background-image: url(../images/special/outdoor/message01.png);
  background-position: center bottom -80px;
}

body#special.special-outdoor2 .messagebox.outdoor02 {
  background-image: url(../images/special/outdoor/message02.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor03 {
  background-image: url(../images/special/outdoor/message03.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor04 {
  background-image: url(../images/special/outdoor/message04.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor05 {
  background-image: url(../images/special/outdoor/message05.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor06 {
  background-image: url(../images/special/outdoor/message06.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor07 {
  background-image: url(../images/special/outdoor/message07.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor08 {
  background-image: url(../images/special/outdoor/message08.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor09 {
  background-image: url(../images/special/outdoor/message09.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor10 {
  background-image: url(../images/special/outdoor/message10.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor10 .btn-row03 {
  position: absolute;
  width: 930px;
  bottom: 87px;
  left: -183px;
  right: 0;
  margin: auto;
  height: 111px;
}

body#special.special-outdoor2 .messagebox.outdoor10 .btn-row03 a {
  width: 214px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor2 .messagebox.outdoor10 .btn-row03 a:last-child {
  margin-right: 0;
}

body#special.special-outdoor2 .messagebox.outdoor11 {
  background-image: url(../images/special/outdoor/message11.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor11 .btn-row03 {
  position: absolute;
  width: 930px;
  bottom: 87px;
  left: -183px;
  right: 0;
  margin: auto;
  height: 111px;
}

body#special.special-outdoor2 .messagebox.outdoor11 .btn-row03 a {
  width: 214px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-outdoor2 .messagebox.outdoor11 .btn-row03 a:last-child {
  margin-right: 0;
}

body#special.special-outdoor2 .messagebox.outdoor12 {
  background-image: url(../images/special/outdoor/message12.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor13 {
  background-image: url(../images/special/outdoor/message13.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-outdoor2 .messagebox.outdoor14 {
  background-image: url(../images/special/outdoor/message14.png);
  background-position: center center;
  position: absolute;
}

body#special.special-outdoor2 .messagebox.outdoor15 {
  background-image: url(../images/special/outdoor/message15.png);
  background-position: center center;
  position: absolute;
}

body#special.special-garden {
  background-image: url(../images/special/garden/bg01.jpg);
}

body#special.special-garden .personbox.t-person .person:nth-child(1) {
  margin-right: 120px;
}

body#special.special-garden .personbox.t-person .person:nth-child(2) {
  margin-left: 120px;
}

body#special.special-garden .messagebox.garden01 {
  background-image: url(../images/special/garden/message01.png);
  background-position: center bottom -80px;
}

body#special.special-garden .messagebox.garden02 {
  background-image: url(../images/special/garden/message02.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden02 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 88px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 108px;
}

body#special.special-garden .messagebox.garden02 .btn-row a {
  width: 212px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden02 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden03 {
  background-image: url(../images/special/garden/message03.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden03 .btn-row {
  position: absolute;
  width: 930px;
  bottom: 88px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 108px;
}

body#special.special-garden .messagebox.garden03 .btn-row a {
  width: 212px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden03 .btn-row a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden04 {
  background-image: url(../images/special/garden/message04.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden05 {
  background-image: url(../images/special/garden/message05.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden05 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-garden .messagebox.garden05 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden05 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden06 {
  background-image: url(../images/special/garden/message06.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden06 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-garden .messagebox.garden06 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden06 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden07 {
  background-image: url(../images/special/garden/message07.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden07 .btn-row02 {
  position: absolute;
  width: 930px;
  bottom: 80px;
  left: 284px;
  right: 0;
  margin: auto;
  height: 123px;
}

body#special.special-garden .messagebox.garden07 .btn-row02 a {
  width: 292px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden07 .btn-row02 a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden08 {
  background-image: url(../images/special/garden/message08.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden09 {
  background-image: url(../images/special/garden/message09.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden10 {
  background-image: url(../images/special/garden/message10.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden10 .btn-row03 {
  position: absolute;
  width: 930px;
  bottom: 87px;
  left: -183px;
  right: 0;
  margin: auto;
  height: 111px;
}

body#special.special-garden .messagebox.garden10 .btn-row03 a {
  width: 214px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden10 .btn-row03 a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden11 {
  background-image: url(../images/special/garden/message11.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden11 .btn-row03 {
  position: absolute;
  width: 930px;
  bottom: 87px;
  left: -183px;
  right: 0;
  margin: auto;
  height: 111px;
}

body#special.special-garden .messagebox.garden11 .btn-row03 a {
  width: 214px;
  display: inline-block;
  height: 100%;
  margin-right: 24px;
}

body#special.special-garden .messagebox.garden11 .btn-row03 a:last-child {
  margin-right: 0;
}

body#special.special-garden .messagebox.garden12 {
  background-image: url(../images/special/garden/message12.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden13 {
  background-image: url(../images/special/garden/message13.png);
  background-position: center bottom -70px;
  position: absolute;
  left: -40px;
}

body#special.special-garden .messagebox.garden14 {
  background-image: url(../images/special/garden/message14.png);
  background-position: center center;
  position: absolute;
}

body#special.special-garden .messagebox.garden15 {
  background-image: url(../images/special/garden/message15.png);
  background-position: center center;
  position: absolute;
}

body#special.special-sp {
  background-image: none;
}

body#special-clear .l-global-nav .entry {
  width: 190px;
  height: 190px;
}

body#special-clear .l-global-nav .entry a span {
  top: 125px;
  left: 102px;
  font-size: 20px;
}

body#special-clear .imenu {
  display: none;
}

body#special-clear .l-main {
  padding-top: 65px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url(../images/special/electric/clear/bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  clear: both;
}

body#special-clear .l-main .left {
  float: left;
  width: 44%;
}

body#special-clear .l-main .left .logo {
  width: 240px;
  margin-left: 90px;
}

body#special-clear .l-main .left .logo img {
  width: 100%;
}

body#special-clear .l-main .left .title {
  margin-top: 50px;
}

body#special-clear .l-main .left .link {
  margin-top: 10px;
}

body#special-clear .l-main .left .schdule {
  margin-top: 65px;
}

body#special-clear .l-main .right {
  float: left;
  width: 40%;
}

.staff .page__entry {
  margin: 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .staff .page__entry {
    margin: 0;
  }
}

.staff .page__entry .box__entry {
  position: absolute;
  left: 415px;
  top: 211px;
}

.staff .page__entry .box__entry a {
  margin: 0;
}

.staff .l-main {
  position: relative;
}

.staff .l-main::before {
  content: '';
  position: absolute;
  left: calc(50% - 640px);
  top: 0;
  width: 1280px;
  height: 100%;
  background: #fff url('../images/staff/banner01.jpg') no-repeat scroll left top;
  background-size: 100% auto;
}

@media only screen and (max-width: 766px) {
  .staff .l-main::before {
    width: 100%;
  }
}

.staff .l-main::after {
  content: '';
  position: absolute;
  left: calc(50% - 640px);
  top: 0;
  width: 1280px;
  height: 100%;
  background: url('../images/staff/bkg.png') no-repeat scroll center 178px;
  background-size: calc(100% + 2px) auto;
  z-index: 0;
}

@media only screen and (max-width: 766px) {
  .staff .l-main::after {
    width: 100%;
  }
}

.staff .l-main > .l-container {
  position: relative;
  z-index: 1;
}

.staff__box .box__title {
  background: #e1e1e1;
  border-radius: 50%;
  text-align: center;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: bold;
  color: #357c73;
  font-size: 28px;
  width: 288px;
  height: 288px;
  position: relative;
  line-height: 33px;
  margin: 30px 0 0;
}

@media only screen and (max-width: 766px) {
  .staff__box .box__title {
    border-radius: 0;
    width: 100%;
    height: auto;
    font-size: 13px;
    margin: 5px 0 7px;
    padding: 5px 0;
  }
}

.staff__box .box__title span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 766px) {
  .staff__box .box__title span {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.staff__box .box__content {
  max-width: 585px;
  text-align: justify;
}

@media only screen and (max-width: 766px) {
  .staff__box .box__content {
    max-width: 100%;
  }
}

.staff__box .box__content__title {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 766px) {
  .staff__box .box__content__title {
    font-size: 12px;
  }
}

.staff__box .box__content__des {
  line-height: 23px;
}

@media only screen and (max-width: 766px) {
  .staff__box .box__content__des {
    font-size: 11px;
  }
}

.staff__box .box__wrap-imgs {
  clear: both;
  padding-top: 80px;
}

@media only screen and (max-width: 766px) {
  .staff__box .box__wrap-imgs {
    padding-top: 5px;
  }
}

.staff .box01 .box__title {
  float: left;
  margin-left: 265px;
}

@media only screen and (max-width: 766px) {
  .staff .box01 .box__title {
    float: none;
    margin-left: 0;
  }
}

.staff .box01 .box__content {
  float: right;
  margin-right: 50px;
}

@media only screen and (max-width: 766px) {
  .staff .box01 .box__content {
    float: none;
    margin: 0;
    background: #005d3b;
    padding: 10px 10px 15px;
  }
}

.staff .box01 .box__content__title {
  color: #fff;
  margin: 15px 0 25px;
}

@media only screen and (max-width: 766px) {
  .staff .box01 .box__content__title {
    margin: 10px 0 20px;
  }
}

.staff .box01 .box__content__des {
  color: #fff;
}

.staff .box02 {
  padding: 45px 0 0;
}

@media only screen and (max-width: 766px) {
  .staff .box02 {
    padding: 15px 0 0;
  }
}

.staff .box02 .box__title {
  float: right;
  margin-right: 55px;
  margin-top: 15px;
}

@media only screen and (max-width: 766px) {
  .staff .box02 .box__title {
    float: none;
    margin: 0;
  }
}

.staff .box02 .box__content {
  float: left;
  margin-left: 210px;
}

@media only screen and (max-width: 766px) {
  .staff .box02 .box__content {
    float: none;
    margin: 0;
    padding: 10px 10px 0;
  }
}

.staff .box02 .box__content__title {
  margin: 15px 0 25px;
}

@media only screen and (max-width: 766px) {
  .staff .box02 .box__content__title {
    margin: 10px 0 20px;
  }
}

.staff .box02 .box__wrap-imgs {
  padding-top: 90px;
}

.staff .box02 .box__wrap-imgs img {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .staff .box02 .box__wrap-imgs {
    padding-top: 15px;
  }
}

.staff .box03 {
  padding: 60px 0 0;
}

@media only screen and (max-width: 766px) {
  .staff .box03 {
    padding: 15px 0 0;
  }
}

.staff .box03 .box__title {
  float: left;
  margin-left: 290px;
  margin-top: 35px;
}

@media only screen and (max-width: 766px) {
  .staff .box03 .box__title {
    float: none;
    margin: 0;
  }
}

.staff .box03 .box__content {
  float: right;
  margin-right: 50px;
}

@media only screen and (max-width: 766px) {
  .staff .box03 .box__content {
    float: none;
    margin: 5px 0 7px;
    padding: 10px;
    background: #b5d8d6;
  }
}

.staff .box03 .box__content__title {
  margin: 15px 0 25px;
}

@media only screen and (max-width: 766px) {
  .staff .box03 .box__content__title {
    margin: 10px 0 20px;
  }
}

.staff .box04 {
  padding: 200px 0 0;
}

@media only screen and (max-width: 766px) {
  .staff .box04 {
    padding: 15px 0px 0;
  }
}

.staff .box04 .box__title {
  float: right;
  margin-right: 35px;
  margin-top: 160px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__title {
    float: none;
    margin: 0;
  }
}

.staff .box04 .box__content {
  float: left;
  margin-left: 190px;
  position: relative;
  max-width: none;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content {
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line {
    width: 92%;
    margin: auto;
    padding: 15px 20px;
  }
}

.staff .box04 .box__content__line li {
  zoom: 1;
}

.staff .box04 .box__content__line li:before,
.staff .box04 .box__content__line li:after {
  content: ' ';
  display: table;
}

.staff .box04 .box__content__line li:after {
  clear: both;
}

.staff .box04 .box__content__line li:last-child div:before {
  border: none;
}

@media only screen and (max-width: 767px) {
  .staff .box04 .box__content__line li:last-child div:before {
    height: 50%;
  }
}

.staff .box04 .box__content__line li .spbl {
  padding-bottom: 30px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li .spbl {
    padding-bottom: 15px;
  }
}

.staff .box04 .box__content__line li .spbs {
  padding-bottom: 10px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li .spbs {
    padding-bottom: 5px;
  }
}

.staff .box04 .box__content__line li .spbss {
  padding-bottom: 7px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li .spbss {
    padding-bottom: 3px;
  }
}

.staff .box04 .box__content__line li span {
  float: left;
  position: relative;
  display: block;
  color: #357c73;
  font-size: 21px;
  font-style: italic;
  line-height: 23px;
  width: 80px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li span {
    font-size: 11px;
    line-height: 12px;
    width: 45px;
  }
}

.staff .box04 .box__content__line li span:before {
  content: '';
  position: absolute;
  right: -12px;
  top: -2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  background: #90c320;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li span:before {
    width: 10px;
    height: 10px;
    right: -6px;
    top: 0px;
  }
}

.staff .box04 .box__content__line li div {
  float: left;
  position: relative;
  color: #005d3b;
  font-size: 20px;
  line-height: 22px;
  padding-left: 30px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li div {
    font-size: 11px;
    line-height: 12px;
    padding-left: 15px;
    width: 76%;
    letter-spacing: -1.3px;
  }
}

.staff .box04 .box__content__line li div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  border-left: 1px solid #90c320;
}

.staff .box04 .box__content__line li div small,
.staff .box04 .box__content__line .c-dropdown__list li div a,
.c-dropdown__list .staff .box04 .box__content__line li div a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content__line li div small,
  .staff .box04 .box__content__line .c-dropdown__list li div a,
  .c-dropdown__list .staff .box04 .box__content__line li div a {
    font-size: 10px;
    line-height: 11px;
  }
}

.staff .box04 .box__content .tax-off {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 35px;
  border-radius: 50%;
  background: #357c73;
  color: #fff;
  text-align: center;
  width: 180px;
  height: 180px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content .tax-off {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 10px;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 5px 0 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.staff .box04 .box__content .tax-off:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 11px;
  background: url('../images/ico_05.png') no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content .tax-off:after {
    position: static;
    display: inline-block;
    margin-left: 5px;
    background-image: url('../images/ico_06.png');
    width: 11px;
    vertical-align: middle;
  }
}

.staff .box04 .box__content .tax-off span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 766px) {
  .staff .box04 .box__content .tax-off span {
    position: static;
    font-size: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.staff .box05 {
  padding: 134px 0 0;
  margin-bottom: 0;
  top: 0px;
}

@media only screen and (max-width: 766px) {
  .staff .box05 {
    padding: 15px 0 0;
    top: 0;
  }
}

.staff .box05 .box__links {
  float: right;
  margin: 25px -5px 0 0;
  position: relative;
  width: 461px;
  font-size: 0;
  letter-spacing: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.staff .box05 .box__links ul {
  clear: both;
  float: right;
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links ul {
    float: none;
  }
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links ul:first-child {
    padding: 0;
  }
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links ul:nth-child(2) .link01:last-child > span {
    padding: 17px 0 13px !important;
  }
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links {
    margin: 0 -5px 5px;
    width: auto;
    float: none;
    padding: 0 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    zoom: 1;
  }

  .staff .box05 .box__links:before,
  .staff .box05 .box__links:after {
    content: ' ';
    display: table;
  }

  .staff .box05 .box__links:after {
    clear: both;
  }
}

.staff .box05 .box__links .link01 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 115px;
  height: 115px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 -1px -1px 0;
}

.staff .box05 .box__links .link01.hidden {
  visibility: hidden;
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link01 {
    background: none;
    width: 50% !important;
    height: auto !important;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    border: none;
    padding: 0 5px;
    margin: 0 0 10px !important;
    position: static;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.staff .box05 .box__links .link01 > span {
  background: #357c74;
  display: block;
  position: absolute;
  top: -21%;
  left: -21%;
  width: 142%;
  height: 142%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link01 > span {
    background: #357c74;
    padding: 8px 0 6px;
    position: static;
    width: 100%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.staff .box05 .box__links .link01 > span span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link01 > span span {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.staff .box05 .box__links .link01.active {
  background: none;
  pointer-events: none;
  cursor: auto;
  width: 86px;
  height: 86px;
  border: none;
  margin: 0 0 0 1px;
}

.staff .box05 .box__links .link01.active > span {
  background-color: #adadad;
}

.staff .box05 .box__links .link02 {
  background: #adadad;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 80px;
  height: 80px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: -39px;
  right: -64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link02 {
    background: none;
    position: static;
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.staff .box05 .box__links .link02 > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link02 > span {
    background: #adadad;
    padding: 7px 0 6px;
    position: static;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.staff .box05 .box__links .link02 > span span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links .link02 > span span {
    position: static;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 766px) {
  .staff .box05 .box__links > a {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 766px) {
  .staff .l-main .l-container {
    background: none !important;
  }
}

.staff .group-banner {
  margin: 370px 0 15px;
  zoom: 1;
}

.staff .group-banner:before,
.staff .group-banner:after {
  content: ' ';
  display: table;
}

.staff .group-banner:after {
  clear: both;
}

@media only screen and (max-width: 766px) {
  .staff .group-banner {
    margin: 0;
  }
}

.staff .group-banner__title {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: bold;
  color: #005d3b;
  font-size: 30px;
  position: relative;
  width: 350px;
  height: 50px;
  margin: 0 46px 0 0;
  float: right;
}

.staff .group-banner__title:after {
  content: '';
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.staff .group-banner__title span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 4px 60px 4px 30px;
}

.staff .group-banner__txt02 {
  float: right;
  clear: both;
  margin: 48px 0 0 0;
  width: 33.6%;
  text-align: left;
  color: #fff;
}

.staff .group-banner__txt02__a {
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1;
}

.staff .group-banner__txt02__a__01 {
  display: inline-block;
  font-size: 18px;
}

.staff .group-banner__txt02__a__01.-ls {
  letter-spacing: -1px;
}

.staff .group-banner__txt02__a__02 {
  display: inline-block;
  font-size: 30px;
  margin-left: 20px;
  position: relative;
}

.staff .group-banner__txt02__a__02 ._category {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
  width: 100%;
  position: absolute;
}

.staff .group-banner__txt02__a__03 {
  display: inline-block;
  font-size: 30px;
  margin: 10px 0px;
}

.staff .group-banner__txt02__b {
  font-size: 12px;
}

.staff .group-banner__txt03 {
  font-family: 'RyuminPro ExBold', Ryumin Medium KL, 'リュウミン M-KL',
    HiraMinProN-W3, HiraMinPro-W3, 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 Pro W3',
    'ＭＳ 明朝', serif;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  position: relative;
  margin: 48px 0 0;
  float: right;
  clear: right;
  line-height: 36px;
}

.staff .group-banner__txt03:after {
  content: '';
  display: block;
  background: #709691;
  height: 100%;
  width: 120%;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.staff .group-banner__txt03 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 0;
  width: 765px;
}

@media only screen and (max-width: 766px) {
  .staff .page__entry .box__entry {
    position: static !important;
  }
}

@media only screen and (max-width: 766px) {
  .staff .page__entry .box__entry a {
    margin: 0;
    padding: 6px;
    position: static !important;
  }

  .staff .page__entry .box__entry a span {
    display: block;
  }
}

.staff01 {
  /*  .box05{
  .box{
  &__links{
  .link01{
  &:nth-child(5),&:nth-child(1){
  box-shadow: 0px -1px $color-white;
}

&:nth-child(3){
width: 86px;
height: 86px;
margin: 29px 0px 0px 29px;
border: none;
box-shadow: none;
>span{
background-color: #adadad;
}
}
}
}
}
} */
}

@media only screen and (max-width: 766px) {
  .staff01 .group-banner {
    background: url('../images/staff/staff-pic01.jpg') no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (min-width: 767px) {
  .staff01 .box04 .box__title {
    margin-top: 180px;
  }
}

.staff01 .page__entry .box__entry {
  left: 415px;
  top: 194px;
}

.staff02 {
  /* .box05{
  .box{
  &__links{
  .link01{
  &:nth-child(5){
  box-shadow: 1px 0 $color-white;
}
&:nth-child(6){
width: 86px;
height: 86px;
margin: 0px 29px 29px 0;
box-shadow: none;
>span{
background-color: #adadad;
}
}
}
}
}
} */
}

.staff02 .l-main::before {
  background: #fff url('../images/staff/banner02.jpg') no-repeat scroll -544px top;
  background-size: 130% auto;
}

@media only screen and (min-width: 767px) {
  .staff02 .box03 .box__title {
    margin-top: 56px;
  }
}

.staff02 .box04 .box__content {
  max-width: none;
}

@media only screen and (min-width: 767px) {
  .staff02 .box04 .box__content .tax-off {
    margin: 50px auto auto -130px;
  }
}

.staff02 .page__entry .box__entry {
  top: 162px;
}

.staff03 {
  /*  .box05{
  .box{
  &__links{
  .link01{
  &:nth-child(1){
  box-shadow: 1px -1px $color-white;
}
&:nth-child(2){
width: 86px;
height: 86px;
margin: 29px 29px 0px 0px;
border: none;
box-shadow: none;
>span{
background-color: #adadad;
}
}
}
}
}
} */
}

.staff03 .l-main::before {
  background: #fff url('../images/staff/banner03.jpg') no-repeat scroll -309px top;
  background-size: 110% auto;
}

@media only screen and (min-width: 767px) {
  .staff03 .box03 .box__title {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .staff03 .box04 {
    padding: 240px 0 0;
  }

  .staff03 .box04 .box__content .tax-off {
    left: 75%;
  }
}

.staff03 .page__entry .box__entry {
  top: 226px;
}

.staff04 {
  /*  .box05{
  .box{
  &__links{
  .link01{
  &:nth-child(6){
  box-shadow: 1px -1px $color-white;
}
&:nth-child(5){
width: 86px;
height: 86px;
margin: 29px 0px 0px 29px;
border: none;
box-shadow: none;
>span{
background-color: #adadad;
}
}
}
}
}
} */
}

.staff04 .l-main::before {
  background: #fff url('../images/staff/banner04.jpg') no-repeat scroll -90px top;
  background-size: 114% auto;
}

@media only screen and (min-width: 767px) {
  .staff04 .box04 {
    padding: 240px 0 0;
  }
}

@media only screen and (min-width: 767px) {
  .staff04 .box04 .box__content .tax-off {
    margin-top: 50px;
  }
}

.staff04 .page__entry .box__entry {
  top: 200px;
}

.staff05 {
  /* .box05{
  padding: 10px 0 0;
  .box{
  &__links{
  .link01{
  &:nth-child(3){
  box-shadow: 0px -1px $color-white;
}
&:nth-child(1){
width: 86px;
height: 86px;
margin: 29px 0px 0px 29px;
border: none;
box-shadow: none;
>span{
background-color: #adadad;
}
}
}
}
}
} */
}

.staff05 .l-main::before {
  background: #fff url('../images/staff/banner05.jpg') no-repeat scroll -380px top;
  background-size: 115% auto;
}

@media only screen and (min-width: 767px) {
  .staff05 .box04 {
    padding: 135px 0 0;
  }

  .staff05 .box04 .box__content .tax-off {
    margin-left: 0;
  }

  .staff05 .box04 .box__title {
    margin-top: 201px;
  }
}

.staff05 .page__entry .box__entry {
  top: 144px;
}

@media only screen and (min-width: 767px) {
  .staff06 .box01 .box__content {
    max-width: 550px;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box01 .box__content__title {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box01 .box__content__des {
    letter-spacing: -0.05em;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box02 .box__title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box02 .box__wrap-imgs {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box03 .box__title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 767px) {
  .staff06 .box03 .box__content__title {
    margin: -18px 0 25px;
  }
}

.staff06 .l-main::before {
  background: #fff url('../images/staff/banner06.jpg') no-repeat scroll -155px top;
  background-size: auto 770px;
}

@media only screen and (min-width: 767px) {
  .staff06 .box04 {
    padding: 198px 0 0;
  }

  .staff06 .box04 .box__content .tax-off {
    margin-left: -60px;
    margin-top: 90px;
  }

  .staff06 .box04 .box__title {
    margin-top: 136px;
  }
}

.staff06 .box05 {
  padding: 10px 0 0;
}

.staff06 .box05 .box__links {
  /* .link01{
        &:nth-child(3){
        box-shadow: 1px -1px $color-white;
      }
      &:nth-child(4){
      width: 86px;
      height: 86px;
      margin: 29px 29px 0px 0px;
      border: none;
      box-shadow: none;
      >span{
      background-color: #adadad;
    }
  }
} */
}

@media only screen and (min-width: 767px) {
  .staff06 .box05 .box__links {
    margin: 115px -5px 0 0;
  }
}

.staff06 .page__entry .box__entry {
  top: 219px;
}

.staff07 .l-main::before {
  background: #fff url(../images/staff/banner07.jpg) no-repeat scroll -119px -100px;
  background-size: auto 900px;
}

@media only screen and (min-width: 767px) {
  .staff07 .box04 .box__content .tax-off {
    margin-left: -20px;
    margin-top: 30px;
  }
}

.staff07 .box05 {
  padding: 10px 0 70px;
}

@media only screen and (min-width: 767px) {
  .staff07 .box05 {
    padding-bottom: 0;
  }
}

.staff07 .box05 .page__entry .box__entry {
  top: 270px;
}

.staff07 .box05 .box__links {
  /*  .link01{
        &:nth-child(3){
        box-shadow: 1px -1px $color-white;
      }
      &:nth-child(7){
      width: 86px;
      height: 86px;
      margin: 0px 0px 29px 29px;
      border: none;
      box-shadow: none;
      >span{
      background-color: #adadad;
    }
  }
} */
}

@media only screen and (min-width: 767px) {
  .staff07 .box05 .box__links {
    margin: 115px -5px 0 0;
  }
}

.top .slick-slider {
  margin-bottom: 0;
}

.top .pent ul {
  font-size: 0;
  letter-spacing: 0;
  background: url('../images/top/im_06_d.png') no-repeat scroll 76px 0;
  background-size: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  left: 50px;
}

.top .pent ul.on {
  opacity: 1;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .top .pent ul {
    width: 290px;
    margin: auto;
    background: url('../images/top/im_06_d_sp.png') no-repeat scroll 11px -1px;
    background-size: 279px auto;
  }
}

.top .pent ul li {
  width: 330px;
  height: 330px;
  margin: -244px -15px 187px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 11111;
  overflow: hidden;
  width: 197px;
  height: 333px;
  overflow: hidden;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(55%, 0) rotate(18deg) skewY(53.8deg);
  -ms-transform: translate(55%, 0) rotate(18deg) skewY(53.8deg);
  transform: translate(55%, 0) rotate(18deg) skewY(53.8deg);
}

@media only screen and (max-width: 766px) {
  .top .pent ul li {
    width: 100px;
    height: 170px;
    margin: -124px -7px 102px;
  }
}

.top .pent ul li:nth-child(even) {
  top: 121px;
}

@media only screen and (max-width: 766px) {
  .top .pent ul li:nth-child(even) {
    top: 60px;
  }
}

.top .pent ul li:nth-child(even) .ctwrappent {
  -webkit-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
    translate(32.5%, -8.8%);
  -ms-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
    translate(32.5%, -8.8%);
  transform: skewY(-61deg) rotate(36deg) skewX(-14deg) translate(32.5%, -8.8%);
}

@media only screen and (max-width: 766px) {
  .top .pent ul li:nth-child(even) .ctwrappent {
    -webkit-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
      translate(-30.6%, -52.2%);
    -ms-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
      translate(-30.6%, -52.2%);
    transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
      translate(-30.6%, -52.2%);
  }
}

.top .pent ul li:nth-child(even) .ctwrappent .ctwrappent_01 {
  -webkit-transform: skewX(25deg) rotate(-46deg) skewY(19.2deg)
    translateY(49.53%) translateX(-2.5%);
  -ms-transform: skewX(25deg) rotate(-46deg) skewY(19.2deg) translateY(49.53%)
    translateX(-2.5%);
  transform: skewX(25deg) rotate(-46deg) skewY(19.2deg) translateY(49.53%)
    translateX(-2.5%);
}

@media only screen and (max-width: 766px) {
  .top .pent ul li:nth-child(even) .ctwrappent .ctwrappent_01 {
    -webkit-transform: skewX(25deg) rotate(-46deg) skewY(19.2deg)
      translateY(116.53%) translateX(0.5%);
    -ms-transform: skewX(25deg) rotate(-46deg) skewY(19.2deg)
      translateY(116.53%) translateX(0.5%);
    transform: skewX(25deg) rotate(-46deg) skewY(19.2deg) translateY(116.53%)
      translateX(0.5%);
  }
}

.top .pent ul li:nth-child(even) .ctwrappent .ctwrappent_01 > .ctwrappent_02 {
  top: 0;
}

.top
  .pent
  ul
  li:nth-child(even)
  .ctwrappent
  .ctwrappent_01
  > .ctwrappent_02
  img {
  left: -16px;
  bottom: auto;
  top: -24px;
  width: 84%;
}

.top
  .pent
  ul
  li:nth-child(even)
  .ctwrappent
  .ctwrappent_01
  > .ctwrappent_02
  span {
  bottom: 125px;
  left: 33px;
}

.top .pent ul li .ctwrappent {
  overflow: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
    translate(84.5%, 57.5%);
  -ms-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
    translate(84.5%, 57.5%);
  transform: skewY(-61deg) rotate(36deg) skewX(-14deg) translate(84.5%, 57.5%);
  width: 311px;
  height: 296px;
}

@media only screen and (max-width: 766px) {
  .top .pent ul li .ctwrappent {
    -webkit-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
      translate(43%, 29.4%);
    -ms-transform: skewY(-61deg) rotate(36deg) skewX(-14deg)
      translate(43%, 29.4%);
    transform: skewY(-61deg) rotate(36deg) skewX(-14deg) translate(43%, 29.4%);
  }
}

.top .pent ul li .ctwrappent .ctwrappent_01 {
  width: 280px;
  height: 280px;
  display: block;
  top: 0;
  left: 0;
  content: '';
  position: relative;
  overflow: hidden;
  -webkit-transform: skewX(25deg) rotate(-46deg) skewY(19deg)
    translateY(-40.17%) translateX(8%);
  -ms-transform: skewX(25deg) rotate(-46deg) skewY(19deg) translateY(-40.17%)
    translateX(8%);
  transform: skewX(25deg) rotate(-46deg) skewY(19deg) translateY(-40.17%)
    translateX(8%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 766px) {
  .top .pent ul li .ctwrappent .ctwrappent_01 {
    top: auto;
    bottom: 84px;
    left: -67px;
  }
}

.top .pent ul li .ctwrappent .ctwrappent_01 img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 63px;
}

.top .pent ul li .ctwrappent .ctwrappent_01 > .ctwrappent_02 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top .pent ul li .ctwrappent .ctwrappent_01 > .ctwrappent_02:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}

.top .pent ul li .ctwrappent .ctwrappent_01 > .ctwrappent_02:hover {
  opacity: 0.8;
}

.top .pent ul li .ctwrappent .ctwrappent_01 span {
  position: absolute;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  bottom: 0;
  left: 90px;
  width: 150px;
  padding: 8px 0px 8px 12px;
  text-align: left;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 766px) {
  .top .pent ul li .ctwrappent .ctwrappent_01 span {
    display: none;
  }
}

.top .pent ul li .ctwrappent .ctwrappent_01 span label {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
  display: block;
  cursor: pointer;
}

.top .link {
  display: block;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  .top .link {
    background: #101716;
    text-align: center;
  }
}

.top .link:after {
  background: #101716;
  border: 1px solid #fff;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  .top .link:after {
    display: none;
  }
}

.top .link > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% + -5px);
  z-index: 1;
  white-space: nowrap;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 766px) {
  .top .link > span {
    position: static;
    background: url(../images/ico_01.png) no-repeat center right 12px;
    background-size: 10px;
    padding: 0 24px;
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.top .link > span span {
  display: block;
}

.top .link > span:after {
  background: url(../images/ico_01.png) no-repeat;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  margin: 5px 0 0 -7px;
  position: absolute;
  left: 50%;
}

@media only screen and (max-width: 766px) {
  .top .link > span:after {
    display: none;
  }
}

.top .main-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 766px) {
  .top .c-mainvisual img {
    width: 100%;
  }
}

.top .l-inner {
  zoom: 1;
}

.top .l-inner:before,
.top .l-inner:after {
  content: ' ';
  display: table;
}

.top .l-inner:after {
  clear: both;
}

.top .l-main .l-container {
  background: url(../images/top/main.jpg) no-repeat top center;
}

@media only screen and (max-width: 766px) {
  .top .l-main .l-container {
    background: none;
  }
}

.top .l-right {
  float: right;
  position: relative;
}

.top .l-left {
  position: relative;
}

.top .l-section {
  position: relative;
  zoom: 1;
}

.top .l-section .heading {
  margin-top: 0;
}

.top .l-section.section {
  overflow: hidden;
}

.top .l-section.section .l-right-content {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  left: 50px;
}

.top .l-section.section .l-right-content.on {
  opacity: 1;
  left: 0;
}

.top .l-section.section h3 {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.top .l-section.section h3.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .l-section.section h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
    margin-top: 0;
  }
}

.top .l-section:before,
.top .l-section:after {
  content: ' ';
  display: table;
}

.top .l-section:after {
  clear: both;
}

.top .is-recruit {
  height: 1230px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit {
    height: auto;
  }
}

.top .is-recruit .heading {
  width: 310px;
  height: 358px;
  background: url(../images/top/bkg_title_04.png) no-repeat;
  margin-left: 250px;
  margin-top: 60px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.top .is-recruit .heading.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .heading {
    background: #c4c4c4;
    position: relative;
    margin: 12px 0 7px;
    width: 100%;
    height: 100%;
  }
}

.top .is-recruit a {
  width: 180px;
  height: 180px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit a {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}

.top .is-recruit a span {
  font-size: 24px;
}

.top .is-recruit a span span {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit a span {
    font-size: 15px;
  }

  .top .is-recruit a span span {
    display: inline;
    font-size: 11px;
  }
}

.top .is-recruit .links {
  float: right;
  position: relative;
  zoom: 1;
  margin-top: 106px;
  margin-right: 155px;
}

.top .is-recruit .links:before,
.top .is-recruit .links:after {
  content: ' ';
  display: table;
}

.top .is-recruit .links:after {
  clear: both;
}

@supports (-moz-appearance: none) {
  .top .is-recruit .links {
    margin-top: 105px;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .links {
    width: 100%;
    margin: 0;
    padding: 15px 10px 0;
  }
}

.top .is-recruit .links li {
  position: relative;
  float: left;
  margin: 0 38px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .links li {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    width: 100%;
    margin: 0 0 10px;
  }
}

.top .is-recruit .links li:first-child {
  top: 128px;
  left: 128px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .links li:first-child {
    top: auto;
    left: auto;
  }
}

.top .is-recruit .links li a {
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .links li a {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
}

.top .is-recruit .links li:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: 38px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .links li:nth-child(3) {
    position: static;
    margin: 0 0 10px;
  }
}

.top .is-recruit .l-left {
  position: static !important;
  margin-left: 462px !important;
  margin-top: 176px;
  width: 75%;
  float: left;
  padding: 0 15px 0 90px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .l-left {
    margin: 5px 0 0 !important;
    padding: 0;
    width: 100%;
  }
}

.top .is-recruit .l-left .entry a {
  font-family: 'RyuminPro Bold', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .l-left .entry a {
    background: #90c320;
    padding: 5px;
  }
}

.top .is-recruit .l-left .entry a span {
  font-size: 26px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .l-left .entry a span {
    background: none;
    font-size: 17px;
  }
}

.top .is-recruit .l-left .entry a span:after {
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
}

.top .is-recruit .l-left .entry a:after {
  background: #90c320;
  border: none;
}

.top .is-recruit .l-right {
  color: #fff;
  min-height: inherit !important;
  width: 66.6667%;
  padding: 0 15px 0 165px;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .l-right {
    background: url(../images/top/bkg_recruit_sp.png) no-repeat top center;
    background-size: cover;
    padding: 110px 10px 0;
    width: 100%;
  }
}

.top .is-recruit .l-right p {
  margin-bottom: 45px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-recruit .l-right p.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-recruit .l-right p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .top .is-recruit .l-right p.u-text-center {
    width: 51.6667%;
    margin: 10px auto 15px;
  }
}

.top .is-workstyle {
  height: 1235px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle {
    height: auto;
  }
}

.top .is-workstyle .heading {
  width: 390px;
  height: 370px;
  background: url(../images/top/bkg_title_03.png) no-repeat;
  margin-left: 207px;
  position: absolute;
  padding-top: 175px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.top .is-workstyle .heading.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .heading {
    background: #c4c4c4;
    padding: 4px 0 0;
    position: static;
    height: auto;
    width: 100%;
    margin: 10px 0 7px;
  }
}

.top .is-workstyle .heading > span {
  position: static;
  line-height: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 766px) {
  .top .is-workstyle .heading > span {
    line-height: 26px;
  }
}

.top .is-workstyle .heading > span span {
  margin-top: 0;
}

.top .is-workstyle .l-right {
  float: none;
  top: 600px;
  width: 775px;
  padding: 0 15px 0 90px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-right {
    top: auto;
    background: url(../images/top/bkg_workstyle_sp.png) no-repeat top center;
    background-size: cover;
    padding: 130px 10px 0;
    width: 100%;
  }
}

.top .is-workstyle .l-right p {
  margin-bottom: 45px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-workstyle .l-right p.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-right p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .top .is-workstyle .l-right p.u-text-center {
    padding: 0 40px;
  }
}

.top .is-workstyle .l-left {
  margin-top: 74px;
  width: 100%;
  float: left;
  padding: 0 15px 0 90px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left {
    margin-top: 8px;
    padding: 0 10px;
  }
}

.top .is-workstyle .l-left .links {
  position: absolute;
  bottom: -582px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  right: 0;
  text-align: center;
}

.top .is-workstyle .l-left .links.on {
  right: 320px;
  opacity: 1;
}

@supports (-moz-appearance: none) {
  .top .is-workstyle .l-left .links.on {
    right: 320px;
    bottom: -178px;
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-workstyle .l-left .links.on {
    right: 320px;
    bottom: -178px;

    opacity: 1;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links {
    position: static;
  }
}

.top .is-workstyle .l-left .links a {
  width: 180px;
  height: 180px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links a {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}

.top .is-workstyle .l-left .links a span {
  font-size: 24px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links a span {
    font-size: 13px;
  }
}

.top .is-workstyle .l-left .links a.custom02 {
  top: -125px;
  left: 128px;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links a.custom02 {
    position: static;
  }
}

.top .is-workstyle .l-left .links a.custom03 {
  top: -50px;
  left: 128px;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links a.custom03 {
    position: static;
    margin-top: 10px;
  }
}

.top .is-workstyle .l-left .links a.custom03 span {
  font-size: 18px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left .links a.custom03 span {
    font-size: 13px;
  }
}

.top .is-workstyle .l-left p {
  margin-bottom: 32px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-workstyle .l-left p.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
}

.top .is-workstyle .l-left ul {
  clear: both;
  padding-left: 150px;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left ul {
    padding: 0;
  }
}

.top .is-workstyle .l-left ul li {
  clear: both;
  margin: 0 0 30px;
  width: 320px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-workstyle .l-left ul li.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-workstyle .l-left ul li {
    width: 51.6667%;
    margin: 0 auto 15px;
  }
}

.top .is-work {
  height: 1190px;
}

@media only screen and (max-width: 766px) {
  .top .is-work {
    height: auto;
  }
}

.top .is-work .heading {
  width: 320px;
  height: 320px;
  background: #c4c4c4;
  border-radius: 320px;
  margin-left: 207px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.top .is-work .heading.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 766px) {
  .top .is-work .heading {
    width: 100%;
    height: auto;
    position: static;
    margin: 0 0 7px;
    padding-top: 4px;
    border-radius: 0;
  }
}

.top .is-work .l-left {
  position: absolute;
  top: 450px;
  width: 75%;
  padding: 0 15px 0 90px;
  float: left;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left {
    position: static;
    padding: 10px 10px 0;
    width: 100%;
  }
}

.top .is-work .l-left p {
  margin-bottom: 58px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-work .l-left p.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 13px;
  }
}

.top .is-work .l-left ul {
  clear: both;
  margin: 0 -15px;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul {
    text-align: center;
    font-size: 0;
  }
}

.top .is-work .l-left ul li {
  float: left;
  width: 162px;
  height: 162px;
  margin: 0 15px 33px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 50px;
}

.top .is-work .l-left ul li.on {
  top: 0;
  opacity: 1;
}

.top .is-work .l-left ul li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 14px;
  }

  .top .is-work .l-left ul li a {
    display: block;
    width: 80px;
    height: 80px;
  }
}

.top .is-work .l-left ul.first li:nth-child(4),
.top .is-work .l-left ul.first li:nth-child(2) {
  margin-top: 40px;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul.first li:nth-child(4),
  .top .is-work .l-left ul.first li:nth-child(2) {
    margin-top: 0;
  }
}

.top .is-work .l-left ul.second {
  padding: 0 60px;
  margin: 0 0 0 36px;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul.second {
    margin: 0;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul.second {
    padding: 15px 0;
  }
}

.top .is-work .l-left ul.second li:nth-child(2) {
  margin-top: 40px;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-left ul.second li:nth-child(2) {
    margin: 0;
  }
}

.top .is-work .l-right {
  color: #fff;
  padding: 45px 15px 0 165px;
  width: 66.6667%;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-right {
    width: 100%;
    background: url(../images/top/bkg_work_sp.png) no-repeat top center;
    background-size: cover;
    padding: 160px 10px 18px !important;
  }
}

.top .is-work .l-right a {
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  background: url(../images/ico_01.png) no-repeat center right 30px #506b7a;
  padding: 17px 55px 17px 30px;
  border-radius: 52px;
  display: inline-block;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-right a {
    background-size: 10px;
    background-position: center right 12px;
    font-size: 12px;
    padding: 0 25px 2px 15px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-right-content {
    float: left;
    margin-right: 15px;
  }
}

.top .is-work .l-right p {
  margin: 0 0 25px;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.top .is-work .l-right p.u-text-center {
  margin-top: -10px;
  margin-right: -40px;
}

.top .is-work .l-right p.u-text-center img {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.top .is-work .l-right p.u-text-center.on img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 766px) {
  .top .is-work .l-right p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }

  .top .is-work .l-right p.img {
    float: left;
    width: 42%;
  }
}

.top .is-about {
  height: 980px;
}

@media only screen and (max-width: 766px) {
  .top .is-about {
    height: auto;
  }
}

.top .is-about .bx-title {
  clear: both;
  margin-bottom: 40px;
  position: relative;
  top: -198px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-title {
    float: left;
    width: 100%;
    position: static;
    text-align: center;
    margin: 18px 0 0;
  }
}

.top .is-about .bx-title h3 {
  font-size: 30px;
  color: #343434;
  margin: 0 0 0 72px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-title h3 {
    margin: 0;
    font-size: 14px;
  }
}

.top .is-about .bx-title a {
  color: #357c73;
  border: 2px solid #357c73;
  text-decoration: none;
  background: url(../images/ico_01_01.png) no-repeat center right 30px #fff;
  padding: 17px 55px 17px 30px;
  border-radius: 52px;
  display: inline-block;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin: 10px 0 0px 70px;
  position: absolute;
  top: 35px;
  left: 0;
}

.top .is-about .bx-links {
  clear: both;
  position: relative;
  top: -133px;
  left: 95px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-links {
    position: static;
  }

  .top .is-about .bx-links ul {
    margin: 0 -5px;
  }
}

.top .is-about .bx-links li {
  position: relative;
  width: 110px;
  height: 110px;
  display: block;
  float: left;
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-links li {
    position: static;
    height: auto;
    width: 50%;
    padding: 0 5px 10px;
  }

  .top .is-about .bx-links li:nth-child(2n + 1) {
    clear: both;
  }
}

.top .is-about .bx-links li a {
  width: 100%;
  height: 100%;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.top .is-about .bx-links li a:after {
  background: #357c73;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-about .bx-links li a:after {
    border: none;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-links li a {
    background: #357c73;
  }
}

.top .is-about .bx-links li a span {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .bx-links li a span {
    font-size: 10px;
    line-height: 17px;
    padding: 7px 25px;
  }
}

.top .is-about .bx-links li:nth-child(2) {
  top: 79px;
  left: -31px;
}

.top .is-about .bx-links li:nth-child(3) {
  left: -62px;
}

.top .is-about .bx-links li:nth-child(4) {
  top: 79px;
  left: -93px;
}

.top .is-about .bx-links li:nth-child(5) {
  left: -124px;
}

.top .is-about .bx-links li:nth-child(6) {
  top: 79px;
  left: -155px;
}

.top .is-about .l-inner {
  zoom: 1;
}

.top .is-about .l-inner:before,
.top .is-about .l-inner:after {
  content: ' ';
  display: table;
}

.top .is-about .l-inner:after {
  clear: both;
}

.top .is-about .l-left {
  width: 75%;
  float: left;
  padding: 0 15px;
}

.top .is-about .l-left .heading {
  background: url(../images/top/bg_title_01.png) no-repeat;
  margin-top: -382px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  top: 200px;
}

.top .is-about .l-left .heading.on {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-left .heading {
    padding-top: 4px;
    margin: 5px 0 7px;
    background: #c4c4c4;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-left {
    width: 100%;
    padding: 0;
  }

  .top .is-about .l-left .l-content {
    padding: 0 10px;
  }
}

.top .is-about .l-img {
  margin-top: -191px;
  padding-left: 125px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-img {
    margin: 0;
    padding: 0;
  }
}

.top .is-about .l-img .box-01 {
  float: left;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 150px;
  opacity: 0;
}

.top .is-about .l-img .box-01.on {
  top: 0px;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-img .box-01 {
    width: 48.3333%;
    float: left;
  }

  .top .is-about .l-img .box-01 img {
    width: 100%;
  }
}

.top .is-about .l-img .box-01 .link {
  position: absolute;
  bottom: 33px;
  width: 80px;
  height: 80px;
  right: -40px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-about .l-img .box-01 .link {
    right: -41px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-about .l-img .box-01 .link:after {
    border: none;
  }
}

.top .is-about .l-img .box-01 .link span {
  font-size: 11px;
}

.top .is-about .l-img .box-02 {
  float: left;
  padding-left: 80px;
  padding-top: 75px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: -50px;
  opacity: 0;
}

.top .is-about .l-img .box-02.on {
  left: 0px;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-img .box-02 {
    padding: 0 0 0 10px;
    width: 51.6667%;
  }

  .top .is-about .l-img .box-02 a {
    background: #333;
    padding: 6px 0;
    font-size: 12px;
  }
}

.top .is-about .l-img .box-02 h3 {
  font-size: 30px;
  color: #343434;
  margin: 0;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-img .box-02 h3 {
    font-size: 14px;
  }
}

.top .is-about .l-img .box-02 p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-img .box-02 p {
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 16px;
  }
}

.top .is-about .l-links {
  clear: both;
  float: right;
  margin: 7px -23px 0 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-links {
    margin: 0;
    width: 100%;
  }
}

.top .is-about .l-links a {
  width: 140px;
  height: 140px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: -150px;
  opacity: 0;
}

.top .is-about .l-links a.on {
  right: 0;
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-about .l-links a:after {
    border: none;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-links a {
    margin: 5px 0 10px;
    position: static;
    width: 100%;
    height: auto;
    padding: 0px 0 3px;
    opacity: 1;
  }
}

.top .is-about .l-links a + a {
  top: -40px;
  right: -50px;
  opacity: 0;
}

.top .is-about .l-links a + a.on {
  right: 100px;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-links a + a {
    margin-top: 0;
    opacity: 1;
  }
}

.top .is-about .l-links a span {
  font-size: 22px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-links a span {
    font-size: 15px;
    background-size: 13px;
    padding: 7px 30px;
  }
}

.top .is-about .l-right {
  padding: 0 40px 0 0;
  position: absolute;
  z-index: 1;
  width: 41.6667%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: -50px;
  opacity: 0;
}

.top .is-about .l-right.on {
  right: 0px;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right {
    opacity: 1 !important;
    width: 100%;
    background: #005d3b;
    padding: 0 10px 5px;
    position: static;
  }

  .top .is-about .l-right:before {
    content: '';
    display: block;
    background: url(../images/top/bkg01.png) no-repeat;
    background-size: 100%;
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.top .is-about .l-right .heading {
  color: #fff;
  font-size: 30px;
  margin: 30px 0 10px;
  line-height: 1;
  height: auto;
  width: auto;
  text-align: left;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right .heading {
    margin: 8px 0 2px;
    background: none;
    font-size: 19px;
  }
}

.top .is-about .l-right .heading span {
  display: inline;
  font-size: 14px;
  padding-left: 10px;
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right .heading span {
    padding: 0 0 0 5px;
    font-size: 11px;
  }
}

.top .is-about .l-right > ul {
  margin: 0 -8px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right > ul {
    position: relative;
    margin: 0;
  }
}

.top .is-about .l-right > ul > li {
  float: left;
  width: 50%;
  padding: 0 8px;
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right > ul > li {
    width: 100%;
    padding: 0 25px 10px;
  }

  .top .is-about .l-right > ul > li img {
    width: 100%;
  }
}

.top .is-about .l-right > ul > li p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top .is-about .l-right > ul > li p {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 766px) {
  .top .is-about .l-right > ul > li p {
    font-size: 10px;
    margin-bottom: 4px;
  }
}

.top #icb01 iframe,
.top #icb01 video {
  width: 874px;
  height: 492px;
}

@media (max-width: 766px) {
  .top #icb01 iframe,
  .top #icb01 video {
    width: 100%;
    height: auto;
  }
}

.top #cboxContent {
  background: transparent;
}

.top #cboxLoadedContent {
  background: transparent;
  overflow: visible !important;
}

.top #cboxLoadedContent h3 {
  margin: 0;
  font-size: 22px;
  color: #00542f;
  font-weight: bold;
}

@media (max-width: 766px) {
  .top #cboxLoadedContent h3 {
    font-size: 18px;
  }
}

.top #cboxLoadedContent p {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.3125;
}

@media (max-width: 766px) {
  .top #cboxLoadedContent p {
    font-size: 14px;
  }
}

.top #cboxLoadedContent .pop__row {
  zoom: 1;
  margin-top: 20px;
}

.top #cboxLoadedContent .pop__row:before,
.top #cboxLoadedContent .pop__row:after {
  content: ' ';
  display: table;
}

.top #cboxLoadedContent .pop__row:after {
  clear: both;
}

.top #cboxLoadedContent .pop__row .col {
  float: left;
  width: 20%;
  padding: 0 10px;
}

@media (max-width: 766px) {
  .top #cboxLoadedContent .pop__row .col {
    width: 50%;
  }
}

.top #cboxLoadedContent .pop__row .col img {
  width: 100%;
}

.top #cboxLoadedContent > section {
  background: #fff;
  border: 3px solid #00542f;
  border-radius: 4px;
  padding: 70px 55px;
}

@media (max-width: 766px) {
  .top #cboxLoadedContent > section {
    padding: 20px 25px;
  }
}

.top #cboxLoadedContent > section#pop11,
.top #cboxLoadedContent > section#pop12,
.top #cboxLoadedContent > section#pop13,
.top #cboxLoadedContent > section#pop14,
.top #cboxLoadedContent > section#pop15 {
  border: 3px solid #669933;
}

.top #cboxLoadedContent > section#pop11 h3,
.top #cboxLoadedContent > section#pop12 h3,
.top #cboxLoadedContent > section#pop13 h3,
.top #cboxLoadedContent > section#pop14 h3,
.top #cboxLoadedContent > section#pop15 h3 {
  color: #669933;
}

.top #cboxLoadedContent > section#pop16,
.top #cboxLoadedContent > section#pop17,
.top #cboxLoadedContent > section#pop18,
.top #cboxLoadedContent > section#pop19 {
  border: 3px solid #1b8e5b;
}

.top #cboxLoadedContent > section#pop16 h3,
.top #cboxLoadedContent > section#pop17 h3,
.top #cboxLoadedContent > section#pop18 h3,
.top #cboxLoadedContent > section#pop19 h3 {
  color: #1b8e5b;
}

.top #cboxLoadedContent > section#pop20,
.top #cboxLoadedContent > section#pop21 {
  border: 3px solid #666666;
}

.top #cboxLoadedContent > section#pop20 h3,
.top #cboxLoadedContent > section#pop21 h3 {
  color: #666666;
}

.top #cboxClose {
  background: #00542f;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
}

.top #cboxClose:before {
  content: '';
  position: absolute;
  background-image: url(../images/work/shokushu/close.png);
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 15px auto;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}

.top #colorbox,
.top #cboxOverlay,
.top #cboxWrapper {
  overflow: visible !important;
}

body#work-shokushu {
  /* begin */
  /* end */
}

body#work-shokushu .maincontents {
  background: #fff;
  background-image: url(../images/work/shokushu/pc_bg.png);
  position: relative;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents {
    background-image: none;
  }
}

body#work-shokushu .maincontents .intro {
  padding: 40px 90px 0;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents .intro {
    padding: 0 10px;
    margin-top: 20px;
  }
}

body#work-shokushu .maincontents .intro p {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents .intro p {
    font-size: 12px;
  }
}

body#work-shokushu .maincontents .intro p .color01 {
  color: #00542f;
  font-weight: bold;
}

body#work-shokushu .maincontents .intro p .color02 {
  color: #669933;
  font-weight: bold;
}

body#work-shokushu .maincontents .intro p .color03 {
  color: #1b8e5b;
  font-weight: bold;
}

body#work-shokushu .maincontents .imgbox {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents .imgbox {
    margin-top: 20px;
    padding: 0px;
  }
}

body#work-shokushu .maincontents__inner {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}

body#work-shokushu .maincontents__inner__box {
  margin-top: 50px;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner__box {
    margin-top: 20px;
  }
}

body#work-shokushu .maincontents__inner__box .linkbox {
  padding: 0 47px;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner__box .linkbox {
    padding: 0;
  }
}

body#work-shokushu .maincontents__inner__box .linkbox__row {
  zoom: 1;
}

body#work-shokushu .maincontents__inner__box .linkbox__row:before,
body#work-shokushu .maincontents__inner__box .linkbox__row:after {
  content: ' ';
  display: table;
}

body#work-shokushu .maincontents__inner__box .linkbox__row:after {
  clear: both;
}

body#work-shokushu .maincontents__inner__box .linkbox__row--type02 {
  margin-top: 80px;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner__box .linkbox__row--type02 {
    margin-top: 40px;
  }
}

body#work-shokushu .maincontents__inner__box .linkbox__row__col {
  float: left;
  width: 20%;
  margin-top: 20px;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner__box .linkbox__row__col {
    width: 100%;
    margin-top: 5px;
  }
}

body#work-shokushu .maincontents__inner__box .linkbox__row__col--sp {
  display: none;
  margin-top: 10px;
  font-size: 10px;
  padding-bottom: 20px;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  img {
  width: 100%;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  img.singleimg {
  width: auto;
  height: 150px;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list01 {
  text-align: center;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list01
  li {
  display: inline-block;
  width: 32%;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list01
  li
  img {
  width: 100%;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list02 {
  text-align: center;
  margin-top: 15px;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list02
  li {
  display: inline-block;
  width: 32%;
}

body#work-shokushu
  .maincontents__inner__box
  .linkbox__row__col--sp
  .imgbox
  ul.list02
  li
  img {
  width: 100%;
}

body#work-shokushu .maincontents__inner__box .linkbox__row__col a {
  display: block;
}

body#work-shokushu .maincontents__inner__box .linkbox__row__col--type02 {
  width: 25%;
}

@media (max-width: 766px) {
  body#work-shokushu .maincontents__inner__box .linkbox__row__col--type02 {
    width: 100%;
  }
}

body#work-shokushu .box__entry {
  padding-bottom: 72px;
}

@media (max-width: 766px) {
  body#work-shokushu .box__entry {
    position: static;
    margin: 0;
    padding-bottom: 0;
  }
}

body#work-shokushu .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  margin: 319px auto 0px;
  left: 2px;
}

@media (max-width: 766px) {
  body#work-shokushu .box__entry .entry {
    margin-top: 0;
    left: 0;
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

body#work-shokushu .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  body#work-shokushu .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body#work-shokushu .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  body#work-shokushu .box__entry .entry span:after {
    display: none;
  }
}

body#work-shokushu .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  body#work-shokushu .box__entry .entry:after {
    display: none;
  }
}

body#work-shokushu #cboxContent {
  background: transparent;
}

body#work-shokushu #cboxLoadedContent {
  background: transparent;
}

body#work-shokushu #cboxLoadedContent h3 {
  margin: 0;
  font-size: 22px;
  color: #00542f;
  font-weight: bold;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxLoadedContent h3 {
    font-size: 18px;
  }
}

body#work-shokushu #cboxLoadedContent p {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.3125;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxLoadedContent p {
    font-size: 14px;
  }
}

body#work-shokushu #cboxLoadedContent .pop__row {
  zoom: 1;
  margin-top: 20px;
}

body#work-shokushu #cboxLoadedContent .pop__row:before,
body#work-shokushu #cboxLoadedContent .pop__row:after {
  content: ' ';
  display: table;
}

body#work-shokushu #cboxLoadedContent .pop__row:after {
  clear: both;
}

body#work-shokushu #cboxLoadedContent .pop__row .col {
  float: left;
  width: 20%;
  padding: 0 10px;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxLoadedContent .pop__row .col {
    width: 50%;
  }
}

body#work-shokushu #cboxLoadedContent .pop__row .col img {
  width: 100%;
}

body#work-shokushu #cboxLoadedContent > section {
  background: #fff;
  border: 3px solid #00542f;
  border-radius: 4px;
  width: 1150px;
  padding: 70px 50px;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxLoadedContent > section {
    width: auto;
    padding: 20px 25px;
  }
}

body#work-shokushu #cboxLoadedContent > section#pop03,
body#work-shokushu #cboxLoadedContent > section#pop04,
body#work-shokushu #cboxLoadedContent > section#pop05,
body#work-shokushu #cboxLoadedContent > section#pop06,
body#work-shokushu #cboxLoadedContent > section#pop07,
body#work-shokushu #cboxLoadedContent > section#pop08 {
  border: 3px solid #669933;
}

body#work-shokushu #cboxLoadedContent > section#pop03 h3,
body#work-shokushu #cboxLoadedContent > section#pop04 h3,
body#work-shokushu #cboxLoadedContent > section#pop05 h3,
body#work-shokushu #cboxLoadedContent > section#pop06 h3,
body#work-shokushu #cboxLoadedContent > section#pop07 h3,
body#work-shokushu #cboxLoadedContent > section#pop08 h3 {
  color: #669933;
}

body#work-shokushu #cboxLoadedContent > section#pop16,
body#work-shokushu #cboxLoadedContent > section#pop17,
body#work-shokushu #cboxLoadedContent > section#pop18,
body#work-shokushu #cboxLoadedContent > section#pop19 {
  border: 3px solid #1b8e5b;
}

body#work-shokushu #cboxLoadedContent > section#pop16 h3,
body#work-shokushu #cboxLoadedContent > section#pop17 h3,
body#work-shokushu #cboxLoadedContent > section#pop18 h3,
body#work-shokushu #cboxLoadedContent > section#pop19 h3 {
  color: #1b8e5b;
}

body#work-shokushu #cboxLoadedContent > section#pop20,
body#work-shokushu #cboxLoadedContent > section#pop21 {
  border: 3px solid #666666;
}

body#work-shokushu #cboxLoadedContent > section#pop20 h3,
body#work-shokushu #cboxLoadedContent > section#pop21 h3 {
  color: #666666;
}

body#work-shokushu #cboxPrevious {
  background-image: url(../images/work/shokushu/arrow_prev.png);
  background-position: center;
  width: 40px;
  height: 54px;
  background-size: 40px auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxPrevious {
    width: 20px;
    height: 34px;
    background-size: 20px auto;
  }
}

body#work-shokushu #cboxNext {
  background-image: url(../images/work/shokushu/arrow_next.png);
  background-position: center;
  width: 40px;
  height: 54px;
  background-size: 40px auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
}

@media (max-width: 766px) {
  body#work-shokushu #cboxNext {
    width: 20px;
    height: 34px;
    background-size: 20px auto;
  }
}

body#work-shokushu #cboxClose {
  background: #00542f;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
  opacity: 0;
}

body#work-shokushu #cboxClose:before {
  content: '';
  position: absolute;
  background-image: url(../images/work/shokushu/close.png);
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 15px auto;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}

body#work-shokushu #colorbox,
body#work-shokushu #cboxOverlay,
body#work-shokushu #cboxWrapper {
  overflow: visible;
}

body#work-shokushu .box05 {
  margin: 0;
  position: absolute;
  right: -30px;
  bottom: 60px;
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 {
    position: static;
    padding: 15px 0 0;
  }
}

body#work-shokushu .box05 .box__links {
  float: right;
  margin: 0;
  position: relative;
  width: 461px;
  font-size: 0;
  letter-spacing: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links {
    margin: 0 -5px 5px;
    width: auto;
    float: none;
    padding: 0 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    zoom: 1;
  }

  body#work-shokushu .box05 .box__links:before,
  body#work-shokushu .box05 .box__links:after {
    content: ' ';
    display: table;
  }

  body#work-shokushu .box05 .box__links:after {
    clear: both;
  }
}

body#work-shokushu .box05 .box__links ul {
  clear: both;
  float: right;
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links ul {
    float: none;
  }
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links ul:first-child {
    padding: 0;
  }
}

body#work-shokushu .box05 .box__links .link01 {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 115px;
  height: 115px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  margin: 0 -1px -1px 0;
}

body#work-shokushu .box05 .box__links .link01.hidden {
  visibility: hidden;
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link01 {
    background: none;
    width: 50% !important;
    height: auto !important;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    border: none;
    padding: 0 5px;
    margin: 0 0 10px !important;
    position: static;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

body#work-shokushu .box05 .box__links .link01 > span {
  background: #357c74;
  display: block;
  position: absolute;
  top: -21%;
  left: -21%;
  width: 142%;
  height: 142%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link01 > span {
    background: #357c74;
    padding: 8px 0 6px;
    position: static;
    width: 100%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

body#work-shokushu .box05 .box__links .link01 > span span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link01 > span span {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body#work-shokushu .box05 .box__links .link01.active {
  background: none;
  pointer-events: none;
  cursor: auto;
  width: 86px;
  height: 86px;
  border: none;
  margin: 0 0 0 1px;
  position: relative;
  left: -28px;
  bottom: 27px;
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link01.active {
    left: 0;
    bottom: 0;
    height: 46px !important;
    line-height: 33px;
  }
}

body#work-shokushu .box05 .box__links .link01.active > span {
  background-color: #adadad;
}

body#work-shokushu .box05 .box__links .link02 {
  background: #adadad;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 80px;
  height: 80px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: -39px;
  right: -64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link02 {
    background: none;
    position: static;
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

body#work-shokushu .box05 .box__links .link02 > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link02 > span {
    background: #adadad;
    padding: 7px 0 6px;
    position: static;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

body#work-shokushu .box05 .box__links .link02 > span span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links .link02 > span span {
    position: static;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 766px) {
  body#work-shokushu .box05 .box__links > a {
    margin-bottom: 10px;
  }
}

body.traning .maincontents {
  background: #fff;
  background-image: url(../images/pc_bg.png);
  background-repeat: no-repeat;
}

@media (max-width: 766px) {
  body.traning .maincontents {
    background-image: none;
  }
}

body.traning .maincontents .catch {
  padding-top: 90px;
}

@media (max-width: 766px) {
  body.traning .maincontents .catch {
    padding-top: 12.5px;
    text-align: center;
  }
}

body.traning .maincontents .catch__inner {
  text-align: center;
}

@media (max-width: 766px) {
  body.traning .maincontents .catch__inner img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

body.traning .maincontents .intro {
  padding: 40px 90px 0;
}

@media (max-width: 766px) {
  body.traning .maincontents .intro {
    padding: 0 10px;
    margin-top: 20px;
  }
}

body.traning .maincontents .intro p {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

@media (max-width: 766px) {
  body.traning .maincontents .intro p {
    font-size: 12px;
  }
}

body.traning .maincontents .intro p .color01 {
  color: #00542f;
  font-weight: bold;
}

body.traning .maincontents .intro p .color02 {
  color: #669933;
  font-weight: bold;
}

body.traning .maincontents .intro p .color03 {
  color: #1b8e5b;
  font-weight: bold;
}

body.traning .maincontents .contents {
  margin-top: 110px;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents {
    margin-top: 12.5px;
    text-align: center;
  }
}

body.traning .maincontents .contents__body {
  text-align: center;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents__body {
    padding: 0 15px;
  }
}

@media (max-width: 766px) {
  body.traning .maincontents .contents__body img {
    width: 100%;
    height: auto;
  }
}

body.traning .maincontents .contents01 {
  padding-top: 55px;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents01 {
    padding-top: 20px;
  }
}

body.traning .maincontents .contents02 {
  padding-top: 45px;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents02 {
    padding-top: 20px;
  }
}

body.traning .maincontents .contents03 {
  padding-top: 50px;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents03 {
    padding-top: 20px;
  }
}

body.traning .maincontents .contents04 {
  padding-top: 50px;
}

@media (max-width: 766px) {
  body.traning .maincontents .contents04 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

body.traning .maincontents .name {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 766px) {
  body.traning .maincontents .name {
    margin-top: 12.5px;
    padding: 0 15px;
  }
}

body.traning .maincontents .links {
  position: absolute;
  right: 158px;
  bottom: 130px;
}

@media (max-width: 766px) {
  body.traning .maincontents .links {
    position: static;
    padding: 0 5px;
  }
}

body.traning .maincontents .links ul {
  text-align: center;
  font-size: 0;
  position: relative;
}

body.traning .maincontents .links ul li {
  background: #357c74;
  border: 1px solid #fff;
  clear: both;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li {
    display: inline-block;
    padding: 0 5px;
    background: none;
    border: none;
    border-top: 1px solid #fff;
    width: 50%;
    height: auto;
    clear: none;
    margin-bottom: 10px;
  }

  body.traning .maincontents .links ul li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 766px) {
  body.traning .maincontents .links ul li {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

body.traning .maincontents .links ul li:first-child {
  width: 100px;
  height: 100px;
  background: #adadad;
  border: none;
  position: absolute;
  left: -61px;
  top: 50%;
  margin-top: -50px;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li:first-child {
    background: none;
    width: 50%;
    height: auto;
    position: static;
    margin: 0 0 10px;
  }
}

body.traning .maincontents .links ul li:first-child a {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li:first-child a {
    background: #adadad;
    font-size: 11px;
  }
}

body.traning .maincontents .links ul li:nth-child(3) {
  position: absolute;
  left: 100%;
  margin-left: -36px;
  top: 84px;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li:nth-child(3) {
    position: static;
    margin: 0 0 15px;
  }
}

body.traning .maincontents .links ul li:last-child {
  margin-top: 48px;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li:last-child {
    margin: 0 0 15px;
  }
}

body.traning .maincontents .links ul li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (max-width: 766px) {
  body.traning .maincontents .links ul li a {
    font-size: 11px;
    background: #357c74;
    padding: 8px 5px 6px;
  }
}

@media (min-width: 766px) {
  body.traning .maincontents .links ul li a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (min-width: 767px) {
  body.traning .maincontents .links ul li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body.traning .entry-section {
  background-image: url(../images/pc_bg02.png);
  background-repeat: no-repeat;
}

body.traning .box__entry {
  padding-bottom: 185px;
}

@media (max-width: 766px) {
  body.traning .box__entry {
    position: static;
    margin: 0;
    padding-bottom: 0;
  }
}

body.traning .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  margin: 422px auto 0px;
  left: 2px;
}

@media (max-width: 766px) {
  body.traning .box__entry .entry {
    margin-top: 0;
    left: 0;
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

body.traning .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  body.traning .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body.traning .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  body.traning .box__entry .entry span:after {
    display: none;
  }
}

body.traning .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  body.traning .box__entry .entry:after {
    display: none;
  }
}

body#workstyle-ballancesuport .maincontents {
  background: #fff;
  background-image: url(../images/workstyle/ballancesuport/pc_bg.png);
  background-repeat: no-repeat;
}

@media (max-width: 766px) {
  body#workstyle-ballancesuport .maincontents {
    background-image: none;
  }
}

body#workstyle-ballancesuport .maincontents .catch {
  text-align: center;
  padding-top: 55px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport .maincontents .catch {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body#workstyle-ballancesuport .maincontents .contents__body__life {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport .maincontents .contents__body__life {
    padding-left: 40px;
    padding-right: 40px;
  }
}

body#workstyle-ballancesuport .maincontents .contents__body__tabs {
  margin-top: 100px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport .maincontents .contents__body__tabs {
    margin-top: 50px;
  }
}

body#workstyle-ballancesuport .maincontents .contents__body__tabs .inner {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport .maincontents .contents__body__tabs .inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport .maincontents .contents__body__tabs__box {
    padding: 0 10px;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .titlebox {
  margin-top: 50px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .titlebox {
    margin-top: 20px;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .titlebox
  h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #27a472;
  font-size: 30px;
  padding: 10px 0;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .titlebox
    h3 {
    font-size: 20px;
    padding: 5px 0;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox {
  zoom: 1;
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox:before,
body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox:after {
  content: ' ';
  display: table;
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox:after {
  clear: both;
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox.last {
  padding-right: 20px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .linkbox.last {
    padding-right: 0px;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col {
  float: left;
  width: 33.333333%;
  margin-right: 10px;
  background: #f8ffb7;
  padding-bottom: 20px;
  text-align: center;
  height: 170px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .linkbox__col {
    width: 100%;
    float: none;
    height: auto;
    margin-right: 0;
    margin: 10px 0 0 0;
    padding: 10px 0;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col.last {
  margin-right: -20px;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .linkbox__col.last {
    margin-right: 0px;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col
  .title {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .linkbox__col
    .title {
    margin: 0;
    padding: 0;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col
  .linkbox_body {
  padding: 0 15px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.625;
  letter-spacing: 0.04em;
  text-align: left;
}

@media (max-width: 767px) {
  body#workstyle-ballancesuport
    .maincontents
    .contents__body__tabs__box
    .linkbox__col
    .linkbox_body {
    margin: 10px 0 0 0;
    padding: 0 15px;
    font-size: 13px;
  }
}

body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col
  .linkbox_body
  small,
body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col
  .linkbox_body
  .c-dropdown__list
  li
  a,
.c-dropdown__list
  li
  body#workstyle-ballancesuport
  .maincontents
  .contents__body__tabs__box
  .linkbox__col
  .linkbox_body
  a {
  font-size: 13px;
  letter-spacing: 0;
}

body#workstyle-ballancesuport .box__entry {
  padding-top: 422px;
  padding-bottom: 155px;
  background-image: url(../images/workstyle/ballancesuport/pc_bg02.png);
  background-repeat: no-repeat;
}

@media (max-width: 766px) {
  body#workstyle-ballancesuport .box__entry {
    position: static;
    margin: 15px 0 0;
    padding-bottom: 0;
  }
}

body#workstyle-ballancesuport .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  margin: 0 auto 0px;
  left: 2px;
}

@media (max-width: 766px) {
  body#workstyle-ballancesuport .box__entry .entry {
    margin-top: 30px;
    left: 0;
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

body#workstyle-ballancesuport .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  body#workstyle-ballancesuport .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body#workstyle-ballancesuport .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  body#workstyle-ballancesuport .box__entry .entry span:after {
    display: none;
  }
}

body#workstyle-ballancesuport .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  body#workstyle-ballancesuport .box__entry .entry:after {
    display: none;
  }
}

.workstyle-diversity .l-main .l-container {
  background: #fff url(../images/workstyle/diversity/bkg.png) no-repeat right
    top;
}

@media (max-width: 766px) {
  .workstyle-diversity .l-main .l-container {
    background: #fff;
  }
}

.workstyle-diversity .l-main .l-container-inner {
  background: url(../images/workstyle/diversity/bkg1.png) no-repeat center
    bottom;
  padding: 0 0 750px;
}

@media (max-width: 766px) {
  .workstyle-diversity .l-main .l-container-inner {
    background: none;
    padding: 0;
  }
}

.workstyle-diversity .content {
  padding: 45px 90px 105px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content {
    padding: 10px 10px 0;
  }
}

.workstyle-diversity .content:after {
  content: '';
  display: table;
  clear: both;
}

.workstyle-diversity .content .items {
  float: left;
  width: 70.9%;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .items {
    width: 100%;
  }
}

.workstyle-diversity .content .items .title {
  color: #1b8855;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 24px;
  margin: 0 0 15px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .items .title {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 7px;
  }
}

.workstyle-diversity .content .items .item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .items .item {
    margin-bottom: 6px;
  }
}

.workstyle-diversity .content .items .item-title {
  font-size: 18px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .items .item-title {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 3px;
  }
}

.workstyle-diversity .content .items .item p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 18px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .items .item p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
}

.workstyle-diversity .content .images {
  float: right;
  width: 29.1%;
  margin-top: 5px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .images {
    width: 100%;
    margin: 0;
  }
}

.workstyle-diversity .content .images li {
  margin: 0 0 60px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .images li {
    margin: 0 0 5px;
  }

  .workstyle-diversity .content .images li:last-child {
    margin-bottom: 0;
  }
}

.workstyle-diversity .content .box-txt {
  background: #dcf0b1;
  font-size: 16px;
  line-height: 26px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  padding: 22px 28px;
  margin: 0 0 50px;
}

@media (max-width: 766px) {
  .workstyle-diversity .content .box-txt {
    font-size: 13px;
    line-height: 19px;
    padding: 8px 10px;
    margin: 0 0 8px;
  }
}

.workstyle-diversity .box__entry {
  position: absolute;
  left: 50%;
  margin-left: -87px;
  bottom: 172px;
}

@media (max-width: 766px) {
  .workstyle-diversity .box__entry {
    position: static;
    margin: 15px 0 0;
  }
}

.workstyle-diversity .box__entry .entry {
  font-family: 'RyuminPro Bold', sans-serif;
  width: 180px;
  height: 180px;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
}

@media (max-width: 766px) {
  .workstyle-diversity .box__entry .entry {
    font-size: 17px;
    width: 100%;
    height: auto;
    background: #90c320;
    text-align: center;
    padding: 5px;
  }
}

.workstyle-diversity .box__entry .entry span {
  z-index: 1;
}

@media (min-width: 767px) {
  .workstyle-diversity .box__entry .entry span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.workstyle-diversity .box__entry .entry span:after {
  content: '';
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  position: absolute;
  left: 50%;
  bottom: -18px;
}

@media (max-width: 766px) {
  .workstyle-diversity .box__entry .entry span:after {
    display: none;
  }
}

.workstyle-diversity .box__entry .entry:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 766px) {
  .workstyle-diversity .box__entry .entry:after {
    display: none;
  }
}

.l-aside {
  width: rem-calc(320);
  float: left;
}

.l-footer {
  background: #fff;
  padding-top: 19px;
  padding-bottom: 5px;
}

.l-footer .row-f-l {
  float: left;
  width: 83.333333%;
}

.l-footer .row-f-r {
  float: left;
  width: 16.66667%;
}

@media only screen and (max-width: 766px) {
  .l-footer {
    padding-top: 0;
  }
}

.l-footer__logo img {
  max-width: 180px;
}

@media only screen and (max-width: 766px) {
  .l-footer .c-inline-list {
    font-weight: bold;
  }
}

.l-footer__menu ul > li {
  color: #4d4d4f;
  font-family: 'MS PGothic', sans-serif;
  font-size: 12px;
}

.l-footer__menu ul > li:before {
  float: left;
  display: block;
  content: '｜';
  font-size: 13px;
}

.l-footer__menu ul > li:first-child:before {
  display: none;
}

.l-footer__menu ul > li a {
  color: #4d4d4f;
  font-family: 'MS PGothic', sans-serif;
  font-size: 12px;
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  .l-footer__menu ul > li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 766px) {
  .l-footer__menu ul > li {
    display: inline-block;
    float: none;
  }

  .l-footer__menu ul > li:last-child {
    display: none;
  }
}

.l-footer .back-top {
  text-align: right;
}

.l-footer .back-top a {
  font-size: 10px;
  color: #4d4d4f;
  background: url(../images/ico_02.png) no-repeat center right;
  text-decoration: none;
  padding-right: 10px;
}

.l-footer-copyright {
  border-top: 3px solid #fa0046;
  text-align: center;
  padding-top: 2px;
}

@media (max-width: 766px) {
  .l-footer-copyright {
    padding-top: 6px;
  }
}

.l-footer-copyright p {
  margin-bottom: 0;
  color: #4d4d4f;
  font-family: 'MS PGothic', sans-serif;
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 766px) {
  .l-footer-copyright p {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
  }
}

.imenu {
  position: absolute;
  height: 255px;
  width: 255px;
  display: block;
  right: -128px;
  top: 52px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*  &:after {
    border-top: 180px solid transparent;
    border-bottom: 180px solid transparent;
    border-right: 180px solid #cbcbcb;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    @include max-screen(766px) {
      display: none;
    }

  } */
}

@media only screen and (max-width: 766px) {
  .imenu {
    right: 0;
    top: 0;
    width: 25px;
    height: 27px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.imenu .menu {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'RyuminPro Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 766px) {
  .imenu .menu {
    font-size: 8px;
    line-height: 1;
    margin-bottom: 1px !important;
  }
}

.imenu .menu-inner {
  display: block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 0;
  background: #cbcbcb;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 766px) {
  .imenu .menu-inner {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
}

.imenu .menu-inner:hover {
  opacity: 0.7;
}

.imenu .menu-inner div {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin: 180px -40px auto -28px;
}

.imenu .menu-inner span {
  display: block;
  width: 55px;
  text-align: center;
  margin-left: 90px;
}

@media only screen and (max-width: 766px) {
  .imenu .menu-inner span {
    margin: 0;
    width: 25px;
  }
}

.imenu .ico {
  width: 55px;
  height: 5px;
  background: #333;
  display: block;
}

@media only screen and (max-width: 766px) {
  .imenu .ico {
    width: 100%;
    height: 3px;
  }
}

.imenu .ico.mid {
  margin: 3px 0 3px 90px;
}

@media only screen and (max-width: 766px) {
  .imenu .ico.mid {
    margin: 3px 0;
  }
}

.l-global-nav {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 766px) {
  .l-global-nav {
    z-index: inherit;
  }
}

.l-global-nav .l-container {
  overflow: visible;
}

.l-global-nav .l-content {
  overflow: hidden;
  width: 0;
  height: 1716px;
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 150px 0;
  right: 0;
}

@media only screen and (max-width: 766px) {
  .l-global-nav .l-content {
    background: rgba(53, 67, 103, 0.93);
    z-index: 101;
    padding: 20px 0;
    position: fixed;
    height: 100%;
  }
}

.l-global-nav .l-content:before {
  border-top: 858px solid transparent;
  border-bottom: 858px solid transparent;
  border-right: 858px solid rgba(53, 67, 103, 0.93);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .l-global-nav .l-content:before {
    display: none;
  }
}

.l-global-nav .close {
  background: url(../images/ico_03.png) no-repeat;
  font-size: 0;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 44px;
  cursor: pointer;
  float: right;
}

.l-global-nav .close:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 766px) {
  .l-global-nav .close {
    width: 22px;
    height: 22px;
    background-size: 100%;
    margin: 0 20px 22px 0;
  }
}

.l-global-nav .icons {
  position: absolute;
  width: 360px;
  right: -1px;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 767px) {
  .l-global-nav .icons {
    height: 360px;
  }
}

@media only screen and (max-width: 766px) {
  .l-global-nav .icons {
    position: static;
    width: 100%;
  }
}

.l-global-nav .entry {
  position: absolute;
  width: 255px;
  height: 255px;
  display: block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  right: 52px;
  top: -128px;
  overflow: hidden;
  /*  &:after {
      border-left: 180px solid transparent;
      border-right: 180px solid transparent;
      border-top: 180px solid $color-green;
      content: '';
      display: block;
      position: absolute;
      @include max-screen(766px) {
        display: none;
      }
    } */
}

@media only screen and (max-width: 766px) {
  .l-global-nav .entry {
    position: static;
    background: #90c320;
    width: 100%;
    height: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.l-global-nav .entry a {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 26px;
  padding-top: 40px;
  background: #90c320;
  font-family: 'RyuminPro Bold', sans-serif;
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  .l-global-nav .entry a {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: auto;
    width: 100%;
    position: static;
    font-size: 13px;
    padding: 2px 0;
    display: block;
  }
}

.l-global-nav .entry a span {
  display: inline-block;
  position: absolute;
  top: 149px;
  left: 122px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 766px) {
  .l-global-nav .entry a span {
    position: static;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 3px;
  }
}

.l-global-nav ul {
  float: right;
  clear: both;
  padding-right: 30px;
  margin-right: 30px;
}

@media only screen and (max-width: 766px) {
  .l-global-nav ul {
    padding-right: 15px;
  }
}

.l-global-nav ul ul {
  padding: 0;
  margin-top: 32px;
  margin-bottom: 3px;
}

.l-global-nav ul ul li {
  margin-bottom: 21px;
}

.l-global-nav ul ul li a {
  font-size: 16px;
}

.l-global-nav ul > li {
  margin-bottom: 25px;
  clear: both;
}

.l-global-nav ul > li .sub {
  display: none;
  margin-right: 0;
}

.l-global-nav ul > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: relative;
  font-size: 22px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.l-global-nav ul > li a.has-sub {
  cursor: auto;
}

.l-global-nav ul > li a.has-sub:hover {
  opacity: 1;
}

.l-global-nav ul > li a.has-sub:after {
  content: '+';
  position: absolute;
  right: -30px;
  top: 0;
}

.l-global-nav ul > li a.has-sub.active:after {
  content: '-';
}

.l-global-nav ul > li a span {
  display: block;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, Verdana, '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

@media (max-width: 766px) {
  .fixedbody .l-global-nav .l-content {
    overflow: scroll;
    padding-top: 64px;
  }

  .fixedbody .l-global-nav .l-content .close {
    position: fixed;
    top: 20px;
    right: 0;
  }
}

body.top .l-global-nav .entry {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  top: -350px;
}

@media only screen and (max-width: 766px) {
  body.top .l-global-nav .entry {
    top: 0;
  }
}

body.top .l-global-nav .entry.on {
  top: -128px;
}

@media only screen and (max-width: 766px) {
  body.top .l-global-nav .entry.on {
    top: 0;
  }
}

body.top .imenu {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: -350px;
}

@media only screen and (max-width: 766px) {
  body.top .imenu {
    right: 0;
  }
}

body.top .imenu.on {
  right: -128px;
}

@media only screen and (max-width: 766px) {
  body.top .imenu.on {
    right: 0;
  }
}

.l-header {
  background: #fff;
  border-bottom: 1px solid #b6b6b6;
  border-top: 3px solid #fa0046;
  padding: 12px 0;
}

@media only screen and (max-width: 766px) {
  .l-header {
    height: 43px;
    padding: 6px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .l-header__logo img {
    width: 100px;
  }
}

.l-header .row-left {
  float: left;
  width: 50%;
}

.l-header .row-right {
  float: left;
  width: 50%;
}

.l-header .row-inner {
  width: 100%;
}

.l-container {
  position: relative;
  overflow: hidden;
}

@media (max-width: 766px) {
  .fixedbody {
    height: 100%;
    width: 100%;
    position: fixed;
  }
}

body {
  opacity: 0;
}

body.on {
  opacity: 1;
}

.l-main.is-two-columns {
  width: calc(100% - rem-calc(320));
  float: left;
}

.l-section {
  zoom: 1;
}

.l-section:before,
.l-section:after {
  content: ' ';
  display: table;
}

.l-section:after {
  clear: both;
}

.page__entry {
  margin: 0 0 100px;
}

@media only screen and (max-width: 766px) {
  .page__entry {
    margin: 0;
  }
}

.page__entry .box__entry {
  clear: both;
}

.page__entry .box__entry a {
  width: 180px;
  height: 180px;
  display: block;
  position: relative;
  text-decoration: none;
  float: left;
  margin: 47px 0 0 410px;
  font-family: 'RyuminPro Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 766px) {
  .page__entry .box__entry a {
    width: 100%;
    height: auto;
    background: #90c320;
    margin: 0;
    text-align: center;
    padding: 2px 0 0;
  }
}

.page__entry .box__entry a:after {
  background: #90c320;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 766px) {
  .page__entry .box__entry a:after {
    display: none;
  }
}

.page__entry .box__entry a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 26px;
  text-transform: uppercase;
}

@media only screen and (max-width: 766px) {
  .page__entry .box__entry a > span {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 17px;
    line-height: 1;
  }
}

.page__entry .box__entry a > span:after {
  background-image: url(../images/ico_04.png);
  width: 69px;
  height: 11px;
  margin-left: -35px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
}

@media only screen and (max-width: 766px) {
  .page__entry .box__entry a > span:after {
    display: none;
  }
}

.disabled_link {
  opacity: 0.6 !important;
  cursor: default;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .disabled_link {
    cursor: default !important;
  }
}

@media print {
  html,
  body {
    min-width: 1280px;
  }

  .slidebar-menu,
  .slidebar-button,
  .u-hidden-lg {
    display: none;
  }

  .large-1 {
    box-sizing: border-box;
    width: 8.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-1 {
    margin-left: 8.3333%;
  }

  .large-2 {
    box-sizing: border-box;
    width: 16.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-2 {
    margin-left: 16.6667%;
  }

  .large-3 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-3 {
    margin-left: 25%;
  }

  .large-4 {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-4 {
    margin-left: 33.3333%;
  }

  .large-5 {
    box-sizing: border-box;
    width: 41.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-5 {
    margin-left: 41.6667%;
  }

  .large-6 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-6 {
    margin-left: 50%;
  }

  .large-7 {
    box-sizing: border-box;
    width: 58.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-7 {
    margin-left: 58.3333%;
  }

  .large-8 {
    box-sizing: border-box;
    width: 66.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-8 {
    margin-left: 66.6667%;
  }

  .large-9 {
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-9 {
    margin-left: 75%;
  }

  .large-10 {
    box-sizing: border-box;
    width: 83.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-10 {
    margin-left: 83.3333%;
  }

  .large-11 {
    box-sizing: border-box;
    width: 91.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-11 {
    margin-left: 91.6667%;
  }

  .large-12 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .is-push-lg-12 {
    margin-left: 100%;
  }
}

.l-section.is-lg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.l-section.is-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.l-section.is-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.l-section.is-xs {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.l-section.is-bottom {
  padding-top: 0 !important;
}

.l-section.is-top {
  padding-bottom: 0 !important;
}

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

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

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

.u-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.u-animated.is-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inlineblock {
  display: inline-block !important;
}

.u-display-inline {
  display: inline !important;
}

body.entry_staff02.staff .page__entry .box__entry {
  top: 269px;
}

body.entry_staff02.staff.staff07 .box05 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 766px) {
  body.entry_staff02.staff.staff07 .box05 {
    padding-bottom: 0px;
  }
}

.u-mbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-mbs.is-xlg {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-mbs.is-lg {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-mbs.is-sm {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mbs.is-top {
  margin-bottom: 0 !important;
}

.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-f-left {
  float: left !important;
}

.u-f-right {
  float: right !important;
}

.u-f-none {
  float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 47.9375em) {
  .u-hidden-lg {
    display: none !important;
  }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 47.875em) {
  .u-visible-sm {
    display: block !important;
  }

  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}

@media screen and (min-width: 47.9375em) {
  .u-visible-lg {
    display: block !important;
  }

  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

body#work-shokushu #cboxLoadedContent > section#pop01 > a,
body#work-shokushu #cboxLoadedContent > section#pop02 > a,
body#work-shokushu #cboxLoadedContent > section#pop03 > a,
body#work-shokushu #cboxLoadedContent > section#pop04 > a,
body#work-shokushu #cboxLoadedContent > section#pop05 > a,
body#work-shokushu #cboxLoadedContent > section#pop06 > a,
body#work-shokushu #cboxLoadedContent > section#pop07 > a,
body#work-shokushu #cboxLoadedContent > section#pop08 > a,
body#work-shokushu #cboxLoadedContent > section#pop09 > a,
body#work-shokushu #cboxLoadedContent > section#pop10 > a,
body#work-shokushu #cboxLoadedContent > section#pop11 > a,
body#work-shokushu #cboxLoadedContent > section#pop12 > a,
body#work-shokushu #cboxLoadedContent > section#pop13 > a,
body#work-shokushu #cboxLoadedContent > section#pop14 > a,
body#work-shokushu #cboxLoadedContent > section#pop15 > a,
body#work-shokushu #cboxLoadedContent > section#pop16 > a,
body#work-shokushu #cboxLoadedContent > section#pop17 > a,
body#work-shokushu #cboxLoadedContent > section#pop18 > a,
body#work-shokushu #cboxLoadedContent > section#pop19 > a,
body#work-shokushu #cboxLoadedContent > section#pop20 > a,
body#work-shokushu #cboxLoadedContent > section#pop21 > a,
body#work-shokushu #cboxLoadedContent > section#pop22 > a,
body#work-shokushu #cboxLoadedContent > section#pop23 > a,
body#work-shokushu #cboxLoadedContent > section#pop24 > a,
body#work-shokushu #cboxLoadedContent > section#pop25 > a {
  background: #00542f;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  right: -10px;
  top: -10px;
  position: absolute;
  background-image: url(../images/work/close01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

body#work-shokushu #cboxLoadedContent > section#pop03 > a,
body#work-shokushu #cboxLoadedContent > section#pop04 > a,
body#work-shokushu #cboxLoadedContent > section#pop05 > a,
body#work-shokushu #cboxLoadedContent > section#pop06 > a,
body#work-shokushu #cboxLoadedContent > section#pop07 > a,
body#work-shokushu #cboxLoadedContent > section#pop08 > a {
  background-image: url(../images/work/close02.png);
}

body#work-shokushu #cboxLoadedContent > section#pop09 > a,
body#work-shokushu #cboxLoadedContent > section#pop10 > a,
body#work-shokushu #cboxLoadedContent > section#pop11 > a,
body#work-shokushu #cboxLoadedContent > section#pop12 > a,
body#work-shokushu #cboxLoadedContent > section#pop13 > a {
  background-image: url(../images/work/close03.png);
}

body#work-shokushu #cboxLoadedContent > section#pop14 > a,
body#work-shokushu #cboxLoadedContent > section#pop15 > a,
body#work-shokushu #cboxLoadedContent > section#pop16 > a,
body#work-shokushu #cboxLoadedContent > section#pop17 > a,
body#work-shokushu #cboxLoadedContent > section#pop18 > a,
body#work-shokushu #cboxLoadedContent > section#pop19 > a,
body#work-shokushu #cboxLoadedContent > section#pop20 > a {
  background-image: url(../images/work/close04.png);
}

body#work-shokushu #cboxLoadedContent > section#pop24 > a {
  background-image: url(../images/work/close05.png);
}

body#work-shokushu #cboxLoadedContent > section#pop22 > a,
body#work-shokushu #cboxLoadedContent > section#pop23 > a {
  background-image: url(../images/work/close06.png);
}

body#work-shokushu #cboxLoadedContent > section#pop09,
body#work-shokushu #cboxLoadedContent > section#pop10,
body#work-shokushu #cboxLoadedContent > section#pop11,
body#work-shokushu #cboxLoadedContent > section#pop12,
body#work-shokushu #cboxLoadedContent > section#pop13 {
  border: 3px solid #1c8e5b;
}

body#work-shokushu #cboxLoadedContent > section#pop09 h3,
body#work-shokushu #cboxLoadedContent > section#pop10 h3,
body#work-shokushu #cboxLoadedContent > section#pop11 h3,
body#work-shokushu #cboxLoadedContent > section#pop12 h3,
body#work-shokushu #cboxLoadedContent > section#pop13 h3 {
  color: #1c8e5b;
}

body#work-shokushu #cboxLoadedContent > section#pop14,
body#work-shokushu #cboxLoadedContent > section#pop15,
body#work-shokushu #cboxLoadedContent > section#pop16,
body#work-shokushu #cboxLoadedContent > section#pop17,
body#work-shokushu #cboxLoadedContent > section#pop18,
body#work-shokushu #cboxLoadedContent > section#pop19,
body#work-shokushu #cboxLoadedContent > section#pop20 {
  border: 3px solid #00489d;
}

body#work-shokushu #cboxLoadedContent > section#pop14 h3,
body#work-shokushu #cboxLoadedContent > section#pop15 h3,
body#work-shokushu #cboxLoadedContent > section#pop16 h3,
body#work-shokushu #cboxLoadedContent > section#pop17 h3,
body#work-shokushu #cboxLoadedContent > section#pop18 h3,
body#work-shokushu #cboxLoadedContent > section#pop19 h3,
body#work-shokushu #cboxLoadedContent > section#pop20 h3 {
  color: #00489d;
}

body#work-shokushu #cboxLoadedContent > section#pop24 {
  border: 3px solid #5f52a0;
}

body#work-shokushu #cboxLoadedContent > section#pop24 h3 {
  color: #5f52a0;
}

body#work-shokushu #cboxLoadedContent > section#pop22,
body#work-shokushu #cboxLoadedContent > section#pop23 {
  border: 3px solid #a4005b;
}

body#work-shokushu #cboxLoadedContent > section#pop22 h3,
body#work-shokushu #cboxLoadedContent > section#pop23 h3 {
  color: #a4005b;
}
