<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 vendor
-------------------------------------------------- */
/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none; }

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/files/user/assets/images/slickslider/loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  src: url("/files/user/assets/fonts/slickslider/slick.eot");
  src: url("/files/user/assets/fonts/slickslider/slick.eot?#iefix") format("embedded-opentype"), url("/files/user/assets/fonts/slickslider/slick.woff") format("woff"), url("/files/user/assets/fonts/slickslider/slick.ttf") format("truetype"), url("/files/user/assets/fonts/slickslider/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      border: 0;
      outline: none;
      background: transparent;
      color: transparent;
      font-size: 0px;
      line-height: 0px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        color: black;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        content: "•";
        opacity: 0.25; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 foundation
-------------------------------------------------- */
/*
 * mixin用SCSS
 *
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

@-webkit-keyframes fade-in-flex {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0; }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  padding: 0;
  border-style: none; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/********************************************
		Common
********************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3; }

dd,
dl,
dt,
label,
ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

html {
  font-size: 100%; }

body,
html {
  width: 100%;
  height: 100%; }

body {
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, "メイリオ", Meiryo, sans-serif;
  word-break: break-all; }
  body.isJobColumn, body.isClientContents {
    letter-spacing: 0.08em; }

button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: #444;
  font-family: inherit;
  font-size: 15px;
  font-size: 1.5rem; }

button,
input[type="button"],
input[type="submit"] {
  border: none; }

iframe {
  vertical-align: top; }

/*
 layout
-------------------------------------------------- */

.p-breadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-breadcrumbList__item {
    color: #999;
    font-size: 12px;
    line-height: 1.5; }
    .p-breadcrumbList__item &gt; a {
      padding-bottom: 2px;
      color: #222;
      text-decoration: underline; }
    .p-breadcrumbList__item:not(:last-child)::after {
      display: inline-block;
      margin: 0 10px;
      content: "&gt;"; }

.p-footerBreadcrumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px 10px;
  background-color: #fff; }
  .p-footerBreadcrumbList__item {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 1; }
    .p-footerBreadcrumbList__item &gt; a {
      padding-bottom: 2px;
      color: #0d53bc;
      text-decoration: underline; }
    .p-footerBreadcrumbList__item:not(:last-child)::after {
      display: inline-block;
      margin: 0 10px;
      color: #a5a5a5;
      content: "&gt;"; }

.l-bodyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.l-container {
  position: relative; }
  .l-container--huge {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .l-container--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-container--main {
    position: relative; }
    .l-container--main.isNotFound {
      width: 100%;
      text-align: center; }
  .l-container--side {
    position: relative; }

.p-footer {
  position: relative;
  background-color: #f3f6f9; }
  .p-footerBody {
    background-color: #eee; }
  .p-footerBody__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-footerAbout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-footerAbout__inner &gt; li {
      font-size: 12px; }
      .p-footerAbout__inner &gt; li:nth-child(5) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .p-footerAbout__inner &gt; li:nth-child(7) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .p-footerAbout__inner &gt; li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .p-footerAbout__inner &gt; li:nth-child(1) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .p-footerAbout__inner &gt; li:nth-child(2) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
      .p-footerAbout__inner &gt; li:nth-child(4) {
        display: none; }
      .p-footerAbout__inner &gt; li:nth-child(6) {
        display: none; }
  .p-footerGroupAbout__term {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    line-height: 1; }
  .p-footerGroupAbout__description {
    font-size: 12px; }
  .p-footerGroupAbout__link &gt; li {
    font-size: 12px; }
    .p-footerGroupAbout__link &gt; li:not(:last-child)::after {
      color: #222222; }
    .p-footerGroupAbout__link &gt; li:not(:last-child) a {
      border-bottom: 1px solid #eee; }
  .p-footerGroupAboutLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
    .p-footerGroupAboutLink &gt; li &gt; a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 60px;
      border-radius: 10px;
      background-color: #fff; }
      .p-footerGroupAboutLink &gt; li &gt; a &gt; img {
        width: auto; }
  .p-footerCopyright__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-footerCopyright__inner &gt; img {
      width: auto; }
    .p-footerCopyright__inner &gt; span {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 1; }

.p-footerPageTop {
  display: block;
  z-index: 1;
  position: fixed;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #cccccc;
  background-image: url(/files/user/assets/images/client/icon_pagetop.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap; }

.p-footerFixedWeborderLink {
  z-index: 1;
  content: ""; }

.p-footerSearchclient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  background-color: #fe7f2d;
  background-image: url(/files/user/assets/images/client/arrow_right.svg);
  background-repeat: no-repeat;
  color: #fff; }

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-headerLogo &gt; a {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    white-space: nowrap; }
  .p-headerMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 66px; }
    .p-headerMenuList__item {
      letter-spacing: initial; }
      .p-headerMenuList__item:not(:last-child) a {
        margin-right: 20px;
        padding-right: 20px;
        border-right: solid 1px #dfdfdf; }
  .p-headerNavMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #0d53bc; }
    .p-headerNavMenuList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p-headerNavMenuList__item {
        position: relative;
        width: 20%;
        color: #fff;
        letter-spacing: initial; }
        .p-headerNavMenuList__item:first-child a {
          border-left: solid 1px rgba(255, 255, 255, 0.3); }
        .p-headerNavMenuList__item:last-child a {
          border-right: solid 1px rgba(255, 255, 255, 0.3); }
        .p-headerNavMenuList__item:not(:last-child) a {
          border-right: solid 1px rgba(255, 255, 255, 0.3); }
        .p-headerNavMenuList__item a {
          width: 100%;
          text-align: center; }
        .p-headerNavMenuList__item__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 20px; }
        .p-headerNavMenuList__item__link::before {
          display: block;
          margin-right: 15px;
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
        .p-headerNavMenuList__item__link.-hakenhouritsu::before {
          width: 14px;
          height: 20px;
          background-image: url(/files/user/assets/images/client/icon_hakenhouritsu.svg); }
        .p-headerNavMenuList__item__link.-work::before {
          width: 18px;
          height: 17px;
          background-image: url(/files/user/assets/images/client/icon_work.svg); }
        .p-headerNavMenuList__item__link.-management::before {
          width: 24px;
          height: 19px;
          background-image: url(/files/user/assets/images/client/icon_management.svg); }
        .p-headerNavMenuList__item__link.-knowledge::before {
          width: 14px;
          height: 18px;
          background-image: url(/files/user/assets/images/client/icon_knowledge.svg); }
        .p-headerNavMenuList__item__link.-search span {
          display: block;
          overflow: hidden;
          text-indent: -999px;
          white-space: nowrap; }
        .p-headerNavMenuList__item__link.-search::before {
          width: 23px;
          height: 23px;
          margin-right: 0;
          background-image: url(/files/user/assets/images/client/icon_search.svg);
          cursor: pointer; }
        .p-headerNavMenuList__item__link.-search::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 20px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: rgba(255, 255, 255, 0.3);
          content: ""; }

.p-headerSearchForm {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #0d53bc; }
  .isHeaderSearchActive .p-headerSearchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-headerSearchFormArea {
    position: relative;
    width: 560px; }
  .p-headerSearchFormInput {
    width: 100%;
    padding: 9px 20px;
    border: solid 1px #999;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1; }
  .p-headerSearchFormSubmit {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer; }
    .p-headerSearchFormSubmit span {
      display: block;
      overflow: hidden;
      text-indent: 100px;
      white-space: nowrap; }
  .p-headerSearchFormClose {
    display: block;
    position: absolute;
    top: 10px;
    right: -50px;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background-image: url(/files/user/assets/images/client/sp_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer; }

body.isSpMenuActive {
  overflow: hidden; }

.isSpMenuActive .p-spMenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.isSpMenuActive .p-header {
  position: fixed;
  top: 0;
  left: 0; }

.p-spMenu {
  width: 100vw; }
  .p-spMenu #spMenuToggle {
    position: absolute;
    top: -100px; }
  .p-spMenuSearch {
    margin: 0 15px; }
  .p-spMenu__toggle {
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url(/files/user/assets/images/client/sp_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer; }
    .isSpMenuActive .p-spMenu__toggle {
      position: fixed;
      background-image: url(/files/user/assets/images/client/sp_close.png); }
    .p-spMenu__toggle.-search {
      right: 65px;
      background-image: url(/files/user/assets/images/client/icon_search.svg); }
      .isSpMenuActive .p-spMenu__toggle.-search {
        display: none; }
  .p-spMenu__inner {
    display: none;
    z-index: 100;
    position: absolute;
    top: 46px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 46px);
    overflow-y: scroll;
    background-color: #fff; }
  .p-spMenuNav__item {
    border-bottom: 1px solid #eee; }
    .p-spMenuNav__item &gt; a {
      position: relative;
      padding: 15px;
      font-size: 16px;
      line-height: 1; }
    .p-spMenuNav__item__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .p-spMenuNav__item__link::before {
        display: block;
        margin-right: 7px;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
      .p-spMenuNav__item__link.-hakenhouritsu::before {
        width: 13px;
        height: 19px;
        background-image: url(/files/user/assets/images/client/icon_hakenhouritsu_paint.png); }
      .p-spMenuNav__item__link.-work::before {
        width: 16px;
        height: 18px;
        background-image: url(/files/user/assets/images/client/icon_work_paint.png); }
      .p-spMenuNav__item__link.-management::before {
        width: 19px;
        height: 19px;
        background-image: url(/files/user/assets/images/client/icon_management_paint.png); }
      .p-spMenuNav__item__link.-knowledge::before {
        width: 14px;
        height: 20px;
        background-image: url(/files/user/assets/images/client/icon_knowledge_paint.png); }
  .p-spMenuNav.-localNavi .p-spMenuNav__item &gt; a {
    display: block;
    position: relative;
    padding: 15px; }
    .p-spMenuNav.-localNavi .p-spMenuNav__item &gt; a::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 7px;
      height: 12px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(/files/user/assets/images/client/arrow_right_blue.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
  .p-spMenu .c-keywordSection {
    margin-top: 0;
    background-color: #fff; }
  .p-spMenu__otherLink {
    margin: 0 15px 25px; }
    .p-spMenu__otherLink__item {
      margin-top: 20px; }

.c-snsAccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .l-container--side .c-snsAccount {
    margin-top: 30px; }
  .c-snsAccount__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 50px;
    border-radius: 3px;
    cursor: pointer; }
    .l-container--side .c-snsAccount__item {
      height: 46px; }
    .c-snsAccount__item.-facebook {
      overflow: hidden;
      background-color: #3c5a99;
      text-indent: -9999px;
      white-space: nowrap; }
      .c-snsAccount__item.-facebook::before {
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(/files/user/assets/images/client/icon_facebook.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
        .l-container--side .c-snsAccount__item.-facebook::before {
          width: 28px;
          height: 28px;
          background-image: url(/files/user/assets/images/client/icon_facebook.png); }
    .c-snsAccount__item.-twitter {
      overflow: hidden;
      background-color: #1ba0f2;
      text-indent: -9999px;
      white-space: nowrap; }
      .c-snsAccount__item.-twitter::before {
        display: block;
        width: 26px;
        height: 22px;
        background-image: url(/files/user/assets/images/client/icon_twitter.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
        .l-container--side .c-snsAccount__item.-twitter::before {
          width: 26px;
          height: 22px;
          background-image: url(/files/user/assets/images/client/icon_twitter.png); }

.p-spMenuCloseArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  background-color: #f4f4f4; }

.p-spMenuCloseButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 1.1px 1.6px 5px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 1.1px 1.6px 5px 0 rgba(51, 51, 51, 0.2);
  font-size: 12px; }
  .p-spMenuCloseButton::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/files/user/assets/images/client/menu_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }

/*
 object
-------------------------------------------------- */
/* component --------------------------- */
.c-buttonMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  padding: 15px 0;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 1; }
  .c-buttonMore::after {
    background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
  .c-buttonMore.-rank::after {
    width: 5px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .c-buttonMore.-right::after {
    position: relative;
    top: -1px;
    width: 6px;
    height: 11px;
    margin-left: 9px; }
  .c-buttonMore__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-sideKeywordSection .c-buttonMore {
    background-color: #fff; }

.p-cheerSlideSection {
  margin-top: 30px;
  border: solid 1px #ddd;
  background-image: url(/files/user/assets/images/client/logo_cheer.png);
  background-position: 36px 16px;
  background-repeat: no-repeat;
  background-size: 85px 29px; }

.p-cheerSlide p {
  font-size: 15px; }

.p-cheerSlide .slick-dots {
  bottom: -5px; }

.p-cheerSlide .slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0px 7px; }
  .p-cheerSlide .slick-dots li button {
    width: 5px;
    height: 5px; }

.p-cheerSlide .slick-dots li button:before {
  width: 5px;
  height: 5px; }

.p-cheerSlide .slick-dots li.slick-active button:before {
  background-color: #0099cc;
  opacity: 1; }

.p-cheerSlide__link {
  margin-top: 26px;
  text-align: right; }
  .p-cheerSlide__link &gt; a {
    font-size: 12px;
    text-decoration: underline; }
    .p-cheerSlide__link &gt; a::after {
      display: inline-block;
      width: 5px;
      height: 6px;
      margin-left: 8px;
      background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }

.p-cheerSlide .slick-dots {
  top: -60px;
  right: -60px;
  bottom: -5px; }

.c-entryGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-entryGrid.-entryGrid-1 .c-entry {
    width: 100%; }
    .c-entryGrid.-entryGrid-1 .c-entry__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .c-entryGrid.-entryGrid-1 .c-entry__thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .c-entryGrid.-entryGrid-1 .c-entry__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-entryGrid.-entryGrid-2 .c-entry:last-child, .c-entryGrid.-entryGrid-2 .c-entry:nth-child(odd):nth-last-of-type(2), .c-entryGrid.-entryGrid-2 .c-entry:nth-child(even):nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .c-entryGrid.-entryGrid-2 .c-entry__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-entryGrid.-entryGrid-2 .c-entry__thumbnail {
    width: 100%; }
  .c-entryGrid.-entryGrid-2 .c-entry__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd; }
  .c-entryGrid.-entryGrid-side .c-entry {
    width: 100%; }

.c-entry {
  position: relative; }
  .c-entry:hover .c-entry__title,
  .c-entry:hover .c-entry__summary,
  .c-entry:hover .c-entry__date {
    color: #7f72de;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .c-entry__inner {
    position: relative; }
  .c-entry__body {
    max-width: 100%; }
  .c-entry__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden; }
  .c-entry__summary {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5; }
  .c-entry__meta {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "g-metaLeft g-metaRight";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
    .c-entry__meta .g-metaLeft {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: g-metaLeft;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .c-entry__meta .g-metaRight {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: g-metaRight;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .c-entry__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 3px;
    background-color: #e2f7dc;
    color: #fff;
    line-height: 1;
    white-space: nowrap; }
    .c-entry__category.-hakenhouritsu {
      background-color: #08bdbd; }
    .c-entry__category.-work {
      background-color: #fe8138; }
    .c-entry__category.-management {
      background-color: #2dc2f3; }
    .c-entry__category.-knowledge {
      background-color: #6cd15b; }
    .c-entry__category.-new {
      margin-right: 5px;
      background-color: #ff3f82; }
    .c-entry__category.-hakenhouritsu {
      background-color: #08bdbd; }
      .c-entry__category.-hakenhouritsu::before {
        display: block;
        width: 1em;
        height: 1em;
        margin-right: 2px;
        background-image: url("/files/user/assets/images/client/icon_hakenhouritsu.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .c-entry__category.-work {
      background-color: #fe8138; }
      .c-entry__category.-work::before {
        display: block;
        width: 1em;
        height: 1em;
        margin-right: 2px;
        background-image: url("/files/user/assets/images/client/icon_work.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .c-entry__category.-management {
      background-color: #2dc2f3; }
      .c-entry__category.-management::before {
        display: block;
        width: 1em;
        height: 1em;
        margin-right: 2px;
        background-image: url("/files/user/assets/images/client/icon_management.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
    .c-entry__category.-knowledge {
      background-color: #6cd15b; }
      .c-entry__category.-knowledge::before {
        display: block;
        width: 1em;
        height: 1em;
        margin-right: 2px;
        background-image: url("/files/user/assets/images/client/icon_knowledge.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
  .c-entry__date {
    color: #737373; }
  .c-entry .c-label--new {
    display: block;
    z-index: 1;
    position: relative;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .c-entry .c-label--new::before {
      position: absolute;
      color: #fff;
      word-break: normal;
      content: "NEW"; }
  .c-entry.-ranking {
    position: relative; }
    .c-entry.-ranking:nth-child(1)::before, .c-entry.-ranking:nth-child(2)::before, .c-entry.-ranking:nth-child(3)::before, .c-entry.-ranking:nth-child(4)::before, .c-entry.-ranking:nth-child(5)::before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      position: absolute;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 100%;
      background-color: #ff477a;
      color: #fff;
      line-height: 1; }
    .c-entry.-ranking:nth-child(1)::before {
      content: "1"; }
    .c-entry.-ranking:nth-child(2)::before {
      content: "2"; }
    .c-entry.-ranking:nth-child(3)::before {
      content: "3"; }
    .c-entry.-ranking:nth-child(4)::before {
      content: "4"; }
    .c-entry.-ranking:nth-child(5)::before {
      content: "5"; }

.c-heading--lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-heading--lv2::before {
    display: block;
    margin-right: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .c-entryNewlySection .c-heading--lv2::before {
    margin-right: 12px; }
  .c-entryNewlySection .c-heading--lv2__small {
    position: relative;
    bottom: 4px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .c-heading--lv2.-hakenhouritsu::before {
    width: 18px;
    height: 26px;
    background-image: url(/files/user/assets/images/client/icon_hakenhouritsu_paint.png);
    content: ""; }
  .c-heading--lv2.-work::before {
    width: 24px;
    height: 23px;
    background-image: url(/files/user/assets/images/client/icon_work_paint.png);
    content: ""; }
  .c-heading--lv2.-management::before {
    width: 27px;
    height: 21px;
    background-image: url(/files/user/assets/images/client/icon_management_paint.png);
    content: ""; }
  .c-heading--lv2.-knowledge::before {
    width: 19px;
    height: 26px;
    background-image: url(/files/user/assets/images/client/icon_knowledge_paint.png);
    content: ""; }

.c-keywordHeading {
  display: block;
  padding: 14px 0 15px;
  background-color: #0d53bc;
  color: #fff;
  line-height: 1;
  text-align: center; }

.c-keywordList__outer {
  background-color: #eff2f4; }

.c-keywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.c-keywordList &gt; li &gt; a {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  line-height: 1; }

.c-sideKeywordHeading {
  display: block;
  padding: 14px 0 15px;
  background-color: #0d53bc;
  color: #fff;
  line-height: 1;
  text-align: center; }

.c-sideKeywordList__outer {
  background-color: #eff2f4; }

.c-sideKeywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 6px 0;
  text-align: center; }

.c-sideKeywordList &gt; li:not(:last-child) {
  margin-right: 9px; }

.c-sideKeywordList &gt; li &gt; a {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1; }

.c-pager__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-pager__item:not(:last-child) {
  margin-right: 10px; }

.c-pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 48px;
  height: 46px;
  border: solid 1px #cecece;
  color: #0d53bc;
  font-size: 14px;
  line-height: 1; }
  .c-pager__link:hover, .c-pager__link.-current {
    border: solid 1px #ddedff;
    background-color: #ddedff;
    color: #333333; }
  .c-pager__link.-prev span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap; }
    .c-pager__link.-prev span::before {
      display: block;
      width: 6px;
      height: 11px;
      margin-right: 8px;
      content: "&lt;"; }
  .c-pager__link.-next span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap; }
    .c-pager__link.-next span::after {
      display: block;
      width: 6px;
      height: 11px;
      margin-left: 8px;
      content: "&gt;"; }

.c-pagerSp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 20px;
  border: none;
  cursor: pointer;
  opacity: 0; }

.c-pagerSp__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  margin-bottom: 23px;
  padding: 15px 0;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 1; }
  .c-pagerSp__more::after {
    background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }

.c-pagerSp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  background-color: #dddddd;
  color: #fff;
  color: #333333;
  font-size: 12px; }
  .c-pagerSp__inner &gt; * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }

.c-pagerSp__label {
  position: absolute;
  pointer-events: none; }

.c-pagerSp__current {
  position: relative;
  width: calc(100% - 200px);
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  text-align: center; }
  .c-pagerSp__current::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 11px;
    overflow: hidden;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }

.c-pagerSp__link {
  width: 100px;
  text-align: center; }

#tabTotal:checked ~ .tabContents .tabContentsTotal,
#tabWeek:checked ~ .tabContents .tabContentsWeek {
  display: block; }

#tabTotal:checked ~ .tabToggle .tabToggleTotal,
#tabWeek:checked ~ .tabToggle .tabToggleWeek {
  position: relative;
  color: #0d53bc; }
  #tabTotal:checked ~ .tabToggle .tabToggleTotal::after,
  #tabWeek:checked ~ .tabToggle .tabToggleWeek::after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0d53bc;
    content: ""; }

.tabInput,
.tabItem {
  display: none; }

.c-rankingToggle__button {
  color: #bbb;
  cursor: pointer; }

.c-rankingHeading {
  padding: 14px 0 15px;
  background-color: #0d53bc;
  color: #fff;
  line-height: 1;
  text-align: center; }

.c-rankingToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  background-color: #eee; }
  .c-rankingToggle__item {
    width: 50%; }
    .c-rankingToggle__item:first-child {
      border-right: solid 1px #ccc; }
    .c-rankingToggle__item:last-child {
      border-left: solid 1px #ccc; }
  .c-rankingToggle__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }

.tabContentsTotal .c-entryGrid .c-entry.-ranking:nth-of-type(6),
.tabContentsTotal .c-entryGrid .c-entry.-ranking:nth-of-type(7),
.tabContentsTotal .c-entryGrid .c-entry.-ranking:nth-of-type(8),
.tabContentsTotal .c-entryGrid .c-entry.-ranking:nth-of-type(9),
.tabContentsTotal .c-entryGrid .c-entry.-ranking:nth-of-type(10),
.tabContentsWeek .c-entryGrid .c-entry.-ranking:nth-of-type(6),
.tabContentsWeek .c-entryGrid .c-entry.-ranking:nth-of-type(7),
.tabContentsWeek .c-entryGrid .c-entry.-ranking:nth-of-type(8),
.tabContentsWeek .c-entryGrid .c-entry.-ranking:nth-of-type(9),
.tabContentsWeek .c-entryGrid .c-entry.-ranking:nth-of-type(10) {
  display: none; }

.tabContentsTotal.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(6),
.tabContentsTotal.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(7),
.tabContentsTotal.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(8),
.tabContentsTotal.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(9),
.tabContentsTotal.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(10),
.tabContentsWeek.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(6),
.tabContentsWeek.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(7),
.tabContentsWeek.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(8),
.tabContentsWeek.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(9),
.tabContentsWeek.isOpen .c-entryGrid .c-entry.-ranking:nth-of-type(10) {
  display: block; }

.tabContentsTotal.isOpen .c-buttonMore,
.tabContentsWeek.isOpen .c-buttonMore {
  display: none; }

.c-rankingTab__item .c-buttonMore {
  cursor: pointer; }

.c-searchFormArea {
  width: 100%; }
  .c-searchFormArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.c-searchFormInput {
  width: 100%;
  border: solid 1px #999;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1; }

.c-searchFormSubmit {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url(/files/user/assets/images/client/icon_search_gray.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100px;
  white-space: nowrap;
  cursor: pointer; }

.c-sideSearchFormArea {
  width: 100%; }
  .c-sideSearchFormArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.c-sideSearchFormInput {
  width: 100%;
  border: solid 1px #999;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  /* IE */
  /* Edge */ }
  .c-sideSearchFormInput::-webkit-input-placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput::-moz-placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput:-ms-input-placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput::-ms-input-placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput::placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput:-ms-input-placeholder {
    color: #8a8a8a; }
  .c-sideSearchFormInput::-ms-input-placeholder {
    color: #8a8a8a; }

.c-sideSearchFormSubmit {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }
  .c-sideSearchFormSubmit span {
    display: block;
    overflow: hidden;
    text-indent: 100px;
    white-space: nowrap; }

.c-sideBanner &gt; li:not(:last-child) {
  margin-bottom: 20px; }

.c-sidePickupHeading {
  display: block;
  padding: 14px 0 15px;
  background-color: #0d53bc;
  color: #fff;
  line-height: 1;
  text-align: center; }

.c-sideSearchJobSection__inner {
  padding: 13px;
  background-color: #eff2f4; }

.c-sideSearchJobHeading {
  display: block;
  position: relative;
  padding: 14px 0 15px;
  background-color: #0d53bc;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center; }
  .c-sideSearchJobHeading::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 12px solid #0d53bc;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    content: ""; }

.c-sideSearchJobQuote {
  padding: 12px;
  background-color: #fff; }
  .c-sideSearchJobQuote__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f71778;
    color: #fff;
    line-height: 1.2;
    text-align: center; }
    .c-sideSearchJobQuote__link::after {
      display: block;
      position: absolute;
      top: 50%;
      width: 10px;
      height: 18px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url(/files/user/assets/images/client/arrow_right.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }

.c-sideSearchJobMenu {
  margin-top: 14px;
  background-color: #fff; }
  .c-sideSearchJobMenu__heading {
    margin: 0;
    color: #2449a0;
    font-size: 18px;
    font-weight: bold; }
  .c-sideSearchJobMenu__item {
    background-color: #e9eff9; }
    .c-sideSearchJobMenu__item &gt; a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      line-height: 1; }
      .c-sideSearchJobMenu__item &gt; a::before {
        display: block;
        width: 5px;
        height: 29px;
        margin-right: 10px;
        background-color: #2449a0;
        content: ""; }
    .c-sideSearchJobMenu__item:not(:last-child) {
      margin-bottom: 1px; }

.p-snsShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto; }
  .p-snsShareList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-snsShareList__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 0 2px; }
      .p-snsShareList__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .p-snsShareList__item__link &gt; span {
          display: block;
          overflow: hidden;
          text-indent: -9999px;
          white-space: nowrap; }
        .p-snsShareList__item__link::before {
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
        .p-snsShareList__item__link.-twitter {
          background-color: #55acee; }
          .p-snsShareList__item__link.-twitter::before {
            width: 9px;
            height: 7px;
            background-image: url(/files/user/assets/images/client/icon_mini_twitter.png); }
        .p-snsShareList__item__link.-hateb {
          background-color: #2c6ebd; }
          .p-snsShareList__item__link.-hateb::before {
            width: 10px;
            height: 8px;
            background-image: url(/files/user/assets/images/client/icon_mini_hateb.png); }
        .p-snsShareList__item__link.-line {
          background-color: #00c300; }
          .p-snsShareList__item__link.-line::before {
            width: 10px;
            height: 9px;
            background-image: url(/files/user/assets/images/client/icon_mini_line.png); }
        .p-snsShareList__item__link.-pocket {
          background-color: #f13d53; }
          .p-snsShareList__item__link.-pocket::before {
            width: 9px;
            height: 8px;
            background-image: url(/files/user/assets/images/client/icon_mini_pocket.png); }

.c-topMainVisualArea {
  background-color: #fff; }
  .c-topMainVisualArea__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(190, 201, 205, 0.2); }

.c-topMainVisual__inner {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .c-topMainVisual__inner:hover {
    opacity: 1; }
  .c-topMainVisual__inner .c-label--new {
    display: block;
    z-index: 1;
    position: relative;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .c-topMainVisual__inner .c-label--new::before {
      position: absolute;
      color: #fff;
      word-break: normal;
      content: "NEW"; }

.c-topMainVisual__inner:hover .c-topMainVisual__image {
  opacity: 0.7; }

.c-topMainVisual__contents {
  z-index: 1;
  background-color: #fff; }

.c-topMainVisual__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  line-height: 1.3; }

.c-topMainVisual__meta .g-metaLeft {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: g-metaLeft;
  text-align: left; }

.c-topMainVisual__meta .g-metaRight {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: g-metaRight;
  text-align: right; }

.c-topMainVisual {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left; }

.slick-initialized .c-topMainVisual {
  display: block; }

.c-writerArea {
  width: 100%;
  background-color: #f4f4f4;
  font-size: 15px; }

.c-writer__term {
  margin-bottom: 19px;
  line-height: 1; }

/* project ----------------------------- */
.p-link a {
  text-decoration: underline; }

.p-entryDetail {
  /* table */ }
  .p-entryDetail a[target="_blank"]:not([class])::after {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 0.9em;
    height: 0.9em;
    margin-left: 5px;
    background-image: url(/files/user/assets/images/client/external-link-alt-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
  .p-entryDetail__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .p-entryDetail__meta .c-entry__date {
      margin-left: 20px; }
  .p-entryDetail__category {
    padding: 5px 21px 4px 20px;
    border-radius: 3px;
    background-color: #e2f7dc;
    font-size: 12px;
    line-height: 1; }
  .p-entryDetail__date {
    font-size: 12px; }
  .p-entryDetailHeading {
    font-weight: bold; }
  .p-entryDetailShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-entryDetailShare__item {
      width: 25%; }
    .p-entryDetailShare__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      background-color: #1ba0f2;
      color: #fff;
      line-height: 1; }
      .p-entryDetailShare__link::before {
        display: block;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
      .p-entryDetailShare__link.-twitter {
        background-color: #1ba0f2; }
        .p-entryDetailShare__link.-twitter::before {
          background-image: url(/files/user/assets/images/client/icon_share_twitter.png); }
      .p-entryDetailShare__link.-facebook {
        background-color: #1877f2; }
        .p-entryDetailShare__link.-facebook::before {
          background-image: url(/files/user/assets/images/client/icon_share_facebook.png); }
      .p-entryDetailShare__link.-hateb {
        background-color: #2089cb; }
        .p-entryDetailShare__link.-hateb::before {
          background-image: url(/files/user/assets/images/client/icon_share_hateb.png); }
      .p-entryDetailShare__link.-pocket {
        background-color: #f5005a; }
        .p-entryDetailShare__link.-pocket::before {
          left: -6px;
          background-image: url(/files/user/assets/images/client/icon_share_pocket.png); }
  .p-entryDetail p + .p-tableContents {
    margin-top: 20px; }
  .p-entryDetail h2 {
    position: relative;
    padding-bottom: 10px;
    font-weight: bold; }
    .p-entryDetail h2::before, .p-entryDetail h2::after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ""; }
    .p-entryDetail h2::before {
      width: 100%;
      height: 2px;
      background-color: #cbcbcb; }
    .p-entryDetail h2::after {
      width: 140px;
      height: 2px;
      background-color: #0d53bc; }
  .p-entryDetail h3 {
    font-weight: bold; }
  .p-entryDetail p:last-child {
    margin-bottom: 0; }
  .p-entryDetail .quote {
    background-color: #eff2f4; }
    .p-entryDetail .quote p {
      margin: 0; }
  .p-entryDetail table {
    width: 100%;
    border-collapse: collapse; }
  .p-entryDetail tr,
  .p-entryDetail th,
  .p-entryDetail td {
    border: solid 1px #ddd; }
  .p-entryDetail th {
    font-weight: normal;
    vertical-align: top; }
  .p-entryDetail table,
  .p-entryDetail .p-entryDetailSection--lv2 {
    width: 100%; }
  .p-entryDetail .p-entryDetailSection--lv3 {
    width: 100%; }
  .p-entryDetail .p-tableContents {
    width: 100%;
    background-color: #ffffff; }
    .p-entryDetail .p-tableContents__term {
      color: #444;
      font-weight: bold;
      line-height: 1; }
    .p-entryDetail .p-tableContentsParent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 15px; }
      .p-entryDetail .p-tableContentsParent::before {
        display: block;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-radius: 2px;
        background-image: url(/files/user/assets/images/client/arrow_right_blue_sharp.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
      .p-entryDetail .p-tableContentsParent &gt; a {
        font-weight: bold; }
    .p-entryDetail .p-tableContentsChild {
      margin-left: 28px; }
      .p-entryDetail .p-tableContentsChild__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-entryDetail .p-tableContentsChild__item::before {
          display: block;
          position: relative;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 16px;
          height: 16px;
          content: "・"; }
  .p-entryDetail .summary {
    width: 100%;
    background-color: #fff;
    font-size: 15px; }
    .p-entryDetail .summary p:first-child {
      margin: 0;
      font-weight: bold; }
    .p-entryDetail .summary ul,
    .p-entryDetail .summary ol {
      margin-top: 8px; }
    .p-entryDetail .summary li {
      line-height: 1.5;
      text-indent: 0; }
      .p-entryDetail .summary li:not(:last-child) {
        padding-bottom: 13px; }
  .p-entryDetail h1 + table,
  .p-entryDetail h2 + table,
  .p-entryDetail h3 + table,
  .p-entryDetail h4 + table {
    margin-top: 16px; }
  .p-entryDetail table.summary3 {
    border: 1px solid #cccccc;
    border-collapse: collapse; }
    .p-entryDetail table.summary3 th {
      border: 1px solid #cccccc; }
  .p-entryDetail .summary3 {
    width: 100%;
    border: 1px solid #555;
    border-collapse: collapse;
    font-size: 14px; }
  .p-entryDetail .summary3 th {
    padding: 10px;
    border: 1px solid #555;
    background: #266bd3;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle; }
  .p-entryDetail .summary3 .subth {
    background: #f5f7f9;
    text-align: center; }
  .p-entryDetail .summary3 td {
    padding: 0.7em;
    border: 1px solid #555;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle; }
  .p-entryDetail .summary3 .subtitle {
    color: #376491;
    text-align: center; }
  .p-entryDetail .summary3 .subtitle span {
    color: #333; }
  .p-entryDetail .table_chronology {
    border-collapse: collapse;
    border-spacing: 0; }
  .p-entryDetail .table_chronology th {
    width: 5.2em;
    font-weight: bold; }
  .p-entryDetail .table_chronology tr {
    border: none;
    background-color: #f5f7f9; }
  .p-entryDetail .table_chronology tr:nth-child(2n + 1) {
    background: #e9eff9; }
  .p-entryDetail .table_chronology th,
  .p-entryDetail .table_chronology td {
    padding: 1.2em;
    border: none;
    font-size: 15px;
    line-height: 1.8em; }
  .p-entryDetail .table_chronology th {
    padding-right: 0; }

.c-relationSection .c-entry {
  border: none; }

.p-entryDetail .c-entryGrid.-entryGrid-1 {
  margin-top: 25px; }
  .p-entryDetail .c-entryGrid.-entryGrid-1 &gt; p:first-child {
    margin-top: 0; }

.p-entryDetail__summary p:first-child {
  margin-top: 0; }

.p-search-error {
  color: #333333;
  line-height: 1.41; }

.c-topMainVisualArea .slick-dotted.slick-slider {
  margin-bottom: 0; }

.c-topMainVisualArea .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 6px; }

.c-topMainVisualArea .slick-prev::before,
.c-topMainVisualArea .slick-next::before {
  display: block;
  width: 14px;
  height: 28px;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: ""; }

.c-topMainVisualArea .slick-prev::before {
  margin-left: 10px;
  background-image: url(/files/user/assets/images/client/slider_arrow_left.png); }

.c-topMainVisualArea .slick-next::before {
  margin-left: 10px;
  background-image: url(/files/user/assets/images/client/slider_arrow_right.png); }

.c-topMainVisualArea .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px; }

.c-topMainVisualArea .slick-dots li button {
  width: 10px;
  height: 10px; }

.c-topMainVisualArea .slick-dots li button:before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #bfbfbf;
  content: "";
  opacity: 1; }

.c-topMainVisualArea .slick-dots li.slick-active button:before {
  background-color: #0d53bc;
  opacity: 1; }

.p-topHeading--lv2 {
  line-height: 1; }

.p-topHeading--lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .p-topHeading--lv3 &gt; h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-topHeading--lv3 &gt; h3::before {
      display: block;
      margin-right: 9px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      content: ""; }
  .p-topHeading--lv3.-hakenhouritsu h3::before {
    width: 18px;
    height: 26px;
    background-image: url(/files/user/assets/images/client/icon_hakenhouritsu_paint.png); }
  .p-topHeading--lv3.-work h3::before {
    width: 24px;
    height: 23px;
    background-image: url(/files/user/assets/images/client/icon_work_paint.png); }
  .p-topHeading--lv3.-management h3::before {
    width: 27px;
    height: 21px;
    background-image: url(/files/user/assets/images/client/icon_management_paint.png); }
  .p-topHeading--lv3.-knowledge h3::before {
    width: 19px;
    height: 26px;
    background-image: url(/files/user/assets/images/client/icon_knowledge_paint.png); }
  .p-topHeading--lv3 &gt; a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px; }
    .p-topHeading--lv3 &gt; a::after {
      display: inline-block;
      margin-left: 10px;
      background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }

.p-columnSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eff2f4; }

.p-columnSectionItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.p-columnSectionItem__link::before {
  display: block;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: ""; }

.p-columnSectionItem__link.-hakenhouritsu::before {
  width: 18px;
  height: 26px;
  background-image: url(/files/user/assets/images/client/icon_hakenhouritsu_paint.png); }

.p-columnSectionItem__link.-work::before {
  width: 24px;
  height: 23px;
  background-image: url(/files/user/assets/images/client/icon_work_paint.png); }

.p-columnSectionItem__link.-management::before {
  width: 27px;
  height: 21px;
  background-image: url(/files/user/assets/images/client/icon_management_paint.png); }

.p-columnSectionItem__link.-knowledge::before {
  width: 19px;
  height: 26px;
  background-image: url(/files/user/assets/images/client/icon_knowledge_paint.png); }

.c-headingSection--lv3 {
  font-size: 28px; }

.p-clientSearchSection--lv4__toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 19px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/files/user/assets/images/client/arrow_right_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; }

.p-clientSearchSection--lv4__toggle.-no-child::before {
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-clientSearchSection--lv4:not(.-no-child).isActive .p-clientSearchSection--lv4__toggle::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

.p-clientSearchSection--lv5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1; }
  .p-clientSearchSection--lv5::before {
    display: block;
    position: relative;
    top: -1px;
    margin-right: 5px; }
  .p-clientSearchSection--lv5__link::after {
    display: inline-block;
    margin-left: 10px;
    background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }

.p-clientSearchSectionChild__items.-has-arrow &gt; li {
  line-height: 1; }
  .p-clientSearchSectionChild__items.-has-arrow &gt; li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-clientSearchSectionChild__items.-has-arrow &gt; li a::before {
      display: block;
      position: relative;
      margin-right: 5px;
      color: #333;
      line-height: 1; }

.p-clientSearchSectionChild__items.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p-clientSearchSectionChild__items.-column &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1; }
    .p-clientSearchSectionChild__items.-column &gt; li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px; }
      .p-clientSearchSectionChild__items.-column &gt; li a::before {
        display: block;
        position: relative;
        margin-right: 5px;
        color: #333;
        line-height: 1; }

.p-clientSearchSectionChild__items &gt; li &gt; a {
  padding-bottom: 3px; }

.p-clientBanner__item {
  margin-bottom: 20px; }

/* utility ----------------------------- */

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto; }

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.order-first {
  -webkit-box-ordinal-group: -9998;
  -ms-flex-order: -9999;
  order: -9999; }

.order-last {
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.order-none {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mb0 {
  margin-bottom: 0 !important; }

@media all and (-ms-high-contrast: none) {
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, "メイリオ", Meiryo, sans-serif; } }

@media screen and (max-width: 768px) {
    button,
    input,
    optgroup,
    select,
    textarea {
      font-size: 16px;
      font-size: 1.6rem; }
  .p-breadcrumb {
    display: none; }
    .p-breadcrumbList {
      margin: 30px 0 15px; }
      .p-footerBreadcrumbList__item {
        letter-spacing: 0; }
        .p-footerBreadcrumbList__item:not(:last-child)::after {
          margin: 0 5px; }
    .l-container--large {
      width: 100%; }
      .l-container--contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .l-container--main {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
      .l-container--side {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
    .p-footer {
      margin-bottom: calc(16.377% + 15px); }
      .p-footerBody {
        padding: 20px; }
    .p-footerAbout {
      background-color: #f8f8f8; }
      .p-footerAbout__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #ddd; }
        .p-footerAbout__inner &gt; li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #333; }
        .p-footerAbout__inner &gt; li {
          border-bottom: 1px solid #ddd; }
        .p-footerAbout__inner &gt; li a {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          padding: 10px 15px;
          font-size: 16px;
          letter-spacing: 0; }
        .p-footerAbout__inner &gt; li a::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          width: 8px;
          height: 19px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          background-image: url(/files/user/assets/images/client/arrow_right_blue.png);
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
    .p-footerGroupAbout:not(:last-child) {
      margin-bottom: 20px; }
      .p-footerGroupAbout__term {
        text-align: center; }
      .p-footerGroupAbout__description {
        margin-top: 20px; }
    .p-footerGroupAbout__link {
      margin: 0 -20px; }
      .p-footerGroupAbout__link &gt; li {
        padding: 0 15px;
        background-color: #fff; }
      .p-footerGroupAbout__link &gt; li &gt; a {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 15px; }
      .p-footerGroupAbout__link &gt; li &gt; a::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 7px;
        height: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(/files/user/assets/images/client/arrow_right_gray.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: ""; }
      .p-footerGroupAboutLink {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px -5px 0; }
      .p-footerGroupAboutLink &gt; li {
        width: 50%;
        padding: 5px; }
    .p-footerCopyright {
      background-color: #0d53bc; }
      .p-footerCopyright__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px; }
        .p-footerCopyright__inner &gt; img {
          display: none; }
        .p-footerCopyright__inner &gt; span {
          color: #fff; }
    .p-footerPageTop {
      right: 15px;
      bottom: 110px; }
    .p-footerFixedWeborderLink__outer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 10px 0;
      background-color: #f8f8f8; }
    .p-footerFixedWeborderLink {
      width: calc(100vw - 30px);
      margin: 0 auto; }
    .p-footerSearchclient {
      right: 0;
      bottom: 15px;
      width: 90px;
      height: 40px;
      background-position: 80px center;
      background-size: 5px 8px;
      font-size: 10px; }
  .p-footerWeborderLink {
    padding: 28px 15px;
    background: #fff; }
    .p-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      height: 46px; }
      .p-header__inner {
        width: 100%;
        height: 80px;
        background-color: #0d53bc; }
    .p-headerLogo {
      position: relative;
      top: -3px;
      margin-left: 12px; }
      .p-headerLogo &gt; a {
        width: 183px;
        height: 25px;
        background-image: url(/files/user/assets/images/client/logo_client_white.png); }
    .p-headerMenu {
      display: none; }
      .p-headerNavMenu {
        display: none; }
    .p-headerSearchForm {
      display: none; }
      .p-headerSearchFormSubmit {
        background-image: url(/files/user/assets/images/client/icon_search_gray.svg); }
    .c-buttonMore {
      width: 100%; }
      .c-buttonMore::after {
        width: 5px;
        height: 8px; }
    .c-buttonMore:not(.-right)::after {
      position: relative;
      left: 10px; }
      .c-sideKeywordSection .c-buttonMore.-right::after {
        margin-left: 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .c-entryNewlySection .c-buttonMore__outer {
    margin-top: 15px; }
  .c-entryCategorySection .c-buttonMore__outer {
    margin-top: 20px; }
  .c-rankingTab__item .c-buttonMore {
    margin-top: 20px; }
    .p-cheerSlideSection {
      padding: 35vw 25px 12px 25px; }
    .p-cheerSlide .slick-dots {
      display: none !important; }
    .c-heading--lv2 + .c-entryGrid {
      margin-top: 20px; }
    .c-entryGrid.-category-list .c-entry__meta {
      -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
      order: 3 !important;
      margin-top: 0; }
    .c-entryGrid.-category-list .c-entry__meta .g-metaLeft {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: g-metaRight;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .c-entryGrid.-category-list .c-entry__title {
      -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
      order: 1 !important; }
    .c-entryGrid.-category-list .c-entry__summary {
      -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
      order: 2 !important; }
      .c-entryGrid.-entryGrid-1 .c-entry {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc; }
      .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__meta {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px; }
      .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__summary {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .c-entryGrid.-entryGrid-1 .c-entry__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .c-entryGrid.-entryGrid-1 .c-entry__meta {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: auto; }
      .c-entryGrid.-entryGrid-1 .c-entry__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: bold; }
      .c-entryGrid.-entryGrid-1 .c-entry__summary {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: auto; }
    .c-entryGrid.-entryGrid-1 .c-entry__title {
      font-size: 12px; }
      .c-entryGrid.-entryGrid-1 .c-entry__thumbnail {
        width: 28.666vw; }
    .c-entryGrid.-entryGrid-1 .c-entry__meta {
      margin-top: 10px; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__body {
      margin-top: 10px;
      margin-left: 0; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__title {
      font-size: 16px;
      line-height: 1.4; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__summary {
      margin-top: 12px;
      font-size: 14px; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__thumbnail {
      width: 100%; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__date {
      font-size: 10px; }
    .c-entryGrid.-entryGrid-2 {
      margin: 0 -7px; }
    .c-entryGrid.-entryGrid-2 .c-entry {
      width: 50%;
      margin-bottom: 8px;
      padding: 7px 7px 15px; }
    .c-entryGrid.-entryGrid-2 .c-entry:nth-child(odd) {
      padding-right: 7.5px; }
    .c-entryGrid.-entryGrid-2 .c-entry:nth-child(even) {
      padding-left: 7.5px; }
      .c-entryGrid.-entryGrid-2 .c-entry__body {
        margin: 10px 0 0 0; }
    .c-entryGrid.-entryGrid-2 .c-entry__meta {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-top: auto; }
    .c-entryGrid.-entryGrid-2 .c-entry__meta .c-entry__category {
      display: none; }
    .c-entryGrid.-entryGrid-2 .c-entry__category {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .c-entryGrid.-entryGrid-2 .c-entry__title {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry {
        padding-right: 6.75px;
        padding-left: 6.75px; }
      .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry:nth-last-of-type(1), .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry:nth-last-of-type(2) {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
    .c-entryGrid.-entryGrid-3 .c-entry__thumbnail {
      width: 28.666vw; }
    .c-entryGrid.-entryGrid-3 .c-entry__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
    .c-entryGrid.-entryGrid-3 .c-entry__meta {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-top: auto; }
    .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__meta .g-metaRight {
      position: relative;
      top: 2px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      line-height: 1; }
    .c-entryGrid.-entryGrid-3 .c-entry__meta .g-metaLeft {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: g-metaRight;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__meta .g-metaLeft {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      display: block;
      grid-area: g-metaLeft;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__meta .g-metaLeft .c-entry__category {
      padding: 3px 10px; }
    .c-entryGrid.-entryGrid-3 .c-entry__category {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .c-entryGrid.-entryGrid-3 .c-entry__date {
      font-size: 10px; }
    .c-entryGrid.-entryGrid-3 .c-entry__title {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: auto;
      font-size: 13px; }
      .c-entryGrid.-entryGrid-side .c-entry:not(:last-child) {
        margin-bottom: 15px; }
      .c-entryGrid.-entryGrid-side .c-entry__meta {
        margin-top: 0; }
      .c-entryGrid.-entryGrid-side .c-entry__title {
        margin-top: 13px;
        font-size: 13px; }
      .c-entryGrid.-entryGrid-side .c-entry__date {
        font-size: 10px; }
  .c-entryCategorySection__outer {
    margin-top: 50px; }
  .c-entryCategorySection:not(:last-child) {
    margin-bottom: 50px; }
  .c-entryNewlySection {
    margin-bottom: 5px; }
  .c-entryNewlySection.-top {
    margin-bottom: 50px; }
  .c-recommendSection .c-entryGrid.-entryGrid-2 {
    margin: 0; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry {
      width: 100%;
      margin-bottom: 0;
      padding: 0; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__thumbnail {
        width: 100%; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__body {
        margin-top: 10px;
        margin-left: 0; }
        .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__body &gt; .c-entry__category {
          display: none; }
        .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__body .c-entry__meta {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__body .c-entry__title {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 10px;
          font-size: 14px; }
        .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:first-child .c-entry__body .c-entry__summary {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-size: 13px; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 28.666vw; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__body {
      margin-top: 0;
      margin-left: 15px; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__body &gt; .c-entry__category {
        display: none; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__title {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0;
      font-size: 12px;
      font-weight: bold; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__summary {
      display: block;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 10px;
      font-size: 10px; }
    .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__meta {
      margin-top: auto; }
      .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__meta .c-entry__category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__meta .c-entry__category.-new {
          display: none; }
  .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee; }
  .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__meta {
    margin-top: auto; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry {
    margin-bottom: 10px; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__thumbnail {
    margin-bottom: 3px; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__body &gt; .c-entry__category {
    display: none; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__title {
    margin-top: 5px; }
  .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__meta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .c-entryGrid.-entryGrid-1 .c-entry:not(.-large) .c-entry__title {
    font-size: 14px; }
  .c-entryGrid.-entryGrid-1 .c-entry:not(.-large) .c-entry__summary {
    font-size: 12px; }
    .c-entry {
      width: 100%; }
    .c-entry:not(:last-child) {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #eee; }
      .c-entry__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
      .c-entry__body {
        width: 100%;
        height: 100%;
        margin-left: 12px; }
      .c-entry__title {
        -webkit-line-clamp: 3;
        font-size: 12px; }
    .c-entry__category + .c-entry__title {
      margin-top: 10px; }
      .c-entry__summary {
        margin-top: 5px;
        font-size: 10px; }
      .c-entry__meta {
        margin-top: 10px; }
      .c-entry__category {
        padding: 3px 10px;
        font-size: 9px;
        letter-spacing: -0.6px; }
      .c-entry__body &gt; .c-entry__category {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .c-entry__date {
        font-size: 11px;
        letter-spacing: 0.4px; }
    .c-entry__thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 28.666vw; }
      .c-entry .c-label--new {
        top: -24px;
        left: -24px;
        border-top: 24px solid transparent;
        border-right: 24px solid #ff477a;
        border-bottom: 24px solid transparent;
        border-left: 24px solid transparent; }
        .c-entry .c-label--new::before {
          top: -7px;
          left: 5px;
          -webkit-transform: scale(0.9) rotate(-90deg);
          transform: scale(0.9) rotate(-90deg);
          font-size: 10px;
          letter-spacing: 0; }
        .c-entry.-ranking:nth-child(1)::before, .c-entry.-ranking:nth-child(2)::before, .c-entry.-ranking:nth-child(3)::before, .c-entry.-ranking:nth-child(4)::before, .c-entry.-ranking:nth-child(5)::before {
          top: -5px;
          left: -5px;
          width: 21px;
          height: 21px;
          font-size: 7px; }
    .c-heading--lv2 {
      margin-top: 20px;
      font-size: 20px; }
    .c-entryNewlySection .c-heading--lv2 {
      margin-top: 15px;
      font-size: 20px; }
      .c-entryNewlySection .c-heading--lv2__small {
        font-size: 13px; }
    .c-heading--lv2.-newArticle::before {
      position: relative;
      bottom: 3px;
      width: 20px;
      height: 20px;
      margin-right: 8px;
      background-image: url(/files/user/assets/images/client/icon_heading_newly.png);
      content: ""; }
  .c-keywordSection {
    margin: 50px -15px 0; }
    .c-keywordHeading {
      font-size: 15px;
      font-weight: bold; }
    .c-keywordList__outer {
      padding: 15px; }
  .c-keywordList &gt; li {
    margin-bottom: 9px; }
  .c-keywordList &gt; li:not(:last-child) {
    margin-right: 9px; }
    .c-keywordList &gt; li &gt; a {
      padding: 11px 10px;
      font-size: 13px; }
  .c-sideKeywordSection {
    margin: 50px -15px 0; }
    .c-sideKeywordHeading {
      font-size: 15px;
      font-weight: bold; }
    .c-sideKeywordList__outer {
      padding: 15px; }
  .c-sideKeywordList &gt; li {
    margin-bottom: 9px; }
    .c-sideKeywordList &gt; li &gt; a {
      padding: 11px 10px;
      font-size: 13px; }
  .l-container--main .c-keywordList:not(.isClose) + .c-buttonMore {
    display: none; }
  .l-container--main .c-keywordList.isClose {
    height: 63px;
    overflow: hidden; }
  .c-pager {
    display: none; }
  .c-pagerSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-pagerSp__more {
      width: 100%; }
      .c-pagerSp__more::after {
        position: relative;
        left: 10px;
        width: 5px;
        height: 8px; }
      #tabTotal:checked ~ .tabToggle .tabToggleTotal::after,
      #tabWeek:checked ~ .tabToggle .tabToggleWeek::after {
        bottom: -12px;
        width: 100%;
        height: 4px; }
  .c-rankingSection {
    margin-top: 50px; }
    .c-rankingHeading {
      margin: 0 -15px;
      font-size: 15px;
      font-weight: bold; }
    .c-rankingToggle {
      height: 46px;
      margin: 0 -15px 35px; }
      .c-rankingToggle__item {
        padding: 0 15px; }
  .c-rankingTab__item:not(.isOpen) .c-entryGrid.-entryGrid-side .c-entry:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .c-searchFormArea {
      margin-top: 30px;
      margin-bottom: 30px; }
    .c-pagerSp + .c-searchFormArea {
      margin-top: 35px;
      margin-bottom: 35px; }
    .c-searchFormArea {
      padding: 0 10px; }
    .c-entryNewlySection + .c-searchFormArea {
      margin: 15px 0 35px; }
    .c-searchFormInput {
      padding: 13px 20px; }
    .c-searchFormInput _::-webkit-full-page-media,
    .c-searchFormInput _:future,
    :root .c-searchFormInput {
      padding: 13px 20px 10px; }
    .c-searchFormSubmit {
      background-image: url(/files/user/assets/images/client/icon_search_gray.svg); }
    .c-sideSearchFormArea {
      margin-top: 30px;
      margin-bottom: 30px; }
    .c-sideSearchFormInput {
      padding: 13px 20px; }
    .c-sideSearchFormInput _::-webkit-full-page-media,
    .c-sideSearchFormInput _:future,
    :root .c-sideSearchFormInput {
      padding: 13px 20px 10px; }
    .c-sideSearchFormSubmit {
      background-image: url(/files/user/assets/images/client/icon_search_gray.svg); }
  .c-sideBannerSection {
    display: none; }
  .c-sidePickupSection {
    margin-top: 50px; }
    .c-sidePickupHeading {
      margin: 0 -15px 15px;
      font-size: 15px;
      font-weight: bold; }
    .c-sideSearchJobHeading {
      display: none; }
      .c-sideSearchJobQuote__link {
        width: 100%;
        height: 53px; }
        .c-sideSearchJobQuote__link::after {
          right: 20px; }
    .c-sideSearchJobMenu {
      display: none; }
    .c-sideSearchJobMenuList {
      margin-top: 10px; }
        .c-sideSearchJobMenu__item &gt; a {
          padding: 20px 10px 20px 16px; }
    .p-snsShare {
      margin-top: 15px; }
      .p-snsShareList {
        margin-right: 10px; }
        .p-snsShareList__item {
          width: 45px; }
          .p-snsShareList__item__link {
            height: 14px; }
    .c-topMainVisualArea {
      overflow: hidden; }
    .c-topMainVisualArea .slick-dots {
      bottom: 25px !important; }
      .c-topMainVisualArea__outer {
        padding: 0; }
    .c-topMainVisual__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-topMainVisual__inner .c-label--new {
        top: -24px;
        left: -24px;
        border-top: 24px solid transparent;
        border-right: 24px solid #ff477a;
        border-bottom: 24px solid transparent;
        border-left: 24px solid transparent; }
        .c-topMainVisual__inner .c-label--new::before {
          top: -7px;
          left: 5px;
          -webkit-transform: scale(0.9) rotate(-90deg);
          transform: scale(0.9) rotate(-90deg);
          font-size: 10px;
          letter-spacing: 0; }
  .c-topMainVisual__image__outer {
    position: relative; }
    .c-topMainVisual__contents {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 12px 15px;
      background-color: rgba(51, 51, 51, 0.9); }
    .c-topMainVisual__title {
      -webkit-line-clamp: 1;
      margin-top: 7px;
      color: #fff;
      font-size: 18px; }
  .c-topMainVisual__summary {
    display: none; }
  .c-topMainVisual__summary + .c-topMainVisual__meta .c-entry__date {
    display: none; }
  .c-topMainVisual__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-topMainVisual__meta:first-child .c-entry__date {
    margin-left: 10px;
    color: #fff; }
    .c-topMainVisual__meta .g-metaLeft {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-topMainVisual__meta .g-metaRight {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-writerArea {
      padding: 25px 16px; }
    .p-link a {
      font-size: 12px; }
    .p-entryDetail {
      margin-top: 15px; }
      .p-entryDetail__meta .c-entry__category {
        font-size: 12px; }
      .p-entryDetailHeading {
        margin-top: 10px;
        font-size: 22px; }
    .p-entryDetailMainVisual {
      margin-top: 10px; }
      .p-entryDetailShare {
        margin: 20px -4px; }
        .p-entryDetailShare__item {
          padding: 0 2px; }
        .p-entryDetailShare__link {
          height: 25px;
          border-radius: 2.5px;
          font-size: 10px; }
            .p-entryDetailShare__link.-twitter::before {
              width: 18px;
              height: 18px; }
            .p-entryDetailShare__link.-facebook::before {
              top: -1px;
              width: 12px;
              height: 12px; }
            .p-entryDetailShare__link.-hateb::before {
              width: 16px;
              height: 16px; }
            .p-entryDetailShare__link.-pocket::before {
              width: 10px;
              height: 9px; }
    .p-entryDetail .p-tableContents {
      margin-top: 20px; }
      .p-entryDetail h2 {
        margin-bottom: 15px;
        font-size: 18px; }
      .p-entryDetail h3 {
        margin-top: 20px;
        font-size: 16px; }
      .p-entryDetail h3 + p {
        margin-top: 7px; }
    .p-entryDetail p {
      font-size: 16px;
      line-height: 1.8; }
    .p-entryDetail p + img {
      margin-top: 20px; }
      .p-entryDetail .quote {
        padding: 15px; }
        .p-entryDetail .quote p + p {
          margin-top: 25px; }
      .p-entryDetail table {
        font-size: 13px; }
    .p-entryDetail .table-scroll {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      white-space: nowrap; }
      .p-entryDetail .table-scroll::-webkit-scrollbar {
        height: 3px;
        background: #dbdbdb; }
      .p-entryDetail .table-scroll::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #7e7e7e; }
    .p-entryDetail .table-scroll table {
      width: 100%;
      margin-top: 10px; }
      .p-entryDetail th {
        min-width: 100px;
        padding: 20px 8px; }
    .p-entryDetail td {
      padding: 20px; }
      .p-entryDetail table,
      .p-entryDetail .p-entryDetailSection--lv2 {
        margin-top: 30px; }
      .p-entryDetail table + .p-entryDetailSection--lv2,
      .p-entryDetail .p-entryDetailSection--lv2 + .p-entryDetailSection--lv2 {
        margin-top: 30px; }
      .p-entryDetail .p-entryDetailSection--lv3 {
        margin-top: 20px; }
      .p-entryDetail .p-tableContents {
        padding: 15px 10px;
        border: solid 5px #eff2f4;
        font-size: 14px; }
        .p-entryDetail .p-tableContents__term {
          margin-top: 0;
          margin-bottom: 7px;
          font-size: 12px; }
      .p-entryDetail .p-tableContents__list:not(:last-child) {
        margin-bottom: 20px; }
          .p-entryDetail .p-tableContentsParent::before {
            top: 5px;
            width: 6px;
            height: 10px;
            margin-right: 10px; }
          .p-entryDetail .p-tableContentsChild__item {
            margin-top: 6px;
            font-size: 14px; }
      .p-entryDetail .summary {
        margin-top: 20px;
        padding: 15px;
        border: solid 5px #f5f7f9; }
        .p-entryDetail .summary p:first-child {
          font-size: 12px; }
        .p-entryDetail .summary li {
          font-size: 11px; }
  .c-relationSection {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .c-relationSection .c-entryGrid {
    margin: 0 -10px; }
    .c-relationSection .c-entry {
      width: 50%;
      margin-bottom: 10px;
      padding: 10px; }
    .c-relationSection .c-entry .c-entry__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-relationSection .c-entry .c-entry__thumbnail {
      width: 100%;
      margin-bottom: 8px; }
    .c-relationSection .c-entry .c-entry__body {
      margin-left: 0; }
  .c-relationSection .g-metaLeft {
    display: none; }
  .c-relationHeading {
    margin: 0 -15px;
    margin-bottom: 20px;
    padding: 14px 0 15px;
    background-color: #0d53bc;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-align: center; }
  .c-recommendHeading {
    margin: 0 -15px;
    margin-bottom: 20px;
    padding: 14px 0 15px;
    background-color: #0d53bc;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-align: center; }
  .p-entryDetail .p-tableContents + .p-entryDetailSection--lv2 {
    margin-top: 20px; }
    .p-search-error {
      margin: 60px 0 30px;
      padding: 0 10px; }
    .isNotFound .p-search-error {
      margin: 100px 0; }
    .p-search-error h1 {
      font-size: 20px; }
    .p-search-error p {
      font-size: 16px; }
  .c-topMainVisualArea {
    margin-bottom: 0 !important;
    padding-bottom: 50px; }
    .c-topMainVisualArea .slick-dotted.slick-slider {
      position: relative;
      padding-bottom: 40px; }
  .c-topMainVisualArea .slick-prev {
    top: 32vw;
    left: -6px; }
  .c-topMainVisualArea .slick-next {
    top: 32vw;
    right: -6px; }
  .c-topMainVisualArea .slick-dots {
    bottom: 15px; }
    .p-topHeading--lv2 {
      margin: 0 0 10px;
      font-size: 20px; }
      .p-topHeading--lv3 &gt; h3 {
        font-size: 17px; }
        .p-topHeading--lv3 &gt; a::after {
          width: 5px;
          height: 8px; }
  .p-columnSection {
    margin: 17px -15px 50px;
    padding: 14px 7px 12px;
    background-color: #eff2f4; }
  .c-pagerSp + .p-columnSection {
    margin: 45px -15px 0; }
  .p-columnSection .c-headingSection--lv3 {
    display: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  .p-columnSectionItem {
    width: 50%;
    height: 77px;
    padding: 6px; }
    .p-columnSectionItem__link {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding-left: 13px;
      border: solid 1px #cbcbcb;
      border-radius: 5px;
      font-size: 14px;
      letter-spacing: 0; }
  .p-clientSearchSection--lv4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-color: #e9eff9;
    color: #376492;
    font-size: 16px;
    cursor: pointer; }
  .p-clientSearchSection--lv4.-no-child {
    padding: 0; }
  .p-clientSearchSection--lv4.-no-child &gt; a {
    padding: 15px;
    pointer-events: inherit; }
  .p-clientSearchSection--lv4 &gt; a {
    display: block;
    width: 100%;
    pointer-events: none; }
  .p-clientSearchSection--lv4__toggle {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap; }
    .p-clientSearchSection--lv5 {
      font-size: 13px; }
      .p-clientSearchSection--lv5::before {
        font-weight: bold;
        content: "&gt;"; }
    .p-clientSearchSection--lv5__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 10px;
      border-radius: 6px;
      background-color: #eee; }
      .p-clientSearchSection--lv5__link::after {
        position: relative;
        top: 2px;
        width: 5.5px;
        height: 9px; }
  .p-clientSearchSectionChild {
    border-bottom: 1px solid #fff; }
  .p-clientSearchSectionChild__inner {
    display: none;
    background-color: #fff; }
  .p-clientSearchSection--lv4.isActive + .p-clientSearchSectionChild__inner {
    display: block; }
  .p-clientSearchSectionChild__list {
    padding: 15px 10px 15px 30px;
    border-bottom: 1px solid #d9d9d9; }
  .p-clientSearchSectionChild__items {
    background-color: #fff; }
  .p-clientSearchSectionChild__items.-note {
    margin-left: 15px; }
    .p-clientSearchSectionChild__items.-has-arrow &gt; li {
      font-size: 13px; }
      .p-clientSearchSectionChild__items.-has-arrow &gt; li:not(:last-child) {
        border-bottom: solid 1px #d9d9d9; }
        .p-clientSearchSectionChild__items.-has-arrow &gt; li a::before {
          color: #376492;
          font-weight: bold;
          content: "&gt;"; }
      .p-clientSearchSectionChild__items.-has-arrow &gt; li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 15px 30px;
        color: #376492; }
      .p-clientSearchSectionChild__items.-column &gt; li {
        border-bottom: solid 1px #d9d9d9; }
          .p-clientSearchSectionChild__items.-column &gt; li a::before {
            color: #376492;
            font-weight: bold;
            content: "&gt;"; }
        .p-clientSearchSectionChild__items.-column &gt; li a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          padding: 15px 30px;
          color: #376492; }
  .p-clientSearchSectionChild__items &gt; li {
    font-size: 9px; }
  .p-clientBanner {
    padding: 30px 15px 15px;
    background-color: #fff; }
  .c-entryCategorySection__outer + .p-columnSection {
    display: none; }
  .is-pc {
    display: none !important; }
  .is-sp {
    display: block !important; } }

@media screen and (min-width: 769px) {
  .p-breadcrumb.-footerBreadcrumb {
    display: none; }
    .p-breadcrumbList {
      margin: 28px 0; }
    .p-footerBreadcrumbList {
      display: none; }
    .l-container--large {
      width: 1200px;
      margin: 0 auto; }
      .l-container--contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 1200px;
        margin: 20px auto 0; }
      .p-snsShare + .l-container--contents {
        margin: 20px auto 0; }
      .l-container--main {
        width: 860px; }
      .l-container--side {
        width: 270px;
        margin-left: 70px;
        float: right; }
    .p-footer {
      margin-top: 110px; }
      .p-footerBody {
        padding: 30px 0; }
    .p-footerAbout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 40px;
      background-color: #0d53bc; }
      .p-footerAbout__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .p-footerAbout__inner &gt; li {
          color: #fff;
          font-size: 12px; }
        .p-footerAbout__inner &gt; li:not(:last-child) {
          margin-right: 30px; }
        .p-footerAbout__inner &gt; li a {
          text-decoration: underline; }
    .p-footerGroupAbout:not(:last-child) {
      margin-bottom: 30px; }
      .p-footerGroupAbout__description {
        margin-top: 10px; }
    .p-footerGroupAbout__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
        .p-footerGroupAbout__link &gt; li:not(:last-child)::after {
          display: inline-block;
          margin-right: 5px;
          padding-left: 5px;
          content: "|"; }
      .p-footerGroupAboutLink &gt; li:not(:last-child) {
        margin-right: 12px; }
        .p-footerGroupAboutLink &gt; li &gt; a {
          width: 190px; }
    .p-footerCopyright {
      background-color: #fff; }
      .p-footerCopyright__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0; }
        .p-footerCopyright__inner &gt; span {
          margin-top: 10px; }
    .p-footerPageTop {
      right: 20px;
      bottom: 130px; }
    .p-footerFixedWeborderLink {
      position: fixed;
      right: 20px;
      bottom: 60px;
      width: 345px;
      height: 44px; }
    .p-footerSearchclient {
      top: 10px;
      right: 0;
      width: 190px;
      height: 50px;
      background-position: 166px center;
      background-size: 7px 12px; }
  .p-footerWeborderLink {
    margin-bottom: 44px; }
    .p-header {
      min-width: 1200px; }
      .p-header__inner {
        position: relative;
        width: 1200px;
        height: 76px; }
    .l-container--large + .p-header {
      margin-top: 60px; }
      .p-headerLogo &gt; a {
        width: 301px;
        height: 43px;
        background-image: url(/files/user/assets/images/client/logo_client.png); }
        .p-headerMenuList__item {
          font-size: 12px; }
      .p-headerNavMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .p-headerNavMenuList {
          width: 1200px;
          height: 60px; }
          .p-headerNavMenuList__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 20%;
            font-size: 18px; }
      .p-headerSearchFormSubmit {
        background-image: url(/files/user/assets/images/client/icon_search_gray.svg); }
  .p-headerNavMenu.isSticky {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0; }
  body.isSticky .p-header__inner {
    margin-bottom: 60px; }
    .p-spMenu {
      display: none; }
    .c-buttonMore {
      width: 343px;
      max-width: 100%; }
    .c-buttonMore.-sharp::after {
      top: -1px !important;
      width: inherit;
      height: inherit;
      background: none;
      font-weight: bold;
      content: "＞"; }
      .c-buttonMore::after {
        width: 7px;
        height: 12px; }
    .c-buttonMore:not(.-right)::after {
      position: relative;
      top: 4px;
      width: 6px;
      height: 11px;
      margin-left: 12px;
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
      .c-buttonMore__outer {
        margin-top: 30px; }
  .c-entryCategorySection .c-buttonMore__outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0; }
  .c-entryCategorySection .c-buttonMore {
    width: auto;
    border: none;
    background-color: inherit;
    font-weight: bold; }
    .c-entryCategorySection .c-buttonMore::after {
      display: block;
      position: relative;
      top: inherit;
      right: inherit;
      margin-left: 4px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .c-entryNewlySection .c-buttonMore__outer {
    margin-top: 30px; }
    .p-cheerSlideSection {
      padding: 76px 25px 12px 25px; }
    .p-cheerSlide__link {
      margin-top: 0; }
    .c-heading--lv2 + .c-entryGrid {
      margin-top: 30px; }
      .c-entryGrid.-entryGrid-1 .c-entry {
        margin-bottom: 25px;
        padding-bottom: 25px; }
      .c-entryGrid.-entryGrid-1 .c-entry:not(:last-child) {
        border-bottom: 1px solid #ccc; }
      .c-entryGrid.-entryGrid-1 .c-entry__summary {
        -webkit-line-clamp: 3;
        font-size: 16px;
        line-height: 1.4; }
    .c-entryGrid.-entryGrid-1 .c-entry__title {
      margin-top: 6px;
      font-size: 22px;
      font-weight: bold; }
      .c-entryGrid.-entryGrid-1 .c-entry__thumbnail {
        width: 242px;
        height: 152px; }
      .c-entryGrid.-entryGrid-1 .c-entry__body {
        width: 598px;
        margin-left: 20px; }
    .c-entryGrid.-entryGrid-1 .c-entry__meta {
      margin-top: 0; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__body {
      width: 450px; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__title {
      margin-top: 13px;
      font-size: 22px;
      font-weight: bold; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__summary {
      -webkit-line-clamp: inherit;
      font-size: 16px;
      line-height: 1.4; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__thumbnail {
      width: 364px;
      height: 228px; }
    .c-entryGrid.-entryGrid-1 .c-entry.-large .c-entry__date {
      font-size: 14px; }
    .c-entryGrid.-entryGrid-2 .c-entry {
      width: 50%;
      margin-bottom: 25px;
      padding-bottom: 25px; }
    .c-entryGrid.-entryGrid-2 .c-entry:nth-child(odd) {
      padding-right: 25px; }
    .c-entryGrid.-entryGrid-2 .c-entry:nth-child(even) {
      padding-left: 25px; }
      .c-entryGrid.-entryGrid-2 .c-entry__thumbnail {
        height: 253px; }
      .c-entryGrid.-entryGrid-2 .c-entry__body {
        margin-top: 8px; }
    .c-entryGrid.-entryGrid-2 .c-entry__meta {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .c-entryGrid.-entryGrid-2 .c-entry__title {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .c-entryGrid.-entryGrid-3 {
      margin: 0; }
    .c-entryGrid.-entryGrid-3 .c-entry {
      margin-bottom: 0;
      padding-right: 25px;
      padding-bottom: 0;
      border-bottom: none; }
    .c-entryGrid.-entryGrid-3 .c-entry:nth-child(3n) {
      padding-right: 0 !important; }
      .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry {
        padding-right: 50px; }
      .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry:nth-last-of-type(1), .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry:nth-last-of-type(2), .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry:nth-last-of-type(3) {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
    .c-entryGrid.-entryGrid-3 .c-entry__inner {
      width: 270px; }
    .c-relationSection .c-entryGrid.-entryGrid-3 .c-entry__inner {
      width: 253px; }
    .c-entryGrid.-entryGrid-3 .c-entry__thumbnail {
      height: 170px; }
    .c-entryGrid.-entryGrid-3 .c-entry__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .c-entryGrid.-entryGrid-3 .c-entry__meta {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 5px; }
    .c-entryGrid.-entryGrid-3 .c-entry__title {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 2px; }
      .c-entryGrid.-entryGrid-side .c-entry {
        border-bottom: none; }
      .c-entryGrid.-entryGrid-side .c-entry:not(:last-child) {
        margin-bottom: 20px; }
      .c-entryGrid.-entryGrid-side .c-entry__date {
        font-size: 13px; }
      .c-entryGrid.-entryGrid-side .c-entry__thumbnail {
        height: 168px; }
  .c-entryCategorySection__outer {
    margin-top: 50px; }
  .c-entryCategorySection:not(:last-child) {
    margin-bottom: 35px; }
  .c-entryNewlySection {
    margin-bottom: 50px; }
  .c-recommendSection {
    margin-top: 50px; }
  .c-recommendSection .c-entryGrid.-entryGrid-2 {
    margin: 0; }
  .c-recommendSection .c-entryGrid.-entryGrid-2 .c-entry__summary {
    display: none; }
    .c-entry {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd; }
      .c-entry__inner {
        display: block; }
      .c-entry__title {
        -webkit-line-clamp: 2;
        margin-top: 10px;
        font-size: 16px; }
      .c-entry__summary {
        margin-top: 10px; }
      .c-entry__meta {
        margin-top: 10px; }
      .c-entry__category {
        padding: 5px 10px 4px;
        font-size: 12px;
        letter-spacing: 0; }
      .c-entry__body &gt; .c-entry__category {
        display: none; }
      .c-entry__meta .c-entry__category {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .c-entry__date {
        font-size: 14px; }
    .c-entry__thumbnail {
      position: relative;
      height: 253px;
      overflow: hidden; }
    .c-entry__thumbnail img {
      position: absolute;
      left: 50%;
      height: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .c-entry .c-label--new {
        top: -41px;
        left: -41px;
        border-top: 41px solid transparent;
        border-right: 41px solid #ff477a;
        border-bottom: 41px solid transparent;
        border-left: 41px solid transparent; }
        .c-entry .c-label--new::before {
          top: -10px;
          left: 12px;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-size: 13px;
          font-weight: bold; }
        .c-entry.-ranking:nth-child(1)::before, .c-entry.-ranking:nth-child(2)::before, .c-entry.-ranking:nth-child(3)::before, .c-entry.-ranking:nth-child(4)::before, .c-entry.-ranking:nth-child(5)::before {
          top: -7px;
          left: -7px;
          width: 27px;
          height: 27px;
          font-size: 14px; }
    .c-heading--lv2 {
      font-size: 20px; }
    .c-entryNewlySection .c-heading--lv2 {
      font-size: 28px; }
      .c-entryNewlySection .c-heading--lv2__small {
        font-size: 16px; }
  .c-keywordSection {
    margin-top: 20px; }
    .c-keywordHeading {
      font-size: 20px; }
    .c-keywordList__outer {
      padding: 30px 30px 10px; }
  .c-keywordList.isClose {
    height: 63px;
    overflow: hidden; }
  .c-keywordList &gt; li {
    margin-bottom: 20px; }
  .c-keywordList &gt; li:not(:last-child) {
    margin-right: 20px; }
    .c-keywordList &gt; li &gt; a {
      padding: 10px 18px;
      font-size: 18px; }
  .c-sideKeywordSection {
    margin-top: 20px; }
    .c-sideKeywordHeading {
      font-size: 20px; }
    .c-sideKeywordList__outer {
      padding: 10px; }
  .c-sideKeywordList.isClose {
    height: 63px;
    overflow: hidden; }
  .c-sideKeywordList &gt; li {
    margin-bottom: 12px; }
    .c-sideKeywordList &gt; li &gt; a {
      padding: 6px 10px;
      font-size: 12px; }
  .c-pagerSp {
    display: none; }
      .c-pagerSp__more::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 7px;
        height: 12px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
      #tabTotal:checked ~ .tabToggle .tabToggleTotal::after,
      #tabWeek:checked ~ .tabToggle .tabToggleWeek::after {
        bottom: -9px;
        width: 122px;
        height: 4px; }
  .c-rankingSection {
    margin-bottom: 40px;
    font-size: 20px; }
    .c-rankingHeading {
      margin: 0 auto;
      font-size: 20px; }
    .c-rankingToggle {
      height: 38px;
      margin: 20px 0; }
      .c-rankingToggle__item {
        padding: 0 10px; }
    .c-searchFormArea {
      margin-top: 50px; }
    .c-searchFormArea {
      padding: 0 130px; }
    .c-searchFormInput {
      padding: 11px 20px; }
    .c-sideSearchFormArea {
      margin-top: 30px;
      margin-bottom: 30px; }
    .c-sideSearchFormInput {
      padding: 11px 20px; }
    .c-sideSearchFormSubmit {
      background-image: url(/files/user/assets/images/client/icon_search_gray.svg); }
  .c-sideBannerSection {
    margin-top: 53px; }
  .c-sidePickupSection {
    margin-bottom: 45px; }
    .c-sidePickupHeading {
      margin: 0 0 20px 0;
      font-size: 20px; }
  .c-sideSearchJobSection {
    margin-top: 50px; }
      .c-sideSearchJobQuote__link {
        width: 220px;
        height: 60px; }
        .c-sideSearchJobQuote__link::after {
          right: 10px; }
    .c-sideSearchJobMenu {
      padding: 10px 12px 12px; }
    .c-sideSearchJobMenuList {
      margin-top: 6px; }
        .c-sideSearchJobMenu__item &gt; a {
          padding: 13px 10px 13px 16px; }
    .p-snsShare {
      width: 1200px; }
      .p-snsShareList {
        width: 270px; }
        .p-snsShareList__item {
          width: 25%; }
    .c-topMainVisualArea {
      width: 1200px;
      height: 350px;
      padding: 15px 50px 15px 15px; }
      .c-topMainVisualArea__outer {
        height: 425px;
        padding: 30px 0 15px; }
      .c-topMainVisual__inner .c-label--new {
        top: -48px;
        left: -48px;
        border-top: 48px solid transparent;
        border-right: 48px solid #ff477a;
        border-bottom: 48px solid transparent;
        border-left: 48px solid transparent; }
        .c-topMainVisual__inner .c-label--new::before {
          top: -11px;
          left: 13px;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-size: 15px;
          font-weight: bold; }
  .c-topMainVisual__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .c-topMainVisual__image__outer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 520px;
    height: 320px; }
    .c-topMainVisual__contents {
      margin-left: 50px; }
    .c-topMainVisual__title {
      -webkit-line-clamp: 2;
      margin-top: 12px;
      font-size: 26px; }
  .c-topMainVisual__summary {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4; }
  .c-topMainVisual__summary + .c-topMainVisual__meta {
    margin-top: 24px; }
  .c-topMainVisual__meta {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "g-metaLeft g-metaRight";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin-top: 55px; }
  .c-topMainVisual__meta:first-child .c-entry__date {
    display: none; }
  .c-topMainVisual .c-entry__date {
    font-size: 14px; }
    .c-writerArea {
      padding: 30px 50px; }
    .p-link a {
      font-size: 13px; }
    .p-entryDetail {
      margin-bottom: 50px; }
      .p-entryDetail__meta .c-entry__category {
        font-size: 15px; }
      .p-entryDetailHeading {
        margin-top: 20px;
        font-size: 38px; }
    .p-entryDetailMainVisual {
      margin-top: 30px; }
      .p-entryDetailShare {
        margin: 20px -5px; }
      .p-entryDetailMainVisual + .p-entryDetailShare {
        margin-bottom: 18px; }
      section.p-entryDetail + .p-entryDetailShare {
        margin-top: -10px; }
        .p-entryDetailShare__item {
          padding: 0 5px; }
        .p-entryDetailShare__link {
          height: 40px;
          border-radius: 5px;
          font-size: 14px; }
            .p-entryDetailShare__link.-twitter::before {
              top: -1px;
              width: 25px;
              height: 25px; }
            .p-entryDetailShare__link.-facebook::before {
              top: -3px;
              width: 21px;
              height: 21px; }
            .p-entryDetailShare__link.-hateb::before {
              top: -2px;
              width: 24px;
              height: 23px; }
            .p-entryDetailShare__link.-pocket::before {
              width: 18px;
              height: 16px; }
    .p-entryDetail .p-tableContents {
      margin-top: 40px; }
      .p-entryDetail h2 {
        margin-bottom: 20px;
        font-size: 20px; }
      .p-entryDetail h3 {
        margin-top: 40px;
        font-size: 18px; }
    .p-entryDetail p {
      font-size: 17px;
      line-height: 1.8; }
    .p-entryDetail p + img {
      margin-top: 30px; }
      .p-entryDetail .quote {
        padding: 36px 40px; }
        .p-entryDetail .quote p + p {
          margin-top: 30px; }
    .p-entryDetail .table-scroll table {
      margin-top: 20px; }
      .p-entryDetail th {
        min-width: 80px;
        padding: 20px 10px;
        text-align: left; }
    .p-entryDetail td {
      padding: 20px 40px; }
      .p-entryDetail table,
      .p-entryDetail .p-entryDetailSection--lv2 {
        margin-top: 40px; }
      .p-entryDetail table + .p-entryDetailSection--lv2,
      .p-entryDetail .p-entryDetailSection--lv2 + .p-entryDetailSection--lv2 {
        margin-top: 55px; }
      .p-entryDetail .p-entryDetailSection--lv3 {
        margin-top: 35px; }
      .p-entryDetail .p-tableContents {
        padding: 20px 30px;
        border: solid 10px #eff2f4;
        font-size: 15px; }
        .p-entryDetail .p-tableContents__term {
          margin-top: 0;
          margin-bottom: 22px; }
      .p-entryDetail .p-tableContents__list:not(:last-child) {
        margin-bottom: 20px; }
          .p-entryDetail .p-tableContentsParent::before {
            top: 6px;
            width: 7px;
            height: 13px;
            margin-right: 13px; }
          .p-entryDetail .p-tableContentsParent &gt; a {
            text-decoration: underline; }
          .p-entryDetail .p-tableContentsChild__item {
            margin-top: 15px; }
      .p-entryDetail .summary {
        margin-top: 40px;
        padding: 30px 30px 28px;
        border: solid 10px #f5f7f9; }
  .c-relationSection {
    margin-top: 60px; }
  .c-relationSection .c-entryGrid {
    margin: -10px; }
    .c-relationSection .c-entry .c-entry__thumbnail {
      height: 160px; }
    .c-relationSection .c-entry .c-entry__body {
      margin-top: 5px; }
    .c-relationSection .c-entry .c-entry__title {
      margin-top: 12px;
      font-size: 14px; }
    .c-relationSection .c-entry .c-entry__date {
      font-size: 12px; }
  .c-relationHeading {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: left; }
  .c-recommendHeading {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: left; }
    .p-search-error {
      margin: 40px 0 60px; }
    .isNotFound .p-search-error {
      margin: 150px 0 60px; }
    .p-search-error h1 {
      font-size: 20px; }
    .p-search-error p {
      font-size: 16px; }
  .c-topMainVisualArea .slick-prev {
    top: 183px;
    left: -38px; }
  .c-topMainVisualArea .slick-next {
    top: 183px;
    right: -35px; }
  .c-topMainVisualArea .slick-dots {
    bottom: -28px; }
    .p-topHeading--lv2 {
      margin: 0 auto 20px;
      font-size: 28px; }
      .p-topHeading--lv3 &gt; h3 {
        font-size: 28px; }
        .p-topHeading--lv3 &gt; a::after {
          width: 7px;
          height: 12px; }
  .p-columnSection {
    width: 860px;
    margin: 50px auto 100px; }
  .c-pager + .c-pagerSp + .p-columnSection {
    margin-top: 95px; }
  .c-recommendSection + .p-columnSection {
    margin: 65px auto 100px; }
    .p-columnSection__inner {
      margin: 14px 0px 0;
      padding: 24px; }
  .p-columnSectionItem {
    width: 25%;
    padding: 7px; }
    .p-columnSectionItem__link {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 185px;
      height: 90px;
      border: solid 1px #999;
      border-radius: 5px;
      font-size: 18px;
      line-height: 1.33; }
  .p-clientSearchSection--lv4 {
    color: #0d53bc;
    font-size: 16px;
    font-weight: bold; }
  .p-clientSearchSection--lv4 &gt; a {
    text-decoration: underline; }
  .p-clientSearchSection--lv4__toggle {
    display: none; }
    .p-clientSearchSection--lv5 {
      font-size: 14px; }
      .p-clientSearchSection--lv5::before {
        color: #333;
        content: "＞"; }
    .p-clientSearchSection--lv5__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-clientSearchSection--lv5__link::after {
        width: 7px;
        height: 12px; }
  .p-clientSearchSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 10px; }
  .p-clientSearchSection__left {
    width: 900px; }
  .p-clientSearchSection__right {
    width: 270px; }
  .p-clientSearchSectionChild:not(:last-child):not(:nth-last-of-type(2)) {
    margin-bottom: 40px; }
  .p-clientSearchSectionChild.-border-dot {
    border-bottom: 1px dotted #ccc; }
  .p-clientSearchSectionChild__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px; }
  .p-clientSearchSectionChild__list {
    width: 50%; }
  .p-clientSearchSectionChild__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 20px;
    padding-right: 20px; }
    .p-clientSearchSectionChild__items.-has-arrow &gt; li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 33.333%;
      margin-bottom: 20px;
      font-size: 14px; }
        .p-clientSearchSectionChild__items.-has-arrow &gt; li a::before {
          content: "＞"; }
      .p-clientSearchSectionChild__items.-column &gt; li {
        font-size: 14px; }
      .p-clientSearchSectionChild__items.-column &gt; li:not(:last-child) {
        margin-bottom: 20px; }
          .p-clientSearchSectionChild__items.-column &gt; li a::before {
            content: "＞"; }
  .p-clientSearchSectionChild__items &gt; li {
    font-size: 12px; }
  .is-pc {
    display: block !important; }
  .is-sp {
    display: none !important; }
  .c-topMainVisual__meta &gt; .g-metaLeft {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .c-topMainVisual__meta &gt; .g-metaRight {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .c-topMainVisual__meta &gt; .g-metaLeft {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .c-topMainVisual__meta &gt; .g-metaRight {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .c-topMainVisual__meta &gt; .g-metaLeft {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .c-topMainVisual__meta &gt; .g-metaLeft {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .c-topMainVisual__meta &gt; .g-metaLeft {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

@media screen and (min-width: 769px) and (min-width: 769px) {
    .c-entryCategorySection .c-buttonMore {
      height: auto;
      margin-top: 25px;
      padding: 0;
      font-size: 14px; } }

@media screen and (min-width: 769px) and (max-width: 768px) {
    .c-entryCategorySection .c-buttonMore {
      font-size: 11px; } }
</pre></body></html>