@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/*
Edited by 35n139e
https://github.com/35n139e
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
del,
dfn,
em,
img,
q,
small,
strike,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

html {
  color: #333;
  font-size: 15px;
  font-family: -apple-system, Helvetica Neue, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  word-break: break-all;
}

html {
  -webkit-font-smoothing: antialiased;
}

p {
  margin-bottom: 20px;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #595959;
  text-decoration: none;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.img-icon {
  margin: 0 5px;
  vertical-align: top;
}

[aria-hidden=true] {
  visibility: visible;
  display: none;
}

[aria-hidden=false] {
  visibility: visible;
}

button {
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

select,
textarea,
input[type=file],
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  font-family: -apple-system, Helvetica Neue, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 15px;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 7px 10px;
  margin: 0;
  display: inline-block;
  border: 3px solid #ddd;
}
select:focus,
textarea:focus,
input[type=file]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}

select option[selected] {
  color: #666;
}

textarea {
  height: auto;
}

.wpcf7-not-valid-tip {
  background-color: rgb(255, 225, 230);
  margin-top: 5px;
  padding: 5px;
  border-radius: 5px;
}

.wpcf7-response-output {
  display: block;
}

html {
  min-width: 320px;
  height: 100%;
}

.header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .header {
    min-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    flex-direction: column;
  }
}
.header-logo {
  line-height: 1;
  margin: 0;
  min-height: 72px;
  padding: 20px 0 20px 20px;
  display: inline-block;
}
.header-logo picture {
  display: inline-block;
}
.header-hamburger {
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 20px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .header-hamburger {
    display: none;
  }
}
.header-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}
.header-hamburger span:nth-of-type(1) {
  top: 0;
}
.header-hamburger span:nth-of-type(2) {
  top: 7px;
}
.header-hamburger span:nth-of-type(3) {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .header-nav {
    padding: 20px;
  }
}
.header-nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-nav-list li {
  padding: 0 1rem;
  margin: 0;
}
.header-nav-list li_.state-active a {
  border-bottom: 2px solid #ddd;
}
.header-nav-list a,
.header-nav-list button {
  color: #444;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-nav-list {
    opacity: 0;
    visibility: hidden;
    transition: height 0.8s, opacity 0.3s, visibility 0.8s;
    height: 0;
  }
  .header-nav-list li {
    overflow: hidden;
    height: 0;
    transition: height 0.5s, padding 0.5s;
    width: 50%;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .header-nav-list {
    padding-top: 7px;
  }
  .header-nav-list a,
  .header-nav-list button {
    display: inline-block;
  }
  .header-nav-list a:hover,
  .header-nav-list button:hover {
    color: #777777;
  }
}
.header.active .header-hamburger span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.header.active .header-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.header.active .header-hamburger span:nth-of-type(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.header.active .header-nav {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header.active .header-nav-list {
    height: 100%;
    padding: 0;
    visibility: visible;
    opacity: 1;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .header.active .header-nav-list li {
    height: 52px;
    padding: 1rem 2rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .header.active .header-nav-list a {
    height: 100%;
  }
}

@keyframes anime-pagetop-arrow {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -2em;
    opacity: 0;
  }
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
}

#v-root {
  position: relative;
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

#main {
  padding-top: 72px;
}

.footer-nav {
  background: #fff;
  border-top: #e8e8e8 solid 1px;
}
.footer-nav-list {
  margin: 0;
  text-align: center;
}
.footer-nav-list li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer-nav-list li {
    font-size: 0.6rem;
  }
}
.footer-nav-list a {
  color: #333;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.footer-contents {
  background: #333;
  color: #fafbfc;
  padding: 40px 0;
}
.footer-contents-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  padding: 0 40px;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .footer-contents-inner {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
.footer .contents-inner-about,
.footer .contents-inner-map {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .contents-inner-about,
  .footer .contents-inner-map {
    width: 50%;
  }
}
.footer .contents-inner-about {
  padding-right: 0;
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .footer .contents-inner-about {
    padding-right: 20px;
  }
}
.footer .contents-inner-about .inner-about-title {
  margin-bottom: 25px;
}
.footer .contents-inner-about .inner-about-description {
  margin-bottom: 30px;
}
.footer .contents-inner-about .inner-about-description .about-description-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .contents-inner-about .inner-about-description h3 {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footer .contents-inner-about .inner-about-description h3 {
    font-size: 1rem;
  }
}
.footer .contents-inner-about .inner-about-description p {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .footer .contents-inner-about .inner-about-description p {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .contents-inner-about .inner-about-address {
    font-size: 0.8rem;
  }
}
.footer .contents-inner-map {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .footer .contents-inner-map {
    padding-left: 20px;
  }
}
.footer .inner-map-google {
  position: relative;
  padding-bottom: 76.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.footer .inner-map-google iframe,
.footer .inner-map-google object,
.footer .inner-map-google embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .recaptcha {
  background: #222;
}
.footer .recaptcha p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 1000px;
  display: block;
  color: #c2c2c2;
  text-align: right;
  padding: 10px 20px 0 20px;
}
.footer .recaptcha p a {
  color: #c2c2c2;
}
@media only screen and (max-width: 1023px) {
  .footer .recaptcha p {
    font-size: 0.667rem;
    width: 100%;
  }
}
.footer .copyright {
  background: #222;
}
.footer .copyright small {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  display: block;
  color: #c2c2c2;
  text-align: right;
  padding: 0 20px 10px 20px;
}
@media only screen and (max-width: 1023px) {
  .footer .copyright small {
    font-size: 0.667rem;
    width: 100%;
  }
}

.btn,
.btn-submit,
[class^=btn-] {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #333;
  padding: 10px 40px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none;
}
.btn:hover,
.btn-submit:hover,
[class^=btn-]:hover {
  background: #737373;
  color: #fff;
}

.btn-back {
  display: inline-block;
  color: #333;
  font-size: 15px;
  background: #ddd;
  padding: 7.5px 30px;
}
.btn-back:hover {
  background: #eaeaea;
  color: #4d4d4d;
  text-decoration: none;
}

.btn-contact {
  font-size: 25px;
  padding: 20px;
}
.btn-contact:before {
  display: inline-block;
  content: "";
  background-image: url("../img/static/icon/contact.png");
  width: 34px;
  height: 22px;
  margin-right: 1rem;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 559px) {
  .btn-contact:before {
    background-size: 17px;
    width: 17px;
    height: 11px;
  }
}
.btn-contact:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
}
.btn-contact:after {
  position: relative;
  display: inline-block;
  border-width: 2px;
  top: -0.15rem;
  margin-left: 0.5rem;
}

.btn-contact_s {
  font-size: 15px;
  padding: 15px 10px;
}
.btn-contact_s:before {
  display: inline-block;
  content: "";
  background-image: url("../img/static/icon/contact-s.png");
  width: 24px;
  height: 16px;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.btn-contact_s:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
}
.btn-contact_s:after {
  position: relative;
  display: inline-block;
  border-width: 2px;
  top: 0;
  margin-left: 5px;
}

.btn-readmore {
  color: #fff;
  position: relative;
  display: block;
  font-weight: bold;
  margin-left: auto;
  padding: 7px 20px 6px;
  width: 130px;
  background: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
}
.btn-readmore:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
}
.btn-readmore:after {
  border-width: 2px;
  top: -0.15rem;
  right: 15px;
}
.btn-readmore:hover {
  background: #737373;
}

.btn-submit {
  padding: 20px;
}
.btn-submit:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
}
.btn-submit:after {
  position: relative;
  display: inline-block;
  border-width: 2px;
  top: -0.15rem;
  margin-left: 0.5rem;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B4043;
  font-size: 16px;
  background-color: #fff;
  margin: auto;
  border: solid 2px #444444;
  text-decoration: none;
}
.btn-more:hover {
  background: #eaeaea;
  color: #4d4d4d;
  text-decoration: none;
  border: solid 2px transparent;
}

[class^=btn-]:hover {
  text-decoration: none;
}

[class^=label-] {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  vertical-align: baseline;
  white-space: nowrap;
  display: inline-block;
}

[class^=label-] {
  padding: 2px 4px 1px;
  text-align: center;
  text-decoration: none;
}

.label-option {
  background: #fafbfc;
}

.label-required {
  background: #812626;
  color: #fff;
}

.label-option,
.label-required {
  padding: 8px 10px;
}

.form-block {
  display: flex;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .form-block {
    flex-direction: column;
  }
}
.form-block-label, .form-block-column {
  width: 100%;
}
.form-block-label {
  font-size: 17px;
  font-weight: bold;
  padding-top: 8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form-block-label {
    width: 30%;
    margin-bottom: 0;
    position: relative;
    padding-right: 60px;
  }
  .form-block-label .label-option,
  .form-block-label .label-required {
    position: absolute;
    top: 7px;
    right: 0;
  }
  .form-block-label .caption {
    display: block;
  }
}
.form-block-label .caption {
  font-size: 0.8rem;
  font-weight: normal;
}
.form-block-label .label-option,
.form-block-label .label-required {
  margin-left: 20px;
}
.form-block-column {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .form-block-column {
    width: 70%;
    padding-left: 20px;
  }
}
.form-block-column .column {
  width: 100%;
  box-sizing: border-box;
}
.form-block-column > span {
  width: 100%;
}
.form-block-column._liquid-column .column {
  width: 100%;
  margin-top: 10px;
}
.form-block-column._liquid-column .column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 560px) {
  .form-block-column._liquid-column .column {
    width: 100%;
    margin-top: 0;
  }
}

.form-confirm {
  display: flex;
  margin: 0 0 20px;
}
.form-confirm-label {
  width: 30%;
}
.form-confirm-column {
  width: 70%;
  font-size: 17px;
  padding-left: 20px;
}
.form-confirm-column ul {
  margin-bottom: 0;
}

.form-error {
  background-color: #ffd8d8;
  padding: 12px 15px 15px 37.5px;
  list-style-type: disc;
  margin-bottom: 20px;
  color: #812626;
}
.form-error > li {
  margin-bottom: 0;
}

ul.social-buttons {
  list-style: none !important;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
ul.social-buttons li {
  padding: 0 8px 0 0;
}
ul.social-buttons li a,
ul.social-buttons li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
ul.social-buttons li a.copy,
ul.social-buttons li button.copy {
  background-color: #d9d9d9;
}
ul.social-buttons li a.facebook,
ul.social-buttons li button.facebook {
  background-color: #3b5998;
  fill: #fff;
}
ul.social-buttons li a.twitter,
ul.social-buttons li button.twitter {
  background-color: #111319;
  fill: #fff;
}
ul.social-buttons li a.linkedin,
ul.social-buttons li button.linkedin {
  background-color: #0077b5;
  fill: #fff;
}
ul.social-buttons li a.pocket,
ul.social-buttons li button.pocket {
  background-color: #ef4056;
}
ul.social-buttons li a.pocket .st1,
ul.social-buttons li button.pocket .st1 {
  fill: #fff;
}
ul.social-buttons li a.pocket .st2,
ul.social-buttons li button.pocket .st2 {
  fill: none;
}
ul.social-buttons li a:hover,
ul.social-buttons li button:hover {
  transform: translateY(-0.5rem);
  transition: 0.5s;
}
ul.social-buttons li .copy-tooltip {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-size: 0.8rem;
  top: 0;
  left: 0;
  background: #222;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
}

.mod-hdg1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 40px;
}

.mod-hdg2 {
  font-size: 1.733rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.mod-hdg3 {
  font-size: 1.466rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.mod-hdg4 {
  font-weight: bold;
  margin: 0 0 10px;
}

.mod-hdg5 {
  font-weight: bold;
  color: #666;
  margin: 0 0 10px;
}

.mod-hdg-section {
  text-align: center;
  margin-bottom: 55px;
}
.mod-hdg-section .hdg-section-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 50px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .mod-hdg-section .hdg-section-title {
    font-size: 40px;
    margin-bottom: 0.5rem;
  }
}
.mod-hdg-section .hdg-section-lead {
  font-size: 1.466rem;
  font-weight: bold;
  letter-spacing: 6px;
}
@media only screen and (max-width: 559px) {
  .mod-hdg-section .hdg-section-lead {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 560px) {
  .mod-hdg-section .hdg-section-break {
    display: block;
  }
}

.mod-hdg-panel {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
}
.mod-hdg-panel .hdg-panel-title {
  padding: 2.6em 0;
  width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .mod-hdg-panel .hdg-panel-title {
    width: 90%;
    padding: 1.5em 0;
  }
}

.mod-list-post {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
.mod-list-post li {
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mod-list-post li {
    align-items: stretch;
    flex-direction: column;
    padding: 1.5rem 1rem;
  }
}
.mod-list-post .post-info {
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mod-list-post .post-info {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
}
.mod-list-post .post-title {
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .mod-list-post .post-title {
    width: auto;
  }
}
.mod-list-post .post-date {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 2rem;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .mod-list-post .post-date {
    font-size: 1.733rem;
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
.mod-list-post .post-tag {
  background: #ddd;
  display: inline-block;
  font-size: 0.667rem;
  text-align: center;
  padding: 5px 10px 3px;
}

.mod-list-bullet, .page-event .content-wrapper .content-post ul, .page-report .content-post section ul, .page-information .content-post ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 1.3em;
}
.mod-list-bullet > li, .page-event .content-wrapper .content-post ul > li, .page-report .content-post section ul > li, .page-information .content-post ul > li {
  margin-bottom: 3px;
}

.page-service-investment .section-inner, .page-service-investment .investment-lead-text, .page-service-business .section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.mod-section {
  margin-bottom: 50px;
}

.mod-pgh-notice {
  font-size: 0.8rem;
  color: #666;
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 20px;
}
.mod-pgh-notice .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .index-panel {
  background-position: center top;
  background-image: url("../img/static/bg_panel-index.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .page-index .index-panel {
    height: 50vh;
  }
}
.page-index .index-panel-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-panel-inner {
    width: 95%;
    padding: 0;
  }
}
.page-index .index-panel-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.05;
}
@media only screen and (max-width: 559px) {
  .page-index .index-panel-title {
    font-size: 2rem;
  }
}
.page-index .index-panel-desc {
  padding-top: 1em;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  max-width: 33em;
  margin: 0;
}
@media only screen and (max-width: 559px) {
  .page-index .index-panel-desc {
    font-size: 1rem;
  }
}
.page-index .index-panel-desc span {
  letter-spacing: -0.7em;
}
.page-index section.event-page-link {
  margin-top: 32px;
}
.page-index section.event-page-link .inner {
  background: #fafbfc;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 64px;
  width: 1000px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .page-index section.event-page-link .inner {
    width: 90%;
    flex-direction: column;
    padding: 32px;
  }
}
.page-index section.event-page-link .inner .text {
  width: 70%;
  padding-right: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .page-index section.event-page-link .inner .text {
    width: 100%;
    padding: 0;
  }
}
.page-index section.event-page-link .inner .text h2 {
  font-size: 1.733rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-index section.event-page-link .inner .text p {
  font-size: 1.133rem;
}
.page-index section.event-page-link .inner .cv-wrap {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .page-index section.event-page-link .inner .cv-wrap {
    width: 100%;
  }
}
.page-index section.event-page-link .inner .cv-wrap a.btn-event-link {
  background-color: #fff;
  border: 1px solid #A78821;
  color: #A78821;
  width: 80%;
  display: block;
  padding: 1rem;
  height: auto;
  transition: all 0.3s ease;
}
.page-index section.event-page-link .inner .cv-wrap a.btn-event-link:hover {
  background-color: #A78821;
  color: #fff;
}
.page-index .index-section-service-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1480px;
  padding: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-service-inner {
    width: 90%;
  }
}
.page-index .index-section-service .service-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-index .index-section-service .service-column {
  display: block;
  width: 450px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-service .service-column {
    width: 48%;
  }
}
@media only screen and (max-width: 559px) {
  .page-index .index-section-service .service-column {
    width: 100%;
  }
}
.page-index .index-section-service .service-column:hover .column-thumbnail {
  filter: opacity(0.5);
}
.page-index .index-section-service .service-column:hover .column-link {
  text-decoration: none;
}
.page-index .index-section-service .column-thumbnail {
  margin-bottom: 20px;
  filter: opacity(1);
  transition: filter 0.3s ease;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-index .index-section-service .column-title {
  font-weight: bold;
  font-size: 1.466rem;
  margin-bottom: 10px;
  line-height: 1;
}
.page-index .index-section-service .column-text {
  margin-bottom: 5px;
}
.page-index .index-section-service .column-link {
  text-decoration: underline;
  margin: 0;
}
.page-index .index-section-service .btn-submit {
  width: 450px;
  margin: 0 auto;
}
.page-index .index-section-about {
  background-position: center top;
  background-image: url("../img/static/index/bg_about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
}
@media only screen and (min-width: 1024px) {
  .page-index .index-section-about {
    min-height: auto;
    height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-index .index-section-about-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .page-index .index-section-about-inner {
    justify-content: space-between;
    width: 1000px;
  }
}
.page-index .index-section-about-text {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-index .index-section-about-text {
    width: 550px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-about-text {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.page-index .index-section-about-image {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-index .index-section-about-image {
    width: 417px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-about-image {
    order: 1;
    min-width: 209px;
  }
}
.page-index .index-section-about .mod-hdg-section {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-about .mod-hdg-section {
    margin-bottom: 1.733rem;
  }
}
.page-index .index-section-about .about-lead {
  color: #fff;
  font-size: 1.466rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
}
@media only screen and (min-width: 560px) {
  .page-index .index-section-about .about-lead {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-index .index-section-about .about-lead {
    white-space: nowrap;
    font-size: 50px;
  }
}
.page-index .index-section-about .btn-section-about {
  background: #e2e0dc;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  margin: 0 auto;
  max-width: 326px;
}
.page-index .index-section-about .btn-section-about:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  border-top: 1px solid #333;
}
.page-index .index-section-about .btn-section-about:after {
  position: relative;
  display: inline-block;
  border-width: 2px;
  top: -0.15rem;
  margin-left: 0.5rem;
}
.page-index .index-section-about .btn-section-about:hover {
  background: #f9f9f8;
}
@media only screen and (max-width: 767px) {
  .page-index .index-section-about .btn-section-about {
    font-size: 1rem;
  }
}
.page-index .index-section-information {
  margin-bottom: 100px;
}
.page-index .index-section-information-inner {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  padding: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-section-information-inner {
    width: 90%;
  }
}
.page-index .index-section-information .btn-submit {
  max-width: 300px;
  padding: 0.5em 1em 0.45em;
  margin: 0 auto;
}
.page-index .index-box-columns {
  border: #333 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
}
@media only screen and (max-width: 1023px) {
  .page-index .index-box-columns {
    width: 90%;
  }
}
@media only screen and (min-width: 560px) {
  .page-index .index-box-columns {
    padding-left: 0;
  }
}
.page-index .index-box-columns-column {
  width: 100%;
  margin-bottom: 20px;
}
.page-index .index-box-columns-column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 560px) {
  .page-index .index-box-columns-column {
    width: 50%;
    margin-bottom: 0;
  }
}
.page-index .index-box-columns-title {
  font-size: 1.466rem;
  font-weight: bold;
  text-align: center;
}
.page-index .index-box-columns-title-trans {
  color: #666;
  font-size: 1rem;
  display: block;
}

.page-information .main-contents {
  width: 740px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .page-information .main-contents {
    width: 90%;
    margin: 40px auto;
  }
}
.page-information .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-infomation.png");
}
.page-information .p-archive-list {
  letter-spacing: -0.3em;
  text-align: center;
  margin-bottom: 40px;
}
.page-information .p-archive-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1.2;
}
.page-information .p-archive-list li:before {
  content: "/";
  margin: 0 0.3rem;
}
.page-information .p-archive-list li:first-child:before {
  content: none;
  margin: 0;
}
.page-information .p-archive-list a {
  color: #aaa;
}
.page-information .p-archive-list ._state-active {
  color: #333;
  font-weight: bold;
}
.page-information .tab-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 2px #333;
}
.page-information .tab-list li {
  width: 50%;
  padding: 0 1px;
}
.page-information .tab-list li:first-child {
  padding-left: 0;
}
.page-information .tab-list li:last-child {
  padding-right: 0;
}
.page-information .news {
  display: block;
  color: #666;
  border-bottom: solid 2px #fff;
  text-align: center;
  padding: 6px 6px 4px;
  line-height: 1.3;
  text-decoration: none;
}
.page-information .news .content-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 50px;
}
.page-information .information-lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.page-information .information-noData {
  text-align: center;
  padding: 160px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.page-information .information-noData-title {
  font-weight: bold;
}
.page-information .content-post {
  width: 740px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .page-information .content-post {
    width: 90%;
    padding: 40px 0 60px;
  }
}
.page-information .content-post .post-header {
  margin-bottom: 50px;
}
.page-information .content-post .post-date {
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-information .content-post .post-date {
    margin-bottom: 10px;
  }
}
.page-information .content-post .post-tags {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}
.page-information .content-post .post-tags .post-tag {
  margin-right: 1em;
  color: #A78821;
  text-decoration: none;
  transition: 0.3s;
}
.page-information .content-post .post-tags .post-tag:hover {
  opacity: 0.8;
}
.page-information .content-post .post-title {
  font-size: 1.733rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-information .content-post h2 {
  font-size: 1.466rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-information .content-post h3 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  padding: 5px 0 5px 0;
}
.page-information .content-post h4 {
  font-weight: bold;
}
.page-information .content-post h5 {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.page-information .content-post strong {
  font-weight: bold;
}
.page-information .content-post em {
  font-weight: bold;
}
.page-information .content-post p,
.page-information .content-post dd {
  line-height: 2.2;
}
.page-information .content-post p,
.page-information .content-post dl,
.page-information .content-post ul,
.page-information .content-post ol,
.page-information .content-post table {
  margin-bottom: 40px;
}
.page-information .content-post ul ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-information .content-post ol {
  list-style-type: decimal;
  padding-left: 1.3em;
}
.page-information .content-post ol ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-information .content-post li {
  margin-bottom: 10px !important;
}
.page-information .content-post figure {
  margin: 40px 0 80px;
}
.page-information .content-post figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-information .content-post table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
}
.page-information .content-post table thead th,
.page-information .content-post table thead td {
  background: #c2c2c2;
}
.page-information .content-post table th,
.page-information .content-post table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  text-align: left;
}
.page-information .content-post table th {
  font-weight: bold;
}
.page-information .content-post table td:nth-child(1) {
  width: 150px;
  font-weight: bold;
}
.page-information .content-post table td p,
.page-information .content-post table td dl,
.page-information .content-post table td ul {
  margin-bottom: 0;
}
.page-information .content-post dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.page-information .content-post dl dd {
  margin-bottom: 5px;
}
.page-information .content-post dl dd + dt {
  margin-top: 30px;
}
.page-information .content-post .downloadPdf-button {
  padding: 30px 0 20px 0;
}
.page-information .content-post .downloadPdf-button a {
  border: 2px solid #666;
  width: 78%;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  transition: 0.5s;
}
.page-information .content-post .downloadPdf-button a .pdf-icon {
  display: inline-block;
}
.page-information .content-post .downloadPdf-button a .pdf-icon img {
  margin: 5px 5px 3px 5px;
  width: 1.2rem;
  height: 1.2rem;
}
.page-information .content-post .downloadPdf-button a .txt {
  display: inline-block;
}
.page-information .content-post .downloadPdf-button a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) {
  .page-information .content-post .downloadPdf-button a {
    display: flex;
    width: auto;
    flex-direction: row;
    padding: 10px;
  }
  .page-information .content-post .downloadPdf-button a .pdf-icon {
    border-right: 1px solid #eee;
    padding-right: 10px;
    display: block;
  }
  .page-information .content-post .downloadPdf-button a .txt {
    display: flex;
    padding-left: 10px;
  }
}
.page-information .content-post .futuristicField-link {
  padding-bottom: 80px;
}
.page-information .content-post .futuristicField-link a {
  color: #3f9bd1;
  font-size: 14px;
  text-decoration: none;
}
.page-information .content-post .futuristicField-cv-link,
.page-information .content-post .simple-cv-link {
  padding: 100px;
  text-align: center;
}
.page-information .content-post .futuristicField-cv-link a,
.page-information .content-post .simple-cv-link a {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.page-company .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-company.png");
}
.page-company .section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-company .section-inner {
    width: 90%;
  }
}
.page-company .company-section-lead,
.page-company .company-section-outline,
.page-company .company-section-mission {
  width: 740px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-company .company-section-lead,
  .page-company .company-section-outline,
  .page-company .company-section-mission {
    width: 90%;
  }
}
.page-company .company-section-lead {
  padding: 140px 0 40px;
}
@media only screen and (max-width: 767px) {
  .page-company .company-section-lead {
    padding: 60px 0 10px;
  }
}
.page-company .company-section-lead .section-lead-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.page-company .company-section-outline {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 767px) {
  .page-company .company-section-outline {
    padding: 30px 0 50px;
  }
}
.page-company .company-section-mission {
  padding: 10px 0 100px;
}
@media only screen and (max-width: 767px) {
  .page-company .company-section-mission {
    padding-bottom: 50px;
  }
}
.page-company .company-section-mission .desc {
  font-size: 15px;
  line-height: 2.2;
}
.page-company .company-section-mission .by {
  text-align: right;
}
.page-company .company-section-member {
  padding: 70px 0;
  background: #fafbfc;
}
.page-company .company-section-member .member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .page-company .company-section-member .member-list {
    flex-direction: column;
  }
}
.page-company .company-section-member .member-list .member {
  width: 40%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page-company .company-section-member .member-list .member {
    width: 50%;
  }
}
@media only screen and (max-width: 559px) {
  .page-company .company-section-member .member-list .member {
    width: 100%;
  }
}
.page-company .company-section-member .member-list .member-name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-company .company-section-member .member-list .member-title {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.page-company .company-section-member .member-list .member-description {
  font-size: 13px;
  padding: 0 15px;
}
.page-company .section-outline-table {
  width: 100%;
  margin-bottom: 40px;
}
.page-company .section-outline-table th, .page-company .section-outline-table td {
  text-align: left;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 2rem;
}
@media only screen and (max-width: 639px) {
  .page-company .section-outline-table th {
    padding: 0.5rem 0.5rem;
    border-top: none;
    font-size: 1.466rem;
    display: block;
  }
}
@media only screen and (max-width: 639px) {
  .page-company .section-outline-table td {
    padding: 1rem 0.5rem 1.5rem;
    border: none;
    display: block;
  }
}
.page-company .section-outline-link {
  text-align: center;
}
.page-company .company-section-partnership {
  background-position: center top;
  background-image: url("../img/static/company/bg_partnership.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .page-company .company-section-partnership {
    padding: 50px 0;
  }
}
.page-company .section-partnership-description {
  text-align: center;
  font-size: 17px;
}
@media only screen and (max-width: 559px) {
  .page-company .section-partnership-description {
    font-size: 15px;
  }
}

.page-contact .main-contents {
  width: 740px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-contact .main-contents {
    width: 90%;
    margin: 40px auto;
  }
}
.page-contact .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-contact.png");
}
.page-contact .mod-hdg-panel .hdg-panel-title {
  color: #2d2d2d;
}
.page-contact .contact-description {
  text-align: center;
  margin-bottom: 50px;
}
.page-contact .contact-description-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-contact .purpose-checkbox {
  display: flex;
  flex-direction: column;
}
.page-contact .purpose-checkbox > span {
  display: block !important;
}
.page-contact .contact-btn-area {
  text-align: center;
  margin: 60px 0;
}
.page-contact .contact-btn-area p {
  margin-bottom: 15px;
}
.page-contact .contact-btn-area .check-confirm {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.page-contact .contact-btn-area .btn,
.page-contact .contact-btn-area .btn-submit {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 400px;
}
.page-contact .homelink-wrap {
  display: flex;
  justify-content: center;
  padding: 3rem 0 8rem 0;
}
.page-contact .homelink-wrap .btn-home {
  max-width: 400px;
  display: block;
}

.page-service-business .service-business-panel {
  background-position: center top;
  background-image: url("../img/static/service/business/bg_panel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .page-service-business .service-business-panel {
    height: 50vh;
  }
}
.page-service-business .panel-inner {
  width: 1000px;
  margin: 0 auto;
  color: #2d2d2d;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .page-service-business .panel-inner {
    width: 95%;
    padding: 0;
  }
}
.page-service-business .panel-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .page-service-business .panel-title {
    font-size: 2rem;
  }
}
.page-service-business .panel-description {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-business .panel-description {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-service-business .section-inner {
    width: 90%;
    padding: 0;
  }
}
.page-service-business .business-section-outline,
.page-service-business .business-section-service,
.page-service-business .business-section-support {
  padding: 60px 0 100px;
}

.business-section-outline,
.business-section-service,
.business-section-support,
.business-section-solution,
.business-section-process,
.business-section-theme {
  padding: 60px 0 100px;
}

.business-section-process {
  background: #e8e8e8;
}

@media only screen and (max-width: 559px) {
  .business-section-outline .hdg-section-lead br {
    display: none;
  }
}
.business-section-outline .outline-leadContent {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .business-section-outline .outline-leadContent {
    display: block;
  }
}
.business-section-outline .outline-leadContent .leadContent-text {
  margin-right: 40px;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .business-section-outline .outline-leadContent .leadContent-text {
    margin-right: 0;
    font-size: 4.8vw;
  }
}
.business-section-solution .solution-leadContent h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-leadContent h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.business-section-solution .solution-list {
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list {
    display: block;
    font-size: 4.2666666667vw;
    margin-bottom: 18.6666666667vw;
    text-align: justify;
  }
}
.business-section-solution .solution-list li {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #EFF1F4;
  padding: 22px 30px 25px 30px;
  width: 320px;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list li {
    padding: 6.6666666667vw 5.3333333333vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12vw;
  }
}
.business-section-solution .solution-list li:last-child {
  margin-right: 0;
}
.business-section-solution .solution-list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #EFF1F4 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list li::after {
    border-width: 6.6666666667vw 8vw 0 8vw;
  }
}
.business-section-solution .solution-list li p {
  margin-bottom: 0;
}
.business-section-solution .solution-list--order {
  border: solid 1px #5D5652;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  counter-reset: number;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list--order {
    padding: 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
.business-section-solution .solution-list--order li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list--order li {
    padding-left: 8vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}
.business-section-solution .solution-list--order li:last-child {
  margin-bottom: 0;
}
.business-section-solution .solution-list--order li::before {
  counter-increment: number;
  content: counter(number);
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list--order li::before {
    top: 0.8vw;
    font-size: 3.7333333333vw;
    height: 5.8666666667vw;
    width: 5.8666666667vw;
  }
}
.business-section-solution .solution-list--order li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  height: 22px;
  width: 22px;
  background-color: #666;
  border-radius: 100%;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .business-section-solution .solution-list--order li::after {
    top: 0.8vw;
    font-size: 3.7333333333vw;
    height: 5.8666666667vw;
    width: 5.8666666667vw;
  }
}

.business-section-process .process-list {
  width: 100%;
}
.business-section-process .process-list li {
  margin-bottom: 30px;
}
.business-section-process .process-list li:last-child dl::after {
  content: none;
}
.business-section-process .process-list li:nth-child(1) dl::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/ja.v1/resources/img/static/service/business/order-1.svg) no-repeat;
  top: -5px;
  left: -2px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li:nth-child(1) dl::before {
    top: 0vw;
    left: -1.3333333333vw;
    background-size: auto 24vw;
  }
}
.business-section-process .process-list li:nth-child(2) dl::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/ja.v1/resources/img/static/service/business/order-2.svg) no-repeat;
  top: -5px;
  left: -10px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li:nth-child(2) dl::before {
    top: 0vw;
    left: -4vw;
    background-size: auto 24vw;
  }
}
.business-section-process .process-list li:nth-child(3) dl::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/ja.v1/resources/img/static/service/business/order-3.svg) no-repeat;
  top: -5px;
  left: -12px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li:nth-child(3) dl::before {
    top: 0vw;
    left: -5.0666666667vw;
    background-size: auto 32vw;
  }
}
.business-section-process .process-list li dl {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl {
    display: block;
  }
}
.business-section-process .process-list li dl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #C5C3C2 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(75px);
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl::after {
    border-width: 8vw 13.3333333333vw 0 13.3333333333vw;
    transform: translateX(20vw);
  }
}
.business-section-process .process-list li dl dt {
  width: 250px;
  height: 100%;
  background-color: #F7F7F7;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl dt {
    width: 100%;
    height: 24vw;
    font-size: 8vw;
  }
}
.business-section-process .process-list li dl dd {
  flex: 1;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl dd {
    padding: 8vw;
  }
}
.business-section-process .process-list li dl dd p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl dd p {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.business-section-process .process-list li dl dd ul li {
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.business-section-process .process-list li dl dd ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #aaa;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-list li dl dd ul li::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 1.6vw;
    left: 0;
    transform: translateY(0%);
  }
}
.business-section-process .process-list li dl dd ul li:last-child {
  margin-bottom: 0;
}
.business-section-process .process-nav {
  text-align: center;
  width: 350px;
  margin: auto;
  margin-top: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-nav {
    width: 100%;
    margin-top: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.business-section-process .process-nav p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-nav p {
    margin-bottom: 8vw;
  }
}
.business-section-process .process-nav .btn {
  padding: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 559px) {
  .business-section-process .process-nav .btn {
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.business-section-theme .theme-figure {
  display: flex;
  border: solid 1px #E8E8E8;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-figure {
    display: block;
    padding: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.business-section-theme .theme-figure figcaption {
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-figure figcaption {
    margin-right: 0;
  }
}
.business-section-theme .theme-figure figcaption h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-figure figcaption h3 {
    font-size: 4.8vw;
    padding: 0 0 2.6666666667vw 0;
  }
}
.business-section-theme .theme-nav {
  text-align: center;
  width: 350px;
  margin: auto;
  margin-top: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-nav {
    width: 100%;
    margin-top: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.business-section-theme .theme-nav p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-nav p {
    margin-bottom: 8vw;
  }
}
.business-section-theme .theme-nav .btn {
  padding: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-nav .btn {
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.business-section-theme .theme-content {
  padding-top: 50px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-content {
    padding-top: 13.3333333333vw;
  }
}
.business-section-theme .theme-content h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-content h2 {
    font-size: 5.8666666667vw;
    text-align: left;
    margin-bottom: 8vw;
  }
}
.business-section-theme .theme-content-list-head {
  background-color: #E8E8E8;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-content-list-head {
    display: none;
  }
}
.business-section-theme .theme-content-list-head li {
  padding: 5px;
  border-right: solid 1px #fff;
}
.business-section-theme .theme-content-list-head li:last-child {
  border-right: none;
}
.business-section-theme .theme-content-list-head li:nth-child(1) {
  width: 200px;
}
.business-section-theme .theme-content-list-head li:nth-child(2) {
  width: 200px;
}
.business-section-theme .theme-content-list-head li:nth-child(3) {
  width: 246px;
}
.business-section-theme .theme-content-list-head li:nth-child(4) {
  width: 350px;
}
.business-section-theme .theme-content-list-body {
  border-top: solid 2px #5D5652;
  border-bottom: solid 2px #5D5652;
  margin-top: 10px;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-content-list-body {
    display: none;
  }
}
.business-section-theme .theme-content-list {
  display: flex;
  font-size: 18px;
}
.business-section-theme .theme-content-list:last-child li {
  border-bottom: none;
}
.business-section-theme .theme-content-list li {
  text-align: center;
  padding: 25px;
  border-bottom: solid 2px #DEDDDC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-section-theme .theme-content-list li:last-child {
  text-align: left;
}
.business-section-theme .theme-content-list li:nth-child(1) {
  width: 200px;
  padding: 4px 0;
}
.business-section-theme .theme-content-list li:nth-child(1) .theme-content-list-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5D5652;
  color: #fff;
  height: 100%;
  width: 100%;
}
.business-section-theme .theme-content-list li:nth-child(2) {
  width: 200px;
  padding: 4px 0;
}
.business-section-theme .theme-content-list li:nth-child(2) .theme-content-list-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8E8E8;
  height: 100%;
  width: 100%;
  border-right: solid 2px #D9D9D8;
}
.business-section-theme .theme-content-list li:nth-child(3) {
  width: 246px;
  padding: 4px 0;
}
.business-section-theme .theme-content-list li:nth-child(3) .theme-content-list-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-right: solid 2px #D9D9D8;
}
.business-section-theme .theme-content-list li:nth-child(4) {
  width: 350px;
}
.business-section-theme .theme-table {
  display: none;
}
@media only screen and (max-width: 559px) {
  .business-section-theme .theme-table {
    display: table;
    width: 100%;
    margin-top: 4vw;
  }
  .business-section-theme .theme-table th {
    background-color: #5D5652;
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    padding: 2.1333333333vw;
    font-weight: bold;
  }
  .business-section-theme .theme-table th,
  .business-section-theme .theme-table td {
    border: solid 2px #5D5652;
    vertical-align: middle;
  }
  .business-section-theme .theme-table td {
    font-size: 4vw;
    padding: 3.7333333333vw 2.1333333333vw;
  }
  .business-section-theme .theme-table tr td:nth-child(1) {
    background-color: #E8E8E8;
    width: 26.6666666667vw;
  }
}

.page-service-data .main-contents {
  margin-bottom: 70px;
}
.page-service-data .data-mainPanel {
  height: 480px;
  text-align: center;
  background: url("../img/static/service/data/bg_panel.png") center center no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-mainPanel {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-data .data-mainPanel {
    height: 60vh;
  }
}
.page-service-data .data-mainPanel-inner {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-mainPanel-inner {
    width: 90%;
    padding: 0;
  }
}
.page-service-data .data-mainPanel-title {
  font-size: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-data .data-mainPanel-title {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-data .data-mainPanel-title-break {
    display: block;
  }
}
.page-service-data .data-mainPanel-description {
  font-weight: bold;
  font-size: 18px;
}
.page-service-data .data-mainPanel-description .emph-number {
  font-size: 1.1em;
  vertical-align: -7%;
  line-height: 1;
}
.page-service-data .data-section-variety {
  background-position: center top;
  background-image: url("../img/static/service/data/bg_section-variety.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.page-service-data .data-section-variety .mod-hdg-section {
  color: #fff;
}
.page-service-data .data-section-variety-inner {
  margin: 0 auto;
  width: 940px;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-section-variety-inner {
    width: 90%;
  }
}
.page-service-data .data-section-variety-dataList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number;
}
.page-service-data .data-section-variety-dataList li {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 3px;
  border: #ddd solid 1px;
  display: table;
  align-items: center;
  min-height: 98px;
}
@media only screen and (max-width: 767px) {
  .page-service-data .data-section-variety-dataList li {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
}
.page-service-data .data-section-variety-dataList li:before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  width: 1em;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 24px;
  text-align: center;
  line-height: 1;
  counter-increment: number;
  content: counter(number);
  border-right: 1px #ddd solid;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-section-variety-dataList li:before {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-service-data .data-section-variety-dataList li:before {
    display: none;
  }
}
.page-service-data .data-section-variety-dataList .data-description {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .page-service-data .data-section-variety-dataList .data-description {
    text-align: center;
    padding: 20px;
  }
}
.page-service-data .data-section-variety-dataList .data-description dt {
  font-weight: bold;
}
.page-service-data .data-section-insight {
  padding: 70px 0;
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-section-insight {
    width: 90%;
  }
}
.page-service-data .data-section-insight-newValue {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  border: solid 1px #ddd;
}
@media only screen and (max-width: 767px) {
  .page-service-data .data-section-insight-newValue {
    border: none;
  }
}
.page-service-data .data-section-insight-newValue .newValue-title {
  width: 30%;
  align-self: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.page-service-data .data-section-insight-newValue .newValue-title-trans {
  font-size: 15px;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #aaa;
  display: block;
}
.page-service-data .data-section-insight-newValue .newValue-description {
  width: 70%;
  padding: 30px;
  padding-left: 0;
}
.page-service-data .data-section-insight-newValue .newValue-description-title {
  font-weight: bold;
  margin: 0 0 5px;
}
.page-service-data .data-section-insight-newValue .newValue-description p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-service-data .data-section-insight-newValue .newValue-title,
  .page-service-data .data-section-insight-newValue .newValue-description {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.page-service-data .data-section-support {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-data .data-section-support {
    width: 90%;
  }
}
.page-service-data .data-section-support-title {
  text-align: center;
  font-size: 1.466rem;
  font-weight: bold;
  margin: 0 0 2em;
}
.page-service-data .data-section-support-growthArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-data .data-section-support-growthArea .column {
  width: 48%;
}
@media only screen and (max-width: 559px) {
  .page-service-data .data-section-support-growthArea .column {
    width: 100%;
  }
  .page-service-data .data-section-support-growthArea .column:first-child {
    order: 2;
  }
  .page-service-data .data-section-support-growthArea .column:last-child {
    order: 1;
    margin-bottom: 40px;
  }
}
.page-service-data .data-section-support-growthArea .growthArea-title {
  font-size: 1.466rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-service-data .data-section-support-growthArea .btn-submit {
  width: 100%;
}

.page-service-hs .service-hs-panel {
  background-position: right top;
  background-image: url("../img/static/service/hs/bg_panel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .service-hs-panel {
    height: 50vh;
  }
}
.page-service-hs .panel-inner {
  color: #fff;
  line-height: 1.2;
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-hs .panel-inner {
    width: 95%;
    padding: 0;
  }
}
.page-service-hs .panel-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .panel-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-hs .panel-title-break {
    display: block;
  }
}
.page-service-hs .panel-description {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .panel-description {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-hs .panel-description-break {
    display: block;
  }
}
.page-service-hs .section-inner {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-hs .section-inner {
    width: 90%;
    padding: 0;
  }
}
.page-service-hs .hs-section-outline,
.page-service-hs .hs-section-support {
  padding: 60px 0 100px;
}
.page-service-hs .outline-inner-title {
  font-size: 1.466rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-service-hs .outline-inner-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-hs .outline-inner-column {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .page-service-hs .outline-inner-column {
    width: 100%;
  }
  .page-service-hs .outline-inner-column:first-child {
    order: 2;
  }
  .page-service-hs .outline-inner-column:last-child {
    order: 1;
    margin-bottom: 40px;
    text-align: center;
  }
}
.page-service-hs .outline-inner-column p {
  font-size: 17px;
}
.page-service-hs .outline-inner-column img {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .page-service-hs .outline-inner-column img {
    padding: 0;
  }
}
.page-service-hs .hs-section-solution {
  background: #333;
  padding: 60px 0 0;
}
.page-service-hs .hs-section-solution .mod-hdg-section {
  color: #fff;
}
.page-service-hs .hs-section-solution .section-inner-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-hs .hs-section-solution .section-inner-column {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .page-service-hs .hs-section-solution .section-inner-column {
    width: 100%;
  }
  .page-service-hs .hs-section-solution .section-inner-column:first-child {
    order: 2;
  }
  .page-service-hs .hs-section-solution .section-inner-column:last-child {
    order: 1;
    margin-bottom: 40px;
    text-align: center;
  }
}
.page-service-hs .section-solution-recruitment, .page-service-hs .section-solution-ad, .page-service-hs .section-solution-scout {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 80px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .page-service-hs .section-solution-recruitment, .page-service-hs .section-solution-ad, .page-service-hs .section-solution-scout {
    min-height: auto;
  }
}
.page-service-hs .section-solution-recruitment:before, .page-service-hs .section-solution-ad:before, .page-service-hs .section-solution-scout:before {
  content: "";
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-service-hs .section-solution-recruitment .inner-column-description, .page-service-hs .section-solution-ad .inner-column-description, .page-service-hs .section-solution-scout .inner-column-description {
    width: 396px;
  }
}
.page-service-hs .section-solution-recruitment .inner-column-description p, .page-service-hs .section-solution-ad .inner-column-description p, .page-service-hs .section-solution-scout .inner-column-description p {
  font-size: 17px;
}
.page-service-hs .section-solution-recruitment .solution-title, .page-service-hs .section-solution-ad .solution-title, .page-service-hs .section-solution-scout .solution-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .page-service-hs .section-solution-recruitment .solution-title, .page-service-hs .section-solution-ad .solution-title, .page-service-hs .section-solution-scout .solution-title {
    font-size: 1.733rem;
    text-align: center;
  }
}
.page-service-hs .section-solution-recruitment .solution-title .emph, .page-service-hs .section-solution-ad .solution-title .emph, .page-service-hs .section-solution-scout .solution-title .emph {
  text-decoration: underline;
}
.page-service-hs .section-solution-recruitment {
  background-image: url("../img/static/service/hs/bg_recruitment.jpg");
}
@media only screen and (max-width: 767px) {
  .page-service-hs .section-solution-recruitment {
    background-position: 68% 0;
  }
}
.page-service-hs .section-solution-recruitment .solution-title,
.page-service-hs .section-solution-recruitment p {
  color: #fff;
}
.page-service-hs .section-solution-ad {
  background-image: url("../img/static/service/hs/bg_ad.jpg");
}
@media only screen and (max-width: 767px) {
  .page-service-hs .section-solution-ad:before {
    filter: brightness(80%);
  }
}
.page-service-hs .section-solution-ad .solution-title,
.page-service-hs .section-solution-ad p {
  color: #fff;
}
.page-service-hs .section-solution-scout {
  background-image: url("../img/static/service/hs/bg_scout.jpg");
}
@media only screen and (max-width: 767px) {
  .page-service-hs .section-solution-scout {
    background-position: 68% 0;
  }
}
.page-service-hs .hs-section-ourfield {
  padding: 100px 0;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .hs-section-ourfield {
    padding: 60px 0;
  }
}
.page-service-hs .ourfield-lead {
  font-size: 1.466rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .ourfield-lead {
    font-size: 17px;
  }
}
.page-service-hs .ourfield-list {
  text-align: center;
  letter-spacing: -0.3em;
}
.page-service-hs .ourfield-list li {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #333;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
  padding: 0.5em 2em;
  text-align: center;
}
.page-service-hs .ourfield-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .ourfield-list li {
    font-size: 0.8rem;
    padding: 0.5em 1em;
  }
}
.page-service-hs .ourfield-list-etc {
  font-weight: bold;
  text-align: center;
}
.page-service-hs .ourfield-list-etc:before {
  content: "⋮";
  color: #666;
  font-size: 1.733rem;
  font-weight: bold;
  display: block;
}
.page-service-hs .hs-section-support {
  background-position: center center;
  background-image: url("../img/static/service/bg_section-support.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .hs-section-support {
    padding: 40px 0;
  }
}
.page-service-hs .hs-section-support .inner-box {
  width: 800px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 40px 60px;
}
@media only screen and (max-width: 1023px) {
  .page-service-hs .hs-section-support .inner-box {
    width: 90%;
    padding: 20px;
  }
}
.page-service-hs .hs-section-support .inner-box-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .hs-section-support .inner-box-title {
    font-size: 1rem;
  }
}
.page-service-hs .hs-section-support .inner-box-description {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-service-hs .hs-section-support .inner-box .btn-contact {
    font-size: 1rem;
  }
}

.page-service-investment .service-investment-panel {
  background-position: center top;
  background-image: url("../img/static/service/investment/bg_panel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .service-investment-panel {
    height: 36vw;
    background-position: center top;
    background-image: url("../img/static/service/investment/bg_panel-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.page-service-investment .panel-inner {
  width: 1000px;
  margin: 0 auto;
  color: #2d2d2d;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .panel-inner {
    width: 95%;
    padding: 0;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .panel-inner {
    padding: 0 6.6666666667vw;
  }
}
.page-service-investment .panel-title {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .panel-title {
    font-size: 2rem;
  }
}
.page-service-investment .investment-lead-text {
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-lead-text {
    width: 90%;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-lead-text {
    width: 100%;
    padding: 0 6.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.page-service-investment .investment-problem {
  padding-top: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-problem {
    padding-top: 21.3333333333vw;
  }
}
.page-service-investment .investment-problem-title {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-problem-title {
    text-align: left;
  }
}
.page-service-investment .investment-problem-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-problem-list {
    margin-top: 8vw;
    flex-direction: column;
  }
}
.page-service-investment .investment-problem-list li {
  background-color: rgba(223, 227, 234, 0.5);
  width: 32%;
  border-radius: 5px;
  padding: 25px 20px 25px 20px;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-problem-list li {
    width: 100%;
    margin-bottom: 12vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.page-service-investment .investment-problem-list li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: rgba(223, 227, 234, 0.5) transparent transparent transparent;
}
.page-service-investment .investment-problem-list li p {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-problem-list li p {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.page-service-investment .investment-service {
  background-color: #F7F7F7;
  margin-top: 75px;
  padding: 100px 0;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service {
    margin-top: 20vw;
    padding: 24vw 0;
  }
}
.page-service-investment .investment-service-title {
  text-align: center;
}
.page-service-investment .investment-service-lead-text {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-lead-text {
    padding-top: 8vw;
    padding-bottom: 21.3333333333vw;
  }
}
.page-service-investment .investment-service-title-medium {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-title-medium {
    text-align: left;
    font-size: 4.8vw !important;
    line-height: 1.6 !important;
    padding-bottom: 8vw;
  }
}
.page-service-investment .investment-service-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list {
    flex-direction: column;
    margin-bottom: 8vw;
  }
}
.page-service-investment .investment-service-list li {
  width: 19%;
  background-color: #fff;
  border: solid 2px #E8E8E8;
  margin-left: auto;
  padding: 25px 20px 25px 20px;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list li {
    width: 100%;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.page-service-investment .investment-service-list li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list li:last-child {
    margin-bottom: 0;
  }
}
.page-service-investment .investment-service-list li:last-child::after {
  content: none;
}
.page-service-investment .investment-service-list li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #E8E8E8;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list li::after {
    border-width: 10.6666666667vw 0 10.6666666667vw 5.3333333333vw;
    transform: rotate(90deg) translateX(-144%) translateY(15%);
    right: auto;
    top: 100%;
    left: 50%;
  }
}
.page-service-investment .investment-service-list li dl dt {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-service-list li dl dt {
    font-size: 1.7595307918vw;
    margin-bottom: 1.9550342131vw;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list li dl dt {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page-service-investment .investment-service-list li dl dd {
  text-align: center;
}
.page-service-investment .investment-service-list li dl dd p {
  font-size: 16px;
  line-height: 1.8125;
  text-align: left;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-service-list li dl dd p {
    font-size: 1.5640273705vw;
    margin-top: 1.4662756598vw;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list li dl dd p {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}
.page-service-investment .investment-service-text {
  font-size: 15px;
  line-height: 1.9333333333;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-text {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.page-service-investment .investment-service-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list2 {
    flex-direction: column;
    margin-top: 8vw;
    margin-bottom: 21.3333333333vw;
  }
}
.page-service-investment .investment-service-list2 li {
  width: 32%;
  margin-left: auto;
  border: solid 2px #5D5652;
  border-radius: 5px;
  background-color: #fff;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list2 li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .page-service-investment .investment-service-list2 li:last-child {
    margin-bottom: 0;
  }
}
.page-service-investment .investment-service-list2 li:first-child {
  margin-left: 0;
}
.page-service-investment .investment-service-list2 li .investment-service-list2-title {
  background-color: #5D5652;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  min-height: 83px;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list2 li .investment-service-list2-title {
    font-size: 4.8vw;
    padding: 0 5.3333333333vw;
    min-height: 22.1333333333vw;
  }
}
.page-service-investment .investment-service-list2 li .investment-service-list2-desc {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-service-list2 li .investment-service-list2-desc {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
  }
}
.page-service-investment .btn-inquiry {
  max-width: 350px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-service-investment .investment-case {
  padding-top: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case {
    padding-top: 21.3333333333vw;
  }
}
.page-service-investment .investment-case .btn-inquiry {
  margin-bottom: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case .btn-inquiry {
    margin-bottom: 21.3333333333vw;
  }
}
.page-service-investment .investment-case-title {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-title {
    margin-bottom: 13.3333333333vw;
  }
}
.page-service-investment .investment-case-title-medium {
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-title-medium {
    margin-bottom: 8vw;
  }
}
.page-service-investment .investment-case-box {
  border: solid 2px rgba(93, 86, 82, 0.5);
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-box {
    padding: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page-service-investment .investment-case-box.arrow-bottom {
  position: relative;
}
.page-service-investment .investment-case-box.arrow-bottom::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: rgba(232, 232, 232, 0.5) transparent transparent transparent;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-box.arrow-bottom::after {
    bottom: -8.8vw;
    border-width: 5.3333333333vw 10.6666666667vw 0 10.6666666667vw;
  }
}
.page-service-investment .investment-case-box p {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-box p {
    font-size: 4.8vw;
  }
}
.page-service-investment .investment-case-box strong {
  font-weight: bold;
}
.page-service-investment .investment-case-figure-01,
.page-service-investment .investment-case-figure-02,
.page-service-investment .investment-case-figure-03 {
  padding-top: 10px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-figure-01,
  .page-service-investment .investment-case-figure-02,
  .page-service-investment .investment-case-figure-03 {
    padding-top: 0;
    margin-bottom: 21.3333333333vw;
  }
}
.page-service-investment .investment-case-figure-04 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-figure-04 {
    margin-bottom: 21.3333333333vw;
  }
}
.page-service-investment .investment-case-news {
  border: solid 3px rgba(232, 232, 232, 0.5);
  padding: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-news {
    padding: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.page-service-investment .investment-case-news h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6111111111;
  margin-bottom: 30px;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-news h4 {
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 5.3333333333vw;
  }
}
.page-service-investment .investment-case-news-content {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-case-news-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-news-content {
    flex-direction: column;
  }
}
.page-service-investment .investment-case-news-content p {
  font-size: 16px;
  line-height: 1.6;
  width: 63.0434782609%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-case-news-content p {
    font-size: 1.5640273705vw;
    width: 100%;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-news-content p {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.page-service-investment .investment-case-news-content .btn-download {
  margin-left: auto;
  margin: auto;
  margin-right: 0;
  width: 32.6086956522%;
  font-size: 16px;
  line-height: 1.5;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .investment-case-news-content .btn-download {
    margin: auto;
    margin-top: 2.9325513196vw;
    width: 100%;
    max-width: 350px;
    min-height: 6.8426197458vw;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .investment-case-news-content .btn-download {
    margin-top: 8vw;
    width: 100%;
    min-height: 18.6666666667vw;
  }
}
.page-service-investment p {
  margin-bottom: 0;
}
.page-service-investment .section-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .section-title {
    font-size: 8vw;
    line-height: 1.4;
  }
}
.page-service-investment .section-lead-text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .section-lead-text {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.page-service-investment .section-title-medium {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-investment .section-title-medium {
    font-size: 5.8666666667vw;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .section-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .section-inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .util-hide-phablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .util-hide-tablet-wide {
    display: none !important;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-investment .util-show-phablet {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .page-service-investment .util-show-tablet-wide {
    display: block !important;
  }
}

.page-service-index .main-contents {
  margin-bottom: 70px;
}
.page-service-index .mod-hdg-panel {
  background-image: url("../img/static/service/index/bg_panel.jpg");
}
.page-service-index .hdg-panel-title {
  color: #333;
}
.page-service-index .section-concept {
  margin: 0 auto 100px;
  padding-top: 60px;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-index .section-concept {
    width: 90%;
  }
}
.page-service-index .section-concept-title {
  font-size: 1.466rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  text-align: center;
}
.page-service-index .section-concept-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-index .section-concept-inner .column {
  width: 48%;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-concept-inner .column {
    width: 100%;
  }
}
.page-service-index .section-concept-inner-title {
  font-size: 1.466rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-service-index .section-service {
  margin: 0 auto 100px;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-index .section-service {
    width: 90%;
  }
}
.page-service-index .section-service-title {
  font-size: 1.466rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page-service-index .section-service-description {
  text-align: center;
}
.page-service-index .section-service-panel {
  background-color: #fafbfc;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
  padding: 30px;
}
.page-service-index .section-service-panel:before, .page-service-index .section-service-panel:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.page-service-index .section-service-panel:before {
  width: 55%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  right: 0;
  transition: all 0.3s ease;
  transform: scale(1);
  backface-visibility: hidden;
  filter: blur(0);
}
@media only screen and (max-width: 767px) {
  .page-service-index .section-service-panel:before {
    transform: scale(1.05);
    filter: opacity(60%) blur(5px);
  }
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-service-panel:before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-service-index .section-service-panel:hover:before {
    transform: scale(1.08);
    filter: brightness(1.1) blur(5px);
  }
  .page-service-index .section-service-panel:hover .readmore {
    text-decoration: none;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-service-panel {
    padding: 20px;
  }
}
.page-service-index .section-service-panel:after {
  width: 100%;
  transform: skew(-20deg);
  background: #fafbfc;
  left: -48%;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-service-panel:after {
    left: -150%;
  }
}
.page-service-index .section-service-panel._business:before {
  background-image: url("../images/index/service-01.jpg");
}
.page-service-index .section-service-panel._hs:before {
  background-image: url("../images/index/service-02.jpg");
}
.page-service-index .section-service-panel._platform:before {
  background-image: url("../images/index/service-03.jpg");
}
.page-service-index .section-service-panel._evaluation:before {
  background-image: url("../images/index/service-04.jpg");
}
.page-service-index .section-service-panel._investment:before {
  background-image: url("../images/index/service-05.jpg");
}
.page-service-index .section-service-panel-inner {
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-service-panel-inner {
    background: rgba(255, 255, 255, 0.5);
  }
}
.page-service-index .section-service-panel-title {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 5px #fafbfc;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-service-panel-title {
    font-size: 1.733rem;
  }
}
.page-service-index .section-service-panel-description {
  max-width: 430px;
  margin-bottom: 0;
}
.page-service-index .section-service-panel-description .readmore {
  text-decoration: underline;
}
.page-service-index .section-speciality {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-index .section-speciality {
    width: 90%;
  }
}
.page-service-index .section-speciality-growthArea {
  margin-bottom: 130px;
}
.page-service-index .section-speciality-growthArea-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-growthArea-title {
    font-size: 1.466rem;
  }
}
.page-service-index .section-speciality-growthArea-text {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .page-service-index .section-speciality-growthArea-text {
    font-weight: bold;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-index .section-speciality-growthArea-text {
    font-size: 1.133rem;
    letter-spacing: 0.1em;
  }
}
.page-service-index .section-speciality-growthArea-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-index .section-speciality-growthArea-columns .column {
  width: 48%;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-growthArea-columns .column {
    width: 100%;
  }
  .page-service-index .section-speciality-growthArea-columns .column:first-child {
    order: 2;
  }
  .page-service-index .section-speciality-growthArea-columns .column:last-child {
    order: 1;
    margin-bottom: 40px;
  }
}
.page-service-index .section-speciality-data {
  display: flex;
  flex-direction: column;
}
.page-service-index .section-speciality-data-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-data-title {
    font-size: 1.466rem;
  }
}
.page-service-index .section-speciality-data-text {
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .page-service-index .section-speciality-data-text {
    font-weight: bold;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: auto;
    column-width: auto;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-index .section-speciality-data-text {
    font-size: 1.133rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-data-text {
    order: 2;
  }
}
.page-service-index .section-speciality-data-image {
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-data-image {
    order: 1;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 559px) {
  .page-service-index .section-speciality-data .btn-readmore {
    margin-top: 2rem;
    width: auto;
  }
}

.page-service-platform .service-platform-panel {
  background-position: center top;
  background-image: url("../img/static/service/platform/bg_panel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .service-platform-panel {
    height: 50vh;
  }
}
.page-service-platform .panel-inner {
  color: #fff;
  line-height: 1.2;
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-platform .panel-inner {
    width: 95%;
    padding: 0;
  }
}
.page-service-platform .panel-title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .panel-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-platform .panel-title-break {
    display: block;
  }
}
.page-service-platform .panel-description {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .panel-description {
    font-size: 1rem;
  }
}
.page-service-platform .section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .page-service-platform .section-inner {
    width: 90%;
  }
}
.page-service-platform .platform-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-service-platform .platform-column {
  width: 49%;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-column {
    width: 100%;
  }
}
.page-service-platform .platform-column p {
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.page-service-platform .platform-section-outline,
.page-service-platform .platform-section-support {
  padding: 60px 0 100px;
}
.page-service-platform .platform-section-outline .outline-inner-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-service-platform .platform-section-service .btn {
  background: rgba(51, 51, 51, 0.8);
  padding: 1em;
}
.page-service-platform .platform-section-service .btn:hover {
  background: rgba(102, 102, 102, 0.8);
}
.page-service-platform .platform-section-service .section-service-astamuse,
.page-service-platform .platform-section-service .section-service-astavision {
  padding: 75px 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-service .section-service-astamuse .platform-column:first-child,
  .page-service-platform .platform-section-service .section-service-astavision .platform-column:first-child {
    order: 2;
  }
  .page-service-platform .platform-section-service .section-service-astamuse .platform-column:last-child,
  .page-service-platform .platform-section-service .section-service-astavision .platform-column:last-child {
    order: 1;
    margin-bottom: 40px;
  }
}
.page-service-platform .platform-section-service .section-service-astamuse .section-inner-title,
.page-service-platform .platform-section-service .section-service-astavision .section-inner-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 65px;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-service .section-service-astamuse .section-inner-title,
  .page-service-platform .platform-section-service .section-service-astavision .section-inner-title {
    font-size: 42px;
  }
}
.page-service-platform .platform-section-service .section-service-astamuse .section-inner-lead,
.page-service-platform .platform-section-service .section-service-astavision .section-inner-lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-service .section-service-astamuse .section-inner-lead,
  .page-service-platform .platform-section-service .section-service-astavision .section-inner-lead {
    font-size: 1.466rem;
  }
}
@media only screen and (min-width: 560px) {
  .page-service-platform .platform-section-service .section-service-astamuse .section-inner-lead-break,
  .page-service-platform .platform-section-service .section-service-astavision .section-inner-lead-break {
    display: block;
  }
}
.page-service-platform .platform-section-service .section-service-astamuse {
  min-height: 549px;
  background-image: url("../img/static/service/platform/bg_astamuse.jpg");
  background-position: center center;
}
.page-service-platform .platform-section-service .section-service-astavision {
  min-height: 565px;
  background-image: url("../img/static/service/platform/bg_astavision.jpg");
  background-position: center center;
}
@media only screen and (min-width: 560px) {
  .page-service-platform .platform-section-service .section-service-astavision .section-inner-title,
  .page-service-platform .platform-section-service .section-service-astavision .section-inner-lead {
    text-align: right;
  }
}
.page-service-platform .platform-section-service .section-service-advertisement {
  padding: 55px 0;
}
.page-service-platform .platform-section-service .section-service-advertisement .section-inner-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 560px) {
  .page-service-platform .platform-section-service .section-service-advertisement .section-inner-title-break {
    display: block;
  }
}
.page-service-platform .platform-section-service .section-service-advertisement .section-inner-lead {
  font-size: 1.466rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (min-width: 560px) {
  .page-service-platform .platform-section-service .section-service-advertisement .section-inner-lead-break {
    display: block;
  }
}
.page-service-platform .platform-section-support {
  background-position: center center;
  background-image: url("../img/static/service/bg_section-support.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-support {
    padding: 40px 0;
  }
}
.page-service-platform .platform-section-support .inner-box {
  width: 800px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 40px 60px;
}
@media only screen and (max-width: 1023px) {
  .page-service-platform .platform-section-support .inner-box {
    width: 90%;
    padding: 20px;
  }
}
.page-service-platform .platform-section-support .inner-box-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-support .inner-box-title {
    font-size: 1rem;
  }
}
.page-service-platform .platform-section-support .inner-box-description {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .page-service-platform .platform-section-support .inner-box .btn-contact {
    font-size: 1rem;
  }
}

.section-investment-thecode {
  padding: 75px 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  color: #fff;
}
.section-investment-thecode .thecode-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .section-investment-thecode .thecode-columns {
    flex-direction: column;
  }
}
.section-investment-thecode .thecode-column {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .section-investment-thecode .thecode-column {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-investment-thecode .section-inner-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 65px;
}
@media only screen and (max-width: 559px) {
  .section-investment-thecode .section-inner-title {
    font-size: 42px;
  }
}
.section-investment-thecode .section-inner-lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 559px) {
  .section-investment-thecode .section-inner-lead {
    font-size: 1.466rem;
  }
}
@media only screen and (min-width: 560px) {
  .section-investment-thecode .section-inner-lead-break {
    display: block;
  }
}
.section-investment-thecode .section-inner-text {
  margin-bottom: 20px;
  line-height: 160%;
}

.page-report .btn-more,
.page-report-index .btn-more {
  width: 350px;
  height: 70px;
}
@media only screen and (max-width: 1023px) {
  .page-report .btn-more,
  .page-report-index .btn-more {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-report .arrow-left,
.page-report-index .arrow-left {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-left: 3px solid #444444;
  border-bottom: 3px solid #444444;
  transform: rotate(45deg);
}
.page-report .arrow-right,
.page-report-index .arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 3px solid #444444;
  border-right: 3px solid #444444;
  transform: rotate(45deg);
}
.page-report .nav-pagination,
.page-report-index .nav-pagination {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page-report .nav-pagination,
  .page-report-index .nav-pagination {
    font-size: 4vw;
  }
}
.page-report .nav-pagination .nav-pagination-list,
.page-report-index .nav-pagination .nav-pagination-list {
  display: flex;
  justify-content: center;
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .page-report .nav-pagination .nav-pagination-list,
  .page-report-index .nav-pagination .nav-pagination-list {
    height: 10.6666666667vw;
  }
}
.page-report .nav-pagination .nav-pagination-list .page-numbers,
.page-report-index .nav-pagination .nav-pagination-list .page-numbers {
  border-left: solid 1px #E5E5E5;
  width: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
}
.page-report .nav-pagination .nav-pagination-list .page-numbers.dot,
.page-report-index .nav-pagination .nav-pagination-list .page-numbers.dot {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-bottom: 12px;
}
.page-report .nav-pagination .nav-pagination-list .page-numbers.current,
.page-report-index .nav-pagination .nav-pagination-list .page-numbers.current {
  font-weight: 700;
  color: #A78821 !important;
}
.page-report .nav-pagination .nav-pagination-list .page-numbers.prev,
.page-report-index .nav-pagination .nav-pagination-list .page-numbers.prev {
  border-left: none !important;
}
@media only screen and (max-width: 1023px) {
  .page-report .nav-pagination .nav-pagination-list .page-numbers,
  .page-report-index .nav-pagination .nav-pagination-list .page-numbers {
    width: 16vw;
  }
}
.page-report .popular-report,
.page-report-index .popular-report {
  background-color: #fafbfc;
}
.page-report .popular-report > .inner,
.page-report-index .popular-report > .inner {
  width: 1050px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .page-report .popular-report > .inner,
  .page-report-index .popular-report > .inner {
    width: 90%;
  }
}
.page-report .popular-report > .inner h2,
.page-report-index .popular-report > .inner h2 {
  margin: 60px auto 0 auto;
  font-size: 1.733rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .page-report .popular-report > .inner h2,
  .page-report-index .popular-report > .inner h2 {
    margin: 60px auto 0 auto;
  }
}
.page-report .report-list,
.page-report-index .report-list {
  padding-top: 80px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list,
  .page-report-index .report-list {
    padding-top: 13.3333333333vw;
  }
}
.page-report .report-list-item,
.page-report-index .report-list-item {
  margin-left: 1.6666666667em;
  margin-right: 1.6666666667em;
  margin-bottom: 80px;
  width: 20em;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item,
  .page-report-index .report-list-item {
    width: 100%;
    margin: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.page-report .report-list-item-pic,
.page-report-index .report-list-item-pic {
  display: block;
  overflow: hidden;
}
.page-report .report-list-item-pic img,
.page-report-index .report-list-item-pic img {
  width: 20em;
  height: 12.6666666667em;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item-pic img,
  .page-report-index .report-list-item-pic img {
    width: 100%;
    height: 58vw;
  }
}
.page-report .report-list-item-img,
.page-report-index .report-list-item-img {
  transition: 0.3s;
}
.page-report .report-list-item-caption,
.page-report-index .report-list-item-caption {
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item-caption,
  .page-report-index .report-list-item-caption {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.page-report .report-list-item-tag,
.page-report-index .report-list-item-tag {
  color: #A78821;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item-tag,
  .page-report-index .report-list-item-tag {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.page-report .report-list-item-tag span,
.page-report-index .report-list-item-tag span {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item-tag span,
  .page-report-index .report-list-item-tag span {
    margin-right: 4vw;
  }
}
.page-report .report-list-item-tag a,
.page-report-index .report-list-item-tag a {
  color: #A78821;
  text-decoration: none;
  transition: all 1s;
}
.page-report .report-list-item-tag a:hover,
.page-report-index .report-list-item-tag a:hover {
  opacity: 0.8;
}
.page-report .report-list-item .btn-more,
.page-report-index .report-list-item .btn-more {
  width: 350px;
  height: 70px;
}
@media only screen and (max-width: 1023px) {
  .page-report .report-list-item .btn-more,
  .page-report-index .report-list-item .btn-more {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.page-report-index {
  background-color: #fff;
}
.page-report-index .mod-hdg-panel .hdg-panel-title {
  color: #333333;
}
.page-report-index .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-report.png");
}
.page-report-index div.report-search {
  width: 1050px;
  margin: 80px auto 0 auto;
}
@media only screen and (max-width: 1023px) {
  .page-report-index div.report-search {
    width: 90%;
  }
}
.page-report-index div.report-search form {
  display: flex;
  flex-direction: row;
}
.page-report-index div.report-search form input[type=text] {
  border: 1px solid #c2c2c2;
  width: 850px;
  padding-top: 11px;
}
@media only screen and (max-width: 1023px) {
  .page-report-index div.report-search form input[type=text] {
    width: calc(100% - 100px);
  }
}
.page-report-index div.report-search form button {
  background-color: #2d2d2d;
  color: #fff;
  width: 150px;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page-report-index div.report-search form button {
    width: 100px;
  }
}
.page-report-index div.report-search .popular-keywords {
  padding-top: 1.5rem;
}
.page-report-index div.report-search .popular-keywords h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0.5rem 0;
}
.page-report-index div.report-search .popular-keywords ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.page-report-index div.report-search .popular-keywords ul li {
  padding-right: 1rem;
}
.page-report-index div.report-search .popular-keywords ul li a {
  color: #A78821;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .page-report-index div.report-search .popular-keywords ul li a {
    font-size: 16px;
  }
}
.page-report-index div.report-search .popular-keywords ul li a:hover {
  opacity: 0.5;
  color: #A78821;
}
.page-report-index .no-result {
  padding-top: 40px;
}
.page-report-index .no-result p {
  margin: 0;
}
.page-report-index .report-section {
  width: 1050px;
  margin: auto;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .page-report-index .report-section {
    width: 90%;
    margin-bottom: 21.3333333333vw;
  }
}
.page-report-index .report-section .search-result-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0.2rem 0.8rem 0.2rem;
}
@media only screen and (max-width: 1023px) {
  .page-report-index .report-section .search-result-title {
    flex-direction: column;
  }
}
.page-report-index .report-section .search-result-title h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .page-report-index .report-section .search-result-title h2 {
    font-size: 16px;
  }
}
.page-report-index .report-section .search-result-title p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .page-report-index .report-section .search-result-title p {
    width: 90%;
  }
}

.report-list-item .post-date {
  margin-top: 8px;
  color: #666;
}
.report-list-item .report-list-link {
  text-decoration: none;
}
.report-list-item .report-list-link:hover .report-list-item-img {
  transform: scale(1.1);
}

.page-report-home .mod-hdg-panel .hdg-panel-title {
  color: #333333;
}
.page-report-home .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-report.png");
}
.page-report-home .report-section-tag {
  width: 1000px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .page-report-home .report-section-tag {
    width: 90%;
    margin-bottom: 21.3333333333vw;
  }
}
.page-report-home .report-list-tag {
  padding-top: 50px;
  margin: auto;
  margin-bottom: 100px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .page-report-home .report-list-tag {
    padding-top: 13.3333333333vw;
  }
}
.page-report-home .report-list-tag-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(170, 170, 170, 0.5);
}
.page-report-home .report-list-tag-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .page-report-home .report-list-tag-item {
    margin: 0;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.page-report-home .report-list-tag-item-fig {
  display: flex;
  flex-wrap: wrap;
}
.page-report-home .report-list-tag-item-pic {
  display: block;
  overflow: hidden;
  width: 10.5333333333em;
  height: 6.32em;
}
.page-report-home .report-list-tag-item-pic img {
  width: 100%;
  height: 6.32em;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .page-report-home .report-list-tag-item-pic img {
    width: 26.6666666667vw;
  }
}
.page-report-home .report-list-tag-item-link {
  text-decoration: none;
}
.page-report-home .report-list-tag-item-link:hover .report-list-tag-item-img {
  transform: scale(1.1);
}
.page-report-home .report-list-tag-item-img {
  transition: 0.3s;
}
.page-report-home .report-list-tag-item-caption {
  font-weight: bold;
  margin-left: 40px;
  font-size: 18px;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .page-report-home .report-list-tag-item-caption {
    margin-left: 8vw;
    font-size: 4.8vw;
  }
}

.page-report {
  background-color: #fafbfc;
}
.page-report .content-post {
  width: 1000px;
  margin: 40px auto 60px auto;
  padding: 80px 100px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-report .content-post {
    width: 90%;
    padding: 40px 0 60px;
  }
}
.page-report .content-post .post-header {
  margin-bottom: 50px;
}
.page-report .content-post .main-image {
  max-width: 100%;
  height: auto;
}
.page-report .content-post .post-meta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
.page-report .content-post .post-meta-row .post-date {
  color: #666;
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-report .content-post .post-meta-row .post-date {
    margin-bottom: 10px;
  }
}
.page-report .content-post ul.social-buttons {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.page-report .content-post ul.social-buttons li {
  padding: 0 8px 0 0;
}
.page-report .content-post ul.social-buttons li a,
.page-report .content-post ul.social-buttons li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.page-report .content-post ul.social-buttons li a.copy,
.page-report .content-post ul.social-buttons li button.copy {
  background-color: #d9d9d9;
}
.page-report .content-post ul.social-buttons li a.facebook,
.page-report .content-post ul.social-buttons li button.facebook {
  background-color: #3b5998;
  fill: #fff;
}
.page-report .content-post ul.social-buttons li a.twitter,
.page-report .content-post ul.social-buttons li button.twitter {
  background-color: #111319;
  fill: #fff;
}
.page-report .content-post ul.social-buttons li a.linkedin,
.page-report .content-post ul.social-buttons li button.linkedin {
  background-color: #0077b5;
  fill: #fff;
}
.page-report .content-post ul.social-buttons li a.pocket,
.page-report .content-post ul.social-buttons li button.pocket {
  background-color: #ef4056;
}
.page-report .content-post ul.social-buttons li a.pocket .st1,
.page-report .content-post ul.social-buttons li button.pocket .st1 {
  fill: #fff;
}
.page-report .content-post ul.social-buttons li a.pocket .st2,
.page-report .content-post ul.social-buttons li button.pocket .st2 {
  fill: none;
}
.page-report .content-post ul.social-buttons li a:hover,
.page-report .content-post ul.social-buttons li button:hover {
  transform: translateY(-0.5rem);
  transition: 0.5s;
}
.page-report .content-post ul.social-buttons li .copy-tooltip {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-size: 0.8rem;
  top: 0;
  left: 0;
  background: #222;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
}
.page-report .content-post .popup-notice {
  position: absolute;
}
.page-report .content-post .popup-notice .downloadPdf-button {
  padding: 30px 0 20px 0;
}
.page-report .content-post .popup-notice .downloadPdf-button a {
  border: 2px solid #666;
  width: 78%;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  transition: 0.5s;
}
.page-report .content-post .popup-notice .downloadPdf-button a .pdf-icon {
  display: inline-block;
}
.page-report .content-post .popup-notice .downloadPdf-button a .pdf-icon img {
  margin: 5px 5px 3px 5px;
  width: 1.2rem;
  height: 1.2rem;
}
.page-report .content-post .popup-notice .downloadPdf-button a .txt {
  display: inline-block;
}
.page-report .content-post .popup-notice .downloadPdf-button a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) {
  .page-report .content-post .popup-notice .downloadPdf-button a {
    display: flex;
    width: auto;
    flex-direction: row;
    padding: 10px;
  }
  .page-report .content-post .popup-notice .downloadPdf-button a .pdf-icon {
    border-right: 1px solid #eee;
    padding-right: 10px;
    display: block;
  }
  .page-report .content-post .popup-notice .downloadPdf-button a .txt {
    display: flex;
    padding-left: 10px;
  }
}
.page-report .content-post .post-title {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .page-report .content-post .post-title {
    font-size: 1.733rem;
  }
}
.page-report .content-post .downloadPdf-button,
.page-report .content-post .futuristicField-link {
  display: none;
}
.page-report .content-post .download-pdf-button {
  display: flex;
  justify-content: center;
  padding: 80px 0 24px 0;
}
.page-report .content-post .download-pdf-button a {
  border: 4px solid #c2c2c2;
  width: 70%;
  font-size: larger;
  padding: 10px 20px;
  border-radius: 32px;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #068aa1;
}
.page-report .content-post .download-pdf-button a img {
  margin: 5px 5px 3px 5px;
  width: 1.4rem;
  height: 1.4rem;
}
.page-report .content-post .download-pdf-button a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) {
  .page-report .content-post .download-pdf-button a {
    display: flex;
    width: auto;
    flex-direction: row;
    padding: 10px;
  }
  .page-report .content-post .download-pdf-button a .pdf-icon {
    border-right: 1px solid #eee;
    padding-right: 10px;
    display: block;
  }
  .page-report .content-post .download-pdf-button a .txt {
    display: flex;
    padding-left: 10px;
  }
}
.page-report .content-post .post-footer .download-pdf-button {
  padding: 40px 0 80px 0;
}
.page-report .content-post .post-tags {
  display: flex;
  flex-direction: row;
}
.page-report .content-post .post-tags h2 {
  padding-right: 1rem;
}
.page-report .content-post .post-tags ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.page-report .content-post .post-tags ul .post-tag {
  margin-right: 1em;
  color: #A78821;
  text-decoration: none;
  transition: 0.3s;
}
.page-report .content-post .post-tags ul .post-tag:hover {
  opacity: 0.8;
}
.page-report .content-post section h2 {
  margin-top: 100px;
  font-size: 1.733rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-report .content-post section h2 {
    font-size: 1.466rem;
  }
}
.page-report .content-post section h3 {
  font-size: 1.466rem;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 5px 0 5px 0;
}
.page-report .content-post section h4 {
  font-weight: bold;
  color: #aaa;
}
.page-report .content-post section h5 {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.page-report .content-post section strong {
  font-weight: bold;
}
.page-report .content-post section em {
  font-weight: bold;
}
.page-report .content-post section p,
.page-report .content-post section dd {
  line-height: 2.2;
  letter-spacing: 0.85px;
}
.page-report .content-post section p,
.page-report .content-post section dl,
.page-report .content-post section ul,
.page-report .content-post section ol,
.page-report .content-post section table {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 17px;
}
.page-report .content-post section ul ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-report .content-post section ol {
  list-style-type: decimal;
  padding-left: 1.3em;
}
.page-report .content-post section ol ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-report .content-post section li {
  margin-bottom: 10px !important;
}
.page-report .content-post section figure {
  margin: 40px 0 80px;
  text-align: center;
}
.page-report .content-post section figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-report .content-post section table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
}
.page-report .content-post section table thead th,
.page-report .content-post section table thead td {
  background: #c2c2c2;
}
.page-report .content-post section table th,
.page-report .content-post section table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  text-align: left;
}
.page-report .content-post section table th {
  font-weight: bold;
}
.page-report .content-post section table td:nth-child(1) {
  width: 150px;
  font-weight: bold;
}
.page-report .content-post section table td p,
.page-report .content-post section table td dl,
.page-report .content-post section table td ul {
  margin-bottom: 0;
}
.page-report .content-post section dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.page-report .content-post section dl dd {
  margin-bottom: 5px;
}
.page-report .content-post section dl dd + dt {
  margin-top: 30px;
}
.page-report .report-dl-toaster {
  position: fixed;
  right: 20px;
  bottom: -200px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.page-report .report-dl-toaster a {
  text-decoration: none;
  display: block;
  width: 320px;
  height: 180px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.page-report .report-dl-toaster a:hover {
  opacity: 0.8;
}
.page-report .report-dl-toaster .close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  justify-content: center;
  line-height: 100%;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.page-report .report-dl-toaster .close .feather {
  align-items: middle;
  width: 12px;
  height: 12px;
  background-color: none;
}
.page-report .report-dl-toaster .above {
  background: linear-gradient(to bottom, #38a5b8 0%, #068aa1 100%);
  height: 140px;
  padding: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.page-report .report-dl-toaster .above span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.page-report .report-dl-toaster .above > .inner {
  height: 100%;
  background: url(/wp-content/themes/ja.v1/resources/images/report/report-dl-thumb.png) right 12px top no-repeat;
  background-size: 100px;
}
.page-report .report-dl-toaster .below {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 100%;
  padding: 8px;
  font-weight: 700;
  height: 40px;
}
.page-report .report-dl-toaster .below span {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  border-radius: 10px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-report .report-dl-toaster .below .feather {
  align-items: middle;
  width: 13px;
  height: 13px;
  stroke-width: 2px;
  stroke: #fff;
}

.scheduled-event {
  background-color: #fafbfc;
  padding-bottom: 80px;
}
.scheduled-event > .inner {
  width: 1050px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event > .inner {
    width: 90%;
  }
}
.scheduled-event > .inner .contact {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event > .inner .contact {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.scheduled-event > .inner .contact .text {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event > .inner .contact .text {
    width: 100%;
  }
}
.scheduled-event > .inner .contact .text h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
}
.scheduled-event > .inner .contact .text p {
  margin: 0 0 16px 0;
  font-size: 16px;
}
.scheduled-event > .inner .contact .cv-wrap {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event > .inner .contact .cv-wrap {
    width: 100%;
  }
}
.scheduled-event > .inner .contact .cv-wrap .btn-event-contact {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0;
  background-color: #A78821;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.scheduled-event > .inner .contact .cv-wrap .btn-event-contact:hover {
  background-color: #444444;
}
.scheduled-event > .inner .list-link {
  max-width: 600px;
  margin: 20px auto;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event > .inner .list-link {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.scheduled-event > .inner .list-link .btn-submit {
  padding: 0.5em 1em 0.45em;
}
.scheduled-event .btn-more {
  width: calc(100% - 3rem);
  margin-top: 1rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .scheduled-event .btn-more {
    width: 80%;
    font-size: 4.2666666667vw;
  }
}

.page-event .arrow-left,
.page-event-index .arrow-left,
.scheduled-event .arrow-left {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-left: 3px solid #444444;
  border-bottom: 3px solid #444444;
  transform: rotate(45deg);
}
.page-event .arrow-right,
.page-event-index .arrow-right,
.scheduled-event .arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 3px solid #444444;
  border-right: 3px solid #444444;
  transform: rotate(45deg);
}
.page-event .nav-pagination,
.page-event-index .nav-pagination,
.scheduled-event .nav-pagination {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page-event .nav-pagination,
  .page-event-index .nav-pagination,
  .scheduled-event .nav-pagination {
    font-size: 4vw;
  }
}
.page-event .nav-pagination .nav-pagination-list,
.page-event-index .nav-pagination .nav-pagination-list,
.scheduled-event .nav-pagination .nav-pagination-list {
  display: flex;
  justify-content: center;
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .page-event .nav-pagination .nav-pagination-list,
  .page-event-index .nav-pagination .nav-pagination-list,
  .scheduled-event .nav-pagination .nav-pagination-list {
    height: 10.6666666667vw;
  }
}
.page-event .nav-pagination .nav-pagination-list .page-numbers,
.page-event-index .nav-pagination .nav-pagination-list .page-numbers,
.scheduled-event .nav-pagination .nav-pagination-list .page-numbers {
  border-left: solid 1px #E5E5E5;
  width: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
}
.page-event .nav-pagination .nav-pagination-list .page-numbers.dot,
.page-event-index .nav-pagination .nav-pagination-list .page-numbers.dot,
.scheduled-event .nav-pagination .nav-pagination-list .page-numbers.dot {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-bottom: 12px;
}
.page-event .nav-pagination .nav-pagination-list .page-numbers.current,
.page-event-index .nav-pagination .nav-pagination-list .page-numbers.current,
.scheduled-event .nav-pagination .nav-pagination-list .page-numbers.current {
  font-weight: 700;
  color: #A78821 !important;
}
.page-event .nav-pagination .nav-pagination-list .page-numbers.prev,
.page-event-index .nav-pagination .nav-pagination-list .page-numbers.prev,
.scheduled-event .nav-pagination .nav-pagination-list .page-numbers.prev {
  border-left: none !important;
}
@media only screen and (max-width: 1023px) {
  .page-event .nav-pagination .nav-pagination-list .page-numbers,
  .page-event-index .nav-pagination .nav-pagination-list .page-numbers,
  .scheduled-event .nav-pagination .nav-pagination-list .page-numbers {
    width: 16vw;
  }
}
.page-event .event-section-header,
.page-event-index .event-section-header,
.scheduled-event .event-section-header {
  text-align: center;
  padding-top: 80px;
}
.page-event .event-section-header:nth-child(3),
.page-event-index .event-section-header:nth-child(3),
.scheduled-event .event-section-header:nth-child(3) {
  padding-top: 40px;
}
.page-event .event-section-header h2,
.page-event-index .event-section-header h2,
.scheduled-event .event-section-header h2 {
  font-size: 32px;
  font-weight: 700;
}
.page-event .event-list,
.page-event-index .event-list,
.scheduled-event .event-list {
  padding-top: 80px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .page-event .event-list,
  .page-event-index .event-list,
  .scheduled-event .event-list {
    padding-top: 13.3333333333vw;
  }
}
.page-event .event-list .list-item,
.page-event-index .event-list .list-item,
.scheduled-event .event-list .list-item {
  margin-left: 1.6666666667em;
  margin-right: 1.6666666667em;
  margin-bottom: 80px;
  width: 20em;
}
.page-event .event-list .list-item a,
.page-event-index .event-list .list-item a,
.scheduled-event .event-list .list-item a {
  text-decoration: none;
}
.page-event .event-list .list-item a:hover,
.page-event-index .event-list .list-item a:hover,
.scheduled-event .event-list .list-item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .page-event .event-list .list-item,
  .page-event-index .event-list .list-item,
  .scheduled-event .event-list .list-item {
    width: 100%;
    margin: 40px 0;
    margin-bottom: 10.6666666667vw;
  }
}
.page-event .event-list .list-item:hover .img,
.page-event-index .event-list .list-item:hover .img,
.scheduled-event .event-list .list-item:hover .img {
  transform: scale(1.1);
}
.page-event .event-list .list-item .pic,
.page-event-index .event-list .list-item .pic,
.scheduled-event .event-list .list-item .pic {
  display: block;
  overflow: hidden;
}
.page-event .event-list .list-item .pic .img,
.page-event-index .event-list .list-item .pic .img,
.scheduled-event .event-list .list-item .pic .img {
  transition: 0.3s;
}
.page-event .event-list .list-item .pic img,
.page-event-index .event-list .list-item .pic img,
.scheduled-event .event-list .list-item .pic img {
  width: 20em;
  height: 9.3333333333em;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .page-event .event-list .list-item .pic img,
  .page-event-index .event-list .list-item .pic img,
  .scheduled-event .event-list .list-item .pic img {
    width: 100%;
    height: 48vw;
  }
}
.page-event .event-list .list-item .pic-below,
.page-event-index .event-list .list-item .pic-below,
.scheduled-event .event-list .list-item .pic-below {
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 4px 8px;
}
.page-event .event-list .list-item h2,
.page-event-index .event-list .list-item h2,
.scheduled-event .event-list .list-item h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .page-event .event-list .list-item h2,
  .page-event-index .event-list .list-item h2,
  .scheduled-event .event-list .list-item h2 {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.page-event .event-list .list-item dl,
.page-event-index .event-list .list-item dl,
.scheduled-event .event-list .list-item dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-event .event-list .list-item dl,
  .page-event-index .event-list .list-item dl,
  .scheduled-event .event-list .list-item dl {
    margin: 20px 0 30px 0;
  }
}
.page-event .event-list .list-item dl dt,
.page-event .event-list .list-item dl dd,
.page-event-index .event-list .list-item dl dt,
.page-event-index .event-list .list-item dl dd,
.scheduled-event .event-list .list-item dl dt,
.scheduled-event .event-list .list-item dl dd {
  padding: 2px 0;
}
.page-event .event-list .list-item dl dt,
.page-event-index .event-list .list-item dl dt,
.scheduled-event .event-list .list-item dl dt {
  width: 20%;
  font-weight: 500;
}
.page-event .event-list .list-item dl dd,
.page-event-index .event-list .list-item dl dd,
.scheduled-event .event-list .list-item dl dd {
  width: 80%;
}

.page-event-index {
  background-color: #fff;
}
.page-event-index .mod-hdg-panel .hdg-panel-title {
  color: #333333;
}
.page-event-index .mod-hdg-panel {
  background-image: url("../img/static/bg_hdg-event.png");
}
.page-event-index .event-section {
  width: 1050px;
  margin: auto;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .page-event-index .event-section {
    width: 90%;
    margin-bottom: 21.3333333333vw;
  }
}

.page-event .content-wrapper {
  width: 1480px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper {
    width: 90%;
    flex-direction: column;
  }
}
.page-event .content-wrapper .content-post {
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.page-event .content-wrapper .content-post .main-img {
  height: auto !important;
  margin-bottom: 40px;
}
.page-event .content-wrapper .content-post .event-status {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .event-status {
    flex-direction: column;
  }
}
.page-event .content-wrapper .content-post .event-status .status {
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .event-status .status {
    display: inline-block;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.page-event .content-wrapper .content-post .event-status .status.scheduled {
  background-color: #A78821;
}
.page-event .content-wrapper .content-post .event-status .status.lived {
  background-color: #812626;
}
.page-event .content-wrapper .content-post .event-status .status.archived {
  background-color: #161616;
}
.page-event .content-wrapper .content-post .event-status .status.finished {
  background-color: #161616;
}
.page-event .content-wrapper .content-post .event-status .date {
  padding: 6px;
  font-weight: 700;
  line-height: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .event-status .date {
    margin-left: 0;
    padding: 0;
  }
}
.page-event .content-wrapper .content-post .post-title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .post-title {
    font-size: 1.733rem;
  }
}
.page-event .content-wrapper .content-post .post-meta-row {
  display: flex;
  justify-content: right;
  padding-bottom: 2rem;
}
.page-event .content-wrapper .content-post h2 {
  margin-top: 80px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post h2 {
    font-size: 1.466rem;
  }
}
.page-event .content-wrapper .content-post strong {
  font-weight: bold;
}
.page-event .content-wrapper .content-post em {
  font-style: italic;
}
.page-event .content-wrapper .content-post p,
.page-event .content-wrapper .content-post dd {
  line-height: 2.2;
  letter-spacing: 0.85px;
}
.page-event .content-wrapper .content-post p,
.page-event .content-wrapper .content-post dl,
.page-event .content-wrapper .content-post ul,
.page-event .content-wrapper .content-post ol,
.page-event .content-wrapper .content-post table {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 17px;
}
.page-event .content-wrapper .content-post ul ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-event .content-wrapper .content-post ol {
  list-style-type: decimal;
  padding-left: 1.3em;
}
.page-event .content-wrapper .content-post ol ul {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-event .content-wrapper .content-post li {
  margin-bottom: 10px !important;
}
.page-event .content-wrapper .content-post figure {
  margin: 0 0 80px 0;
  text-align: center;
}
.page-event .content-wrapper .content-post figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-event .content-wrapper .content-post table {
  width: 100%;
  border-top: 3px solid #c2c2c2;
  border-bottom: 3px solid #c2c2c2;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post table tr {
    display: flex;
    flex-direction: column;
  }
}
.page-event .content-wrapper .content-post table th,
.page-event .content-wrapper .content-post table td {
  border-bottom: 1px solid #ddd;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 20px 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post table th,
  .page-event .content-wrapper .content-post table td {
    padding: 0 10px 20px 10px;
  }
}
.page-event .content-wrapper .content-post table th {
  font-weight: bold;
}
.page-event .content-wrapper .content-post table td:nth-child(1) {
  width: 170px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post table td:nth-child(1) {
    padding: 20px 10px 0 10px;
    flex-direction: column;
    border-bottom: none;
  }
}
.page-event .content-wrapper .content-post table td p,
.page-event .content-wrapper .content-post table td dl,
.page-event .content-wrapper .content-post table td ul {
  margin-bottom: 0;
}
.page-event .content-wrapper .content-post dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.page-event .content-wrapper .content-post dl dd {
  margin-bottom: 5px;
}
.page-event .content-wrapper .content-post dl dd + dt {
  margin-top: 30px;
}
.page-event .content-wrapper .content-post .speaker {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .speaker {
    flex-direction: column;
    justify-content: center;
  }
}
.page-event .content-wrapper .content-post .speaker .speaker-img {
  width: 200px;
  margin-right: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .speaker .speaker-img {
    margin: auto;
  }
}
.page-event .content-wrapper .content-post .speaker .speaker-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.page-event .content-wrapper .content-post .speaker .speaker-info {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .speaker .speaker-info {
    width: 100%;
    margin: 20px 0;
  }
}
.page-event .content-wrapper .content-post .speaker .speaker-info .speaker-name {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .content-post .speaker .speaker-info .speaker-name {
    text-align: center;
  }
}
.page-event .content-wrapper .content-post .speaker .speaker-info .speaker-name span {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
.page-event .content-wrapper .content-post .speaker .speaker-info .speaker-desc {
  font-size: 16px;
  line-height: 180%;
}
.page-event .content-wrapper .content-post .steps {
  padding-left: 0;
}
.page-event .content-wrapper .content-post .steps li {
  margin: 20px;
  padding: 10px;
  font-weight: 700;
}
.page-event .content-wrapper .content-post .steps span.desc {
  display: block;
  padding: 10px 0;
}
.page-event .content-wrapper .content-post .steps span.note {
  font-size: 14px;
  display: block;
  color: #666;
}
.page-event .content-wrapper .application-form {
  margin-left: 60px;
  width: 350px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .application-form {
    margin-left: 0;
  }
}
.page-event .content-wrapper .application-form-inner {
  width: 350px;
}
.page-event .content-wrapper .application-form-inner.scheduled {
  position: fixed;
  display: none;
}
.page-event .content-wrapper .application-form-inner.closed {
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .application-form-inner {
    position: relative;
    display: block;
  }
}
.page-event .content-wrapper .application-form-inner .form-wrap {
  overflow-y: scroll;
  height: 600px;
  padding: 10px;
}
.page-event .content-wrapper .application-form-inner .form-wrap::-webkit-scrollbar {
  width: 10px;
}
.page-event .content-wrapper .application-form-inner .form-wrap::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 20px;
}
.page-event .content-wrapper .application-form-inner .form-wrap::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .application-form-inner .form-wrap {
    overflow: visible;
    height: auto;
  }
}
.page-event .content-wrapper .application-form .title-wrap {
  background-color: #2d2d2d;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: 700;
}
.page-event .content-wrapper .application-form .hs-form-field label:not(.hs-error-msg) {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .page-event .content-wrapper .application-form .hs-form-field .hs-button {
    width: 100%;
  }
}
.page-event .content-wrapper .application-form .outer-page-link {
  font-size: 1.5rem;
}
.page-event .content-wrapper .application-form .outer-page-link a {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  margin: 2rem auto;
  background-color: #A78821;
  text-align: center;
  width: calc(100% - 2rem);
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.page-event .content-wrapper .application-form .outer-page-link a:hover {
  opacity: 0.8;
}
.page-event .content-wrapper .application-form .dummy-form {
  position: relative;
  width: 100%;
  padding: 1rem;
}
.page-event .content-wrapper .application-form .dummy-form .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.page-event .content-wrapper .application-form .dummy-form .row {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding-bottom: 1rem;
  color: #ddd;
}
.page-event .content-wrapper .application-form .dummy-form .row input {
  border: 1px solid #ddd;
}
.page-event .content-wrapper .application-form .dummy-form .row input::-moz-placeholder {
  color: #ddd;
}
.page-event .content-wrapper .application-form .dummy-form .row input::placeholder {
  color: #ddd;
}

.page-case {
  background-color: #fafbfc;
  padding-bottom: 4rem;
}
.page-case .content-wrapper {
  width: 1480px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1247px) {
  .page-case .content-wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }
}
.page-case .content-wrapper .post-title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .post-title {
    font-size: 1.733rem;
  }
}
.page-case .content-wrapper .post-tags {
  display: flex;
  flex-direction: row;
}
.page-case .content-wrapper .post-tags h2 {
  padding-right: 1rem;
}
.page-case .content-wrapper .post-tags ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.page-case .content-wrapper .post-tags ul .post-tag {
  margin-right: 1em;
  color: #A78821;
  text-decoration: none;
  transition: 0.3s;
}
.page-case .content-wrapper .post-tags ul .post-tag:hover {
  opacity: 0.8;
}
.page-case .content-wrapper .content-post {
  width: 1000px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post {
    width: 100%;
    padding: 0 0 60px;
  }
}
.page-case .content-wrapper .content-post .post-wrap {
  background-color: #fff;
  margin-top: 260px;
  padding-top: 320px;
  padding-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post .post-wrap {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }
}
.page-case .content-wrapper .content-post .post-wrap > .thumb-wrap {
  width: 100%;
  position: absolute;
  top: -260px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post .post-wrap > .thumb-wrap {
    position: relative;
    top: 0;
  }
}
.page-case .content-wrapper .content-post .post-wrap > .thumb-wrap .main-img {
  min-width: 320px;
  display: block;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-case .content-wrapper .content-post .post-wrap .company-meta {
  position: relative;
  z-index: 100;
  text-align: left;
  background-color: #fafbfc;
  width: 680px;
  margin: -100px auto 0 auto;
  padding: 40px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta {
    width: 100%;
    position: relative;
    padding: 32px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta {
    width: 100%;
    position: relative;
    padding: 25px;
    margin-top: 0;
    flex-direction: column;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap {
  width: 280px;
  padding-right: 40px;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap .logo {
  width: auto;
  max-height: 120px;
  margin: auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap .logo {
    width: auto;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap .logo {
    width: auto;
    margin-top: -85px;
    padding: 0;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap .logo img {
  -o-object-fit: fill;
  object-fit: fill;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .logo-wrap .logo img {
    max-height: 120px;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap {
  width: 320px;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap {
    width: 100%;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap h2 {
  font-size: 1.2rem;
  color: #A78821;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap h2 {
    margin: 2rem;
    text-align: center;
  }
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap dl {
  display: flex;
  flex-wrap: wrap;
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap dl dt {
  width: 50px;
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap dl dd {
  width: calc(100% - 50px);
  font-weight: 700;
}
.page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap dl dd ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-wrap .company-meta .text-wrap dl {
    font-size: 16px;
  }
}
.page-case .content-wrapper .content-post .post-header {
  padding: 0 120px;
  z-index: 100;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post .post-header {
    margin: 0;
    padding: 40px 80px 0 80px;
  }
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post .post-header {
    margin: 2rem;
    padding: 0;
  }
}
.page-case .content-wrapper .content-post .post-header .post-meta-row {
  display: flex;
  justify-content: right;
  padding-bottom: 2rem;
}
.page-case .content-wrapper .content-post section {
  margin: 0 120px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-case .content-wrapper .content-post section {
    margin: 0 80px;
  }
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .content-post section {
    margin: 2rem;
    text-align: center;
    text-align: left;
  }
}
.page-case .content-wrapper .achievement {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .page-case .content-wrapper .achievement {
    flex-direction: column;
  }
}
.page-case .content-wrapper .achievement img {
  display: block;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .page-case .content-wrapper .achievement img {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.page-case .content-wrapper .interviewee {
  background-color: #fafbfc;
  padding: 2rem;
  margin-bottom: 3rem;
}
.page-case .content-wrapper .interviewee h2 {
  font-size: 15px;
  margin-bottom: 1rem;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .page-case .content-wrapper .interviewee h2 {
    text-align: left;
  }
}
.page-case .content-wrapper .interviewee p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 700;
  line-height: 180%;
}
.page-case .content-wrapper h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.page-case .content-wrapper h4 {
  color: #A78821;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.page-case .content-wrapper h4::before {
  content: "― ";
}
.page-case .content-wrapper p {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 180%;
}
.page-case .content-wrapper p strong {
  font-weight: 700;
}
.page-case .content-wrapper .wp-block-image {
  margin-bottom: 32px;
}

.page-case-index {
  background-color: #fff;
}
.page-case-index .mod-hdg-panel .hdg-panel-title {
  color: #333333;
}
.page-case-index .mod-hdg-panel {
  background-image: url("../img/static/case/bg_panel.jpg");
}
.page-case-index .case-section {
  width: 1050px;
  margin: auto;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .case-section {
    width: 90%;
    margin-bottom: 21.3333333333vw;
  }
}
.page-case-index .case-section-header {
  text-align: center;
  padding-top: 80px;
}
.page-case-index .case-section-header h2 {
  font-size: 32px;
  font-weight: 700;
}
.page-case-index .case-list {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-case-index .list-item {
  margin-left: 1.6666666667em;
  margin-right: 1.6666666667em;
  margin-bottom: 80px;
  width: 20em;
}
.page-case-index .list-item a {
  text-decoration: none;
}
.page-case-index .list-item a:hover {
  text-decoration: none;
}
.page-case-index .list-item a:hover .img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item {
    width: 100%;
    margin: 40px 0;
    margin-bottom: 10.6666666667vw;
  }
}
.page-case-index .list-item .pic {
  display: block;
  overflow: hidden;
}
.page-case-index .list-item .pic .img {
  transition: 0.3s;
}
.page-case-index .list-item .pic img {
  width: 20em;
  height: 9.3333333333em;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item .pic img {
    width: 100%;
    height: 48vw;
  }
}
.page-case-index .list-item .pic-below {
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 4px 8px;
}
.page-case-index .list-item h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item h2 {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.page-case-index .list-item .tags {
  color: #A78821;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item .tags {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.page-case-index .list-item .tags span {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item .tags span {
    margin-right: 4vw;
  }
}
.page-case-index .list-item .tags a {
  color: #A78821;
  text-decoration: none;
  transition: all 1s;
}
.page-case-index .list-item .tags a:hover {
  opacity: 0.8;
}
.page-case-index .list-item dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .page-case-index .list-item dl {
    margin: 20px 0 30px 0;
  }
}
.page-case-index .list-item dl dt,
.page-case-index .list-item dl dd {
  padding: 2px 0;
}
.page-case-index .list-item dl dt {
  width: 20%;
  font-weight: 500;
}
.page-case-index .list-item dl dd {
  width: 80%;
}

.book-toaster {
  position: fixed;
  right: 20px;
  bottom: -280px;
  background-color: #e2eaf3;
}
.book-toaster a {
  text-decoration: none;
  display: block;
  width: 320px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.book-toaster a:hover {
  opacity: 0.8;
}
.book-toaster a h2 {
  font-size: 20px;
  color: #6379bb;
  font-weight: 900;
  margin-bottom: 16px;
}
.book-toaster a .above {
  display: flex;
  flex-direction: row;
}
.book-toaster a .above .text {
  flex: 1;
  padding-right: 16px;
}
.book-toaster a .above p {
  font-size: 15px;
  font-weight: 700;
}
.book-toaster a .above .image img {
  width: 80px;
  height: auto;
}
.book-toaster a .below {
  background-color: #6379bb;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  color: #fff;
}

.page-terms .main-contents {
  width: 740px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .page-terms .main-contents {
    width: 90%;
    margin: 40px auto;
  }
}
.page-terms p {
  margin-bottom: 25px;
  line-height: 180%;
}
.page-terms ul, .page-terms ol {
  margin-bottom: 25px;
}
.page-terms ul li, .page-terms ol li {
  margin-bottom: 10px;
}
.page-terms ol.han-maru-kakko li {
  list-style: none;
  counter-increment: cnt;
}
.page-terms ol.han-maru-kakko li::before {
  content: "" counter(cnt) ") ";
}
.page-terms dl {
  margin-bottom: 25px;
}
.page-terms dl dt {
  font-weight: bold;
}
.page-terms dl dd {
  margin-bottom: 10px;
}
.page-terms ul, .page-terms ol {
  margin-bottom: 40px;
}
.page-terms ul li, .page-terms ol li {
  margin-bottom: 20px;
}
.page-terms ol.han-maru-kakko li {
  list-style: none;
  counter-increment: cnt;
}
.page-terms ol.han-maru-kakko li::before {
  content: "" counter(cnt) ") ";
}
.page-terms dl {
  margin-bottom: 40px;
}
.page-terms dl dt {
  font-weight: bold;
}
.page-terms dl dd {
  margin-bottom: 20px;
}

.page-error .main-contents {
  width: 740px;
  margin: 40px auto 80px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-error .main-contents {
    width: 90%;
    margin: 40px auto 80px auto;
  }
}
.page-error .status-code {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fafbfc;
  font-size: 20rem;
}
@media only screen and (max-width: 767px) {
  .page-error .status-code {
    font-size: 10rem;
  }
}
.page-error p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .page-error p {
    font-size: 1rem;
  }
}

.util-al-center {
  text-align: center;
}

.util-al-right {
  text-align: right;
}

.util-al-left {
  text-align: left;
}

.util-pb-00 {
  padding-bottom: 0px !important;
}

.util-pt-00 {
  padding-top: 0px !important;
}

.util-pb-05 {
  padding-bottom: 5px !important;
}

.util-pt-05 {
  padding-top: 5px !important;
}

.util-pb-10 {
  padding-bottom: 10px !important;
}

.util-pt-10 {
  padding-top: 10px !important;
}

.util-pb-15 {
  padding-bottom: 15px !important;
}

.util-pt-15 {
  padding-top: 15px !important;
}

.util-pb-20 {
  padding-bottom: 20px !important;
}

.util-pt-20 {
  padding-top: 20px !important;
}

.util-pb-25 {
  padding-bottom: 25px !important;
}

.util-pt-25 {
  padding-top: 25px !important;
}

.util-pb-30 {
  padding-bottom: 30px !important;
}

.util-pt-30 {
  padding-top: 30px !important;
}

.util-pb-35 {
  padding-bottom: 35px !important;
}

.util-pt-35 {
  padding-top: 35px !important;
}

.util-pb-40 {
  padding-bottom: 40px !important;
}

.util-pt-40 {
  padding-top: 40px !important;
}

.util-mb-00 {
  margin-bottom: 0px !important;
}

.util-mt-00 {
  margin-top: 0px !important;
}

.util-mb-05 {
  margin-bottom: 5px !important;
}

.util-mt-05 {
  margin-top: 5px !important;
}

.util-mb-10 {
  margin-bottom: 10px !important;
}

.util-mt-10 {
  margin-top: 10px !important;
}

.util-mb-15 {
  margin-bottom: 15px !important;
}

.util-mt-15 {
  margin-top: 15px !important;
}

.util-mb-20 {
  margin-bottom: 20px !important;
}

.util-mt-20 {
  margin-top: 20px !important;
}

.util-mb-25 {
  margin-bottom: 25px !important;
}

.util-mt-25 {
  margin-top: 25px !important;
}

.util-mb-30 {
  margin-bottom: 30px !important;
}

.util-mt-30 {
  margin-top: 30px !important;
}

.util-mb-35 {
  margin-bottom: 35px !important;
}

.util-mt-35 {
  margin-top: 35px !important;
}

.util-mb-40 {
  margin-bottom: 40px !important;
}

.util-mt-40 {
  margin-top: 40px !important;
}

.util-hide {
  display: none !important;
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .only-sp {
    display: block;
  }
}

.util-serif {
  font-family: Sawarabi Mincho;
}

#toc_container {
  padding: 16px 32px !important;
}