@charset "UTF-8";
/*============================
 *module
 *============================*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

.icon-email {
  @include sprite($icon-email);
}
*/
/*============================
 *Media Queries
 *============================*/
/*============================
 *mixin
 *============================*/
@keyframes slide-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.fadein-box > * {
  opacity: 0; }

.fadein-up {
  opacity: 1;
  animation: slide-in-up 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both; }

/*============================
 *変数指定
 *============================*/
/*============================
 *要素設定
 *============================*/
* {
  margin: 0;
  word-wrap: break-word; }

html {
  font-family: "YuGothic","游ゴシック",sans-serif;
  height: 100%;
  letter-spacing: 0.1em; }

body {
  background-color: #f5f8f8;
  height: 100%; }

article, section {
  padding: 40px 0 100px; }

ol, ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden; }

li {
  list-style-type: none; }

h1 {
  margin: 0;
  letter-spacing: 0; }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #00285a;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 769px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em; }

table {
  border-collapse: collapse; }

a {
  color: #282828;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p {
  font-size: 16px;
  font-size: 1rem;
  margin: 1.5em 0; }
  @media screen and (max-width: 769px) {
    p {
      font-size: 14px;
      font-size: 0.875rem; } }

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

i.fa, i.ki {
  vertical-align: sub; }

.wp-pagenavi {
  clear: both;
  margin: 20px 0;
  text-align: center; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 16px;
    font-size: 1rem;
    color: #00285a;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 12px;
    text-align: center; }
  .wp-pagenavi .current, .wp-pagenavi a:hover {
    background-color: #00285a;
    color: #ffffff; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    margin: 0 20px; }
  .wp-pagenavi .first, .wp-pagenavi .last {
    display: none; }
  @media screen and (max-width: 480px) {
    .wp-pagenavi a, .wp-pagenavi span {
      font-size: 13px;
      font-size: 0.8125rem;
      margin: 0 5px; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      margin: 0 5px; } }

.is-hide {
  display: none; }

@media screen and (max-width: 769px) {
  .is-small-hide {
    display: none; } }

/*============================
 *HEADER
 *============================*/
.l-header {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #00285a;
  color: #ffffff;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 10000; }
  .l-header a {
    color: #ffffff; }

.m-header {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  overflow: visible;
  color: #ffffff;
  line-height: 100px; }
  @media screen and (max-width: 769px) {
    .m-header {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-header {
      line-height: 60px; } }

.m-header-sp-menu-box {
  display: none;
  float: left;
  margin-right: -35px; }
  .m-header-sp-menu-box i {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    vertical-align: initial; }
  @media screen and (max-width: 769px) {
    .m-header-sp-menu-box {
      display: inline; } }

.m-header-sp-menu-box {
  display: none; }
  @media screen and (max-width: 769px) {
    .m-header-sp-menu-box {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border-radius: none;
      border: none;
      background-color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 44px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      text-indent: -9999px;
      top: 7px;
      width: 44px;
      z-index: 10; } }

.m-header-sp-menu-box:focus {
  outline: none; }

.m-header-sp-menu-box span {
  background: white;
  display: block;
  height: 2px;
  left: 9px;
  position: absolute;
  right: 9px;
  top: 22px; }

.m-header-sp-menu-box span:before,
.m-header-sp-menu-box span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.m-header-sp-menu-box span:before {
  top: -8px; }

.m-header-sp-menu-box span:after {
  bottom: -8px; }

.m-header-logo-box {
  float: left; }
  @media screen and (max-width: 769px) {
    .m-header-logo-box {
      float: none;
      margin-right: 10px; } }

.m-header-logo-img {
  vertical-align: middle; }
  @media screen and (max-width: 769px) {
    .m-header-logo-img {
      display: block;
      text-align: center; } }

.m-header-logo-img a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s;
  background-image: url("../img/kaiyou-logo.png");
  background-size: 100% auto;
  display: inline-block;
  font-size: 0;
  height: 32px;
  margin-bottom: -5px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 175px; }
  .m-header-logo-img a:hover {
    background-image: url("../img/kaiyou-logo_on.png"); }
  @media screen and (max-width: 960px) {
    .m-header-logo-img a {
      margin-bottom: -9px;
      width: 145px; } }

.m-header-menu-box {
  float: right;
  width: 80%; }
  @media screen and (max-width: 1140px) {
    .m-header-menu-box {
      width: 75%; } }
  @media screen and (max-width: 769px) {
    .m-header-menu-box {
      display: none; } }

.m-header-menu-list {
  overflow: hidden;
  text-align: right; }

.m-header-menu-list-item {
  display: inline;
  padding: 0 1.5%; }
  .m-header-menu-list-item a {
    color: #ffffff;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    transition: .3s;
    text-decoration: none; }
    .m-header-menu-list-item a:hover {
      text-decoration: none; }
    .m-header-menu-list-item a:before, .m-header-menu-list-item a:after {
      position: absolute;
      content: '';
      width: 0;
      height: 2px;
      background-color: #ffffff; }
      @media screen and (max-width: 480px) {
        .m-header-menu-list-item a:before, .m-header-menu-list-item a:after {
          content: none; } }
    .m-header-menu-list-item a:before {
      top: -6px;
      left: 0; }
    .m-header-menu-list-item a:after {
      bottom: -4px;
      right: 0; }
    .m-header-menu-list-item a:hover:before, .m-header-menu-list-item a:hover:after {
      transition: 0.3s;
      width: 100%; }
  @media screen and (max-width: 960px) {
    .m-header-menu-list-item {
      font-size: 11px;
      font-size: 0.6875rem;
      padding: 0 1.2%; } }

/*============================
 *DRAWERMENU
 *============================*/
.l-drawermenu {
  background-color: rgba(0, 40, 90, 0.9);
  position: fixed;
  width: 100%;
  z-index: 11000; }

.m-drawermenu {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-drawermenu {
      padding: 0 10px; } }

.m-drawermenu-close-button-box {
  display: block;
  height: 60px;
  width: 10%; }

.m-drawermenu-close-button:before, .m-drawermenu-close-button:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: 30px;
  background: white; }

.m-drawermenu-close-button:before {
  transform: rotate(45deg); }

.m-drawermenu-close-button:after {
  transform: rotate(-45deg); }

.m-drawermenu > .m-header-menu-list {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff; }

.m-drawermenu > .m-header-menu-list > li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  display: block;
  float: none;
  letter-spacing: 0.2em;
  padding: 10px 0; }

.m-drawermenu-social-list {
  margin: 20px 0 35px;
  text-align: center; }

.m-drawermenu-social-list-item {
  display: inline;
  margin: 0 10px; }

.m-drawermenu-social-list-item > a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff; }

/*============================
 *FOOTER
 *============================*/
.l-footer {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #b2b2b2;
  clear: both; }
  .l-footer a:hover {
    text-decoration: underline; }

.m-footer {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  padding-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .m-footer {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-footer {
      padding-bottom: 60px; } }

.m-footer-social-list-box {
  border: 0 solid #979797;
  border-bottom-width: 1px;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-footer-social-list-box {
      margin-top: 0px;
      padding: 20px 0; } }

.m-footer-social-list-title {
  display: inline-block;
  top: -5px;
  position: relative; }
  @media screen and (max-width: 769px) {
    .m-footer-social-list-title {
      margin-bottom: 15px; } }

.m-footer-social-list-title p {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  margin: 0;
  text-align: left;
  width: 70%; }
  @media screen and (max-width: 769px) {
    .m-footer-social-list-title p {
      width: 100%; } }

.m-footer-social-list {
  border-left: 1px solid white;
  display: inline-block;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-footer-social-list {
      border: none;
      padding: 0 20px; } }

.m-footer-social-list-item {
  display: inline-block;
  line-height: 0;
  padding: 0 5px; }

.m-footer-social-list-item a {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  padding: 10px; }

.m-footer-social-list-item a i {
  vertical-align: initial; }

.m-footer-social-list-item-twitter:hover {
  color: #1da1f2; }

.m-footer-social-list-item-facebook:hover {
  color: #305097; }

.m-footer-social-list-item-youtube:hover {
  color: #cd201f; }

.m-footer-social-list-item-instagram:hover {
  color: #ff875a; }

.m-footer-info-list-box {
  box-sizing: border-box;
  margin: 0;
  padding: 30px;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .m-footer-info-list-box {
      padding: 20px 30px; } }

.m-footer-info-list {
  text-align: center; }

.m-footer-info-list-item {
  display: inline-block;
  margin-right: 20px; }
  .m-footer-info-list-item a {
    color: #ffffff; }
  @media screen and (max-width: 769px) {
    .m-footer-info-list-item {
      display: block;
      margin: 16px 0; } }

.m-footer-company-box {
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    .m-footer-company-box {
      padding: 0; } }

.m-footer-project-list {
  float: left;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list {
      box-sizing: border-box;
      float: none;
      margin: 0 auto;
      width: 300px; } }

.m-footer-project-list-item {
  display: inline-block;
  text-align: center; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item {
      transform: scale(0.8); } }

.m-footer-project-list-item a {
  color: #ffffff;
  margin: 0 10px;
  vertical-align: middle; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item a {
      margin: 0 10px; } }

.m-footer-project-list-item-kaiyou_net a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -450px;
  width: 94px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-kaiyou_net a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px -403px;
    width: 94px;
    height: 27px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-kaiyou_net a {
      margin: 0;
      margin-left: 40px; } }

.m-footer-project-list-item-popishere a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -667px;
  width: 100px;
  height: 17px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-popishere a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px -630px;
    width: 100px;
    height: 17px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-popishere a {
      margin: 0;
      margin-right: 40px; } }

.m-footer-project-list-item-kaiyou_lab a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -341px;
  width: 57px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-kaiyou_lab a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px -280px;
    width: 57px;
    height: 41px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-kaiyou_lab a {
      margin: 20px 6px 0; } }

.m-footer-project-list-item-kaiyou_videos a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -564px;
  width: 64px;
  height: 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-kaiyou_videos a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px -497px;
    width: 64px;
    height: 47px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-kaiyou_videos a {
      margin: 20px 6px 0; } }

.m-footer-project-list-item-kaiyou_blog a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -62px;
  width: 61px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-kaiyou_blog a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px 0px;
    width: 61px;
    height: 42px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-kaiyou_blog a {
      margin: 20px 6px 0; } }

.m-footer-project-list-item-kaiyou_ch a {
  background-image: url(../css/sprite/sprite.png);
  background-position: 0px -202px;
  width: 49px;
  height: 58px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s; }
  .m-footer-project-list-item-kaiyou_ch a:hover {
    background-image: url(../css/sprite/sprite.png);
    background-position: 0px -124px;
    width: 49px;
    height: 58px; }
  @media screen and (max-width: 1140px) {
    .m-footer-project-list-item-kaiyou_ch a {
      margin: 20px 6px 0; } }

.m-footer-logo-box {
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  text-align: center; }
  @media screen and (max-width: 1140px) {
    .m-footer-logo-box {
      margin: 0 20px 0 0;
      padding: 35px 10px; } }
  @media screen and (max-width: 480px) {
    .m-footer-logo-box {
      padding: 35px 10px 20px; } }

a.m-footer-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0s;
  background-image: url("../img/kaiyou-logo.png");
  background-size: 100% auto;
  font-size: 0;
  height: 47px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 230px; }
  a.m-footer-logo:hover {
    background-image: url("../img/kaiyou-logo_on.png"); }
  @media screen and (max-width: 1140px) {
    a.m-footer-logo {
      height: 28px;
      width: 150px; } }

.m-footer-logo-box > small {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  display: block;
  margin-left: 52px; }

.m-footer-company-info {
  border-left: 1px solid #ffffff;
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 0 10px;
  width: 37%; }
  @media screen and (max-width: 1140px) {
    .m-footer-company-info {
      box-sizing: border-box;
      border-left: none;
      border-top: 1px solid #ffffff;
      margin: 0 10%;
      padding: 0 10px;
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .m-footer-company-info {
      margin: 0 5%;
      width: 90%; } }

.m-footer-address-container {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10%;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    .m-footer-address-container {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 0;
      text-align: center; } }

.m-footer-address-box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2%;
  width: 44%; }
  @media screen and (max-width: 1140px) {
    .m-footer-address-box {
      margin: 2% 1%;
      width: 130px; } }
  @media screen and (max-width: 480px) {
    .m-footer-address-box {
      margin: 4% auto;
      width: 130px; } }

.m-footer-address-box p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  display: block;
  margin: 0;
  text-align: left; }
  @media screen and (max-width: 1140px) {
    .m-footer-address-box p {
      font-size: 10px;
      font-size: 0.625rem; } }

/*============================
 *サイドコントローラー
 *============================*/
.l-sideController {
  background-color: #ffffff;
  bottom: 10%;
  left: 0;
  padding: 20px 20px;
  position: fixed;
  width: 50px;
  z-index: 10000; }
  @media screen and (max-width: 769px) {
    .l-sideController {
      display: none; } }

.m-sideController-social-list {
  border-bottom-width: 1px;
  padding: 10px; }

.m-sideController-social-list-item {
  font-size: 28px;
  font-size: 1.75rem;
  color: #6e6e6e;
  text-align: center;
  line-height: 1;
  padding: 12px 0; }
  .m-sideController-social-list-item a {
    display: block; }

.m-sideController-social-list-item-twitter:hover {
  color: #1da1f2; }

.m-sideController-social-list-item-facebook:hover {
  color: #305097; }

.m-sideController-social-list-item-youtube:hover {
  color: #cd201f; }

.m-sideController-social-list-item-instagram:hover {
  color: #ff875a; }

.m-pages-detail-pager {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 40, 90, 0.7); }

.m-pages-detail-pager-prev-box,
.m-pages-detail-pager-next-box {
  height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50%; }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev-box,
    .m-pages-detail-pager-next-box {
      height: 230px; } }

.m-pages-detail-pager-prev,
.m-pages-detail-pager-next {
  box-sizing: border-box;
  color: #ffffff;
  float: left;
  padding: 20px 15% 80px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: -65px; }
  .m-pages-detail-pager-prev:hover,
  .m-pages-detail-pager-next:hover {
    background-color: rgba(0, 40, 90, 0.5); }
  .m-pages-detail-pager-prev p,
  .m-pages-detail-pager-next p {
    line-height: 1.5; }
    @media screen and (max-width: 1140px) {
      .m-pages-detail-pager-prev p,
      .m-pages-detail-pager-next p {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-detail-pager-prev p,
      .m-pages-detail-pager-next p {
        font-size: 10px;
        font-size: 0.625rem; } }
  @media screen and (max-width: 960px) {
    .m-pages-detail-pager-prev,
    .m-pages-detail-pager-next {
      margin-bottom: -55px; } }
  @media screen and (max-width: 769px) {
    .m-pages-detail-pager-prev,
    .m-pages-detail-pager-next {
      margin-bottom: -58px; } }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev,
    .m-pages-detail-pager-next {
      margin-bottom: -85px;
      height: 230px; } }

.m-pages-detail-pager-prev img,
.m-pages-detail-pager-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: none;
  height: auto; }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev img,
    .m-pages-detail-pager-next img {
      height: 100%;
      width: auto; } }

.m-pages-detail-pager-prev {
  padding-left: 15%; }
  .m-pages-detail-pager-prev:after {
    background: #ffffff;
    content: "";
    height: 80%;
    top: 10%;
    right: 0px;
    position: absolute;
    width: 1px;
    z-index: 100; }

.m-pages-detail-pager-next {
  padding-right: 15%; }

.m-pages-detail-pager-prev-label-box,
.m-pages-detail-pager-next-label-box {
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 960px) {
    .m-pages-detail-pager-prev-label-box,
    .m-pages-detail-pager-next-label-box {
      margin-top: 0px; } }

.m-pages-detail-pager-prev-info-box,
.m-pages-detail-pager-next-info-box {
  box-sizing: border-box;
  display: inline;
  width: 90%;
  bottom: 40px; }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev-info-box,
    .m-pages-detail-pager-next-info-box {
      width: 85%;
      bottom: 20px; } }

.m-pages-detail-pager-prev-info-box {
  right: 2.5%; }

.m-pages-detail-pager-next-info-box {
  left: 2.5%; }

.m-pages-detail-pager-prev-poetry,
.m-pages-detail-pager-next-poetry {
  background-color: #ffffff;
  bottom: 90px;
  display: block;
  left: 0;
  margin: 10px 0;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 85%; }
  .m-pages-detail-pager-prev-poetry:after,
  .m-pages-detail-pager-next-poetry:after {
    font-size: 9px;
    font-size: 0.5625rem;
    color: #ffffff;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: center; }
  @media screen and (max-width: 960px) {
    .m-pages-detail-pager-prev-poetry,
    .m-pages-detail-pager-next-poetry {
      bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev-poetry,
    .m-pages-detail-pager-next-poetry {
      width: 75%;
      bottom: 110px; } }

.is-prev-news:after {
  left: -40px;
  content: "PREV NEWS"; }
  @media screen and (max-width: 769px) {
    .is-prev-news:after {
      left: -48px; } }

.is-prev-products:after {
  left: -55px;
  content: "PREV PRODUCT"; }
  @media screen and (max-width: 769px) {
    .is-prev-products:after {
      left: -60px; } }

.is-prev-works:after {
  left: -55px;
  content: "PREV WORKS"; }
  @media screen and (max-width: 769px) {
    .is-prev-works:after {
      left: -55px; } }

.is-next-news:after {
  right: -55px;
  content: "NEXT NEWS"; }
  @media screen and (max-width: 769px) {
    .is-next-news:after {
      right: -60px; } }

.is-next-products:after {
  right: -55px;
  content: "NEXT PRODUCT"; }
  @media screen and (max-width: 769px) {
    .is-next-products:after {
      right: -48px; } }

.is-next-works:after {
  right: -55px;
  content: "NEXT WORK"; }
  @media screen and (max-width: 769px) {
    .is-next-works:after {
      right: -52px; } }

.m-pages-detail-pager-prev-label,
.m-pages-detail-pager-next-label {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-detail-pager-prev-label,
    .m-pages-detail-pager-next-label {
      width: 75%;
      top: -10px; } }

.m-pages-detail-pager-prev-label span > a,
.m-pages-detail-pager-next-label span > a {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #ffffff;
  color: #00285a;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  padding: 4px 16px;
  text-align: center; }
  .m-pages-detail-pager-prev-label span > a:hover,
  .m-pages-detail-pager-next-label span > a:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-detail-pager-prev-label span > a,
    .m-pages-detail-pager-next-label span > a {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 2px 8px; } }
  @media screen and (max-width: 480px) {
    .m-pages-detail-pager-prev-label span > a,
    .m-pages-detail-pager-next-label span > a {
      font-size: 8px;
      font-size: 0.5rem;
      padding: 0 10px; } }

/*============================
 *NON_ARTICLE
 *============================*/
.l-pages-nonArticle {
  background-color: #ffffff; }

.m-pages-nonArticle {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle {
      padding: 0 10px; } }

.m-pages-nonArticle-main {
  max-width: 768px;
  margin: 60px auto;
  display: block; }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle-main {
      margin: 0 auto; } }

.m-pages-nonArticle img {
  display: block;
  float: left;
  padding: 0 13.5%;
  height: 130px;
  width: auto; }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle img {
      float: none;
      margin: 0 auto; } }

.m-pages-nonArticle-text-box {
  display: block;
  float: left;
  padding: 0 0%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 120px; }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle-text-box {
      float: none;
      margin: 30px auto 60px; } }

.m-pages-nonArticle-text-box h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #282828;
  padding-right: 6px; }

.m-pages-nonArticle-text-box p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e6e6e;
  margin: 8px 0; }

.m-pages-nonArticle-button {
  clear: both;
  padding: 30px; }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle-button {
      padding: 0 20px; } }

.m-pages-nonArticle-button a {
  border: 0px solid #00285a;
  border-width: 2px;
  box-sizing: border-box;
  color: #00285a;
  display: block;
  font-weight: bold;
  margin: 20px 10px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 22px 15px;
  margin: 0px; }
  .m-pages-nonArticle-button a:hover {
    background-color: #001749;
    color: #ffffff; }
  .m-pages-nonArticle-button a p {
    margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-nonArticle-button a {
      font-size: 13px;
      font-size: 0.8125rem; }
      .m-pages-nonArticle-button a a, .m-pages-nonArticle-button a p {
        font-size: 13px;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-nonArticle-button a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }

/*============================
 *pages
 *============================*/
/*============================
 *INDEX
 *============================*/
/*============================
 *HEADER
 *============================*/
.transparent-header {
  background-color: transparent; }

/*============================
 *EYECATCH
 *============================*/
.l-top-eyecatch {
  background-image: url("../img/index-eyecatch.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.m-top-eyecatch {
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.m-top-eyecatch-text-box {
  background-image: linear-gradient(110deg, rgba(14, 58, 138, 0.85) 10%, rgba(120, 179, 177, 0.85) 100%);
  float: right;
  padding: 120px 7% 100px;
  width: 300px; }
  .m-top-eyecatch-text-box * {
    color: #ffffff; }
  @media screen and (max-width: 769px) {
    .m-top-eyecatch-text-box {
      width: auto;
      margin-top: 0px;
      padding: 120px 7% 60px; }
      .m-top-eyecatch-text-box .m-top-eyecatch-text-description {
        line-height: 2;
        font-weight: normal; } }

.m-top-eyecatch-text-title {
  line-height: 1; }
  .m-top-eyecatch-text-title:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0 40px;
    position: relative;
    top: 10px;
    width: 40px; }
    @media screen and (max-width: 769px) {
      .m-top-eyecatch-text-title:after {
        margin: 20px auto 40px; } }
  @media screen and (max-width: 769px) {
    .m-top-eyecatch-text-title {
      text-align: center; } }

/*============================
 *TOPICS
 *============================*/
.l-topics {
  padding-bottom: 120px;
  background-color: #ffffff; }
  @media screen and (max-width: 769px) {
    .l-topics {
      padding-top: 60px;
      padding-bottom: 80px; } }

.m-topics {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-topics {
      padding: 0 10px; } }

.m-topics-induction {
  display: inline-block;
  height: 0;
  position: relative;
  z-index: 1000;
  transform: rotate(90deg);
  transform-origin: left center;
  float: right;
  left: -10%;
  top: -110px; }
  .m-topics-induction p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffaa14;
    line-height: 1.00;
    letter-spacing: 0.2em;
    margin: 5px 0;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .m-topics-induction p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        margin-top: 10px; } }
  .m-topics-induction .induction-line {
    background-color: #ffaa14;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0%; }
    .m-topics-induction .induction-line:after {
      background: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffaa14;
      bottom: -5px;
      content: "";
      position: absolute;
      right: -8px;
      width: 8px;
      height: 8px; }
  .m-topics-induction .induction-line-over {
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
  @media screen and (max-width: 769px) {
    .m-topics-induction {
      left: 0;
      margin-top: 5px;
      margin-bottom: -50px; }
      .m-topics-induction p {
        margin-right: 0px; } }
  @media screen and (max-width: 480px) {
    .m-topics-induction {
      left: 15%; } }

.m-topics-title {
  text-align: center;
  position: relative; }
  .m-topics-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-bottom: 12px;
    margin-left: -20px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 769px) {
    .m-topics-title:after {
      top: 18px; } }
  .m-topics-title:after {
    margin-bottom: 36px; }

.m-topics-title-description {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin: 40px 20px 30px; }
  @media screen and (max-width: 769px) {
    .m-topics-title-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-topics-container {
  margin: 40px 0;
  overflow: hidden;
  border: 0px solid #cccccc;
  border-width: 0px 1px; }
  @media screen and (max-width: 769px) {
    .m-topics-container {
      border: none;
      margin: 10px 0 20px; } }

.m-topics-press-box,
.m-topics-published-box {
  box-sizing: border-box;
  float: left;
  margin: 0 -1px;
  padding: 0 40px 0 70px;
  width: 50%; }
  @media screen and (max-width: 769px) {
    .m-topics-press-box,
    .m-topics-published-box {
      padding: 0;
      float: none;
      width: 100%; } }

.m-topics-published-box {
  border: 0px solid #cccccc;
  border-left-width: 1px; }

.m-topics-press-title,
.m-topics-published-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e6e6e;
  font-weight: normal;
  letter-spacing: 0.3em;
  transform: rotate(90deg);
  transform-origin: left top; }

.m-sp-topics-press-title-box {
  border: 0px solid #00285a;
  border-bottom-width: 1px;
  overflow: hidden;
  margin: 28px auto 0; }
  @media screen and (min-width: 769px) {
    .m-sp-topics-press-title-box {
      display: none; } }

.m-sp-topics-press-title,
.m-sp-topics-published-title {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #00285a;
  cursor: pointer;
  font-weight: normal;
  float: left;
  letter-spacing: 0.25em;
  text-align: center;
  transform: none;
  width: 50%;
  padding: 2px 0; }
  .m-sp-topics-press-title:hover,
  .m-sp-topics-published-title:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (min-width: 769px) {
    .m-sp-topics-press-title,
    .m-sp-topics-published-title {
      display: none; } }

.sp-topics-title-on {
  background-color: #00285a;
  color: #ffffff; }

.m-topics-press-list,
.m-topics-published-list {
  margin-top: -24px;
  overflow: visible;
  padding: 0 16px; }
  @media screen and (max-width: 769px) {
    .m-topics-press-list,
    .m-topics-published-list {
      padding: 0 10px;
      margin-top: 0; } }

.m-topics-press-list-item-container,
.m-topics-published-list-item-container {
  border: 0px solid #cccccc;
  border-bottom-width: 1px;
  margin-bottom: 16px; }

.m-topics-press-list-item-date-box,
.m-topics-published-list-item-date-box {
  line-height: 1; }
  .m-topics-press-list-item-date-box time,
  .m-topics-published-list-item-date-box time {
    font-size: 12px;
    font-size: 0.75rem;
    color: #bebebe;
    padding-left: 16px;
    border: 0px solid #bebebe;
    border-left-width: 2px; }

p.m-topics-press-list-item-title,
p.m-topics-published-list-item-title {
  line-height: 1.5;
  margin: 8px 0 16px; }
  p.m-topics-press-list-item-title:hover,
  p.m-topics-published-list-item-title:hover {
    text-decoration: underline; }
  @media screen and (max-width: 960px) {
    p.m-topics-press-list-item-title,
    p.m-topics-published-list-item-title {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    p.m-topics-press-list-item-title,
    p.m-topics-published-list-item-title {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-topics-more-button {
  clear: both;
  margin: 0 auto;
  width: 460px; }
  .m-topics-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-topics-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-topics-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-topics-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-topics-more-button a a, .m-topics-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-topics-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 769px) {
    .m-topics-more-button {
      width: 100%; } }

/*============================
 *PRODUCTS
 *============================*/
.l-products {
  background-color: #f5f8f8; }

.m-products-induction {
  display: inline-block;
  height: 0;
  position: relative;
  z-index: 1000;
  transform: rotate(90deg);
  transform-origin: left center;
  left: 50%;
  margin-left: 25px;
  top: -150px; }
  .m-products-induction p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffaa14;
    line-height: 1.00;
    letter-spacing: 0.2em;
    margin: 5px 0;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .m-products-induction p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        margin-top: 10px; } }
  .m-products-induction .induction-line {
    background-color: #ffaa14;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0%; }
    .m-products-induction .induction-line:after {
      background: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffaa14;
      bottom: -5px;
      content: "";
      position: absolute;
      right: -8px;
      width: 8px;
      height: 8px; }
  .m-products-induction .induction-line-over {
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
  @media screen and (max-width: 769px) {
    .m-products-induction {
      left: 50%;
      top: -90px;
      margin-bottom: 50px;
      margin-left: 28px; } }

.m-products {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-products {
      padding: 0 10px; } }
  @media screen and (max-width: 1140px) {
    .m-products {
      width: 60%; } }
  @media screen and (max-width: 960px) {
    .m-products {
      width: 75%; } }
  @media screen and (max-width: 769px) {
    .m-products {
      width: 100%;
      padding: 0; } }

.m-products-title {
  text-align: center;
  position: relative; }
  .m-products-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-bottom: 12px;
    margin-left: -20px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 769px) {
    .m-products-title:after {
      top: 18px; } }

.m-products-title-description {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 769px) {
    .m-products-title-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-products-list {
  padding: 0;
  margin-top: -20px; }
  .m-products-list li a {
    display: block; }

.m-products-list-item-media,
.m-products-list-item-brand,
.m-products-list-item-magazine {
  margin: 40px 0;
  overflow: hidden; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media,
    .m-products-list-item-brand,
    .m-products-list-item-magazine {
      margin: 0; } }

.m-products-list-item-media-img-box,
.m-products-list-item-brand-img-box,
.m-products-list-item-magazine-img-box {
  float: left;
  margin-top: 30px;
  margin-right: -60px;
  height: auto;
  width: 610px; }
  .m-products-list-item-media-img-box img,
  .m-products-list-item-brand-img-box img,
  .m-products-list-item-magazine-img-box img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-img-box,
    .m-products-list-item-brand-img-box,
    .m-products-list-item-magazine-img-box {
      width: 100%;
      margin-top: 0px; } }

.m-products-list-item-media-img-box, .m-products-list-item-brand-img-box {
  float: left; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-img-box, .m-products-list-item-brand-img-box {
      float: none; } }

.m-products-list-item-magazine-img-box {
  float: right;
  margin-right: 0px; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-magazine-img-box {
      float: none; } }

.m-products-list-item-media-text-box,
.m-products-list-item-brand-text-box,
.m-products-list-item-magazine-text-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin-right: -60px;
  overflow: hidden;
  padding: 48px 65px;
  position: relative;
  width: 488px;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-products-list-item-media-text-box:hover,
  .m-products-list-item-brand-text-box:hover,
  .m-products-list-item-magazine-text-box:hover {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  .m-products-list-item-media-text-box:hover .m-products-list-item-media-text-title,
  .m-products-list-item-media-text-box:hover .m-products-list-item-brand-text-title,
  .m-products-list-item-media-text-box:hover .m-products-list-item-magazine-text-title,
  .m-products-list-item-brand-text-box:hover .m-products-list-item-media-text-title,
  .m-products-list-item-brand-text-box:hover .m-products-list-item-brand-text-title,
  .m-products-list-item-brand-text-box:hover .m-products-list-item-magazine-text-title,
  .m-products-list-item-magazine-text-box:hover .m-products-list-item-media-text-title,
  .m-products-list-item-magazine-text-box:hover .m-products-list-item-brand-text-title,
  .m-products-list-item-magazine-text-box:hover .m-products-list-item-magazine-text-title {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .m-products-list-item-media-text-box:hover .m-products-list-item-media-text-title:before,
    .m-products-list-item-media-text-box:hover .m-products-list-item-brand-text-title:before,
    .m-products-list-item-media-text-box:hover .m-products-list-item-magazine-text-title:before,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-media-text-title:before,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-brand-text-title:before,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-magazine-text-title:before,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-media-text-title:before,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-brand-text-title:before,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-magazine-text-title:before {
      width: 100%; }
    .m-products-list-item-media-text-box:hover .m-products-list-item-media-text-title:after,
    .m-products-list-item-media-text-box:hover .m-products-list-item-brand-text-title:after,
    .m-products-list-item-media-text-box:hover .m-products-list-item-magazine-text-title:after,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-media-text-title:after,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-brand-text-title:after,
    .m-products-list-item-brand-text-box:hover .m-products-list-item-magazine-text-title:after,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-media-text-title:after,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-brand-text-title:after,
    .m-products-list-item-magazine-text-box:hover .m-products-list-item-magazine-text-title:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-box,
    .m-products-list-item-brand-text-box,
    .m-products-list-item-magazine-text-box {
      min-height: auto;
      margin: 0 10%;
      padding: 27px 40px;
      top: -36px;
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .m-products-list-item-media-text-box,
    .m-products-list-item-brand-text-box,
    .m-products-list-item-magazine-text-box {
      min-height: auto;
      margin: 0 5%;
      padding: 24px 40px;
      top: -36px;
      width: 90%; } }

.m-products-list-item-magazine-text-box {
  float: right; }

.m-products-list-item-media-text-title,
.m-products-list-item-brand-text-title,
.m-products-list-item-magazine-text-title {
  border: 0px solid #282828;
  border-bottom-width: 2px;
  line-height: 1;
  padding-bottom: 48px;
  position: relative; }
  .m-products-list-item-media-text-title:before,
  .m-products-list-item-brand-text-title:before,
  .m-products-list-item-magazine-text-title:before {
    content: "";
    background-color: #ffaa14;
    bottom: -2px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 0; }
  .m-products-list-item-media-text-title h3,
  .m-products-list-item-brand-text-title h3,
  .m-products-list-item-magazine-text-title h3 {
    font-size: 34px;
    font-size: 2.125rem;
    padding-top: 4px; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-title,
    .m-products-list-item-brand-text-title,
    .m-products-list-item-magazine-text-title {
      min-height: auto;
      padding-bottom: 25px; }
      .m-products-list-item-media-text-title h3,
      .m-products-list-item-brand-text-title h3,
      .m-products-list-item-magazine-text-title h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        padding-top: 0; } }

.m-products-list-item-media-text-title:after,
.m-products-list-item-brand-text-title:after,
.m-products-list-item-magazine-text-title:after {
  font-size: 14px;
  font-size: 0.875rem;
  color: #282828;
  letter-spacing: 0.25em;
  line-height: 1.75;
  padding: 0 20px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: -120px;
  top: 26px; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-title:after,
    .m-products-list-item-brand-text-title:after,
    .m-products-list-item-magazine-text-title:after {
      font-size: 8px;
      font-size: 0.5rem; } }

.m-products-list-item-media-text-title:after {
  content: "MEDIA"; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-title:after {
      top: -6px;
      right: -96px; } }

.m-products-list-item-brand-text-title:after {
  content: "BRAND"; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-brand-text-title:after {
      top: -6px;
      right: -96px; } }

.m-products-list-item-magazine-text-title:after {
  content: "MEDIA"; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-magazine-text-title:after {
      top: -6px;
      right: -96px; } }

.m-products-list-item-media-text-description,
.m-products-list-item-brand-text-description,
.m-products-list-item-magazine-text-description {
  min-height: 50%;
  margin-top: 48px; }
  .m-products-list-item-media-text-description p,
  .m-products-list-item-brand-text-description p,
  .m-products-list-item-magazine-text-description p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0; }
    .m-products-list-item-media-text-description p span,
    .m-products-list-item-brand-text-description p span,
    .m-products-list-item-magazine-text-description p span {
      margin-right: 50px; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-description,
    .m-products-list-item-brand-text-description,
    .m-products-list-item-magazine-text-description {
      margin-top: 23px; }
      .m-products-list-item-media-text-description p,
      .m-products-list-item-brand-text-description p,
      .m-products-list-item-magazine-text-description p {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
        width: 80%; }
        .m-products-list-item-media-text-description p span,
        .m-products-list-item-brand-text-description p span,
        .m-products-list-item-magazine-text-description p span {
          margin-right: 0px; } }
  @media screen and (max-width: 480px) {
    .m-products-list-item-media-text-description p,
    .m-products-list-item-brand-text-description p,
    .m-products-list-item-magazine-text-description p {
      width: 85%; } }

.m-products-list-item-media-text-description p span {
  margin-right: 120px; }
  @media screen and (max-width: 1140px) {
    .m-products-list-item-media-text-description p span {
      margin-right: 0px; } }

.m-products-more-button {
  float: right;
  margin: 0 auto;
  width: 460px; }
  .m-products-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-products-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-products-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-products-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-products-more-button a a, .m-products-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-products-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-products-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-products-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-products-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-products-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-products-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 1140px) {
    .m-products-more-button {
      width: 100%; }
      .m-products-more-button a {
        margin: 0 20px; } }

.m-products-list-item-media > a:hover {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-products-list-item-media > a:hover + .m-products-list-item-media-text-box {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
    .m-products-list-item-media > a:hover + .m-products-list-item-media-text-box .m-products-list-item-media-text-title:before {
      width: 100%; }
    .m-products-list-item-media > a:hover + .m-products-list-item-media-text-box .m-products-list-item-media-text-title:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }

.m-products-list-item-brand > a:hover {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-products-list-item-brand > a:hover + .m-products-list-item-brand-text-box {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
    .m-products-list-item-brand > a:hover + .m-products-list-item-brand-text-box .m-products-list-item-brand-text-title:before {
      width: 100%; }
    .m-products-list-item-brand > a:hover + .m-products-list-item-brand-text-box .m-products-list-item-brand-text-title:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }

.m-products-list-item-magazine > a:hover {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-products-list-item-magazine > a:hover + .m-products-list-item-magazine-text-box {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
    .m-products-list-item-magazine > a:hover + .m-products-list-item-magazine-text-box .m-products-list-item-magazine-text-title:before {
      width: 100%; }
    .m-products-list-item-magazine > a:hover + .m-products-list-item-magazine-text-box .m-products-list-item-magazine-text-title:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }

/*============================
 *WORKS
 *============================*/
.l-works {
  background-color: #ffffff; }

.m-works-induction {
  display: inline-block;
  height: 0;
  position: relative;
  z-index: 1000;
  transform: rotate(90deg);
  transform-origin: left center;
  left: 50%;
  margin-left: 25px;
  top: -105px; }
  .m-works-induction p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffaa14;
    line-height: 1.00;
    letter-spacing: 0.2em;
    margin: 5px 0;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .m-works-induction p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        margin-top: 10px; } }
  .m-works-induction .induction-line {
    background-color: #ffaa14;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0%; }
    .m-works-induction .induction-line:after {
      background: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffaa14;
      bottom: -5px;
      content: "";
      position: absolute;
      right: -8px;
      width: 8px;
      height: 8px; }
  .m-works-induction .induction-line-over {
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
  @media screen and (max-width: 769px) {
    .m-works-induction {
      left: 50%;
      margin-left: 30px;
      top: -80px; } }

.m-works-title {
  text-align: center;
  position: relative; }
  .m-works-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-bottom: 12px;
    margin-left: -20px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 769px) {
    .m-works-title:after {
      top: 18px; } }

.m-works-title-description {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 40px 20px 30px;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-works-title-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-works-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m-works-list-item {
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
  width: 50%; }
  .m-works-list-item h3, .m-works-list-item p, .m-works-list-item a {
    color: #ffffff; }

.m-works-list-item-book {
  background-image: url("../img/index-works-edit.jpg"); }
  .m-works-list-item-book:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0px;
    width: 90%;
    z-index: 100; }
  .m-works-list-item-book:after {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 80%;
    position: absolute;
    right: 0px;
    width: 1px;
    z-index: 100; }

.m-works-list-item-design {
  background-image: url("../img/index-works-design.jpg"); }
  .m-works-list-item-design:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0px;
    width: 90%;
    z-index: 100; }
  .m-works-list-item-design:after {
    background: #ffffff;
    bottom: 0;
    content: "";
    left: 0px;
    height: 80%;
    position: absolute;
    width: 1px;
    z-index: 100; }

.m-works-list-item-web {
  background-image: url("../img/index-works-web.jpg"); }
  .m-works-list-item-web:before {
    background: #ffffff;
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
    right: 0px;
    width: 90%;
    z-index: 100; }
  .m-works-list-item-web:after {
    background: #ffffff;
    content: "";
    height: 80%;
    top: 0;
    position: absolute;
    right: 0px;
    width: 1px;
    z-index: 100; }
  @media screen and (max-width: 769px) {
    .m-works-list-item-web .m-works-list-item-text-box {
      padding: 26.5px 20px; } }

.m-works-list-item-event {
  background-image: url("../img/index-works-event.jpg"); }
  .m-works-list-item-event:before {
    background: #ffffff;
    content: "";
    height: 1px;
    left: 0px;
    top: 0;
    position: absolute;
    width: 90%;
    z-index: 100; }
  .m-works-list-item-event:after {
    background: #ffffff;
    content: "";
    height: 80%;
    left: 0px;
    top: 0;
    position: absolute;
    width: 1px;
    z-index: 100; }

.m-works-list-item-text-box {
  color: #ffffff;
  background-color: rgba(0, 40, 90, 0.7);
  box-sizing: border-box;
  height: 100%;
  padding: 70px 20px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-works-list-item-text-box:hover {
    background-color: rgba(0, 40, 90, 0.8); }
    .m-works-list-item-text-box:hover p.m-works-list-item-text-button {
      background-color: #00285a;
      color: #ffffff; }
  @media screen and (max-width: 769px) {
    .m-works-list-item-text-box {
      padding: 30px 20px; } }

@media screen and (max-width: 769px) {
  .m-works-list-item-text-title h3 {
    font-size: 13px;
    font-size: 0.8125rem; } }

.m-works-list-item-text-button-box {
  margin: 20px 0; }
  .m-works-list-item-text-button-box p.m-works-list-item-text-button {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #ffffff;
    color: #00285a;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 10px 24px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media screen and (max-width: 769px) {
    .m-works-list-item-text-button-box {
      margin: 10px 0 0; }
      .m-works-list-item-text-button-box p {
        font-size: 10px;
        font-size: 0.625rem;
        letter-spacing: 0.05em;
        width: 85px;
        padding: 8px 14px; } }

.m-works-list-item-text-description {
  display: inline-block;
  height: 100px;
  width: 60%; }
  .m-works-list-item-text-description p {
    margin: 0; }
  @media screen and (max-width: 960px) {
    .m-works-list-item-text-description {
      height: 120px; } }
  @media screen and (max-width: 769px) {
    .m-works-list-item-text-description {
      display: none; } }

/*============================
 *CASE
 *============================*/
.l-case {
  background-color: #f5f8f8;
  padding-bottom: 80px; }

.m-case-induction {
  display: inline-block;
  height: 0;
  position: relative;
  z-index: 1000;
  transform: rotate(90deg);
  transform-origin: left center;
  left: 50%;
  margin-left: 25px;
  top: -90px; }
  .m-case-induction p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffaa14;
    line-height: 1.00;
    letter-spacing: 0.2em;
    margin: 5px 0;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .m-case-induction p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        margin-top: 10px; } }
  .m-case-induction .induction-line {
    background-color: #ffaa14;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0%; }
    .m-case-induction .induction-line:after {
      background: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffaa14;
      bottom: -5px;
      content: "";
      position: absolute;
      right: -8px;
      width: 8px;
      height: 8px; }
  .m-case-induction .induction-line-over {
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
  @media screen and (max-width: 769px) {
    .m-case-induction {
      left: 50%;
      margin-left: 28px;
      top: -70px; } }

.m-case {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-case {
      padding: 0 10px; } }

.m-case-title-box {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-case-title-box {
      padding: 0 10px; } }

.m-case-title {
  text-align: center;
  position: relative; }
  .m-case-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-bottom: 12px;
    margin-left: -20px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 769px) {
    .m-case-title:after {
      top: 18px; } }

.m-case-title-description {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 769px) {
    .m-case-title-description {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    .m-case-title-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-case-list {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 769px) {
    .m-case-list {
      margin: 0; } }

.m-pages-works-main-list-item-box {
  display: block; }

.m-case-list-item {
  display: block;
  overflow: hidden;
  position: relative;
  width: 50%; }
  .m-case-list-item > a {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 270px;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    width: 100%; }
    .m-case-list-item > a:hover {
      box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  @media screen and (max-width: 960px) {
    .m-case-list-item > a {
      height: 370px; } }
  @media screen and (max-width: 960px) {
    .m-case-list-item > a {
      height: 345px; } }
  @media screen and (min-width: 769px) {
    .m-case-list-item:nth-child(4n-1) > a, .m-case-list-item:nth-child(4n-2) > a {
      background-color: #e1ebeb; }
      .m-case-list-item:nth-child(4n-1) > a .m-case-list-item-label-box .m-case-list-item-label-box > p > span > a, .m-case-list-item:nth-child(4n-2) > a .m-case-list-item-label-box .m-case-list-item-label-box > p > span > a {
        background-color: #ffffff;
        color: #00285a; } }
  @media screen and (max-width: 769px) {
    .m-case-list-item {
      width: 100%; }
      .m-case-list-item > a {
        float: none;
        height: 100%;
        margin: 0;
        padding: 10px 10px 20px;
        width: 100%; }
      .m-case-list-item:nth-child(even) > a {
        background-color: #e1ebeb; }
        .m-case-list-item:nth-child(even) > a .m-case-list-item-label-box .m-case-list-item-label-box > p > span > a {
          background-color: #ffffff;
          color: #00285a; } }
  .m-case-list-item:hover {
    z-index: 100; }

.m-case-list-item-label-box {
  top: 40px;
  left: 0;
  position: absolute;
  z-index: 100; }
  @media screen and (max-width: 769px) {
    .m-case-list-item-label-box {
      top: 160px; } }

.m-case-list-item-button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #00285a;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  text-align: center; }
  .m-case-list-item-button:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (max-width: 769px) {
    .m-case-list-item-button {
      font-size: 10px;
      font-size: 0.625rem; } }

.m-case-list-item-button > span > a {
  display: inline-block;
  padding: 4px 8px; }

.m-case-list-item-button > span:first-child > a {
  padding-left: 24px; }

.m-case-list-item-button > span:last-child > a {
  padding-right: 24px; }

.m-case-list-item-label-box > p > span > a {
  color: #ffffff; }
  .m-case-list-item-label-box > p > span > a:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (max-width: 769px) {
    .m-case-list-item-label-box > p > span > a {
      font-size: 10px;
      font-size: 0.625rem; } }

.m-case-list-item-img-box {
  top: 20px;
  right: 20px;
  position: absolute; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-img-box {
      top: 0px;
      right: 0px;
      position: relative; } }

.m-case-list-item-img {
  background-image: url("http://kai-you.co.jp/wp-content/uploads/2016/07/switch2016_01_2.jpg");
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 200px; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-img {
      width: 100%;
      height: 190px; } }

.m-case-list-item-title-box {
  margin-top: 65px;
  position: relative;
  z-index: 100;
  width: 50%; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-title-box {
      margin-top: 10px;
      width: 100%; } }

h3.m-case-list-item-title {
  line-height: 0.5; }

.m-case-list-item-title p {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #00285a;
  line-height: 1.5;
  letter-spacing: 0.025em; }
  .m-case-list-item-title p:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    left: 40px;
    margin-bottom: 12px;
    position: relative;
    top: 20px;
    width: 24px; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-title p {
      font-size: 15px;
      font-size: 0.9375rem; }
      .m-case-list-item-title p:after {
        left: 0px;
        margin-bottom: 22px;
        top: 10px;
        width: 14px; } }

.m-case-list-item-client-box {
  bottom: 14px;
  position: absolute; }
  .m-case-list-item-client-box p {
    margin: 0; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-client-box {
      bottom: 0;
      position: relative; } }

.m-case-list-item-client {
  font-size: 13px;
  font-size: 0.8125rem; }
  @media screen and (max-width: 960px) {
    .m-case-list-item-client {
      font-size: 11px;
      font-size: 0.6875rem; } }

.m-case-more-contact-button {
  float: left;
  width: 50%; }
  .m-case-more-contact-button a {
    border: 0px solid #ff875a;
    border-width: 2px;
    box-sizing: border-box;
    color: #ff875a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-case-more-contact-button a:hover {
      background-color: #ee7649;
      color: #ffffff; }
    .m-case-more-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-case-more-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-case-more-contact-button a a, .m-case-more-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-case-more-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-case-more-contact-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-case-more-contact-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-case-more-contact-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-case-more-contact-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-case-more-contact-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
    .m-case-more-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-case-more-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-case-more-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-case-more-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 960px) {
    .m-case-more-contact-button {
      float: none;
      margin-top: 40px;
      width: 100%; }
      .m-case-more-contact-button a {
        margin: 0; } }

.m-case-more-button {
  float: right;
  width: 50%; }
  .m-case-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-case-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-case-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-case-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-case-more-button a a, .m-case-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-case-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-case-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-case-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-case-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-case-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-case-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 960px) {
    .m-case-more-button {
      float: none;
      margin-top: 16px;
      width: 100%; }
      .m-case-more-button a {
        margin: 0; } }

/*============================
 *RECRUIT
 *============================*/
.l-recruit {
  padding-top: 0;
  background-color: #ff875a; }
  @media screen and (max-width: 769px) {
    .l-recruit {
      padding-bottom: 20px; } }
  @media screen and (max-device-width: 1140px) {
    .l-recruit {
      padding-bottom: 0px;
      background-color: transparent; } }

.m-recruit-eyecatch-box {
  overflow: hidden;
  background-color: transparent; }

.m-recruit-eyecatch {
  background-image: url("../img/index-recruit.png");
  background-size: cover;
  background-position: center right;
  height: 600px;
  background-attachment: fixed; }
  @media screen and (max-width: 769px) {
    .m-recruit-eyecatch {
      height: 230px; } }
  @media screen and (max-device-width: 1140px) {
    .m-recruit-eyecatch {
      height: 0;
      margin: 300px 0;
      background-image: none;
      background-color: transparent; }
      .m-recruit-eyecatch::before {
        background: url("../img/index-recruit.png") no-repeat left top;
        background-size: auto 100%;
        background-position: 79% center;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1; } }
  @media screen and (max-device-width: 480px) {
    .m-recruit-eyecatch {
      margin: 160px 0; } }

.m-recruit-container {
  background-color: #ff875a;
  width: 100%; }

.m-recruit {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  background-color: #ff875a;
  max-width: 680px;
  margin: 40px auto; }
  @media screen and (max-width: 769px) {
    .m-recruit {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-recruit {
      padding: 0 40px; } }
  @media screen and (max-device-width: 1140px) {
    .m-recruit {
      margin-bottom: 0;
      padding-bottom: 60px; } }

.m-recruit-box {
  margin: 40px 0; }
  @media screen and (max-device-width: 480px) {
    .m-recruit-box {
      margin: 60px 0 0; } }

.m-recruit-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/recruit-title.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
  height: 64px;
  max-width: 440px; }
  @media screen and (max-device-width: 480px) {
    .m-recruit-title {
      padding: 0;
      height: 50px; } }

.m-recruit-eyecatch-description {
  margin: 0 auto 20px; }

p.m-recruit-eyecatch-description-text {
  color: #ffffff; }
  @media screen and (max-width: 769px) {
    p.m-recruit-eyecatch-description-text {
      font-weight: normal;
      line-height: 2em; } }

.m-recruit-more-button a {
  border: 0px solid #00285a;
  border-width: 2px;
  box-sizing: border-box;
  color: #00285a;
  display: block;
  font-weight: bold;
  margin: 20px 10px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 22px 15px;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0; }
  .m-recruit-more-button a:hover {
    background-color: #001749;
    color: #ffffff; }
  .m-recruit-more-button a p {
    margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-recruit-more-button a {
      font-size: 13px;
      font-size: 0.8125rem; }
      .m-recruit-more-button a a, .m-recruit-more-button a p {
        font-size: 13px;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    .m-recruit-more-button a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }
  .m-recruit-more-button a:hover {
    background-color: #ffffff;
    color: #ff875a; }

/*============================
 *NEWS
 *============================*/
/*============================
 *ASIDE
 *============================*/
.l-pages-news-aside {
  background-color: #ffffff;
  box-sizing: border-box;
  border-top: 10px solid #00285a;
  padding-top: 100px;
  position: absolute;
  width: 360px;
  z-index: 100; }
  @media screen and (max-width: 960px) {
    .l-pages-news-aside {
      position: relative;
      width: 100%; } }

.m-pages-news-aside {
  padding: 60px 50px 30px 100px; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-aside {
      padding: 60px 15% 30px 30%; } }
  @media screen and (max-width: 960px) {
    .m-pages-news-aside {
      padding: 60px 0 30px 0; } }

@media screen and (max-width: 960px) {
  .m-pages-news-aside-title-box {
    text-align: center; } }

.m-pages-news-aside-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: left;
  position: relative; }
  .m-pages-news-aside-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-news-aside-title {
      text-align: center; }
      .m-pages-news-aside-title:after {
        margin: 0 auto; } }

@media screen and (max-width: 960px) {
  .m-pages-news-aside-title-description {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
    text-align: center;
    width: 80%; } }

.m-pages-news-aside-filter-box {
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .m-pages-news-aside-filter-box {
      display: none; } }

.m-pages-news-aside-filter-category-box,
.m-pages-news-aside-filter-year-box {
  margin: 30px 0; }

.m-pages-news-aside-filter-category-title,
.m-pages-news-aside-filter-year-title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: gray;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 3;
  margin-left: -30px;
  padding: 1px;
  z-index: 1; }
  .m-pages-news-aside-filter-category-title:after,
  .m-pages-news-aside-filter-year-title:after {
    background-color: #cccccc;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    margin-top: -22px;
    margin-bottom: 22px;
    position: relative;
    z-index: 0; }

.m-pages-news-aside-filter-category-title:after {
  margin-left: 115px; }

.m-pages-news-aside-filter-year-title:after {
  margin-left: 60px; }

.m-pages-news-aside-filter-category-list,
.m-pages-news-aside-filter-year-list {
  margin-left: 20px; }

.m-pages-news-aside-filter-category-list li,
.m-pages-news-aside-filter-year-list li {
  line-height: 2.5;
  display: block; }
  .m-pages-news-aside-filter-category-list li a:hover,
  .m-pages-news-aside-filter-year-list li a:hover {
    color: #ffaa14;
    text-decoration: underline; }

.m-pages-news-aside-contact-box {
  overflow: hidden; }
  .m-pages-news-aside-contact-box a {
    background-color: #ff875a;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 40px 50px;
    text-align: center;
    width: 100%; }
    .m-pages-news-aside-contact-box a:hover {
      background-color: #ee7649; }
  .m-pages-news-aside-contact-box * {
    color: #ffffff;
    font-weight: normal;
    text-align: center; }
  @media screen and (max-width: 960px) {
    .m-pages-news-aside-contact-box {
      display: none; } }
  .m-pages-news-aside-contact-box .m-pages-news-aside-contact-title {
    font-size: 28px;
    font-size: 1.75rem; }
    .m-pages-news-aside-contact-box .m-pages-news-aside-contact-title:after {
      background-color: #ffffff;
      content: "";
      display: block;
      height: 2px;
      left: 0%;
      margin: 0 auto;
      position: relative;
      top: 10px;
      width: 40px; }
  .m-pages-news-aside-contact-box .m-pages-news-aside-contact-description {
    margin: 24px 0 0; }

.l-sp-pages-news-aside-button {
  display: none; }
  @media screen and (max-width: 960px) {
    .l-sp-pages-news-aside-button {
      background-color: #ffaa14;
      box-sizing: border-box;
      display: block;
      padding: 10px 10px;
      position: fixed;
      right: 0;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 70px;
      z-index: 10000; } }
  .l-sp-pages-news-aside-button .is-close {
    display: none; }
  .l-sp-pages-news-aside-button .is-open {
    display: none; }
  .l-sp-pages-news-aside-button.is-close .is-close {
    display: block; }
  .l-sp-pages-news-aside-button.is-open .is-open {
    display: block; }

.l-sp-pages-news-aside-button p {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  margin: 0;
  padding: 5px 0; }

p.l-sp-pages-news-aside-button-title {
  border-bottom: 1px solid #ffffff; }

.m-sp-pages-news-close-button {
  height: 25px;
  position: relative; }
  .m-sp-pages-news-close-button:before, .m-sp-pages-news-close-button:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    position: absolute;
    left: 12px;
    top: 16px;
    background: white; }
  .m-sp-pages-news-close-button:before {
    transform: rotate(45deg); }
  .m-sp-pages-news-close-button:after {
    transform: rotate(-45deg); }

.l-sp-pages-news-aside {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #e1ebeb;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 9900; }
  @media screen and (max-width: 960px) {
    .l-sp-pages-news-aside.is-active {
      right: 0; } }

.m-sp-pages-news-aside {
  padding: 120px 0px 10px; }

.m-sp-pages-news-aside-title-box {
  box-sizing: border-box;
  text-align: left;
  padding: 0px 40px; }

.m-sp-pages-news-aside-title {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  position: relative; }
  .m-sp-pages-news-aside-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    position: relative;
    top: 10px;
    width: 20px; }

.m-sp-pages-news-aside-title-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 22px auto 0;
  text-align: left; }

.m-sp-pages-news-aside-filter-box {
  box-sizing: border-box;
  display: block;
  padding: 0px 40px; }

.m-sp-pages-news-aside-filter-category-box,
.m-sp-pages-news-aside-filter-year-box {
  margin: 15px 0; }

.m-sp-pages-news-aside-filter-category-title,
.m-sp-pages-news-aside-filter-year-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: gray;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-left: 0px;
  padding: 1px;
  z-index: 1; }
  .m-sp-pages-news-aside-filter-category-title:after,
  .m-sp-pages-news-aside-filter-year-title:after {
    background-color: #cccccc;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    margin-top: -22px;
    margin-bottom: 22px;
    position: relative;
    z-index: 0; }

.m-sp-pages-news-aside-filter-category-title:after {
  margin-left: 115px; }

.m-sp-pages-news-aside-filter-year-title:after {
  margin-left: 60px; }

.m-sp-pages-news-aside-filter-category-list,
.m-sp-pages-news-aside-filter-year-list {
  margin-left: 25px; }

.m-sp-pages-news-aside-filter-category-list li,
.m-sp-pages-news-aside-filter-year-list li {
  line-height: 1.8;
  display: block; }
  .m-sp-pages-news-aside-filter-category-list li a,
  .m-sp-pages-news-aside-filter-year-list li a {
    font-size: 14px;
    font-size: 0.875rem; }
    .m-sp-pages-news-aside-filter-category-list li a:hover,
    .m-sp-pages-news-aside-filter-year-list li a:hover {
      color: #ffaa14;
      text-decoration: underline; }

/*============================
 *MAIN
 *============================*/
.l-pages-news-main {
  box-sizing: border-box;
  margin-left: 360px; }
  @media screen and (max-width: 960px) {
    .l-pages-news-main {
      margin: 0; } }

.m-pages-news-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
  padding: 120px 40px 40px;
  max-width: 860px; }
  @media screen and (max-width: 769px) {
    .m-pages-news-main {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-news-main {
      clear: both;
      max-width: 1040px;
      margin: 0 auto;
      overflow: hidden;
      padding: 0 40px; } }
  @media screen and (max-width: 960px) and (max-width: 769px) {
    .m-pages-news-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-news-main {
      padding: 0 20px; } }

.m-pages-news-main-list {
  padding: 0;
  margin-top: -20px; }
  @media screen and (max-width: 960px) {
    .m-pages-news-main-list {
      margin-top: -10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-news-main-list {
      margin-top: 0px; } }

.m-pages-news-main-list-item {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .m-pages-news-main-list-item:hover {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  @media screen and (max-width: 960px) {
    .m-pages-news-main-list-item {
      float: left;
      margin: 1.5%;
      width: 47%; }
      .m-pages-news-main-list-item:nth-child(odd) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .m-pages-news-main-list-item {
      float: none;
      margin: 0 0 20px 0;
      width: 100%; } }

.m-pages-news-main-list-item-label {
  display: inline-block;
  position: relative;
  text-align: left;
  top: 20px;
  z-index: 100; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-label {
      top: 5px; } }
  @media screen and (max-width: 960px) {
    .m-pages-news-main-list-item-label {
      top: 0; } }

.m-pages-news-main-list-item a {
  margin-top: -35px;
  display: block; }

.m-pages-news-main-list-item-label-text {
  margin: 0;
  display: inline-block; }

.m-pages-news-main-list-item-label-text span {
  display: inline-block; }

.m-pages-news-main-list-item-label-text span {
  font-size: 13px;
  font-size: 0.8125rem; }
  .m-pages-news-main-list-item-label-text span a {
    background-color: #00285a;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    line-height: 1;
    padding: 12px 10px; }
    .m-pages-news-main-list-item-label-text span a:hover {
      background-color: #001749; }
  .m-pages-news-main-list-item-label-text span:first-child a {
    padding-left: 20px; }
  .m-pages-news-main-list-item-label-text span:last-child a {
    padding-right: 20px; }
  @media screen and (max-width: 960px) {
    .m-pages-news-main-list-item-label-text span {
      font-size: 11px;
      font-size: 0.6875rem; }
      .m-pages-news-main-list-item-label-text span a {
        padding: 10px 10px; }
      .m-pages-news-main-list-item-label-text span:first-child a {
        padding-left: 15px; }
      .m-pages-news-main-list-item-label-text span:last-child a {
        padding-right: 15px; } }

.m-pages-news-main-list-item-img-box {
  line-height: 0; }
  @media screen and (min-width: 1140px) {
    .m-pages-news-main-list-item-img-box {
      bottom: -390px;
      float: right;
      height: 160px;
      margin-top: -170px;
      overflow: hidden;
      position: absolute;
      right: 40px;
      top: 88%;
      width: 31.5%;
      z-index: 100; } }

.m-pages-news-main-list-item-img-box img {
  position: relative;
  height: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto; }

.m-pages-news-main-list-item-text-box {
  box-sizing: border-box;
  color: #00285a;
  background-color: #ffffff;
  float: left;
  padding: 12% 14% 10% 7%;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-box {
      padding: 25px 35px 40px; } }

.m-pages-news-main-list-item-text-title-box {
  padding-left: 4%; }
  .m-pages-news-main-list-item-text-title-box h3 {
    font-size: 21px;
    font-size: 1.3125rem; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-title-box h3 {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-news-main-list-item-text-title-box {
      padding: 0; } }

.m-pages-news-main-list-item-text-date {
  font-size: 16px;
  font-size: 1rem;
  color: gray; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-date {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 8px 0; } }

.m-pages-news-pager-next {
  padding-right: 12.5%; }

.m-pages-news-main-list-item-text-description-box {
  padding-left: 4%;
  width: 65%; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-description-box {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .m-pages-news-main-list-item-text-description-box {
      padding: 0;
      margin-top: 25px; } }

.m-pages-news-main-list-item-text-description {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #282828;
  line-height: 2.0; }

.m-pages-news-main-list-item-text-poetry {
  background-color: #00285a;
  margin: 10px 0;
  height: 2px;
  width: 67.5%; }
  .m-pages-news-main-list-item-text-poetry:after {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: center; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-poetry {
      width: 100%; }
      .m-pages-news-main-list-item-text-poetry:after {
        font-size: 11px;
        font-size: 0.6875rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-news-main-list-item-text-poetry {
      width: 105%;
      margin-left: -2.5px; } }

.media:after {
  content: "PUBLISHED";
  left: -15px; }
  @media screen and (max-width: 1140px) {
    .media:after {
      left: -22px; } }
  @media screen and (max-width: 480px) {
    .media:after {
      margin-left: -2.5px; } }

.press:after {
  content: "PRESS RELEASE";
  left: -34px; }
  @media screen and (max-width: 1140px) {
    .press:after {
      left: -42px; } }
  @media screen and (max-width: 480px) {
    .press:after {
      margin-left: -2.5px; } }

.info:after {
  content: "REPORT";
  left: 0px; }
  @media screen and (max-width: 1140px) {
    .info:after {
      left: -10px; } }
  @media screen and (max-width: 480px) {
    .info:after {
      margin-left: -2.5px; } }

.m-pages-news-main-list-item-text-label-box {
  text-align: center; }

.m-pages-news-main-list-item-text-label {
  font-size: 12px;
  font-size: 0.75rem;
  border: 0px solid #00285a;
  border-width: 2px;
  box-sizing: border-box;
  color: #00285a;
  display: block;
  font-weight: bold;
  margin: 20px 10px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 22px 15px;
  display: inline;
  padding: 12px 30px;
  width: 140px; }
  .m-pages-news-main-list-item-text-label:hover {
    background-color: #001749;
    color: #ffffff; }
  .m-pages-news-main-list-item-text-label p {
    margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-news-main-list-item-text-label {
      font-size: 13px;
      font-size: 0.8125rem; }
      .m-pages-news-main-list-item-text-label a, .m-pages-news-main-list-item-text-label p {
        font-size: 13px;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-news-main-list-item-text-label {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }
  .m-pages-news-main-list-item-text-label .fa-angle-right {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 0;
    margin-right: -16px;
    padding-left: 16px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    vertical-align: -3px; }
    @media screen and (max-width: 1140px) {
      .m-pages-news-main-list-item-text-label .fa-angle-right {
        vertical-align: -4px; } }
    @media screen and (max-width: 769px) {
      .m-pages-news-main-list-item-text-label .fa-angle-right {
        font-size: 22px;
        font-size: 1.375rem;
        vertical-align: -2px; } }
    @media screen and (max-width: 480px) {
      .m-pages-news-main-list-item-text-label .fa-angle-right {
        vertical-align: -2px; } }
  .m-pages-news-main-list-item-text-label:hover .fa-angle-right {
    margin-right: -26px;
    padding-left: 26px; }
  .m-pages-news-main-list-item-text-label .fa-angle-right {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: -8px;
    padding-left: 8px;
    vertical-align: -1px; }
  .m-pages-news-main-list-item-text-label:hover .fa-angle-right {
    margin-right: -16px;
    padding-left: 16px; }
  @media screen and (max-width: 960px) {
    .m-pages-news-main-list-item-text-label {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0; } }
  @media screen and (max-width: 769px) {
    .m-pages-news-main-list-item-text-label .fa-angle-right {
      margin-right: -6px;
      padding-left: 6px; }
    .m-pages-news-main-list-item-text-label:hover .fa-angle-right {
      margin-right: -12px;
      padding-left: 12px; } }
  @media screen and (max-width: 480px) {
    .m-pages-news-main-list-item-text-label {
      margin: 8px 0 16px;
      padding: 10px 24px; } }

.m-pages-news-main-button-box {
  margin: 0 -10px 20px;
  overflow: hidden; }

.m-pages-news-main-more-button {
  float: left;
  width: 50%; }
  .m-pages-news-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-news-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-news-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-news-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-news-main-more-button a a, .m-pages-news-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-news-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-news-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-news-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-news-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-news-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-news-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 769px) {
    .m-pages-news-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-news-main-contact-button {
  float: left;
  width: 50%; }
  .m-pages-news-main-contact-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-news-main-contact-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-news-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-news-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-news-main-contact-button a a, .m-pages-news-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-news-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-news-main-contact-button {
      float: none;
      width: 100%; } }

/*============================
 *NEWS_DETAIL
 *============================*/
/*============================
 *ASIDE
 *============================*/
.l-pages-news_detail-aside {
  background-color: #ffffff;
  box-sizing: border-box;
  border-top: 10px solid #00285a;
  position: fixed;
  width: 360px;
  z-index: 100; }
  @media screen and (max-width: 960px) {
    .l-pages-news_detail-aside {
      position: relative;
      width: 100%; } }

.l-pages-news_detail-aside-head_padding {
  padding-top: 100px; }

.m-pages-news_detail-aside {
  padding: 60px 50px 60px 100px; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-aside {
      padding: 60px 15% 60px 30%; } }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-aside {
      padding: 60px 0 60px 0; } }

@media screen and (max-width: 960px) {
  .m-pages-news_detail-aside-title-box {
    display: none;
    text-align: center; } }

.m-pages-news_detail-aside-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: left;
  position: relative; }
  .m-pages-news_detail-aside-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-aside-title {
      text-align: center; }
      .m-pages-news_detail-aside-title:after {
        margin: 0 auto; } }

@media screen and (max-width: 960px) {
  .m-pages-news_detail-aside-title-description {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
    text-align: center;
    width: 80%; } }

.m-pages-news_detail-aside-filter-box {
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-aside-filter-box {
      display: none; } }

.m-pages-news_detail-aside-filter-category-box,
.m-pages-news_detail-aside-filter-year-box {
  margin: 30px 0; }

.m-pages-news_detail-aside-filter-category-title,
.m-pages-news_detail-aside-filter-year-title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: gray;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 3;
  margin-left: -30px;
  padding: 1px;
  z-index: 1; }
  .m-pages-news_detail-aside-filter-category-title:after,
  .m-pages-news_detail-aside-filter-year-title:after {
    background-color: #cccccc;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    margin-top: -22px;
    margin-bottom: 22px;
    position: relative;
    z-index: 0; }

.m-pages-news_detail-aside-filter-category-title:after {
  margin-left: 115px; }

.m-pages-news_detail-aside-filter-year-title:after {
  margin-left: 60px; }

.m-pages-news_detail-aside-filter-category-list,
.m-pages-news_detail-aside-filter-year-list {
  margin-left: 20px; }

.m-pages-news_detail-aside-filter-category-list-item,
.m-pages-news_detail-aside-filter-year-list-item {
  line-height: 3;
  display: block; }
  .m-pages-news_detail-aside-filter-category-list-item a:hover,
  .m-pages-news_detail-aside-filter-year-list-item a:hover {
    color: #ffaa14;
    text-decoration: underline; }

.m-pages-news_detail-aside-contact-box {
  overflow: hidden; }
  .m-pages-news_detail-aside-contact-box a {
    background-color: #00285a;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 40px 50px;
    text-align: center;
    width: 100%; }
  .m-pages-news_detail-aside-contact-box * {
    color: #ffffff;
    font-weight: normal;
    text-align: center; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-aside-contact-box {
      display: none; } }
  .m-pages-news_detail-aside-contact-box .m-pages-news_detail-aside-contact-title {
    font-size: 28px;
    font-size: 1.75rem; }
    .m-pages-news_detail-aside-contact-box .m-pages-news_detail-aside-contact-title:after {
      background-color: #ffffff;
      content: "";
      display: block;
      height: 2px;
      left: 0%;
      margin: 0 auto;
      position: relative;
      top: 10px;
      width: 40px; }
  .m-pages-news_detail-aside-contact-box .m-pages-news_detail-aside-contact-description {
    margin: 24px 0 0; }

/*============================
 *MAIN
 *============================*/
.l-pages-news_detail-main {
  box-sizing: border-box;
  margin-left: 360px;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    .l-pages-news_detail-main {
      margin: 0; } }

.m-pages-news_detail-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
  padding: 120px 40px 40px;
  max-width: 860px; }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main {
      clear: both;
      max-width: 1040px;
      margin: 0 auto;
      overflow: hidden;
      padding: 0 40px; } }
  @media screen and (max-width: 960px) and (max-width: 769px) {
    .m-pages-news_detail-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main {
      padding: 0 20px; } }

.m-pages-news_detail-main-list {
  padding: 0;
  margin-top: -20px; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list {
      margin-top: 0px;
      padding: 20px 0 0; } }

.m-pages-news_detail-main-list-item {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item {
      float: left;
      margin: 1.5% 0;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .m-pages-news_detail-main-list-item {
      float: none;
      margin: 0 0 20px 0;
      width: 100%; } }

.m-pages-news_detail-main-list-item-label {
  display: inline-block;
  position: absolute;
  text-align: left;
  top: 20px;
  z-index: 100; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list-item-label {
      top: 0; } }

.m-pages-news_detail-main-list-item-label-text {
  margin: 0;
  display: inline-block; }

.m-pages-news_detail-main-list-item-label-text span {
  display: inline-block; }

.m-pages-news_detail-main-list-item-label-text span {
  font-size: 13px;
  font-size: 0.8125rem; }
  .m-pages-news_detail-main-list-item-label-text span a {
    background-color: #00285a;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    line-height: 1;
    padding: 12px 10px; }
  .m-pages-news_detail-main-list-item-label-text span:first-child a {
    padding-left: 20px; }
  .m-pages-news_detail-main-list-item-label-text span:last-child a {
    padding-right: 20px; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-label-text span {
      font-size: 11px;
      font-size: 0.6875rem; }
      .m-pages-news_detail-main-list-item-label-text span a {
        padding: 10px 10px; }
      .m-pages-news_detail-main-list-item-label-text span:first-child a {
        padding-left: 15px; }
      .m-pages-news_detail-main-list-item-label-text span:last-child a {
        padding-right: 15px; } }

.m-pages-news_detail-main-list-item-img-box {
  line-height: 0;
  height: auto;
  margin-left: -5%;
  overflow: hidden;
  text-align: center;
  width: 110%; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-img-box {
      background-color: #eeeeee;
      left: 0;
      margin: 0%;
      height: 460px;
      position: absolute;
      top: 0;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .m-pages-news_detail-main-list-item-img-box {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .m-pages-news_detail-main-list-item-img-box {
      height: 165px; } }

@media screen and (max-width: 960px) {
  .m-pages-news_detail-main-list-item-img-box > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

.m-pages-news_detail-main-list-item-text-box {
  box-sizing: border-box;
  color: #00285a;
  background-color: #ffffff;
  padding: 12% 7% 10% 7%;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list-item-text-box {
      padding: 60px 35px 40px; } }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-text-box {
      padding: 40px 20px; } }

.m-pages-news_detail-main-list-item-text-title-box h3 {
  font-size: 21px;
  font-size: 1.3125rem; }

@media screen and (max-width: 960px) {
  .m-pages-news_detail-main-list-item-text-title-box {
    margin-top: 450px;
    width: 100%; }
    .m-pages-news_detail-main-list-item-text-title-box h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

@media screen and (max-width: 480px) {
  .m-pages-news_detail-main-list-item-text-title-box {
    padding: 0;
    margin-top: 150px; }
    .m-pages-news_detail-main-list-item-text-title-box h3 {
      font-size: 16px;
      font-size: 1rem; } }

.m-pages-news_detail-main-list-item-text-date {
  font-size: 16px;
  font-size: 1rem;
  color: gray;
  font-weight: normal; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list-item-text-date {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 8px 0; } }

.m-pages-news_detail-pager-next {
  padding-right: 12.5%; }

@media screen and (max-width: 1140px) {
  .m-pages-news_detail-main-list-item-text-description-box {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .m-pages-news_detail-main-list-item-text-description-box {
    padding: 0; } }

.m-pages-news_detail-main-list-item-text-description {
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  line-height: 2.0;
  margin-bottom: 100px; }
  .m-pages-news_detail-main-list-item-text-description h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #00285a;
    border-bottom: 1px solid #00285a; }
  .m-pages-news_detail-main-list-item-text-description p {
    letter-spacing: 0; }
  .m-pages-news_detail-main-list-item-text-description a {
    color: #00285a;
    text-decoration: underline; }
  .m-pages-news_detail-main-list-item-text-description ul li {
    margin: 40px 0; }
    .m-pages-news_detail-main-list-item-text-description ul li:before {
      content: "-"; }
    .m-pages-news_detail-main-list-item-text-description ul li p {
      line-height: 1.5;
      padding-left: 16px;
      margin: 8px 0 0 0; }
  .m-pages-news_detail-main-list-item-text-description .m-pages-news_detail-main-list-item-text-description-img {
    margin: 40px 0; }
    .m-pages-news_detail-main-list-item-text-description .m-pages-news_detail-main-list-item-text-description-img .m-pages-news_detail-main-list-item-text-description-img-caption {
      font-size: 12px;
      font-size: 0.75rem;
      color: #6e6e6e;
      text-align: right;
      margin: 0; }
  .m-pages-news_detail-main-list-item-text-description dl {
    margin: 16px 0; }
    .m-pages-news_detail-main-list-item-text-description dl dt {
      float: left;
      display: block; }
      .m-pages-news_detail-main-list-item-text-description dl dt:after {
        content: ":";
        margin: 0 8px; }
    .m-pages-news_detail-main-list-item-text-description dl dd {
      display: block;
      overflow: hidden; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-text-description {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 50px; }
      .m-pages-news_detail-main-list-item-text-description .m-pages-news_detail-main-list-item-text-description-img {
        margin: 20px 0; }
      .m-pages-news_detail-main-list-item-text-description h3 {
        font-size: 16px;
        font-size: 1rem; }
      .m-pages-news_detail-main-list-item-text-description ul li {
        margin: 20px 0; } }

.m-pages-news_detail-main-list-item-text-label-box {
  text-align: center; }

.m-pages-news_detail-main-list-item-text-label {
  font-size: 12px;
  font-size: 0.75rem;
  border: 0px solid #00285a;
  border-width: 2px;
  box-sizing: border-box;
  color: #00285a;
  display: block;
  font-weight: bold;
  margin: 20px 10px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 22px 15px;
  display: inline;
  padding: 12px 30px 12px 24px;
  width: 140px; }
  .m-pages-news_detail-main-list-item-text-label:hover {
    background-color: #001749;
    color: #ffffff; }
  .m-pages-news_detail-main-list-item-text-label p {
    margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list-item-text-label {
      font-size: 13px;
      font-size: 0.8125rem; }
      .m-pages-news_detail-main-list-item-text-label a, .m-pages-news_detail-main-list-item-text-label p {
        font-size: 13px;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main-list-item-text-label {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }
  .m-pages-news_detail-main-list-item-text-label .fa-angle-right {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 0;
    margin-right: -16px;
    padding-left: 16px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    vertical-align: -3px; }
    @media screen and (max-width: 1140px) {
      .m-pages-news_detail-main-list-item-text-label .fa-angle-right {
        vertical-align: -4px; } }
    @media screen and (max-width: 769px) {
      .m-pages-news_detail-main-list-item-text-label .fa-angle-right {
        font-size: 22px;
        font-size: 1.375rem;
        vertical-align: -2px; } }
    @media screen and (max-width: 480px) {
      .m-pages-news_detail-main-list-item-text-label .fa-angle-right {
        vertical-align: -2px; } }
  .m-pages-news_detail-main-list-item-text-label:hover .fa-angle-right {
    margin-right: -26px;
    padding-left: 26px; }
  .m-pages-news_detail-main-list-item-text-label .fa-angle-right {
    font-size: 22px;
    font-size: 1.375rem; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-text-label {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0; } }
  @media screen and (max-width: 480px) {
    .m-pages-news_detail-main-list-item-text-label {
      margin: 8px 0 16px;
      padding: 10px 24px; } }

.m-pages-news_detail-main-list-item-social-box {
  background-color: #e1ebeb;
  text-align: center;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-social-box {
      padding: 25px 0; } }

.m-pages-news_detail-main-list-item-social-title {
  font-size: 16px;
  font-size: 1rem;
  color: #00285a;
  padding-bottom: 30px; }
  .m-pages-news_detail-main-list-item-social-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    margin-bottom: 15px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 30px; }

.m-pages-news_detail-main-list-item-social-list {
  text-align: center;
  margin-bottom: 4px; }

.m-pages-news_detail-main-list-item-social-list-item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-social-list-item {
      margin: 0 2px; } }

.m-pages-news_detail-main-list-item-social-list-item-button {
  background-color: #00285a;
  display: inline-block;
  height: 60px;
  width: 60px; }
  .m-pages-news_detail-main-list-item-social-list-item-button i {
    font-size: 32px;
    font-size: 2rem;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 3px; }
  .m-pages-news_detail-main-list-item-social-list-item-button .kaiyou-icon-hatebu {
    font-size: 150%;
    margin-top: 19px; }
  .m-pages-news_detail-main-list-item-social-list-item-button:hover {
    background-color: #335b8d; }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-social-list-item-button {
      height: 54px;
      width: 54px; }
      .m-pages-news_detail-main-list-item-social-list-item-button i {
        font-size: 28px;
        font-size: 1.75rem;
        color: #ffffff;
        margin-top: 13px; }
      .m-pages-news_detail-main-list-item-social-list-item-button .kaiyou-icon-hatebu {
        font-size: 135%;
        margin-top: 17px; } }

.m-pages-news_detail-main-contact-button {
  float: right;
  margin: 20px 0;
  width: 100%; }
  .m-pages-news_detail-main-contact-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-news_detail-main-contact-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-news_detail-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-news_detail-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-news_detail-main-contact-button a a, .m-pages-news_detail-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-news_detail-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-news_detail-main-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-pages-news_detail-main-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-pages-news_detail-main-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-pages-news_detail-main-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main-contact-button {
      float: none;
      width: 100%; } }

.m-pages-news_detail-main-list-item-contents_info-box {
  box-sizing: border-box;
  color: #00285a;
  background-color: #ffffff;
  margin-top: 30px;
  padding: 7%;
  position: relative;
  width: 100%; }
  .m-pages-news_detail-main-list-item-contents_info-box h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #00285a;
    border-bottom: 1px solid #00285a; }
  .m-pages-news_detail-main-list-item-contents_info-box ul {
    margin: 20px 0; }
  .m-pages-news_detail-main-list-item-contents_info-box li {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 0px; }
    .m-pages-news_detail-main-list-item-contents_info-box li:before {
      content: "-"; }
  .m-pages-news_detail-main-list-item-contents_info-box p {
    line-height: 1.5;
    padding-left: 16px;
    margin: 8px 0 0 0; }
  .m-pages-news_detail-main-list-item-contents_info-box a {
    color: #00285a;
    text-decoration: underline; }
  @media screen and (max-width: 1140px) {
    .m-pages-news_detail-main-list-item-contents_info-box {
      padding: 25px 35px 40px; } }
  @media screen and (max-width: 960px) {
    .m-pages-news_detail-main-list-item-contents_info-box {
      padding: 20px; }
      .m-pages-news_detail-main-list-item-contents_info-box h3 {
        font-size: 16px;
        font-size: 1rem; }
      .m-pages-news_detail-main-list-item-contents_info-box li {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 10px 0; } }

.m-pages-news_detail-main-back-button:before {
  content: "";
  background-image: url(../img/icon-archiveback-navy.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  margin: -15px;
  margin-left: 20px;
  position: relative;
  right: 25px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: -6px;
  width: 30px;
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main-back-button:before {
      height: 20px;
      margin-left: 25px;
      right: 25px;
      top: -12px;
      width: 20px; } }

.m-pages-news_detail-main-back-button:hover {
  text-decoration: underline; }

.m-pages-news_detail-main-back-button-box {
  background-color: #e1ebeb;
  color: #00285a;
  clear: both;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
  vertical-align: middle; }
  .m-pages-news_detail-main-back-button-box a {
    color: #00285a; }
    .m-pages-news_detail-main-back-button-box a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 769px) {
    .m-pages-news_detail-main-back-button-box {
      padding: 20px 0; } }
  @media screen and (max-width: 480px) {
    .m-pages-news_detail-main-back-button-box {
      padding: 5px 0; } }

/*============================
 *CATEGORY_NAV
 *============================*/
.l-pages-products-nav_category {
  padding: 50px 0;
  background-color: #ffffff; }
  @media screen and (max-width: 960px) {
    .l-pages-products-nav_category {
      padding: 40px 0 30px; } }

.m-pages-products-nav_category {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-products-nav_category {
      padding: 0 10px; } }

.m-pages-products-nav_category-list li {
  box-sizing: border-box;
  border: 0 solid #00285a;
  border-width: 0 1px;
  display: block;
  float: left;
  text-align: center;
  margin-right: -1px;
  width: 10%; }
  .m-pages-products-nav_category-list li a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0;
    vertical-align: middle;
    width: 100%; }
    .m-pages-products-nav_category-list li a:hover {
      background-color: #00285a;
      color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-products-nav_category-list li a {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-products-nav_category-list li {
      border: 2px solid #00285a;
      margin: 1.5% 1.5%;
      width: 30%; }
      .m-pages-products-nav_category-list li:first-child {
        width: 96%; }
      .m-pages-products-nav_category-list li a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 6px 0; } }

.m-pages-products-nav_category-list > .current-cat {
  background-color: #00285a; }
  .m-pages-products-nav_category-list > .current-cat a {
    color: #ffffff; }

/*============================
 *PRODUCTS
 *============================*/
/*============================
 *EYECATCH
 *============================*/
.l-pages-products-eyecatch {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff; }

.m-pages-products-eyecatch {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin: 80px auto 0; }
  @media screen and (max-width: 769px) {
    .m-pages-products-eyecatch {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-products-eyecatch {
      margin-top: 60px; } }

.m-pages-products-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: left;
  position: relative; }
  .m-pages-products-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-products-eyecatch-title {
      text-align: center; }
      .m-pages-products-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-products-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin: 30px 0 0;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-products-eyecatch-title-description {
      margin: 30px auto 0;
      text-align: center;
      width: 80%; } }

/*============================
 *PRODUCTS
 *============================*/
.m-pages-products-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-products-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-products-main {
      padding: 0; } }

.m-pages-products-main.first-product {
  margin-top: 30px;
  margin-bottom: -25px; }
  @media screen and (max-width: 480px) {
    .m-pages-products-main.first-product {
      margin-bottom: -60px; } }

.m-pages-products-main-list {
  padding: 0;
  margin-top: -20px; }

.m-pages-products-main-list-item {
  float: left;
  margin: 0 1%;
  overflow: hidden;
  width: 48%; }
  .m-pages-products-main-list-item:nth-child(odd) {
    clear: both; }
  @media screen and (max-width: 769px) {
    .m-pages-products-main-list-item {
      margin: 0;
      float: none;
      width: auto; } }
  .m-pages-products-main-list-item.first-product {
    margin: 30px 1% 20px;
    overflow: hidden;
    width: auto; }
    .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product {
      float: left;
      margin-top: 0;
      height: 570px;
      width: 100%; }
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product img {
        margin-top: 20px;
        max-width: none;
        width: 1280px;
        margin-left: -260px;
        left: 150px; }
    @media screen and (min-width: 769px) {
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-text-box {
        float: right;
        margin: -320px 0 0;
        top: 0;
        width: 488px; }
        .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-title {
          border-color: #ffaa14; }
          .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-title:after {
            color: #ffaa14; } }
    @media screen and (max-width: 1140px) {
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product {
        height: 500px; }
        .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product img {
          margin-top: 20px;
          max-width: none;
          width: 100%;
          margin-left: 0;
          left: auto; }
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-text-box {
        margin: -220px 0 0;
        width: 360px; } }
    @media screen and (max-width: 960px) {
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product {
        height: 450px; } }
    @media screen and (max-width: 769px) {
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product {
        height: 350px; }
        .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product img {
          margin-top: 0px; }
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-text-box {
        margin: 0 5%;
        padding: 35px 30px;
        top: -36px;
        width: 90%; } }
    @media screen and (max-width: 480px) {
      .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product {
        height: 240px; }
        .m-pages-products-main-list-item.first-product .m-pages-products-main-list-item-img-box.first-product img {
          height: auto;
          left: 50%;
          width: 100%; } }

.m-pages-products-main-list-item > a:hover + .m-pages-products-main-list-item-text-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  .m-pages-products-main-list-item > a:hover + .m-pages-products-main-list-item-text-box .m-pages-products-main-list-item-text-category {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .m-pages-products-main-list-item > a:hover + .m-pages-products-main-list-item-text-box .m-pages-products-main-list-item-text-category:before {
      background-color: #ffaa14;
      width: 100%; }
    .m-pages-products-main-list-item > a:hover + .m-pages-products-main-list-item-text-box .m-pages-products-main-list-item-text-category:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }

.m-pages-products-main-list-item-img-box {
  background-color: #dde0e0;
  height: 320px;
  margin: 0 0px 0;
  overflow: hidden;
  width: 100%; }
  .m-pages-products-main-list-item-img-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 1140px) {
    .m-pages-products-main-list-item-img-box {
      height: 240px; } }
  @media screen and (max-width: 769px) {
    .m-pages-products-main-list-item-img-box {
      height: 350px; } }
  @media screen and (max-width: 480px) {
    .m-pages-products-main-list-item-img-box {
      height: 240px; }
      .m-pages-products-main-list-item-img-box img {
        width: 450px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: none; } }

.m-pages-products-main-list-item-text-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin: 0 5%;
  overflow: hidden;
  padding: 40px 65px;
  position: relative;
  top: -40px;
  width: 90%;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-pages-products-main-list-item-text-box:hover {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-title {
    border-color: #ffaa14; }
    .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-title:after {
      color: #ffaa14; }
  .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-category {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-category:before {
      background-color: #ffaa14;
      width: 100%; }
    .m-pages-products-main-list-item-text-box:hover .m-pages-products-main-list-item-text-category:after {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-delay: 0.6s;
      color: #ffaa14; }
  @media screen and (max-width: 1140px) {
    .m-pages-products-main-list-item-text-box {
      margin: 0 5%;
      padding: 35px 30px;
      top: -36px;
      width: 90%; } }

.m-pages-products-main-list-item-text-title {
  line-height: 1;
  margin: 0; }
  .m-pages-products-main-list-item-text-title h3 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 18px;
    line-height: 1.25; }
  .m-pages-products-main-list-item-text-title:after {
    font-size: 14px;
    font-size: 0.875rem;
    color: #282828;
    letter-spacing: 0.25em;
    line-height: 1.75;
    padding: 0 20px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media screen and (max-width: 1140px) {
    .m-pages-products-main-list-item-text-title:after {
      font-size: 8px;
      font-size: 0.5rem; }
    .m-pages-products-main-list-item-text-title h3 {
      font-size: 17px;
      font-size: 1.0625rem;
      padding-top: 0; } }

.m-pages-products-main-list-item-text-category {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #282828;
  margin: 40px 0;
  height: 2px;
  width: 100%; }
  .m-pages-products-main-list-item-text-category:before {
    content: "";
    background-color: #ffaa14;
    display: block;
    height: 2px;
    left: 0;
    transition: 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 0; }
  .m-pages-products-main-list-item-text-category:after {
    font-size: 14px;
    font-size: 0.875rem;
    color: #282828;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
    transform-origin: center; }
    @media screen and (max-width: 1140px) {
      .m-pages-products-main-list-item-text-category:after {
        font-size: 8px;
        font-size: 0.5rem;
        margin-top: 4px;
        right: -5px; } }
  @media screen and (max-width: 1140px) {
    .m-pages-products-main-list-item-text-category {
      margin: 20px 0; } }

.apparel:after {
  content: "APPAREL";
  right: -5px; }
  @media screen and (max-width: 1140px) {
    .apparel:after {
      margin-top: 0px;
      right: -15px; } }

.web:after {
  content: "WEB";
  right: 20px; }
  @media screen and (max-width: 1140px) {
    .web:after {
      margin-top: 0px;
      right: 2px; } }

.movie:after {
  content: "MOVIE";
  right: 10px; }
  @media screen and (max-width: 1140px) {
    .movie:after {
      margin-top: 0px;
      right: -5px; } }

.event:after {
  content: "EVENT";
  right: 10px; }
  @media screen and (max-width: 1140px) {
    .event:after {
      margin-top: 0px;
      right: -5px; } }

.book:after {
  content: "BOOK";
  right: 15px; }
  @media screen and (max-width: 1140px) {
    .book:after {
      margin-top: -1px;
      right: -2px; } }

.magazine:after {
  content: "MAGAZINE";
  right: -10px; }
  @media screen and (max-width: 1140px) {
    .magazine:after {
      margin-top: 2px;
      right: -20px; } }

.m-pages-products-main-list-item-text-description {
  margin: 0; }
  .m-pages-products-main-list-item-text-description p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-products-main-list-item-text-description p {
      font-size: 12px;
      font-size: 0.75rem; } }

.m-pages-products-main-button-box {
  overflow: hidden; }

.m-pages-products-main-more-button {
  float: left;
  width: 50%; }
  .m-pages-products-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-products-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-products-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-products-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-products-main-more-button a a, .m-pages-products-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-products-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-products-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-products-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-products-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-products-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-products-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 769px) {
    .m-pages-products-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-products-main-contact-button {
  float: left;
  width: 50%; }
  .m-pages-products-main-contact-button a {
    border: 0px solid #ff875a;
    border-width: 2px;
    box-sizing: border-box;
    color: #ff875a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-products-main-contact-button a:hover {
      background-color: #ee7649;
      color: #ffffff; }
    .m-pages-products-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-products-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-products-main-contact-button a a, .m-pages-products-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-products-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-products-main-contact-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-products-main-contact-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-products-main-contact-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-products-main-contact-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-products-main-contact-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
    .m-pages-products-main-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-pages-products-main-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-pages-products-main-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-pages-products-main-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-products-main-contact-button {
      float: none;
      width: 100%; } }

/*============================
 *CATEGORY_NAV
 *============================*/
.l-pages-products_detail-nav_category {
  padding-top: 180px;
  padding-bottom: 130px;
  margin-bottom: -150px;
  background-color: #ffffff; }

.m-pages-products_detail-nav_category {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-nav_category {
      padding: 0 10px; } }

.m-pages-products_detail-nav_category-list-item {
  box-sizing: border-box;
  border: 0 solid #00285a;
  border-width: 1px;
  display: block;
  float: left;
  text-align: center;
  margin-right: -1px;
  width: 10%; }
  .m-pages-products_detail-nav_category-list-item:after {
    background: #ffffff;
    bottom: 0;
    content: "";
    left: 0px;
    height: 80%;
    position: absolute;
    width: 1px;
    z-index: 100; }
  .m-pages-products_detail-nav_category-list-item a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0;
    vertical-align: middle;
    width: 100%; }
    .m-pages-products_detail-nav_category-list-item a:hover {
      background-color: #00285a;
      color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-products_detail-nav_category-list-item a {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-nav_category-list-item {
      border: 2px solid #00285a;
      margin: 1.5% 1.5%;
      width: 30%; }
      .m-pages-products_detail-nav_category-list-item:first-child {
        width: 96%; }
      .m-pages-products_detail-nav_category-list-item a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 6px 0; } }

/*============================
 *PRODUCTS_DETAIL
 *============================*/
.l-pages-products_detail-main {
  padding-bottom: 40px; }

.m-pages-products_detail-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin-top: 100px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main {
      margin-top: 40px;
      padding: 0; } }

.m-pages-products_detail-main-eyecatch {
  padding: 0;
  width: 100%; }
  .m-pages-products_detail-main-eyecatch:nth-child(even) {
    clear: both; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch {
      margin: 0;
      float: none;
      width: auto; } }

.m-pages-products_detail-main-eyecatch-img-box {
  background-color: #e0e0e0;
  height: 480px;
  margin: 0;
  overflow: hidden;
  width: 100%; }
  .m-pages-products_detail-main-eyecatch-img-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 1140px) {
    .m-pages-products_detail-main-eyecatch-img-box {
      height: 440px; } }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-img-box {
      height: 250px; } }

.m-pages-products_detail-main-eyecatch-text-container {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #e1ebeb;
  margin: 0 5%;
  margin-top: -60px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-container {
      margin-top: -20px; } }

.m-pages-products_detail-main-eyecatch-text-title-container {
  box-shadow: none;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  min-height: 320px;
  overflow: auto;
  padding: 65px 45px;
  position: relative;
  width: 50%; }
  .m-pages-products_detail-main-eyecatch-text-title-container:hover {
    z-index: 100; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-title-container {
      min-height: 0;
      padding: 40px 45px 20px 30px;
      position: relative;
      width: 100%;
      float: none; } }

.m-pages-products_detail-main-eyecatch-text-title-box {
  position: relative;
  z-index: 100; }

.m-pages-products_detail-main-eyecatch-text-title-box {
  line-height: 1;
  margin: 0; }
  .m-pages-products_detail-main-eyecatch-text-title-box h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.1em; }
  .m-pages-products_detail-main-eyecatch-text-title-box:after {
    font-size: 14px;
    font-size: 0.875rem;
    color: #282828;
    letter-spacing: 0.25em;
    line-height: 1.75;
    padding: 0 20px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-title-box:after {
      font-size: 8px;
      font-size: 0.5rem; }
    .m-pages-products_detail-main-eyecatch-text-title-box h3 {
      font-size: 17px;
      font-size: 1.0625rem;
      padding-top: 0; } }

.m-pages-products_detail-main-list-item-text-category {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #282828;
  margin: 40px 0;
  height: 2px;
  position: relative;
  width: 100%; }
  .m-pages-products_detail-main-list-item-text-category:after {
    font-size: 14px;
    font-size: 0.875rem;
    color: #282828;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    right: -50px;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (max-width: 769px) {
      .m-pages-products_detail-main-list-item-text-category:after {
        font-size: 8px;
        font-size: 0.5rem;
        margin-top: 4px;
        right: -35px; } }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category {
      margin: 20px 0; } }

.m-pages-products_detail-main-list-item-text-category.web:after {
  right: -45px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category.web:after {
      right: -32px; } }

.m-pages-products_detail-main-list-item-text-category.apparel:after {
  right: -65px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category.apparel:after {
      right: -50px; } }

.m-pages-products_detail-main-list-item-text-category.movie:after {
  right: -50px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category.movie:after {
      right: -40px; } }

.m-pages-products_detail-main-list-item-text-category.event:after {
  right: -50px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category.event:after {
      right: -40px; } }

.m-pages-products_detail-main-list-item-text-category.event:after {
  right: -45px; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-list-item-text-category.event:after {
      right: -40px; } }

.m-pages-products_detail-main-eyecatch-text-title-client-box {
  margin: 0; }
  .m-pages-products_detail-main-eyecatch-text-title-client-box p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-title-client-box p {
      font-size: 12px;
      font-size: 0.75rem; } }

.m-pages-products_detail-main-eyecatch-text-title-client-box {
  position: relative; }
  .m-pages-products_detail-main-eyecatch-text-title-client-box p {
    margin: 0; }

.m-pages-products_detail-main-eyecatch-text-title-client {
  font-size: 11px;
  font-size: 0.6875rem; }

.m-pages-products_detail-main-eyecatch-text-description-container {
  box-shadow: none;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: auto;
  padding: 20px 40px;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-container {
      font-size: 11px;
      font-size: 0.6875rem;
      position: relative;
      width: 100%;
      padding: 20px 30px 40px; } }

.m-pages-products_detail-main-eyecatch-text-description-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e6e6e;
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-date {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 0;
      text-align: left; } }

.m-pages-products_detail-main-eyecatch-text-description p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.0em 0;
  text-align: left; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description p {
      font-size: 11px;
      font-size: 0.6875rem; } }

.m-pages-products_detail-main-eyecatch-text-description-link {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-link {
      right: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      margin-top: 10px;
      margin-bottom: 95px;
      text-align: center; } }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-link {
      float: left;
      margin-top: 20px;
      margin-right: 25px; } }

.m-pages-products_detail-main-eyecatch-text-description-link-button {
  text-align: center; }
  .m-pages-products_detail-main-eyecatch-text-description-link-button a {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    color: #ffffff;
    background-color: #ffaa14;
    margin: 0;
    padding: 8px 18px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none; }
    .m-pages-products_detail-main-eyecatch-text-description-link-button a:hover {
      background-color: #e08f00; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-link-button {
      text-align: start; } }

.m-pages-products_detail-main-eyecatch-text-description-social-list {
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-social-list {
      text-align: start; } }

.m-pages-products_detail-main-eyecatch-text-description-social-box {
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 50px;
  position: absolute; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-social-box {
      display: inline-block;
      margin: 15px 0 0;
      position: relative; } }

.m-pages-products_detail-main-eyecatch-text-description-social-list-item {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline;
  padding: 0 4px; }
  .m-pages-products_detail-main-eyecatch-text-description-social-list-item a {
    display: inline-block; }
  .m-pages-products_detail-main-eyecatch-text-description-social-list-item:first-child {
    padding-left: 0; }
  .m-pages-products_detail-main-eyecatch-text-description-social-list-item:last-child {
    padding-right: 0; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-eyecatch-text-description-social-list-item {
      padding: 0 1px; } }

.m-pages-products_detail-main-eyecatch-text-description-social-list-item-twitter:hover {
  color: #1da1f2; }

.m-pages-products_detail-main-eyecatch-text-description-social-list-item-facebook {
  padding: 0 1px; }
  .m-pages-products_detail-main-eyecatch-text-description-social-list-item-facebook:hover {
    color: #305097; }

.m-pages-products_detail-main-eyecatch-text-description-social-list-item-hatebu:hover {
  color: #008fde; }

.m-pages-products_detail-main-eyecatch-text-description-social-list-item-google_plus:hover {
  color: #dd4b39; }

.m-pages-products_detail-main-article {
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin-top: 40px;
  min-height: 340px;
  overflow: hidden;
  padding: 75px 7%;
  position: relative;
  z-index: 0; }
  .m-pages-products_detail-main-article h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #00285a;
    letter-spacing: -0.01em; }
    .m-pages-products_detail-main-article h3:after {
      background-color: #00285a;
      content: "";
      display: block;
      height: 2px;
      left: 0%;
      margin-bottom: 90px;
      position: relative;
      top: 40px;
      width: 32px; }
  .m-pages-products_detail-main-article a {
    color: #00285a;
    text-decoration: underline; }
  .m-pages-products_detail-main-article p {
    font-size: 16px;
    font-size: 1rem; }
    .m-pages-products_detail-main-article p:first-child {
      margin-top: 0; }
    .m-pages-products_detail-main-article p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .m-pages-products_detail-main-article p {
        font-size: 14px;
        font-size: 0.875rem; } }
  .m-pages-products_detail-main-article:hover .m-pages-products_detail-main-article-media-text-title {
    border-color: #ffaa14; }
    .m-pages-products_detail-main-article:hover .m-pages-products_detail-main-article-media-text-title:after {
      color: #ffaa14; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-article {
      margin: 0 5%;
      margin-top: 40px;
      padding: 40px 20px;
      width: 90%;
      z-index: 1; }
      .m-pages-products_detail-main-article h3.m-pages-products_detail-main-article-text-title:after {
        margin-bottom: 30px;
        top: 12px;
        width: 15px; } }
  @media screen and (max-width: 480px) {
    .m-pages-products_detail-main-article h3.m-pages-products_detail-main-article-text-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.m-pages-products_detail-main-button-box {
  margin: 20px -10px 0;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-button-box {
      margin: 20px 10px 0; } }

.m-pages-products_detail-main-more-button {
  float: right;
  width: 50%; }
  .m-pages-products_detail-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-products_detail-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-products_detail-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-products_detail-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-products_detail-main-more-button a a, .m-pages-products_detail-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-products_detail-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-products_detail-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-products_detail-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-products_detail-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-products_detail-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-products_detail-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
    .m-pages-products_detail-main-more-button a p:before {
      content: "";
      background-image: url(../img/icon-link-navy.png);
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -15px;
      margin-left: 15px;
      position: relative;
      right: 30px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 30px;
      display: inline-block; }
      @media screen and (max-width: 769px) {
        .m-pages-products_detail-main-more-button a p:before {
          height: 22px;
          top: -9px;
          right: 18px; } }
    .m-pages-products_detail-main-more-button a:hover p:before {
      background-image: url(../img/icon-link-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-products_detail-main-contact-button {
  float: right;
  width: 50%; }
  .m-pages-products_detail-main-contact-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-products_detail-main-contact-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-products_detail-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-products_detail-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-products_detail-main-contact-button a a, .m-pages-products_detail-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-products_detail-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-products_detail-main-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-pages-products_detail-main-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-pages-products_detail-main-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-pages-products_detail-main-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-products_detail-main-contact-button {
      float: none;
      width: 100%; } }

.m-pages-products_detail-main-back-button-box {
  clear: both;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  vertical-align: middle; }
  .m-pages-products_detail-main-back-button-box a {
    color: #00285a; }
    .m-pages-products_detail-main-back-button-box a:before {
      content: "";
      background-image: url(../img/icon-archiveback-navy.png);
      background-size: contain;
      background-repeat: no-repeat;
      height: 30px;
      margin: -15px;
      margin-left: 20px;
      position: relative;
      right: 25px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 30px;
      display: inline-block; }
      @media screen and (max-width: 769px) {
        .m-pages-products_detail-main-back-button-box a:before {
          height: 20px;
          margin-left: 25px;
          right: 25px;
          top: -12px;
          width: 20px; } }
    .m-pages-products_detail-main-back-button-box a:hover {
      text-decoration: underline; }

a.products-external-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #ffffff;
  background-color: #ffaa14;
  margin: 0;
  padding: 8px 18px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none; }
  a.products-external-link:hover {
    background-color: #e08f00; }

/*============================
 *WORKS
 *============================*/
/*============================
 *EYECATCH
 *============================*/
.l-pages-works-eyecatch {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff; }

.m-pages-works-eyecatch {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin: 80px auto 0; }
  @media screen and (max-width: 769px) {
    .m-pages-works-eyecatch {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-works-eyecatch {
      margin-top: 60px; } }

.m-pages-works-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: left;
  position: relative; }
  .m-pages-works-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-works-eyecatch-title {
      text-align: center; }
      .m-pages-works-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-works-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin: 30px 0 0;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-works-eyecatch-title-description {
      margin: 30px auto 0;
      text-align: center;
      width: 80%; } }

/*============================
 *CATEGORY_NAV
 *============================*/
.l-pages-works-nav_category {
  padding-bottom: 230px;
  margin-bottom: -150px;
  background-color: #ffffff; }
  @media screen and (max-width: 1140px) {
    .l-pages-works-nav_category {
      padding-bottom: 150px; } }

.m-pages-works-nav_category {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-works-nav_category {
      padding: 0 10px; } }

.m-pages-works-nav_category-list-item {
  box-sizing: border-box;
  border: 0 solid #00285a;
  border-width: 0 1px;
  display: block;
  float: left;
  text-align: center;
  margin-right: -1px;
  width: 10%; }
  .m-pages-works-nav_category-list-item a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0;
    vertical-align: middle;
    width: 100%; }
    .m-pages-works-nav_category-list-item a:hover {
      background-color: #00285a;
      color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-works-nav_category-list-item a {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-works-nav_category-list-item {
      border: 2px solid #00285a;
      margin: 1.5% 1.5%;
      width: 30%; }
      .m-pages-works-nav_category-list-item:first-child {
        width: 96%; }
      .m-pages-works-nav_category-list-item a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 6px 0; } }

/*============================
 *WORKS
 *============================*/
.m-pages-works-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-works-main {
      padding: 0 10px; } }

.m-pages-works-main-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m-pages-works-main-list-item-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-pages-works-main-list-item-box:hover {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  .m-pages-works-main-list-item-box:hover {
    z-index: 100; }
  .m-pages-works-main-list-item-box .m-pages-works-main-list-item-label-box a {
    color: #ffffff; }
  @media screen and (min-width: 960px) {
    .m-pages-works-main-list-item-box {
      width: 33%; }
      .m-pages-works-main-list-item-box:nth-child(even) {
        background-color: #e1ebeb; }
        .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button {
          background-color: #ffffff; }
          .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button > span > a {
            color: #00285a; }
      .m-pages-works-main-list-item-box:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 960px) and (min-width: 769px) {
    .m-pages-works-main-list-item-box {
      width: 50%; }
      .m-pages-works-main-list-item-box:nth-child(4n-1), .m-pages-works-main-list-item-box:nth-child(4n-2) {
        background-color: #e1ebeb; }
        .m-pages-works-main-list-item-box:nth-child(4n-1) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button, .m-pages-works-main-list-item-box:nth-child(4n-2) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button {
          background-color: #ffffff; }
          .m-pages-works-main-list-item-box:nth-child(4n-1) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button > span > a, .m-pages-works-main-list-item-box:nth-child(4n-2) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button > span > a {
            color: #00285a; }
      .m-pages-works-main-list-item-box:nth-child(odd) {
        clear: both; } }
  @media screen and (max-width: 769px) and (min-width: 480px) {
    .m-pages-works-main-list-item-box {
      width: 100%; }
      .m-pages-works-main-list-item-box:nth-child(even) {
        background-color: #e1ebeb; }
        .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button {
          background-color: #ffffff; }
          .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button > span > a {
            color: #00285a; }
      .m-pages-works-main-list-item-box:nth-child(odd) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    .m-pages-works-main-list-item-box {
      float: left;
      margin: 0;
      width: 100%; }
      .m-pages-works-main-list-item-box:nth-child(even) {
        background-color: #e1ebeb; }
        .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button {
          background-color: #ffffff; }
          .m-pages-works-main-list-item-box:nth-child(even) .m-pages-works-main-list-item-label-box .m-pages-works-main-list-item-button > span > a {
            color: #00285a; }
      .m-pages-works-main-list-item-box:nth-child(odd) {
        clear: both; } }

.m-pages-works-main-list-item-box > a {
  display: block;
  height: 100%;
  padding: 20px 10px; }

.m-pages-works-main-list-item-img-box {
  top: 0px;
  right: 0px;
  position: relative; }

.m-pages-works-main-list-item-img {
  background-image: url("http://kai-you.co.jp/wp-content/uploads/2016/07/switch2016_01_2.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 190px; }

.m-pages-works-main-list-item-label-box {
  top: 160px;
  left: 0;
  position: absolute;
  z-index: 100; }

.m-pages-works-main-button-box {
  overflow: hidden; }

.m-pages-works-main-list-item-button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #00285a;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  text-align: center; }
  .m-pages-works-main-list-item-button:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-works-main-list-item-button {
      font-size: 10px;
      font-size: 0.625rem; } }

.m-pages-works-main-list-item-button > span > a {
  display: inline-block;
  padding: 4px 8px; }

.m-pages-works-main-list-item-button > span:first-child > a {
  padding-left: 24px; }

.m-pages-works-main-list-item-button > span:last-child > a {
  padding-right: 24px; }

.m-pages-works-main-list-item-title-box {
  margin-top: 10px;
  position: relative;
  z-index: 100; }

.m-pages-works-main-list-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #00285a;
  line-height: 1.5; }
  .m-pages-works-main-list-item-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    margin-bottom: 14px;
    position: relative;
    top: 6px;
    width: 14px; }
  @media screen and (man-width: 960px) {
    .m-pages-works-main-list-item-title {
      font-size: 15px;
      font-size: 0.9375rem; } }

.m-pages-works-main-list-item-client-box {
  position: relative;
  width: 100%; }
  .m-pages-works-main-list-item-client-box p {
    margin: 0; }

.m-pages-works-main-list-item-client {
  font-size: 11px;
  font-size: 0.6875rem; }

.m-pages-works-main-more-button {
  float: right;
  width: 50%; }
  .m-pages-works-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-works-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-works-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-works-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-works-main-more-button a a, .m-pages-works-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-works-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-works-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-works-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-works-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-works-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-works-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 769px) {
    .m-pages-works-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-works-main-contact-button {
  float: left;
  width: 50%; }
  .m-pages-works-main-contact-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-works-main-contact-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-works-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-works-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-works-main-contact-button a a, .m-pages-works-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-works-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-works-main-contact-button {
      float: none;
      width: 100%; } }

/*============================
 *CATEGORY_NAV
 *============================*/
.l-pages-works_detail-nav_category {
  padding-top: 180px;
  padding-bottom: 130px;
  margin-bottom: -150px;
  background-color: #ffffff; }

.m-pages-works_detail-nav_category {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-nav_category {
      padding: 0 10px; } }

.m-pages-works_detail-nav_category-list-item {
  box-sizing: border-box;
  border: 0 solid #00285a;
  border-width: 1px;
  display: block;
  float: left;
  text-align: center;
  margin-right: -1px;
  width: 10%; }
  .m-pages-works_detail-nav_category-list-item a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0;
    vertical-align: middle;
    width: 100%; }
    .m-pages-works_detail-nav_category-list-item a:hover {
      background-color: #00285a;
      color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-works_detail-nav_category-list-item a {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-nav_category-list-item {
      border: 2px solid #00285a;
      margin: 1.5% 1.5%;
      width: 30%; }
      .m-pages-works_detail-nav_category-list-item:first-child {
        width: 96%; }
      .m-pages-works_detail-nav_category-list-item a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 6px 0; } }

/*============================
 *WORKS_DETAIL
 *============================*/
.works_detail {
  background-color: #f5f8f8; }

.l-pages-works_detail-main {
  padding-bottom: 40px; }

.m-pages-works_detail-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin-top: 100px; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main {
      margin-top: 40px;
      padding: 0; } }

.m-pages-works_detail-main-eyecatch {
  padding: 0;
  width: 100%; }
  .m-pages-works_detail-main-eyecatch:nth-child(even) {
    clear: both; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch {
      margin: 0;
      float: none;
      width: auto; } }

.m-pages-works_detail-main-eyecatch-img-box {
  background-color: #e0e0e0;
  height: 480px;
  margin: 0;
  overflow: hidden;
  width: 100%; }
  .m-pages-works_detail-main-eyecatch-img-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 1140px) {
    .m-pages-works_detail-main-eyecatch-img-box {
      height: 440px; } }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-img-box {
      height: 250px; } }

.m-pages-works_detail-main-eyecatch-text-container {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #e1ebeb;
  margin: 0 5%;
  margin-top: -60px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-container {
      margin-top: -20px; } }

.m-pages-works_detail-main-eyecatch-text-title-container {
  box-shadow: none;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  min-height: 320px;
  overflow: auto;
  padding: 90px 40px;
  position: relative;
  width: 60%; }
  .m-pages-works_detail-main-eyecatch-text-title-container:hover {
    z-index: 100; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-title-container {
      min-height: 0;
      padding: 50px 30px 20px;
      position: relative;
      width: 100%; } }

.m-pages-works_detail-main-eyecatch-text-title-label-box {
  left: 0;
  margin-top: -70px;
  position: absolute;
  z-index: 100; }
  @media screen and (max-width: 960px) {
    .m-pages-works_detail-main-eyecatch-text-title-label-box {
      margin-top: -60px; } }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-title-label-box {
      margin-top: -35px; } }

p.m-pages-works_detail-main-eyecatch-text-title-button {
  margin: 0; }

.m-pages-works_detail-main-eyecatch-text-title-button a {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #00285a;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 4px 24px;
  text-align: center; }
  .m-pages-works_detail-main-eyecatch-text-title-button a:hover {
    background-color: #00285a;
    color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-works_detail-main-eyecatch-text-title-button a {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 2px 15px; } }

.m-pages-works_detail-main-eyecatch-text-title-box {
  position: relative;
  z-index: 100; }

.m-pages-works_detail-main-eyecatch-text-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #00285a;
  line-height: 1.5; }
  .m-pages-works_detail-main-eyecatch-text-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    left: 0px;
    margin: 15px 0 30px;
    position: relative;
    top: 6px;
    width: 14px; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-title {
      font-size: 18px;
      font-size: 1.125rem; }
      .m-pages-works_detail-main-eyecatch-text-title:after {
        margin: 0 0 25px; } }

.m-pages-works_detail-main-eyecatch-text-title-client-box {
  position: relative; }
  .m-pages-works_detail-main-eyecatch-text-title-client-box p {
    margin: 0; }

.m-pages-works_detail-main-eyecatch-text-title-client {
  font-size: 11px;
  font-size: 0.6875rem; }

.m-pages-works_detail-main-more-button {
  float: right;
  width: 50%; }
  .m-pages-works_detail-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-works_detail-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-works_detail-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-works_detail-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-works_detail-main-more-button a a, .m-pages-works_detail-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-works_detail-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-works_detail-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-works_detail-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
  @media screen and (max-width: 960px) {
    .m-pages-works_detail-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-works_detail-main-eyecatch-text-description-container {
  box-shadow: none;
  background-color: #e1ebeb;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: auto;
  padding: 60px 50px 40px;
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-container {
      font-size: 11px;
      font-size: 0.6875rem;
      padding: 20px 30px;
      position: relative;
      width: 100%; } }

.m-pages-works_detail-main-eyecatch-text-description-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e6e6e;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-date {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 0;
      text-align: left; } }

.m-pages-works_detail-main-eyecatch-text-description p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.0em 0;
  text-align: left; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description p {
      font-size: 11px;
      font-size: 0.6875rem; } }

.m-pages-works_detail-main-eyecatch-text-description-link {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-link {
      right: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      margin-top: 10px;
      margin-bottom: 80px;
      text-align: center; } }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-link {
      float: left;
      margin-top: 20px;
      margin-right: 25px; } }

.m-pages-works_detail-main-eyecatch-text-description-link-button {
  text-align: center; }
  .m-pages-works_detail-main-eyecatch-text-description-link-button a {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    color: #ffffff;
    background-color: #ffaa14;
    margin: 0;
    padding: 8px 18px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none; }
    .m-pages-works_detail-main-eyecatch-text-description-link-button a:hover {
      background-color: #e08f00; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-link-button {
      text-align: start; } }

.m-pages-works_detail-main-eyecatch-text-description-social-list {
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-social-list {
      text-align: start; } }

.m-pages-works_detail-main-eyecatch-text-description-social-box {
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 40px;
  position: absolute; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-social-box {
      display: inline-block;
      margin-top: 15px;
      margin-bottom: 0px;
      position: relative; } }

.m-pages-works_detail-main-eyecatch-text-description-social-list-item {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline;
  padding: 0 4px; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-eyecatch-text-description-social-list-item {
      padding: 0 2px; } }

.m-pages-works_detail-main-eyecatch-text-description-social-list-item-twitter:hover {
  color: #1da1f2; }

.m-pages-works_detail-main-eyecatch-text-description-social-list-item-facebook {
  padding: 0 1px; }
  .m-pages-works_detail-main-eyecatch-text-description-social-list-item-facebook:hover {
    color: #305097; }

.m-pages-works_detail-main-eyecatch-text-description-social-list-item-hatebu:hover {
  color: #008fde; }

.m-pages-works_detail-main-eyecatch-text-description-social-list-item-google_plus:hover {
  color: #dd4b39; }

.m-pages-works_detail-main-article {
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin-top: 40px;
  min-height: 340px;
  overflow: hidden;
  padding: 75px 7%;
  position: relative;
  z-index: 0; }
  .m-pages-works_detail-main-article a {
    color: #00285a;
    text-decoration: underline; }
  .m-pages-works_detail-main-article p {
    font-size: 16px;
    font-size: 1rem; }
    .m-pages-works_detail-main-article p:first-child {
      margin-top: 0; }
    .m-pages-works_detail-main-article p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .m-pages-works_detail-main-article p {
        font-size: 14px;
        font-size: 0.875rem; } }
  .m-pages-works_detail-main-article:hover .m-pages-works_detail-main-article-media-text-title {
    border-color: #ffaa14; }
    .m-pages-works_detail-main-article:hover .m-pages-works_detail-main-article-media-text-title:after {
      color: #ffaa14; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-article {
      margin: 40px 5% 0px;
      padding: 40px 20px;
      width: 90%;
      z-index: 1; }
      .m-pages-works_detail-main-article h3.m-pages-works_detail-main-article-text-title:after {
        margin-bottom: 30px;
        top: 12px;
        width: 15px; } }
  @media screen and (max-width: 480px) {
    .m-pages-works_detail-main-article h3.m-pages-works_detail-main-article-text-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.m-pages-works_detail-main-button-box {
  margin: 20px -10px 0;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-button-box {
      margin: 20px 10px 0; } }

.m-pages-works_detail-main-more-button {
  float: right;
  width: 50%; }
  .m-pages-works_detail-main-more-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-works_detail-main-more-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-works_detail-main-more-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-works_detail-main-more-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-works_detail-main-more-button a a, .m-pages-works_detail-main-more-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-works_detail-main-more-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-works_detail-main-more-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-works_detail-main-more-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-works_detail-main-more-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
    .m-pages-works_detail-main-more-button a p:before {
      content: "";
      background-image: url(../img/icon-link-navy.png);
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -15px;
      margin-left: 15px;
      position: relative;
      right: 30px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 30px;
      display: inline-block; }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-more-button a p:before {
          height: 22px;
          top: -9px;
          right: 18px; } }
    .m-pages-works_detail-main-more-button a:hover p:before {
      background-image: url(../img/icon-link-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-more-button {
      float: none;
      width: 100%; } }

.m-pages-works_detail-main-contact-button {
  float: right;
  width: 50%; }
  .m-pages-works_detail-main-contact-button a {
    border: 0px solid #00285a;
    border-width: 2px;
    box-sizing: border-box;
    color: #00285a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-works_detail-main-contact-button a:hover {
      background-color: #001749;
      color: #ffffff; }
    .m-pages-works_detail-main-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-works_detail-main-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-works_detail-main-contact-button a a, .m-pages-works_detail-main-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-works_detail-main-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-works_detail-main-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-pages-works_detail-main-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-works_detail-main-contact-button {
      float: none;
      width: 100%; } }

.m-pages-works_detail-main-back-button-box {
  clear: both;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  vertical-align: middle; }
  .m-pages-works_detail-main-back-button-box a {
    color: #00285a; }
    .m-pages-works_detail-main-back-button-box a:before {
      content: "";
      background-image: url(../img/icon-archiveback-navy.png);
      background-size: contain;
      background-repeat: no-repeat;
      height: 30px;
      margin: -15px;
      margin-left: 20px;
      position: relative;
      right: 25px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 30px;
      display: inline-block; }
      @media screen and (max-width: 769px) {
        .m-pages-works_detail-main-back-button-box a:before {
          height: 20px;
          margin-left: 25px;
          right: 25px;
          top: -12px;
          width: 20px; } }
    .m-pages-works_detail-main-back-button-box a:hover {
      text-decoration: underline; }

a.works-external-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #ffffff;
  background-color: #ffaa14;
  margin: 0;
  padding: 8px 18px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none; }
  a.works-external-link:hover {
    background-color: #e08f00; }

/*============================
 *ABOUT
 *============================*/
/*============================
 *EYECATCH
 *============================*/
.l-pages-about-eyecatch {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 80px; }

.m-pages-about-eyecatch-text {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 80px auto 0px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-eyecatch-text {
      padding: 0 10px; } }

.m-pages-about-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  text-align: left; }
  .m-pages-about-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-about-eyecatch-title {
      text-align: center; }
      .m-pages-about-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-about-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-top: 30px;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-about-eyecatch-title-description {
      margin: 30px auto;
      text-align: center;
      width: 80%; } }

.m-pages-about-eyecatch-img-box {
  background-attachment: fixed;
  background-image: url("../img/about-eyecatch.png");
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 100%; }
  @media screen and (max-device-width: 1140px) {
    .m-pages-about-eyecatch-img-box {
      height: 0;
      margin: 500px 0;
      background-image: none;
      background-color: transparent; }
      .m-pages-about-eyecatch-img-box::before {
        background: url("../img/about-eyecatch.png") no-repeat left top;
        background-size: auto 100%;
        background-position: 57% center;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1; } }
  @media screen and (max-device-width: 480px) {
    .m-pages-about-eyecatch-img-box {
      margin: 200px 0; } }

/*============================
 *CONCEPT
 *============================*/
.l-pages-about-concept {
  background-color: #f5f8f8; }

.m-pages-about-concept {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept {
      margin-bottom: -80px; } }

.m-pages-about-concept-article-box {
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 0; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-box {
      margin: 0;
      margin-bottom: 70px; } }
  .m-pages-about-concept-article-box:first-child .m-pages-about-concept-article-text-box {
    float: left;
    margin-top: 40px; }
    @media screen and (max-width: 769px) {
      .m-pages-about-concept-article-box:first-child .m-pages-about-concept-article-text-box {
        margin-top: 20px; } }
  .m-pages-about-concept-article-box:first-child .m-pages-about-concept-article-img-box {
    float: right; }
    @media screen and (min-width: 769px) {
      .m-pages-about-concept-article-box:first-child .m-pages-about-concept-article-img-box {
        margin-left: -8.5%; } }
  .m-pages-about-concept-article-box:last-child .m-pages-about-concept-article-text-box {
    float: right; }
  .m-pages-about-concept-article-box:last-child .m-pages-about-concept-article-img-box {
    float: left;
    margin-top: 200px; }
    @media screen and (min-width: 769px) {
      .m-pages-about-concept-article-box:last-child .m-pages-about-concept-article-img-box {
        margin-right: -8.5%; } }
    @media screen and (max-width: 960px) {
      .m-pages-about-concept-article-box:last-child .m-pages-about-concept-article-img-box {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-about-concept-article-box:last-child .m-pages-about-concept-article-img-box {
        margin-top: 0px; } }

.m-pages-about-concept-article-img-box {
  height: auto;
  line-height: 0;
  position: relative;
  width: 45%;
  z-index: 0; }
  .m-pages-about-concept-article-img-box img {
    width: 100%; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-img-box {
      margin-top: 0px;
      top: -36px;
      z-index: 0;
      width: 85%;
      margin: 2%; }
      .m-pages-about-concept-article-img-box img {
        margin-top: -100px; } }
  @media screen and (max-width: 480px) {
    .m-pages-about-concept-article-img-box {
      height: 300px; }
      .m-pages-about-concept-article-img-box img {
        margin-top: 0px; } }

.m-pages-about-concept-article-text-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  min-height: 340px;
  overflow: hidden;
  padding: 75px 7%;
  position: relative;
  width: 60%;
  z-index: 1; }
  .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-title {
    font-size: 32px;
    font-size: 2rem;
    color: #00285a;
    letter-spacing: -0.01em; }
    .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-title:after {
      background-color: #00285a;
      content: "";
      display: block;
      height: 2px;
      left: 0%;
      margin-bottom: 90px;
      position: relative;
      top: 40px;
      width: 32px; }
  .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #00285a;
    text-decoration: underline; }
  .m-pages-about-concept-article-text-box p {
    font-size: 18px;
    font-size: 1.125rem; }
    .m-pages-about-concept-article-text-box p:first-child {
      margin-top: 0; }
    .m-pages-about-concept-article-text-box p:last-child {
      margin-bottom: 0; }
  .m-pages-about-concept-article-text-box:hover .m-pages-about-concept-article-media-text-title {
    border-color: #ffaa14; }
    .m-pages-about-concept-article-text-box:hover .m-pages-about-concept-article-media-text-title:after {
      color: #ffaa14; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-text-box {
      margin: 0 5%;
      padding: 40px 20px;
      width: 90%;
      z-index: 1; }
      .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-title {
        font-size: 20px;
        font-size: 1.25rem; }
        .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-title:after {
          margin-bottom: 30px;
          top: 12px;
          width: 15px; }
      .m-pages-about-concept-article-text-box .m-pages-about-concept-article-text-sub-title {
        font-size: 16px;
        font-size: 1rem; }
      .m-pages-about-concept-article-text-box p {
        font-size: 14px;
        font-size: 0.875rem; } }

.m-pages-about-concept-article-induction-box {
  margin: 25px auto -35px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-induction-box {
      margin-top: -30px; } }

.m-pages-about-concept-article-induction {
  display: inline-block;
  height: 0;
  position: relative;
  z-index: 1000;
  transform: rotate(90deg);
  transform-origin: left center;
  top: -100px;
  left: 50%; }
  .m-pages-about-concept-article-induction p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffaa14;
    line-height: 1.00;
    letter-spacing: 0.2em;
    margin: 5px 0;
    padding: 0 20px; }
    @media screen and (max-width: 769px) {
      .m-pages-about-concept-article-induction p {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        margin-top: 10px; } }
  .m-pages-about-concept-article-induction .induction-line {
    background-color: #ffaa14;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0%; }
    .m-pages-about-concept-article-induction .induction-line:after {
      background: #ffffff;
      border-radius: 50%;
      border: 2px solid #ffaa14;
      bottom: -5px;
      content: "";
      position: absolute;
      right: -8px;
      width: 8px;
      height: 8px; }
  .m-pages-about-concept-article-induction .induction-line-over {
    transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%; }
  .m-pages-about-concept-article-induction p {
    padding: 0 45px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-induction {
      margin-top: -20px; }
      .m-pages-about-concept-article-induction p {
        margin-right: 0px;
        padding: 0 30px; } }

.m-pages-about-concept-article-member {
  box-sizing: border-box;
  background-color: #e1ebeb;
  margin-bottom: 60px;
  padding: 20px 40px 0;
  width: 100%;
  font-weight: normal; }

.m-pages-about-concept-article-member-title {
  border-bottom: 1px solid #282828;
  color: #6e6e6e;
  padding-bottom: 16px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-member-title {
      padding-bottom: 4px; } }

.m-pages-about-concept-article-member-table {
  color: #6e6e6e;
  box-sizing: border-box;
  font-weight: normal;
  padding: 20px 30px;
  text-align: left;
  width: 100%; }
  .m-pages-about-concept-article-member-table tr {
    float: left;
    padding: 5px 0;
    width: 50%; }
    .m-pages-about-concept-article-member-table tr th:after {
      content: ":";
      float: right;
      margin: 0 16px;
      display: block; }
  @media screen and (max-width: 769px) {
    .m-pages-about-concept-article-member-table {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 20px 0px; }
      .m-pages-about-concept-article-member-table tr {
        float: none; } }

.m-pages-about-concept-article-img-list-container {
  overflow: hidden; }

.m-pages-about-concept-article-img-list-box {
  float: left;
  line-height: 0;
  max-width: 530px;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 2%;
  overflow: hidden; }
  .m-pages-about-concept-article-img-list-box img {
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08); }
  @media screen and (max-width: 480px) {
    .m-pages-about-concept-article-img-list-box {
      float: none;
      max-width: 100%;
      width: 90%;
      margin: 0 5%; } }

/*============================
 *INFORMATION
 *============================*/
.l-pages-about-information {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 70px; }
  @media screen and (max-width: 480px) {
    .l-pages-about-information {
      margin-top: -40px;
      padding-bottom: 60px; } }

.m-pages-about-information-img-box {
  background-attachment: fixed;
  background-image: url("../img/about-information.png");
  background-position: center center;
  background-size: cover;
  height: 520px;
  width: 100%; }
  @media screen and (max-device-width: 1140px) {
    .m-pages-about-information-img-box {
      background-attachment: scroll;
      height: 300px; } }
  @media screen and (max-device-width: 480px) {
    .m-pages-about-information-img-box {
      height: 160px; } }

.m-pages-about-information {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-information {
      padding: 0 10px; } }
  .m-pages-about-information dl {
    border-bottom: 1px solid #282828;
    float: left;
    margin: 0 4%;
    width: 25%; }
  .m-pages-about-information dt p {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #bebebe;
    margin: 0; }
  .m-pages-about-information dd {
    margin-bottom: 10%; }
    .m-pages-about-information dd p {
      margin: 2% 0; }
  @media screen and (max-width: 769px) {
    .m-pages-about-information {
      margin-top: 40px;
      padding: 0 40px; } }
  @media screen and (max-width: 480px) {
    .m-pages-about-information {
      margin-top: 0px;
      padding: 60px 40px 0; }
      .m-pages-about-information dl {
        float: none;
        margin: 0;
        margin: 10% 0 25%;
        width: 100%; }
        .m-pages-about-information dl:last-child {
          margin-bottom: 0; } }

h3.m-pages-about-information-title {
  font-size: 32px;
  font-size: 2rem;
  color: #00285a;
  letter-spacing: -0.01em; }
  h3.m-pages-about-information-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 90px;
    position: relative;
    top: 40px;
    width: 32px; }
  @media screen and (max-width: 769px) {
    h3.m-pages-about-information-title {
      font-size: 20px;
      font-size: 1.25rem; }
      h3.m-pages-about-information-title:after {
        margin-bottom: 30px;
        top: 12px;
        width: 15px; } }

.m-pages-about-information-box {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .m-pages-about-information-box {
      display: block;
      margin: 0; } }

.m-pages-about-information-company-name {
  font-size: 18px;
  font-size: 1.125rem; }

.m-pages-about-information-company-logo {
  padding: 28% 20%;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .m-pages-about-information-company-logo {
      padding: 15% 20%; } }

.m-pages-about-information-map-button {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #ffffff;
  background-color: #ffaa14;
  margin: 0;
  padding: 8px 18px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
  padding: 3px 15px; }
  .m-pages-about-information-map-button:hover {
    background-color: #e08f00; }

.m-pages-about-information-client-box {
  margin-top: 60px; }

.m-pages-about-information-client-title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bebebe;
  font-weight: normal;
  margin: 0; }

.m-pages-about-information-client-list-box {
  margin-top: 20px;
  width: 100%; }

.m-pages-about-information-client-list {
  display: inline-block;
  float: left;
  line-height: 0;
  padding-right: 8.5%;
  width: 40%; }
  @media screen and (max-width: 480px) {
    .m-pages-about-information-client-list {
      width: 100%;
      padding-right: 0; } }

.m-pages-about-information-client-list-item {
  display: inline-block;
  line-height: 0;
  margin-bottom: 25px;
  padding-right: 9.5%;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .m-pages-about-information-client-list-item {
      float: none;
      margin-bottom: 20px;
      padding-right: 0;
      width: 100%; } }

.m-pages-about-information-client-list-item p {
  line-height: 1.25;
  margin: 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-information-client-list-item p {
      font-size: 14px;
      font-size: 0.875rem; } }

/*============================
 *OFFICERS
 *============================*/
.l-pages-about-officers {
  background-color: #f5f8f8;
  padding: 40px 0 0;
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    .l-pages-about-officers {
      margin: 0; } }

.m-pages-about-officers {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  overflow: visible; }
  @media screen and (max-width: 769px) {
    .m-pages-about-officers {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-about-officers {
      padding: 0 40px; } }

.m-pages-about-officers-title {
  font-size: 32px;
  font-size: 2rem;
  color: #00285a;
  letter-spacing: -0.01em; }
  .m-pages-about-officers-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 90px;
    position: relative;
    top: 40px;
    width: 32px; }
  @media screen and (max-width: 769px) {
    .m-pages-about-officers-title {
      font-size: 20px;
      font-size: 1.25rem; }
      .m-pages-about-officers-title:after {
        margin-bottom: 30px;
        top: 12px;
        width: 15px; } }

.m-pages-about-officers-list {
  margin: 0 -5%; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list {
      margin: 0 -1%; } }
  @media screen and (max-width: 480px) {
    .m-pages-about-officers-list {
      margin: 20% -10% 0; } }

.m-pages-about-officers-list-item {
  float: left;
  margin: 1%;
  width: 48%; }
  @media screen and (max-width: 769px) {
    .m-pages-about-officers-list-item {
      float: none;
      margin: 0;
      width: 100%; } }

.m-pages-about-officers-list-item-img-box {
  height: auto;
  margin: 0 0px 0;
  width: 100%; }
  .m-pages-about-officers-list-item-img-box img {
    width: 100%;
    height: auto; }

.m-pages-about-officers-list-item-text-box {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin: 0 5% -45px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  top: -85px;
  width: 90%;
  z-index: 100; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list-item-text-box {
      padding: 35px 30px; } }
  @media screen and (max-width: 960px) {
    .m-pages-about-officers-list-item-text-box {
      margin-bottom: 0;
      top: -50px; } }
  @media screen and (max-width: 480px) {
    .m-pages-about-officers-list-item-text-box {
      padding: 35px 15px;
      top: -35px; } }

.m-pages-about-officers-list-item-text-name-box {
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
  width: 33%; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list-item-text-name-box {
      float: none;
      margin-bottom: 20px;
      width: 100%; } }

.m-pages-about-officers-list-item-text-name {
  font-size: 20px;
  font-size: 1.25rem;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  margin: 20% 0;
  padding-bottom: 25%; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list-item-text-name {
      display: inline;
      margin: 0;
      padding: 0;
      padding-right: 11%;
      width: 60%; } }

.m-pages-about-officers-list-item-text-name-post {
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #282828;
  box-sizing: border-box;
  display: inline;
  padding: 25% 0; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list-item-text-name-post {
      border-top: none;
      border-left: 1px solid #282828;
      margin: 0;
      padding: 5px 0;
      padding-left: 10%;
      width: 40%; } }

.m-pages-about-officers-list-item-text-description-box {
  display: inline-block;
  width: 66%;
  padding-right: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 1140px) {
    .m-pages-about-officers-list-item-text-description-box {
      display: inline;
      margin: 0;
      padding: 0;
      width: 100%; } }

.m-pages-about-officers-list-item-text-description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin: 0; }

.l-pages-about-contact {
  background-color: #f5f8f8; }

.m-pages-about-contact-button {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  background-color: #f5f8f8;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 50%; }
  @media screen and (max-width: 769px) {
    .m-pages-about-contact-button {
      padding: 0 10px; } }
  .m-pages-about-contact-button a {
    border: 0px solid #ff875a;
    border-width: 2px;
    box-sizing: border-box;
    color: #ff875a;
    display: block;
    font-weight: bold;
    margin: 20px 10px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 22px 15px; }
    .m-pages-about-contact-button a:hover {
      background-color: #ee7649;
      color: #ffffff; }
    .m-pages-about-contact-button a p {
      margin: 0; }
    @media screen and (max-width: 1140px) {
      .m-pages-about-contact-button a {
        font-size: 13px;
        font-size: 0.8125rem; }
        .m-pages-about-contact-button a a, .m-pages-about-contact-button a p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (max-width: 769px) {
      .m-pages-about-contact-button a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-about-contact-button a .fa-angle-right {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 0;
      margin-right: -16px;
      padding-left: 16px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: -3px; }
      @media screen and (max-width: 1140px) {
        .m-pages-about-contact-button a .fa-angle-right {
          vertical-align: -4px; } }
      @media screen and (max-width: 769px) {
        .m-pages-about-contact-button a .fa-angle-right {
          font-size: 22px;
          font-size: 1.375rem;
          vertical-align: -2px; } }
      @media screen and (max-width: 480px) {
        .m-pages-about-contact-button a .fa-angle-right {
          vertical-align: -2px; } }
    .m-pages-about-contact-button a:hover .fa-angle-right {
      margin-right: -26px;
      padding-left: 26px; }
    .m-pages-about-contact-button a p:before {
      content: "";
      background-image: url(../img/icon-contact-orange.png);
      display: inline-block;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: -20px 0;
      margin-left: 10px;
      position: relative;
      right: 15px;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      top: -6px;
      width: 40px; }
      @media screen and (max-width: 769px) {
        .m-pages-about-contact-button a p:before {
          height: 30px;
          margin-left: 15px;
          right: 8px;
          top: 4px;
          width: 30px; } }
      @media screen and (max-width: 769px) {
        .m-pages-about-contact-button a p:before {
          margin-left: 8px;
          right: 10px;
          top: -11px; } }
    .m-pages-about-contact-button a:hover p:before {
      background-image: url(../img/icon-contact-white.png); }
  @media screen and (max-width: 769px) {
    .m-pages-about-contact-button {
      float: none;
      margin-bottom: 0px;
      padding: 0 20px;
      width: 100%; }
      .m-pages-about-contact-button a {
        margin: 0px 10px; } }

/*============================
 *MAP
 *============================*/
.m-pages-about-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin-top: 60px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 769px) {
    .m-pages-about-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-about-main {
      padding: 0; } }

.m-pages-about-main-text {
  background-color: #ffffff;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 769px) {
    .m-pages-about-main-text {
      margin-top: -20px; } }
  .m-pages-about-main-text:after {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    content: "ADDRESS";
    left: -10px;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: rotate(90deg); }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-text {
      width: 100%; }
      .m-pages-about-main-text:after {
        display: none; } }

.m-pages-about-main-text-main {
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  padding: 30px 25px 30px 65px;
  position: relative;
  width: 45%; }
  .m-pages-about-main-text-main:hover {
    z-index: 100; }
  .m-pages-about-main-text-main:after {
    background-color: #6e6e6e;
    content: "";
    height: 80%;
    margin: 5% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-text-main {
      float: none;
      padding: 40px 30px 0;
      width: 100%; }
      .m-pages-about-main-text-main:after {
        content: none; } }

.m-pages-about-main-text-main-title h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.m-pages-about-main-text-main-description:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (min-width: 770px) and (max-width: 960px) {
  .m-pages-about-main-text-main-description {
    border-bottom: 1px solid #6e6e6e; } }

.m-pages-about-main-text-main-description p {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (max-width: 769px) {
    .m-pages-about-main-text-main-description p {
      font-size: 12px;
      font-size: 0.75rem; } }

.m-pages-about-main-text-sub {
  background-color: #ffffff;
  bottom: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 30px 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%; }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-text-sub {
      font-size: 11px;
      font-size: 0.6875rem;
      padding: 10px 15px;
      position: relative;
      width: 100%; } }

.m-pages-about-main-text-sub-station-limited {
  padding: 0 15px; }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-text-sub-station-limited {
      padding: 0 15px 16px; } }
  .m-pages-about-main-text-sub-station-limited h3 {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 769px) {
      .m-pages-about-main-text-sub-station-limited h3 {
        display: none; } }
    .m-pages-about-main-text-sub-station-limited h3 span {
      color: #ffaa14; }
  .m-pages-about-main-text-sub-station-limited p {
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (max-width: 769px) {
      .m-pages-about-main-text-sub-station-limited p {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 0; } }

.m-sp-pages-about-main-text-sub-title-box {
  border-top: 2px solid #6e6e6e;
  display: none;
  margin-bottom: -10px; }
  @media screen and (max-width: 769px) {
    .m-sp-pages-about-main-text-sub-title-box {
      display: block; } }
  .m-sp-pages-about-main-text-sub-title-box h3 {
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: #f5f8f8;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 10px;
    width: 50%;
    text-align: center; }
    .m-sp-pages-about-main-text-sub-title-box h3.is_active {
      background-color: #ffffff; }
    .m-sp-pages-about-main-text-sub-title-box h3 span {
      color: #ffaa14; }

.m-pages-about-main-text-sub-station {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 50%; }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-text-sub-station {
      transform: translateY(0); } }
  @media screen and (max-width: 769px) {
    .m-pages-about-main-text-sub-station {
      transform: translateY(0);
      width: 100%; } }
  .m-pages-about-main-text-sub-station.is_shibuya:after {
    background-color: #bebebe;
    content: "";
    height: 90%;
    margin: 2.5% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
    @media screen and (max-width: 769px) {
      .m-pages-about-main-text-sub-station.is_shibuya:after {
        content: none; } }
  @media screen and (max-width: 769px) {
    .m-pages-about-main-text-sub-station {
      display: none; }
      .m-pages-about-main-text-sub-station.is_active {
        display: block; } }
  .m-pages-about-main-text-sub-station h3 {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 769px) {
      .m-pages-about-main-text-sub-station h3 {
        display: none; } }
    .m-pages-about-main-text-sub-station h3 span {
      color: #ffaa14; }

.m-pages-about-main-text-sub-station-description p {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (max-width: 769px) {
    .m-pages-about-main-text-sub-station-description p {
      margin-top: 10px; } }

.m-pages-about-main-gmap {
  margin-top: -60px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 960px) {
    .m-pages-about-main-gmap {
      margin-top: 0; } }

.l-pages-about-main {
  background-color: #f5f8f8;
  padding-bottom: 0; }

@media screen and (max-width: 1140px) {
  .l-pages-about-main .map-embed {
    height: 200px; } }

@media screen and (max-width: 960px) {
  .l-pages-about-main .map-embed {
    height: 120px; } }

.m-pages-recruit-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main {
      margin-top: 40px;
      padding: 0; } }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-main {
      margin-top: -80px; } }

.l-pages-recruit-eyecatch {
  background-image: url("../img/recruit-eyecatch.png");
  background-position: center;
  background-size: cover;
  margin-bottom: -20px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%; }

.m-pages-recruit-eyecatch {
  background-color: rgba(255, 170, 20, 0.85);
  color: #ffffff;
  height: 100%;
  margin: 0px auto 0;
  padding: 160px 0 100px;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-eyecatch {
      padding-top: 140px; } }

.m-pages-recruit-eyecatch-text-box {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-eyecatch-text-box {
      padding: 0 10px; } }

.m-pages-recruit-eyecatch-text-title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #ffffff;
  position: relative;
  text-align: left; }
  .m-pages-recruit-eyecatch-text-title:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-eyecatch-text-title {
      text-align: center; }
      .m-pages-recruit-eyecatch-text-title:after {
        margin: 0 auto; } }

.m-pages-recruit-eyecatch-text-description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  text-align: left;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-eyecatch-text-description {
      margin: 30px auto 0;
      text-align: center;
      width: 80%; } }

.l-pages-recruit-sideController-belt {
  position: relative;
  height: 10em;
  top: -100px; }

.l-pages-recruit-sideController {
  top: 200px;
  left: 0;
  width: 100%;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 100; }

.m-pages-recruit-sideController-button {
  background-color: #ff875a;
  bottom: 0;
  cursor: pointer;
  line-height: 72px;
  position: absolute;
  text-align: center;
  transform-origin: left bottom 0;
  transform: rotate(90deg);
  width: 140px;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-sideController-button {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 40px;
      width: 80px; } }
  .m-pages-recruit-sideController-button h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 960px) {
      .m-pages-recruit-sideController-button h3 {
        font-size: 14px;
        font-size: 0.875rem; } }

.m-pages-recruit-sideController-nav {
  position: absolute;
  width: 80%;
  z-index: 1; }
  .m-pages-recruit-sideController-nav ul {
    box-sizing: border-box;
    letter-spacing: -0.4em;
    padding-left: 72px; }
    @media screen and (max-width: 960px) {
      .m-pages-recruit-sideController-nav ul {
        padding-left: 40px; } }
    .m-pages-recruit-sideController-nav ul li {
      background-color: #ffffff;
      cursor: pointer;
      display: inline-block;
      height: 140px;
      letter-spacing: normal;
      position: relative;
      text-align: center;
      transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: middle;
      width: 33.33333%;
      z-index: 0; }
      @media screen and (max-width: 960px) {
        .m-pages-recruit-sideController-nav ul li {
          height: 80px; } }
      .m-pages-recruit-sideController-nav ul li p {
        font-size: 19px;
        font-size: 1.1875rem;
        color: #00285a;
        font-weight: bold;
        margin: 0;
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 960px) {
          .m-pages-recruit-sideController-nav ul li p {
            font-size: 15px;
            font-size: 0.9375rem; } }
        @media screen and (max-width: 769px) {
          .m-pages-recruit-sideController-nav ul li p {
            font-size: 13px;
            font-size: 0.8125rem; } }
        @media screen and (max-width: 480px) {
          .m-pages-recruit-sideController-nav ul li p {
            font-size: 11px;
            font-size: 0.6875rem; } }
      @media screen and (max-width: 769px) {
        .m-pages-recruit-sideController-nav ul li span {
          display: block;
          line-height: 1.4; } }
      .m-pages-recruit-sideController-nav ul li:after {
        background: #00285a;
        content: "";
        height: 80%;
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        z-index: 100; }
      .m-pages-recruit-sideController-nav ul li:last-of-type:after {
        content: none; }
      .m-pages-recruit-sideController-nav ul li.is-active {
        background-color: #00285a; }
        .m-pages-recruit-sideController-nav ul li.is-active li {
          color: #ffffff; }
      .m-pages-recruit-sideController-nav ul li:hover {
        background-color: #00285a; }
        .m-pages-recruit-sideController-nav ul li:hover p {
          color: #ffffff; }

.l-pages-recruit-sideController.is-fixed {
  position: fixed; }

.l-pages-recruit-sideController.is-fixed.is-active .m-pages-recruit-sideController-nav {
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0 !important; }

.m-pages-recruit-main-member {
  margin: 30px 0;
  overflow: hidden;
  padding: 10px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-member {
      margin: 0; } }

.m-pages-recruit-main-member-title {
  font-size: 32px;
  font-size: 2rem;
  color: #00285a;
  letter-spacing: 0.1em;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-member-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 0 15px;
      text-align: center; } }

.m-pages-recruit-main-member-img {
  left: -5%;
  margin: 0 auto;
  position: relative;
  width: 90%; }
  @media screen and (min-width: 961px) {
    .m-pages-recruit-main-member-img {
      float: left;
      left: 0;
      margin-right: -3%;
      width: 50%;
      z-index: 2; } }

.m-pages-recruit-main-member-text {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  margin: -30px auto 0;
  padding: 40px 20px;
  position: relative;
  width: 90%;
  z-index: 1; }
  @media screen and (min-width: 961px) {
    .m-pages-recruit-main-member-text {
      float: left;
      margin-top: 40px;
      padding-left: 7%;
      width: 53%; } }

.m-pages-recruit-main-member-text-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #00285a;
  letter-spacing: -0.01em; }
  .m-pages-recruit-main-member-text-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 90px;
    position: relative;
    top: 40px;
    width: 32px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-member-text-title:after {
      margin-bottom: 30px;
      top: 12px;
      width: 15px; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit-main-member-text-title {
      font-size: 16px;
      font-size: 1rem; } }

.m-pages-recruit-main-member-text-description {
  font-size: 18px;
  font-size: 1.125rem; }
  .m-pages-recruit-main-member-text-description:first-child {
    margin-top: 0; }
  .m-pages-recruit-main-member-text-description:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-member-text-description {
      font-size: 14px;
      font-size: 0.875rem; } }

.m-pages-recruit-main-club {
  margin: 30px 0;
  overflow: hidden;
  padding: 10px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-club {
      margin: 0; } }

.m-pages-recruit-main-club-title {
  font-size: 32px;
  font-size: 2rem;
  color: #00285a;
  letter-spacing: 0.1em;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-club-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0;
      margin-bottom: 15px;
      text-align: center; } }

.m-pages-recruit-main-club-img-box {
  right: -5%;
  margin: 0 auto;
  position: relative;
  width: 90%; }
  @media screen and (min-width: 961px) {
    .m-pages-recruit-main-club-img-box {
      float: left;
      left: 0;
      margin-right: -3%;
      width: 50%;
      z-index: 2; } }

.m-pages-recruit-main-club-article-img {
  display: none; }
  .m-pages-recruit-main-club-article-img.is-active {
    display: block; }

.m-pages-recruit-main-club-article-description-container-outer {
  box-sizing: border-box;
  position: relative;
  margin-top: -20px; }
  @media screen and (min-width: 961px) {
    .m-pages-recruit-main-club-article-description-container-outer {
      float: left;
      margin-top: 40px;
      z-index: 4;
      width: 53%; } }

.m-sp-pages-recruit-main-club-article-description-container {
  font-size: 13px;
  font-size: 0.8125rem;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  border-bottom: 2px solid #00285a;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 1; }
  @media screen and (min-width: 961px) {
    .m-sp-pages-recruit-main-club-article-description-container {
      display: none; } }
  .m-sp-pages-recruit-main-club-article-description-container ul {
    display: table;
    width: 100%; }
    .m-sp-pages-recruit-main-club-article-description-container ul li {
      cursor: pointer;
      display: table-cell;
      text-align: center;
      height: 90px;
      width: 25%;
      vertical-align: middle; }
      .m-sp-pages-recruit-main-club-article-description-container ul li.is-active {
        background-color: #00285a;
        color: #ffffff; }

.m-pages-recruit-main-club-article-description-container {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  width: 90%;
  z-index: 1; }
  .m-pages-recruit-main-club-article-description-container:after {
    content: "";
    clear: both;
    display: block; }
  @media screen and (min-width: 961px) {
    .m-pages-recruit-main-club-article-description-container {
      width: 100%;
      padding: 0; } }
  .m-pages-recruit-main-club-article-description-container table {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative; }
    @media screen and (max-width: 960px) {
      .m-pages-recruit-main-club-article-description-container table {
        display: block; } }
    @media screen and (max-width: 960px) {
      .m-pages-recruit-main-club-article-description-container table tr {
        display: block; } }
    .m-pages-recruit-main-club-article-description-container table tr td {
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      vertical-align: top; }
      @media screen and (min-width: 961px) {
        .m-pages-recruit-main-club-article-description-container table tr td {
          height: 245px;
          padding: 6%;
          width: 50%; } }
      @media screen and (min-width: 1141px) {
        .m-pages-recruit-main-club-article-description-container table tr td {
          height: 212px; } }
      @media screen and (max-width: 960px) {
        .m-pages-recruit-main-club-article-description-container table tr td {
          display: none; }
          .m-pages-recruit-main-club-article-description-container table tr td.is-active {
            display: block;
            height: 100px; } }
      @media screen and (max-width: 480px) {
        .m-pages-recruit-main-club-article-description-container table tr td.is-active {
          height: 120px; } }
      .m-pages-recruit-main-club-article-description-container table tr td dl dt {
        font-size: 18px;
        font-size: 1.125rem;
        color: #00285a;
        font-weight: bold;
        text-align: center; }
        .m-pages-recruit-main-club-article-description-container table tr td dl dt:after {
          background-color: #00285a;
          content: "";
          display: block;
          height: 1px;
          margin: 15px auto;
          position: relative;
          width: 30px; }
        @media screen and (max-width: 960px) {
          .m-pages-recruit-main-club-article-description-container table tr td dl dt {
            display: none; } }
      .m-pages-recruit-main-club-article-description-container table tr td dl dd {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5; }
        @media screen and (max-width: 769px) {
          .m-pages-recruit-main-club-article-description-container table tr td dl dd {
            font-size: 12px;
            font-size: 0.75rem; } }
        .m-pages-recruit-main-club-article-description-container table tr td dl dd p {
          bottom: 30px;
          display: block;
          left: 0;
          margin: 8px 0 0;
          right: 0;
          position: absolute;
          text-align: center; }
          .m-pages-recruit-main-club-article-description-container table tr td dl dd p .recruit-external-link {
            font-size: 14px;
            font-size: 0.875rem;
            display: inline-block;
            color: #ffffff;
            background-color: #ffaa14;
            margin: 0;
            padding: 8px 18px;
            transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            text-decoration: none; }
            .m-pages-recruit-main-club-article-description-container table tr td dl dd p .recruit-external-link:hover {
              background-color: #e08f00; }
          @media screen and (max-width: 960px) {
            .m-pages-recruit-main-club-article-description-container table tr td dl dd p {
              bottom: 0; } }
      @media screen and (min-width: 961px) {
        .m-pages-recruit-main-club-article-description-container table tr td {
          position: relative; }
          .m-pages-recruit-main-club-article-description-container table tr td:hover {
            background-color: #00285a; }
            .m-pages-recruit-main-club-article-description-container table tr td:hover dl {
              color: #ffffff; }
              .m-pages-recruit-main-club-article-description-container table tr td:hover dl dt {
                color: #ffffff; }
                .m-pages-recruit-main-club-article-description-container table tr td:hover dl dt:after {
                  background-color: #ffffff; }
          .m-pages-recruit-main-club-article-description-container table tr td:before {
            background-color: #00285a;
            content: "";
            display: block;
            position: absolute; }
          .m-pages-recruit-main-club-article-description-container table tr td:after {
            background-color: #00285a;
            content: "";
            display: block;
            position: absolute; }
          .m-pages-recruit-main-club-article-description-container table tr td.is_meshi:before {
            bottom: -0.5px;
            height: 1px;
            right: 0;
            width: 90%; }
          .m-pages-recruit-main-club-article-description-container table tr td.is_meshi:after {
            bottom: 0;
            height: 90%;
            right: -0.5px;
            width: 1px; }
          .m-pages-recruit-main-club-article-description-container table tr td.is_nature:before {
            bottom: -0.5px;
            height: 1px;
            left: 0;
            width: 90%; }
          }

.l-pages-recruit-blog {
  background-color: #ffffff; }
  .l-pages-recruit-blog .m-pages-recruit-main {
    margin-top: 0; }

.m-pages-recruit-main-blog-article-title {
  font-size: 32px;
  font-size: 2rem;
  color: #00285a;
  letter-spacing: 0.1em;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-blog-article-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0;
      margin-bottom: 15px;
      text-align: center; } }

.m-pages-recruit-main-blog-article-wrapper {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-blog-article-wrapper {
      display: block; } }

@media screen and (min-width: 770px) {
  .m-pages-recruit-main-blog-article.is_blog {
    margin-right: 2%; } }

.m-pages-recruit-main-blog-article {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 3px 3px 1.2px rgba(99, 124, 124, 0.08);
  background-color: #e1ebeb;
  box-sizing: border-box;
  display: block;
  float: left;
  text-align: center;
  width: 49%; }
  .m-pages-recruit-main-blog-article:hover {
    box-shadow: 0px 3px 9.6px rgba(99, 124, 124, 0.32); }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-main-blog-article {
      float: none;
      margin: 15px auto;
      width: 90%; } }

.m-pages-recruit-main-blog-article a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 20px; }

.m-pages-recruit-main-blog-article-text-box {
  margin-top: 16px; }

.m-pages-recruit-main-blog-article-text-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #00285a;
  letter-spacing: 0; }
  .m-pages-recruit-main-blog-article-text-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto;
    position: relative;
    width: 30px; }

.m-pages-recruit-main-blog-article-text-description {
  color: #282828;
  text-align: left;
  margin-top: 18px; }

.l-pages-recruit-entry {
  padding-top: 0;
  background-color: #ffffff; }

.m-pages-recruit-entry-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-entry-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-entry-main {
      padding: 0; } }
  @media screen and (max-width: 960px) {
    .m-pages-recruit-entry-main {
      margin: 0 15px;
      padding: 20px 30px; } }

.m-pages-recruit-entry-main-button {
  background: none;
  border: 2px solid #3CB4B9;
  box-sizing: border-box;
  color: #3CB4B9;
  display: block;
  font-weight: bold;
  margin: 0px 0 28px;
  padding: 22px 24px;
  padding: 30px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%; }
  .m-pages-recruit-entry-main-button:hover {
    background-color: #3CB4B9;
    color: #ffffff;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit-entry-main-button {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }

.m-pages-recruit_career-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main {
      margin-top: 40px;
      padding: 0; } }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main {
      margin-top: -80px; } }

.l-pages-recruit_career-eyecatch {
  background-image: url("../img/recruit-eyecatch.png");
  background-position: center;
  background-size: cover;
  margin-bottom: -20px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%; }

.m-pages-recruit_career-eyecatch {
  background-color: rgba(0, 40, 90, 0.5);
  color: #ffffff;
  height: 100%;
  margin: 0px auto 0;
  padding: 160px 0 180px;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-eyecatch {
      padding-top: 140px; } }

.m-pages-recruit_career-eyecatch-text-box {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-eyecatch-text-box {
      padding: 0 10px; } }

.m-pages-recruit_career-eyecatch-text-title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #ffffff;
  position: relative;
  text-align: left; }
  .m-pages-recruit_career-eyecatch-text-title:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-eyecatch-text-title {
      text-align: center; }
      .m-pages-recruit_career-eyecatch-text-title:after {
        margin: 0 auto; } }

.m-pages-recruit_career-eyecatch-text-description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  text-align: left;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-eyecatch-text-description {
      margin: 30px auto 0;
      text-align: center;
      width: 80%; } }

.m-pages-recruit_career-main-container-job-list {
  padding: 40px 0 100px; }

.m-pages-recruit_career-main-container-job-list-item {
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-container-job-list-item {
      margin-bottom: 10px; } }

.m-pages-recruit_career-main-job-description-text {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  min-height: 6.5em;
  position: relative;
  z-index: 3; }

.m-pages-recruit_career-main-job-description-text-box {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px 40px;
  float: left;
  width: 55%; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-description-text-box {
      width: 65%;
      padding: 40px 25px; } }

.m-pages-recruit_career-main-job-description-text-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #00285a; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-job-description-text-title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-description-text-title {
      font-size: 19px;
      font-size: 1.1875rem; } }

.m-pages-recruit_career-main-job-description-text-detail {
  margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-detail {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-job-description-text-detail {
      display: none; } }

.m-pages-recruit_career-main-job-description-text-img-container {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 45%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img-container {
      display: block; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-job-description-text-img-container {
      width: 55%; } }

.m-pages-recruit_career-main-job-description-text-img-box {
  overflow: hidden;
  width: 80%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img-box {
      height: 80%;
      width: 100%; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-job-description-text-img-box {
      height: 85%; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-description-text-img-box {
      height: 70%; } }

.m-pages-recruit_career-main-job-description-text-img {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 20%;
  top: 0; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img {
      right: 0; } }

.m-pages-recruit_career-main-job-description-text-img-more-button {
  background-color: #e1ebeb;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  text-align: center;
  width: 90px; }
  .m-pages-recruit_career-main-job-description-text-img-more-button:hover {
    background-color: #00285a; }
    .m-pages-recruit_career-main-job-description-text-img-more-button:hover p {
      color: #ffffff; }
      .m-pages-recruit_career-main-job-description-text-img-more-button:hover p:after {
        background-color: #ffffff; }
    .m-pages-recruit_career-main-job-description-text-img-more-button:hover .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
      margin-top: 30px; }
      .m-pages-recruit_career-main-job-description-text-img-more-button:hover .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
        border-color: #ffffff; }
    .m-pages-recruit_career-main-job-description-text-img-more-button:hover .m-pages-recruit_career-main-job-description-text-img-more-button-text {
      border-color: #ffffff; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button {
      bottom: 0;
      overflow: hidden;
      padding: 10px 0;
      position: absolute;
      width: 100%; }
      .m-pages-recruit_career-main-job-description-text-img-more-button:active .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
        margin-top: 0; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button {
      padding: 5px 0px; } }
  .is-active .m-pages-recruit_career-main-job-description-text-img-more-button {
    background-color: #00285a; }
    .is-active .m-pages-recruit_career-main-job-description-text-img-more-button p {
      color: #ffffff; }
      .is-active .m-pages-recruit_career-main-job-description-text-img-more-button p:after {
        background-color: #ffffff; }
    .is-active .m-pages-recruit_career-main-job-description-text-img-more-button .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
      margin-top: 30px; }
      .is-active .m-pages-recruit_career-main-job-description-text-img-more-button .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
        border-color: #ffffff; }
    .is-active .m-pages-recruit_career-main-job-description-text-img-more-button .m-pages-recruit_career-main-job-description-text-img-more-button-text {
      border-color: #ffffff; }
    .is-active .m-pages-recruit_career-main-job-description-text-img-more-button .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
      border-color: #ffffff;
      top: 150px;
      transform: rotate(-135deg); }
      @media screen and (max-width: 960px) {
        .is-active .m-pages-recruit_career-main-job-description-text-img-more-button .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
          top: 5px; } }

.m-pages-recruit_career-main-job-description-text-img-more-button-text {
  font-size: 16px;
  font-size: 1rem;
  color: #00285a;
  margin-top: 40px;
  line-height: 1.3; }
  .m-pages-recruit_career-main-job-description-text-img-more-button-text:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button-text {
      font-size: 13px;
      font-size: 0.8125rem;
      border-right: 1px solid #00285a;
      display: inline-block;
      margin: 0 auto;
      margin-left: -40px;
      padding: 0 20px; }
      .m-pages-recruit_career-main-job-description-text-img-more-button-text:after {
        display: none; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button-text {
      padding: 0 10px; } }

.m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
  position: relative;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0; }
  .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
    content: "";
    border: 0px solid #00285a;
    border-bottom-width: 2px;
    border-right-width: 2px;
    bottom: 0;
    height: 16px;
    margin: auto;
    right: 36px;
    transform: rotate(45deg);
    transition: 0s;
    position: absolute;
    top: 130px;
    vertical-align: middle;
    width: 16px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
      display: inline;
      position: initial;
      margin-left: 35px; }
      .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
        top: -15px;
        left: 120px; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow {
      display: inline;
      margin-left: 0px;
      position: initial; }
      .m-pages-recruit_career-main-job-description-text-img-more-button-text-arrow:before {
        left: 72.5%;
        top: -15px; } }

.m-pages-recruit_career-main-job-article-box {
  display: none;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 28px;
  padding: 30px 40px 60px;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-article-box {
      padding: 30px; } }

.recruit_career_introduction {
  height: 0;
  top: -100px;
  position: relative;
  width: 100%;
  z-index: 2; }
  .recruit_career_introduction:before {
    background: #ffaa14 none repeat scroll 0 0;
    border: 0 solid #ffaa14;
    border-radius: 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: rotate(90deg) translateX(0px) translateY(-2px);
    transform-origin: left center 0;
    width: 72px; }
  .recruit_career_introduction:after {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffaa14;
    border-radius: 50%;
    bottom: -80px;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-4px);
    width: 8px; }
  @media screen and (max-width: 769px) {
    .recruit_career_introduction:before {
      left: 25px; }
    .recruit_career_introduction:after {
      left: 25px; } }

.m-pages-recruit_career-main-job-article {
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_career-main-job-article {
      margin-top: 40px; } }
  .m-pages-recruit_career-main-job-article h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #00285a;
    border-bottom: 1px solid #00285a;
    margin: 40px 0 20px; }
    @media screen and (max-width: 480px) {
      .m-pages-recruit_career-main-job-article h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
  .m-pages-recruit_career-main-job-article h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 30px auto 5px; }
    .m-pages-recruit_career-main-job-article h4:before {
      content: "-"; }
    @media screen and (max-width: 480px) {
      .m-pages-recruit_career-main-job-article h4 {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: 0.05em; } }
  .m-pages-recruit_career-main-job-article p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 2;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .m-pages-recruit_career-main-job-article p {
        font-size: 14px;
        font-size: 0.875rem; } }
  .m-pages-recruit_career-main-job-article a {
    color: #00285a;
    text-decoration: underline; }
  .m-pages-recruit_career-main-job-article small {
    color: #6e6e6e; }
  .m-pages-recruit_career-main-job-article ul {
    margin-bottom: 20px; }
    .m-pages-recruit_career-main-job-article ul li {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 0;
      margin: 10px 0; }
      .m-pages-recruit_career-main-job-article ul li:before {
        content: "・"; }
      @media screen and (max-width: 480px) {
        .m-pages-recruit_career-main-job-article ul li {
          font-size: 14px;
          font-size: 0.875rem; } }
      .m-pages-recruit_career-main-job-article ul li p {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: 0;
        line-height: 1.5;
        padding-left: 16px;
        margin: 8px 0 0 0; }
        @media screen and (max-width: 480px) {
          .m-pages-recruit_career-main-job-article ul li p {
            font-size: 14px;
            font-size: 0.875rem; } }

.m-pages-recruit_career-main-container-job-entry {
  background-color: #ffffff;
  margin: 40px auto 0px; }

.m-pages-recruit_career-main-container-job-entry-button {
  background: none;
  border: 2px solid #3CB4B9;
  box-sizing: border-box;
  color: #3CB4B9;
  display: block;
  font-weight: bold;
  margin: 20px 0;
  padding: 22px 24px;
  padding: 30px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%; }
  .m-pages-recruit_career-main-container-job-entry-button:hover {
    background-color: #3CB4B9;
    color: #ffffff;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_career-main-container-job-entry-button {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 14px 24px;
      margin-bottom: 10px; } }
  .m-pages-recruit_career-main-container-job-entry-button.disable {
    background-color: #E1EBEB; }
    .m-pages-recruit_career-main-container-job-entry-button.disable:hover {
      background-color: #E1EBEB;
      color: #3CB4B9;
      cursor: default; }

.l-pages-recruit_form-eyecatch {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 80px; }

.m-pages-recruit_form-eyecatch {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin: 80px auto 0; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_form-eyecatch {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-eyecatch {
      margin-top: 60px; } }

.m-pages-recruit_form-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  text-align: left; }
  .m-pages-recruit_form-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-eyecatch-title {
      text-align: center; }
      .m-pages-recruit_form-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-recruit_form-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  text-align: left;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-eyecatch-title-description {
      margin: 30px auto;
      text-align: center;
      width: 80%; } }

.m-pages-recruit_form-entry-job-label-box {
  cursor: pointer;
  float: left;
  margin: 0.5%;
  width: 19%; }
  .m-pages-recruit_form-entry-job-label-box.checked {
    opacity: 0.4; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_form-entry-job-label-box {
      margin: 1.0%;
      width: 31%; } }

.m-pages-recruit_form-entry-job-label.entry-job-career .m-pages-recruit_form-entry-job-label-career {
  background-color: #00285a; }

.m-pages-recruit_form-entry-job-label.entry-job-career .m-pages-recruit_form-entry-job-label-ability {
  border-color: #00285a;
  color: #00285a; }

.m-pages-recruit_form-entry-job-label.entry-job-arbeit .m-pages-recruit_form-entry-job-label-career {
  background-color: #ff875a; }

.m-pages-recruit_form-entry-job-label.entry-job-arbeit .m-pages-recruit_form-entry-job-label-ability {
  border-color: #ff875a;
  color: #ff875a; }

.m-pages-recruit_form-entry-job-label.entry-job-intern .m-pages-recruit_form-entry-job-label-career {
  background-color: #3CB4B9; }

.m-pages-recruit_form-entry-job-label.entry-job-intern .m-pages-recruit_form-entry-job-label-ability {
  border-color: #3CB4B9;
  color: #3CB4B9; }

.m-pages-recruit_form-entry-job-label-career {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  display: block;
  padding: 2px 0;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-entry-job-label-career {
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_form-entry-job-label-career {
      font-size: 10px;
      font-size: 0.625rem; } }

.m-pages-recruit_form-entry-job-label-ability {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #ffffff;
  border: 2px solid;
  border-top-width: 0;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  padding: 16px 0;
  letter-spacing: 0;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-entry-job-label-ability {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_form-entry-job-label-ability {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 10px 0; } }

.m-pages-recruit_form-main-submit {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-main-submit {
      margin: 30px 15px 0;
      padding: 15px; } }
  .m-pages-recruit_form-main-submit .input_submit {
    padding: 5px 15px;
    text-align: center; }
    .m-pages-recruit_form-main-submit .input_submit p {
      margin: 0.5em 0; }
    .m-pages-recruit_form-main-submit .input_submit img {
      height: auto;
      left: 50%;
      line-height: 0;
      max-width: 100%;
      position: fixed;
      top: 36%;
      transform: translate(-50%, -50%); }
    .m-pages-recruit_form-main-submit .input_submit input {
      background: none;
      border: 2px solid #3CB4B9;
      box-sizing: border-box;
      color: #3CB4B9;
      display: block;
      font-weight: bold;
      margin: 20px 0;
      padding: 22px 24px;
      padding: 30px;
      text-align: center;
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
      .m-pages-recruit_form-main-submit .input_submit input.wpcf7-confirm {
        border: 2px solid #ff875a;
        color: #ff875a; }
        .m-pages-recruit_form-main-submit .input_submit input.wpcf7-confirm:hover {
          background-color: #ff875a;
          color: #ffffff;
          cursor: pointer; }
      .m-pages-recruit_form-main-submit .input_submit input.wpcf7-back {
        border: 2px solid #ff875a;
        color: #ff875a; }
        .m-pages-recruit_form-main-submit .input_submit input.wpcf7-back:hover {
          background-color: #ff875a;
          color: #ffffff;
          cursor: pointer; }
      .m-pages-recruit_form-main-submit .input_submit input.wpcf7-submit:hover {
        background-color: #3CB4B9;
        color: #ffffff;
        cursor: pointer; }
      @media screen and (max-width: 769px) {
        .m-pages-recruit_form-main-submit .input_submit input {
          font-size: 12px;
          font-size: 0.75rem;
          padding: 14px 24px;
          margin-bottom: 10px; } }

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  color: red;
  width: auto !important; }

.wpcf7-response-output, .screen-reader-response {
  display: none !important; }

.complete-bg {
  display: none; }

.sent .complete-bg {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
  .sent .complete-bg .complete-modal {
    background-color: #ffffff;
    box-sizing: border-box;
    left: 50%;
    max-width: 960px;
    min-width: 320px;
    padding: 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; }
    .sent .complete-bg .complete-modal h4 {
      padding: 3% 0;
      border-bottom: 1px solid #6e6e6e; }
    .sent .complete-bg .complete-modal p {
      line-height: 2; }

.m-pages-recruit_form-entry {
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-entry {
      margin: 0 15px;
      padding: 15px 10px; } }
  .m-pages-recruit_form-entry.top {
    margin-bottom: -12px; }

.m-pages-recruit_form-entry-hidden {
  display: none; }

.m-pages-recruit_form-entry-box {
  margin: 50px 0;
  box-sizing: border-box;
  padding: 5px 15px; }
  .m-pages-recruit_form-entry-box:after {
    content: "";
    clear: both;
    display: block; }
  .m-pages-recruit_form-entry-box:first-of-type {
    margin-top: 0px; }
  .m-pages-recruit_form-entry-box:last-of-type {
    margin-bottom: 0px; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_form-entry-box {
      margin: 30px 0; } }

.occupation_wrap p {
  display: none; }

.m-pages-recruit_form-entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #00285a;
  color: #00285a;
  margin-bottom: 30px; }
  .m-pages-recruit_form-entry-title span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #282828;
    margin-left: 8px; }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_form-entry-title {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 15px; } }

.m-pages-recruit_form-entry-description {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .m-pages-recruit_form-entry-description {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (max-width: 480px) {
    .m-pages-recruit_form-entry-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

.m-pages-recruit_form-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_form-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-recruit_form-main {
      padding: 0; } }
  .m-pages-recruit_form-main .m-pages-recruit_form-main-nortice-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }
    .m-pages-recruit_form-main .m-pages-recruit_form-main-nortice-text span {
      color: red; }
  .m-pages-recruit_form-main .require .label:after {
    color: red;
    content: "*"; }
  .m-pages-recruit_form-main .input .label {
    display: block;
    margin: 0.5em 0; }
  .m-pages-recruit_form-main .input .form {
    display: block;
    margin: 0.5em 0 1.5em; }
  .m-pages-recruit_form-main .input .inline:after {
    content: "";
    clear: both;
    display: block; }
  .m-pages-recruit_form-main .input .inline span {
    width: 48%;
    float: left; }
    .m-pages-recruit_form-main .input .inline span:first-of-type {
      margin-right: 4%; }
  .m-pages-recruit_form-main .input .date:after {
    content: "";
    clear: both;
    display: block; }
  .m-pages-recruit_form-main .input .date span .wpcf7-form-control-wrap {
    margin-right: 0.6em; }
  @media screen and (min-width: 770px) {
    .m-pages-recruit_form-main .input .date span.year_outer {
      margin-right: 0.6em; }
    .m-pages-recruit_form-main .input .date span.month_outer {
      margin-right: 0.6em; } }
  .m-pages-recruit_form-main .input .gender:after {
    content: "";
    clear: both;
    display: block; }
  .m-pages-recruit_form-main .input .gender input {
    margin: 0 0.2em; }
  .m-pages-recruit_form-main .input .gender span.wpcf7-list-item-label {
    margin: 0 0.2em; }
  .m-pages-recruit_form-main .input .vertical:after {
    content: "";
    clear: both;
    display: block; }
  .m-pages-recruit_form-main .input .vertical input[type="text"] {
    padding-left: 3em; }
  .m-pages-recruit_form-main .input .vertical span {
    float: left;
    margin: 0;
    padding: 0 0 0 0em;
    position: relative;
    overflow: hidden; }
    .m-pages-recruit_form-main .input .vertical span:first-of-type {
      margin-bottom: 0.5em; }
  .m-pages-recruit_form-main .input .vertical .twitter:before {
    font-size: 22px;
    font-size: 1.375rem;
    background-color: #1da1f2;
    box-sizing: border-box;
    color: #ffffff;
    content: "\f099";
    display: block;
    float: left;
    font-family: "fontawesome";
    font-size: 1.375rem;
    left: 0;
    margin: 0;
    padding: 50% 10px 50% 0.42em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 1.7em; }
  .m-pages-recruit_form-main .input .vertical .facebook:before {
    font-size: 22px;
    font-size: 1.375rem;
    background-color: #305097;
    box-sizing: border-box;
    color: #ffffff;
    content: "\f09a";
    display: block;
    float: left;
    font-family: "fontawesome";
    left: 0;
    margin: 0;
    padding: 50% 10px 50%  0.52em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 1.7em; }
  .m-pages-recruit_form-main .input .file.multi span {
    display: block;
    margin-top: 0.5em; }
    .m-pages-recruit_form-main .input .file.multi span:first-of-type {
      margin-top: 0; }
  .m-pages-recruit_form-main .input input[type="text"], .m-pages-recruit_form-main .input input[type="tel"], .m-pages-recruit_form-main .input input[type="email"] {
    background-color: #f5f8f8;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%; }
  .m-pages-recruit_form-main .input select {
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    background-color: #f5f8f8;
    border: none;
    padding: 2px 4px;
    border-radius: 0;
    height: 2em;
    width: 5em; }
  .m-pages-recruit_form-main .input_textarea .form {
    margin: 0.5em 0 1.5em;
    display: block; }
    .m-pages-recruit_form-main .input_textarea .form textarea {
      background-color: #f5f8f8;
      border: none;
      box-sizing: border-box;
      padding: 5px 10px;
      resize: vertical;
      width: 100%; }

.wpcf7-custom-item-error.year span {
  display: block; }

.wpcf7-custom-item-error.month span {
  display: block; }

.wpcf7-custom-item-error.day span {
  display: block; }

.l-pages-access-eyecatch {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 80px; }

.m-pages-access-eyecatch {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin: 80px auto 0; }
  @media screen and (max-width: 769px) {
    .m-pages-access-eyecatch {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-access-eyecatch {
      margin-top: 60px; } }

.m-pages-access-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  text-align: left; }
  .m-pages-access-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-access-eyecatch-title {
      text-align: center; }
      .m-pages-access-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-access-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  text-align: left;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-access-eyecatch-title-description {
      margin: 30px auto;
      text-align: center;
      width: 80%; } }

.m-pages-access-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 769px) {
    .m-pages-access-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-access-main {
      padding: 0; } }

.m-pages-access-main-text {
  background-color: #ffffff;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 769px) {
    .m-pages-access-main-text {
      margin-top: -20px; } }
  .m-pages-access-main-text:after {
    font-size: 12px;
    font-size: 0.75rem;
    color: #00285a;
    content: "ADDRESS";
    left: -10px;
    letter-spacing: 0.25em;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: rotate(90deg); }
  @media screen and (max-width: 960px) {
    .m-pages-access-main-text {
      width: 100%; }
      .m-pages-access-main-text:after {
        display: none; } }

.m-pages-access-main-text-main {
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  overflow: auto;
  padding: 30px 25px 30px 65px;
  position: relative;
  width: 45%; }
  .m-pages-access-main-text-main:hover {
    z-index: 100; }
  .m-pages-access-main-text-main:after {
    background-color: #6e6e6e;
    content: "";
    height: 80%;
    margin: 5% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  @media screen and (max-width: 960px) {
    .m-pages-access-main-text-main {
      float: none;
      padding: 40px 30px 0;
      width: 100%; }
      .m-pages-access-main-text-main:after {
        content: none; } }

.m-pages-access-main-text-main-title h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.m-pages-access-main-text-main-description:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (min-width: 770px) and (max-width: 960px) {
  .m-pages-access-main-text-main-description {
    border-bottom: 1px solid #6e6e6e; } }

.m-pages-access-main-text-main-description p {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (max-width: 769px) {
    .m-pages-access-main-text-main-description p {
      font-size: 12px;
      font-size: 0.75rem;
      float: left;
      width: 50%; } }

.m-pages-access-main-text-sub {
  background-color: #ffffff;
  bottom: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  height: 100%;
  overflow: auto;
  padding: 30px 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%; }
  @media screen and (max-width: 960px) {
    .m-pages-access-main-text-sub {
      font-size: 11px;
      font-size: 0.6875rem;
      padding: 10px 15px;
      position: relative;
      width: 100%; } }

.m-sp-pages-access-main-text-sub-title-box {
  border-top: 2px solid #6e6e6e;
  display: none;
  margin-bottom: -10px; }
  @media screen and (max-width: 769px) {
    .m-sp-pages-access-main-text-sub-title-box {
      display: block; } }
  .m-sp-pages-access-main-text-sub-title-box h3 {
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: #f5f8f8;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 10px;
    text-align: center;
    width: 50%; }
    .m-sp-pages-access-main-text-sub-title-box h3.is_active {
      background-color: #ffffff; }
    .m-sp-pages-access-main-text-sub-title-box h3 span {
      color: #ffaa14; }

.m-pages-access-main-text-sub-station {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 50%; }
  @media screen and (max-width: 960px) {
    .m-pages-access-main-text-sub-station {
      transform: translateY(0); } }
  @media screen and (max-width: 769px) {
    .m-pages-access-main-text-sub-station {
      transform: translateY(0);
      width: 100%; } }
  .m-pages-access-main-text-sub-station.is_shibuya:after {
    background-color: #bebebe;
    content: "";
    height: 90%;
    margin: 2.5% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
    @media screen and (max-width: 769px) {
      .m-pages-access-main-text-sub-station.is_shibuya:after {
        content: none; } }
  @media screen and (max-width: 769px) {
    .m-pages-access-main-text-sub-station {
      display: none; }
      .m-pages-access-main-text-sub-station.is_active {
        display: block; } }
  .m-pages-access-main-text-sub-station h3 {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 769px) {
      .m-pages-access-main-text-sub-station h3 {
        display: none; } }
    .m-pages-access-main-text-sub-station h3 span {
      color: #ffaa14; }
  .m-pages-access-main-text-sub-station .m-pages-access-main-text-sub-station-description p {
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (max-width: 769px) {
      .m-pages-access-main-text-sub-station .m-pages-access-main-text-sub-station-description p {
        margin-top: 10px; } }

.m-pages-access-main-gmap {
  margin-top: -60px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 960px) {
    .m-pages-access-main-gmap {
      margin-top: 0; } }

.map-embed {
  height: 0;
  left: 0;
  margin: -60px 0 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 31.25%;
  position: relative;
  top: 0;
  z-index: 0; }
  @media screen and (max-width: 960px) {
    .map-embed {
      margin-top: 0; } }

.map-embed > div {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.map-embed img {
  max-width: none; }

.l-pages-access-main {
  padding-bottom: 0; }

@media screen and (max-width: 1140px) {
  .l-pages-access-main .map-embed {
    height: 200px; } }

@media screen and (max-width: 960px) {
  .l-pages-access-main .map-embed {
    height: 120px; } }

.l-pages-contact-eyecatch {
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 80px; }

.m-pages-contact-eyecatch {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  margin: 80px auto 0; }
  @media screen and (max-width: 769px) {
    .m-pages-contact-eyecatch {
      padding: 0 10px; } }
  @media screen and (max-width: 960px) {
    .m-pages-contact-eyecatch {
      margin-top: 60px; } }

.m-pages-contact-eyecatch-title {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  text-align: left; }
  .m-pages-contact-eyecatch-title:after {
    background-color: #00285a;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    margin-bottom: 12px;
    position: relative;
    top: 10px;
    width: 40px; }
  @media screen and (max-width: 960px) {
    .m-pages-contact-eyecatch-title {
      text-align: center; }
      .m-pages-contact-eyecatch-title:after {
        margin: 0 auto; } }

.m-pages-contact-eyecatch-title-description {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  text-align: left;
  width: 60%; }
  @media screen and (max-width: 960px) {
    .m-pages-contact-eyecatch-title-description {
      margin: 30px auto;
      text-align: center;
      width: 80%; } }

.m-pages-contact-main {
  clear: both;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px; }
  @media screen and (max-width: 769px) {
    .m-pages-contact-main {
      padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    .m-pages-contact-main {
      padding: 0; } }
  .m-pages-contact-main .m-pages-contact-main-nortice-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }
    .m-pages-contact-main .m-pages-contact-main-nortice-text span {
      color: red; }
  .m-pages-contact-main .require .label:after {
    color: red;
    content: "*"; }
  .m-pages-contact-main .input_s {
    box-sizing: border-box;
    float: left;
    padding: 5px 15px;
    width: 50%; }
    @media screen and (max-width: 769px) {
      .m-pages-contact-main .input_s {
        float: none;
        overflow: hidden;
        width: 100%; } }
  .m-pages-contact-main .input_l {
    padding: 5px 15px; }
  .m-pages-contact-main .input_textarea {
    padding: 5px 15px; }
  .m-pages-contact-main p {
    margin: 0.5em 0 1.5em; }
    .m-pages-contact-main p.label {
      margin: 0.5em 0; }
  .m-pages-contact-main input[type="text"], .m-pages-contact-main input[type="tel"], .m-pages-contact-main input[type="email"] {
    background-color: #f5f8f8;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%; }
  .m-pages-contact-main textarea {
    background-color: #f5f8f8;
    border: none;
    box-sizing: border-box;
    padding: 5px 10px;
    resize: vertical;
    width: 100%; }

.m-pages-contact-main-form {
  background-color: #ffffff;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .m-pages-contact-main-form {
      margin: 0 15px;
      padding: 15px; } }

.m-pages-contact-main-submit {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .m-pages-contact-main-submit {
      margin: 30px 15px 0;
      padding: 15px; } }
  .m-pages-contact-main-submit .input_submit {
    padding: 5px 15px;
    text-align: center; }
    .m-pages-contact-main-submit .input_submit p {
      margin: 0.5em 0; }
    .m-pages-contact-main-submit .input_submit img {
      height: auto;
      left: 50%;
      line-height: 0;
      max-width: 100%;
      position: fixed;
      top: 36%;
      transform: translate(-50%, -50%); }
  .m-pages-contact-main-submit input[type="submit"] {
    background: none;
    border: 2px solid #3CB4B9;
    box-sizing: border-box;
    color: #3CB4B9;
    display: block;
    font-weight: bold;
    margin: 20px 0;
    padding: 30px;
    text-align: center;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    padding: 22px 24px; }
    @media screen and (max-width: 769px) {
      .m-pages-contact-main-submit input[type="submit"] {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 14px 24px;
        margin-bottom: 10px; } }
    .m-pages-contact-main-submit input[type="submit"]:hover {
      background-color: #3CB4B9;
      color: #ffffff;
      cursor: pointer; }

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  color: red; }

.wpcf7-response-output, .screen-reader-response {
  display: none !important; }

.complete-bg {
  display: none; }

.sent .complete-bg {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
  .sent .complete-bg .complete-modal {
    background-color: #ffffff;
    box-sizing: border-box;
    left: 50%;
    max-width: 960px;
    min-width: 320px;
    padding: 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; }
    .sent .complete-bg .complete-modal h4 {
      padding: 3% 0;
      border-bottom: 1px solid #6e6e6e; }
    .sent .complete-bg .complete-modal p {
      line-height: 2; }

/*============================
 *iconfont
 *============================*/
.ki {
  font-size: 0.9em; }

@font-face {
  font-family: 'kaiyou-icon';
  src: url("fonts/kaiyou-icon.eot?5jh6q3");
  src: url("fonts/kaiyou-icon.eot?5jh6q3#iefix") format("embedded-opentype"), url("fonts/kaiyou-icon.ttf?5jh6q3") format("truetype"), url("fonts/kaiyou-icon.woff?5jh6q3") format("woff"), url("fonts/kaiyou-icon.svg?5jh6q3#kaiyou-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="kaiyou-icon-"], [class*=" kaiyou-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kaiyou-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kaiyou-icon-kaiyou:before {
  content: "\e926"; }

.kaiyou-icon-book:before {
  content: "\e904"; }

.kaiyou-icon-information-society:before {
  content: "\e90d"; }

.kaiyou-icon-otaku-culture:before {
  content: "\e913"; }

.kaiyou-icon-art:before {
  content: "\e900"; }

.kaiyou-icon-audiovisual:before {
  content: "\e901"; }

.kaiyou-icon-entertainment:before {
  content: "\e907"; }

.kaiyou-icon-feature:before {
  content: "\e908"; }

.kaiyou-icon-interview:before {
  content: "\e90e"; }

.kaiyou-icon-column:before {
  content: "\e905"; }

.kaiyou-icon-report:before {
  content: "\e919"; }

.kaiyou-icon-review:before {
  content: "\e91a"; }

.kaiyou-icon-series:before {
  content: "\e91c"; }

.kaiyou-icon-recent:before {
  content: "\e918"; }

.kaiyou-icon-interview-thin:before {
  content: "\e921"; }

.kaiyou-icon-column-thin:before {
  content: "\e920"; }

.kaiyou-icon-report-thin:before {
  content: "\e923"; }

.kaiyou-icon-review-thin:before {
  content: "\e924"; }

.kaiyou-icon-series-thin:before {
  content: "\e925"; }

.kaiyou-icon-news:before {
  content: "\e912"; }

.kaiyou-icon-news-thin:before {
  content: "\e922"; }

.kaiyou-icon-videos:before {
  content: "\e91f"; }

.kaiyou-icon-pickup:before {
  content: "\e914"; }

.kaiyou-icon-ranking:before {
  content: "\e917"; }

.kaiyou-icon-user-contents:before {
  content: "\e91e"; }

.kaiyou-icon-blockquote:before {
  content: "\e902"; }

.kaiyou-icon-bold:before {
  content: "\e903"; }

.kaiyou-icon-comments:before {
  content: "\e906"; }

.kaiyou-icon-h1:before {
  content: "\e909"; }

.kaiyou-icon-h2:before {
  content: "\e90a"; }

.kaiyou-icon-h3:before {
  content: "\e90b"; }

.kaiyou-icon-hatebu:before {
  content: "\e90c"; }

.kaiyou-icon-hatebu {
  font-size: 80%; }

.kaiyou-icon-line_at:before {
  content: "\e928";
  vertical-align: -2px; }

.kaiyou-icon-keyphrases:before {
  content: "\e90f"; }

.kaiyou-icon-login:before {
  content: "\e910"; }

.kaiyou-icon-logout:before {
  content: "\e911"; }

.kaiyou-icon-popup:before {
  content: "\e915"; }

.kaiyou-icon-products:before {
  content: "\e916"; }

.kaiyou-icon-search:before {
  content: "\e91b"; }

.kaiyou-icon-signup:before {
  content: "\e91d"; }

.kaiyou-icon-fontsizeswitch:before {
  content: "\e927"; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.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; }