@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url('//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: $themeColor;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
.u-clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

html {
  min-width: 1240px;
}
html.is-menuopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'YakuHanJP', '游ゴシック体', 'Yu Gothic', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.browser-ie body {
  font-family: 'YakuHanJP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}

a {
  color: currentColor;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

body > img {
  display: block;
  height: 0 !important;
  font-size: 0;
}

input::-moz-selection {
  color: #888;
  background-color: #fff;
}

input::selection {
  color: #888;
  background-color: #fff;
}

.g-footer {
  position: relative;
}
.g-footer__pagtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.g-footer__pagtop.is-show {
  pointer-events: auto;
  opacity: 1;
}
.g-footer__pagtop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding-top: 3px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-footer__pagtop span {
  position: relative;
  display: block;
  padding-top: 15px;
}
.g-footer__pagtop span::before {
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-footer__contents {
  padding: 50px 0;
  background-color: #000;
}
.g-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-footer__company {
  position: absolute;
  top: 0;
  right: 86px;
}
.g-footer__company-hdg {
  color: #fff;
}
.g-footer__company-logo {
  margin-top: 20px;
}
.g-footer__company-logo a {
  display: block;
}
.g-footer__company-logo img {
  width: 215px;
  height: auto;
}
.g-footer__copyright {
  padding: 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: center;
}
.g-footer .footer-contact {
  padding: 100px 0 120px;
  text-align: center;
  background-color: #fff;
}
.g-footer .footer-contact__hdg {
  font-size: 26px;
  font-weight: 600;
}
.g-footer .footer-contact__btn {
  width: 560px;
  margin: 28px auto 0;
}
.g-footer .footer-contact__btn .btn-contact {
  display: block;
  width: 100%;
  padding: 34px 0 28px;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-footer .footer-contact__btn .btn-contact__ico {
  display: block;
  line-height: 1;
}
.g-footer .footer-contact__btn .btn-contact__ico img {
  display: inline-block;
  width: 36px;
  height: 22px;
}
.g-footer .footer-contact__btn .btn-contact__txt {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.g-footer .footer-digiads {
  max-width: 756px;
  margin: 0 auto;
}
.g-footer .fnav a {
  position: relative;
}
.g-footer .fnav a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.g-footer .fnav__item {
  position: relative;
  font-weight: 600;
  color: #fff;
}
.g-footer .fnav__item::before {
  content: '-';
}
.g-footer .fnav__item--mini {
  font-size: 13px;
  font-weight: 500;
  color: #e2e2e2;
}
.g-footer .fnav__item--mini a {
  color: #e2e2e2;
}
.g-footer .fnav__item a,
.g-footer .fnav__item span {
  color: #fff;
}
.g-footer .fnav__item + .fnav__item {
  margin-top: 20px;
}
.g-footer .fnav .fnav-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  padding: 30px 20px 30px 40px;
  margin-top: 20px;
  background-color: #202020;
}
.g-footer .fnav .fnav-lower__list + .fnav-lower__list {
  margin-left: 50px;
}
.g-footer .fnav .fnav-lower__item {
  position: relative;
  font-size: 13px;
  color: #e2e2e2;
}
.g-footer .fnav .fnav-lower__item::before {
  content: '-';
}
.g-footer .fnav .fnav-lower__item a {
  color: #e2e2e2;
}
.g-footer .fnav .fnav-lower__item + .fnav-lower__item {
  margin-top: 16px;
}
.g-footer .fnav + .fnav {
  margin-left: 80px;
}

.is-pc .g-footer__pagtop a:hover {
  background-color: #b50707;
}
.is-pc .btn-contact:hover {
  background-color: #b50707;
}
.is-pc .fnav a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.g-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
}
.g-header.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.g-header.is-show {
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow,
    -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.g-header.is-hide {
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow,
    -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.g-header__main {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.g-header__logo {
  position: absolute;
  top: 8px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}
.g-header__logo a {
  display: block;
  line-height: 1;
}
.g-header__logo img {
  width: 160px;
  height: auto;
}
.g-header__logo span {
  margin-left: 18px;
  font-size: 12px;
  color: #888;
}
.g-header__search {
  position: absolute;
  top: 12px;
  right: 160px;
}
.g-header__search .m-search {
  width: 280px;
  font-size: 12px;
}
.g-header__search .m-search .c-input {
  height: 34px;
  padding-left: 16px;
}
.g-header__search .sp-search {
  display: none;
}
.g-header__menu {
  visibility: hidden;
  opacity: 0;
}
.g-header__menu-btn {
  display: none;
}
.g-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 120px;
}
.g-header__contact .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header__contact .btn-contact__ico img {
  width: 36px;
  height: 22px;
}
.g-header__contact .btn-contact__txt {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.g-header__nav {
  height: 60px;
  overflow: hidden;
}
.g-header__nav .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #f3f3f3;
}
.g-header__nav .gnav__item {
  margin: 0 30px;
  font-size: 16px;
  text-align: center;
}
.g-header__nav .gnav__item a {
  width: 100%;
  height: 60px;
  overflow: hidden;
  color: #333;
}
.g-header__nav .gnav__item .mi-pc {
  display: block;
}
.g-header__nav .gnav__item .mi-sp {
  display: none;
}
.g-header__nav .gnav__item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.g-header__nav .gnav__item .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.g-header__nav .gnav__item .jp {
  font-weight: 600;
  line-height: 1.1;
}
.g-header__nav .gnav__item .jp::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.g-header__nav .gnav__item--adv {
  width: 81px;
}
.g-header__nav .gnav__item--adv .jp::after {
  background-color: #374d8b;
}
.g-header__nav .gnav__item--cre {
  width: 81px;
}
.g-header__nav .gnav__item--cre .jp::after {
  background-color: #2889b1;
}
.g-header__nav .gnav__item--ma {
  width: 120px;
  margin: 0 10px;
}
.g-header__nav .gnav__item--ma .jp {
  font-size: 14px;
}
.g-header__nav .gnav__item--ma .jp::after {
  background-color: #cfb52b;
}
.g-header__nav .gnav__item--ana {
  width: 81px;
}
.g-header__nav .gnav__item--ana .jp::after {
  background-color: #2c926d;
}
.g-header__nav .gnav__item--seo {
  width: 81px;
}
.g-header__nav .gnav__item--seo .jp::after {
  background-color: #c24040;
}
.g-header__nav .gnav__item--sem {
  width: 81px;
}
.g-header__nav .gnav__item--sem .jp::after {
  background-color: #ce681f;
}

.is-pc .g-header__contact a:hover {
  background-color: #b50707;
}
.is-pc .gnav__item a:hover .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.is-pc .page-category--adv .gnav__item--adv a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-pc .page-category--cre .gnav__item--cre a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-pc .page-category--ma .gnav__item--ma a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-pc .page-category--ana .gnav__item--ana a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-pc .page-category--seo .gnav__item--seo a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-pc .page-category--sem .gnav__item--sem a:hover .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-sp .g-header__nav .gnav__item span {
  -webkit-transition: unset;
  transition: unset;
}

.l-main {
  padding-top: 120px;
  background-color: #f3f3f3;
}
.l-main__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  padding: 60px 0 80px;
  margin: 0 auto;
}
.l-main__contents {
  width: 840px;
}
.l-main__contents .m-tag {
  margin-top: 70px;
}
.l-main__side {
  width: 300px;
}
.l-main__side .m-tag {
  display: none;
}
.l-main__side-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  z-index: 10;
}

.l-page {
  min-width: 1200px;
  margin: 0 auto;
}

.l-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.c-category {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 60px;
  padding: 3px 0;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.c-category--adv {
  background: #374d8b;
}
.c-category--cre {
  background: #2889b1;
}
.c-category--ma {
  background: #cfb52b;
}
.c-category--ana {
  background: #2c926d;
}
.c-category--seo {
  background: #c24040;
}
.c-category--sem {
  background: #ce681f;
  letter-spacing: -0.08em;
}

.c-font-roboto {
  font-family: 'Roboto', sans-serif;
}

.c-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 38px);
  color: #888;
}

.c-input:focus {
  border-color: transparent;
  outline: 0;
}

input::-webkit-input-placeholder {
  color: #888;
}

input::-moz-placeholder {
  color: #888;
}

input:-ms-input-placeholder {
  color: #888;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 11px;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 30px 0 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #888;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
}

.c-hdg-recommend {
  padding: 5px 0 5px 45px;
  font-size: 20px;
  background: url(../../assets/images/common/ico_book.svg) no-repeat 10px 50%;
  background-size: 24px 17px;
  border-bottom: 2px solid #000;
}

.c-service-cat_list {
  padding: 50px 0;
}
.c-service-cat_list .c-service-cat_list_ttl {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 5px 0 5px 45px;
  margin-bottom: 30px;
  font-size: 20px;
  border-bottom: 2px solid #000;
}
.c-service-cat_list .c-service-cat_list_ttl::before {
  font-family: 'dashicons';
  content: '\f325';
  position: absolute;
  left: 7px;
  top: 0.4em;
}
.c-service-cat_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.c-service-cat_list ul li {
  width: 50%;
  padding: 0 1px 1px 0;
}
.c-service-cat_list ul li:nth-of-type(even) {
  padding-right: 0;
}
.c-service-cat_list ul li a {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  padding: 45px 15px 35px;
  color: #fff;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.c-service-cat_list ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.5);
}
.c-service-cat_list ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.c-service-cat_list ul li.advertising a {
  background-image: url(../../../../../../parts/images/index/bg_advertising.jpg);
}
.c-service-cat_list ul li.creative a {
  background-image: url(../../../../../../parts/images/index/bg_creative.jpg);
}
.c-service-cat_list ul li.analysis a {
  background-image: url(../../../../../../parts/images/index/bg_analysis.jpg);
}
.c-service-cat_list ul li.ma a {
  background-image: url(../../../../../../parts/images/index/bg_ma.jpg);
}
.c-service-cat_list ul li a .svg-wrap {
  position: relative;
  width: 66px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.c-service-cat_list ul li a .svg-wrap .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.c-service-cat_list ul li a figure {
  width: 80px;
  text-align: center;
  margin: 0 auto;
}
.c-service-cat_list ul li a h3 {
  position: relative;
  font-weight: bold;
  padding: 1em 0;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.c-service-cat_list ul li a h3 br {
  display: none;
}
.c-service-cat_list ul li a .en {
  width: 120%;
  position: absolute;
  left: -0.1em;
  bottom: 0;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.14);
  letter-spacing: -0.05em;
  text-align: left;
  z-index: -2;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.c-service-cat_list ul li:nth-of-type(even) a .en {
  right: -0.1em;
  left: auto;
  text-align: right;
}
.c-service-cat_list ul li.ma a .en {
  letter-spacing: -0.1em;
}
.c-service-cat_list ul li a .btn {
  max-width: 200px;
  padding: 0.3em 5px;
  margin: 0 auto;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  font-size: 13px;
  transition: all ease 0.3s;
}
.c-service-cat_list ul li a .btn::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 0.7em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-service-cat_list ul li a:hover .btn {
  background: #fff;
  color: #181818;
}
.c-service-cat_list ul li a:hover .btn::before {
  border-color: #181818;
}
.c-service-cat_list_btn {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.c-service-cat_list_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-service-cat_list_btn a:hover {
  background: #b50707;
}
.c-service-cat_list_btn a::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .c-service-cat_list .c-service-cat_list_ttl {
    padding: 5px 0 5px 22px;
    margin-bottom: 20px;
    font-size: 15px;
    border-bottom: 2px solid #000;
  }
  .c-service-cat_list .c-service-cat_list_ttl::before {
    left: 0;
  }
  .c-service-cat_list {
    padding: 40px 0 20px !important;
  }
  .c-service-cat_list ul {
    margin-bottom: 30px;
    align-items: stretch;
  }
  .c-service-cat_list ul li a {
    padding: 0;
    padding-bottom: 80%;
  }
  .c-service-cat_list ul li a .notes {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: calc(100% - 20px);
  }
  .c-service-cat_list ul li a .svg-wrap {
    width: 50px;
    padding-bottom: 20px;
  }
  .c-service-cat_list ul li a h3 {
    font-size: 15px;
    padding: 0.5em 0;
    line-height: 1.2;
  }
  .c-service-cat_list ul li a h3 br {
    display: block;
  }
  .c-service-cat_list ul li a h3 span {
    display: none;
  }
  .c-service-cat_list ul li a .en {
    font-size: 40px;
  }
  .c-service-cat_list ul li a .btn {
    font-size: 10px;
    width: 90%;
    font-size: 10px;
    max-width: 200px;
  }
  .c-service-cat_list ul li a .btn::before {
    width: 6px;
    height: 6px;
  }
  .c-service-cat_list_btn a::before {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}

.m-adv-bnr {
  margin-top: 40px;
  padding: 30px;
  background-color: #fff;
  position: relative;
}
.m-adv-bnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.m-adv-bnr .m-adv-bnr__bnr {
  width: 100%;
  height: auto;
  width: 336px;
  overflow: hidden;
  text-align: center;
}

.m-page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  background-color: #fff;
}
.m-page-header__hdg {
  position: relative;
  text-align: center;
}
.m-page-header__hdg span {
  display: block;
  line-height: 1;
  color: #fff;
}
.m-page-header__hdg .jp {
  font-size: 40px;
}
.m-page-header__hdg .en {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.m-page-header--keywords .m-page-header__hdg span {
  color: #000;
}
.m-page-header--search .m-page-header__hdg span {
  color: #000;
}

.m-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}
.m-pager__item {
  margin: 0 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.m-pager__item--prev a::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 13px;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.m-pager__item--next a::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 13px;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-pager__item--prev a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.m-pager__item--next a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.m-pager__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-pc .m-pager__item a:hover {
  color: #fff;
  background-color: #000;
}
.m-pager__item .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.m-pager__item--current span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #000;
}
.is-pc .m-pager__item--current span:hover {
  color: #fff;
  cursor: default;
  background-color: #000;
}

.m-posts {
  position: relative;
}
.m-posts .item {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.is-pc .m-posts .item a {
  transition: 0.3s;
}
.m-posts .item__fig {
  width: 260px;
  margin-right: 1.5em;
  position: relative;
  text-align: center;
}
.m-posts .item__fig a {
  display: block;
}
.is-pc .m-posts .item a:hover {
  opacity: 0.7;
}
.m-posts .item__fig .img {
  position: relative;
  padding-bottom: 52.56%;
  overflow: hidden;
}
.m-posts .item__fig img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
}
.m-posts .item__body {
  position: relative;
  padding-top: 0;
  flex: 1;
}
.m-posts .item__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.m-posts .item__category {
  margin-right: 0.3em;
  font-size: 16px;
}
.m-posts .item__date {
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #888;
}
.m-posts .item__hdg {
  margin-top: 0.4em;
  font-size: 21px;
  line-height: 1.5;
}
.is-pc .m-posts .item__hdg a:hover {
  opacity: 0.6;
}

.m-posts .item.is-new a .item__fig::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  content: '';
  background: url(../../assets/images/common/ico_new.svg) no-repeat;
  background-size: 50px 50px;
}
.m-posts .item__tags {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  height: 28px;
}
.m-posts .item__tag {
  margin-right: 0.5em;
}
.m-posts .item__tag a {
  padding: 0 0.6em;
  display: inline-block;
  background: #fff;
  line-height: 28px;
  transition: background 0.3;
}
.is-pc .m-posts .item__tag a:hover {
  background: #ddd;
}

.m-posts-nav + .m-posts {
  margin-top: 10px;
}

.m-posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-posts-nav .show-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-posts-nav .show-select__txt {
  margin-right: 10px;
  font-size: 13px;
}

.m-posts + .m-posts-nav {
  margin-top: 45px;
}

.m-ranking {
  position: relative;
  padding: 26px 25px 35px;
  background-color: #fff;
  border-top: 4px solid #000;
}
.m-ranking__hdg {
  position: relative;
  text-align: center;
}
.m-ranking__hdg span {
  display: block;
  line-height: 1;
}
.m-ranking__hdg .ico img {
  width: 53px;
  height: 40px;
}
.m-ranking__hdg .txt {
  margin-top: 10px;
  font-size: 16px;
}
.m-ranking__list {
  position: relative;
  padding-top: 10px;
}
.m-ranking__list .item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}
.m-ranking__list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.is-pc .m-ranking__list .item a:hover {
  opacity: 0.7;
}
.m-ranking__list .item__num {
  width: 16px;
  margin-top: 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.m-ranking__list .item__fig {
  position: relative;
  width: 110px;
  margin-right: 10px;
  text-align: center;
}
.m-ranking__list .item__fig img {
  width: 100%;
  height: auto;
}
.m-ranking__list .item__body {
  position: relative;
  width: calc(100% - 136px);
}
.m-ranking__list .item__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-ranking__list .item__category {
  font-size: 10px;
}
.m-ranking__list .item__category .c-category {
  width: 38px;
}
.m-ranking__list .item__date {
  margin-left: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #888;
}
.m-ranking__list .item__hdg {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.m-ranking__list .item.is-new a .item__fig::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 34px;
  height: 34px;
  content: '';
  background: url(../../assets/images/common/ico_new.svg) no-repeat;
  background-size: 34px 34px;
}

.m-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-search__input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.m-search .c-input {
  color: #333;
}
.m-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 100%;
}
.m-search__submit .c-submit {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../../assets/images/common/ico_search.png) no-repeat 50% 50%;
  background-size: 14px 14px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-pc .m-search__submit .c-submit:hover {
  opacity: 0.7;
}

.m-side-bnr {
  margin-top: 30px;
}
.m-side-bnr a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-pc .m-side-bnr a:hover {
  opacity: 0.7;
}
.m-side-bnr img {
  width: 100%;
  height: auto;
}

.m-side-fb {
  position: relative;
  margin-top: 30px;
}
.m-side-fb iframe {
  position: relative;
}
.m-side-fb__bnr {
  display: none;
}
.m-side-fb__bnr a {
  display: block;
}
.m-side-fb__bnr img {
  width: 100%;
  height: auto;
}

.m-side-tw {
  position: relative;
  margin-top: 30px;
}
.m-side-tw iframe {
  position: relative;
  width: 769px !important;
}

.m-single {
  position: relative;
  padding: 45px 30px 50px;
  background-color: #fff;
}
.m-single__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-single__category {
  font-size: 13px;
}
.m-single__date {
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #888;
}
.m-single__hdg {
  margin-top: 15px;
  font-size: 32px;
  line-height: 1.42;
}
.m-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -3px 0;
}
.m-single__tag {
  margin: 10px 3px 0;
  font-size: 13px;
}
.m-single__tag a {
  display: block;
  padding: 3px 16px;
  color: #888;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-single__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px -3px 0;
}
.m-single__sns-item {
  width: calc((100% - 18px) / 3);
  margin: 0 3px;
}
.m-single__sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-single__sns-item--fb a {
  background-color: #455ea9;
}
.m-single__sns-item--fb img {
  width: 18px;
  height: 18px;
}
.m-single__sns-item--twitter a {
  background-color: #6bbeec;
}
.m-single__sns-item--twitter img {
  width: 18px;
  height: 15px;
}
.m-single__sns-item--bookmark a {
  background-color: #2f98cc;
}
.m-single__sns-item--bookmark img {
  width: 16px;
  height: 14px;
}
.m-single__mv {
  margin-top: 30px;
  text-align: center;
}
.m-single__mv img {
  max-width: 100%;
  height: auto;
}
.m-single__body {
  margin-top: 40px;
}
.m-single__body h2 {
  padding-bottom: 12px;
  margin-top: 1em;
  font-size: 32px;
  line-height: 1.4;
  border-bottom: 4px solid #000;
}
.m-single__body h3 {
  padding: 16px 20px;
  margin-top: 2.5em;
  font-size: 20px;
  line-height: 1.4;
  background-color: #eaeaea;
}
.m-single__body h4 {
  padding-left: 0.6em;
  margin-top: 2.5em;
  font-size: 20px;
  line-height: 1.4;
  border-left: 4px solid #000;
}
.m-single__body p,
.m-single__body figure {
  margin-top: 19px;
  line-height: 2.14;
}
.m-single__body figure {
  text-align: center;
}
.m-single__body figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.m-single__body ul {
  margin-top: 30px;
}
.m-single__body ul li {
  position: relative;
  margin-left: 34px;
}
.m-single__body ul li::before {
  position: absolute;
  top: 0.3em;
  left: -23px;
  font-size: 12px;
  content: '・';
}
.m-single__body ul li + li {
  margin-top: 0.8em;
}
.m-single__body a:not(.wp-block-button__link) {
  color: #777;
  text-decoration: underline;
}
.wp-block-buttons.is-content-justification-center .wp-block-button {
  text-align: center;
}
.wp-block-buttons.is-content-justification-right .wp-block-button {
  text-align: right;
}
.wp-block-buttons.is-content-justification-left .wp-block-button {
  text-align: left;
}

.m-single__body .wp-block-button {
  text-decoration: none;
}
.m-single__body .wp-block-button {
  margin-top: 40px;
}
.wp-block-button .wp-block-button__link {
  padding: 22px 40px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
.wp-block-button .wp-block-button__link::after {
  content: '>';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: scaleX(0.5) translateY(-50%);
  font-size: 28px;
  font-weight: 600;
}

.wp-block-button.no-shadow .wp-block-button__link {
  box-shadow: none;
}
.wp-block-button.no-icon .wp-block-button__link::after {
  content: none;
}

/*
.m-single__body .wp-block-button + h2 {
  margin-top: 2em;
}
.m-single__body .wp-block-button + h3 {
  margin-top: 2em;
}
.m-single__body .wp-block-button + h4 {
  margin-top: 2em;
}
*/
.m-single__body blockquote {
  position: relative;
  z-index: 1;
  padding: 30px;
  margin-top: 19px;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
}
.m-single__body blockquote p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.m-single__body blockquote cite {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}
.m-single__body blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: serif;
  font-size: 100px;
  line-height: 1em;
  color: #bdbdbd;
  content: '“';
}
.m-single.is-new::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 90px;
  height: 90px;
  content: '';
  background: url(../../assets/images/common/ico_new.svg) no-repeat;
  background-size: 90px 90px;
}

.is-pc .m-single__tag a:hover {
  color: #fff;
  background-color: #b50707;
  border-color: #b50707;
}
.is-pc .m-single__sns a:hover {
  opacity: 0.7;
}
.is-pc .m-single__body a:hover {
  text-decoration: none;
}
.is-pc .m-single__body .wp-block-button a:hover {
  opacity: 0.7;
}

.adv-dummy {
  background: #00adbd;
}
.m-single__adv-bnr {
  width: 100%;
  height: auto;
  margin: 40px auto;
}
.m-single__adv-bnr-336x280 .adv-dummy {
  width: 336px;
  height: 280px;
}
.m-single__adv-bnr-728x90 .adv-dummy {
  width: 728px;
  height: 90px;
}
.m-single__adv-bnr-300x250 .adv-dummy {
  width: 300px;
  height: 250px;
}
.m-single__adv-bnr-320x100 .adv-dummy {
  width: 320px;
  height: 100px;
}
.m-single__adv-bnr-320x50 .adv-dummy {
  width: 320px;
  height: 50px;
}
.m-single__adv-bnr-336x280 {
  max-width: 708px;
  display: flex;
  justify-content: center;
}
.m-single__adv-bnr-728x90 {
  max-width: 728px;
}
.m-single__adv-bnr-300x250 {
  max-width: 300px;
}
.m-single__adv-bnr-320x100 {
  max-width: 320px;
}
.m-single__adv-bnr-320x50 {
  max-width: 320px;
}
.m-single__adv-bnr-336x280 .m-single__adv-bnr__bnr {
  width: 100%;
  height: auto;
  max-width: 336px;
}
.m-single__adv-bnr-336x280 .m-single__adv-bnr__bnr:nth-of-type(even) {
  margin-left: 35px;
}
.m-single__adv-bnr-sp {
  display: none;
}
.l-main__side__adv-bnr {
  width: 100%;
  height: auto;
}
.l-main__side__adv-bnr-300x600 {
  max-width: 300px;
  margin: 0 auto 30px;
}
.l-main__side__adv-bnr-160x600 {
  max-width: 160px;
  margin: 30px auto 0;
}
.l-main__side__adv-bnr-300x600 .adv-dummy {
  width: 300px;
  height: 600px;
}
.l-main__side__adv-bnr-160x600 .adv-dummy {
  width: 160px;
  height: 600px;
}

.m-service-list {
  margin-top: 60px;
  background: #fff;
  padding: 0 30px;
}
.m-service-list_ttl {
  margin: 0 -30px 30px;
  padding: 7px 22px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}
.m-service-list_ttl_02 {
  margin-bottom: 1em;
  padding: 0 0 0 0.5em;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #323255;
  line-height: 1.5;
  color: #323255;
}
.m-service-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  padding-bottom: 30px;
}
.m-service-list ul li {
  width: 197px;
  padding: 5px;
}
.m-service-list ul li a {
  padding: 0 5px;
  background: #f4f4f4;
  display: block;
  height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all ease 0.3s;
}
.m-service-list ul li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.4;
}
.m-service-list ul li a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #ba270d transparent;
  transition: all cubic-bezier(0.73, 0.315, 0.25, 1) 0.5s;
  z-index: -1;
}
.m-service-list ul li a:hover {
  color: #fff;
}
.m-service-list ul li a:hover::before {
  border-width: 0 0 500px 500px;
}

@media (max-width: 767.98px) {
  .m-service-list_ttl {
    font-size: 13px;
    padding: 5px 18px;
    margin: 0 -15px 20px;
  }
  .m-service-list_ttl_02 {
    font-size: 14px;
  }
  .m-service-list {
    margin-top: 30px;
    padding: 0 15px;
  }
  .m-service-list ul {
    padding-bottom: 20px;
  }
  .m-service-list ul li {
    padding: 2px;
  }
  .m-service-list ul li a {
    height: 52px;
    font-size: 11px;
  }
  .m-service-list ul li {
    width: 50%;
  }
}

.m-tag {
  position: relative;
}
.m-tag__hdg {
  width: 100%;
  padding: 7px 22px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}
.m-tag__body {
  padding: 9px 17px 20px 27px;
  background-color: #fff;
}
.m-tag__outline {
  height: 82px;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.m-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-tag__list-item {
  margin: 10px 3px 0;
  font-size: 13px;
  line-height: 1;
}
.m-tag__list-item a {
  display: block;
  padding: 8px 16px;
  color: #888;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-tag__more {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
}
.m-tag__more a {
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-tag__more span {
  position: relative;
  padding-right: 20px;
}
.m-tag__more span::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-tag__more span.close {
  display: none;
}
.m-tag__more span.close::before {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.is-pc .m-tag__list-item a:hover {
  color: #fff;
  background-color: #b50707;
  border-color: #b50707;
}
.is-pc .m-tag__more a:hover {
  opacity: 0.7;
}

.is-more .m-tag__more span.show {
  display: none;
}
.is-more .m-tag__more span.close {
  display: inline;
}

.m-topic-path {
  background-color: #000;
}
.m-topic-path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.m-topic-path__item {
  position: relative;
  font-size: 12px;
  white-space: nowrap;
}
.m-topic-path__item a {
  color: #fff;
  text-decoration: underline;
}
.is-pc .m-topic-path__item a:hover {
  text-decoration: none;
}
.m-topic-path__item a.is-current {
  text-decoration: none;
  cursor: default;
}
.m-topic-path__item + .m-topic-path__item {
  margin-left: 5px;
}
.m-topic-path__item + .m-topic-path__item::before {
  margin-right: 5px;
  content: '>';
}

.page-index .sec-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.page-index .sec-mv .swiper-container {
  max-width: 780px !important;
  padding: 60px 0 100px;
  margin: 0 auto !important;
  overflow: visible !important;
  opacity: 0;
}
.page-index .sec-mv .swiper-container.swiper-container-initialized {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 1.5s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 1.5s;
}
.page-index .sec-mv .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.page-index .sec-mv .slide {
  position: relative;
  top: 40px;
  width: 780px;
  margin: 0 100px 0 0;
  overflow: hidden;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.page-index .sec-mv .slide.swiper-slide-active {
  top: 0;
}
.page-index .sec-mv .slide img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-index .sec-mv .slide a {
  position: relative;
  display: block;
}
.is-pc .page-index .sec-mv .slide a:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page-index .sec-mv .slide__note {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.page-index .sec-mv .slide__note-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.page-index .sec-mv .slide__category {
  font-size: 13px;
}
.page-index .sec-mv .slide__date {
  margin-left: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.page-index .sec-mv .slide__txt {
  margin-top: 5px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .sec-mv .slide.is-new a::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 90px;
  height: 90px;
  content: '';
  background: url(../../assets/images/common/ico_new.svg) no-repeat;
  background-size: 90px 90px;
}
.page-index .sec-mv__btn {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 333;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: #000;
  border: 0;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-index .sec-mv__btn:hover {
  background-color: #b50707;
}
.page-index .sec-mv__btn::before {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 2px);
  width: 10px;
  height: 10px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-index .sec-mv__btn--prev {
  left: calc(50% - 470px);
}
.page-index .sec-mv__btn--prev:hover::before {
  margin-left: -10px;
}
.page-index .sec-mv__btn--next {
  right: calc(50% - 470px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-index .sec-mv__btn--next:hover::before {
  margin-left: -10px;
}
.page-index .sec-mv .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.page-index .sec-mv .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  cursor: pointer;
  background: #d1d1d1;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-pc .page-index .sec-mv .swiper-pagination .swiper-pagination-bullet:hover {
  background: #333;
}
.page-index .sec-mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.page-index .sec-mv__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-index .sec-mv__loader::before,
.page-index .sec-mv__loader::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: mv_bounce 2s infinite ease-in-out;
  animation: mv_bounce 2s infinite ease-in-out;
}
.page-index .sec-mv__loader::after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.page-index .swiper-container + .sec-mv__loader {
  opacity: 1;
}
.page-index .swiper-container-initialized + .sec-mv__loader {
  opacity: 0;
  -webkit-transition: opacity 1s linear 2s;
  transition: opacity 1s linear 2s;
}

@-webkit-keyframes mv_bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes mv_bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.page-category--adv .gnav__item--adv .en {
  display: none;
}
.page-category--adv .gnav__item--adv .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--adv .gnav__item--adv .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--adv .m-page-header {
  background-color: #374d8b;
}
.page-category--cre .gnav__item--cre .en {
  display: none;
}
.page-category--cre .gnav__item--cre .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--cre .gnav__item--cre .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--cre .m-page-header {
  background-color: #2889b1;
}
.page-category--ma .gnav__item--ma .en {
  display: none;
}
.page-category--ma .gnav__item--ma .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--ma .gnav__item--ma .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--ma .m-page-header {
  background-color: #cfb52b;
}
.page-category--ana .gnav__item--ana .en {
  display: none;
}
.page-category--ana .gnav__item--ana .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--ana .gnav__item--ana .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--ana .m-page-header {
  background-color: #2c926d;
}
.page-category--seo .gnav__item--seo .en {
  display: none;
}
.page-category--seo .gnav__item--seo .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--seo .gnav__item--seo .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--seo .m-page-header {
  background-color: #c24040;
}
.page-category--sem .gnav__item--sem .en {
  display: none;
}
.page-category--sem .gnav__item--sem .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-category--sem .gnav__item--sem .jp::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-category--sem .m-page-header {
  background-color: #ce681f;
}

.page-search .sec-not-found {
  margin-bottom: 80px;
}
.page-search .sec-not-found__hdg {
  font-size: 32px;
  font-weight: 600;
}
.page-search .sec-not-found__txt {
  margin-top: 15px;
  line-height: 2;
}
.page-search .sec-not-found .m-search {
  width: 360px;
  margin-top: 20px;
  font-size: 14px;
}
.page-search .sec-not-found .m-search .c-input {
  height: 50px;
  padding-left: 18px;
}
.page-search .sec-not-found .m-search__submit {
  right: 10px;
}

.page-single
  .m-single--adv
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #374d8b;
}
.page-single
  .m-single--cre
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #2889b1;
}
.page-single
  .m-single--ma
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #cfb52b;
}
.page-single
  .m-single--ana
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #2c926d;
}
.page-single
  .m-single--seo
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #c24040;
}
.page-single
  .m-single--sem
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(.has-background) {
  background-color: #ce681f;
}

.page-single .sec-toc {
  position: relative;
  padding: 20px 30px 40px;
  margin-top: 40px;
  border: 1px solid #eaeaea;
}
.page-single .sec-toc__hdg {
  padding: 0 0 7px 10px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
}
.page-single .sec-toc__list {
  margin: 32px 0 0 9px;
}
.page-single .sec-toc__item {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1.75;
  counter-increment: order;
}
.page-single .sec-toc__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #383838;
  content: counter(order) '';
}
.page-single .sec-toc__item a {
  color: #777;
  text-decoration: underline;
}
.page-single .sec-toc__item + .sec-toc__item {
  margin-top: 18px;
}
.page-single .sec-toc__subitem {
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0 60px;
}
.page-single .sec-toc__subitem::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #383838 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
}
.page-single .sec-toc__subitem a {
  color: #777;
  text-decoration: underline;
}
.page-single .sec-toc__subitem + .sec-toc__item {
  margin-top: 20px;
}
.page-single .sec-toc__smallitem {
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0 80px;
}
.page-single .sec-toc__smallitem::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #383838 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
}
.page-single .sec-toc__smallitem a {
  color: #777;
  text-decoration: underline;
}
.page-single .sec-toc__smallitem + .sec-toc__item {
  margin-top: 20px;
}
.page-single .sec-toc__txt {
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 0;
}

.is-pc .sec-toc__list a:hover {
  text-decoration: none;
}

.page-single .sec-cta {
  padding: 30px 15px 20px;
  margin-top: 40px;
  background: #fcfbc1;
}
.page-single .m-single__body + .sec-cta {
  margin-top: 80px;
}
.page-single .sec-cta__hdg {
  padding-left: 0.6em;
  margin-bottom: 1em;
  border-left: 3px solid #000;
  font-weight: 600;
  font-size: 20px;
}
.page-single .sec-cta__body {
  background: #fff;
  padding: 30px;
}
.page-single .sec-cta__txt {
  color: #383838;
  line-height: 2;
}
.page-single .sec-cta__btn {
  margin-top: 40px;
}
.page-single .sec-cta__btn a {
  position: relative;
  display: block;
  padding: 22px 40px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: #f46265;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.is-pc .page-single .sec-cta__btn a:hover {
  opacity: 0.6;
}
.page-single .sec-cta__btn a::after {
  content: '>';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: scaleX(0.5) translateY(-50%);
  font-size: 28px;
  font-weight: 600;
}

.page-single .sec-writer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 40px 40px;
  margin: 80px 0 0;
  border: 1px solid #eaeaea;
}
.page-single .sec-cta + .sec-writer {
  margin-top: 40px;
}

.page-single .sec-writer::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 90px;
  height: 90px;
  content: '';
  background: url(../../assets/images/single/ico_writer.svg) no-repeat;
  background-size: 90px 90px;
}
.page-single .sec-writer__img {
  width: 140px;
  margin-right: 40px;
}
.page-single .sec-writer__img .img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.page-single .sec-writer__body {
  width: calc(100% - 180px);
}
.page-single .sec-writer__name {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 600;
}
.page-single .sec-writer__name::before {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../../assets/images/single/ico_pen.svg) no-repeat;
  background-size: 16px 16px;
}
.page-single .sec-writer__add {
  margin-top: 4px;
  font-size: 13px;
  color: #888;
}
.page-single .sec-writer__txt {
  margin-top: 8px;
  line-height: 2.14;
  letter-spacing: 0;
}

.page-404 .sec-not-found {
  margin-bottom: 80px;
}
.page-404 .sec-not-found__hdg {
  font-size: 32px;
  font-weight: 600;
}
.page-404 .sec-not-found__txt {
  margin-top: 15px;
  line-height: 2;
}
.page-404 .sec-not-found .m-search {
  width: 360px;
  margin-top: 20px;
  font-size: 14px;
}
.page-404 .sec-not-found .m-search .c-input {
  height: 50px;
  padding-left: 18px;
}
.page-404 .sec-not-found .m-search__submit {
  right: 10px;
}
@media (min-width: 320px) {
  .u-d-xs-none {
    display: none !important;
  }

  .u-d-xs-inline {
    display: inline !important;
  }

  .u-d-xs-inline-block {
    display: inline-block !important;
  }

  .u-d-xs-block {
    display: block !important;
  }

  .u-d-xs-table {
    display: table !important;
  }

  .u-d-xs-table-row {
    display: table-row !important;
  }

  .u-d-xs-table-cell {
    display: table-cell !important;
  }

  .u-d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .u-d-xl-none {
    display: none !important;
  }

  .u-d-xl-inline {
    display: inline !important;
  }

  .u-d-xl-inline-block {
    display: inline-block !important;
  }

  .u-d-xl-block {
    display: block !important;
  }

  .u-d-xl-table {
    display: table !important;
  }

  .u-d-xl-table-row {
    display: table-row !important;
  }

  .u-d-xl-table-cell {
    display: table-cell !important;
  }

  .u-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .u-d-xxl-none {
    display: none !important;
  }

  .u-d-xxl-inline {
    display: inline !important;
  }

  .u-d-xxl-inline-block {
    display: inline-block !important;
  }

  .u-d-xxl-block {
    display: block !important;
  }

  .u-d-xxl-table {
    display: table !important;
  }

  .u-d-xxl-table-row {
    display: table-row !important;
  }

  .u-d-xxl-table-cell {
    display: table-cell !important;
  }

  .u-d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (max-width: 767.98px) {
  html {
    min-width: 320px;
  }
  body {
    width: 100%;
    min-width: 320px;
    font-size: 13px;
  }
  .g-footer__pagtop {
    display: none;
  }
  .g-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 25px;
  }
  .g-footer__nav {
    display: none;
  }
  .g-footer__company {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .g-footer__company-hdg {
    font-size: 11px;
  }
  .g-footer__company-logo {
    margin-top: 10px;
  }
  .g-footer__company-logo img {
    width: 159px;
  }
  .g-footer__copyright {
    padding: 16px 0;
    font-size: 10px;
  }
  .g-footer .footer-contact {
    padding: 50px 10px 60px;
  }
  .g-footer .footer-contact__hdg {
    margin: 0 15px;
    font-size: 18px;
    line-height: 1.55;
  }
  .g-footer .footer-contact__btn {
    width: 100%;
    margin: 20px auto 0;
  }
  .g-footer .footer-contact__btn .btn-contact {
    padding: 18px 0;
  }
  .g-footer .footer-contact__btn .btn-contact__ico img {
    width: 18px;
    height: auto;
  }
  .g-footer .footer-contact__btn .btn-contact__txt {
    margin-top: 7px;
    font-size: 11px;
  }
  .g-footer .footer-digiads {
    max-width: 756px;
    margin: 0 auto;
  }

  .g-header {
    position: relative;
    min-width: auto;
  }
  .g-header.is-fixed {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: none;
    transform: none;
  }
  .g-header.is-show {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: none;
    transform: none;
  }
  .g-header.is-hide {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: none;
    transform: none;
  }
  .g-header__main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .g-header.is-fixed .g-header__main {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  .g-header.is-show .g-header__main {
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow,
      -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow,
      -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .g-header.is-hide .g-header__main {
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow,
      -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow,
      -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  .g-header__logo {
    top: 7px;
    left: 12px;
  }
  .g-header__logo img {
    width: 105px;
  }
  .g-header__logo span {
    display: none;
  }
  .g-header__search {
    position: relative;
    top: inherit;
    right: inherit;
    z-index: 10;
  }
  .g-header__search .m-search {
    display: none;
  }
  .g-header__search .sp-search {
    position: relative;
    z-index: 0;
    display: block;
  }
  .g-header__search .sp-search__btn {
    position: absolute;
    top: 16px;
    right: 105px;
    line-height: 1;
  }
  .g-header__search .sp-search__btn img {
    width: 13px;
    height: 13px;
  }
  .g-header__search .sp-search__body {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: calc(100vh - 45px);
    padding: 35px 10px;
    overflow: auto;
    visibility: hidden;
    background-color: #f3f3f3;
    border-top: 3px solid #000;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .g-header__search .sp-search__body::before {
    position: absolute;
    top: -10px;
    right: 107px;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 0 4px 7px 4px;
  }
  .g-header__search .sp-search__body .m-search {
    display: block;
    width: auto;
    margin: 0 15px;
  }
  .g-header__search .sp-search__body .m-tag {
    margin-top: 40px;
  }
  .g-header__search .sp-search__btn.is-open button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
  }
  .g-header__search .sp-search__btn.is-open button::before,
  .g-header__search .sp-search__btn.is-open button::after {
    position: absolute;
    top: 0;
    left: 9px;
    width: 1px;
    height: 16px;
    content: '';
    background-color: #000;
  }
  .g-header__search .sp-search__btn.is-open button::before {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  .g-header__search .sp-search__btn.is-open button::after {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  .g-header__search .sp-search__btn.is-open img {
    display: none;
  }
  .g-header__search .sp-search__btn.is-open + .sp-search__body {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  .g-header__menu {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: calc(100vh - 45px);
    padding: 35px 40px;
    overflow: auto;
    visibility: hidden;
    background-color: #fff;
    border-top: 3px solid #000;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .g-header__menu::before {
    position: absolute;
    top: -10px;
    right: 70px;
    z-index: 15;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 0 4px 7px 4px;
  }
  .g-header__menu .sp-nav {
    height: 100%;
    overflow-y: auto;
  }
  .g-header__menu .sp-nav__item {
    position: relative;
    font-size: 16px;
    font-weight: 600;
  }
  .g-header__menu .sp-nav__item::before {
    margin-right: 1px;
    content: '-';
  }
  .g-header__menu .sp-nav__item + .sp-nav__item {
    margin-top: 30px;
  }
  .g-header__menu .sp-nav__item--mini {
    font-size: 13px;
    font-weight: 500;
  }
  .g-header__menu .sp-nav .sp-nav-lower {
    margin: 13px 0 0 18px;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item {
    font-size: 13px;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item a {
    position: relative;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item a::before {
    margin-right: 5px;
    content: '-';
  }
  .g-header__menu .sp-nav .sp-nav-lower__item + .sp-nav-lower__item {
    margin-top: 10px;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--adv a {
    color: #374d8b;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--cre a {
    color: #2889b1;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--ma a {
    color: #cfb52b;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--ana a {
    color: #2c926d;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--seo a {
    color: #c24040;
  }
  .g-header__menu .sp-nav .sp-nav-lower__item--sem a {
    color: #ce681f;
  }
  .g-header__menu-btn {
    position: absolute;
    top: 0;
    right: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
  }
  .g-header__menu-btn .lines {
    position: absolute;
    top: 17px;
    left: 13px;
    display: block;
    width: 20px;
    height: 13px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .g-header__menu-btn .lines span {
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #222;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .g-header__menu-btn .lines span:nth-of-type(1) {
    top: 0;
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards;
  }
  .g-header__menu-btn .lines span:nth-of-type(2) {
    top: 6px;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .g-header__menu-btn .lines span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards;
  }
  .g-header__menu-btn .lines:focus {
    outline: none;
  }
  .g-header__menu-btn.is-open .lines span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-35deg);
    transform: translateY(6px) rotate(-35deg);
  }
  .g-header__menu-btn.is-open .lines span:nth-of-type(2) {
    opacity: 0;
  }
  .g-header__menu-btn.is-open .lines span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(35deg);
    transform: translateY(-6px) rotate(35deg);
  }
  .g-header__menu-btn.is-open + .g-header__menu {
    visibility: visible;
    opacity: 1;
  }
  .g-header__contact {
    width: 45px;
    height: 45px;
  }
  .g-header__contact .btn-contact__ico img {
    width: 18px;
    height: 11px;
  }
  .g-header__contact .btn-contact__txt {
    display: none;
  }
  .g-header__nav {
    position: relative;
    z-index: 0;
    height: 30px;
    padding-top: 45px;
    overflow: visible;
  }
  .g-header__nav .gnav {
    position: relative;
  }
  .g-header__nav .gnav__item {
    margin: 0 15px;
    font-size: 10px;
  }
  .g-header__nav .gnav__item a {
    height: 30px;
  }
  .g-header__nav .gnav__item .mi-pc {
    display: none;
  }
  .g-header__nav .gnav__item .mi-sp {
    display: block;
  }
  .g-header__nav .gnav__item span {
    height: 30px;
  }
  .g-header__nav .gnav__item .jp::after {
    height: 2px;
    content: none;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .g-header__nav .gnav__item--top {
    display: none;
  }
  .g-header__nav .gnav__item--adv {
    width: auto;
  }
  .g-header__nav .gnav__item--cre {
    width: auto;
  }
  .g-header__nav .gnav__item--ma {
    width: auto;
  }
  .g-header__nav .gnav__item--ma .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'YakuHanJP', '游ゴシック体', 'Yu Gothic', 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }
  .g-header__nav .gnav__item--ma .en::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cfb52b;
    -webkit-transition: all ease 0.3s 0.4s;
    transition: all ease 0.3s 0.4s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .g-header__nav .gnav__item--ma .jp {
    display: none;
  }
  .g-header__nav .gnav__item--ana {
    width: auto;
  }
  .g-header__nav .gnav__item--seo {
    width: auto;
  }
  .g-header__nav .gnav__item--sem {
    width: auto;
  }
  .browser-ie .gnav__item--ma .en {
    font-family: 'YakuHanJP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3',
      'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
  }
  .l-main {
    padding-top: 30px;
  }
  .l-main img {
    width: 100%;
    height: auto;
  }
  .l-main__body {
    display: block;
    padding: 20px 10px 60px;
  }
  .l-main__contents {
    width: auto;
  }
  .l-main__contents .m-tag {
    display: none;
  }
  .l-main__side {
    width: auto;
    margin-top: 30px;
  }
  .l-main__side .m-tag {
    display: block;
    margin-top: 30px;
  }
  .l-main__side-sticky {
    position: relative;
    top: inherit;
  }
  .l-page {
    min-width: auto;
  }
  .c-category {
    width: 50px;
  }
  .c-select {
    border-radius: 4px;
  }
  .c-hdg-recommend {
    padding: 5px 0 5px 22px;
    margin-bottom: 20px;
    font-size: 15px;
    background: url(../../assets/images/common/ico_book.svg) no-repeat 5px 50%;
    background-size: 12px auto;
  }
  .m-adv-bnr {
    padding: 15px;
  }
  .m-adv-bnr__inner {
    display: block;
  }
  .m-adv-bnr .m-adv-bnr__bnr {
    width: auto;
    max-width: 336px;
    margin: 0 auto;
  }
  .m-adv-bnr__bnr + .m-adv-bnr__bnr {
    margin-top: 15px;
  }
  .m-page-header {
    height: 80px;
  }
  .m-page-header__hdg .jp {
    font-size: 22px;
  }
  .m-page-header__hdg .en {
    margin-top: 9px;
    font-size: 12px;
  }
  .m-pager__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .m-pager__item {
    margin: 0 5px;
    font-size: 11px;
  }
  .m-pager__item--prev a::before {
    left: 11px;
  }
  .m-pager__item--next a::before {
    right: 11px;
  }
  .m-pager__item a {
    width: 24px;
    height: 24px;
  }
  .m-pager__item .dots {
    width: 24px;
    height: 24px;
  }
  .m-pager__item--current span {
    width: 24px;
    height: 24px;
  }
  .m-posts .item__fig {
    width: 100%;
    margin: 0;
  }

  .m-posts .item__body {
    padding-top: 14px;
  }
  .m-posts .item__category {
    font-size: 12px;
  }
  .m-posts .item__date {
    font-size: 13px;
  }
  .m-posts .item__hdg {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.46;
  }
  .m-posts .item.is-new a .item__fig::before {
    width: 50px;
    height: 50px;
    background: url(../../assets/images/common/ico_new.svg) no-repeat;
    background-size: 50px 50px;
  }
  .m-posts-nav + .m-posts {
    margin-top: 20px;
  }
  .m-posts-nav {
    display: block;
  }
  .m-posts-nav .show-select {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .m-posts-nav .show-select__txt {
    font-size: 11px;
  }
  .m-posts + .m-posts-nav {
    margin-top: 35px;
  }
  .m-ranking {
    padding: 19px 15px 15px;
  }
  .m-ranking__hdg .ico img {
    width: 27px;
    height: auto;
  }
  .m-ranking__hdg .txt {
    margin-top: 5px;
    font-size: 13px;
  }
  .m-ranking__list .item {
    padding-top: 12px;
    margin-top: 12px;
  }
  .m-ranking__list .item__num {
    width: 14px;
    margin-top: 10px;
    font-size: 11px;
  }
  .m-ranking__list .item__fig {
    width: 55px;
  }
  .m-ranking__list .item__body {
    width: calc(100% - 79px);
  }
  .m-ranking__list .item__category .c-category {
    width: 40px;
  }
  .m-ranking__list .item__date {
    font-size: 10px;
  }
  .m-ranking__list .item__hdg {
    margin-top: 4px;
    font-size: 12px;
  }
  .m-ranking__list .item.is-new a .item__fig::before {
    width: 18px;
    height: 18px;
    background: url(../../assets/images/common/ico_new.svg) no-repeat;
    background-size: 18px 18px;
  }
  .m-side-fb {
    display: block;
  }
  .m-side-fb iframe {
    display: none;
  }
  .m-side-fb__bnr {
    display: block;
  }
  .m-side-tw {
    display: block;
  }
  .m-side-tw iframe {
    display: none;
  }
  .m-single {
    padding: 25px 15px 30px;
  }
  .m-single__category {
    font-size: 10px;
  }
  .m-single__date {
    font-size: 10px;
  }
  .m-single__hdg {
    margin-top: 5px;
    font-size: 16px;
  }
  .m-single__tags {
    margin: 5px -3px 0;
    font-size: 16px;
  }
  .m-single__tag {
    margin-top: 8px;
    font-size: 10px;
  }
  .m-single__tag a {
    padding: 2px 8px;
  }
  .m-single__sns {
    margin: 16px -2px 0;
  }
  .m-single__sns-item {
    width: calc((100% - 12px) / 3);
    margin: 0 2px;
  }
  .m-single__sns-item a {
    height: 30px;
  }
  .m-single__sns-item--fb img {
    width: 13px;
    height: 13px;
  }
  .m-single__sns-item--twitter img {
    width: 12px;
    height: 10px;
  }
  .m-single__sns-item--bookmark img {
    width: 12px;
    height: 10px;
  }
  .m-single__mv {
    margin-top: 20px;
  }
  .m-single__body {
    margin-top: 15px;
  }
  .m-single__body h2 {
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 2px solid #000;
  }
  .m-single__body h3 {
    padding: 8px 15px;
    margin-top: 2em;
    font-size: 15px;
  }
  .m-single__body h4 {
    margin-top: 2em;
    font-size: 15px;
    border-left: 2px solid #000;
  }
  .m-single__body p,
  .m-single__body figure {
    font-size: 14px;
    line-height: 1.9;
  }
  .m-single__body figure img {
    width: 100%;
    height: auto;
  }
  .m-single__body ul {
    margin-top: 20px;
  }
  .m-single__body ul li {
    margin-left: 18px;
  }
  .m-single__body ul li::before {
    top: 1px;
    left: -13px;
  }
  .m-single__body .wp-block-button {
    margin-top: 20px;
  }
  .m-single__body .wp-block-button a {
    width: 100%;
    line-height: 1.4;
  }
  .wp-block-button .wp-block-button__link {
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .wp-block-button .wp-block-button__link::after {
    right: 8px;
    font-size: 20px;
  }

  .m-single__body blockquote {
    padding: 20px;
    margin-top: 14px;
  }
  .m-single__body blockquote::before {
    font-size: 80px;
  }
  .m-single.is-new::before {
    width: 45px;
    height: 45px;
    background: url(../../assets/images/common/ico_new.svg) no-repeat;
    background-size: 45px 45px;
  }

  .m-single__adv-bnr-pc,
  .l-main__side__adv-bnr-pc {
    display: none;
  }
  .m-single__adv-bnr-sp {
    display: block;
  }
  .m-single__adv-bnr {
    margin: 15px auto;
  }

  .m-tag__hdg {
    padding: 5px 18px;
    font-size: 13px;
  }
  .m-tag__body {
    padding: 6px 12px 16px;
  }
  .m-tag__outline {
    height: 100px;
  }
  .m-tag__list-item {
    margin: 8px 3px 0;
    font-size: 10px;
  }
  .m-tag__list-item a {
    padding: 6px 10px;
  }
  .m-tag__more {
    margin-top: 10px;
    font-size: 10px;
  }
  .m-topic-path {
    position: relative;
    overflow: auto;
  }
  .m-topic-path.ps--active-x {
    padding-bottom: 2px;
  }
  .m-topic-path__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 10px;
  }
  .m-topic-path__item {
    font-size: 10px;
  }
  .m-topic-path__item + .m-topic-path__item {
    margin-left: 3px;
  }
  .m-topic-path__item + .m-topic-path__item::before {
    margin-right: 3px;
  }
  .m-topic-path__item:last-of-type {
    padding-right: 10px;
  }
  .page-index .sec-mv .swiper-container {
    padding: 15px 0 36px;
  }
  .page-index .sec-mv .slide {
    top: 0;
    width: 100%;
    margin: 0;
  }
  .page-index .sec-mv .slide__note {
    padding: 5px 10px;
  }
  .page-index .sec-mv .slide__category {
    font-size: 10px;
  }
  .page-index .sec-mv .slide__date {
    font-size: 10px;
  }
  .page-index .sec-mv .slide__txt {
    font-size: 15px;
  }
  .page-index .sec-mv .slide.is-new a::before {
    width: 45px;
    height: 45px;
    background: url(../../assets/images/common/ico_new.svg) no-repeat;
    background-size: 45px 45px;
  }
  .page-index .sec-mv__btn {
    display: none;
  }
  .page-index .sec-mv .swiper-pagination {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .page-index .sec-mv .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 4px;
  }
  .page-index .sec-mv__loader {
    width: 30px;
    height: 30px;
  }
  .page-category--adv .gnav__item--adv .jp::after {
    content: '';
  }
  .page-category--cre .gnav__item--cre .jp::after {
    content: '';
  }
  .page-category--ma .gnav__item--ma .en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-category--ma .gnav__item--ma .en::after {
    content: '';
  }
  .page-category--ana .gnav__item--ana .jp::after {
    content: '';
  }
  .page-category--seo .gnav__item--seo .jp::after {
    content: '';
  }
  .page-category--sem .gnav__item--sem .jp::after {
    content: '';
  }
  .page-single .sec-toc {
    padding: 15px 15px 22px;
    margin-top: 15px;
  }
  .page-single .sec-toc__hdg {
    padding: 0 0 3px 6px;
    font-size: 15px;
  }
  .page-single .sec-toc__list {
    margin: 15px 0 0 0;
  }
  .page-single .sec-toc__item {
    padding-left: 16px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-single .sec-toc__subitem {
    padding-left: 14px;
    margin: 14px 0 0 16px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-single .sec-toc__subitem::before {
    top: 5px;
    border-width: 6px 3px 0 3px;
  }
  .page-single .sec-toc__subitem + .sec-toc__item {
    margin-top: 18px;
  }
  .page-single .sec-toc__smallitem {
    padding-left: 14px;
    margin: 10px 0 0 32px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-single .sec-toc__smallitem::before {
    top: 6px;
    border-width: 6px 3px 0 3px;
  }
  .page-single .sec-toc__smallitem + .sec-toc__item {
    margin-top: 18px;
  }
  .page-single .sec-toc__txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .page-single .sec-cta {
    padding: 15px;
    margin-top: 20px;
  }
  .page-single .m-single__body + .sec-cta {
    margin-top: 50px;
  }
  .page-single .sec-cta__hdg {
    border-width: 2px;
    font-size: 15px;
  }
  .page-single .sec-cta__body {
    padding: 15px;
  }
  .page-single .sec-cta__txt {
    line-height: 1.7;
  }
  .page-single .sec-cta__btn {
    margin-top: 15px;
  }
  .page-single .sec-cta__btn a {
    padding: 15px 20px 15px 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .page-single .sec-cta__btn a::after {
    right: 8px;
    font-size: 20px;
  }

  .page-single .sec-writer {
    display: block;
    padding: 19px 15px 22px;
    margin: 50px 0 0;
  }
  .page-single .sec-cta + .sec-writer {
    margin-top: 20px;
  }
  .page-single .sec-writer::before {
    width: 45px;
    height: 45px;
    background: url(../../assets/images/single/ico_writer.svg) no-repeat;
    background-size: 45px 45px;
  }
  .page-single .sec-writer__img {
    margin: 0 auto 15px;
  }
  .page-single .sec-writer__body {
    width: auto;
  }
  .page-single .sec-writer__name {
    padding-left: 20px;
    font-size: 15px;
  }
  .page-single .sec-writer__name::before {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    content: '';
    background: url(../../assets/images/single/ico_pen.svg) no-repeat;
    background-size: 12px 12px;
  }
  .page-single .sec-writer__add {
    margin-top: 3px;
    font-size: 10px;
  }
  .page-single .sec-writer__txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 1079.98px) {
  .dummy div {
    padding: 0;
    margin: 0;
  }
  .page-search .sec-not-found {
    margin-bottom: 40px;
  }
  .page-search .sec-not-found__hdg {
    font-size: 22px;
  }
  .page-search .sec-not-found__txt {
    margin-top: 10px;
  }
  .page-search .sec-not-found .m-search {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
  .page-search .sec-not-found .m-search .c-input {
    height: 40px;
    padding-left: 12px;
  }
  .page-search .sec-not-found .m-search__submit {
    right: 5px;
  }
  .page-404 .sec-not-found {
    margin-bottom: 40px;
  }
  .page-404 .sec-not-found__hdg {
    font-size: 22px;
  }
  .page-404 .sec-not-found__txt {
    margin-top: 10px;
  }
  .page-404 .sec-not-found .m-search {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
  .page-404 .sec-not-found .m-search .c-input {
    height: 40px;
    padding-left: 12px;
  }
  .page-404 .sec-not-found .m-search__submit {
    right: 5px;
  }
}
@media screen and (max-width: 386px) {
  .m-adv-bnr {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*
.digi-adsbnr 広告バナー
---------------------------*/
.digi-adsbnr {
  margin: 30px auto 0;
}
.l-main__side .digi-adsbnr {
  max-width: 300px;
}
.digi-adsbnr img {
  width: 100%;
  height: auto;
}
.is-pc .digi-adsbnr a {
  transition: opacity ease 0.3s;
}
.is-pc .digi-adsbnr a:hover {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .digi-adsbnr {
    margin: 15px auto 0;
  }
}
