@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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: inherit;
  /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

.mb80 {
  margin-bottom: 80px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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('/images-bg/ajax-loader.gif?1641411327') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1640677093');
  src: url('/fonts/slick.eot?&1640677093#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1640677093') format("woff"), url('/fonts/slick.ttf?1640677093') format("truetype"), url('/fonts/slick.svg?1640677093#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 24px);
  height: var(--carousel-button-svg-height, 24px);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 64px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1053;
  color: var(--fancybox-color, currentColor);
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  transition: opacity var(--fancybox-ts, 0.25s) ease;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=true] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=true] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=true] .carousel__dots, .fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close {
  transition: opacity .2s ease;
  opacity: 0;
}

.fancybox-fadeIn {
  animation: .2s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: .2s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: .2s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: .2s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: .2s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  20% {
    opacity: .5;
  }
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  20% {
    opacity: .5;
  }
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel .is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__image {
  background: transparent;
  user-select: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  min-height: 1px;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  min-height: 1px;
  object-fit: contain;
  background: transparent;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  min-height: 1px;
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  min-height: 1px;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs {
  transition: unset;
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  transition: opacity var(--fancybox-ts, 0.25s) ease-in;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide.is-nav-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-bottom: 3px solid currentColor;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
}

html {
  font-size: 16;
}

body {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #4E4E4E;
}

img {
  vertical-align: top;
}

a img {
  transition-duration: 0.2s;
}
a img:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.only-sp {
  display: none;
}

.lightbox {
  display: none;
}

.wp-content-area p {
  margin-bottom: 1em;
}
.wp-content-area img.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wp-content-area img.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-content-area img.alignright {
  float: right;
  margin-left: 1em;
}
.wp-content-area img ul, .wp-content-area img ol {
  margin-bottom: 1em;
}
.wp-content-area img ul {
  list-style: disc;
}
.wp-content-area img ol {
  list-style: decimal;
}
.wp-content-area img li {
  margin-left: 2em;
}
.wp-content-area img strong {
  font-weight: bold;
}
.wp-content-area img em {
  font-style: italic;
}
.wp-content-area img blockquote {
  padding: 1.5em;
  margin-bottom: 1em;
  background-color: #fafafa;
}

@media screen and (max-width: 1000px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }
}
header {
  height: 90px;
  padding: 10px 0 20px;
  overflow: hidden;
  *zoom: 1;
}
header .logo {
  float: left;
  margin: 20px 0 0 0;
}
header nav {
  float: right;
  letter-spacing: -0.5px;
}
header .inner {
  position: relative;
}
header .for-listening-lecture {
  position: absolute;
  top: 0px;
  right: 395px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #F0810B;
}

#header-nav-pc {
  text-align: right;
  margin: 4px 0 10px 0;
}
#header-nav-pc li {
  display: inline-block;
  margin: 0 0 0 0.75rem;
}
#header-nav-pc li:nth-child(1), #header-nav-pc li:nth-child(2) {
  border-right: 1px solid #F0810B;
  padding: 0 0.75rem 0 0;
}

#header-nav {
  text-align: right;
}
#header-nav li {
  display: inline-block;
  margin: 0 0 0 0.75rem;
}

#menu-open {
  display: none;
}

footer {
  font-size: 14px;
  text-align: center;
  margin: 0 0 60px 0;
}
footer #footer-nav {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
footer ul {
  padding: 1rem 0;
  margin: 0 0 40px 0;
}
footer li {
  display: inline-block;
  padding: 0 1.5rem;
  border-left: 1px solid #DBDBDB;
}
footer li:nth-child(1) {
  border-left: none;
}
footer .logo {
  margin: 0 0 25px 0;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#page-home #mv {
  height: 548px;
  background: url("../images-bg/home/mv.jpg") #FAF9F6 no-repeat center 0;
  background-size: 2000px 548px;
  padding: 84px 0 0 0;
  margin: 0 0 170px 0;
}
#page-home #mv h2 {
  color: #F0810B;
  font-weight: bold;
  line-height: 60px;
  font-size: 2.75rem;
}
#page-home #mv .lead-text {
  margin: 2em 0 60px 0;
  width: 475px;
  letter-spacing: 2px;
}
#page-home #mv ul {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  color: #fff;
}
#page-home #mv ul li {
  flex-basis: 32%;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  background: #F0810B;
}
#page-home #mv ul h3 {
  text-align: center;
}
#page-home #mv ul h3 span {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0.25rem;
}
#page-home #mv ul p {
  padding: 0 0 1.5rem 0;
  letter-spacing: 0;
  text-align: justify;
}
#page-home #mv ul a {
  display: block;
  text-align: center;
  padding: 0.75rem 0;
  margin: 0 1.5rem;
  background-color: #fff;
  border-radius: 100px;
  color: #4E4E4E;
  font-weight: bold;
  font-size: 16px;
  transition-duration: 0.2s;
}
#page-home #mv ul a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-home #topics {
  padding: 0 0 70px 0;
}
#page-home #topics h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0 0 1rem 0;
}
#page-home #topics .pickup {
  background: #FAF9F6;
  padding: 1.5rem;
  margin: 0 0 40px 0;
}
#page-home #topics .pickup h3 {
  color: #F0810B;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  float: left;
  padding: 0 2rem;
  margin: 0 2rem 0 0;
  border-right: 1px solid #E4E4E4;
}
#page-home #topics .pickup p a {
  display: block;
  background: url("../images-bg/common/arrow_orange.png") no-repeat center right;
}
#page-home #topics .slider a {
  display: block;
  margin: 0 35px 0 0;
}
#page-home #topics .slider img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  object-fit: cover;
  margin: 0 0 1rem 0;
}
#page-home #topics .slider h3 {
  font-weight: bold;
  margin: 0 0 0.75rem 0;
}
#page-home #topics .slider p {
  font-size: 14px;
}
#page-home #topics .slick-dots {
  bottom: -60px;
}
#page-home #topics .slick-dots li {
  height: 4px;
  width: 40px;
  background: #DBDBDB;
}
#page-home #topics .slick-dots li.slick-active {
  background: #F0810B;
}
#page-home #topics .slick-dots button:before {
  content: none;
}
#page-home #topics .slick-arrow {
  width: 50px;
  height: 50px;
}
#page-home #topics .slick-arrow:before {
  content: none;
}
#page-home #topics .slick-prev {
  background: url("../images-bg/common/slick-arrow-prev.png") no-repeat;
  left: -100px;
}
#page-home #topics .slick-next {
  background: url("../images-bg/common/slick-arrow-next.png") no-repeat;
  right: -100px;
}
#page-home #information {
  background: #FAF9F6;
  padding: 80px 0;
}
#page-home #information h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-home #information .tab {
  display: grid;
  display: -ms-grid;
  grid-auto-rows: 70px;
  grid-template-columns: 1fr 1.8fr 1fr 1fr 1fr 1.2fr 1fr;
  -ms-grid-columns: 1fr 1.8fr 1fr 1fr 1fr 1.2fr 1fr;
  border: 1px solid #F0810B;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
#page-home #information .tab li {
  display: table;
  border-left: 1px solid #F0810B;
  width: 100%;
  height: 100%;
}
#page-home #information .tab li:nth-child(1) {
  border-left: none;
}
#page-home #information .tab a {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
}
#page-home #information .tab .active a {
  position: relative;
  background: #F0810B;
  color: #fff;
}
#page-home #information .tab .active a:before {
  position: absolute;
  bottom: -20px;
  left: 40%;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #F0810B;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#page-home #information .tab-content {
  display: none;
}
#page-home #information .tab-content.active {
  display: block;
}
#page-home #information .tab-content.active ul {
  margin: 0 0 50px 0;
}
#page-home #information .tab-content.active ul a {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 130px 190px auto;
  -ms-grid-columns: 130px 190px auto;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E4E4E4;
}
#page-home #information .tab-content.active ul a:nth-child(1) {
  border-top: 1px solid #E4E4E4;
}
#page-home #information .tab-content.active ul a .category {
  text-align: center;
}
#page-home #information .tab-content.active ul a .category span {
  display: block;
  width: 160px;
  text-align: center;
  border: 1px solid #4E4E4E;
}
#page-home #information .tab-content.active ul a .title {
  text-align: justify;
}
#page-home #information .button {
  text-align: center;
}
#page-home #information .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-home #information .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-home #service {
  padding: 80px 0;
}
#page-home #service h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-home #service .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}
#page-home #service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#page-home #service li {
  flex-basis: 30%;
  margin: 0 0 70px 0;
}
#page-home #service li img {
  margin: 0 0 1rem 0;
}
#page-home #service li p {
  font-size: 14px;
}
#page-home #service h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-home #service .button {
  text-align: center;
}
#page-home #service .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-home #service .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-home #case {
  padding: 70px 0;
}
#page-home #case h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-home #case .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 0 45px 0;
}
#page-home #case .step1,
#page-home #case .step2 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#page-home #case .step1 li,
#page-home #case .step2 li {
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#page-home #case .step1 li img,
#page-home #case .step2 li img {
  width: 100%;
}
#page-home #case .step1,
#page-home #case .step2 {
  padding: 0 0 10px 0;
}
#page-home #case .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-home #case .contents li {
  flex-basis: 30%;
  padding: 0 0 60px 0;
}
#page-home #case .contents li img {
  width: 100%;
  border-radius: 3px;
  padding: 0 0 0.75em 0;
}
#page-home #case .contents li h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0 0 0.75em 0;
}
#page-home #case .contents li p {
  font-size: 14px;
}
#page-home #case .button {
  text-align: center;
}
#page-home #case .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-home #case .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-home #social-change {
  background: #FAF9F6;
  padding: 40px 0;
}
#page-home #social-change h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-home #social-change .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}
#page-home #social-change ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
}
#page-home #social-change li {
  flex-basis: 31%;
}
#page-home #links {
  padding: 0 0 80px;
}
#page-home #links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-home #links li {
  flex-basis: 48%;
}

#page-case15 #mv {
  background: url(../images-bg/case15/mv.jpg) no-repeat center 0;
  background-size: 1600px auto;
  height: 250px;
}
#page-case15 #mv h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 85px 0 0 0;
}
#page-case15 #mv h1 span {
  font-size: 46px;
  font-weight: bold;
  line-height: 62px;
}
#page-case15 #bread {
  border-top: 4px solid #F0810B;
  padding: 1.5rem 0;
}
#page-case15 #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-case15 #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-case15 #bread li:last-child:after {
  content: "";
}
#page-case15 #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-case15 #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-case15 #lead-text {
  padding: 0 0 1rem 0;
  text-align: center;
  font-weight: bold;
}
#page-case15 #search-box-open {
  text-align: center;
}
#page-case15 #search-box-open a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-case15 #search-box-open a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-case15 #search {
  background: #FAF9F6;
  padding: 20px;
  margin: 0;
}
#page-case15 #search .tab {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  text-align: center;
}
#page-case15 #search .tab li {
  flex-grow: 1;
  flex-basis: 25%;
  display: table;
  border: 1px solid #DBDBDB;
  border-bottom: none;
}
#page-case15 #search .tab a {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0.5rem 0;
}
#page-case15 #search .tab a:after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 1rem;
}
#page-case15 #search .tab .active a {
  position: relative;
  background: #F0810B;
  color: #fff;
}
#page-case15 #search .tab .active a:after {
  content: "-";
}
#page-case15 #search .tab-content {
  display: none;
  margin: 0 0 30px 0;
  overflow-y: scroll;
  max-height: 9.5rem;
}
#page-case15 #search .tab-content.active {
  display: block;
}
#page-case15 #search .tab-content.active a {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 130px 190px auto;
  -ms-grid-columns: 130px 190px auto;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E4E4E4;
}
#page-case15 #search .tab-content.active a:nth-child(1) {
  border-top: 1px solid #E4E4E4;
}
#page-case15 #search .tab-content.active a .category {
  text-align: center;
}
#page-case15 #search .tab-content.active a .category span {
  display: block;
  width: 160px;
  text-align: center;
  border: 1px solid #4E4E4E;
}
#page-case15 #search .tab-content.active a .title {
  text-align: justify;
}
#page-case15 .tab-content {
  border: 4px solid #F0810B;
  padding: 10px 0 20px 20px;
}
#page-case15 .text-search-box {
  padding: 0 0 30px 0;
  display: grid;
  grid-template-columns: 1fr 200px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 200px;
  grid-gap: 20px;
}
#page-case15 .text-search-box input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background-color: #fff;
}
#page-case15 .text-search-box a {
  display: block;
  padding: 1rem 1rem 1rem 3rem;
  background: url("../images-bg/common/icon-search.png") #F0810B 1rem center no-repeat;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
#page-case15 ul.search-keys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-case15 ul.search-keys li {
  align-content: space-between;
  flex-grow: 1;
  margin: 8px 20px 0 0;
}
#page-case15 ul.search-keys li div {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  background: url("../images-bg/common/check-gray.png") no-repeat #fff 0.75rem center;
}
#page-case15 ul.search-keys li div.active {
  background: url("../images-bg/common/check-orange.png") no-repeat #FAF9F6 0.75rem center;
  border: 1px solid #DBDBDB;
}
#page-case15 #current-search-keys {
  display: grid;
  grid-template-columns: 10rem 1fr;
  display: -ms-grid;
  -ms-grid-columns: 10rem 1fr;
  border-radius: 4px;
}
#page-case15 #current-search-keys p, #page-case15 #current-search-keys ul {
  border: 1px solid #DBDBDB;
  background: #fff;
}
#page-case15 #current-search-keys p {
  border-right: none;
  padding: 1rem;
  text-align: center;
}
#page-case15 #current-search-keys ul {
  padding: 1rem 1rem 0;
}
#page-case15 #current-search-keys li {
  display: inline-block;
  padding: 0 1rem 1rem 1.5rem;
  background: url("../images-bg/common/icon-cross.png") no-repeat #fff 0rem 0.1rem;
}
#page-case15 #logo-list .nothing-list {
  display: none;
}
#page-case15 #logo-list .nothing-list h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  padding: 2rem;
}
#page-case15 #logo-list ul {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#page-case15 #logo-list li[class*="active"] {
  display: block;
}
#page-case15 #logo-list li {
  display: none;
  margin-bottom: 1rem;
  cursor: pointer;
}
#page-case15 #logo-list li.active {
  display: block;
}
#page-case15 #logo-list li h2 {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
}
#page-case15 #logo-list li div.logo-image {
  height: 180px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition-duration: 0.2s;
}
#page-case15 #logo-list li div.logo-image:hover {
  transform: scale(1.15);
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-case15 #logo-list li div.logo-image img {
  width: 100%;
  border-radius: 4px;
}
#page-case15 .fancybox__slide.has-inline.is-selected {
  display: block;
}
#page-case15 .lightbox > div {
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-case15 .lightbox > div img {
  width: 30%;
  height: auto;
}
#page-case15 .lightbox h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
#page-case15 .lightbox > ul {
  max-width: 720px;
  width: 80%;
  margin: 0 auto;
}
#page-case15 .lightbox > ul > li {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 8rem 1fr;
  -ms-grid-columns: 8rem 1fr;
  grid-gap: 2rem;
  border-bottom: 1px solid #DBDBDB;
  padding: 1rem;
}
#page-case15 .lightbox > ul > li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
#page-case15 .lightbox > ul h3 {
  font-weight: bold;
}
#page-case15 .lightbox > ul ul {
  padding-left: 1.25rem;
}
#page-case15 .lightbox > ul ul li {
  list-style: disc;
}
#page-case15 .lightbox > ul ul a {
  color: #F0810B;
  text-decoration: underline;
}
#page-case15 .lightbox > ul ul a:hover {
  text-decoration: none;
}

#page-aboutus #mv {
  background: url(../images-bg/aboutus/mv.jpg) no-repeat center 0;
  background-size: 1600px auto;
  height: 250px;
}
#page-aboutus #mv h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 85px 0 0 0;
}
#page-aboutus #mv h1 span {
  font-size: 46px;
  font-weight: bold;
  line-height: 62px;
}
#page-aboutus #bread {
  padding: 1.5rem 0;
}
#page-aboutus #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-aboutus #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-aboutus #bread li:last-child:after {
  content: "";
}
#page-aboutus #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-aboutus #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-aboutus .anchor-links .inner {
  background: #FAF9F6;
}
#page-aboutus .anchor-links ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 20px;
  padding: 0.75rem 20px;
  margin-bottom: 70px;
}
#page-aboutus .anchor-links li {
  text-align: center;
  font-size: 15px;
}
#page-aboutus .anchor-links li a {
  display: block;
  padding: 0.75rem;
}
#page-aboutus .anchor-links li a:after {
  display: inline-block;
  content: "";
  background: url(../images-bg/common/arrow_orange_under.png) no-repeat center 0;
  width: 1.5rem;
  height: 1rem;
}
#page-aboutus #first-message h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #first-message h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #first-message h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
#page-aboutus #first-message h3 span {
  border-bottom: 1px solid #4E4E4E;
  padding-bottom: 5px;
}
#page-aboutus #first-message .clearfix {
  overflow: hidden;
  *zoom: 1;
}
#page-aboutus #first-message .clearfix .left {
  float: left;
  width: 490px;
  padding: 0 30px 60px 0;
}
#page-aboutus #first-message .clearfix .left img {
  width: 100%;
}
#page-aboutus #first-message .clearfix p {
  letter-spacing: 0;
  text-align: justify;
  padding: 0 0 1rem 0;
}
#page-aboutus #first-message .images-box {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px 0;
}
#page-aboutus #first-message .images-box div {
  max-width: 410px;
}
#page-aboutus #first-message .images-box img {
  width: 100%;
}
#page-aboutus #first-message .text-area {
  max-width: 720px;
  margin: 0 auto;
}
#page-aboutus #first-message #history {
  background: #FAF9F6;
  padding: 90px 0;
}
#page-aboutus #first-message #history .title-area {
  margin: 0 0 30px 0;
}
#page-aboutus #first-message #history .title-area h4 {
  text-align: center;
  border-radius: 3px;
  color: #fff;
  padding: 0.5rem 0;
  background: #F0810B;
  font-size: 20px;
  font-weight: bold;
}
#page-aboutus #first-message #history .title-area h4.social {
  background: #4E4E4E;
}
#page-aboutus #first-message #history .history {
  margin: 0 0 90px 0;
}
#page-aboutus #first-message #history .history a {
  font-weight: bold;
  color: #F0810B;
  text-decoration: underline;
}
#page-aboutus #first-message #history .history a:hover {
  opacity: 0.9;
  text-decoration: none;
}
#page-aboutus #first-message #history .title-area,
#page-aboutus #first-message #history .one-year {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 4fr 1fr 2fr;
  -ms-grid-columns: 4fr 1fr 2fr;
}
#page-aboutus #first-message #history .title-area .when-year,
#page-aboutus #first-message #history .one-year .when-year {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-rows: 1;
  -ms-grid-column: 2;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #F0810B;
  letter-spacing: -1px;
}
#page-aboutus #first-message #history .title-area .company,
#page-aboutus #first-message #history .title-area .social,
#page-aboutus #first-message #history .one-year .company,
#page-aboutus #first-message #history .one-year .social {
  padding: 1.25rem;
  height: fit-content;
}
#page-aboutus #first-message #history .title-area .company,
#page-aboutus #first-message #history .one-year .company {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-rows: 1;
  -ms-grid-column: 1;
}
#page-aboutus #first-message #history .title-area .social,
#page-aboutus #first-message #history .one-year .social {
  grid-row: 1;
  grid-column: 3;
  -ms-grid-rows: 1;
  -ms-grid-column: 3;
}
#page-aboutus #first-message #history .one-year {
  margin: 0 0 2rem 0;
}
#page-aboutus #first-message #history .one-year .company,
#page-aboutus #first-message #history .one-year .social {
  border-radius: 4px;
  background-color: #fff;
}
#page-aboutus #first-message #history .one-year .company li,
#page-aboutus #first-message #history .one-year .social li {
  position: relative;
  padding: 0 0 1rem 1.25rem;
}
#page-aboutus #first-message #history .one-year .company li:last-child,
#page-aboutus #first-message #history .one-year .social li:last-child {
  padding: 0 0 0 1.25rem;
}
#page-aboutus #first-message #history .one-year .company li:before,
#page-aboutus #first-message #history .one-year .social li:before {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3rem;
  content: "";
  background: #F0810B;
}
#page-aboutus #first-message #history .one-year .social li:before {
  background: #4E4E4E;
}
#page-aboutus #first-message #history .message h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #F0810B;
  padding: 0 0 1rem 0;
}
#page-aboutus #first-message #history .message .text-box {
  position: relative;
  bottom: 50px;
  background-color: #fff;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 60px 60px;
  border-radius: 1%;
}
#page-aboutus #first-message #history .message .text-box p {
  padding: 0 0 1rem 0;
}
#page-aboutus #first-message #history .message .slider .for-grid-wrap {
  float: left;
  width: 410px;
  margin-right: 10px;
}
#page-aboutus #first-message #history .message .slider ul {
  width: 410px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}
#page-aboutus #first-message #history .message .slider ul li {
  display: block;
}
#page-aboutus #first-message #history .message .slider ul li.small1 {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
#page-aboutus #first-message #history .message .slider ul li.small2 {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
#page-aboutus #first-message #history .message .slider ul li.large {
  grid-column: 1;
  grid-row: span 2;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
}
#page-aboutus #first-message .more-information {
  padding: 100px 0;
}
#page-aboutus #first-message .more-information h3 {
  padding: 0 0 40px;
  text-align: center;
}
#page-aboutus #first-message .more-information ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}
#page-aboutus #company-information {
  background: #FAF9F6;
  padding: 90px 0;
}
#page-aboutus #company-information h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #company-information h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #company-information .information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-aboutus #company-information .information > div {
  padding: 1.5rem 0;
  width: 480px;
  border-bottom: 1px solid #DBDBDB;
}
#page-aboutus #company-information .information h3 {
  font-weight: bold;
}
#page-aboutus #company-information .certification h3 {
  max-width: 780px;
  border-radius: 4px;
  background: #BAAB93;
  position: relative;
  top: 40px;
  text-align: center;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
}
#page-aboutus #company-information .certification ul {
  text-align: center;
}
#page-aboutus #company-information .certification ul li {
  display: inline-block;
  margin: 1rem;
}
#page-aboutus #company-information .certification .box {
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 0px 30px;
}
#page-aboutus #company-information .certification .box p {
  max-width: 780px;
  margin: 0 auto;
  color: #F0810B;
  text-decoration: underline;
  font-weight: bold;
}
#page-aboutus #social-change h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #social-change h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #social-change .lead-text {
  max-width: 720px;
  margin: 0 auto 60px;
}
#page-aboutus #social-change h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #F0810B;
  margin: 0 0 1rem 0;
}
#page-aboutus #social-change .box {
  display: grid;
  display: -ms-grid;
  margin: 0 0 80px 0;
}
#page-aboutus #social-change .box.left-image {
  grid-template-columns: 430px 1fr;
  -ms-grid-columns: 430px 1fr;
}
#page-aboutus #social-change .box.right-image {
  grid-template-columns: 1fr 430px;
  -ms-grid-columns: 1fr 430px;
}
#page-aboutus #social-change .box img {
  width: 100%;
}
#page-aboutus #social-change .box .text {
  padding: 40px;
  background: #FAF9F6;
  border-radius: 4px;
}
#page-aboutus #social-change .box .text p {
  margin-bottom: 1rem;
  text-align: justify;
}
#page-aboutus #social-change .box.left-image .image {
  margin-right: 40px;
}
#page-aboutus #social-change .box.right-image .image {
  margin-left: 40px;
}
#page-aboutus #social-change .box .button {
  margin: 2rem 0 0;
  text-align: center;
}
#page-aboutus #social-change .box .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-aboutus #social-change .box .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-aboutus #advisory-board {
  background: #FAF9F6;
  padding: 90px 0;
}
#page-aboutus #advisory-board h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #advisory-board h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #advisory-board .lead-text {
  text-align: center;
  margin: 0 0 40px 0;
}
#page-aboutus #advisory-board ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin: 0 0 30px 0;
}
#page-aboutus #advisory-board ul:after {
  display: block;
  content: "";
  width: 320px;
  max-width: 320px;
}
#page-aboutus #advisory-board ul li {
  border-radius: 4px;
  background: #F0810B;
  text-align: center;
  color: #fff;
  max-width: 320px;
  margin: 0 0 30px 0;
}
#page-aboutus #advisory-board ul li h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 0 0;
}
#page-aboutus #advisory-board ul li p {
  padding: 0 0 10px 0;
}
#page-aboutus #advisory-board .text {
  max-width: 720px;
  margin: 0 auto 60px;
}
#page-aboutus #advisory-board .text p {
  margin-bottom: 1rem;
}
#page-aboutus .lightbox {
  max-width: 1000px;
}
#page-aboutus .lightbox img {
  float: left;
  width: 25%;
}
#page-aboutus .lightbox .right {
  float: right;
  width: 70%;
}
#page-aboutus #column {
  padding: 90px 0;
}
#page-aboutus #column h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #column h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
#page-aboutus #column ul li {
  background: url("../images-bg/common/arrow_orange.png") no-repeat center right;
  padding: 1.5rem 0;
  width: 480px;
  border-bottom: 1px solid #DBDBDB;
}
#page-aboutus #column ul li:nth-child(1), #page-aboutus #column ul li:nth-child(2) {
  border-top: 1px solid #DBDBDB;
}
#page-aboutus #column .button {
  text-align: center;
}
#page-aboutus #column .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-aboutus #column .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-aboutus #workstyle {
  padding: 90px 0;
  background: #FAF9F6;
}
#page-aboutus #workstyle .lead-text {
  max-width: 720px;
  margin: 0 auto 50px;
}
#page-aboutus #workstyle .lead-text p {
  margin-bottom: 1rem;
}
#page-aboutus #workstyle h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #workstyle h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #workstyle ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
#page-aboutus #workstyle li {
  width: 30%;
  text-align: center;
  margin: 0 0 30px 0;
}
#page-aboutus #workstyle li img {
  width: 100%;
  padding: 0 0 0.5rem 0;
}
#page-aboutus #books {
  padding: 90px 0;
}
#page-aboutus #books .books {
  margin: 0 0 60px 0;
}
#page-aboutus #books h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #books h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #books .lead-text {
  max-width: 720px;
  margin: 0 auto 50px;
}
#page-aboutus #books .lead-text p {
  margin-bottom: 1rem;
}
#page-aboutus #books ul.book-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-aboutus #books ul.book-list > li {
  width: 490px;
  padding: 30px 30px 60px;
  margin: 0 0 30px;
  background: #FAF9F6;
  border-radius: 4px;
  position: relative;
}
#page-aboutus #books .button {
  text-align: center;
  position: absolute;
  bottom: 20px;
}
#page-aboutus #books .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-aboutus #books .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-aboutus #books .button.links {
  position: static;
  margin: 20px auto 80px;
}
#page-aboutus #books .button.links a {
  font-size: 18px;
}
#page-aboutus #books .button a {
  font-size: 16px;
}
#page-aboutus #books .flex-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 140px 1fr;
  -ms-grid-columns: 140px 1fr;
  grid-gap: 20px;
  margin: 0 0 30px 0;
}
#page-aboutus #books .flex-wrap img {
  width: 100%;
}
#page-aboutus #books .flex-wrap .information h3 {
  font-weight: bold;
  font-size: 18px;
  color: #F0810B;
  padding: 0 0 1rem 0;
}
#page-aboutus #books .flex-wrap .information li {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 4.5rem 1fr;
  -ms-grid-columns: 4.5rem 1fr;
  border-bottom: 1px solid #DBDBDB;
  padding: 0.5em 0;
}
#page-aboutus #books .flex-wrap .information li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
#page-aboutus #books .videos h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 40px 0;
}
#page-aboutus #books .videos h3 span {
  border-bottom: 1px solid #4E4E4E;
  padding-bottom: 5px;
}
#page-aboutus #books ul.video-list {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-gap: 60px 40px;
}
#page-aboutus #books ul.video-list img {
  width: 100%;
  border-radius: 4px;
}
#page-aboutus #books ul.video-list h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 1rem 0;
}
#page-aboutus #books ul.video-list p {
  font-size: 14px;
}
#page-aboutus #diversity {
  padding: 90px 0;
  background: #FAF9F6;
}
#page-aboutus #diversity .lead-text {
  max-width: 720px;
  margin: 0 auto 50px;
}
#page-aboutus #diversity .lead-text p {
  margin-bottom: 1rem;
}
#page-aboutus #diversity h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#page-aboutus #diversity h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#page-aboutus #diversity h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2rem;
}
#page-aboutus #diversity h3 span {
  border-bottom: 1px solid #4E4E4E;
  padding-bottom: 5px;
}
#page-aboutus #links {
  background: #FAF9F6;
  padding: 90px 0;
}
#page-aboutus #links ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

#page-topmessage #mv {
  background: url(../images-bg/topmessage/mv.jpg) no-repeat center 0;
  background-size: 1600px auto;
  height: 250px;
}
#page-topmessage #mv h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 85px 0 0 0;
}
#page-topmessage #mv h1 span {
  font-size: 46px;
  font-weight: bold;
  line-height: 62px;
}
#page-topmessage #bread {
  padding: 1.5rem 0;
}
#page-topmessage #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-topmessage #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-topmessage #bread li:last-child:after {
  content: "";
}
#page-topmessage #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-topmessage #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-topmessage #lead-profile {
  background: #FAF9F6;
  padding: 30px 0;
}
#page-topmessage #lead-profile .inner {
  position: relative;
}
#page-topmessage #lead-profile .inner .profile-img {
  position: absolute;
  right: 10px;
  bottom: -30px;
}
#page-topmessage #lead-profile .inner .profile-img img {
  width: 280px;
}
#page-topmessage #lead-profile h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 1rem 0;
}
#page-topmessage #lead-profile span {
  font-size: 24px;
}
#page-topmessage #lead-profile span:after {
  display: block;
  width: 36px;
  padding: 0 0 0.5rem 0;
  content: " ";
  border-bottom: 2px solid #F0810B;
}
#page-topmessage #lead-profile ul {
  padding: 0 0 0 2rem;
}
#page-topmessage #lead-profile li {
  list-style: disc;
}
#page-topmessage #lead-profile .more {
  text-align: right;
  padding: 0 3rem 0 0;
  background: url("../images-bg/common/arrow_orange.png") no-repeat center right;
  position: relative;
  right: 35%;
}
#page-topmessage #lead-profile .more a {
  color: #F0810B;
  font-weight: bold;
}
#page-topmessage #lead-profile .more a:hover {
  text-decoration: underline;
}
#page-topmessage .wrap2column {
  padding: 40px 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 2.1fr 1fr;
  -ms-grid-columns: 2.1fr 1fr;
  grid-gap: 40px;
}
#page-topmessage .wrap2column h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 0.25rem 0 0.25rem 1.5rem;
  border-left: 6px solid #F0810B;
  color: #F0810B;
  margin: 0 0 2rem 0;
}
#page-topmessage .wrap2column h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 1.5rem 0;
  border-top: 4px solid #DBDBDB;
  position: relative;
}
#page-topmessage .wrap2column h3:before {
  content: "";
  width: 30px;
  display: inline;
  position: absolute;
  border-top: 4px solid #F0810B;
  top: -4px;
  left: 0;
}
#page-topmessage .wrap2column .left > section {
  margin: 0 0 70px 0;
}
#page-topmessage .wrap2column .left > section section {
  margin: 0 0 70px 0;
}
#page-topmessage .wrap2column section p {
  margin-bottom: 1rem;
  text-align: justify;
}
#page-topmessage .wrap2column section img {
  margin-bottom: 1rem;
}
#page-topmessage .wrap2column .right .fixed-sidebar {
  padding: 1.5rem 0;
  border-top: 4px solid #DBDBDB;
  position: sticky;
  top: 3rem;
}
#page-topmessage .wrap2column .right .fixed-sidebar:before {
  content: "";
  width: 30px;
  display: inline;
  position: absolute;
  border-top: 4px solid #F0810B;
  top: -4px;
  left: 0;
}
#page-topmessage .wrap2column .right ul {
  padding: 0 0 0 2rem;
  position: sticky;
}
#page-topmessage .wrap2column .right li {
  padding: 0 0 1rem 0;
  list-style: disc;
}
#page-topmessage .wrap2column .right li:hover {
  color: #F0810B;
  text-decoration: underline;
}
#page-topmessage #topmessage .grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-gap: 20px;
}
#page-topmessage #topmessage .grid img {
  width: 100%;
}
#page-topmessage #topmessage .text_r {
  text-align: right;
}
#page-topmessage #topmessage .text_r img {
  padding: 0.5rem 0;
  width: 30%;
}
#page-topmessage #to-abe .grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-gap: 20px;
}
#page-topmessage #to-abe .grid img {
  width: 100%;
}
#page-topmessage #workandlife .newme {
  background-color: #f7f5f0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin-top: 1rem;
  margin-bottom: 70px;
}
#page-topmessage #workandlife .flex {
  text-align: center;
}
#page-topmessage #result p a {
  color: #F0810B;
  border-bottom: 1px solid #F0810B;
}
#page-topmessage #result ul li {
  margin-bottom: 1rem;
}
#page-topmessage #result ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F0810B;
  border-radius: 50%;
  margin: 0 10px;
}
#page-topmessage #consultant ul {
  overflow: hidden;
  *zoom: 1;
}
#page-topmessage #consultant ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
}
#page-topmessage #consultant ul li:nth-child(4n) {
  margin-right: 0;
}
#page-topmessage #consultant ul p {
  text-align: center;
}
#page-topmessage #consultant ul div {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
#page-topmessage #consultant ul div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#page-topmessage #consultant ul img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#page-topmessage #column ul {
  margin: 0 0 40px;
}
#page-topmessage #column li {
  background: url("../images-bg/common/arrow_orange.png") no-repeat center right;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DBDBDB;
}
#page-topmessage #column li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
#page-topmessage #column li a {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 4fr;
  -ms-grid-columns: 1fr 1fr;
}
#page-topmessage #column li p {
  margin: 0;
  padding-right: 3em;
}
#page-topmessage #column .button {
  text-align: center;
}
#page-topmessage #column .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-topmessage #column .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-topmessage #links {
  width: 100%;
}
#page-topmessage #links ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-gap: 20px;
}

#page-service-list #mv {
  background: url(../images-bg/aboutus/mv.jpg) no-repeat center 0;
  background-size: 1600px auto;
  height: 250px;
}
#page-service-list #mv h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 85px 0 0 0;
}
#page-service-list #mv h1 span {
  font-size: 46px;
  font-weight: bold;
  line-height: 62px;
}
#page-service-list #bread {
  padding: 1.5rem 0;
}
#page-service-list #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-service-list #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-service-list #bread li:last-child:after {
  content: "";
}
#page-service-list #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-service-list #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-service-list #service h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-service-list #service .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}
#page-service-list #service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#page-service-list #service li {
  flex-basis: 30%;
  margin: 0 0 70px 0;
}
#page-service-list #service li p {
  font-size: 14px;
}
#page-service-list #service li h3:hover {
  color: #F0810B;
  text-decoration: underline;
}
#page-service-list #service li div {
  object-fit: cover;
  width: 300px;
  height: 200px;
  position: relative;
  margin-bottom: 1rem;
}
#page-service-list #service li div:before {
  content: "";
  display: block;
  padding-top: 200px;
}
#page-service-list #service li img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#page-service-list #service h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-service-list #links {
  background: #FAF9F6;
  padding: 90px 0;
}
#page-service-list #links ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

#page-special-offer #bread {
  padding: 1.5rem 0;
}
#page-special-offer #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-special-offer #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-special-offer #bread li:last-child:after {
  content: "";
}
#page-special-offer #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-special-offer #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-special-offer #benefit {
  padding: 80px 0;
  background-color: #FAF9F6;
}
#page-special-offer #benefit h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-special-offer #benefit .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 20px 0;
}
#page-special-offer #benefit form {
  text-align: center;
}
#page-special-offer #benefit form input[type="password"] {
  background-color: #fff;
  border: 2px solid #DBDBDB;
  padding: 0.5em 1em;
  text-align: left;
  margin-right: 1.5em;
}
#page-special-offer #benefit form input[type="submit"] {
  background-color: #DBDBDB;
  padding: 0.5em 1em;
  border-radius: 3px;
}
#page-special-offer #listen-again {
  padding: 80px 0;
}
#page-special-offer #listen-again h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-special-offer #listen-again .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}
#page-special-offer #listen-again ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#page-special-offer #listen-again ul::after {
  display: block;
  content: "";
  width: 300px;
}
#page-special-offer #listen-again li {
  flex-basis: 300px;
}
#page-special-offer #listen-again li p a img {
  width: 100%;
  margin: 0 0 1rem 0;
}
#page-special-offer #listen-again h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-special-offer #listen-again h4 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-special-offer #business-content {
  background-color: #FAF9F6;
  padding: 80px 0;
}
#page-special-offer #business-content h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-special-offer #business-content h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-special-offer #business-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
  margin: 50px 0 0 0;
}
#page-special-offer #business-content li {
  flex-basis: 200px;
  height: 200px;
  margin: 0 0 70px 0;
  background-color: #E3DFC4;
  border-radius: 50%;
  position: relative;
}
#page-special-offer #business-content li p {
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}
#page-special-offer #service {
  padding: 80px 0;
}
#page-special-offer #service h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-special-offer #service .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}
#page-special-offer #service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#page-special-offer #service li {
  flex-basis: 30%;
  margin: 0 0 70px 0;
}
#page-special-offer #service li img {
  margin: 0 0 1rem 0;
}
#page-special-offer #service li p {
  font-size: 14px;
}
#page-special-offer #service h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-special-offer #service .button {
  text-align: center;
}
#page-special-offer #service .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-special-offer #service .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-special-offer #please-consultation {
  background-color: #FAF9F6;
  padding: 80px 0;
}
#page-special-offer #please-consultation h2 {
  text-align: center;
  font-size: 24px;
  border: 2px solid #F0810B;
  background-color: #fff;
  padding: 1rem;
  margin: 0 80px 45px 80px;
}
#page-special-offer #please-consultation .lead-text {
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 80px 45px 80px;
}
#page-special-offer #please-consultation .button {
  text-align: center;
}
#page-special-offer #please-consultation .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-special-offer #please-consultation .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}
#page-special-offer #case {
  padding: 70px 0;
}
#page-special-offer #case h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
}
#page-special-offer #case .lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 0 45px 0;
}
#page-special-offer #case .step1,
#page-special-offer #case .step2 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#page-special-offer #case .step1 li,
#page-special-offer #case .step2 li {
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#page-special-offer #case .step1 li img,
#page-special-offer #case .step2 li img {
  width: 100%;
}
#page-special-offer #case .step1,
#page-special-offer #case .step2 {
  padding: 0 0 10px 0;
}
#page-special-offer #case .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-special-offer #case .contents li {
  flex-basis: 30%;
  padding: 0 0 60px 0;
}
#page-special-offer #case .contents li img {
  width: 100%;
  border-radius: 3px;
  padding: 0 0 0.75em 0;
}
#page-special-offer #case .contents li h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0 0 0.75em 0;
}
#page-special-offer #case .contents li p {
  font-size: 14px;
}
#page-special-offer #case .button {
  text-align: center;
}
#page-special-offer #case .button a {
  display: inline-block;
  background: url("../images-bg/common/arrow_white.png") no-repeat 90% center #F0810B;
  padding: 0.75rem 5rem;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
#page-special-offer #case .button a:hover {
  transition-duration: 0.2s;
  opacity: 0.8;
}

#page-service-seminar #bread {
  padding: 1rem 0 2.5rem;
  position: relative;
  z-index: 999;
}
#page-service-seminar #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-service-seminar #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-service-seminar #bread li:last-child:after {
  content: "";
}
#page-service-seminar #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-service-seminar #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-service-seminar #mv {
  background: url(../images-bg/service-seminar/mv.jpg) no-repeat center 0/contain;
  background-size: 1400px 470px;
  height: 470px;
}
#page-service-seminar #mv .links {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
#page-service-seminar #mv .links li:first-child {
  margin-right: 10px;
}
#page-service-seminar #mv .links li:last-child {
  margin-left: 10px;
}
#page-service-seminar #mv .links li img {
  filter: drop-shadow(10px 4px 10px rgba(0, 0, 0, 0.1));
}
#page-service-seminar #feature {
  background-color: #faf9f6;
  padding-top: 128px;
}
#page-service-seminar #feature h2 {
  text-align: center;
}
#page-service-seminar #feature .feature-box {
  display: flex;
  margin-top: 40px;
}
#page-service-seminar #feature .feature-box img {
  width: 520px;
}
#page-service-seminar #feature .feature-box p {
  margin-left: 40px;
  margin-bottom: 1rem;
}
#page-service-seminar #feature .industry-box {
  position: relative;
  margin-top: 60px;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  padding: 43px 53px 34px;
}
#page-service-seminar #feature .industry-box h3 {
  position: absolute;
  width: 680px;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  background: linear-gradient(180deg, #faf9f6 0%, #faf9f6 50%, #fff 50%, #fff 100%);
}
#page-service-seminar #feature .industry-box ul {
  display: flex;
  flex-wrap: wrap;
}
#page-service-seminar #feature .industry-box li {
  font-size: 20px;
  font-weight: bold;
  width: 178px;
}
#page-service-seminar #feature .industry-box li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background-image: url(../images-bg/service-seminar/check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 7px;
}
#page-service-seminar #feature .satisfaction {
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
}
#page-service-seminar #feature .satisfaction h2 {
  margin-bottom: 38px;
  text-align: left;
}
#page-service-seminar #feature .satisfaction p {
  width: 420px;
  margin-bottom: 1rem;
}
#page-service-seminar #feature .satisfaction p:last-child {
  margin-bottom: 0;
}
#page-service-seminar #feature .satisfaction .img_af {
  width: 540px;
  margin-left: 40px;
}
#page-service-seminar #feature .satisfaction .img_af img {
  width: 100%;
}
#page-service-seminar #logo-list {
  padding-top: 60px;
}
#page-service-seminar #logo-list h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
}
#page-service-seminar #logo-list h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 62px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-service-seminar .cv-download {
  margin-top: 60px;
}
#page-service-seminar .cv-download .cv-download-sub {
  display: block;
  margin: 0 auto 30px;
}
#page-service-seminar .cv-download img {
  max-width: 100%;
  text-align: center;
}
#page-service-seminar #details {
  background-color: #faf9f6;
  margin-top: 100px;
  padding-top: 66px;
}
#page-service-seminar #details .service-title {
  margin-top: -106px;
  text-align: center;
}
#page-service-seminar #details h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
#page-service-seminar #details h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 62px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-service-seminar #details .tab {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  text-align: center;
}
#page-service-seminar #details .tab li {
  flex-grow: 1;
  flex-basis: 25%;
  display: table;
  border: 1px solid #d3d3d3;
  border-bottom: none;
}
#page-service-seminar #details .tab a {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  padding: 0.5rem 0;
  color: #666;
  text-decoration: none;
}
#page-service-seminar #details .tab a:after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 1rem;
}
#page-service-seminar #details .tab .active a {
  position: relative;
  background: #ef810b;
  color: #fff;
  display: block;
  height: 100%;
}
#page-service-seminar #details .tab .active a:after {
  content: "-";
}
#page-service-seminar #details .tab-content {
  display: none;
  border: 4px solid #F0810B;
  padding: 10px 0 20px 20px;
  background-color: #fff;
}
#page-service-seminar #details .tab-content.ordermade {
  text-align: center;
  padding: 20px;
}
#page-service-seminar #details .tab-content.ordermade a {
  padding: 0.5rem 0px !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
}
#page-service-seminar #details .tab-content.ordermade a:nth-child(1) {
  border: none !important;
}
#page-service-seminar #details .tab-content.ordermade a img {
  max-width: 490px;
  width: 95%;
}
#page-service-seminar #details .tab-content.active {
  display: block;
}
#page-service-seminar #details .tab-content.active a {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 130px 190px auto;
  -ms-grid-columns: 130px 190px auto;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d3d3d3;
}
#page-service-seminar #details .tab-content.active a:nth-child(1) {
  border-top: 1px solid #d3d3d3;
}
#page-service-seminar #details .tab-content.active a .category {
  text-align: center;
}
#page-service-seminar #details .tab-content.active a .category span {
  display: block;
  width: 160px;
  text-align: center;
  border: 1px solid #333;
}
#page-service-seminar #details .tab-content.active a .title {
  text-align: justify;
}
#page-service-seminar #details ul.search-keys {
  display: flex;
  flex-wrap: wrap;
}
#page-service-seminar #details ul.search-keys li {
  margin: 8px 20px 0 0;
  list-style: none;
  padding: 10px 20px 10px 2.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background: url("../images-bg/common/check-gray.png") no-repeat #fff 0.75rem center;
  cursor: pointer;
}
#page-service-seminar #details ul.search-keys li.active {
  background: url("../images-bg/common/check-orange.png") no-repeat #fffbef 0.75rem center;
  border: 1px solid #d3d3d3;
}
#page-service-seminar #details .service-seminar-content {
  margin-top: 70px;
}
#page-service-seminar #details .service-seminar-content .h3-wrap {
  text-align: center;
}
#page-service-seminar #details .service-seminar-content .h3-wrap h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(#fbfaf7 40%, #f5e775 60%);
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title {
  display: flex;
  background-color: #333;
  border-radius: 35px;
  margin-top: 40px;
  align-items: center;
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title li {
  width: calc( 100% / 3 );
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title li a {
  padding: 15px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title li a span {
  border-right: 1px dashed #fff;
  display: block;
  width: 100%;
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title li a span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images-bg/service-seminar/arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 16px;
}
#page-service-seminar #details .service-seminar-content .service-seminar-content-title li:last-child span {
  border-right: none;
}
#page-service-seminar #details .lead {
  display: flex;
  margin-top: 40px;
}
#page-service-seminar #details .lead .wp-content-area {
  width: 420px;
}
#page-service-seminar #details .lead .thumbnail {
  width: 540px;
  margin-left: 40px;
}
#page-service-seminar #details .lead .thumbnail img {
  width: 100%;
}
#page-service-seminar #details .seminar-title-sample {
  margin-top: 50px;
}
#page-service-seminar #details .seminar-title-sample h4 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#page-service-seminar #details .seminar-title-sample h4::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 11px;
  background-image: url(../images-bg/service-seminar/title-decoration.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 30px;
}
#page-service-seminar #details .seminar-title-sample h4::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 11px;
  background-image: url(../images-bg/service-seminar/title-decoration.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 30px;
}
#page-service-seminar #details .seminar-title-sample ul {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px 40px;
}
#page-service-seminar #details .seminar-title-sample ul li {
  line-height: 1;
  border-bottom: 1px dashed #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.25rem;
  position: relative;
}
#page-service-seminar #details .seminar-title-sample ul li::before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #F0810B;
}
#page-service-seminar #details .seminar-title-sample ul li:last-child {
  border-bottom: 0;
}
#page-service-seminar #details .casestudy-title-wrap {
  margin-top: 30px;
  padding-top: 40px;
  background: url(../images-bg/service-seminar/people_box.png);
  height: 174px;
}
#page-service-seminar #details .casestudy-title-wrap .casestudy-title {
  text-align: center;
}
#page-service-seminar #details .casestudy-title-wrap h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 18px;
}
#page-service-seminar #details .case-study-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#page-service-seminar #details .case-study-list li {
  flex-basis: 31%;
  min-width: 300px;
  list-style: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 12px;
}
#page-service-seminar #details .case-study-list li a {
  color: #333;
  text-decoration: none;
}
#page-service-seminar #details .case-study-list li a:hover {
  text-decoration: underline;
}
#page-service-seminar #details .case-study-list li a img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
#page-service-seminar #details .case-study-list li a h5 {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}
#page-service-seminar #details .case-study-list li a p {
  margin-top: 15px;
  padding: 0 20px;
}
#page-service-seminar #details .details-records .news-title-wrap {
  margin-top: 80px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}
#page-service-seminar #details .details-records .news-title-wrap h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-left: 12px;
}
#page-service-seminar #details .details-records .news-list {
  background-color: #fff;
  border-radius: 16px;
  padding: 53px 0 40px 40px;
  margin-top: -24px;
}
#page-service-seminar #details .details-records .news-list li {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  width: 920px;
}
#page-service-seminar #details .details-records .news-list li:first-child {
  padding-top: 0;
}
#page-service-seminar #details .details-records .news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#page-service-seminar #details .details-records .news-list li a {
  color: #333;
  text-decoration: none;
  display: grid;
  grid-template-columns: 130px 190px 600px;
}
#page-service-seminar #details .details-records .news-list li a .category {
  text-align: center;
}
#page-service-seminar #details .details-records .news-list li a .category span {
  width: 160px;
  display: block;
  background-color: #141414;
  color: #fff;
  font-size: 15px;
}
#page-service-seminar #details .details-records .news-list li a .title:hover {
  text-decoration: underline;
}
#page-service-seminar #details .lecturer-title-wrap {
  margin-top: 40px;
  padding-top: 40px;
  background: url(../images-bg/service-seminar/img_lecturer.png) no-repeat right/contain;
  height: 220px;
  text-align: center;
}
#page-service-seminar #details .lecturer-title-wrap h4 {
  font-weight: bold;
  font-size: 26px;
  margin-top: 25px;
  line-height: 1;
}
#page-service-seminar #details .lecturer-title-wrap p {
  margin-top: 40px;
}
#page-service-seminar #details .consultant-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#page-service-seminar #details .consultant-list li {
  margin-right: 25px;
}
#page-service-seminar #details .consultant-list li:nth-child(5n) {
  margin-right: 0;
}
#page-service-seminar #details .consultant-list li a {
  margin-bottom: 30px;
  display: block;
  width: 180px;
  text-decoration: none;
  text-align: center;
  color: #333;
}
#page-service-seminar #details .consultant-list li a img {
  width: 100%;
}
#page-service-seminar #details .consultant-list li a h5 {
  margin-top: 20px;
  font-size: 18px;
}
#page-service-seminar #details .consultant-list li a h5:hover {
  text-decoration: underline;
}
#page-service-seminar .cv-contact {
  background-color: #f2cf6d;
  padding: 60px 0 40px;
}
#page-service-seminar .cv-contact img {
  max-width: 100%;
}
#page-service-seminar #details .tab-area .tab-content {
  display: none;
}
#page-service-seminar #details .tab-area .active {
  display: block;
}
#page-service-seminar #details .service-seminar-content {
  display: none;
}
#page-service-seminar #details .service-seminar-content.active {
  display: block;
}
#page-service-seminar #faq {
  padding-top: 100px;
  padding-bottom: 140px;
}
#page-service-seminar #faq .inner {
  display: flex;
}
#page-service-seminar #faq .inner .faq-title-wrap h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  position: relative;
  margin-top: 30px;
}
#page-service-seminar #faq .inner .faq-title-wrap h2::before {
  content: "";
  position: absolute;
  bottom: -28px;
  display: inline-block;
  width: 62px;
  height: 3px;
  left: 0;
  background-color: #ef810b;
}
#page-service-seminar #faq .inner .faq-list {
  width: 660px;
  margin-left: 80px;
  counter-reset: number 0;
}
#page-service-seminar #faq .inner .faq-list li {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}
#page-service-seminar #faq .inner .faq-list li h3 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 84px;
  padding-right: 40px;
}
#page-service-seminar #faq .inner .faq-list li h3 .toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ef810b;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#page-service-seminar #faq .inner .faq-list li h3 .toggle_btn::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-service-seminar #faq .inner .faq-list li h3 .toggle_btn::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-service-seminar #faq .inner .faq-list li h3::before {
  counter-increment: number 1;
  content: "Q" counter(number);
  font-size: 32px;
  font-weight: bold;
  color: #ef810b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-service-seminar #faq .inner .faq-list li .accordion-open.active .toggle_btn {
  background-color: #fff;
  border: 1px solid #ef810b;
}
#page-service-seminar #faq .inner .faq-list li .accordion-open.active .toggle_btn::before {
  content: normal;
}
#page-service-seminar #faq .inner .faq-list li .accordion-open.active .toggle_btn::after {
  background-color: #ef810b;
}
#page-service-seminar #faq .inner .faq-list li p {
  background-color: #faf9f6;
  padding: 20px;
  margin-top: 30px;
}
#page-service-seminar #faq .accordion-open {
  cursor: pointer;
}
#page-service-seminar #faq .accordion-close {
  display: none;
}
#page-service-seminar #flow {
  padding-top: 65px;
  padding-bottom: 80px;
  background-color: #fbfaf7;
}
#page-service-seminar #flow .process-title {
  margin-top: -106px;
  text-align: center;
}
#page-service-seminar #flow h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
#page-service-seminar #flow h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 62px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-service-seminar #flow ol {
  margin-top: 90px;
}
#page-service-seminar #flow ol li {
  display: flex;
  margin-bottom: 50px;
}
#page-service-seminar #flow ol li:last-child {
  margin-bottom: 0;
}
#page-service-seminar #flow ol li .text {
  margin-left: 30px;
  padding-top: 7px;
  width: 660px;
}
#page-service-seminar #flow ol li .text h3 {
  line-height: 1;
  display: inline-block;
  background: linear-gradient(#fbfaf7 40%, #f5e775 60%);
  font-size: 24px;
  font-weight: bold;
}
#page-service-seminar #flow ol li .text p {
  margin-top: 20px;
}
#page-service-seminar #latest-seminar-list {
  background: url(../images-bg/service-seminar/circle_left.png) left top/15% auto no-repeat, url(../images-bg/service-seminar/circle_right.png) right bottom/22% auto no-repeat;
  background-color: #fbfaf7;
  padding-top: 120px;
  padding-bottom: 45px;
}
#page-service-seminar #latest-seminar-list .event-title {
  text-align: center;
}
#page-service-seminar #latest-seminar-list h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-top: 33px;
  position: relative;
}
#page-service-seminar #latest-seminar-list h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 62px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-service-seminar #latest-seminar-list p {
  margin-top: 70px;
  text-align: center;
}
#page-service-seminar #latest-seminar-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 0;
}
#page-service-seminar #latest-seminar-list ul li {
  flex-basis: 31%;
  min-width: 300px;
  list-style: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 35px;
  padding-bottom: 40px;
}
#page-service-seminar #latest-seminar-list ul li a {
  color: #333;
  text-decoration: none;
}
#page-service-seminar #latest-seminar-list ul li a:hover {
  text-decoration: underline;
}
#page-service-seminar #latest-seminar-list ul li a img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#page-service-seminar #latest-seminar-list ul li a .seminar-day {
  margin-top: 20px;
  padding: 0 20px;
  color: #666;
  text-align: left;
}
#page-service-seminar #latest-seminar-list ul li a h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0 20px;
}
#page-service-seminar #fixed-menu-pc {
  display: block;
  position: fixed;
  z-index: 999;
  top: 150px;
  right: 0;
}
#page-service-seminar #fixed-menu-pc ul li {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}
#page-service-seminar #fixed-menu-pc ul li:first-child {
  margin-bottom: 6px;
}
#page-service-seminar #fixed-menu-pc ul li a {
  padding: 46px 20px 15px 20px;
  display: block;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
#page-service-seminar #fixed-menu-pc ul li a:hover {
  opacity: 0.6;
  transition: 0.3;
}
#page-service-seminar #fixed-menu-pc ul .seminar-choose a {
  color: #141414;
  background-color: #fff;
}
#page-service-seminar #fixed-menu-pc ul .seminar-choose a::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images-bg/service-seminar/search.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-service-seminar #fixed-menu-pc ul .seminar-ask a {
  color: #fff;
  background-color: #ef810b;
}
#page-service-seminar #fixed-menu-pc ul .seminar-ask a::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background-image: url(../images-bg/service-seminar/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-service-seminar #fixed-menu-sp {
  display: none;
}
@media only screen and (max-width: 680px) {
  #page-service-seminar #fixed-menu-pc {
    display: none;
  }
  #page-service-seminar #fixed-menu-sp {
    position: fixed;
    z-index: 999;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #page-service-seminar #fixed-menu-sp ul {
    width: 100%;
    display: flex;
  }
  #page-service-seminar #fixed-menu-sp ul li {
    width: 50%;
  }
  #page-service-seminar #fixed-menu-sp ul li a {
    display: block;
  }
  #page-service-seminar #fixed-menu-sp ul li a img {
    width: 100%;
  }
}

#page-service-consulting #bread {
  padding: 1rem 0 0;
}
#page-service-consulting #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-service-consulting #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-service-consulting #bread li:last-child:after {
  content: "";
}
#page-service-consulting #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#page-service-consulting #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#page-service-consulting #mv {
  background: url(../images-bg/service-consulting/mv/bg.jpg) no-repeat center 0;
  height: 482px;
}
#page-service-consulting #mv h1 {
  text-align: center;
}
#page-service-consulting #records {
  background: url(../images-bg/service-consulting/records/bg.jpg) no-repeat center bottom #FAF9F6;
}
#page-service-consulting #records ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative;
  top: -35px;
  padding-bottom: 25px;
}
#page-service-consulting #records .conclusion {
  text-align: center;
  padding-bottom: 50px;
}
#page-service-consulting #records .anything-industry {
  text-align: center;
  padding-bottom: 120px;
}
#page-service-consulting #first-cv {
  background: url(../images-bg/service-consulting/first-cv/bg.png) no-repeat center 0;
  height: 510px;
}
#page-service-consulting #first-cv .inner {
  position: relative;
}
#page-service-consulting #first-cv .sub {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
}
#page-service-consulting #first-cv .btn {
  position: absolute;
  top: 320px;
  left: 410px;
}
#page-service-consulting #model {
  text-align: center;
  background: #FAF9F6;
  padding: 100px 0;
}
#page-service-consulting #model h2 {
  padding-bottom: 30px;
}
#page-service-consulting #model h2 + p {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 50px;
}
#page-service-consulting #solution {
  padding: 80px 0 60px;
  background: url(../images-bg/service-consulting/solution/bg.png) no-repeat center 0;
}
#page-service-consulting #solution h2 {
  padding-bottom: 40px;
}
#page-service-consulting #solution ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
#page-service-consulting #solution li img {
  padding-bottom: 1.5rem;
}
#page-service-consulting #solution li h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 1rem;
}
#page-service-consulting #solution li p {
  text-align: justify;
}
#page-service-consulting #feature {
  background: url(../images-bg/service-consulting/feature/bg.png) repeat;
  padding: 120px 0 40px;
}
#page-service-consulting #feature h2 {
  text-align: center;
  padding-bottom: 50px;
}
#page-service-consulting #feature .graph {
  padding-bottom: 30px;
}
#page-service-consulting #feature .btn {
  padding-bottom: 60px;
  text-align: center;
}
#page-service-consulting #feature ul li {
  padding-bottom: 60px;
}
#page-service-consulting .repeat-cv {
  background: url(../images-bg/service-consulting/repeat-cv/bg.png) no-repeat center 0;
  height: 640px;
}
#page-service-consulting .repeat-cv h2 {
  text-align: center;
  padding: 60px 0 30px;
}
#page-service-consulting .repeat-cv .contents {
  background: url(../images-bg/service-consulting/repeat-cv/contents.png) no-repeat center 0;
  height: 382px;
  position: relative;
}
#page-service-consulting .repeat-cv .contents ul {
  position: absolute;
  width: 100%;
  top: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#page-service-consulting .repeat-cv .contents ul li {
  text-align: center;
}
#page-service-consulting #last-message {
  background: url(../images-bg/service-consulting/last-message/bg1.jpg) no-repeat center 0;
  background-size: 1600px;
  padding: 500px 0 0;
}
#page-service-consulting #last-message .inner {
  max-width: 660px;
}
#page-service-consulting #last-message h2 {
  text-align: center;
  padding-bottom: 40px;
}
#page-service-consulting #last-message p {
  text-align: justify;
  padding-bottom: 1.5rem;
}
#page-service-consulting #last-message .bg2 {
  background: url(../images-bg/service-consulting/last-message/bg2.jpg) no-repeat center 0;
  background-size: 1600px;
  height: 380px;
}
#page-service-consulting #other-service-list {
  padding: 100px;
}
#page-service-consulting #other-service-list h2 {
  text-align: center;
  padding-bottom: 70px;
}
#page-service-consulting #other-service-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 50px;
}
#page-service-consulting #other-service-list li {
  flex-basis: 30%;
  margin: 0 0 70px 0;
}
#page-service-consulting #other-service-list li p {
  font-size: 14px;
}
#page-service-consulting #other-service-list li h3:hover {
  color: #F0810B;
  text-decoration: underline;
}
#page-service-consulting #other-service-list li div {
  object-fit: cover;
  width: 300px;
  height: 200px;
  position: relative;
  margin-bottom: 1rem;
}
#page-service-consulting #other-service-list li div:before {
  content: "";
  display: block;
  padding-top: 200px;
}
#page-service-consulting #other-service-list li img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#page-service-consulting #other-service-list h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
}
#page-service-consulting #fixed-menu-sp {
  display: none;
}
@media only screen and (max-width: 680px) {
  #page-service-consulting #fixed-menu-pc {
    display: none;
  }
  #page-service-consulting #fixed-menu-sp {
    position: fixed;
    z-index: 999;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #page-service-consulting #fixed-menu-sp ul {
    width: 100%;
    display: flex;
  }
  #page-service-consulting #fixed-menu-sp ul li {
    width: 50%;
  }
  #page-service-consulting #fixed-menu-sp ul li a {
    display: block;
  }
  #page-service-consulting #fixed-menu-sp ul li a img {
    width: 100%;
  }
}

#page-workinterval article a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
#page-workinterval article a.text-link {
  text-decoration: underline;
  color: #F0810B;
}
#page-workinterval article a.text-link:hover {
  text-decoration: none;
  color: #F0810B;
}
#page-workinterval #bread {
  padding: 1.5rem 0;
}
#page-workinterval #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#page-workinterval #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#page-workinterval #bread li:last-child:after {
  content: "";
}
#page-workinterval #bread li a {
  text-decoration: underline;
}
#page-workinterval #bread li a:hover {
  text-decoration: none;
}
#page-workinterval #mv {
  background: url(../images-bg/workinterval/bg-h1.jpg) no-repeat center 0;
  background-size: cover;
  height: 470px;
}
#page-workinterval #mv h1 {
  text-align: center;
}
#page-workinterval #mv h1 img {
  padding-top: 75px;
}
#page-workinterval #nav {
  position: relative;
  top: -2em;
}
#page-workinterval #nav .links {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  background: #FBFAF7;
  border-radius: 0.5em;
}
#page-workinterval #nav .links li a {
  display: block;
  padding: 1.5em 0;
  text-align: center;
}
#page-workinterval #nav .links li a:hover {
  text-decoration: underline;
}
#page-workinterval #nav .links li a:after {
  display: inline-block;
  content: "";
  padding: 0.5em;
  margin-left: 0.5em;
  background: url("../images-bg/common/arrow_orange_under.png") no-repeat 0 50%;
}
#page-workinterval #topics {
  margin-bottom: 60px;
}
#page-workinterval #topics ul {
  margin-bottom: 1.5em;
}
#page-workinterval #topics li {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5em 0 1em;
}
#page-workinterval #topics li:nth-child(1) {
  padding: 0 0 1em;
}
#page-workinterval #topics li a {
  display: grid;
  grid-template-columns: fit-content(100%) 1fr 4fr;
  grid-gap: 1.5em;
}
#page-workinterval #topics li a .date {
  font-size: 16px;
}
#page-workinterval #topics li a .category {
  position: relative;
  font-size: 14px;
  top: -0.5em;
}
#page-workinterval #topics li a .category span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
}
#page-workinterval #topics li a .title {
  font-size: 16px;
}
#page-workinterval #topics .more {
  text-align: right;
}
#page-workinterval #topics .more a {
  padding-bottom: 5px;
  border-bottom: 1px solid #F0810B;
}
#page-workinterval #topics .more a:hover {
  border-bottom: none;
}
#page-workinterval #topics .more a:after {
  display: inline-block;
  content: "";
  padding: 0.6em;
  margin-left: 0.5em;
  background: url("../images-bg/common/arrow_orange.png") no-repeat 0 70%;
}
#page-workinterval #company-list h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  margin-bottom: 1em;
}
#page-workinterval #company-list h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #company-list .declare {
  background: url(../images-bg/workinterval/bg-declare.jpg) no-repeat center 0px;
  background-size: cover;
  height: 370px;
}
#page-workinterval #company-list .declare .inner {
  max-width: 760px;
}
#page-workinterval #company-list .declare img {
  padding: 2em 0;
}
#page-workinterval #company-list .declare p {
  padding-bottom: 3em;
}
#page-workinterval #company-list .list {
  margin: 60px 0;
}
#page-workinterval #company-list .list ul {
  overflow: hidden;
  *zoom: 1;
}
#page-workinterval #company-list .list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#page-workinterval #company-list .list li:nth-child(4n) {
  margin-right: 0;
}
#page-workinterval #company-list .list li h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 12px;
  width: 230px;
}
#page-workinterval #company-list .list li h3 a:hover {
  text-decoration: underline;
}
#page-workinterval #company-list .list li > a {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 230px;
  padding: 10px;
  border: 1px solid #DBDBDB;
  position: relative;
}
#page-workinterval #company-list .list li > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 20px solid #F0810B;
  border-left: 20px solid transparent;
}
#page-workinterval #company-list .list li > a .left {
  float: left;
  width: 68px;
  margin-right: 8px;
}
#page-workinterval #company-list .list li > a .right {
  float: right;
  width: 132px;
}
#page-workinterval #company-list .list li > a .face-img {
  overflow: hidden;
  width: 68px;
  height: 68px;
}
#page-workinterval #company-list .list li > a .face-img img {
  width: 100%;
}
#page-workinterval #company-list .list li > a .logo-img {
  width: 132px;
  height: 26px;
  margin-bottom: 5px;
  display: table;
}
#page-workinterval #company-list .list li > a .logo-img .img-wrap-for-middle {
  display: table-cell;
  vertical-align: middle;
  height: 26px;
}
#page-workinterval #company-list .list li > a .signature-img {
  width: 132px;
  height: 26px;
}
#page-workinterval #company-list .list li > a .signature-img img {
  width: auto;
  height: 26px;
}
#page-workinterval #company-list .list li > a .position {
  font-size: 10px;
  letter-spacing: -1px;
  padding: 0;
}
#page-workinterval #company-list .list li > a .position span {
  display: block;
  transform: scale(0.8);
  width: 180px;
  position: relative;
  left: -14px;
}
#page-workinterval #company-list .company-message .inner {
  max-width: 760px;
  padding: 1.5em 0 60px;
}
#page-workinterval #company-list .company-message .inner h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  border-top: 4px solid #DBDBDB;
  padding: 1em 0;
  padding-bottom: 0;
}
#page-workinterval #company-list .company-message .inner h3::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -4px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #company-list .company-message .inner p.name {
  font-size: 20px;
  margin-bottom: 1em;
}
#page-workinterval #company-list .company-message .inner .clearfix {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
#page-workinterval #company-list .company-message .inner .clearfix .left {
  float: left;
  width: 200px;
  margin-right: 20px;
}
#page-workinterval #company-list .company-message .inner .clearfix .right {
  float: right;
  width: 540px;
}
#page-workinterval #company-list .company-message .inner .clearfix .face-img {
  width: 200px;
  height: 200px;
}
#page-workinterval #company-list .company-message .inner .clearfix .face-img img {
  width: 100%;
}
#page-workinterval #company-list .company-message .inner .clearfix .logo-img {
  width: 540px;
  height: 76px;
  margin-bottom: 14px;
  display: table;
}
#page-workinterval #company-list .company-message .inner .clearfix .logo-img .img-wrap-for-middle {
  display: table-cell;
  vertical-align: middle;
  height: 76px;
}
#page-workinterval #company-list .company-message .inner .clearfix .signature-img {
  width: 410px;
  height: 78px;
}
#page-workinterval #company-list .company-message .inner .clearfix .signature-img img {
  width: auto;
  height: 78px;
}
#page-workinterval #company-list .company-message .inner .clearfix .position {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  padding: 0;
}
#page-workinterval #company-list .company-message .inner .back-to-list {
  text-align: right;
}
#page-workinterval #company-list .company-message .inner .back-to-list a {
  padding-bottom: 5px;
  border-bottom: 2px solid #F0810B;
}
#page-workinterval #company-list .company-message .inner .back-to-list a:hover {
  border-bottom: none;
}
#page-workinterval #company-list .company-message .inner .back-to-list a:after {
  display: inline-block;
  content: "";
  padding: 0.5em 0.4em;
  margin-left: 0.5em;
  background: url("../images-bg/common/arrow_orange_above.png") no-repeat 0 70%;
}
#page-workinterval .cv {
  text-align: center;
  background: url(../images-bg/workinterval/bg-cv.jpg) no-repeat center 0px;
  background-size: cover;
  height: 423px;
  padding: 100px 0;
  margin-bottom: 80px;
}
#page-workinterval .cv.cv-last {
  margin-bottom: 0;
}
#page-workinterval .cv h2 {
  margin-bottom: 28px;
}
#page-workinterval .cv p {
  margin-bottom: 40px;
}
#page-workinterval .cv ul li {
  display: inline-block;
}
#page-workinterval .cv ul li + li {
  margin-left: 40px;
}
#page-workinterval #howto-contact .inner {
  max-width: 760px;
}
#page-workinterval #howto-contact h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
#page-workinterval #howto-contact h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #howto-contact h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  border-top: 4px solid #DBDBDB;
  padding: 1em 0;
}
#page-workinterval #howto-contact h3::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -4px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #howto-contact section {
  margin-bottom: 60px;
}
#page-workinterval #howto-contact .why-workinterval .grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 30px;
  margin-bottom: 1em;
}
#page-workinterval #howto-contact .why-workinterval p {
  text-align: justify;
}
#page-workinterval #howto-contact .flow ol li {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
#page-workinterval #interview {
  margin-bottom: 100px;
}
#page-workinterval #interview .inner {
  max-width: 760px;
}
#page-workinterval #interview h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
#page-workinterval #interview h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #whatis-workinterval {
  margin-bottom: 100px;
}
#page-workinterval #whatis-workinterval .inner {
  max-width: 760px;
}
#page-workinterval #whatis-workinterval h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
#page-workinterval #whatis-workinterval h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #whatis-workinterval .wp-content-area h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  border-top: 4px solid #DBDBDB;
  padding: 1em 0;
}
#page-workinterval #whatis-workinterval .wp-content-area h3::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -4px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #relation-links {
  margin-bottom: 60px;
}
#page-workinterval #relation-links .inner {
  max-width: 760px;
}
#page-workinterval #relation-links h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
#page-workinterval #relation-links h2::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ef810b;
}
#page-workinterval #relation-links ul {
  margin-bottom: 1.5em;
}
#page-workinterval #relation-links li {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5em 0 1em;
}
#page-workinterval #relation-links li:nth-child(1) {
  border-top: 1px solid #DBDBDB;
}
#page-workinterval #relation-links li a {
  display: grid;
  grid-template-columns: 1.25fr 4fr;
  grid-gap: 1.5em;
}
#page-workinterval #relation-links li a .category {
  position: relative;
  font-size: 14px;
  top: -0.5em;
}
#page-workinterval #relation-links li a .category span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
}
#page-workinterval #relation-links li a .title {
  font-size: 16px;
}

#single-staffprofile #bread {
  padding: 1.5rem 0;
}
#single-staffprofile #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#single-staffprofile #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#single-staffprofile #bread li:last-child:after {
  content: "";
}
#single-staffprofile #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#single-staffprofile #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#single-staffprofile #work-life .more .accordion-open {
  cursor: pointer;
}
#single-staffprofile #work-life .more .accordion-close {
  display: none;
}
#single-staffprofile article section, #single-staffprofile article ul {
  padding-bottom: 50px;
}
#single-staffprofile article .tab-area .tab-content {
  border: 1px solid #555;
}
#single-staffprofile article a {
  color: blue;
  text-decoration: underline;
}
#single-staffprofile article li {
  list-style: disc;
  padding-bottom: 1em;
}
#single-staffprofile article li.active {
  background-color: #eee;
}
#single-staffprofile article h1 {
  font-size: 40px;
}
#single-staffprofile article h2 {
  font-size: 30px;
}
#single-staffprofile article h3 {
  font-size: 24px;
}
#single-staffprofile article h4 {
  font-size: 18px;
}
#single-staffprofile article img {
  width: 300px;
  height: 300px;
}
#single-staffprofile #mv {
  width: 100%;
  height: 420px;
  margin: 0 0 25px;
  text-align: left;
}
#single-staffprofile #mv .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 120px 0 0 30px;
  background-color: #FCFCFB;
  background: url(../images/bg02.png) repeat-x 0 0;
  border: 1px solid #eee;
}
#single-staffprofile #mv .inner h1 {
  font-size: 37px;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
  display: inline-block;
  background: url(../images/bar02.png) repeat-x 0 100%;
  line-height: 1;
}
#single-staffprofile #mv .inner ul {
  list-style: disc;
  padding-left: 10px;
  font-size: 12px;
  margin: 0 0 1.5em 10px;
  padding-bottom: 0;
}
#single-staffprofile #mv .inner ul li {
  padding-bottom: 0;
}
#single-staffprofile #mv .inner p {
  line-height: 2em;
  margin: 0 0 1.5em;
  font-size: 13px;
}
#single-staffprofile #mv .inner img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 0;
  width: 280px;
  height: auto;
}
#single-staffprofile #video {
  margin-top: 80px;
}
#single-staffprofile #video h2 {
  text-align: center;
  font-size: 24px;
  color: #a39d6d;
  line-height: 1;
  margin: 0 0 20px;
}
#single-staffprofile #video ul {
  text-align: left;
  padding: 0;
  margin: 0 auto;
}
#single-staffprofile #video ul li {
  list-style: none;
}
#single-staffprofile #video ul li a {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
  display: flex;
  color: #666;
  text-decoration: none;
}
#single-staffprofile #video ul li a:hover {
  text-decoration: underline;
}
#single-staffprofile #video ul li a img {
  width: 200px;
  height: auto;
  margin: 0 20px 10px 0;
}
#single-staffprofile #video ul li a p {
  font-size: 13px;
}
#single-staffprofile #video ul li a h3 {
  font-weight: bold;
  font-size: 15px;
}
#single-staffprofile #work-life {
  margin: 0;
  padding: 0;
}
#single-staffprofile #work-life h2 {
  text-align: center;
  font-size: 15px;
}
#single-staffprofile #work-life section {
  padding-bottom: 0;
}
#single-staffprofile .more {
  margin-top: 50px;
  padding-bottom: 0;
}
#single-staffprofile .more #more-work-life-button {
  max-width: 100%;
  width: 450px;
  margin: 0 auto 50px;
  display: block;
  border: solid #a6a6a6 1px;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  color: #333333;
}
#single-staffprofile .more #more-work-life-button:hover {
  text-decoration: underline;
}
#single-staffprofile #case-post {
  margin-top: 100px;
}
#single-staffprofile #case-post h2 {
  text-align: center;
  font-size: 24px;
  color: #a39d6d;
  line-height: 1;
  margin: 0 0 20px;
}
#single-staffprofile #case-post ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 50px;
}
#single-staffprofile #case-post ul::after {
  display: block;
  content: "";
  width: 30%;
  min-width: 300px;
}
#single-staffprofile #case-post ul li {
  list-style: none;
  flex-basis: 30%;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background-color: #fcfcf9;
  padding-bottom: 0;
}
#single-staffprofile #case-post ul li a {
  padding: 20px;
  color: #666;
  display: block;
  text-decoration: none;
}
#single-staffprofile #case-post ul li a:hover {
  text-decoration: underline;
}
#single-staffprofile #case-post ul li a img {
  width: 100%;
  height: auto;
}
#single-staffprofile #case-post ul li a h5 {
  margin-top: 20px;
  font-weight: bold;
}
#single-staffprofile #case-list .inner {
  border: dotted 1px #ddd;
  margin: 0 auto;
  padding: 30px 30px 10px;
  text-align: center;
  background-color: #f9f9f9;
}
#single-staffprofile #case-list .inner h2 {
  color: #666;
  margin: 0 0 20px;
  font-size: 18px;
}
#single-staffprofile #case-list .inner h2 span {
  font-size: 14px;
}
#single-staffprofile #case-list .inner ul {
  line-height: 1.7em;
  margin: 0 0 1.5em;
  padding: 0;
}
#single-staffprofile #case-list .inner ul li {
  margin-bottom: 10px;
  list-style: none;
  padding: 0 15px 0 14px;
  border-left: 1px solid #484848;
  display: inline-block;
  line-height: 1em;
  font-size: 12px;
}
#single-staffprofile #case-list .inner ul li:first-child {
  padding: 0 15px;
  border-left: none;
}
#single-staffprofile #case-list .inner ul li a {
  color: #666;
  text-decoration: none;
}
#single-staffprofile #case-list .inner ul li a:hover {
  text-decoration: underline;
}
#single-staffprofile #seminar {
  margin-top: 50px;
}
#single-staffprofile #seminar h2 {
  text-align: center;
  font-size: 24px;
  color: #a39d6d;
  line-height: 1;
  margin: 0 0 20px;
}
#single-staffprofile #seminar ul li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 30px 20px;
  margin-bottom: 30px;
}
#single-staffprofile #seminar ul li:last-child {
  margin-bottom: 0;
}
#single-staffprofile #seminar ul li .title {
  border-bottom: dotted 1px #ddd;
}
#single-staffprofile #seminar ul li .title h3 {
  font-weight: bold;
  font-size: 18px;
}
#single-staffprofile #seminar ul li .company {
  margin-top: 15px;
  border-bottom: dotted 1px #ddd;
}
#single-staffprofile #seminar ul li .company p {
  font-weight: bold;
  font-size: 18px;
}
#single-staffprofile #seminar ul li .freetext {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}
#single-staffprofile #seminar .more-button a {
  max-width: 100%;
  width: 450px;
  margin: 0 auto 50px;
  display: block;
  border: solid #a6a6a6 1px;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  color: #333;
}
#single-staffprofile #seminar .more-button a:hover {
  text-decoration: underline;
}
#single-staffprofile #latest-seminar-report h2 {
  text-align: center;
  font-size: 20px;
  color: #a39d6d;
  margin: 0 0 20px;
}
#single-staffprofile #latest-seminar-report ul li {
  list-style: none;
  padding-bottom: 0;
}
#single-staffprofile #latest-seminar-report ul li:first-child {
  border-top: 1px solid #E4E4E4;
}
#single-staffprofile #latest-seminar-report ul li a {
  color: #666;
  text-decoration: none;
  display: grid;
  grid-template-columns: 190px auto;
  border-bottom: 1px solid #E4E4E4;
  padding: 1.5rem 0;
}
#single-staffprofile #latest-seminar-report ul li a .category {
  text-align: center;
}
#single-staffprofile #latest-seminar-report ul li a .category span {
  display: block;
  width: 160px;
  text-align: center;
  border: 1px solid #4E4E4E;
}
#single-staffprofile #latest-seminar-report ul li a .title {
  text-align: justify;
}
#single-staffprofile #latest-seminar-report ul li a .title:hover {
  text-decoration: underline;
}
#single-staffprofile #latest-seminar-report .button a {
  max-width: 100%;
  width: 450px;
  margin: 0 auto 50px;
  display: block;
  border: solid #a6a6a6 1px;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  color: #333;
}
#single-staffprofile #latest-seminar-report .button a:hover {
  text-decoration: underline;
}
#single-staffprofile #media-list .inner {
  background: #fcfcf9;
  border: solid 1px #f2f1eb;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
}
#single-staffprofile #media-list .inner h2 {
  text-align: center;
  font-size: 20px;
  color: #a39d6d;
  margin: 0 0 20px;
}
#single-staffprofile #media-list .inner ul {
  padding-bottom: 0;
  margin-left: 20px;
}
#single-staffprofile #media-list .inner ul li {
  padding-bottom: 0;
  margin-bottom: 5px;
}
#single-staffprofile #media-list .inner ul li a {
  color: #666;
  font-size: 13px;
}
#single-staffprofile #media-list .inner ul li a:hover {
  text-decoration: none;
}
#single-staffprofile .cv-contact {
  background-color: #f2cf6d;
  padding: 60px 0 40px;
}
#single-staffprofile .cv-contact img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#single-staffprofile .cv-download {
  margin-top: 100px;
}
#single-staffprofile .cv-download .cv-download-sub {
  display: block;
  margin: 0 auto 30px;
}
#single-staffprofile .cv-download img {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
}

#archive-staffprofile #bread {
  padding: 1.5rem 0;
}
#archive-staffprofile #bread li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#archive-staffprofile #bread li:after {
  content: ">";
  margin: 0 0 0 1rem;
}
#archive-staffprofile #bread li:last-child:after {
  content: "";
}
#archive-staffprofile #bread a {
  color: #F0810B;
  text-decoration: underline;
}
#archive-staffprofile #bread a:hover {
  color: #F0810B;
  text-decoration: none;
}
#archive-staffprofile h1 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
  font-size: 22px;
  color: #666;
  line-height: 1;
}
#archive-staffprofile h1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#archive-staffprofile h2 {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #F0810B;
  text-align: center;
  margin: 0 0 1.3rem 0;
  margin: 0;
}
#archive-staffprofile h2 span {
  line-height: 30px;
  border-bottom: 6px solid #F0810B;
  position: relative;
  bottom: 30px;
}
#archive-staffprofile .consultant-list ul, #archive-staffprofile .work-stylist ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
#archive-staffprofile .consultant-list ul li, #archive-staffprofile .work-stylist ul li {
  width: 180px;
  margin: 0 10px 20px;
}
#archive-staffprofile .consultant-list ul li img, #archive-staffprofile .work-stylist ul li img {
  width: 100%;
  border: 1px solid #eee;
}
#archive-staffprofile .consultant-list ul li h5, #archive-staffprofile .work-stylist ul li h5 {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: underline;
}
#archive-staffprofile .consultant-list .consul-text-box {
  background: #F8F8F8;
  padding: 20px 30px;
  text-align: left;
  max-width: 900px;
  margin: 30px auto 0;
}
#archive-staffprofile .consultant-list .consul-text-box p {
  margin-bottom: 1.5em;
  line-height: 2em;
}
#archive-staffprofile .consultant-list .consul-text-box p:last-child {
  margin-bottom: 0;
}
#archive-staffprofile .consultant-list .consul-text-box a {
  text-decoration: underline;
}
#archive-staffprofile .work-stylist {
  margin-top: 100px;
}
#archive-staffprofile .work-stylist .work-stylist-text-box a {
  display: block;
  max-width: 600px;
  border: solid #a6a6a6 1px;
  padding: 15px;
  text-align: center;
  color: #333;
  font-size: 13px;
  margin: 30px auto 50px;
}

@media only screen and (max-width: 1000px) {
  body {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  }

  .inner {
    padding-left: 2%;
    padding-right: 2%;
  }

  .only-pc {
    display: none !important;
  }

  #page-top {
    right: 20px;
    bottom: 20px;
  }
  #page-top img {
    width: 60px;
    height: 60px;
  }

  header {
    position: relative;
  }
  header .inner .logo {
    max-width: 70%;
  }
  header .inner .logo img {
    width: 100%;
  }
  header nav {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    float: none;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 100px;
    background-color: #fff;
  }
  header nav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  header nav li {
    display: block;
    margin: 0;
    padding: 0.75rem 0;
  }
  header nav .for-listening-lecture {
    position: static;
    margin: 0;
    padding: 0.75rem 0;
  }
  header nav #header-nav-pc {
    display: none;
  }
  header nav .for-listening-lecture,
  header nav #header-nav,
  header nav #header-nav-sp {
    border-radius: 0;
  }
  header nav .for-listening-lecture li,
  header nav #header-nav li,
  header nav #header-nav-sp li {
    text-align: left;
    padding-left: 2rem;
  }
  header nav .for-listening-lecture li a,
  header nav #header-nav li a,
  header nav #header-nav-sp li a {
    display: block;
  }
  header nav #header-nav,
  header nav #header-nav-sp {
    background-color: #fff;
  }
  header nav #header-nav li,
  header nav #header-nav-sp li {
    border-bottom: 1px solid #DBDBDB;
    background: url("../images-bg/common/arrow_orange.png") no-repeat 90% center;
  }

  #header-nav ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  #header-nav li {
    display: block;
    margin: 0;
    padding: 0.75rem 0;
  }

  #menu-open {
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    height: inherit;
    width: fit-content;
  }
  #menu-open img {
    height: 100%;
  }

  footer li {
    border-left: 0;
  }

  #page-home #mv {
    height: fit-content;
    padding: 0;
    margin: 0;
    background: none;
  }
  #page-home #mv img {
    width: 100%;
  }
  #page-home #mv h2 {
    display: none;
  }
  #page-home #mv .lead-text {
    display: none;
  }
  #page-home #mv ul {
    position: relative;
    bottom: 120px;
  }
  #page-home #mv ul li {
    padding: 1rem 0.5rem;
  }
  #page-home #mv ul h3 {
    font-size: 17px;
    letter-spacing: -1px;
    margin-bottom: 0.75rem;
  }
  #page-home #mv ul h3 span {
    font-size: 19px;
  }
  #page-home #mv ul a {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0px;
    padding: 0.5rem 0;
  }
  #page-home #topics .pickup h3 {
    float: none;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
  }
  #page-home #topics .pickup p a {
    padding: 0 2rem 0 0;
  }
  #page-home #topics .slick-prev {
    z-index: 1;
    left: 0px;
  }
  #page-home #topics .slick-next {
    z-index: 1;
    right: 0px;
  }
  #page-home #topics .slider img {
    height: 280px;
  }
  #page-home #information .tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  #page-home #information .tab li {
    height: 100%;
  }
  #page-home #information .tab li a {
    padding: 0.75rem;
  }
  #page-home #information .tab li:nth-child(1) {
    padding: 0;
  }
  #page-home #information .tab li:nth-child(2),
  #page-home #information .tab li:nth-child(3),
  #page-home #information .tab li:nth-child(4) {
    border-bottom: 1px solid #F0810B;
  }
  #page-home #information .tab .active a:before {
    border: 0;
  }
  #page-home #information .sp-row2 {
    grid-row: 1/3;
    -ms-grid-row: 1/3;
  }
  #page-home #information .tab-content {
    display: none;
  }
  #page-home #information .tab-content.active {
    display: block;
  }
  #page-home #information .tab-content.active ul {
    margin: 0 0 50px 0;
  }
  #page-home #information .tab-content.active ul a {
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
  #page-home #information .tab-content.active ul .date {
    display: inline-block;
    margin-right: 1rem;
  }
  #page-home #information .tab-content.active ul .category {
    display: inline-block;
  }
  #page-home #information .tab-content.active ul .title {
    padding-top: 0.5rem;
  }
  #page-home #service li {
    margin: 0;
  }
  #page-home #case .contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    margin: 0 0 30px 0;
  }
  #page-home #case .contents li {
    padding: 0;
  }
  #page-home #social-change li {
    margin-bottom: 2rem;
    flex-basis: 90%;
    text-align: center;
  }
  #page-home #social-change li img {
    width: 100%;
    max-width: 400px;
  }
  #page-home #links ul {
    display: block;
  }
  #page-home #links ul li {
    text-align: center;
    margin-bottom: 2rem;
  }
  #page-home #links ul li img {
    width: 100%;
    max-width: 800px;
  }

  #page-aboutus .anchor-links ul {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  #page-aboutus .anchor-links li {
    text-align: left;
  }
  #page-aboutus #first-message h3 {
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
  }
  #page-aboutus #first-message .images-box {
    grid-gap: 20px;
    padding: 0 0 1.5rem 0;
  }
  #page-aboutus #first-message .clearfix .left {
    float: none;
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 0 0 1.5rem 0;
  }
  #page-aboutus #first-message .right img {
    width: 100%;
  }
  #page-aboutus #first-message #history .title-area {
    display: none;
  }
  #page-aboutus #first-message #history .one-year {
    display: block;
  }
  #page-aboutus #first-message #history .one-year .when-year {
    font-size: 24px;
    text-align: left;
    margin-bottom: 1rem;
  }
  #page-aboutus #first-message #history .one-year .company {
    margin-bottom: 2rem;
  }
  #page-aboutus #first-message #history .one-year .company:before {
    content: "弊社の活動履歴";
    background: #F0810B;
    color: #fff;
    padding: 0.5rem;
    border-radius: 4px;
  }
  #page-aboutus #first-message #history .one-year .social:before {
    content: "社会の出来事";
    background: #4E4E4E;
    color: #fff;
    padding: 0.5rem;
    border-radius: 4px;
  }
  #page-aboutus #first-message #history .one-year .company,
  #page-aboutus #first-message #history .one-year .social {
    margin-left: 3rem;
  }
  #page-aboutus #first-message #history .one-year .company ul li:nth-child(1),
  #page-aboutus #first-message #history .one-year .social ul li:nth-child(1) {
    margin-top: 0.5rem;
  }
  #page-aboutus #company-information .information {
    justify-content: center;
  }
  #page-aboutus #company-information .information > div {
    max-width: 480px;
    width: 100%;
  }
  #page-aboutus #social-change .box {
    display: block;
  }
  #page-aboutus #column ul {
    justify-content: center;
  }
  #page-aboutus #column ul li {
    max-width: 480px;
    width: 100%;
  }
  #page-aboutus #workstyle li {
    width: 48%;
  }
  #page-aboutus #books ul.video-list {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  #page-aboutus #links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #page-topmessage #mv {
    height: 300px;
  }
  #page-topmessage #lead-profile .inner {
    position: static;
  }
  #page-topmessage #lead-profile .inner .profile-img {
    padding: 30px 20%;
    position: static;
    text-align: center;
  }
  #page-topmessage #lead-profile .more {
    right: 0;
  }
  #page-topmessage .wrap2column {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    padding: 40px 2%;
  }
  #page-topmessage .wrap2column .left {
    order: 2;
  }
  #page-topmessage .wrap2column .right {
    order: 1;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar {
    display: block;
    border: 0;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar ul {
    position: static;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 0;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar li {
    border-top: 1px solid #DBDBDB;
    padding: 1.25rem;
    background: url("../images-bg/common/arrow_orange.png") no-repeat 95% center;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar li:nth-child(1) {
    border-top: 0;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar li:hover {
    color: #4E4E4E;
    list-style: none;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar div {
    text-align: center;
    padding: 2rem 10%;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar div img {
    margin: 0 auto;
    width: 100%;
  }
  #page-topmessage .wrap2column .right .fixed-sidebar:before {
    content: none;
  }
  #page-topmessage #topmessage img,
  #page-topmessage #to-abe img,
  #page-topmessage #result img,
  #page-topmessage #links img {
    width: 100%;
  }
  #page-topmessage #column p {
    padding-bottom: 0.5rem;
  }
  #page-topmessage #column li {
    max-width: 480px;
    width: 100%;
  }
  #page-topmessage #column li a {
    display: block;
  }
  #page-topmessage #consultant ul li {
    width: 30%;
    margin-right: 3%;
  }

  #page-case15 #search .tab li {
    width: 25%;
  }
  #page-case15 #search .tab-content {
    max-height: 14rem;
  }
  #page-case15 #logo-list ul {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  #page-case15 #logo-list div.logo-image {
    width: 80%;
    margin: 0 auto;
    min-height: 220px;
  }
  #page-case15 .lightbox > div {
    text-align: center;
    margin: 0 0 1rem 0;
  }
  #page-case15 .lightbox > div img {
    width: 50%;
    height: auto;
  }
  #page-case15 .lightbox h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #page-case15 .lightbox > ul {
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
  }
  #page-case15 .lightbox > ul > li {
    display: block;
    border-bottom: 1px solid #DBDBDB;
    padding: 1rem;
  }
  #page-case15 .lightbox > ul > li:nth-child(1) {
    border-top: 1px solid #DBDBDB;
  }
  #page-case15 .lightbox > ul h3 {
    font-weight: bold;
    padding-bottom: 0.5rem;
  }
  #page-case15 .lightbox > ul ul {
    padding-left: 1.25rem;
  }
  #page-case15 .lightbox > ul ul li {
    list-style: disc;
  }

  #single-staffprofile #mv {
    height: inherit;
    margin: 0;
  }
  #single-staffprofile #mv .inner {
    width: 100%;
    height: inherit;
    padding: 20px 10% 0;
    border: none;
    background: none;
  }
  #single-staffprofile #mv .inner img {
    position: relative;
  }
  #single-staffprofile #video ul li a {
    display: block;
  }
  #single-staffprofile #case-list .inner ul li {
    border-left: none;
    display: block;
  }
  #single-staffprofile #latest-seminar-report ul li a {
    display: block;
  }
  #single-staffprofile #latest-seminar-report ul li .title {
    padding-top: 0.5rem;
  }
  #single-staffprofile .cv-contact {
    padding: 40px 15px;
  }
  #single-staffprofile .cv-contact img {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #single-staffprofile .cv-download .cv-download-sub {
    padding: 0 15px;
  }
  #single-staffprofile .cv-download img {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #page-service-seminar .inner {
    padding: 0 4% !important;
  }
  #page-service-seminar #mv {
    background-image: none;
    background-color: #faf9f6;
    height: auto;
    position: relative;
  }
  #page-service-seminar #mv .inner {
    padding: 0 !important;
  }
  #page-service-seminar #mv #bread {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0 2.5rem;
    font-size: 14px;
  }
  #page-service-seminar #mv #bread li {
    margin: 0 0.25rem 0 0;
  }
  #page-service-seminar #mv #bread li:after {
    margin: 0 0 0 0.25rem;
  }
  #page-service-seminar #mv #bread .inner {
    padding: 0 4% !important;
  }
  #page-service-seminar #mv h1 img {
    width: 100%;
  }
  #page-service-seminar #mv .links {
    position: absolute;
    top: 80%;
    display: block;
    margin-top: 0;
    width: 100%;
  }
  #page-service-seminar #mv .links li {
    width: 92%;
    margin: auto;
  }
  #page-service-seminar #mv .links li:first-child {
    margin-right: auto;
  }
  #page-service-seminar #mv .links li:last-child {
    margin-left: auto;
    margin-top: 25px;
  }
  #page-service-seminar #mv .links li img {
    width: 100%;
  }
  #page-service-seminar #feature {
    padding-top: 160px;
  }
  #page-service-seminar #feature h2 {
    width: 86.4%;
    margin: 0 auto;
  }
  #page-service-seminar #feature h2 img {
    width: 100%;
  }
  #page-service-seminar #feature .feature-box {
    display: block;
    text-align: center;
  }
  #page-service-seminar #feature .feature-box img {
    width: 92%;
  }
  #page-service-seminar #feature .feature-box p {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  #page-service-seminar #feature .feature-box p:first-child {
    margin-top: 30px;
  }
  #page-service-seminar #feature .industry-box {
    margin-top: 40px;
    padding: 70px 30px 30px;
  }
  #page-service-seminar #feature .industry-box h3 {
    font-size: 20px;
    width: 295px;
    text-align: center;
    top: 20px;
    background: linear-gradient(180deg, #faf9f6 0%, #faf9f6 20%, #fff 20%, #fff 100%);
  }
  #page-service-seminar #feature .industry-box ul li {
    font-size: 16px;
    width: 50%;
  }
  #page-service-seminar #feature .satisfaction {
    margin-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }
  #page-service-seminar #feature .satisfaction .satisfaction-box {
    display: contents;
  }
  #page-service-seminar #feature .satisfaction .satisfaction-box h2 {
    width: 78%;
    order: -1;
  }
  #page-service-seminar #feature .satisfaction .satisfaction-box h2 img {
    width: 100%;
  }
  #page-service-seminar #feature .satisfaction .satisfaction-box .text {
    margin-top: 30px;
  }
  #page-service-seminar #feature .satisfaction .satisfaction-box .text p {
    width: 100%;
  }
  #page-service-seminar #feature .satisfaction .img_af {
    order: -1;
    margin: 0 auto;
    width: 92%;
  }
  #page-service-seminar #feature .satisfaction .img_af img {
    width: 100%;
  }
  #page-service-seminar #logo-list {
    padding-bottom: 20px;
  }
  #page-service-seminar #logo-list h2 {
    font-size: 24px;
    padding: 0 15px;
  }
  #page-service-seminar #details .service-title {
    margin-top: -82px;
  }
  #page-service-seminar #details .service-title img {
    width: 46%;
  }
  #page-service-seminar #details h2 {
    font-size: 24px;
    margin-top: 18px;
  }
  #page-service-seminar #details .tab a {
    padding: 0.5rem;
  }
  #page-service-seminar #details .service-seminar-content {
    margin-top: 60px;
  }
  #page-service-seminar #details .service-seminar-content .h3-wrap h3 {
    font-size: 24px;
  }
  #page-service-seminar #details .service-seminar-content .service-seminar-content-title {
    border-radius: 12px;
    margin-top: 30px;
    align-items: center;
  }
  #page-service-seminar #details .service-seminar-content .service-seminar-content-title li a {
    font-size: 17px;
    line-height: 1.2;
  }
  #page-service-seminar #details .service-seminar-content .service-seminar-content-title li a span {
    padding: 15px 0 30px;
    position: relative;
  }
  #page-service-seminar #details .service-seminar-content .service-seminar-content-title li a span::after {
    position: absolute;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-left: 0;
  }
  #page-service-seminar #details .lead {
    flex-direction: column;
    padding-bottom: 0;
  }
  #page-service-seminar #details .lead .wp-content-area {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  #page-service-seminar #details .lead .thumbnail {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  #page-service-seminar #details .lead .thumbnail.video {
    width: 100%;
  }
  #page-service-seminar #details .lead .thumbnail iframe {
    width: 100%;
  }
  #page-service-seminar #details .seminar-title-sample {
    margin-top: 60px;
    padding-bottom: 0;
  }
  #page-service-seminar #details .seminar-title-sample h4 {
    font-size: 20px;
    position: relative;
    padding: 0 30px;
  }
  #page-service-seminar #details .seminar-title-sample h4::before {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 4px;
    background-image: url(../images-bg_sp/service-seminar/title-decoration.png);
    margin-right: 0;
  }
  #page-service-seminar #details .seminar-title-sample h4::after {
    display: none;
  }
  #page-service-seminar #details .seminar-title-sample ul {
    padding: 5px 20px;
  }
  #page-service-seminar #details .seminar-title-sample ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
  #page-service-seminar #details .seminar-title-sample ul li::before {
    width: 10px;
    height: 10px;
    top: 18px;
    transform: none;
  }
  #page-service-seminar #details .casestudy-title-wrap {
    margin-top: 40px;
    padding-top: 0;
    background: none;
    height: auto;
  }
  #page-service-seminar #details .casestudy-title-wrap .casestudy-img {
    width: 80%;
    margin: 20px auto 0;
  }
  #page-service-seminar #details .casestudy-title-wrap .casestudy-img img {
    width: 100%;
  }
  #page-service-seminar #details .casestudy-title-wrap .casestudy-title {
    margin-top: 20px;
  }
  #page-service-seminar #details .casestudy-title-wrap .casestudy-title img {
    width: 53%;
  }
  #page-service-seminar #details .casestudy-title-wrap h4 {
    font-size: 20px;
    margin-top: 13px;
  }
  #page-service-seminar #details .case-study-list li {
    margin: 0 auto 40px;
  }
  #page-service-seminar #details .case-study-list li:last-child {
    margin-bottom: 0;
  }
  #page-service-seminar #details .case-study-list li a h5 {
    font-size: 15px;
  }
  #page-service-seminar #details .case-study-list li a p {
    font-size: 14px;
  }
  #page-service-seminar #details .details-records .news-title-wrap {
    margin: 60px auto 0;
    display: block;
    text-align: center;
  }
  #page-service-seminar #details .details-records .news-title-wrap .news-title img {
    width: 25%;
  }
  #page-service-seminar #details .details-records .news-title-wrap h4 {
    font-size: 20px;
    margin: 13px auto 0;
  }
  #page-service-seminar #details .details-records .news-list {
    padding: 44px 20px 30px;
  }
  #page-service-seminar #details .details-records .news-list li {
    padding: 20px 0;
    width: 100%;
  }
  #page-service-seminar #details .details-records .news-list li a {
    display: block;
  }
  #page-service-seminar #details .details-records .news-list li a .date {
    display: inline-block;
    font-size: 13px;
  }
  #page-service-seminar #details .details-records .news-list li a .category {
    display: inline-block;
    margin-left: 12px;
  }
  #page-service-seminar #details .details-records .news-list li a .category span {
    width: 120px;
    font-size: 12px;
  }
  #page-service-seminar #details .details-records .news-list li a .title {
    margin-top: 13px;
    width: 100%;
    font-size: 15px;
  }
  #page-service-seminar #details .lecturer-title-wrap {
    padding-top: 20px;
    height: 97px;
  }
  #page-service-seminar #details .lecturer-title-wrap .lecturer-title img {
    width: 44%;
  }
  #page-service-seminar #details .lecturer-title-wrap h4 {
    font-size: 20px;
    margin-top: 13px;
  }
  #page-service-seminar #details .lecturer-text {
    margin-top: 10px;
    padding: 20px 0;
  }
  #page-service-seminar #details .consultant-list {
    justify-content: space-between;
    margin-top: 0px;
  }
  #page-service-seminar #details .consultant-list li a {
    flex-basis: 32%;
    margin-right: 0;
  }
  #page-service-seminar #details .consultant-list li a h5 {
    font-size: 13px;
    margin-top: 10px;
  }
  #page-service-seminar #faq {
    padding-top: 80px;
    padding-bottom: 95px;
  }
  #page-service-seminar #faq .inner {
    display: block;
  }
  #page-service-seminar #faq .inner .faq-title-wrap {
    text-align: center;
  }
  #page-service-seminar #faq .inner .faq-title-wrap .faq-title img {
    width: 21%;
  }
  #page-service-seminar #faq .inner .faq-title-wrap h2 {
    font-size: 24px;
    margin-top: 13px;
  }
  #page-service-seminar #faq .inner .faq-title-wrap h2::before {
    width: 44px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  #page-service-seminar #faq .inner .faq-list {
    width: 100%;
    max-width: 690px;
    margin: 40px auto 0;
    padding-bottom: 0;
  }
  #page-service-seminar #faq .inner .faq-list li {
    padding: 20px 0;
  }
  #page-service-seminar #faq .inner .faq-list li h3 {
    font-size: 16px;
    padding-left: 4rem;
    padding-right: 25px;
  }
  #page-service-seminar #faq .inner .faq-list li h3 .toggle_btn {
    width: 20px;
    height: 20px;
  }
  #page-service-seminar #faq .inner .faq-list li h3 .toggle_btn::before {
    height: 11px;
    width: 1px;
  }
  #page-service-seminar #faq .inner .faq-list li h3 .toggle_btn::after {
    width: 11px;
    height: 1px;
  }
  #page-service-seminar #faq .inner .faq-list li h3::before {
    font-size: 24px;
  }
  #page-service-seminar #faq .inner .faq-list li p {
    margin-top: 20px;
  }
  #page-service-seminar #flow {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #page-service-seminar #flow .process-title {
    margin-top: -50px;
  }
  #page-service-seminar #flow .process-title img {
    width: 50%;
  }
  #page-service-seminar #flow h2 {
    font-size: 24px;
    margin-top: 18px;
  }
  #page-service-seminar #flow h2::before {
    width: 44px;
    height: 2px;
  }
  #page-service-seminar #flow ol {
    margin-top: 70px;
  }
  #page-service-seminar #flow ol li {
    display: block;
    max-width: 690px;
    width: 100%;
    margin: 0 auto 40px;
  }
  #page-service-seminar #flow ol li img {
    width: 92%;
    margin: 0 auto;
  }
  #page-service-seminar #flow ol li .text {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
  #page-service-seminar #flow ol li .text h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  #page-service-seminar #flow ol li .text p {
    margin-top: 30px;
    text-align: left;
  }
  #page-service-seminar #latest-seminar-list {
    background: url(../images-bg/service-seminar/circle_left.png) left top 1%/34% auto no-repeat, url(../images-bg/service-seminar/circle_right.png) right bottom/42% auto no-repeat;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #page-service-seminar #latest-seminar-list .event-title img {
    width: 86%;
  }
  #page-service-seminar #latest-seminar-list h2 {
    font-size: 24px;
  }
  #page-service-seminar #latest-seminar-list ul li {
    margin: 0 auto 40px;
  }
  #page-service-seminar #latest-seminar-list ul li:last-child {
    margin-bottom: 0;
  }
  #page-service-seminar #latest-seminar-list ul li a .seminar-day {
    font-size: 12px;
  }
  #page-service-seminar #latest-seminar-list ul li a h3 {
    font-size: 15px;
  }
  #page-service-seminar .cv-contact {
    padding: 40px 15px;
  }
  #page-service-seminar .cv-contact img {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #page-service-seminar .cv-download .cv-download-sub {
    padding: 0 15px;
  }
  #page-service-seminar .cv-download img {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #page-service-seminar #cv-under {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0;
  }
  #page-service-seminar #cv-under ul {
    display: flex;
    max-width: 750px;
    padding-bottom: 0;
  }
  #page-service-seminar #cv-under ul li {
    list-style: none;
    width: 50%;
    padding-bottom: 0;
  }
  #page-service-seminar #cv-under ul li img {
    width: 100%;
    height: auto;
  }

  #page-service-list #links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #page-workinterval #mv {
    background: none;
    position: relative;
    height: inherit;
  }
  #page-workinterval #mv .inner {
    padding: 0;
  }
  #page-workinterval #mv h1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  #page-workinterval #mv h1 img {
    padding: 0;
    width: 100%;
  }
  #page-workinterval #bread {
    position: absolute;
    left: 1em;
    z-index: 1;
    font-size: 14px;
  }
  #page-workinterval #bread li {
    margin: 0 0.5rem 0 0;
  }
  #page-workinterval #bread li:after {
    margin: 0 0 0 0.5rem;
  }
  #page-workinterval #nav {
    padding: 0 4%;
  }
  #page-workinterval #nav .links {
    grid-template-columns: 1fr 1fr;
  }
  #page-workinterval #nav .links li a {
    text-align: left;
    padding: 1.5em 1em;
  }
  #page-workinterval #topics li a {
    display: block;
  }
  #page-workinterval #topics li a .date {
    display: inline-block;
  }
  #page-workinterval #topics li a .category {
    display: inline-block;
    top: -0.25em;
    font-size: 12px;
    margin-left: 1em;
  }
  #page-workinterval #topics li a .category span {
    padding: 0 1.5rem;
  }
  #page-workinterval #topics li a .title {
    padding-top: 0.5em;
  }
  #page-workinterval #company-list h2 {
    padding: 0 4%;
  }
  #page-workinterval #company-list .declare {
    background: none;
    height: inherit;
  }
  #page-workinterval #company-list .declare .inner {
    max-width: 100%;
    padding: 0;
    position: relative;
  }
  #page-workinterval #company-list .declare .only-sp {
    width: 100%;
  }
  #page-workinterval #company-list .declare img {
    width: 100%;
  }
  #page-workinterval #company-list .declare p {
    position: absolute;
    padding: 0 6%;
    top: 47%;
    font-size: 20px;
    line-height: 2;
  }
  #page-workinterval #company-list .list .inner {
    padding: 0 4%;
  }
  #page-workinterval #company-list .list ul {
    margin: 0 auto;
    max-width: 660px;
  }
  #page-workinterval #company-list .list li {
    float: left;
    width: 310px;
    margin-bottom: 40px;
  }
  #page-workinterval #company-list .list li:nth-child(2n) {
    margin-right: 0;
  }
  #page-workinterval #company-list .list li:nth-child(4n) {
    margin-right: 0;
  }
  #page-workinterval #company-list .list li > a {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 310px;
    padding: 10px;
    border: 1px solid #DBDBDB;
    position: relative;
  }
  #page-workinterval #company-list .list li > a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 20px solid #F0810B;
    border-left: 20px solid transparent;
  }
  #page-workinterval #company-list .list li > a .left {
    float: left;
    width: 94px;
    margin-right: 14px;
  }
  #page-workinterval #company-list .list li > a .right {
    float: right;
    width: 180px;
  }
  #page-workinterval #company-list .list li > a .face-img {
    overflow: hidden;
    width: 94px;
    height: 94px;
  }
  #page-workinterval #company-list .list li > a .face-img img {
    width: 100%;
  }
  #page-workinterval #company-list .list li > a .logo-img {
    width: 180px;
    height: 45px;
    margin-bottom: 5px;
    display: table;
  }
  #page-workinterval #company-list .list li > a .logo-img .img-wrap-for-middle {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
  }
  #page-workinterval #company-list .list li > a .signature-img {
    width: 192px;
    height: 30px;
  }
  #page-workinterval #company-list .list li > a .signature-img img {
    width: auto;
    height: 30px;
  }
  #page-workinterval #company-list .list li > a .position {
    font-size: 10px;
    letter-spacing: -1px;
    padding: 0;
  }
  #page-workinterval #company-list .list li > a .position span {
    display: block;
    transform: scale(0.9);
    width: 210px;
    position: relative;
    left: -10px;
  }
  #page-workinterval #company-list .company-message .inner {
    padding: 1.5em 4% 60px;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .left {
    width: 200px;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .right {
    float: left;
    width: inherit;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .logo-img {
    width: 100%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .signature-img {
    width: 100%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .signature-img img {
    width: 100%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .position {
    font-size: 16px;
  }
  #page-workinterval .cv {
    height: inherit;
  }
  #page-workinterval .cv ul li {
    margin-bottom: 40px;
  }
  #page-workinterval .cv ul li img {
    max-width: 95%;
  }
  #page-workinterval .cv ul li + li {
    margin-left: 0;
  }
  #page-workinterval #howto-contact .inner {
    padding: 0 4%;
  }
  #page-workinterval #howto-contact .why-workinterval .grid {
    display: block;
  }
  #page-workinterval #howto-contact .why-workinterval .grid .img {
    margin: 0 auto 1.5em;
    text-align: center;
  }
  #page-workinterval #howto-contact .why-workinterval .grid .img img {
    max-width: 90%;
  }
  #page-workinterval #interview .inner {
    padding: 0 4%;
  }
  #page-workinterval #whatis-workinterval .inner {
    padding: 0 4%;
  }
  #page-workinterval #relation-links li a {
    display: block;
  }
  #page-workinterval #relation-links li a .category {
    display: inline-block;
  }
  #page-workinterval #relation-links li a .category span {
    padding: 0em 2em;
  }

  #archive-staffprofile .consultant-list ul, #archive-staffprofile .work-stylist ul {
    width: 96%;
  }
  #archive-staffprofile .consultant-list ul li, #archive-staffprofile .work-stylist ul li {
    width: 46%;
    margin: 0 2% 20px;
  }
}
@media only screen and (max-width: 680px) {
  #page-case15 #logo-list div.logo-image {
    width: 100%;
  }

  #page-workinterval #company-list .declare p {
    padding: 0 4%;
    font-size: 16px;
    line-height: 1.75;
  }
  #page-workinterval #company-list .list li {
    float: none;
    width: 310px;
    margin: 0 auto 40px;
  }
  #page-workinterval #company-list .list li:nth-child(2n) {
    margin-right: auto;
  }
  #page-workinterval #company-list .list li:nth-child(3n) {
    margin-right: auto;
  }
  #page-workinterval #company-list .company-message .inner {
    padding: 1.5em 4% 60px;
  }
  #page-workinterval #company-list .company-message .inner .clearfix {
    margin: 0 auto 2em;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .left {
    width: 30%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .face-img {
    width: 100%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .right {
    float: left;
    width: 60%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .logo-img {
    width: 60%;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .signature-img {
    width: 60%;
    height: inherit;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .signature-img img {
    height: inherit;
  }
  #page-workinterval #company-list .company-message .inner .clearfix .position {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  #page-workinterval #company-list .declare p {
    font-size: 14px;
  }
}
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .slick, .slick-wrapper {
    width: 100%;
  }
}
