@charset "UTF-8";

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/font/NotoSansCJKjp-Regular.eot");
  src: url("/wp-content/themes/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/font/NotoSansCJKjp-Regular.woff") format("woff"), url("/wp-content/themes/font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/font/NotoSansCJKjp-Medium.eot");
  src: url("/wp-content/themes/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/wp-content/themes/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/font/NotoSansCJKjp-Bold.eot");
  src: url("/wp-content/themes/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/wp-content/themes/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

/*
 * Normalization
 */

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@-webkit-keyframes loader-text-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes loader-text-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1);
  }

  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes header-open {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes header-open {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes comment-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes comment-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes illust-show {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
            transform: matrix3d(0.8, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
  }

  80% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
            transform: matrix3d(1.1, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes illust-show {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
            transform: matrix3d(0.8, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
  }

  80% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
            transform: matrix3d(1.1, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 3, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes illust-jump {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  }

  15% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes illust-jump {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  }

  15% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes illust-loop {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10.1% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
            transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
  }

  20% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
            transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
  }

  20.1% {
    -webkit-transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
            transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
  }

  30% {
    -webkit-transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
            transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
  }

  30.1% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
            transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
  }

  40% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
            transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
  }

  40.1% {
    -webkit-transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
            transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
  }

  50% {
    -webkit-transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
            transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
  }

  50.1% {
    -webkit-transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
            transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
  }

  60% {
    -webkit-transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
            transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
  }

  60.1% {
    -webkit-transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
            transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
  }

  70% {
    -webkit-transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
            transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
  }

  70.1% {
    -webkit-transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
            transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
  }

  80% {
    -webkit-transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
            transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
  }

  80.1% {
    -webkit-transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
            transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
  }

  90% {
    -webkit-transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
            transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
  }

  90.1% {
    -webkit-transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
            transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
  }

  100% {
    -webkit-transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
            transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
  }
}

@keyframes illust-loop {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10.1% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
            transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
  }

  20% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
            transform: matrix(1, -0.015, 0.015, 1, -0.6, 1.8);
  }

  20.1% {
    -webkit-transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
            transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
  }

  30% {
    -webkit-transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
            transform: matrix(1, 0.009, -0.009, 1, 0.6, 0.9);
  }

  30.1% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
            transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
  }

  40% {
    -webkit-transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
            transform: matrix(1, -0.015, 0.015, 1, 0, -0.6);
  }

  40.1% {
    -webkit-transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
            transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
  }

  50% {
    -webkit-transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
            transform: matrix(1, -0.006, 0.006, 1, -0.9, 0.6);
  }

  50.1% {
    -webkit-transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
            transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
  }

  60% {
    -webkit-transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
            transform: matrix(1, 0.012, -0.012, 1, 1.5, 0);
  }

  60.1% {
    -webkit-transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
            transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
  }

  70% {
    -webkit-transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
            transform: matrix(1, -0.003, 0.003, 1, -0.3, -1.5);
  }

  70.1% {
    -webkit-transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
            transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
  }

  80% {
    -webkit-transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
            transform: matrix(1, 0.015, -0.015, 1, 1.5, 0);
  }

  80.1% {
    -webkit-transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
            transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
  }

  90% {
    -webkit-transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
            transform: matrix(1, 0.006, -0.006, 1, 0.9, 0.9);
  }

  90.1% {
    -webkit-transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
            transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
  }

  100% {
    -webkit-transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
            transform: matrix(1, -0.018, 0.018, 1, 0, -1.5);
  }
}

/**
 * index
 */

@-webkit-keyframes index-interview-hero-ico-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(0.9, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes index-interview-hero-ico-loop {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.2, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: matrix3d(0.9, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.9, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes index-mv-scorll-dots-loop {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes index-mv-scorll-dots-loop {
  0% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@media screen and (min-width: 750px) {
  .u-show-pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-show-pc {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-show-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .u-show-sp {
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .u-active-link-only-sp {
    pointer-events: none;
  }
}

html {
  margin-top: 0px !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  text-rendering: auto;
  font-size: 16px;
  font-family: "Noto Sans Japanese", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  color: #222;
}

ul {
  list-style: none;
}

a {
  color: #222;
  transition: color 0.2s;
}

:root.is-desktop a:hover {
  color: #f38019;
}

:root.is-desktop button {
  cursor: pointer;
}

.svg-sprite {
  display: none;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: 0.4s opacity;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 4;
  background: #fff;
}

body.is-small .l-header {
  height: 75px;
}

@media screen and (max-width: 960px) {
  body.is-small .l-header {
    height: 60px;
  }
}

.l-header-content {
  margin: auto;
}

@media screen and (max-width: 960px) {
  .l-header-content {
    width: 100%;
    padding: 0px 15px;
    height: 55px;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .l-header-content {
    height: 60px;
    border-bottom: 2px solid #222;
  }
}

.l-header-content__inner {
  max-width: 1280px;
  display: block;
  position: relative;
  height: 85px;
  margin: auto;
  transition: height 0.3s;
}

.l-header-content__inner.is-small {
  height: 65px;
}

.l-header-nav-pc {
  transition-duration: 0.2s;
}

body.is-small .l-header-nav-pc {
  -webkit-transform: translate(-370px, -40px);
          transform: translate(-370px, -40px);
  height: 0;
}

@media screen and (max-width: 1024px) {
  body.is-small .l-header-nav-pc {
    -webkit-transform: translate(-345px, -40px);
            transform: translate(-345px, -40px);
  }
}

@media screen and (max-width: 960px) {
  body.is-small .l-header-nav-pc {
    -webkit-transform: translate(-220px, -38px);
            transform: translate(-220px, -38px);
  }
}

.l-header-nav-pc__inner {
  display: flex;
  justify-content: end;
  gap: 20px;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .l-header-nav-pc__inner {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header-nav-pc__inner {
    margin-right: 15px;
    gap: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-header-nav-pc__inner {
    margin-right: 50px;
  }
}

.l-header-nav-pc__list {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .l-header-nav-pc__list {
    gap: 20px;
  }

  body.is-small .l-header-nav-pc__list {
    gap: 10px;
  }
}

.l-header-nav-pc__item a {
  display: block;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .l-header-nav-pc__item a {
    font-size: 12px;
  }
}

body.is-small .l-header-nav-pc__item a {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  body.is-small .l-header-nav-pc__item a {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  body.is-small .l-header-nav-pc__item a {
    font-size: 11px;
  }
}

.l-header-nav {
  opacity: 0;
  overflow: hidden;
  border-bottom: 2px solid #222;
  box-sizing: border-box;
  transition: height 0.5s, opacity 0.3s, visibility 0.1s;
  height: 47px;
  background-color: #fff;
}

.l-header-nav.is-initialized {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .l-header-nav {
    height: 40px;
  }
}

@media screen and (max-width: 558px) {
  .l-header-nav {
    height: 44px;
  }

  .l-header-nav:before {
    content: "";
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 25px;
    z-index: 1;
  }
}

@media screen and (max-width: 320px) {
  .l-header-nav {
    height: 62px;
  }
}

.l-header-nav-pc__item:nth-child(n+6) {
  display: none;
}

.js-header-nav-pc__popup-list .l-header-nav-pc__item + .l-header-nav-pc__item {
  margin: 20px 0 0;
}

.l-header-nav-pc__button {
  width: 20px;
}

.l-header-nav-pc__button:hover {
  opacity: 0.7;
}

.l-header-nav-pc__button span {
  position: relative;
  display: inline-block;
  width: 3px;
  top: -9px;
  left: -3px;
}

.l-header-nav-pc__button span::after {
  content: "";
  -webkit-transform: translateY(4px) rotate(-220deg);
          transform: translateY(4px) rotate(-220deg);
  position: absolute;
  width: 8px;
  height: 2px;
  background: #222;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s;
}

.l-header-nav-pc__button span::before {
  content: "";
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  position: absolute;
  width: 8px;
  height: 2px;
  background: #222;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s;
}

.l-header-nav-pc__popup {
  display: none;
  position: absolute;
  top: 130px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .l-header-nav-pc__popup {
    top: 95px;
    padding: 10px 15px;
  }
}

body.is-small .l-header-nav-pc__popup {
  top: 40px;
}

@media screen and (max-width: 960px) {
  body.is-small .l-header-nav-pc__popup {
    top: 35px;
  }
}

.l-header-nav__inner {
  margin: auto;
  display: flex;
  position: relative;
}

.l-header-nav__inner li {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
}

@media screen and (min-width: 960px) {
  .l-header-nav__inner li {
    width: 20%;
  }

  .l-header-nav__inner li:last-child a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    background: #989898;
    height: 16px;
  }
}

@media screen and (max-width: 960px) {
  .l-header-nav__inner li {
    width: 20%;
    font-size: 12px;
  }

  .l-header-nav__inner li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 414px) {
  .l-header-nav__inner li {
    width: auto;
  }
}

.l-header-nav__inner li a {
  display: block;
  padding: 11px 0px;
  position: relative;
  transition: color 0.3s;
  width: 100%;
}

.l-header-nav__inner li a:hover {
  color: #f38019;
}

@media screen and (min-width: 960px) {
  .l-header-nav__inner li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    background: #989898;
    height: 16px;
  }

  .l-header-nav__inner li a:before,
  .l-header-nav__inner li a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 2px;
  }

  .l-header-nav__inner li a:before {
    left: 0px;
  }

  .l-header-nav__inner li a:after {
    right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .l-header-nav__inner li a {
    padding: 12px 11px;
  }
}

@media screen and (max-width: 375px) {
  .l-header-nav__inner li a {
    padding: 12px 7px;
  }
}

@media screen and (max-width: 320px) {
  .l-header-nav__inner li a {
    padding: 12px 2px;
  }
}

@media screen and (max-width: 960px) {
  .l-header-nav__inner {
    width: 100%;
  }
}

.is-active .l-header-nav {
  display: none !important;
}

.splide__arrows--category .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 55px;
  height: 46px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 960px) {
  .splide__arrows--category .splide__arrow {
    display: none;
  }
}

.splide__arrows--category .splide__arrow:hover {
  background: #fff;
}

.splide__arrows--category .splide__arrow:hover svg {
  fill: #222;
}

.splide__arrows--category .splide__arrow svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.splide__arrows--category .splide__arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0;
}

.splide__arrows--category .splide__arrow--next {
  right: 0;
}

.l-info {
  background: #222 no-repeat;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 750px) {
  .l-info {
    background-image: url("/wp-content/themes/recruit/assets/images/common/info-bg.png");
    background-position: 0 50px;
    background-size: 250px auto;
    padding: 80px 3.125%;
  }
}

@media screen and (max-width: 750px) {
  .l-info {
    background-position: 0 50px;
    background-size: 250px auto;
    padding: 40px 25px;
  }
}

.l-info-contact {
  max-width: 1280px;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .l-info-contact {
    margin-bottom: 80px;
  }
}

.l-info-contact .info-contact-hero {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-hero {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-hero {
    margin-bottom: 36px;
  }
}

.l-info-contact .info-contact-hero__ja {
  display: block;
  font-weight: 500;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-hero__ja {
    margin-bottom: 8px;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-hero__ja {
    margin-bottom: 4px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.l-info-contact .info-contact-hero__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-hero__en {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-hero__en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont {
    display: flex;
  }
}

.l-info-contact .info-contact-cont__tel,
.l-info-contact .info-contact-cont__web {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont__tel,
  .l-info-contact .info-contact-cont__web {
    width: 50%;
  }
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont__tel {
    padding-right: 8.3333333333%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont__tel {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.l-info-contact .info-contact-cont-tel__number {
  font-family: "Montserrat", sans-serif;
}

.l-info-contact .info-contact-cont-tel__number a {
  color: #fff;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont-tel__number {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont-tel__number {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont__web {
    padding-left: 8.3333333333%;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont__web {
    padding-top: 24px;
  }
}

.l-info-contact .info-contact-cont-tel__title,
.l-info-contact .info-contact-cont-web__title {
  font-weight: 400;
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont-tel__title,
  .l-info-contact .info-contact-cont-web__title {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont-tel__title,
  .l-info-contact .info-contact-cont-web__title {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont-tel__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont-tel__title {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 750px) {
  .l-info-contact .info-contact-cont-web__title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 750px) {
  .l-info-contact .info-contact-cont-web__title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 750px) {
  .l-info-nav .info-nav__items {
    display: flex;
    justify-content: space-between;
  }

  .l-info-nav .info-nav__items__item a {
    color: #fff;
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .l-info-nav {
    display: none;
  }
}

.l-footer {
  background-color: #f7f7f6;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 40px 64px;
  position: relative;
  /**
   * bnr
   */
  /**
   * cont
   */
}

@media screen and (max-width: 750px) {
  .l-footer {
    padding: 44px 30px 120px;
  }
}

.l-footer .footer-menu {
  position: relative;
  display: flex;
  gap: 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 83px;
  margin-left: 337px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu {
    margin-left: 0;
    gap: 0 0;
    padding-bottom: 49px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu--left {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu--right {
    width: 50%;
  }
}

.l-footer .footer-menu--sns {
  flex-grow: 1;
  text-align: right;
}

.l-footer .footer-menu--sns > a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu--sns {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}

.l-footer .footer-menu-main {
  display: flex;
  gap: 28px 0;
}

.l-footer .footer-menu-main span {
  display: block;
  line-height: 1;
}

.l-footer .footer-menu-main li {
  display: block;
  line-height: 1;
}

.l-footer .footer-menu-main > li {
  width: 140px;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu-main {
    flex-wrap: wrap;
  }

  .l-footer .footer-menu-main li {
    width: 100%;
    padding-right: 0;
  }
}

.l-footer .footer-menu-sub {
  font-size: 12px;
  margin-top: 18px;
  font-weight: 500;
}

.l-footer .footer-menu-sub li:not(:last-child) {
  padding-bottom: 14px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-menu-sub {
    margin-top: 20px;
    padding-left: 10px;
  }

  .l-footer .footer-menu-sub li:not(:last-child) {
    padding-bottom: 16px;
  }
}

.l-footer .footer-logo-container {
  position: absolute;
  top: 70px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-logo-container {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.l-footer .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 0;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bottom {
    margin-top: 30px;
  }
}

.l-footer .footer-bottom--sns {
  width: 100%;
}

.l-footer .footer-bottom--sns ul {
  display: flex;
  gap: 0 18px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bottom--sns ul {
    justify-content: center;
  }
}

.l-footer .footer-bottom--sns ul > li {
  display: block;
}

.l-footer .footer-bottom--container {
  padding-top: 30px;
  width: 100%;
  border-top: 1px solid #CBCBCB;
  display: flex;
  flex-wrap: wrap;
}

.l-footer .footer-logo {
  display: block;
  width: 232px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-logo {
    width: 100%;
    max-width: 260px;
    display: inline-block;
  }
}

.l-footer .footer-logo img {
  width: 100%;
}

.l-footer .footer-privacy {
  width: 50%;
  text-align: left;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-privacy {
    text-align: center;
    width: 100%;
  }
}

.l-footer .footer-copyright {
  width: 50%;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-copyright {
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-size: 10px;
  }
}

.l-footer .footer-sns-icon {
  display: block;
}

.l-footer .footer-sns-icon img {
  width: 100%;
}

.l-footer .footer-sns-icon--x {
  width: 21px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-sns-icon--x {
    width: 25px;
    height: auto;
  }
}

.l-footer .footer-sns-icon--facebook {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-sns-icon--facebook {
    width: 29px;
    height: 29px;
  }
}

.l-footer .footer-sns-icon--feedly {
  width: 27px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-sns-icon--feedly {
    width: 32px;
    height: auto;
  }
}

.l-footer .footer-bnr {
  display: flex;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr {
    margin-bottom: 20px;
  }
}

.l-footer .footer-bnr a {
  display: block;
  width: 100%;
  padding-top: 34.375%;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.l-footer .footer-bnr a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12.5px;
  border-color: #f38019 transparent transparent #f38019;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer .footer-bnr__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer .footer-bnr__cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont {
    padding-left: 24px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont {
    padding-left: 24px;
  }
}

.l-footer .footer-bnr__cont-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-footer .footer-bnr__cont__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f38019;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont__ico {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont__ico {
    width: 35px;
    height: 35px;
  }
}

.l-footer .footer-bnr__cont__ico svg {
  fill: #fff;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont__ico svg {
    width: 9px;
    height: 9px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont__ico svg {
    width: 9px;
    height: 9px;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont__text {
    margin-left: 8px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont__text {
    margin-left: 8px;
  }
}

.l-footer .footer-bnr__cont__text__ja {
  display: block;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont__text__ja {
    font-size: 15px;
    font-weight: 500;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont__text__ja {
    font-size: 15px;
    font-weight: 500;
  }
}

.l-footer .footer-bnr__cont__text__en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-bnr__cont__text__en {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-bnr__cont__text__en {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__sns {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__sns {
    order: 2;
    margin-bottom: 24px;
  }
}

.l-footer .footer-cont__sns__items {
  display: flex;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__sns__items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__sns__items {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__sns__items__item--instagram:not(:last-child),
  .l-footer .footer-cont__sns__items__item--twitter:not(:last-child),
  .l-footer .footer-cont__sns__items__item--facebook:not(:last-child) {
    margin-right: 12px;
  }
}

.l-footer .footer-cont__sns__items__item--instagram a,
.l-footer .footer-cont__sns__items__item--twitter a,
.l-footer .footer-cont__sns__items__item--facebook a {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__sns__items__item--instagram a,
  .l-footer .footer-cont__sns__items__item--twitter a,
  .l-footer .footer-cont__sns__items__item--facebook a {
    padding-right: 12px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__sns__items__item--instagram a,
  .l-footer .footer-cont__sns__items__item--twitter a,
  .l-footer .footer-cont__sns__items__item--facebook a {
    padding-right: 12px;
  }
}

.l-footer .footer-cont__sns__items__item__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__sns__items__item__ico {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__sns__items__item__ico {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}

.l-footer .footer-cont__sns__items__item__ico svg {
  fill: #fff;
}

.l-footer .footer-cont__sns__items__item__text {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.l-footer .footer-cont__sns__items__item--instagram .footer-cont__sns__items__item__ico svg {
  width: 17.5px;
  height: 17.5px;
}

.l-footer .footer-cont__sns__items__item--twitter .footer-cont__sns__items__item__ico svg {
  width: 14px;
  height: 13px;
}

.l-footer .footer-cont__sns__items__item--facebook .footer-cont__sns__items__item__ico svg {
  width: 8px;
  height: 14.5px;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__sns__items__item--facebook .footer-cont__sns__items__item__ico svg {
    width: 6px;
    height: 10px;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__link {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__link {
    order: 1;
    margin-bottom: 20px;
  }
}

.l-footer .footer-cont__link__items {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__link__items {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__link__items__item {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__link__items__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__link__items__item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__link__items__item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__link__items__item a {
    padding: 10px;
    margin: -10px;
  }
}

.l-footer .footer-cont__copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .l-footer .footer-cont__copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .l-footer .footer-cont__copyright {
    order: 3;
    text-align: center;
    font-size: 10px;
  }
}

:root.is-desktop .footer-bnr a .footer-bnr__img {
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

:root.is-desktop .footer-bnr a:hover {
  color: #fff;
}

:root.is-desktop .footer-bnr a:hover .footer-bnr__img {
  -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

:root.is-desktop .l-footer .footer-cont__sns__items__item--instagram a .footer-cont__sns__items__item__ico,
:root.is-desktop .l-footer .footer-cont__sns__items__item--twitter a .footer-cont__sns__items__item__ico,
:root.is-desktop .l-footer .footer-cont__sns__items__item--facebook a .footer-cont__sns__items__item__ico {
  transition: background-color 0.2s;
}

:root.is-desktop .l-footer .footer-cont__sns__items__item--instagram a:hover .footer-cont__sns__items__item__ico,
:root.is-desktop .l-footer .footer-cont__sns__items__item--twitter a:hover .footer-cont__sns__items__item__ico,
:root.is-desktop .l-footer .footer-cont__sns__items__item--facebook a:hover .footer-cont__sns__items__item__ico {
  background-color: #f38019;
}

.footer-comment {
  border: 2px solid #222;
  position: absolute;
  display: block;
  font-size: 14px;
  width: 106px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  left: -113px;
  border-radius: 5px;
  top: 23px;
  padding: 5px 0px;
}

.footer-comment:before,
.footer-comment:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
}

.footer-comment:before {
  right: -10px;
  border-color: transparent transparent transparent #222;
}

.footer-comment:after {
  right: -7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 750px) {
  .l-btn--single {
    padding: 0px 26.9230769231% 60px;
  }
}

@media screen and (max-width: 750px) {
  .l-btn--single {
    padding: 0px 25px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 750px) {
  .l-btn--single-inner {
    padding: 50px 22.7272727273% 50px;
  }
}

@media screen and (max-width: 750px) {
  .l-btn--single-inner {
    padding: 0px 0px 30px;
  }
}

@media screen and (min-width: 750px) {
  .l-btn--archive {
    padding: 0px 25%;
  }
}

@media screen and (max-width: 750px) {
  .l-btn--archive {
    padding: 0px 50px;
  }
}

.l-mv {
  position: relative;
  margin-top: 125px;
}

body.is-small .l-mv {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .l-mv {
    margin-top: 90px;
  }
}

@media screen and (max-width: 750px) {
  .l-mv {
    background: none;
    margin-top: 104px;
    margin-bottom: 40px;
  }
}

.l-mv .mv-article .mv-article-bg {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article .mv-article-bg {
    height: 156px;
  }
}

.l-mv .mv-article .mv-article-wrapper {
  margin-right: 50px;
  opacity: 0;
  position: absolute;
  bottom: 42px;
  left: 50px;
  background: #fff;
  width: auto;
  min-width: 497px;
  height: auto;
  border: 2px solid #222;
  border-radius: 8px 8px 36px 8px;
  z-index: 3;
  transition: all 0.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article .mv-article-wrapper {
    border-radius: 5px 5px 22px 6px;
    width: 335px;
    position: relative;
    margin: -59px auto 0;
    bottom: 0;
    left: 0;
    min-width: 335px;
  }
}

.l-mv .mv-article .mv-article-wrapper:hover .mv-article__button .button-raund--orange {
  background-color: #fff;
}

.l-mv .mv-article .mv-article-wrapper:hover .mv-article__button .button-raund--orange .button-raund__icon--arr {
  fill: #f38019;
}

.l-mv .mv-article .mv-article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  content: "";
  font-size: 0;
}

.l-mv .mv-article .mv-article-inner {
  position: relative;
  min-height: 178px;
  padding: 27px 30px 0 40px;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article .mv-article-inner {
    min-height: 125px;
    padding: 12px 18px 56px 24px;
  }
}

.l-mv .mv-article__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 50px;
  line-break: anywhere;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

.l-mv .mv-article__body {
  position: absolute;
  bottom: 23px;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__body {
    bottom: 18px;
  }
}

.l-mv .mv-article__category {
  border: 2px solid #f38019;
  color: #f38019;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  padding: 3px 12px;
  margin-right: 13px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__category {
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
  }
}

.l-mv .mv-article__date {
  color: #f38019;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 2px;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__date {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 1px;
  }
}

.l-mv .mv-article__button {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.l-mv .mv-article__button > .button-raund {
  display: block;
  margin: 0;
  border: 2px solid #f38019;
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__button > .button-raund {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 750px) {
  .l-mv .mv-article__button {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px;
  }
}

.l-mv .splide {
  opacity: 0;
  transition: opacity 0.3s;
}

.l-mv .splide.is-initialized {
  opacity: 1;
}

.l-mv .splide .splide__slide.is-visible .mv-article-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.l-mv .splide__pagination {
  height: 52px;
  gap: 5px;
}

@media screen and (max-width: 750px) {
  .l-mv .splide__pagination {
    height: 32px;
    gap: 2px;
  }
}

.l-mv .splide__pagination li {
  isplay: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.l-mv .splide__pagination .splide__pagination__page {
  background: #dadada;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  height: 4px;
  margin: 0 0.1rem;
  padding: 0;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 18px;
  min-height: 0;
  cursor: pointer;
}

.l-mv .splide__pagination .splide__pagination__page.is-active {
  background: #222;
  cursor: auto;
}

@media screen and (max-width: 750px) {
  .l-mv .splide__pagination .splide__pagination__page {
    border-radius: 3px;
    height: 3px;
  }
}

.l-mv .splide__arrows--mv .splide__arrow {
  cursor: pointer;
  position: absolute;
  width: calc(100% / 2 - 400px);
  height: calc(100% - 52px);
  z-index: 2;
}

.l-mv .splide__arrows--mv .splide__arrow svg {
  width: 70px;
  height: 70px;
}

.l-mv .splide__arrows--mv .splide__arrow--prev {
  left: 0;
  text-align: right;
  padding-right: 68px;
}

@media screen and (max-width: 750px) {
  .l-mv .splide__arrows--mv .splide__arrow--prev {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
  }
}

.l-mv .splide__arrows--mv .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.l-mv .splide__arrows--mv .splide__arrow--next {
  right: 0;
  text-align: left;
  padding-left: 68px;
}

@media screen and (max-width: 750px) {
  .l-mv .splide__arrows--mv .splide__arrow--next {
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
  }
}

.l-mv .splide__arrows--mv .splide__arrow .splide__arrow--pc {
  display: inline;
}

.l-mv .splide__arrows--mv .splide__arrow .splide__arrow--sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .l-mv .splide__arrows--mv .splide__arrow {
    width: 20px;
    background: none;
    height: calc(100% - 32px);
  }

  .l-mv .splide__arrows--mv .splide__arrow .splide__arrow--pc {
    display: none;
  }

  .l-mv .splide__arrows--mv .splide__arrow .splide__arrow--sp {
    display: inline;
  }

  .l-mv .splide__arrows--mv .splide__arrow svg {
    fill: none;
    width: 11px;
    height: 22px;
  }
}

.mv-mascot {
  position: absolute;
  display: flex;
  bottom: -44px;
  right: 9.375%;
}

@media screen and (max-width: 1280px) {
  .mv-mascot {
    right: 3.125%;
  }
}

@media screen and (max-width: 960px) {
  .mv-mascot {
    right: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .mv-mascot {
    right: 20px !important;
    display: none;
  }
}

.mv-mascot__image {
  width: 78px;
  height: 103px;
}

.mv-mascot__image img {
  width: 100%;
}

.mv-mascot__text {
  margin: 30px 10px 0px 0px;
  font-size: 14px;
}

.mv-mascot__text span {
  background: #fff;
  border: 2px solid #222;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.mv-mascot__text span:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #222;
}

.mv-mascot__text span:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #fff;
}

.mv-mascot--single {
  position: absolute;
  display: flex;
  right: 0px;
  margin-top: -20px;
}

@media screen and (max-width: 750px) {
  .mv-mascot--single {
    display: none;
  }
}

.mv-mascot--single .mv-mascot__text span {
  top: 28px;
}

.mv-mascot--none-category {
  margin-top: -60px !important;
}

.l-attention {
  background: #fffbec;
}

.l-content {
  display: flex;
  max-width: 1280px;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .l-content {
    padding: 0 0px 140px;
  }
}

@media screen and (max-width: 1280px) {
  .l-content {
    padding: 0 3.125% 50px;
  }
}

@media screen and (max-width: 750px) {
  .l-content {
    display: block;
    padding: 0px;
  }
}

.l-content--pages {
  padding-top: 20px;
}

.l-content--pages .new-articles {
  margin-top: 0px;
}

@media screen and (max-width: 750px) {
  .l-content--pages {
    padding-top: 30px;
  }
}

.l-content--proposal {
  padding-top: 20px;
  padding-bottom: 30px;
}

.l-content--proposal .new-articles {
  margin-top: 0px;
}

@media screen and (max-width: 750px) {
  .l-content--proposal {
    padding-top: 30px;
  }
}

@media screen and (min-width: 750px) {
  .l-wrapper {
    min-width: 1280px;
  }
}

.l-wrapper.is-active {
  width: 100%;
  position: fixed;
  left: 0px;
}

.l-wrapper--single {
  background: #f7f7f6;
}

@media screen and (min-width: 750px) {
  .l-main {
    width: 65.3846153846%;
    margin-right: 1.9230769231%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .l-main {
    width: 100%;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1490px) {
  .l-main--single {
    padding-left: 100px;
  }
}

@media screen and (max-width: 750px) {
  .l-main--single {
    padding: 0px 15px;
  }
}

@media screen and (min-width: 750px) {
  .l-sidebar {
    bottom: 0;
    width: 30.7692307692%;
    margin-left: 1.9230769231%;
    display: flex;
    flex-direction: column;
  }

  .l-sidebar .sticky {
    flex-grow: 1;
  }

  .l-sidebar .sticky .sticky-inner {
    top: 100px;
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (max-width: 750px) {
  .l-sidebar {
    width: 100%;
    margin-top: 50px;
    padding: 0px 15px 30px;
  }
}

.l-main--proposal {
  margin: auto;
  margin-bottom: 50px;
}

.l-mail-magazine {
  background: url("/wp-content/themes/tracom/assets/images/pc-magazine-img.jpg") no-repeat #000;
  background-size: 100% auto !important;
}

@media screen and (min-width: 750px) {
  .l-mail-magazine {
    width: 46.6666666667%;
    -webkit-transform: translateX(16.5%);
            transform: translateX(16.5%);
    padding: 3.3333333333%;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 750px) {
  .l-mail-magazine {
    padding: 83.3846% 25px 35px;
  }
}

@media screen and (min-width: 750px) {
  .l-breadcrumbs {
    margin-top: 152px;
  }
}

@media screen and (max-width: 960px) {
  .l-breadcrumbs {
    margin-top: 101px;
  }
}

@media screen and (max-width: 320px) {
  .l-breadcrumbs {
    margin-top: 121px;
  }
}

.breadcrumbs {
  display: block;
  max-width: 1520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .breadcrumbs {
    width: 100vw;
    padding: 15px 120px 20px;
  }
}

@media screen and (max-width: 1280px) {
  .breadcrumbs {
    margin: 0px;
    padding: 15px 3.125% 20px;
  }
}

@media screen and (max-width: 960px) {
  .breadcrumbs {
    padding: 10px 15px;
  }
}

.breadcrumbs__list {
  font-size: 12px;
  list-style: none;
  display: inline-block;
}

.breadcrumbs__list a {
  color: #222;
}

.breadcrumbs__list__icon {
  width: 5px;
  height: 9px;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (min-width: 750px) {
  .breadcrumbs__list__icon {
    margin: 0px 10px;
  }
}

@media screen and (max-width: 750px) {
  .breadcrumbs__list__icon {
    margin: 0px 5px;
  }
}

.breadcrumbs__list__icon svg {
  width: 5px;
  height: 9px;
  fill: #222;
  position: relative;
  top: -1px;
}

.breadcrumbs__list__icon svg path {
  fill: #222;
}

.pager-inner__number {
  padding: 0px 12.5%;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .pager-inner__number {
    margin: auto;
    padding: 0px;
    display: none;
  }
}

.pager-inner__number-list {
  line-height: 40px;
  display: inline-block;
  margin: 0px 5px;
}

.pager-inner__number-list a,
.pager-inner__number-list span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}

.pager-inner__number-list a {
  transition: 0.3s all;
}

.pager-inner__number-list a:hover,
.pager-inner__number-list a.is-current {
  background: #222;
  color: #fff;
}

.pager-inner__number-list.is-current {
  display: inline-block;
}

.pager-inner {
  position: relative;
}

@media screen and (max-width: 750px) {
  .pager-inner {
    height: 24px;
  }
}

.pager-arrow {
  width: 70px;
  position: absolute;
  top: 7px;
}

.pager-arrow--next {
  right: 8%;
}

@media screen and (max-width: 750px) {
  .pager-arrow--next {
    right: 0px;
  }
}

.pager-arrow--next .pager-arrow__icon {
  margin-left: 10px;
}

.pager-arrow--prev {
  left: 8%;
}

@media screen and (max-width: 750px) {
  .pager-arrow--prev {
    left: 0px;
  }
}

.pager-arrow--prev .pager-arrow__icon {
  margin-right: 10px;
}

.pager-arrow__icon {
  width: 17px;
  height: 10px;
  position: relative;
  top: -2px;
}

.l-accordion {
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  left: 0px;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 961px) {
  .l-accordion {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .l-accordion {
    display: block;
  }
}

.l-accordion.is-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.modal {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 40;
  top: 0px;
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
}

.modal.is-show {
  display: block;
  transition: opacity 0.3s;
}

.modal.is-show.is-animation {
  opacity: 1;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  background-color: #fff;
  overflow: visible;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 750px) {
  .modal-card {
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 750px) {
  .modal-card {
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.modal-background {
  background: rgba(34, 34, 34, 0.86);
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.modal-card-body {
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  display: none;
  opacity: 1;
  transition: height 0.5s;
  max-height: 100%;
}

.modal-card-body.is-show {
  display: block;
}

@media screen and (min-width: 750px) {
  .modal-card-body {
    padding: 60px 8.3333333333%;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body {
    padding: 30px 25px 100px;
  }
}

.modal-card-body h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
  .modal-card-body h2 {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body h2 {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.modal-card-body h2:before {
  content: "";
  left: 0px;
  width: 4px;
  height: 100%;
  display: inline-block;
  background: #f38019;
  position: absolute;
}

.modal-card-body h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

.modal-card-body h3 {
  font-size: 17px;
}

@media screen and (min-width: 750px) {
  .modal-card-body h3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body h3 {
    margin-top: 30px;
  }
}

.modal-card-body p {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.modal-card-body p > a {
  text-decoration: underline;
  color: #f38019;
}

@media screen and (min-width: 750px) {
  .modal-card-body ul {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body ul {
    margin-top: 30px;
  }
}

.modal-card-body ul li {
  position: relative;
  padding-left: 11px;
  font-weight: 500;
}

.modal-card-body ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #222;
  border-radius: 3.5px;
  position: absolute;
  left: 0px;
  top: 7px;
}

.modal-card-body .l-btn {
  margin-top: 40px;
}

.modal-card-body dl {
  background: #f8f8f8;
  padding: 30px;
  margin-top: 40px;
}

.modal-card-body dt {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.modal-card-body dt:before {
  content: "";
  width: 3px;
  height: 100%;
  display: inline-block;
  background: #f38019;
  position: absolute;
  left: 0px;
}

@media screen and (max-width: 750px) {
  .modal-card-body--form {
    padding: 0px;
  }
}

.modal-card-body__title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .modal-card-body__title {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body__title {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.modal-card-body__title:before {
  content: "";
  left: 0px;
  width: 4px;
  height: 100%;
  display: inline-block;
  background: #f38019;
  position: absolute;
}

.modal-card-body__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

.modal-card-body__text {
  margin: 40px 0px 20px;
  font-size: 15px;
  line-height: 1.7;
}

.modal-card-body__text > a {
  text-decoration: underline;
  color: #f38019;
}

.modal-card-body-content {
  transition: height 0.3s;
}

@media screen and (min-width: 750px) {
  .modal-card-body-content {
    padding-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .modal-card-body-content {
    padding-top: 20px;
  }
}

.modal-card-body-content iframe {
  width: 100%;
  overflow: hidden;
  transition: height 0.3s;
  background: #f8f8f8;
}

.modal-card-body-content iframe html,
.modal-card-body-content iframe body {
  background: #f8f8f8;
}

.modal-close {
  height: 46.5px;
  width: 38px;
  text-align: center;
  position: absolute;
  top: -60px;
  right: -70px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.modal-close:before,
.modal-close:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 12px;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-close__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.modal-close__text {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: -3px;
}

.modal-card-body--gray {
  background: #f4f4f4;
}

.modal-card-body-content--form {
  padding-top: 0px;
  height: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  overflow-scrolling: touch !important;
}

.modal-card-body-content--form iframe {
  height: 0px;
  overflow: hidden;
}

.modal-card-body-content--form iframe html :root {
  overflow: hidden !important;
}

.modal-card-body-content--form html::-webkit-scrollbar {
  display: none;
}

.modal-card-body-content--form::-webkit-scrollbar {
  display: none;
}

.modal-card--gray {
  background: #f8f8f8;
}

/**
 * all
 */

.btn--default--orange,
.btn--default--blue,
.btn--default--white,
.btn--default--white,
.btn--default--border,
.btn--default--ghost,
.btn--default--ghost-black,
.btn--default--gray {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .btn--default--orange,
  .btn--default--blue,
  .btn--default--white,
  .btn--default--white,
  .btn--default--border,
  .btn--default--ghost,
  .btn--default--ghost-black,
  .btn--default--gray {
    padding: 19px;
    border-radius: 32px;
    font-size: 15px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--orange,
  .btn--default--blue,
  .btn--default--white,
  .btn--default--white,
  .btn--default--border,
  .btn--default--ghost,
  .btn--default--ghost-black,
  .btn--default--gray {
    padding: 16px;
    border-radius: 28px;
    font-size: 15px;
  }
}

.btn--default--orange .btn--default__text,
.btn--default--blue .btn--default__text,
.btn--default--white .btn--default__text,
.btn--default--white .btn--default__text,
.btn--default--border .btn--default__text,
.btn--default--ghost .btn--default__text,
.btn--default--ghost-black .btn--default__text,
.btn--default--gray .btn--default__text {
  position: relative;
  font-weight: 500;
}

.btn--default--orange .btn--default__ico--arrow,
.btn--default--blue .btn--default__ico--arrow,
.btn--default--white .btn--default__ico--arrow,
.btn--default--white .btn--default__ico--arrow,
.btn--default--border .btn--default__ico--arrow,
.btn--default--ghost .btn--default__ico--arrow,
.btn--default--ghost-black .btn--default__ico--arrow,
.btn--default--gray .btn--default__ico--arrow {
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 960px) {
  .btn--default--orange .btn--default__ico--arrow,
  .btn--default--blue .btn--default__ico--arrow,
  .btn--default--white .btn--default__ico--arrow,
  .btn--default--white .btn--default__ico--arrow,
  .btn--default--border .btn--default__ico--arrow,
  .btn--default--ghost .btn--default__ico--arrow,
  .btn--default--ghost-black .btn--default__ico--arrow,
  .btn--default--gray .btn--default__ico--arrow {
    width: 17px;
    height: 9.5px;
    right: 40px;
    margin-top: -4.75px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--orange .btn--default__ico--arrow,
  .btn--default--blue .btn--default__ico--arrow,
  .btn--default--white .btn--default__ico--arrow,
  .btn--default--white .btn--default__ico--arrow,
  .btn--default--border .btn--default__ico--arrow,
  .btn--default--ghost .btn--default__ico--arrow,
  .btn--default--ghost-black .btn--default__ico--arrow,
  .btn--default--gray .btn--default__ico--arrow {
    width: 16px;
    height: 9px;
    right: 25px;
    margin-top: -4.75px;
  }
}

.btn--default--orange .btn--default__ico--arrow-back,
.btn--default--blue .btn--default__ico--arrow-back,
.btn--default--white .btn--default__ico--arrow-back,
.btn--default--white .btn--default__ico--arrow-back,
.btn--default--border .btn--default__ico--arrow-back,
.btn--default--ghost .btn--default__ico--arrow-back,
.btn--default--ghost-black .btn--default__ico--arrow-back,
.btn--default--gray .btn--default__ico--arrow-back {
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 960px) {
  .btn--default--orange .btn--default__ico--arrow-back,
  .btn--default--blue .btn--default__ico--arrow-back,
  .btn--default--white .btn--default__ico--arrow-back,
  .btn--default--white .btn--default__ico--arrow-back,
  .btn--default--border .btn--default__ico--arrow-back,
  .btn--default--ghost .btn--default__ico--arrow-back,
  .btn--default--ghost-black .btn--default__ico--arrow-back,
  .btn--default--gray .btn--default__ico--arrow-back {
    width: 17px;
    height: 9.5px;
    left: 40px;
    margin-top: -4.75px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--orange .btn--default__ico--arrow-back,
  .btn--default--blue .btn--default__ico--arrow-back,
  .btn--default--white .btn--default__ico--arrow-back,
  .btn--default--white .btn--default__ico--arrow-back,
  .btn--default--border .btn--default__ico--arrow-back,
  .btn--default--ghost .btn--default__ico--arrow-back,
  .btn--default--ghost-black .btn--default__ico--arrow-back,
  .btn--default--gray .btn--default__ico--arrow-back {
    width: 16px;
    height: 9px;
    left: 25px;
    margin-top: -4.75px;
  }
}

/**
 * has backgrond color 
 */

.btn--default--orange,
.btn--default--blue,
.btn--default--ghost,
.btn--default--gray {
  color: #fff;
}

.btn--default--orange .btn--default__ico--arrow,
.btn--default--orange .btn--default__ico--arrow-back,
.btn--default--blue .btn--default__ico--arrow,
.btn--default--blue .btn--default__ico--arrow-back,
.btn--default--ghost .btn--default__ico--arrow,
.btn--default--ghost .btn--default__ico--arrow-back,
.btn--default--gray .btn--default__ico--arrow,
.btn--default--gray .btn--default__ico--arrow-back {
  fill: #fff;
}

/**
 * not has backgrond color 
 */

.btn--default--white,
.btn--default--border,
.btn--default--ghost-black {
  color: #222;
}

.btn--default--white .btn--default__ico--arrow,
.btn--default--border .btn--default__ico--arrow,
.btn--default--ghost-black .btn--default__ico--arrow {
  fill: #222;
}

/**
 * orange
 */

.btn--default--orange {
  background-color: #f38019;
}

/**
 * blue
 */

.btn--default--blue {
  background-color: #0070b2;
}

/**
 * white
 */

.btn--default--white {
  background-color: #fff;
}

/**
 * gray
 */

.btn--default--gray {
  background-color: #a2a2a2;
}

/**
 * ghost
 */

.btn--default--ghost {
  background-color: none;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .btn--default--ghost {
    border-width: 2px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--ghost {
    border-width: 2px;
  }
}

/**
 * ghost
 */

.btn--default--ghost-black {
  background-color: none;
  border-style: solid;
  border-color: #222;
  color: #222;
}

@media screen and (min-width: 960px) {
  .btn--default--ghost-black {
    border-width: 2px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--ghost-black {
    border-width: 2px;
  }
}

/**
 * border
 */

.btn--default--border {
  background-color: #fff;
  border-style: solid;
  border-color: #222;
}

@media screen and (min-width: 960px) {
  .btn--default--border {
    border-width: 2px;
  }
}

@media screen and (max-width: 960px) {
  .btn--default--border {
    border-width: 2px;
  }
}

.btn--default--orange .btn--default__ico--arrow,
.btn--default--blue .btn--default__ico--arrow,
.btn--default--white .btn--default__ico--arrow,
.btn--default--border .btn--default__ico--arrow,
.btn--default--ghost .btn--default__ico--arrow,
.btn--default--ghost-black .btn--default__ico--arrow,
.btn--default--gray .btn--default__ico--arrow {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn--default--orange .btn--default__ico--arrow-back,
.btn--default--blue .btn--default__ico--arrow-back,
.btn--default--white .btn--default__ico--arrow-back,
.btn--default--border .btn--default__ico--arrow-back,
.btn--default--ghost .btn--default__ico--arrow-back,
.btn--default--ghost-black .btn--default__ico--arrow-back,
.btn--default--gray .btn--default__ico--arrow-back {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn--default--orange:hover .btn--default__ico--arrow,
.btn--default--blue:hover .btn--default__ico--arrow,
.btn--default--white:hover .btn--default__ico--arrow,
.btn--default--border:hover .btn--default__ico--arrow,
.btn--default--ghost:hover .btn--default__ico--arrow,
.btn--default--ghost-black:hover .btn--default__ico--arrow,
.btn--default--gray:hover .btn--default__ico--arrow {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 8, 0, 0, 1);
}

.btn--default--orange:hover .btn--default__ico--arrow-back,
.btn--default--blue:hover .btn--default__ico--arrow-back,
.btn--default--white:hover .btn--default__ico--arrow-back,
.btn--default--border:hover .btn--default__ico--arrow-back,
.btn--default--ghost:hover .btn--default__ico--arrow-back,
.btn--default--ghost-black:hover .btn--default__ico--arrow-back,
.btn--default--gray:hover .btn--default__ico--arrow-back {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8, 0, 0, 1);
}

.btn--default--orange:hover,
.btn--default--blue:hover {
  color: #fff;
}

.btn--default--white:hover,
.btn--default--border:hover,
.btn--default--ghost-black:hover {
  color: #222;
}

.sns {
  display: flex;
}

.sns-header {
  width: 11.5384615385%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .sns-header {
    width: 15.3846153846%;
    left: 1.9230769231%;
  }
}

@media screen and (max-width: 960px) {
  .sns-header {
    display: none;
  }
}

.sns-header .sns__list {
  width: 33.3333333333%;
}

.sns__list a {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 16px;
}

.sns__list a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.sns__list a:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sns__list--facebook a:before {
  background: #445a8f;
}

.sns__list--twitter a:before {
  background: #54aced;
}

.sns__list--bookmark a:before {
  background: #1f93d4;
}

.sns__list--line a:before {
  background: #5ec23a;
}

.sns__list--feed a:before {
  background: #6cc655;
}

.sns__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.sns__icon--facebook {
  width: 9px;
  height: 17px;
}

.sns__icon--twitter {
  width: 15px;
  height: 12.5px;
}

.sns__icon--feed {
  width: 12px;
  height: 18.5px;
  margin-left: -2px;
}

.sns__icon--bookmark {
  width: 15px;
  height: 12.5px;
}

.sns__icon--line {
  width: 19px;
  height: 18px;
}

.side-sns {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -120px;
}

.side-sns ul {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.side-sns ul li {
  text-align: center;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .side-sns {
    height: auto;
    display: block;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .side-sns ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 25px;
    flex-wrap: wrap;
  }

  .side-sns ul li {
    margin-bottom: 0;
  }
}

.logo {
  height: auto;
  position: absolute;
  top: 30px;
  z-index: 1;
}

.logo a {
  display: block;
  transition: padding 0.3s;
}

@media screen and (min-width: 960px) {
  .logo {
    width: 180px;
    left: 1.9230769231%;
  }

  .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .logo {
    width: 180px;
    top: 24px;
    left: 15px;
  }

  .logo img {
    width: 100px;
  }
}

@media screen and (min-width: 960px) {
  body.is-small .logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 960px) {
  body.is-small .logo {
    top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .logo {
    top: 10px;
    left: 0px;
  }
}

.logo__text {
  transition: all 0.3s;
}

@media screen and (min-width: 960px) {
  .logo__text {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .logo__text {
    font-size: 7px;
  }
}

@media screen and (min-width: 960px) {
  .is-small .logo__text {
    font-size: 10px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 960px) {
  .is-small .logo a {
    padding: 0px 15px;
  }
}

@media screen and (min-width: 960px) {
  .is-small .menu {
    margin-top: 4px;
  }
}

.conversion {
  display: flex;
  gap: 15px;
  position: absolute;
  margin-top: 1px;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .conversion {
    right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .conversion {
    width: auto;
    top: 10px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 750px) {
  .conversion {
    right: 50px;
  }
}

body.is-small .conversion {
  gap: 10px;
  top: 57%;
}

@media screen and (max-width: 960px) {
  body.is-small .conversion {
    top: 10px;
  }
}

.conversion__btn {
  /* クラス名に依存したコンバージョン設定がある可能性を考慮しクラス名はそのまま利用 */
  font-size: 12px;
}

.conversion__btn .btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  height: 46px;
  border: 2px solid #222;
  border-radius: 6px;
  padding: 14px 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .conversion__btn .btn {
    height: 36px;
    padding: 3px 19px;
    font-size: 11px;
    line-height: 1.2;
  }
}

.conversion__btn .btn--header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.conversion__btn .btn--header-yellow {
  background-color: #ffe44e;
  border: none;
  color: #222;
}

.conversion__btn .btn--header-yellow:hover {
  background-color: #fff;
  color: #222;
  border: 2px solid #222;
}

.conversion__btn .btn--white {
  background-color: #222;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .conversion__btn .btn--white {
    padding: 0;
  }
}

.conversion__btn .btn--white:hover {
  background-color: #fff;
  color: #222;
}

.conversion__btn .btn--yellow:hover {
  background-color: #fff;
}

.conversion__btn .btn--black {
  background: #f38019;
  color: #222;
  padding-left: 20px;
  text-align: left;
  max-width: 256px;
}

.conversion__btn .btn--black:hover {
  background-color: #fff;
}

.conversion__btn .btn--black img {
  width: 24px;
  height: 26px;
  position: absolute;
  top: 7px;
  right: 17px;
}

@media screen and (max-width: 1280px) {
  .conversion__btn .btn--black {
    text-align: center;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.conversion__btn__icon {
  padding-left: 14px;
}

@media screen and (max-width: 1024px) {
  body.is-small .conversion__btn__icon {
    padding-left: 8px;
  }
}

.conversion__btn--contact {
  width: 138px;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .conversion__btn--contact {
    width: auto;
    display: none;
  }
}

body.is-small .conversion__btn--contact {
  width: 110px;
  font-size: 11px;
}

.conversion__btn--download {
  flex: 1;
  width: 250px;
  transition: 0.3s;
}

.conversion__btn--download a {
  display: block;
}

@media screen and (max-width: 960px) {
  .conversion__btn--download .conversion__btn--show-wide {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .conversion__btn--download {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .conversion__btn--download a {
    width: 100%;
  }

  .conversion__btn--download .conversion__btn__icon {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .conversion__btn--download {
    width: 132px;
  }
}

body.is-small .conversion__btn--download {
  width: 230px;
  font-size: 12px;
}

body.is-small .conversion__btn--download svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1024px) {
  body.is-small .conversion__btn--download {
    width: 210px;
    font-size: 11px;
  }
}

@media screen and (max-width: 960px) {
  body.is-small .conversion__btn--download {
    width: 132px;
  }
}

.l-conversion-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.l-conversion-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.conversion-modal-background {
  background: rgba(34, 34, 34, 0.86);
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.conversion-modal-card {
  position: relative;
  overflow: visible;
  z-index: 10;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 352px;
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .conversion-modal-card {
    border-radius: 0;
    width: calc(100% - 30px);
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.conversion-modal__btn {
  padding: 10px 0px 20px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.conversion-modal__btn .btn__icon {
  margin-right: 10px;
  fill: #fff;
  position: relative;
  top: 5px;
}

.conversion-modal__btn .btn--square {
  padding: 20px 0px;
}

.conversion-modal-card__inner {
  display: none;
}

@media screen and (max-width: 750px) {
  .conversion-modal-card__inner {
    display: block;
    padding: 40px 15px 10px 15px;
  }
}

.conversion-modal-card__inner--pc {
  display: block;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .conversion-modal-card__inner--pc {
    display: none;
  }
}

.conversion-modal__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.conversion-modal__list {
  text-align: center;
  font-size: 12px;
}

.conversion-modal__list a {
  border-bottom: 1px solid #222;
}

.conversion-modal-btn {
  position: absolute;
  top: -40px;
  right: -40px;
}

@media screen and (max-width: 750px) {
  .conversion-modal-btn {
    position: relative;
    padding: 10px 0px;
    background: #f4f4f4;
    top: 0;
    right: 0;
  }
}

.conversion-modal-btn__icon {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.conversion-modal-btn__icon:after,
.conversion-modal-btn__icon:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  left: 15%;
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .conversion-modal-btn__icon:after,
  .conversion-modal-btn__icon:before {
    width: 27px;
    background: #222;
  }
}

.conversion-modal-btn__icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.conversion-modal-btn__icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-conversion {
  opacity: 0;
  z-index: 3;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 19px;
  transition: 0.3s;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .l-conversion {
    display: none;
  }
}

body.is-small .l-conversion {
  opacity: 1;
  pointer-events: auto;
}

.l-conversion__inner {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.l-conversion__inner svg {
  display: block;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  position: absolute;
}

.l-conversion__inner .conversion__tel,
.l-conversion__inner .conversion__mail {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  width: 150px;
  padding-top: 8px;
}

.l-conversion__inner:hover {
  width: 212px;
}

.l-conversion__inner:hover .conversion__tel,
.l-conversion__inner:hover .conversion__mail {
  opacity: 1;
}

.l-conversion__inner--mail {
  background-color: #f38019;
  color: #fff;
}

.l-conversion__inner--mail .conversion__mail {
  color: #fff;
  font-size: 15px;
  padding-top: 0;
  line-height: 60px;
}

.l-conversion__inner--tel {
  border: 2px solid #f38019;
  background-color: #fff;
  color: #f38019;
}

.l-conversion__inner--tel svg {
  -webkit-transform: translate(17px, -50%);
          transform: translate(17px, -50%);
}

.l-conversion__inner--tel .conversion__tel {
  color: #f38019;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.l-conversion__inner--tel .conversion__tel__text {
  font-size: 12px;
  display: block;
}

.l-conversion__inner--tel .conversion__tel__number {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.l-conversion__container {
  height: 100%;
}

.menu {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  transition: opacity 0.5s;
}

@media screen and (max-width: 1280px) {
  .menu {
    right: 1.9230769231%;
  }
}

@media screen and (max-width: 960px) {
  .menu {
    right: 15px;
    top: 17px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .menu {
    right: 0px;
    top: 17px;
  }
}

.menu:hover {
  opacity: 0.7;
}

.menu__text {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .menu__text {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    top: -5px;
  }
}

.menu__line {
  display: block;
  position: relative;
  width: 40px;
  height: 27px;
  margin: auto;
}

.menu__line li {
  width: 100%;
  background: #222;
  border-radius: 2px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 960px) {
  .menu__line li {
    height: 4px;
  }

  .menu__line li:first-child {
    top: 0px;
  }

  .menu__line li:nth-child(2) {
    top: 11.5px;
  }

  .menu__line li:last-child {
    bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  .menu__line li {
    height: 2px;
  }

  .menu__line li:first-child {
    top: 0px;
  }

  .menu__line li:nth-child(2) {
    top: 5px;
  }

  .menu__line li:last-child {
    bottom: 1px;
  }
}

@media screen and (max-width: 960px) {
  .menu__line {
    width: 26.5px;
    height: 12.5px;
  }
}

@media screen and (min-width: 960px) {
  .menu.is-active .menu__line li:nth-child(1) {
    -webkit-transform: rotate(-225deg) translate(6px, -6px);
            transform: rotate(-225deg) translate(6px, -6px);
  }
}

@media screen and (max-width: 960px) {
  .menu.is-active .menu__line li:nth-child(1) {
    -webkit-transform: rotate(-225deg) translate(2px, -2px);
            transform: rotate(-225deg) translate(2px, -2px);
  }
}

.menu.is-active .menu__line li:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (min-width: 960px) {
  .menu.is-active .menu__line li:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-10px, -9px);
            transform: rotate(45deg) translate(-10px, -9px);
  }
}

@media screen and (max-width: 960px) {
  .menu.is-active .menu__line li:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -4px);
            transform: rotate(45deg) translate(-5px, -4px);
  }
}

.btn {
  display: block;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 60px;
  position: relative;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

.btn:hover .btn__svg {
  -webkit-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
}

.btn--min {
  padding: 7px 0px;
  font: 12px;
}

.btn--middle {
  padding: 13px 0px;
  font: 16px;
  letter-spacing: 0.1em;
}

.btn--orange {
  background: #f38019;
  border-color: #f38019;
  color: #fff;
}

.btn--yellow {
  background: #ffe44e;
  border-color: #222;
  color: #222;
}

.btn--white {
  background: #fff;
  border-color: #222;
  color: #222;
}

.btn--white:hover {
  background: #ffe44e;
}

.btn--black {
  background: #222;
  border-color: #222;
  color: #fff;
}

.btn__svg {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}

.btn__svg--arr,
.btn__svg--arr-white {
  width: 17px;
  height: 9.5px;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.btn__svg--arr-white {
  fill: #fff;
}

.btn--inline {
  display: inline-block;
  font-weight: 400;
  padding: 5px 50px 5px 30px;
}

@media screen and (max-width: 750px) {
  .btn--inline {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
  }
}

.btn--square {
  border-radius: 0px;
  display: flex;
  justify-content: center;
}

.btn__icon {
  width: 20px;
  height: 20px;
}

.btn__icon path {
  fill: #fff;
}

.btn__svg--blank {
  width: 16.5px;
  height: 19px;
  left: 0px;
  -webkit-transform: translate(22px, -50%);
  transform: translate(22px, -50%);
}

.btn--top-section {
  font-weight: 700;
  font-size: 13px;
}

.btn--download {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.attention {
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .attention {
    padding-bottom: 30px;
  }
}

.attention__title {
  text-align: center;
  font-size: 16px;
  padding: 40px 0px 40px;
}

@media screen and (min-width: 750px) {
  .attention__title br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .attention__title br {
    display: block;
  }
}

.attention-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
}

@media screen and (min-width: 960px) {
  .attention-inner {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .attention-inner {
    padding: 0px 3.125%;
  }
}

@media screen and (max-width: 750px) {
  .attention-inner {
    padding: 0px;
  }
}

.attention-list {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .attention-list {
    width: 25%;
    padding: 0px 2.2727272727%;
  }
}

@media screen and (max-width: 750px) {
  .attention-list {
    width: 50%;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
}

.attention-list__link {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  transition: all 0.3s;
}

.attention-list__link:hover {
  color: #f38019;
  border-bottom: 1px solid #f38019;
}

.attention-list__link-svg {
  width: 17px;
  height: 9.5px;
  margin-left: 10px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.attention-list__title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  border: 2px solid #222;
  position: relative;
  border-radius: 5px;
  padding: 5px 0px;
}

.attention-list__title:before,
.attention-list__title:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.attention-list__title:before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #222 transparent transparent transparent;
}

.attention-list__title:after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}

.attention-list__text {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.attention-list__image {
  padding-top: 50%;
  position: relative;
  margin: 20px 0px 10px;
  border-radius: 7px;
}

.attention-list__image img {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  position: absolute;
}

.arrival-title {
  border-bottom: #999999 2px solid;
  font-size: 24px;
  padding-bottom: 15px;
}

.arrival-title__icon {
  width: 43px;
  height: 28px;
  margin-right: 10px;
}

.arrival-box {
  margin: 20px 0px;
  font: 14px;
  line-height: 1.7em;
}

@media screen and (min-width: 750px) {
  .arrival-box {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 750px) {
  .arrival-box {
    padding: 15px 0px;
  }
}

.ararival-profile {
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  margin: 20px 0;
}

@media screen and (min-width: 750px) {
  .ararival-profile {
    padding: 20px 5.8823529412%;
  }
}

@media screen and (max-width: 750px) {
  .ararival-profile {
    padding: 15px;
  }
}

.ararival-profile__title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.ararival-profile__title a {
  color: #f38019;
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f38019;
}

.ararival-profile__title a:hover {
  color: #222;
  border-bottom: 1px solid #222;
}

.ararival-profile__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 1;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.ararival-profile__inner {
  display: flex;
  align-items: center;
}

.ararival-profile__figure {
  flex-basis: 90px;
  width: 90px;
}

.ararival-profile__figure img {
  height: 100%;
  width: auto;
}

.ararival-profile__figure span {
  display: block;
  overflow: hidden;
  border-radius: 45px;
  height: 90px;
  width: 90px;
}

.ararival-profile__content {
  flex: 1;
  padding-left: 20px;
}

.ararival-profile__name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.ararival-profile__text {
  font-size: 12px;
  color: #8e8e8e;
}

.ararival-profile__btn {
  padding: 0px 60px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .ararival-profile__btn {
    padding: 0px;
  }
}

.new-articles {
  margin-bottom: 40px;
}

.article {
  position: relative;
  padding: 20px 0px;
}

.article:after {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  height: 3px;
  bottom: -1px;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: #f7f7f6;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.article a:hover .article-content__title {
  color: #f38019;
}

.article-link {
  display: flex;
}

.article-figure {
  font-size: 0px;
}

.article-figure img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .article-figure {
    width: 31.25%;
    padding-right: 3.125%;
  }
}

@media screen and (max-width: 750px) {
  .article-figure {
    width: 138px;
    margin-right: 18px;
  }
}

.article-content {
  flex: 1;
}

.article-content__title {
  margin-bottom: 10px;
  transition: color 0.3s;
}

@media screen and (min-width: 750px) {
  .article-content__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .article-content__title {
    font-size: 14px;
  }
}

.article-content__data {
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .article-content__data {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .article-content__data {
    font-size: 12px;
  }
}

.article-content__category {
  border-right: 1px solid #7e7e7e;
  padding-right: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 750px) {
  .ranking {
    margin: 0px 0px 30px;
  }
}

@media screen and (max-width: 750px) {
  .ranking {
    margin: 0px 0px 45px;
  }
}

.ranking-title {
  font-size: 20px;
  margin: 0px 0px 20px;
}

@media screen and (max-width: 750px) {
  .ranking-title {
    font-size: 23px;
    margin: 0px 0px 10px;
  }
}

.ranking-title__icon {
  width: 38.5px;
  height: 33px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.ranking-box {
  background: #fffbec;
  padding: 5px 0px 25px;
}

.ranking-box__title {
  font-size: 14px;
  flex: 1;
  padding: 0px 10px 0px;
  transition: color 0.5s;
}

.ranking-box__list {
  list-style: none;
  padding: 0px 20px;
}

.ranking-box__link {
  display: flex;
  padding: 20px 0px;
  position: relative;
}

.ranking-box__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 1;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.ranking-box__link:hover .ranking-box__title {
  color: #f38019;
}

.ranking-box__link:hover .ranking-box__icon i {
  color: #222 !important;
}

.ranking-box__figure {
  flex-basis: 75px;
}

.ranking-box__figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .ranking-box__figure {
    display: none;
  }
}

.ranking-box__icon {
  flex-basis: 25px;
  height: 33px;
  position: relative;
}

.ranking-box__icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  left: 6px;
  top: 15px;
}

.ranking-box__icon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 2.5px 6px;
  border-color: transparent transparent #fffbec transparent;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 6px;
}

.ranking-box__icon i {
  font-style: normal;
  font-family: "Noto Sans Japanese", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #adadad;
  position: absolute;
  text-align: center;
  left: 0px;
}

.ranking-box__icon--1:before {
  background: #95894e;
}

.ranking-box__icon--1 i {
  background: #ffe44e;
}

.ranking-box__icon--2:before {
  background: #554e4e;
}

.ranking-box__icon--2 i {
  background: #dcdcdc;
}

.ranking-box__icon--3:before {
  background: #554e4e;
}

.ranking-box__icon--3 i {
  background: #d18e2f;
}

.contact-mail-magazin {
  display: flex;
  max-width: 1280px;
  margin: auto;
}

.contact-mail-magazin__images,
.contact-mail-magazin__contnet {
  width: 50%;
}

.contact-mail-magazin__images {
  background: url("/wp-content/themes/tralog/assets/images/common/footer-magazine.jpg") no-repeat #222;
  background-size: cover;
}

.contact-mail-magazin__contnet {
  background: #efe7e0 url("/wp-content/themes/tralog/assets/images/common/mail-icon.png") no-repeat bottom right;
  padding: 40px;
}

.contact-mail-magazin__contnet--sp {
  width: calc(100% - 15px) !important;
}

@media screen and (min-width: 750px) {
  .contact-mail-magazin__contnet--sp {
    display: none;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .contact-mail-magazin__contnet--sp {
    display: block;
    margin: 0px auto 50px !important;
  }
}

@media screen and (min-width: 750px) {
  .contact-mail-magazin--pc {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .contact-mail-magazin--pc {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .search {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .search {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 750px) {
  body.search {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 750px) {
  body.search {
    margin-bottom: 0px;
  }
}

.search--header {
  margin-bottom: 0px;
  padding: 30px 15px 0px 15px;
}

.search-form {
  border: 2px solid #999999;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}

.l-sidebar .search-form {
  border: 2px solid #222;
}

.search-text {
  width: calc(100% - 50px);
  padding: 0px 20px;
}

@media screen and (min-width: 750px) {
  .search-text {
    line-height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .search-text {
    line-height: 50px;
  }
}

.search-text:focus {
  outline: none;
}

.search-btn {
  width: 50px;
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .search-btn {
    height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .search-btn {
    height: 50px;
  }
}

.search-btn:focus {
  outline: none;
}

.search-btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .keyword {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .keyword {
    margin-bottom: 45px;
  }
}

.keyword-box {
  padding: 20px 20px 10px 20px;
  background: #fffbec;
}

.keyword-title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .keyword-title {
    font-size: 23px;
    margin: 0px 0px 10px;
  }
}

.keyword-title__icon {
  width: 29px;
  height: 29px;
  margin-right: 10px;
}

.tag {
  display: flex;
  flex-wrap: wrap;
}

.tag__icon--blank {
  margin-right: 15px;
}

.tag__icon--blank svg {
  fill: #fff !important;
}

.tag__icon--blank svg path {
  fill: #fff !important;
}

.tag__list {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag__list input {
  display: none !important;
}

.tag__list input:checked + .tag__link {
  background: #222;
}

.tag__list input:checked + .tag__link .tag__icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .tag__list--search {
    margin-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .tag__list--search {
    margin-right: 10px;
  }
}

.tag__link {
  background: #f38019;
  transition: background 0.3s;
  color: #fff;
  padding: 8px 20px 9px 20px;
  border-radius: 20px;
  line-height: 100%;
  display: inline-block;
}

.tag__link:hover {
  background: #222;
}

.tag__link--static {
  color: #222;
  background: #fef2e8;
}

.tag__link--static:hover {
  background: #fef2e8 !important;
}

.tag__link--big {
  padding: 15px 22px 18px 20px;
  border-radius: 25px;
  font-size: 15px;
}

@media screen and (min-width: 750px) {
  .tag__link--search {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  .tag__link--search {
    margin-bottom: 10px;
  }
}

.tag--case {
  padding: 10px 20px 0px 20px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .tag--case {
    display: none;
  }
}

.tag--article {
  margin-top: 10px;
}

.tag__list--static {
  margin-right: 10px;
}

.writer {
  text-align: center;
}

.writer-title {
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #222;
  border-radius: 5px;
  padding: 8px 0px;
  margin-bottom: 20px;
}

.writer-title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11.5px 0 11.5px;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.writer-title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11.5px 0 11.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.writer-banner__title {
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 750px) {
  .writer-banner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .writer-banner {
    margin-bottom: 45px;
  }
}

.writer-banner a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 37.3831%;
}

.writer-banner a img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 750px) {
  .case {
    margin-bottom: 50px;
  }
}

.case-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.case-title__icon {
  width: 21.5px;
  height: 29px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.case-box {
  background: #fffbec;
  padding: 5px 0px 25px;
  display: block;
}

@media screen and (min-width: 750px) {
  .case-box {
    margin-bottom: 30px;
  }
}

.case-article {
  list-style: none;
  padding: 0px 20px;
}

.case-article__link {
  display: flex;
  padding: 20px 0px;
  position: relative;
  transition: color 0.3s;
}

.case-article__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 1;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.case-article__link:hover {
  color: #f38019;
}

.case-article__title {
  font-size: 14px;
  flex: 1;
  padding: 0px 10px 0px;
}

.case-article__figure {
  flex-basis: 75px;
  font-size: 0px;
}

.case-article__figure img {
  width: 100%;
}

.mail-magagin {
  display: none;
}

.mail-magazin__title {
  color: #fff;
  position: relative;
}

@media screen and (min-width: 750px) {
  .mail-magazin__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.mail-magazin__title--black {
  color: #222;
}

.mail-magazin__title__comment {
  color: #f38019;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 750px) {
  .mail-magazin__title__comment {
    width: 178px;
    height: 30px;
    margin-left: 10px;
  }

  .mail-magazin__title__comment svg {
    width: 178px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__title__comment {
    width: 138px;
    height: 30px;
    margin-left: 0px;
    top: -1px;
  }

  .mail-magazin__title__comment svg {
    width: 138px;
    height: 30px;
  }
}

.mail-magazin__title__comment i {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 750px) {
  .mail-magazin__title__comment i {
    font-size: 12px;
    top: 5px;
    margin-left: 7px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__title__comment i {
    font-size: 10px;
    top: 8px;
    margin-left: 5px;
  }
}

.mail-magazin__read {
  color: #fff;
  font-size: 13px;
}

@media screen and (min-width: 750px) {
  .mail-magazin__read {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__read {
    margin-bottom: 15px;
  }
}

.mail-magazin__read--black {
  color: #222;
}

.mail-magazin__input,
.maill-plan-book__input {
  background: #fff;
  color: #848484;
  width: 100%;
  border-radius: 30px;
}

@media screen and (min-width: 750px) {
  .mail-magazin__input,
  .maill-plan-book__input {
    padding: 20px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__input,
  .maill-plan-book__input {
    padding: 15px 20px;
  }
}

.mail-magazin__button,
.maill-plan-book__button {
  position: absolute !important;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .mail-magazin__button,
  .maill-plan-book__button {
    right: -5px;
    top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__button,
  .maill-plan-book__button {
    right: -15px;
    top: 5px;
  }
}

.maill-magazin__form,
.maill-plan-book__form {
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.mail-magazin__privacy {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.mail-magazin__privacy a {
  color: #fff;
  text-decoration: underline;
}

.mail-magazin__privacy--black {
  color: #222;
}

.mail-magazin__privacy--black a {
  color: #222;
}

.mail-magazin__button {
  position: absolute !important;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .mail-magazin__button {
    right: -5px;
    top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .mail-magazin__button {
    right: -15px;
    top: 5px;
  }
}

.button-link:hover .button-raund {
  background: #000;
}

.button-link__black:hover .button-raund {
  background: #f38019;
}

.button-raund {
  width: 40px;
  height: 40px;
  background: #222;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  margin-right: 20px;
}

.button-raund--small {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 10px;
}

.button-raund--orange {
  background: #f38019;
}

.button-raund--orange:hover {
  background: #222;
}

.button-raund__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-raund__icon--arr {
  width: 13px;
  height: 7.5px;
  fill: #fff;
  stroke: none !important;
}

@media screen and (min-width: 750px) {
  .single-heading {
    padding: 40px 5.8823529412% 30px;
  }
}

@media screen and (max-width: 750px) {
  .single-heading {
    padding: 20px 15px;
  }
}

.single-heading h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .single-heading h1 {
    font-size: 24px;
  }
}

.single-body iframe {
  width: 100%;
}

.single-body__eyecatch img {
  width: 100%;
}

.single-wrapper {
  background: #fff;
  position: relative;
}

.single-heading__data {
  font-size: 13px;
  color: #999999;
}

.single-heading__data a {
  color: #999999;
}

.single-heading__time {
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
  position: relative;
}

.single-heading__time:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #999;
  right: 0px;
  top: 3px;
  display: block;
}

.single-heading__category {
  border: 2px solid #f38019;
  padding: 3px 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}

.single-heading__category a {
  color: #f38019;
}

@media screen and (max-width: 750px) {
  .single-heading__category {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.single-heading__tag {
  display: flex;
}

.single-heading__tag li {
  color: #f38019;
}

@media screen and (max-width: 750px) {
  .single-heading__tag li {
    font-size: 12px;
  }
}

.single-heading__tag li:after {
  content: ",";
}

.single-heading__tag li:last-child:after {
  display: none;
}

@media screen and (min-width: 750px) {
  .single-body {
    padding: 0px 5.8823529412% 20px;
  }
}

@media screen and (max-width: 750px) {
  .single-body {
    padding: 0px 15px 30px;
  }
}

.single-body > figure {
  margin-top: 40px;
}

.single-body > figure img {
  max-width: 100%;
}

.single-body > div {
  margin-top: 30px;
}

.single-body > h2 {
  margin-top: 50px;
  background: #fffbec;
  border-left: 4px solid #f38019;
  padding: 20px;
  font-size: 24px;
}

.single-body > h3 {
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .single-body > h3 {
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 750px) {
  .single-body > h3 {
    font-size: 23px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.single-body > h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #f38019;
}

.single-body > h4 {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
}

.single-body > h4:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #f38019;
  position: absolute;
  top: 10px;
  left: 0px;
}

@media screen and (min-width: 750px) {
  .single-body > h4 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .single-body > h4 {
    margin-top: 30px;
  }
}

.single-body > h4 + p {
  margin-top: 0px;
}

.single-body > p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .single-body > p {
    margin-top: 30px;
    font-size: 15px;
  }
}

.single-body > p .btn {
  border-bottom: 2px solid #f38019;
}

.single-body > p a {
  color: #f38019;
  position: relative;
  border-bottom: 1px solid #f38019;
}

.single-body hr {
  border-bottom: 2px solid #999;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}

.single-body ol {
  font-weight: 500;
  padding-top: 20px;
}

.single-body ol li {
  margin-left: 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  padding-left: 10px;
}

.single-body ul {
  font-weight: 500;
  padding-top: 20px;
}

.single-body ul li {
  margin-left: 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  position: relative;
  padding-left: 10px;
}

.single-body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #222;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 13px;
}

.single-body blockquote {
  border: 1px solid #cecece;
  background: #f4f4f4;
  margin-top: 40px;
  padding: 10px 40px 40px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .single-body blockquote {
    padding: 0px 25px 25px;
  }
}

.single-body blockquote p {
  color: #222;
  margin-top: 30px;
  line-height: 2em;
}

.single-body blockquote p a {
  color: #999999;
  border-color: #999999;
}

.single-body blockquote a {
  margin-top: 20px;
  color: #f38019;
  display: inline-block;
  border-color: #f38019;
}

@media screen and (max-width: 750px) {
  .single-body blockquote a {
    margin-top: 10px;
  }
}

.single-body blockquote:before,
.single-body blockquote:after {
  content: '"';
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
}

.single-body blockquote:before {
  left: 15px;
  top: 15px;
}

@media screen and (max-width: 750px) {
  .single-body blockquote:before {
    left: 10px;
    top: 5px;
  }
}

.single-body blockquote:after {
  right: 19px;
  bottom: -5px;
}

.single-body blockquote cite {
  font-size: 14px;
  position: relative;
  font-style: normal;
  margin-top: 20px;
  display: block;
}

.single-body blockquote cite a {
  margin-top: 0px;
  border-bottom: 1px solid #f38019;
}

.single-body blockquote cite:before {
  content: "\53C2\7167\FF1A";
}

.single-body .table {
  margin-top: 40px;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .single-body .table {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 750px) {
  .single-body .table table {
    width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  .single-body .table table {
    width: 200% !important;
  }
}

.single-body .table table th {
  background: #f4f4f4;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  text-align: left;
  padding: 15px 20px;
}

.single-body .table table td {
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  text-align: left;
  padding: 15px 20px;
}

.single-body .box {
  border: 2px solid #e4e4e4;
}

@media screen and (min-width: 750px) {
  .single-body .box {
    padding: 40px;
  }
}

@media screen and (max-width: 750px) {
  .single-body .box {
    padding: 20px;
  }
}

.single-body > dl {
  border: 2px solid #e4e4e4;
  position: relative;
}

.single-body > dl dt {
  position: absolute;
  background: #fff;
  top: -15px;
}

.single-body > dl dd {
  line-height: 2em;
}

@media screen and (min-width: 750px) {
  .single-body > dl {
    padding: 37px 40px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .single-body > dl {
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.single-body .single-form {
  background: #f4f4f4;
  display: block;
}

@media screen and (min-width: 750px) {
  .single-body .single-form {
    padding: 40px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .single-body .single-form {
    padding: 40px 15px;
    margin-top: 30px;
  }
}

.single-body .wp-block-button {
  margin-top: 30px;
  text-align: center;
  padding: 0px 15.625%;
}

@media screen and (max-width: 750px) {
  .single-body .wp-block-button {
    padding: 0px 0px;
  }
}

.single-body .single-case {
  border: solid 2px #e4e4e4;
  position: relative;
  margin-top: 60px;
}

.single-body .single-case a {
  background: #f7f7f6;
  display: block;
  transition: background 0.3s;
}

@media screen and (min-width: 750px) {
  .single-body .single-case a {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 750px) {
  .single-body .single-case a {
    padding: 20px 15px;
  }
}

.single-body .single-case a:hover {
  background: #fff;
}

.single-body .single-case-inner {
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .single-body .single-case-inner {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .single-body .single-case-inner {
    display: block;
  }
}

.single-body .single-case__title {
  font-size: 20px;
  transition: color 0.3s;
}

@media screen and (max-width: 750px) {
  .single-body .single-case__title {
    margin-top: 15px;
  }
}

@media screen and (min-width: 750px) {
  .single-body .single-case-inner__imega {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 750px) {
  .single-body .single-case-inner__imega {
    width: 100%;
  }
}

.single-body .sigle-case-innner__data {
  flex: 1;
}

@media screen and (min-width: 750px) {
  .single-body .sigle-case-innner__data {
    padding-left: 5%;
  }
}

@media screen and (max-width: 750px) {
  .single-body .sigle-case-innner__data {
    margin-top: 20px;
  }
}

.single-body .sigle-case-innner__data dl {
  display: flex;
}

.single-body .sigle-case-innner__data dt {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  width: 76px;
}

.single-body .sigle-case-innner__data dt span {
  background: #e1e1e0;
  width: 100%;
  display: block;
  padding: 5px 0px;
}

.single-body .sigle-case-innner__data dd {
  flex: 1;
  font-size: 13px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 10px;
}

.single-body .single-case__fukidashi {
  background: #f38019;
  position: absolute;
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  top: -10px;
  left: 10px;
}

.single-body .single-case__fukidashi:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -5px;
  border: 0 solid transparent;
  border-top: 5px solid #f38019;
  border-radius: 15px 0 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

.single-body .wp-block-button__link {
  padding: 15px 75px;
  width: 100%;
  background: #222;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 30px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .single-body .wp-block-button__link {
    padding: 15px 60px;
    border-radius: 50px;
  }
}

.single-body .wp-block-button__link--orange {
  background: #f38019;
}

.single-body .wp-block-button__link--orange:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-w.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .wp-block-button__link--orange:hover:after {
  right: 30px;
}

.single-body .wp-block-button__link--green {
  background: #5fcc1e;
}

.single-body .wp-block-button__link--green:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-w.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .wp-block-button__link--green:hover:after {
  right: 30px;
}

.single-body .wp-block-button__link--yellow {
  background: #ffe44e;
  border: 2px solid #222;
  box-sizing: border-box;
  color: #222;
}

.single-body .wp-block-button__link--yellow:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-b.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .wp-block-button__link--yellow:hover:after {
  right: 30px;
}

.single-body .wp-block-button__link--white {
  background: #fff;
  border: 2px solid #222;
  box-sizing: border-box;
  color: #222;
}

.single-body .wp-block-button__link--white:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-b.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .wp-block-button__link--white:hover:after {
  right: 30px;
}

.single-body .wp-block-button__link--default:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-w.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .btn {
  padding: 15px 73px 15px 73px;
  color: #fff;
  position: relative;
  background: #222;
  border-bottom: none !important;
}

@media screen and (min-width: 750px) {
  .single-body .btn {
    margin: 0px 15.625%;
  }
}

.single-body .btn:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 9.5px;
  background: url("/wp-content/themes/tralog/assets/images/single/btn-arrow-w.png") no-repeat;
  background-size: 17px 9.5px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: right 0.5s;
}

.single-body .btn:hover:after {
  right: 30px;
}

.single-body img {
  max-width: 100%;
  height: auto;
}

.single-tag {
  margin-top: 40px;
}

.single-tag__title {
  font-size: 24px;
  border-bottom: 2px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.single-tag__icon {
  width: 29px;
  height: 29px;
  margin-right: 10px;
}

@media screen and (min-width: 750px) {
  .single-writer {
    padding: 0px 5.8823529412% 50px;
  }
}

@media screen and (max-width: 750px) {
  .single-writer {
    padding: 20px 15px 20px;
  }
}

.single-writer__icon {
  width: 29px;
  height: 29px;
  margin-right: 10px;
}

.single-writer-box {
  border: 2px solid #e4e4e4;
  display: flex;
}

@media screen and (min-width: 750px) {
  .single-writer-box {
    padding: 25px 5.8823529412%;
  }
}

@media screen and (max-width: 750px) {
  .single-writer-box {
    padding: 25px 15px 40px;
  }
}

@media screen and (min-width: 750px) {
  .single-writer-box__image {
    flex-basis: 70px;
    margin-right: 23px;
  }
}

@media screen and (max-width: 750px) {
  .single-writer-box__image {
    flex-basis: 75px;
    margin-right: 13px;
  }
}

.single-writer-box__image span {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
}

.single-writer-box__image img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-writer-content {
  text-align: left;
  flex: 1;
  position: relative;
}

.single-writer-content__link {
  position: absolute;
  right: 0px;
  font-size: 10px;
  color: #f38019;
}

@media screen and (min-width: 750px) {
  .single-writer-content__link {
    top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .single-writer-content__link {
    bottom: -24px;
  }
}

.single-writer-content__link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f38019;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.single-writer-content__title {
  font-size: 10px;
  margin-bottom: 5px;
}

.single-writer-content__area {
  display: block;
}

.single-writer-content__position {
  color: #f38019;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.single-writer-content__name {
  margin-bottom: 15px;
}

.single-writer-content__name span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-right: 10px;
}

.single-writer-content__name a {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #222;
  position: relative;
  top: -3px;
  transition: color 0.3s, borderColor 0.3s;
}

.single-writer-content__name a:hover {
  color: #f38019;
}

.single-writer-content__area {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
}

@media screen and (min-width: 750px) {
  .single-relationship {
    padding: 50px 5.8823529412% 50px;
  }
}

@media screen and (max-width: 750px) {
  .single-relationship {
    padding: 25px 15px 25px;
  }
}

.single-form {
  margin-top: 40px;
  padding: 40px 15px;
  text-align: center;
}

.single-form .maill-magazin__form,
.single-form .maill-plan-book__form {
  margin: auto;
}

@media screen and (min-width: 750px) {
  .single-form .maill-magazin__form,
  .single-form .maill-plan-book__form {
    width: 64.7058823529%;
  }
}

@media screen and (max-width: 750px) {
  .single-form .maill-magazin__form,
  .single-form .maill-plan-book__form {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .single-form {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 750px) {
  .single-form {
    padding: 50px 15px 30px;
  }
}

.single-form span {
  display: inline-block;
  margin: auto;
  color: #fff;
}

.single-form p {
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}

.single-form p a {
  color: #fff;
}

.single-form--download {
  background: url("/wp-content/themes/tralog/assets/images/single/single-form-download.jpg") no-repeat #000;
  background-size: cover;
}

.single-form--mailmagazin {
  background: url("/wp-content/themes/tralog/assets/images/single/single-form-mailmagazin.jpg") no-repeat #000;
  background-size: cover;
}

.single-form__title {
  border: 2px solid #fff;
  line-height: 100%;
  padding: 8px 20px 8px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.single-form__text {
  font-size: 14px;
}

.single-form__text span {
  position: relative;
}

.single-form__text span:before,
.single-form__text span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.single-form__text span:before {
  left: 5px;
}

.single-form__text span:after {
  right: 5px;
}

.single-form__privacy {
  font-size: 10px;
}

.single-form__privacy a {
  border-bottom: 1px solid #fff;
  transition: color 0.3s;
}

.single-form__privacy a:hover {
  color: #f38019;
  border-bottom: 1px solid #f38019;
}

.share {
  position: relative;
  text-align: center;
  padding: 40px 0px;
  margin: 40px 0px;
}

@media screen and (max-width: 750px) {
  .share {
    padding: 30px 0px;
  }
}

.share .sns {
  justify-content: center;
}

.share .sns__list {
  margin: 0px 9px;
}

.share .sns__list a {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.share:before {
  top: 0px;
}

.share:after {
  bottom: 0px;
}

.share:before,
.share:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.share__title {
  margin-bottom: 25px;
  font-size: 24px;
}

.share__title span {
  position: relative;
  display: inline-block;
}

.share__title span:before,
.share__title span:after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1.5px;
  background: #222;
}

.share__title span:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: -25px;
  bottom: 14px;
}

.share__title span:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  right: -20px;
  bottom: 14px;
}

.single-relationship__title {
  background: #fffbec;
  border-left: 4px solid #f38019;
  padding: 20px;
  font-size: 24px;
}

.single-relationshi-box {
  margin-top: 30px;
  border: 2px solid #e4e4e4;
  box-sizing: border-box;
  display: flex;
}

.single-relationshi-box a {
  background: #f6f6f6;
  transition: background 0.3s;
}

.single-relationshi-box a:hover {
  background: #fff;
}

.single-relationshi-box a:hover .single-relationshi-box__text:before {
  background: #fff;
}

@media screen and (min-width: 750px) {
  .single-relationshi-box {
    flex-direction: row;
  }

  .single-relationshi-box a {
    display: flex;
    padding: 30px 40px;
  }
}

@media screen and (max-width: 750px) {
  .single-relationshi-box {
    flex-direction: column-reverse;
  }

  .single-relationshi-box a {
    padding: 20px 20px;
  }
}

.single-relationshi-box__contnet {
  flex: 1;
}

@media screen and (min-width: 750px) {
  .single-relationshi-box__contnet {
    padding-right: 30px;
  }
}

.single-relationshi-box__title {
  font-size: 16px;
  margin-bottom: 10px;
}

.single-relationshi-box__text {
  color: #909090;
  font-size: 12px;
  line-height: 2;
  height: 48px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
}

.single-relationshi-box__text:before,
.single-relationshi-box__text:after {
  position: absolute;
}

.single-relationshi-box__text:before {
  content: "...";
  background: #f6f6f6;
  right: 0px;
  text-align: center;
  width: 1em !important;
  top: 24px;
}

.single-relationshi-box__text:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #f6f6f6;
}

.single-relationshi-box__text:before {
  transition: background 0.3s;
}

.single-relationshi-box__figure {
  flex-basis: 150px;
}

@media screen and (max-width: 750px) {
  .single-relationshi-box__figure {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 750px) {
  .single-relationshi-box__figure {
    margin-right: 40px;
  }
}

.single-relationshi-box__figure img {
  width: 100%;
}

.single-writer-content__prof {
  color: #959595;
  font-size: 14px;
  line-height: 2;
  height: 56px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
}

.single-writer-content__prof:before,
.single-writer-content__prof:after {
  position: absolute;
}

.single-writer-content__prof:before {
  content: "...";
  background: #ffffff;
  right: 0px;
  text-align: center;
  width: 1em !important;
  top: 28px;
}

.single-writer-content__prof:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #ffffff;
}

@media screen and (max-width: 750px) {
  .single-writer-content__prof {
    font-size: 12px;
    line-height: 2;
    height: 48px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
  }

  .single-writer-content__prof:before,
  .single-writer-content__prof:after {
    position: absolute;
  }

  .single-writer-content__prof:before {
    content: "...";
    background: #ffffff;
    right: 0px;
    text-align: center;
    width: 1em !important;
    top: 24px;
  }

  .single-writer-content__prof:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #ffffff;
  }
}

.single-conversion {
  margin-top: 50px;
  padding-top: 42.4%;
  background: #ffe44e url("/wp-content/themes/tralog/assets/images/single/conversion-consultation.jpg") no-repeat center;
  background-size: 100%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .single-conversion {
    padding-top: 0%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 610px) {
  .single-conversion {
    background-size: auto 100%;
  }
}

.single-conversion .single-conversion-inner {
  padding-top: 9.12%;
}

@media screen and (max-width: 750px) {
  .single-conversion .single-conversion-inner {
    padding-top: 7%;
  }
}

.single-conversion--download {
  margin-top: 50px;
  padding-top: 42.4%;
  background: #ffe44e url("/wp-content/themes/tralog/assets/images/single/conversion-download.jpg") repeat;
  background-size: 100%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .single-conversion--download {
    background-size: auto 100%;
    padding-top: 0%;
    margin-top: 30px;
  }
}

.single-conversion--download .single-conversion-inner {
  padding-top: 9%;
}

@media screen and (max-width: 750px) {
  .single-conversion--download .single-conversion-inner {
    padding-top: 4%;
  }
}

.single-conversion-inner {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  text-align: center;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #f7efdc;
}

@media screen and (max-width: 750px) {
  .single-conversion-inner {
    position: relative;
    padding: 15px;
  }
}

.single-conversion-inner__text {
  line-height: 1.7;
  font-size: 14px;
}

.single-conversion-inner__btn {
  width: 62.5%;
  margin: 20px auto 0px auto;
  display: block;
}

@media screen and (max-width: 750px) {
  .single-conversion-inner__btn {
    width: 100%;
  }
}

.single-conversion-inner__btn .btn {
  padding: 10px 0px;
}

.single-conversion-inner__link {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}

.single-conversion-inner__link a {
  position: relative;
}

.single-conversion-inner__link a:after {
  content: "";
  height: 1px;
  left: 0px;
  width: 100%;
  background: #222;
  position: absolute;
  display: block;
}

.single-conversion-inner__link a:hover {
  color: #f38019;
}

.single-conversion-inner__link a:hover:after {
  background: #f38019;
}

.single-conversion-inner__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 20px 8px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #222;
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .proposal-body {
    padding: 0px 5.8823529412% 20px;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body {
    padding: 0px 15px 30px;
  }
}

.proposal-body > figure {
  margin-top: 40px;
}

.proposal-body > figure img {
  max-width: 100%;
}

.proposal-body > div {
  margin-top: 30px;
}

.proposal-body > h2 {
  margin-top: 50px;
  background: #fffbec;
  border-left: 4px solid #f38019;
  padding: 20px;
  font-size: 24px;
}

.proposal-body > h3 {
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .proposal-body > h3 {
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body > h3 {
    font-size: 23px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.proposal-body > h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #f38019;
}

.proposal-body > h4 {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
}

.proposal-body > h4:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #f38019;
  position: absolute;
  top: 10px;
  left: 0px;
}

@media screen and (min-width: 750px) {
  .proposal-body > h4 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body > h4 {
    margin-top: 30px;
  }
}

.proposal-body > h4 + p {
  margin-top: 0px;
}

.proposal-body > p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .proposal-body > p {
    margin-top: 30px;
    font-size: 15px;
  }
}

.proposal-body > p:first-child {
  margin-top: 0px;
}

.proposal-body > p .btn {
  border-bottom: 2px solid #f38019;
}

.proposal-body > p a {
  color: #f38019;
  position: relative;
  border-bottom: 1px solid #f38019;
}

.proposal-body hr {
  border-bottom: 2px solid #999;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}

.proposal-body ol {
  font-weight: 500;
  padding-top: 20px;
}

.proposal-body ol li {
  margin-left: 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  padding-left: 10px;
}

.proposal-body > ul {
  font-weight: 500;
  padding-top: 20px;
}

.proposal-body > ul li {
  margin-left: 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  position: relative;
  padding-left: 10px;
}

.proposal-body > ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #222;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 13px;
}

.proposal-body blockquote {
  border: 1px solid #cecece;
  background: #f4f4f4;
  margin-top: 40px;
  padding: 10px 40px 40px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .proposal-body blockquote {
    padding: 0px 25px 25px;
  }
}

.proposal-body blockquote p {
  color: #222;
  margin-top: 30px;
  line-height: 2em;
}

.proposal-body blockquote p a {
  color: #999999;
  border-color: #999999;
}

.proposal-body blockquote a {
  margin-top: 20px;
  color: #f38019;
  display: inline-block;
  border-color: #f38019;
}

@media screen and (max-width: 750px) {
  .proposal-body blockquote a {
    margin-top: 10px;
  }
}

.proposal-body blockquote:before,
.proposal-body blockquote:after {
  content: '"';
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
}

.proposal-body blockquote:before {
  left: 15px;
  top: 15px;
}

@media screen and (max-width: 750px) {
  .proposal-body blockquote:before {
    left: 10px;
    top: 5px;
  }
}

.proposal-body blockquote:after {
  right: 19px;
  bottom: -5px;
}

.proposal-body blockquote cite {
  font-size: 14px;
  position: relative;
  font-style: normal;
  margin-top: 20px;
  display: block;
}

.proposal-body blockquote cite a {
  margin-top: 0px;
  border-bottom: 1px solid #f38019;
}

.proposal-body blockquote cite:before {
  content: "\53C2\7167\FF1A";
}

.proposal-body .table {
  margin-top: 40px;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  overflow: scroll;
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 750px) {
  .proposal-body .table table {
    width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body .table table {
    width: 200% !important;
  }
}

.proposal-body .table table th {
  background: #f4f4f4;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  text-align: left;
  padding: 15px 20px;
}

.proposal-body .table table td {
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  text-align: left;
  padding: 15px 20px;
}

.proposal-body .box {
  border: 2px solid #e4e4e4;
}

@media screen and (min-width: 750px) {
  .proposal-body .box {
    padding: 40px;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body .box {
    padding: 20px;
  }
}

.proposal-body > dl {
  border: 2px solid #e4e4e4;
  position: relative;
}

.proposal-body > dl dt {
  position: absolute;
  background: #fff;
  top: -15px;
}

.proposal-body > dl dd {
  line-height: 2em;
}

@media screen and (min-width: 750px) {
  .proposal-body > dl {
    padding: 37px 40px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .proposal-body > dl {
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.proposal-download ul {
  border-top: 2px solid #999999;
}

@media screen and (min-width: 750px) {
  .proposal-download ul li {
    margin: 30px 0px;
  }
}

@media screen and (max-width: 750px) {
  .proposal-download ul li {
    margin: 20px 0px;
  }
}

.proposal-download ul li a {
  text-align: left;
  padding-left: 60px;
  padding-right: 30px;
}

@media screen and (min-width: 750px) {
  .media {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .media {
    margin-top: 30px;
  }
}

.media-inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  .media-inner {
    margin: 0px -10px;
  }
}

@media screen and (max-width: 750px) {
  .media-inner {
    margin: 0px -5px;
  }
}

@media screen and (min-width: 750px) {
  .media-list {
    width: 33.3333333333%;
    padding: 0px 10px;
  }
}

@media screen and (max-width: 750px) {
  .media-list {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
  }
}

.media-list a {
  display: block;
  border: 1px solid #cecece;
}

.media-list img {
  width: 100%;
}

.media-download {
  background: #fff;
}

.media-download img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .media-download {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    border: 1px solid #cecece;
  }

  .media-download .sp-none {
    display: block;
  }

  .media-download .pc-none {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .media-download {
    position: fixed;
    display: none;
    bottom: 20px;
    left: 9px;
    z-index: 1;
    width: calc(100% - 18px);
    box-shadow: 0px 5px 10px rgba(140, 73, 14, 0.2);
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: hidden;
    transition: all 0.5s;
  }

  .media-download .sp-none {
    display: none;
  }

  .media-download .pc-none {
    display: block;
  }

  .media-download a {
    display: flex;
  }
}

.media-download__btn {
  display: flex;
  padding: 20px;
  position: relative;
}

.media-download__text {
  font-weight: bold;
}

.media-download__icon {
  width: 30px;
  height: 30px;
  background: #222;
  display: block;
  border-radius: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.media-download__icon svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  width: 12.5px;
  height: 14px;
  fill: #fff;
}

.media-download__icon svg path {
  fill: #fff;
}

@media screen and (max-width: 750px) {
  .media-download__image {
    flex-basis: 92px;
  }
}

.media-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  font-weight: bold;
  position: relative;
  background: #f38019;
}

@media screen and (max-width: 750px) {
  .media-contact__btn {
    flex: 1;
    font-size: 20px;
  }
}

.media-contact__icon {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 15px;
  position: absolute;
  right: 20px;
}

.media-contact__icon svg {
  width: 12.5px;
  height: 12px;
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  fill: #fff;
}

@media screen and (max-width: 750px) {
  .media-contact__icon svg {
    width: 18px;
    height: 9.5px;
  }
}

.media-contact__icon svg path {
  fill: #fff;
}

.media-contact__text {
  color: #fff;
}

.media-contact {
  display: none;
}

@media screen and (max-width: 750px) {
  .media-contact {
    justify-content: center;
    display: flex;
    gap: 0 7px;
    position: fixed;
    left: 15px;
    bottom: 20px;
    width: calc(100% - 30px);
    z-index: 3;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
  }

  .media-contact.is-down {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }

  .media-contact__container {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    min-width: 170px;
    border-radius: 23px;
    height: 46px;
  }

  .media-contact__tel {
    background-color: #fff;
    color: #f38019;
    border: 2px solid #f38019;
  }

  .media-contact__mail {
    background-color: #f38019;
    color: #fff;
  }

  .media-contact__label {
    font-size: 12px;
    font-weight: bold;
  }
}

@media screen and (min-width: 750px) {
  .media-side {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .media-side {
    margin-top: 30px;
  }
}

.media-side__inner {
  background: #fff;
  padding: 20px;
}

.media-side__title {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
}

.media-side__text {
  font-size: 12px;
  padding-left: 20px;
}

.media-side__read {
  font-size: 12px;
  margin-bottom: 20px;
}

.media-side__list {
  margin-bottom: 20px;
  position: relative;
}

.media-side__list:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0px;
  top: 27px;
}

.media-side__list input {
  visibility: hidden;
  position: absolute;
}

.media-side__list label {
  display: flex;
  padding: 0px 20px;
  align-items: center;
  cursor: pointer;
}

.media-side__list input + label {
  position: relative;
}

.media-side__list input[type=radio]:checked + label .media-side__icon {
  opacity: 1;
}

.media-side__list:last-child {
  margin-bottom: 0px;
}

.media-side__image {
  flex-basis: 105px;
}

.media-side__image img {
  width: 100%;
}

.media-side__text {
  flex: 1;
}

.media-side__icon {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  left: -2px;
  top: 15px;
  z-index: 10;
  width: 13px;
  height: 10px;
}

.media-side__icon svg {
  width: 13px;
  height: 10px;
}

.media-side__btn {
  padding: 10px 20px;
}

.relation {
  margin-top: 50px;
}

.relation-title {
  position: relative;
  font-size: 24px;
  border-bottom: 2px solid #999999;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 50px;
}

.relation-title__icon {
  position: absolute;
  width: 43px;
  height: 28px;
  top: 3px;
  left: 0px;
}

.relation-title__icon svg {
  width: 43px;
  height: 28px;
}

.tool-tip {
  position: absolute;
  background: #fff;
  width: 200px;
  top: 100px;
  right: 50%;
  border: 2px solid #222;
  border-radius: 3px;
  padding-bottom: 20px;
  -webkit-transform: translate(640px, -20px);
          transform: translate(640px, -20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .tool-tip {
    right: 3.125%;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

.tool-tip.is-active {
  -webkit-transform: translate(640px, 0px);
          transform: translate(640px, 0px);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1280px) {
  .tool-tip.is-active {
    right: 3.125%;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

@media screen and (max-width: 960px) {
  .tool-tip.is-active {
    display: none;
  }
}

.tool-tip:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #222 transparent;
}

.tool-tip:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}

.tool-tip-list {
  padding: 0px 18px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}

.tool-tip-list a {
  padding: 15px 0px 10px;
  display: block;
}

.tool-tip-list a:hover {
  color: #f38019;
}

.tool-tip-list a:hover .tool-tip-list__icon {
  fill: #f38019;
}

.tool-tip-list:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 3px;
  z-index: 1;
  bottom: -1px;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.tool-tip-list__icon {
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 22px;
  transition: fill 0.5s;
}

.accordion {
  margin: 0px;
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  top: 0;
  left: 0%;
  z-index: 5;
  overflow: scroll;
}

.accordion-trigger {
  position: absolute;
  width: 33px;
  height: 32.5px;
  right: 20px;
  top: 15px;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .accordion-trigger {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .accordion-trigger {
    display: block;
  }
}

.accordion-trigger.is-active .accordion-trigge__line--01 {
  -webkit-transform: translate(4px, 10px) rotate(45deg);
          transform: translate(4px, 10px) rotate(45deg);
}

.accordion-trigger.is-active .accordion-trigge__line--02 {
  -webkit-transform: translate(4px, 8px);
          transform: translate(4px, 8px);
  opacity: 0;
}

.accordion-trigger.is-active .accordion-trigge__line--03 {
  -webkit-transform: translate(4px, 10px) rotate(-45deg);
          transform: translate(4px, 10px) rotate(-45deg);
}

.accordion-trigge__line {
  width: 25px;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0px;
}

.accordion-trigge__line--01 {
  transition: all 0.3s;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.accordion-trigge__line--02 {
  transition: all 0.3s;
  -webkit-transform: translate(4px, 8px);
          transform: translate(4px, 8px);
  opacity: 1;
}

.accordion-trigge__line--03 {
  transition: all 0.3s;
  -webkit-transform: translate(4px, 12px);
          transform: translate(4px, 12px);
}

.accordion-trigge__text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  bottom: 0px;
}

.accordion__nav {
  display: block;
  padding: 0px 15px;
}

.accordion__nav__list {
  margin: 0px;
  font-size: 15px;
}

.accordion__nav__list.is-active a {
  color: #f38019;
}

.accordion__nav__list.is-active a .accordion__nav__icon i {
  background: #f38019;
}

.accordion__nav__list.is-open .accordion__nav__list__icon__line--01 {
  width: 75%;
  -webkit-transform: translate(-2px, 1.5px) rotate(90deg);
          transform: translate(-2px, 1.5px) rotate(90deg);
}

.accordion__nav__list.is-open .accordion__nav__list__icon__line--03 {
  width: 75%;
  -webkit-transform: translate(-2px, 7px) rotate(-90deg);
          transform: translate(-2px, 7px) rotate(-90deg);
}

.accordion__nav__list.is-open div {
  border-bottom: none;
}

.accordion__nav__list > a {
  padding: 20px 11px;
  border-bottom: 1px solid #222;
}

.accordion__nav__list div {
  padding: 20px;
  border-bottom: 1px solid #222;
}

.accordion__nav__list > a,
.accordion__nav__list div {
  position: relative;
  display: block;
  font-weight: 500;
  color: #222;
}

.accordion__nav__list__inner__list {
  margin: 0px;
}

.accordion__nav__list__inner__list:last-child a {
  border-bottom: 1px solid #222;
  padding-bottom: 20px;
}

.accordion__nav__list__inner__list a {
  display: block;
  padding: 5px 40px;
  color: #fff;
}

.accordion__nav__list__inner {
  display: none;
}

.accordion__nav__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 10px;
}

.accordion__nav__list__icon__line {
  background: #222;
  height: 2px;
  display: block;
  position: absolute;
  right: 0px;
  border-radius: 2px;
}

.accordion__nav__list__icon__line--01 {
  transition: all 0.3s;
  width: 33%;
  -webkit-transform: translate(0px, 1.5px) rotate(45deg);
          transform: translate(0px, 1.5px) rotate(45deg);
}

.accordion__nav__list__icon__line--02 {
  transition: all 0.3s;
  width: 100%;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.accordion__nav__list__icon__line--03 {
  transition: all 0.3s;
  width: 33%;
  -webkit-transform: translate(0px, 7px) rotate(-45deg);
          transform: translate(0px, 7px) rotate(-45deg);
}

.accordion__sns {
  text-align: center;
  padding: 15px 15px 40px 15px;
}

.accordion__sns p {
  color: #999999;
  font-size: 14px;
  margin: 10px 0px 30px;
  letter-spacing: 0.1em;
}

.accordion__sns p a {
  border-bottom: 1px solid #222;
}

.accordion__sns p a:hover {
  border-bottom: none;
}

.accordion__sns p.contact-banner__tel a {
  border-bottom: none;
}

.accordion__sns .sns {
  justify-content: center;
  gap: 0 20px;
}

.accordion__sns .sns > li {
  height: 32px;
}

.accordion__sns .sns > li img {
  height: 100%;
}

.accordion__sns .sns__list {
  margin: 0px 5px;
}

.accordion__btn {
  padding: 10px 0px 20px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.accordion__btn .btn__icon {
  margin-right: 10px;
  fill: #fff;
  position: relative;
  top: 5px;
}

.accordion__btn .btn--square {
  padding: 20px 0px;
}

.error {
  color: #f38019 !important;
  padding-top: 10px;
  display: block;
}

@media screen and (max-width: 414px) {
  * {
    -webkit-tap-highlight-color: rgba(185, 210, 231, 0.1);
  }
}

.form {
  background: #f4f4f4;
}

@media screen and (min-width: 750px) {
  .form {
    padding: 60px 13.3333333333%;
  }
}

@media screen and (max-width: 750px) {
  .form {
    padding: 40px 15px;
  }
}

.form.is-sp {
  padding: 30px 25px 50px;
}

.form .form_in textarea {
  height: 200px !important;
}

.form .form_in * {
  box-sizing: border-box;
}

.form .form_in input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.form .form_in input::-moz-placeholder {
  color: #a9a9a9;
}

.form .form_in input:-ms-input-placeholder {
  color: #a9a9a9;
}

.form .form_in input::-ms-input-placeholder {
  color: #a9a9a9;
}

.form .form_in input::placeholder {
  color: #a9a9a9;
}

.form .form_in input:focus,
.form .form_in textarea:focus {
  border-color: inherit;
  outline: none;
  box-shadow: inset 0px 0px 0px 1px #f38019;
}

.form .form_in .mktoForm {
  margin-top: 0px;
}

.form .form_in .mktoFormRow {
  display: flex;
}

.form .form_in .mktoFormCol {
  width: 100%;
}

.form .form_in .mktoForm .mktoRequiredField .mktoAsterix {
  color: #f00;
  display: none !important;
}

.form .form_in .mktoForm .mktoError .mktoErrorArrow {
  background: #f38019;
  border: 0;
}

.form .form_in .mktoForm .mktoError .mktoErrorMsg {
  max-width: none;
  padding: 14px 15px;
  background: #f38019;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  box-shadow: none;
}

.form .form_in .mktoOffset {
  display: none;
}

.form .form_in .mktoHasWidth {
  width: 100% !important;
}

.form .form_in .mktoField {
  padding: 20px 20px;
  background: #fff;
  font-size: 15px;
  width: 100% !important;
}

.form .form_in .mktoFieldWrap {
  width: 100%;
  padding: 0px;
}

.form .form_in .mktoFieldWrap .mktoHtmlText {
  margin: 0px !important;
}

.mktoHtmlName {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px !important;
}

.form .form_in .mktoButtonWrap {
  display: block;
}

.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton {
  width: 100%;
  padding: 23px 0;
  background: #6FA1CB;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  transition-property: background-color;
  transition-duration: 0.4s;
}

.form .form_in .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  background: rgba(111, 161, 203, 0.8);
  color: #fff;
  box-shadow: none;
}

.form .form_in .mktoHtmlText {
  width: auto;
  margin: 5px 20px 0;
  font-size: 11px;
  line-height: 1.8;
}

.form .form_in .mktoHtmlText a {
  text-decoration: underline;
}

.form .form_in .mktoHtmlText a:hover {
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .form .form_in .mktoTextField {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .form .form_in .mktoTextField {
    margin-bottom: 29px;
  }
}

.form .form_in .mktoLabel {
  margin-top: 0px;
  padding: 0 0px;
  font-size: 18px;
  font-weight: 500 !important;
  position: relative;
}

.form .form_in .mktoRequiredField .mktoLabel:after {
  content: "\5FC5\9808";
  display: inline-block;
  color: #f38019;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 15px;
  border: 1px solid #f38019;
  padding: 0px 10px;
  border-radius: 3px;
}

@media screen and (min-width: 750px) {
  .form .form_in .mktoRequiredField .mktoLabel:after {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .form .form_in .mktoRequiredField .mktoLabel:after {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .form .form_in .mktoButtonRow {
    margin-top: 25px !important;
    padding: 0 0px !important;
    display: block;
  }

  .mktoForm {
    padding: 0px !important;
  }

  .mktoTextField {
    margin-bottom: 30px;
    display: inline-block;
  }

  .mktoMinimal {
    margin-left: 0px !important;
  }

  .form .form_in {
    width: 100% !important;
    margin: 0px;
  }

  .form .form_in .mktoForm {
    padding: 0px !important;
  }

  .form .form_in .mktoForm.mktoLayoutAbove .mktoRequiredField {
    padding: 0 5px;
    font-weight: normal;
  }

  .form .form_in .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix::before {
    font-size: 10px;
  }

  .form .form_in .mktoLabel {
    margin-bottom: 0px;
    font-size: 13px;
    position: relative;
  }

  .form .form_in .mktoLabel:after {
    content: "\5FC5\9808";
  }

  .form .form_in .mktoField {
    padding: 15px;
    font-size: 13px;
  }

  .form .form_in .mktoButtonWrap.mktoMinimal .mktoButton {
    padding: 22px 0;
    font-size: 15px;
  }

  .form .mktoLabel .mktoButtonRow {
    margin-top: 45px;
    padding: 0 0px !important;
    display: block;
  }

  .mktoHtmlName {
    font-size: 14px;
    font-weight: 500;
  }
}

#FirstName {
  margin-right: 4%;
}

#LastName {
  margin-left: 0% !important;
}

#FirstName,
#LastName {
  width: 96% !important;
}

.mktoEmailField,
.mktoTelField {
  margin-bottom: 30px !important;
}

.mktoButtonRow {
  width: 100%;
  margin-top: 0px !important;
}

.mktoNative {
  margin: auto !important;
}

@media screen and (min-width: 750px) {
  .mktoNative {
    width: 50%;
  }

  .mktoNative .mktoButton {
    line-height: 55px;
  }
}

@media screen and (max-width: 750px) {
  .mktoNative {
    width: 50%;
  }

  .mktoNative .mktoButton {
    line-height: 55px;
  }
}

@media screen and (max-width: 481px) {
  .mktoNative .mktoButton {
    line-height: 35px;
  }
}

@media screen and (max-width: 750px) {
  .mktoNative {
    width: 100% !important;
  }
}

.mktoNative .mktoButton {
  width: 100%;
  background: #222;
  color: #fff;
  border-radius: 34px;
  letter-spacing: 0.1em;
  transition: background 0.3s;
  font-size: 17px;
  font-weight: 500;
}

.mktoNative .mktoButton:hover {
  background: #222;
}

.form__privacy {
  margin-top: 30px;
  text-align: center;
}

.form__privacy a {
  color: #f38019;
  text-decoration: underline;
}

.form__privacy a:hover {
  text-decoration: none;
  color: #222;
}

.proposal-form {
  display: none;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, -5px) rotate(-5deg);
            transform: translate(0, -5px) rotate(-5deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(0, -5px) rotate(-5deg);
            transform: translate(0, -5px) rotate(-5deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

.pagetop {
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(560px);
          transform: translateX(560px);
}

.pagetop .footer-bnr__img {
  position: relative;
  width: 78px;
  height: 103px;
  top: 0px;
  z-index: 2;
}

.pagetop .footer-bnr__shadow {
  width: 35px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  z-index: 1;
  opacity: 1;
  transition: opacity 1s;
}

.pagetop a {
  position: relative;
  top: 0px;
  transition: top 0.5s;
}

@media screen and (max-width: 750px) {
  .pagetop {
    display: none;
  }
}

.pagetop:hover a {
  top: -10px;
}

.pagetop:hover .footer-bnr__img {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}

.pagetop:hover .footer-bnr__shadow {
  opacity: 0;
}

.side-contact {
  background: #fff;
  padding: 30px;
}

.side-contact__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.side-contact__tel {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.side-contact__time {
  text-align: center;
  background: #f7f7f6;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0px;
  margin-bottom: 10px;
}

.side-mail {
  margin-bottom: 30px;
}

.side-mail a {
  width: 100%;
  display: block;
}

.side-mail a img {
  width: 100%;
}

.side-mail__text {
  font-size: 12px;
  font-weight: 500;
}

.seminar-title {
  font-size: 20px;
  margin: 0px 0px 20px;
}

.seminar-title__icon {
  width: 25px;
  height: 28.5px;
}

.seminar-article {
  padding: 0px 20px;
}

.seminar-article__title {
  font-size: 14px;
}

.seminar-article__link {
  display: block;
  padding: 20px 0px;
  position: relative;
  transition: color 0.3s;
}

.seminar-article__link:hover {
  color: #f38019;
}

.seminar-article__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 1;
  background-size: 4px 4px;
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(#ccc 20%, transparent 40%), radial-gradient(#ccc 20%, transparent 40%);
  background-position: 0px 0px, 4px 4px;
}

.seminar-box {
  background: #fffbec;
  padding: 5px 0px 25px;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .seminar-box {
    margin-bottom: 30px;
  }
}

.custom-box {
  background: #f38019;
  border-radius: 10px;
  padding: 18px 20px 12px;
  color: #fff;
  margin-bottom: 30px;
}

.custom-box__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.custom-box__text {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .custom-box {
    display: none;
  }
}

.contact-banner p {
  color: #222;
  margin: 0px;
}

.contact-banner__title {
  font-size: 14px;
}

.contact-banner__tel {
  font-size: 29px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em !important;
}

.contact-banner__btn {
  margin: 20px 0px;
}

.contact-banner__btn a {
  padding: 5px 0px !important;
}

.contact-banner__time {
  background: #f7f7f6;
  font-size: 11px !important;
  padding: 3px 0px;
}

.contact-banner-pc__title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.contact-banner-pc__tel {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #f38019;
  letter-spacing: 2px;
  margin-top: 6px;
}

.contact-banner-pc__time {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
}

.contact-banner-pc__sub {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}

.card {
  position: relative;
}

.card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  content: "";
  font-size: 0;
}

.card__figure {
  overflow: hidden;
  width: 100%;
}

.card__figure img {
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 20px 0;
}

@media screen and (max-width: 750px) {
  .card__title {
    font-size: 16px;
  }
}

.card__tag {
  margin-bottom: 10px;
  display: flex;
  gap: 6px 4px;
  flex-wrap: wrap;
}

.card__tag__link {
  z-index: 2;
  height: 24px;
  padding: 3px 10px 3px 10px;
  border: 1px solid #f38019;
  font-weight: 700;
  font-size: 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
  color: #f38019;
  line-height: 1.2;
}

.card__tag__link:hover {
  background-color: #f38019;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .card__tag__link {
    font-size: 9px;
    height: 23px;
    padding: 2px 8px 2px 8px;
    line-height: 1.5;
  }
}

.card__date {
  font-weight: 400;
  font-size: 13px;
  color: #828282;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .card__date {
    font-weight: 500;
    font-size: 10px;
  }
}

.card:hover .card__figure img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.card--new {
  height: 100%;
}

.card--new .card__aside {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 14px 0;
}

@media screen and (max-width: 750px) {
  .card--new .card__aside {
    margin: 17px 0 10px;
  }
}

.card--new .card__category {
  border: 1px solid #222;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
}

@media screen and (max-width: 750px) {
  .card--new .card__category {
    font-size: 9px;
    padding: 4px 8px;
  }
}

.card--new .card__content {
  margin-bottom: 28px;
}

@media screen and (max-width: 750px) {
  .card--new .card__content {
    margin-bottom: 24px;
  }
}

.card--new .card__tag {
  height: 58px;
}

@media screen and (max-width: 750px) {
  .card--new .card__tag {
    height: 44px;
  }
}

@media screen and (max-width: 750px) {
  .card--new .card__tag__link {
    height: 19px;
  }
}

.card--new .card__date {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.card--new .card__title {
  margin-top: 0;
  margin-bottom: 13px;
  height: 81px;
}

@media screen and (max-width: 750px) {
  .card--new .card__title {
    font-size: 12px;
    height: 54px;
    line-height: 1.5;
    margin-bottom: 11px;
  }
}

.card--new .card__figure {
  aspect-ratio: 279/115;
}

.card--document {
  background-color: #fff;
}

.card--document .card__content {
  padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 750px) {
  .card--document .card__content {
    padding: 20px 16px 26px;
  }
}

.card--document .card__title {
  margin: 0 0 13px;
  height: 81px;
}

@media screen and (max-width: 750px) {
  .card--document .card__title {
    font-size: 14px;
    height: 56px;
  }
}

.card--document .card__figure {
  aspect-ratio: 376/155;
}

.card--document .card__tag {
  margin-bottom: 8px;
  height: 54px;
}

@media screen and (max-width: 750px) {
  .card--document .card__tag {
    margin-bottom: 2px;
    height: auto;
  }

  .card--document .card__tag__link {
    font-size: 11px;
  }
}

.card--document .card__download {
  margin-top: 13px;
  z-index: 2;
  width: 280px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 36px;
}

@media screen and (max-width: 750px) {
  .card--document .card__download {
    margin: 14px 0 10px;
    position: relative;
    bottom: 0;
  }
}

.card--cultivation .card__title {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
}

.card--cultivation .card__tag {
  margin-bottom: 10px;
  display: flex;
  gap: 6px 4px;
  flex-wrap: wrap;
}

.card--cultivation .card__date {
  margin-bottom: 20px;
}

.card--cultivation .card__figure {
  aspect-ratio: 376/218;
}

.card--customer-support {
  display: flex;
}

.card--customer-support .card__figure__wrapper {
  flex: 0 0 240px;
}

@media screen and (max-width: 750px) {
  .card--customer-support .card__figure__wrapper {
    flex: 0 0 138px;
  }
}

.card--customer-support .card__figure {
  aspect-ratio: 240/100;
}

.card--customer-support .card__content {
  position: relative;
  padding-bottom: 18px;
  margin-left: 32px;
}

@media screen and (max-width: 750px) {
  .card--customer-support .card__content {
    margin-left: 16px;
  }
}

.card--customer-support .card__title {
  margin: 0 0 17px;
  height: 50px;
}

@media screen and (max-width: 750px) {
  .card--customer-support .card__title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 64px;
  }
}

.card--customer-support .card__tag__link {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .card--customer-support .card__tag {
    margin-bottom: 6px;
  }

  .card--customer-support .card__tag__link {
    height: 18px;
    font-weight: 700;
  }
}

.card--customer-support .card__date {
  position: absolute;
  bottom: 0;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .card--customer-support .card__date {
    font-weight: 700;
    font-size: 9px;
  }
}

.card--seminar,
.card--recruitment {
  background-color: #fff;
  display: flex;
}

@media screen and (max-width: 750px) {
  .card--seminar,
  .card--recruitment {
    padding: 15px;
  }
}

.card--seminar .card__figure__wrapper,
.card--recruitment .card__figure__wrapper {
  flex: 0 0 332px;
  padding: 20px 0 20px 20px;
}

@media screen and (max-width: 750px) {
  .card--seminar .card__figure__wrapper,
  .card--recruitment .card__figure__wrapper {
    flex: 0 0 138px;
    padding: 0;
  }
}

.card--seminar .card__figure,
.card--recruitment .card__figure {
  aspect-ratio: 312/128;
}

@media screen and (max-width: 750px) {
  .card--seminar .card__figure,
  .card--recruitment .card__figure {
    aspect-ratio: 138/63;
  }
}

.card--seminar .card__content,
.card--recruitment .card__content {
  padding: 20px 32px;
}

@media screen and (max-width: 750px) {
  .card--seminar .card__content,
  .card--recruitment .card__content {
    padding: 0;
    margin-left: 15px;
  }
}

.card--seminar .card__title,
.card--recruitment .card__title {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
}

@media screen and (max-width: 750px) {
  .card--seminar .card__title,
  .card--recruitment .card__title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.card--seminar .card__tag,
.card--recruitment .card__tag {
  margin-bottom: 4px;
  height: 24px;
}

.card--seminar .card__tag__link,
.card--recruitment .card__tag__link {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .card--seminar .card__tag,
  .card--recruitment .card__tag {
    height: 44px;
    margin-bottom: 2px;
  }

  .card--seminar .card__tag__link,
  .card--recruitment .card__tag__link {
    font-weight: 700;
    height: 19px;
  }
}

@media screen and (max-width: 750px) {
  .card--seminar .card__date,
  .card--recruitment .card__date {
    font-weight: 700;
    font-size: 9px;
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.card--only-tag {
  margin-top: 30px;
}

.card--only-tag .card__tag {
  gap: 15px 8px;
}

@media screen and (max-width: 750px) {
  .card--only-tag .card__tag {
    gap: 15px 10px;
  }

  .card--only-tag .card__tag__link {
    border-radius: 20px;
    padding: 8px 18px 9px;
    line-height: 100%;
    height: auto;
    font-size: 14px;
  }
}

.top-section {
  width: 100%;
  margin-bottom: 93px;
}

@media screen and (max-width: 750px) {
  .top-section {
    margin-bottom: 60px;
  }
}

.top-section__container {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .top-section__container {
    margin-bottom: 40px;
  }
}

.top-section__header {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 2px solid #999999;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .top-section__header {
    font-size: 20px;
  }
}

.top-section__header > span {
  margin-left: 18px;
  display: inline-block;
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .top-section__header > span {
    font-size: 12px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 750px) {
  .top-section__header {
    margin-bottom: 20px;
  }
}

.top-section--new .top-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .top-section--new .top-section__container {
    gap: 24px 0;
  }
}

.top-section--new .top-section__item {
  width: calc(33% - 19px);
}

@media screen and (max-width: 750px) {
  .top-section--new .top-section__item {
    width: calc(50% - 5px);
  }
}

.top-section--document .top-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 750px) {
  .top-section--document .top-section__container {
    gap: 28px 9px;
  }
}

.top-section--document .top-section__item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 750px) {
  .top-section--document .top-section__item {
    width: 100%;
  }
}

.top-section--cultivation .top-section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 750px) {
  .top-section--cultivation .top-section__container {
    gap: 28px 9px;
  }
}

.top-section--cultivation .top-section__item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 750px) {
  .top-section--cultivation .top-section__item {
    width: calc(50% - 9px);
  }
}

.top-section--customer-support .top-section__container {
  width: 100%;
}

.top-section--customer-support .top-section__item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px dotted #d9d9d9;
}

@media screen and (max-width: 750px) {
  .top-section--customer-support .top-section__item {
    padding: 20px 0;
  }
}

.top-section--customer-support .top-section__item:first-of-type {
  padding-top: 0;
}

.top-section--recruitment .top-section__container,
.top-section--seminar .top-section__container {
  width: 100%;
}

.top-section--recruitment .top-section__item,
.top-section--seminar .top-section__item {
  width: 100%;
  padding: 10px 0;
}

.top-section--recruitment .top-section__item:first-of-type,
.top-section--seminar .top-section__item:first-of-type {
  padding-top: 0;
}

