@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

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

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

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

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0,0,0,0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

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

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.1490196078);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0,0,0,0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-anchor--fadeup {
  position: absolute;
  top: -150px;
  width: 10px;
  height: 10px;
}

.c-breadcrumb {
  padding: 0 20px;
  max-width: 1140px;
  margin: 10px 0px 10px 180px;
}

.c-breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-right: 27px;
}

.c-breadcrumb li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 14px;
  position: relative;
  top: 0px;
  left: 16px;
  background-color: #cfd9df;
  display: inline-block;
}

.c-breadcrumb a {
  color: #0074c3;
  text-decoration: underline;
}

.c-btn {
  padding: 16px 76px;
  border: solid 1px #000;
  display: inline-block;
  text-align: center;
}

.c-btn span {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.c-cv-contact {
  margin-top: 23px;
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  background-image: url("../images/top/contact_bg@2x.webp");
}

.c-cv-contact__contents {
  padding: 100px 50px;
}

.c-cv-contact__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 762px;
  padding: 0px 40px;
  margin: auto;
}

.c-cv-contact__detail--txt {
  width: calc(100% - 300px);
}

.c-cv-contact__detail--txt h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 3.6px;
}

.c-cv-contact__detail--txt h3 span {
  font-size: 24px;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 16px;
}

.c-cv-contact__detail--txt .c-txt {
  margin-top: 6px;
}

.c-cv-contact__detail--btn {
  width: 300px;
  margin-top: 70px;
}

.c-cv-contact__detail--btn .c-btn {
  width: 100%;
  max-width: 300px;
}

.c-cv-recruit {
  width: 100%;
  height: 405px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/footerlink@2x.webp");
  position: relative;
}

.c-cv-recruit__imgwrap {
  height: 375px;
}

.c-cv-recruit__imgwrap--l {
  width: 220px;
  position: absolute;
  top: 10px;
  left: 30px;
}

.c-cv-recruit__imgwrap--r {
  width: 190px;
  position: absolute;
  top: 10px;
  right: 30px;
}

.c-cv-recruit__img {
  display: block;
  position: relative;
}

.c-cv-recruit__img--01 {
  margin-bottom: 8px;
}

.c-cv-recruit__img--02 {
  left: 30px;
}

.c-cv-recruit__img--03 {
  margin-bottom: 6px;
  right: 40px;
}

.c-cv-recruit__detailwrap {
  max-width: 570px;
  margin: auto;
  padding-top: 55px;
}

.c-cv-recruit__title--sub {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.306px;
  display: block;
  margin-bottom: -15px;
}

.c-cv-recruit--txt {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.c-cv-recruit--btn {
  margin-top: 20px;
}

.c-cv-recruit--btn .c-btn {
  margin: auto;
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-form {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.c-form__box:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.c-form__dl {
  padding: 30px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

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

.c-form__dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 325px;
}

.c-form__title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 1px;
  display: inline-block;
}

.c-form__dd {
  margin-left: 0px;
  width: calc(100% - 325px);
  padding: 0px 12px;
}

.c-form__dd label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.c-form__input {
  padding: 9px 16px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  border: 1px solid #d9d9d9 !important;
  max-width: 480px;
}

.c-form__input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.c-form__input:-ms-input-placeholder {
  color: #c8c8c8;
}

.c-form__input::placeholder {
  color: #c8c8c8;
}

.c-form__input-area {
  min-height: 210px;
  max-width: 480px;
  padding: 24px 16px;
  border-radius: 5px;
}

.c-form__checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__checkbox:checked+span:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-right: 2px solid #0074c3;
  border-bottom: 2px solid #0074c3;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__label {
  margin-bottom: 15px;
  display: block;
}

.c-form__options {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__options:before {
  position: absolute;
  left: 0;
  display: block;
  border: 2px solid #0074c3;
  content: "";
  width: 16px;
  height: 16px;
}

.c-form__options--circle {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__options--circle:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #0074c3;
  width: 16px;
  height: 16px;
}

.c-form__radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__radio:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0074c3;
}

.c-form__select-box {
  height: 65px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.c-form__select-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #0074c3;
  border-right: 2px solid #0074c3;
  z-index: -1;
}

.c-form__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 22px;
  position: relative;
}

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

.c-form__required {
  font-size: 12px;
  background-color: #0074c3;
  padding: 2px 5px;
  color: #fff;
  height: 24px;
  border-radius: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  left: -10px;
}

.c-form--supplement {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.c-form__cf7--checkbox .wpcf7-list-item {
  display: block;
}

.c-form__cf7--checkbox .wpcf7-list-item label {
  display: block;
}

.c-form__cf7--checkbox .wpcf7-list-item label:not(:last-child) {
  margin-right: 70px;
}

.c-form__cf7--checkbox .wpcf7-list-item:not(:last-child) label {
  margin-bottom: 16px;
}

.c-form__cf7--checkbox .wpcf7-list-item input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__cf7--checkbox .wpcf7-list-item input:checked+span:after {
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__cf7--checkbox .wpcf7-list-item input:checked+span:before {
  border: 2px solid #0074c3;
  background-color: #0074c3;
}

.c-form__cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 31px;
}

.c-form__cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  display: block;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  content: "";
  width: 15px;
  height: 15px;
}

.c-form__cf7--radio .wpcf7-list-item {
  display: block;
}

.c-form__cf7--radio .wpcf7-list-item label {
  margin-bottom: 0px;
  display: block;
}

.c-form__cf7--radio .wpcf7-list-item label:not(:last-child) {
  margin-right: 70px;
}

.c-form__cf7--radio .wpcf7-list-item input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__cf7--radio .wpcf7-list-item input:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0074c3;
}

.c-form__cf7--radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__cf7--radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #0074c3;
  width: 16px;
  height: 16px;
}

.c-heading {
  border-bottom: solid 1px #000;
  padding-bottom: 17px;
}

.c-heading--container {
  max-width: 1140px;
  padding: 0px 30px;
  margin: auto;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  position: relative;
  max-height: 90vh;
  overflow: scroll;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
}

.c-modal__close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-modal__close span {
  width: 20px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.c-pagenation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin: auto;
}

.c-pagenation li a {
  font-family: "Roboto Mono",monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.c-pagenation--current {
  position: relative;
  display: inline-block;
}

.c-pagenation--current:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -1px;
  bottom: 4px;
  display: block;
}

.c-pagenation--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-pagenation__arrow {
  margin-right: 0;
  width: 32px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-pagenation__arrow--next {
  background-image: url("../images/common/slide_arrow_next@2x.webp");
}

.wp-pagenavi {
  position: relative;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  display: inline-block;
  padding: 0px 8px;
}

.wp-pagenavi .current {
  color: #0074c3 !important;
}

.wp-pagenavi .page {
  color: rgba(0,116,195,.5) !important;
}

.wp-pagenavi .previouspostslink {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  position: absolute;
  top: 6px;
  left: 0px;
}

.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: -10px;
}

.wp-pagenavi .nextpostslink {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  position: absolute;
  top: 6px;
  right: 0px;
}

.wp-pagenavi .nextpostslink:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: solid 1px #005b98;
  border-left: solid 1px #005b98;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  right: -10px;
}

.c-tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 2px 8px;
  letter-spacing: 0;
}

.c-tag:hover {
  background-color: #fff;
  opacity: 1 !important;
}

.c-tag:before {
  content: "#";
  display: inline-block;
}

.c-tag--active {
  background-color: #fff;
}

.c-tag--list li {
  display: inline-block;
  margin: 8px 9px;
}

.c-title-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
}

.c-title-sec--sub {
  font-family: "Roboto Mono",monospace;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  bottom: -10px;
}

.c-title-sec--main {
  font-family: "Oswald",sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-title-sec--s {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  top: 10px !important;
}

.c-title-page {
  font-family: "Oswald",sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 160%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0px;
}

.c-title-page span {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #666;
  display: inline-block;
  margin-left: 16px;
}

.c-toggle {
  position: relative;
  z-index: 30;
}

.c-toggle--active {
  z-index: 50;
}

.c-toggle__btn {
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.c-toggle__btn:before,
.c-toggle__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
}

.c-toggle__btn:before {
  width: 15px;
  height: 1px;
  right: 17px;
}

.c-toggle__btn:after {
  width: 1px;
  height: 15px;
  right: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .5s;
}

.c-toggle__btn--closetxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--opentxt {
  display: none;
}

.c-toggle__btn--close .c-toggle__btn--closetxt {
  display: inline-block;
}

.c-toggle__btn--close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 14px;
}

.c-toggle__contents {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 1px #fff;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  width: 200px;
  z-index: 10;
  padding: 30px 19px;
  opacity: 0;
  box-shadow: 0px 0px 20px #c8c8c8;
  pointer-events: none;
  transition: .5s;
}

.c-toggle__contents--open {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 4px);
}

.c-toggle__item {
  padding: 15px 0px;
}

.c-toggle__item:first-child {
  padding-top: 0px;
}

.c-toggle__item:last-child {
  padding-bottom: 0px;
}

.c-toggle__item:not(:last-child) {
  border-bottom: solid 1px #c8c8c8;
}

.c-toggle__item--txt {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  letter-spacing: 0px;
}

.c-toggle__item--attention {
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #c8c8c8 !important;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.c-toggle__item--style-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0px;
}

.c-toggle__item--style-02 .c-toggle__item--img {
  margin-top: 15px;
}

.c-toggle__item--style-03 .c-toggle__item--txt {
  width: 100%;
  text-align: center;
}

.c-toggle__item--style-03 .c-toggle__item--img {
  margin-top: 15px;
}

.c-txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer {
  background-color: #c8c8c8;
  margin-top: 12px;
  padding-top: 70px;
}

.l-footer--wrapper {
  border-top: solid 1px #000;
}

.l-footer--contents {
  max-width: 560px;
  margin: auto;
  margin-top: 64px;
}

.l-footer__menu--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
}

.l-footer__menu--wrapper a:hover {
  text-decoration: underline;
}

.l-footer__menu--main {
  width: 120px;
}

.l-footer__menu--main li {
  margin-top: 12px;
}

.l-footer__menu--main li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Oswald",sans-serif;
  letter-spacing: 0;
}

.l-footer__menu--sub {
  width: 232px;
}

.l-footer__menu--sub li {
  margin-top: 13px;
}

.l-footer__menu--sub li a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  font-family: "Oswald",sans-serif;
  letter-spacing: 0;
}

.l-footer__menu--sub li a span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #666;
  display: inline-block;
  margin-left: 8px;
}

.l-footer__menu--sns {
  text-align: center;
  margin-top: 37px;
}

.l-footer__menu--sns--off {
  display: block;
}

.l-footer__menu--sns--on {
  display: none;
}

.l-footer__menu--sns li {
  display: inline-block;
  margin: 0px 27px;
}

.l-footer__menu--sns li a {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background-color: unset;
  display: inline-block;
  position: relative;
}

.l-footer__menu--sns li a:hover {
  background-color: #000;
}

.l-footer__menu--sns li a:hover .l-footer__menu--sns--off {
  display: none;
}

.l-footer__menu--sns li a:hover .l-footer__menu--sns--on {
  display: block;
}

.l-footer__menu--sns li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-footer--copyright {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 93px;
  letter-spacing: 0;
}

.l-footer--logo {
  display: block;
  margin: auto;
  margin-top: 80px;
  max-width: 730px;
}

.g-nav {
  position: fixed;
  top: 0;
  right: -500px;
  transition: all .2s;
  width: 415px;
  height: 100vh;
  background-color: #c8c8c8;
  padding-top: 100px;
  overflow: scroll;
  z-index: 50;
}

.g-nav.is-menu {
  right: 0;
}

.g-nav__menu--bottom {
  position: relative;
  padding-top: 48px;
  margin-top: 48px;
}

.g-nav__menu--bottom::before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.g-nav__item {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

.g-nav__link {
  font-family: "Oswald",sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
}

.g-nav__link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.g-nav__sns {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background-color: unset;
  display: inline-block;
  position: relative;
}

.g-nav__sns:hover {
  background-color: #000;
}

.g-nav__sns:hover .g-nav__sns--off {
  display: none;
}

.g-nav__sns:hover .g-nav__sns--on {
  display: block;
}

.g-nav__sns--off {
  display: block;
}

.g-nav__sns--on {
  display: none;
}

.g-nav__sns img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-header {
  width: 100%;
  height: 88px;
  position: fixed;
  z-index: 11000;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s;
  background-color: #c8c8c8;
}

.l-header__logo-area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 19px;
  transition: .2s;
  width: 800px;
  text-align: center;
}

.l-header__logo--img {
  width: 400px;
  transition: .2s;
}

.l-header__serchform {
  position: absolute;
  left: 0px;
  bottom: 27px;
  transition: .2s;
  width: 260px;
}

.l-header__langage {
  position: absolute;
  right: 120px;
  bottom: 10px;
  transition: .2s;
}

.l-header__langage li {
  display: inline-block;
}

.l-header__langage--button {
  background-color: unset;
  border: solid 1px #000 !important;
  width: 51px;
  height: 32px;
  font-family: "Oswald",sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0px;
  border-radius: 0;
}

.l-header__langage--button:hover {
  border: solid 1px #000 !important;
}

.l-header__langage--en {
  margin-right: 20px;
}

.l-header__langage--active {
  background-color: #fff;
}

.l-header--search-active .l-header__serchform {
  width: calc(100% - 70px);
}

.l-header--search-active .l-search--box--close {
  display: block;
}

.l-header--search-active .l-header__logo-area,
.l-header--search-active .l-header__langage,
.l-header--search-active .nav-btn {
  opacity: 0 !important;
  pointer-events: none;
}

.l-header--lg {
  height: 122px;
}

.l-header--lg .l-header__logo-area {
  bottom: 15px !important;
}

.l-header--lg .l-header__logo--img {
  width: 100%;
}

.l-header--lg .l-header__langage {
  bottom: 12px;
  opacity: 1;
}

.l-header--lg .nav-btn {
  top: 51px;
}

.l-items-postlist--container {
  overflow: visible;
}

.l-items-postlist--wrapper {
  overflow: hidden;
}

.l-items-postlist--item {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.3px;
  position: relative;
  letter-spacing: 0px;
}

.l-items-postlist--item:hover .l-items-postlist--date,
.l-items-postlist--item:hover .l-items-postlist--title {
  text-decoration: underline;
}

.l-items-postlist--new {
  width: 60px;
  height: 60px;
  font-family: "Oswald",sans-serif;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 60px;
  background-color: #f0f;
  border-radius: 9999px;
  position: absolute;
  top: -16px;
  right: -10px;
  display: block;
  text-align: center;
  z-index: 10;
}

.l-items-postlist--img {
  border: solid 1px #000;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.l-items-postlist--img img {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.l-items-postlist--catname {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  font-family: "Oswald",sans-serif;
  margin-top: 15px;
}

.l-items-postlist--date {
  margin-top: 8px;
}

.l-items-postlist--title {
  font-weight: 500;
  margin-top: 0px;
  letter-spacing: 1.18px;
  line-height: 28px;
  height: 55px;
  overflow: hidden;
}

.l-items-postlist--static {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px 26px;
}

.l-items-postlist-slide__arrows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0px 5px 45px 5px;
}

.l-items-postlist-slide__arrows--button {
  width: 32px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.l-items-postlist-slide__arrows--button svg {
  display: none;
}

.l-items-postlist-slide__arrows--next {
  background-image: url("../images/common/slide_arrow_next@2x.webp");
}

.l-items-postlist-slide__arrows--prev {
  background-image: url("../images/common/slide_arrow_prev@2x.webp");
}

.l-items-postlist-slide__arrows .swiper-button-disabled {
  opacity: 0;
}

.js-overflow-txt {
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  word-break: break-word !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.js-overflow-txt--pc {
  -webkit-line-clamp: 3 !important;
}

.js-overflow-txt--sp {
  -webkit-line-clamp: 2 !important;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.main-block {
  padding-top: 125px;
}

.l-container {
  padding: 0 30px;
  max-width: 1340px;
  margin: auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.l-page-sec {
  padding-top: 64px;
}

.l-page-container {
  max-width: 620px;
  padding: 0px 30px;
  margin: auto;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 17px;
  right: 30px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.nav-btn--inner {
  position: relative;
  top: -5px;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background-color: #000;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 31px;
}

.nav-btn__line:nth-of-type(3) {
  top: 42px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.l-search--box--close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: -50px;
  display: block;
  cursor: pointer;
  display: none;
}

.l-search--box--close:hover {
  opacity: .7;
}

.l-search--box--close:before,
.l-search--box--close:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-search--box--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-search--box--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-search--form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-search--input {
  background-color: unset;
  height: 44px;
  width: 100%;
  border: none !important;
  border-bottom: solid 1px #000 !important;
  font-size: 16px;
}

.l-search--button {
  width: 75px;
  height: 44px;
  height: 44px;
  border-bottom: solid 1px #000 !important;
  border-radius: 0px;
  border-radius: 0;
  background-color: unset;
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center;
  background-image: url("../images/common/ico_search.svg");
  font-size: 16px;
}

.p-contact .c-pageheader--intro {
  margin-top: 48px;
}

.p-contact-sec .c-form {
  max-width: 980px;
  margin: auto;
  margin-top: 70px;
}

.p-contact-privacypolicy {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 76px;
  position: relative;
}

.p-contact-privacypolicy h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.p-contact-privacypolicy--wrap {
  margin-top: 24px;
  background: #f5f9fb;
  padding: 0px 40px;
  height: 280px;
  overflow: scroll;
}

.p-contact-privacypolicy--inner {
  padding: 40px 0px;
}

.p-contact-privacypolicy--inner p {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

.p-contact-attention {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 50px;
}

.p-contact-submit {
  max-width: 1140px;
  padding: 0 10px;
  margin: auto;
  margin-top: 50px;
}

.p-top-fv {
  width: 100vw;
  height: calc(100vh - 122px);
  overflow: hidden;
}

.p-top-fv--container {
  max-width: 1450px;
  min-width: 770px;
  padding: 0px 100px;
  margin: auto;
}

.p-top-fv--tag {
  position: absolute;
  top: 60px;
  right: -24px;
  border: solid 1px #000;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  padding: 11px 4px 9px 4px;
  font-family: "Oswald",sans-serif;
  background-color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
}

.p-top-fv h3 {
  font-size: 1.4vw;
  background-color: #fff;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  font-weight: normal;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  font-family: "Oswald",sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
  padding: 5px 15px;
}

.p-top-fv--inner {
  position: relative;
  left: 0;
  right: 0;
  transition: .25s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 5px;
}

.p-top-fv--detail {
  position: relative;
  left: 0;
  right: 0;
  transition: .25s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #c8c8c8;
  border-radius: 5px;
}

.p-top-fv--detail * {
  transition: .5s;
}

.p-top-fv--detail:hover {
  opacity: 1 !important;
}

.p-top-fv--img {
  height: 100%;
  max-height: 670px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-top-fv--img img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center;
}

.p-top-fv--card {
  height: calc(100vh - 300px);
  max-height: 670px;
  min-height: 350px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.p-top-fv__contents--pc {
  display: block;
}

.p-top-fv__contents--sp {
  display: none;
}

.p-top-fv__slide-pc {
  overflow: visible !important;
}

.p-top-fv__slide-pc .swiper-wrapper {
  height: calc(100vh - 267px);
  padding-top: 110px;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  overflow: visible;
}

.p-top-fv__slide-pc .p-top-fv--card {
  opacity: 0 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="1"] .p-top-fv--detail {
  opacity: 0 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="2"] {
  opacity: 1 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="3"] {
  opacity: 1 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="3"] .p-top-fv--detail {
  right: auto;
  left: -80px;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="4"] {
  opacity: 1 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="5"] {
  opacity: 1 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="5"] .p-top-fv--detail {
  left: auto;
  right: -80px;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="6"] {
  opacity: 1 !important;
}

.p-top-fv__slide-pc .p-top-fv--card[data-card="7"] .p-top-fv--detail {
  opacity: 0 !important;
}

.p-top-fv__slide-sp {
  position: relative;
  overflow: visible;
}

.p-top-fv__slide-sp .swiper-wrapper {
  overflow: visible;
  padding-top: 30px;
}

.p-top-fv__slide-sp .p-top-fv--card {
  opacity: 0 !important;
}

.p-top-fv__slide-sp .swiper-slide-visible,
.p-top-fv__slide-sp .swiper-slide-prev,
.p-top-fv__slide-sp .swiper-slide-next {
  opacity: 1 !important;
}

.p-top-tag {
  padding-bottom: 64px;
}

.p-top-tag--contents {
  max-width: 1300px;
  padding: 0px 30px;
  margin: auto;
  text-align: center;
}

.p-top-whatsbuy {
  background-color: #e2e0e4;
  padding-top: 105px;
}

.p-top-whatsbuy .c-heading {
  margin-bottom: 32px;
}

.p-top-podcast {
  background-color: #fff;
  padding-top: 105px;
  padding-bottom: 90px;
}

.p-top-podcast .c-heading {
  margin-bottom: 48px;
}

.p-top-podcast__contents {
  max-width: 765px;
  margin: auto;
  padding: 0pc 30px;
}

.p-top-features {
  background-color: #ff0;
  padding-top: 67px;
}

.p-top-features .c-heading {
  margin-bottom: -17px;
}

.p-top-features--item {
  padding: 32px 30px 40px 40px;
  border-bottom: solid 1px #000;
}

.p-top-features--contents {
  max-width: 980px;
  padding: 0px 30px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-features--contents:hover .p-top-features--data,
.p-top-features--contents:hover .p-top-features--title {
  text-decoration: underline;
}

.p-top-features--img {
  width: 60%;
  height: 343px;
  overflow: hidden;
}

.p-top-features--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top-features--detail {
  width: 40%;
  padding-left: 40px;
}

.p-top-features--catname {
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 24px;
  letter-spacing: 0;
}

.p-top-features--data {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 32px;
}

.p-top-features--title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 10px;
}

.p-top-features--pagenation {
  padding: 56px 0px 75px 0px;
}

.p-top-news {
  padding-top: 70px;
}

.p-top-news .c-heading {
  margin-bottom: 30px;
}

.p-advertising-sec .c-title-page {
  margin-bottom: 64px;
}

.p-advertising-sec .c-btn {
  margin-top: 64px;
}

.p-search-result {
  border-bottom: solid 1px #000;
  padding-bottom: 94px;
  margin-bottom: 48px;
}

.p-search-result--contents {
  max-width: 620px;
  padding: 0px 30px;
  margin: auto;
  margin-top: 64px;
}

.p-search-result--contents h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0px;
}

.p-search-result--contents p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 64px;
  letter-spacing: 0px;
}

.p-single {
  margin-top: 60px;
}

.p-single-contents {
  max-width: 1420px;
  padding: 0px 80px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-side {
  width: 270px;
  border-right: solid 1px #000;
  padding-right: 40px;
  padding-top: 48px;
}

.p-single-side__profile--col:not(:first-child) {
  margin-top: 64px;
}

.p-single-side__profile--img {
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  overflow: hidden;
}

.p-single-side__profile p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  word-break: break-all;
}

.p-single-side__profile a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-single-side__profile--title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 16px;
}

.p-single-side__profile--txt {
  margin-top: 16px;
}

.p-single-main {
  width: calc(100% - 270px);
  padding-top: 48px;
  padding-left: 80px;
  padding-bottom: 60px;
}

.p-single-main--title {
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-top: 48px;
  padding: 7px 20px;
}

.p-single-main__meta {
  margin-top: 4px;
  margin-left: -10px;
}

.p-single-main__meta .c-tag--list {
  display: inline-block;
}

.p-single-main__meta--date {
  display: inline-block;
}

.p-single-main__contents {
  margin-top: 30px;
}

.p-single-main__contents p {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: .3px;
}

.p-single-main__contents a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-single-main__contents__iframe {
  position: relative;
  width: 100%;
  margin-top: 64px;
}

.p-single-pagenation {
  border-top: solid 1px #000;
  padding: 86px 0px;
}

.p-single-pagenation--contents {
  max-width: 620px;
  padding: 0px 30px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-pagenation--arrow {
  margin-right: 0;
  width: 32px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.p-single-pagenation--next {
  background-image: url("../images/common/slide_arrow_next@2x.webp");
}

.p-single-pagenation--prev {
  background-image: url("../images/common/slide_arrow_prev@2x.webp");
}

.p-single-whatsbuy {
  background-color: #e2e0e4;
}

.p-single-whatsbuy--img {
  position: relative;
}

.p-single-whatsbuy--img img {
  border: solid 1px #000;
}

.p-single-whatsbuy--img .p-single-pagenation--arrow {
  display: none;
}

.p-single-whatsbuy--img .p-single-pagenation--prev {
  right: calc(100% + 24px);
}

.p-single-whatsbuy--img .p-single-pagenation--next {
  left: calc(100% + 24px);
}

.p-single-whatsbuy .p-single-main--detail {
  max-width: 560px;
}

.p-single-podcast {
  background-color: #fff;
}

.p-single-podcast .p-single-main--detail {
  max-width: 705px;
}

.p-single-podcast .p-single-main--title {
  background-color: #c8c8c8;
}

.p-single-features {
  background-color: #ff0;
}

.p-single-features .p-single-side .c-tag--list {
  margin-left: -10px;
}

.p-single-features__fv {
  margin-bottom: 64px;
}

.p-single-features__fv--category {
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 24px;
  padding-left: 38.5px;
  letter-spacing: 0px;
}

.p-single-features__fv--title {
  font-size: 48px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0px;
}

.p-single-features__fv .c-tag--list {
  display: none;
}

.p-single-features__fv--date {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 9px;
  letter-spacing: 0px;
}

.p-single-features__fv--img {
  margin-top: 24px;
}

.p-single-features__fv--caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  padding: 0px 38.5px;
  letter-spacing: 0;
}

.p-single-features__fv--txt {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
}

.p-single-features__contents img {
  max-width: 560px;
}

.p-single-features__contents img:not(:first-child) {
  margin-top: 64px;
}

.p-single-features__contents p {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 560px;
  text-align: justify;
  letter-spacing: 0;
}

.p-single-features__contents a {
  text-decoration: underline;
}

.p-single-features__side h3 {
  font-family: "Oswald",sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.p-single-features__side--caption {
  margin-top: 24px;
}

.p-single-features__side--caption p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.p-single-features .swiper-slide {
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-single-features-slide {
  background-color: #fff;
}

.p-single-features-slide--items {
  margin-top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-single-features-slide--item {
  width: auto;
}

.p-single-features-slide--item img {
  width: 100%;
  height: 450px;
}

.p-single-features-slide__arrows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  padding: 17px 30px 20px 30px;
  max-width: 1290px;
}

.p-single-features-slide__arrows .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.p-single-features-slide-deactive .swiper-wrapper {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-single-features-slide-deactive .swiper-slide {
  margin-right: 8px;
}

.p-single-features-slide-deactive .p-single-features-slide__arrows {
  opacity: 0;
  pointer-events: none;
}

.p-single-features-information {
  padding-top: 38px;
  padding-bottom: 64px;
  border-bottom: solid 1px #000;
}

.p-single-features-information--contents {
  max-width: 620px;
  padding: 0px 30px;
  margin: auto;
  margin-top: 48px;
}

.p-single-features-information--contents p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.p-single-features-information--contents a {
  word-break: break-all;
}

.p-single-features-information--contents a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-single-features-related {
  padding-bottom: 57px;
}

.p-single-features-related h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 30px;
}

.single .l-footer {
  padding-top: 0;
  margin-top: 0;
}

.p-taxonomy-sec {
  margin-top: 57px;
}

.p-taxonomy-sec .c-heading {
  margin-bottom: 32px;
}

.p-taxonomy-tags {
  max-width: 1300px;
  padding: 0px 30px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

.p-taxonomy-pagenation {
  padding-top: 75px;
}

.p-underconstruction {
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 30px;
}

.p-underconstruction-txt {
  margin-top: 30px;
  font-weight: normal;
  font-family: "Oswald",sans-serif;
}

.p-underconstruction-txt span {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.p-underconstruction-sns {
  text-align: center;
  margin-top: 37px;
}

.p-underconstruction-sns--off {
  display: block;
}

.p-underconstruction-sns--on {
  display: none;
}

.p-underconstruction-sns li {
  display: inline-block;
  margin: 0px 27px;
}

.p-underconstruction-sns li a {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  background-color: unset;
  display: inline-block;
  position: relative;
}

.p-underconstruction-sns li a:hover {
  background-color: #000;
}

.p-underconstruction-sns li a:hover .p-underconstruction-sns--off {
  display: none;
}

.p-underconstruction-sns li a:hover .p-underconstruction-sns--on {
  display: block;
}

.p-underconstruction-sns li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  font-family: "Noto Sans JP",sans-serif;
  background-color: #c8c8c8;
  width: 100vw;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-min {
  display: none !important;
}

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

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

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

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

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

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

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

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

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

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

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

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

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

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

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

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: -150px;
  }

  .c-anchor--fadeup {
    top: -200px;
  }

  .c-form__label {
    margin-bottom: 0px;
  }

  .c-form__label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__select {
    font-size: 16px;
  }

  .c-modal__close {
    height: 64px;
    width: 40px;
    top: 18px;
    right: 35px;
  }

  .c-modal__close span {
    width: 23px;
    height: 2px;
    top: 30px;
    left: 10px;
  }

  .p-top-fv--detail:hover * {
    opacity: .7;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-pc-hide-min {
    display: none !important;
  }

  .u-sp-hide-min {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .p-top-fv h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 2300px)and (max-height: 780px) {
  .p-top-fv--container {
    width: 190vh;
  }

  .p-top-fv h3 {
    font-size: .85vw;
  }
}

@media screen and (max-width: 1500px)and (max-height: 780px) {
  .p-top-fv h3 {
    font-size: 1.15vw;
  }
}

@media screen and (max-width: 1490px) {
  .c-breadcrumb {
    margin: 10px auto 10px auto;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1350px) {
  .l-header__logo-area {
    width: calc(100% - 540px);
  }
}

@media screen and (max-width: 1300px)and (max-height: 780px) {
  .p-top-fv--container {
    width: 160vh;
  }

  .p-top-fv h3 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1120px)and (max-height: 780px) {
  .p-top-fv--container {
    width: 130vh;
  }
}

@media screen and (max-width: 1120px) {
  .p-top-fv--container {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 1110px) {
  .c-cv-recruit__detailwrap {
    max-width: 380px;
  }

  .c-cv-recruit__detailwrap .c-title__gradation--gothic {
    font-size: 31px;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__logo-area {
    width: calc(100% - 460px);
  }

  .l-header__serchform {
    width: 200px;
  }

  .l-header__langage {
    right: 100px;
  }

  .l-header__langage--en {
    margin-right: 9px;
  }
}

@media screen and (max-width: 960px)and (max-height: 780px) {
  .p-top-fv--container {
    width: 100vh;
  }

  .p-top-fv h3 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .c-breadcrumb {
    margin-left: 0;
  }

  .c-breadcrumb li {
    font-size: 12px;
  }

  .c-btn {
    padding: 7px 15px;
  }

  .c-btn span {
    font-size: 16px;
  }

  .c-cv-contact {
    background-size: 125%;
  }

  .c-cv-contact__contents {
    padding: 20px 40px;
  }

  .c-cv-contact__detail {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .c-cv-contact__detail--txt {
    width: 100%;
    text-align: center;
  }

  .c-cv-contact__detail--txt h3 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }

  .c-cv-contact__detail--txt h3 span {
    margin-bottom: 15px;
  }

  .c-cv-contact__detail--txt .c-txt {
    margin-top: 0px;
  }

  .c-cv-contact__detail--btn {
    width: 100%;
    margin-top: 35px;
  }

  .c-cv-contact__detail--btn .c-btn {
    margin: auto;
  }

  .c-cv-recruit {
    height: auto;
    padding: 50px 30px;
    background-image: url("../images/common/footerlink_sp@2x.webp");
  }

  .c-cv-recruit__imgwrap {
    height: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    gap: 7px;
    margin-top: 20px;
  }

  .c-cv-recruit__img {
    width: 50%;
    left: auto;
    right: auto;
  }

  .c-cv-recruit__detailwrap {
    padding-top: 0px;
  }

  .c-cv-recruit__detailwrap .c-title__gradation--gothic {
    font-size: 26px;
  }

  .c-cv-recruit--btn {
    margin-top: 25px;
  }

  .c-form__dl {
    display: block;
    padding: 30px 10px;
  }

  .c-form__dt {
    display: block;
    width: 100%;
  }

  .c-form__title {
    display: block;
    margin-bottom: 10px;
  }

  .c-form__dd {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }

  .c-form__dd label {
    line-height: 135%;
  }

  .c-form__input {
    max-width: 100%;
  }

  .c-form__required {
    left: 0;
  }

  .c-form__cf7--checkbox .wpcf7-list-item label {
    margin-bottom: 15px;
  }

  .c-form__cf7--checkbox .wpcf7-list-item label:not(:last-child) {
    margin-right: 0px;
  }

  .c-form__cf7--radio .wpcf7-list-item label {
    margin-bottom: 15px;
  }

  .c-form__cf7--radio .wpcf7-list-item label:not(:last-child) {
    margin-right: 0px;
  }

  .c-heading {
    padding-bottom: 15px;
  }

  .c-heading--container {
    padding: 0px 12px;
  }

  .c-pagenation {
    gap: 26px;
  }

  .c-pagenation li a {
    font-size: 15px;
  }

  .c-pagenation__arrow {
    width: 19px;
    height: 9px;
    margin-top: 8px;
  }

  .c-tag {
    font-size: 13px;
  }

  .c-tag--list li {
    margin: 6px;
  }

  .c-title-sec--sub {
    font-size: 12px;
  }

  .c-title-sec--main {
    font-size: 28px;
    top: -14px;
  }

  .c-title-sec--s {
    font-size: 12px;
  }

  .c-title-page {
    font-size: 24px;
  }

  .c-title-page span {
    font-size: 12px;
    margin-left: 8px;
  }

  .c-toggle__btn {
    max-width: 350px;
  }

  .c-toggle__contents {
    width: 82%;
    max-width: 300px;
  }

  .c-toggle__item--img {
    width: auto;
  }

  .c-txt {
    font-size: 16px;
  }

  .l-footer {
    margin-top: 47px;
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .l-footer--contents {
    padding: 0px 24px;
    margin-top: 30px;
  }

  .l-footer__menu--wrapper {
    display: block;
    margin-top: 40px;
  }

  .l-footer__menu--main li {
    margin-top: 16px;
  }

  .l-footer__menu--main li a {
    font-size: 20px;
  }

  .l-footer__menu--sub li {
    margin-top: 20px;
  }

  .l-footer__menu--sub li a {
    font-size: 15px;
  }

  .l-footer__menu--sub li a span {
    font-size: 10px;
  }

  .l-footer__menu--sns {
    margin: 37px 0px;
  }

  .l-footer__menu--sns li {
    margin: 0px 20px;
  }

  .l-footer__menu--sns li a {
    width: 40px;
    height: 40px;
  }

  .l-footer__menu--sns li img {
    width: 30px;
  }

  .l-footer--copyright {
    font-size: 12px;
    margin-top: 40px;
  }

  .l-footer--logo {
    margin: auto;
    margin-top: 42px;
    width: calc(100% - 24px);
  }

  .g-nav {
    width: 250px;
    padding-top: 90px;
    z-index: 50;
  }

  .g-nav__menu--bottom {
    padding-top: 24px;
    margin-top: 24px;
  }

  .g-nav__menu--bottom .g-nav__item {
    margin-bottom: 28px;
  }

  .g-nav__item {
    margin-bottom: 16px;
  }

  .g-nav__link {
    font-size: 20px;
    letter-spacing: 0;
  }

  .g-nav__link--instagram {
    width: 29px;
  }

  .g-nav__link--x {
    width: 28px;
  }

  .g-nav__sns {
    width: 40px;
    height: 40px;
  }

  .g-nav__sns img {
    width: 30px;
  }

  .l-header {
    padding-top: 50px;
    padding-bottom: 0px;
    height: auto;
  }

  .l-header__logo-area {
    left: auto;
    right: 56px;
    top: -3px;
    -webkit-transform: none;
    transform: none;
    width: 62%;
    margin: auto;
    padding: 0px;
  }

  .l-header__logo--img {
    width: 100%;
  }

  .l-header__serchform {
    bottom: auto;
    top: -3px;
    width: calc(100% - (64% + 60px));
  }

  .l-header__langage {
    bottom: auto;
    top: -7px;
    right: 71px;
    transition: none;
    opacity: 0;
  }

  .l-header__langage--button {
    font-size: 16px;
    width: 38px;
    height: 24px;
  }

  .l-header--search-active .l-header__serchform {
    width: calc(100% - 60px) !important;
    top: -5px !important;
  }

  .l-header--lg {
    padding-bottom: 24px;
  }

  .l-header--lg .l-header__logo-area {
    padding: 0px;
    width: calc(100% - 24px);
    bottom: 0;
    right: auto !important;
    position: relative;
  }

  .l-header--lg .l-header__serchform {
    width: 130px;
    top: -13px;
  }

  .l-header--lg .nav-btn {
    top: 0px;
    top: 4px !important;
    right: 8px !important;
  }

  .l-items-postlist--new {
    font-size: 12px;
    width: 30px;
    height: 30px;
    top: -7px;
    right: -6px;
    line-height: 30px;
    padding: 0px 0px 0px 3px;
  }

  .l-items-postlist--catname {
    font-size: 13px;
    margin-top: 8px;
  }

  .l-items-postlist--date {
    font-size: 13px;
    margin-top: 0;
  }

  .l-items-postlist--title {
    font-size: 14px;
    margin-top: 0;
    height: 40px;
    position: relative;
    line-height: 20px;
  }

  .l-items-postlist--static {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }

  .l-items-postlist-slide__arrows {
    margin-top: 45px;
    padding: 0px 0px 22px 0px;
  }

  .l-items-postlist-slide__arrows--button {
    width: 19px;
    height: 9px;
  }

  .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .main-block {
    padding-top: 92px;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 24px;
  }

  .l-page-sec {
    padding-top: 32px;
  }

  .l-page-container {
    padding: 0px 62.5px;
  }

  .page .main-block {
    padding-top: 55px;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    top: 4px;
    right: 10px;
  }

  .nav-btn--inner {
    top: -8px;
  }

  .nav-btn__line {
    width: 30px;
  }

  .nav-btn__line:nth-of-type(2) {
    top: 28px;
  }

  .nav-btn__line:nth-of-type(3) {
    top: 35px;
  }

  .l-search--box--close {
    top: 13px;
  }

  .l-search--form {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .l-search--input {
    height: 28px;
  }

  .l-search--button {
    width: 48px;
    height: 43px;
    background-size: 21px;
    background-position: 4px 18px;
  }

  .p-contact .c-pageheader--intro {
    margin-top: 32px;
  }

  .p-contact-sec {
    width: calc(100% - 40px);
    margin: auto;
  }

  .p-contact-sec .c-form {
    margin-top: 17px;
  }

  .p-contact-privacypolicy {
    margin-top: 85px;
  }

  .p-contact-privacypolicy--wrap {
    padding: 0px 20px;
  }

  .p-contact-privacypolicy--inner {
    padding: 25px 0px;
  }

  .p-contact-privacypolicy--inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
  }

  .p-contact-attention {
    margin-top: 25px;
    padding: 0px 10px;
  }

  .p-contact-submit {
    margin: auto;
    margin-top: 25px;
    max-width: 300px;
  }

  .p-top-fv {
    height: calc(100vh - 140px);
  }

  .p-top-fv--container {
    padding: 0 13px;
    min-width: auto;
  }

  .p-top-fv--tag {
    right: -18px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 6px;
    letter-spacing: 0px;
    padding: 7px 5px 7px 6px;
  }

  .p-top-fv h3 {
    font-size: 16px;
    width: 90%;
  }

  .p-top-fv--img {
    max-height: none;
  }

  .p-top-fv--card {
    height: calc(var(--vh)*100 - 140px);
    max-height: none;
    min-height: none;
    padding: 0px 27px 0px 11px;
  }

  .p-top-fv__contents--pc {
    display: none;
  }

  .p-top-fv__contents--sp {
    display: block;
  }

  .p-top-fv__slide-sp .swiper-wrapper {
    height: calc(var(--vh)*100 - 200px);
  }

  .p-top-tag {
    padding-bottom: 32px;
  }

  .p-top-tag--contents {
    padding: 0px 24px;
    text-align: left;
  }

  .p-top-whatsbuy {
    padding-top: 65px;
  }

  .p-top-whatsbuy .c-heading {
    margin-bottom: 9px;
  }

  .p-top-podcast {
    padding-top: 65px;
    padding-bottom: 42px;
  }

  .p-top-podcast .c-heading {
    margin-bottom: 24px;
  }

  .p-top-podcast__contents {
    padding: 0px 11px;
  }

  .p-top-features {
    padding-top: 42px;
  }

  .p-top-features--item {
    padding: 17px 0px 11px 0px;
  }

  .p-top-features--contents {
    display: block;
    padding: 0px 24px;
  }

  .p-top-features--img {
    width: 100%;
    height: 54vw;
  }

  .p-top-features--detail {
    width: 100%;
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 8px;
  }

  .p-top-features--catname {
    margin-top: 0;
    font-size: 13px;
    line-height: 27px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-top-features--data {
    font-size: 13px;
    line-height: 24px;
    margin-top: 0;
    letter-spacing: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-top-features--title {
    margin-top: 0;
    font-size: 15px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
    letter-spacing: 0px;
  }

  .p-top-features--pagenation {
    padding: 28px 0px 41px 0px;
  }

  .p-top-news {
    padding-top: 36px;
  }

  .p-top-news .c-heading {
    margin-bottom: 9px;
  }

  .p-advertising-sec .c-title-page {
    margin-bottom: 32px;
  }

  .p-advertising-sec .c-btn {
    margin-top: 32px;
    width: 100%;
  }

  .p-search-result {
    padding-bottom: 49px;
    margin-bottom: 9px;
  }

  .p-search-result--contents {
    padding: 0px 64px;
    margin-top: 32px;
  }

  .p-search-result--contents h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .p-search-result--contents p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 32px;
  }

  .p-single {
    margin-top: 25px;
  }

  .p-single-contents {
    display: block;
    padding: 0;
  }

  .p-single-side {
    width: 100%;
    border-right: 0px;
    border-top: solid 1px #000;
    padding: 24px 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-single-side__profile--col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-single-side__profile--col:not(:first-child) {
    margin-top: 32px;
  }

  .p-single-side__profile--info {
    width: calc(100% - 75px);
    padding-left: 16px;
  }

  .p-single-side__profile--img {
    width: 75px;
    height: 75px;
  }

  .p-single-side__profile p {
    font-size: 12px;
  }

  .p-single-side__profile--title {
    margin-top: 0;
    font-size: 16px;
  }

  .p-single-side__profile--txt {
    margin-top: 8px;
  }

  .p-single-main {
    width: 100%;
    padding-top: 26px;
    padding-left: 62px;
    padding-right: 62px;
    padding-bottom: 32px;
  }

  .p-single-main--title {
    margin-top: 24px;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 19px;
    padding: 4px 15px;
  }

  .p-single-main__meta {
    margin-top: -4px;
    margin-left: -6px;
  }

  .p-single-main__meta--date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .p-single-main__contents {
    margin-top: 0;
  }

  .p-single-main__contents p {
    font-size: 16px;
    line-height: 26.3px;
  }

  .p-single-main__contents__iframe {
    margin-top: 38px;
  }

  .p-single-main__contents__iframe--vertical {
    padding-top: 178.25%;
  }

  .p-single-main__contents__iframe--holizonal {
    padding-top: 56.25%;
  }

  .p-single-main__contents__iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .p-single-pagenation {
    padding: 40px 0px;
  }

  .p-single-pagenation--arrow {
    width: 22px;
    height: 11px;
    margin-top: 8px;
  }

  .p-single-whatsbuy--img .p-single-pagenation--arrow {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-single-podcast .p-single-main {
    padding-left: 47px;
    padding-right: 47px;
  }

  .p-single-features .p-single-main {
    padding: 24px 24px 0px 24px;
  }

  .p-single-features .p-single-side .c-tag--list {
    margin-left: -6px;
  }

  .p-single-features .p-single-side {
    display: none;
  }

  .p-single-features__fv--title {
    font-size: 24px;
    padding: 0px 38.5px;
    margin-top: 7px;
  }

  .p-single-features__fv .c-tag--list {
    padding-left: 38.5px;
    padding-right: 38.5px;
    display: inline-block;
    margin-top: 10px;
    margin-left: -6px;
  }

  .p-single-features__fv .c-tag--list li {
    margin: 6px 3px;
  }

  .p-single-features__fv--date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    padding-right: 38.5px;
  }

  .p-single-features__fv--img {
    margin-top: 0;
  }

  .p-single-features__fv--caption {
    margin-top: 6px;
  }

  .p-single-features__fv--txt {
    font-size: 16px;
    padding: 0px 38.5px;
    margin-top: 24px;
  }

  .p-single-features__contents img:not(:first-child) {
    margin-top: 38px;
  }

  .p-single-features__contents img {
    max-width: none;
    width: 100%;
  }

  .p-single-features__contents p {
    max-width: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 16px;
  }

  .p-single-features-slide {
    margin-top: 32px;
    padding-bottom: 20px;
  }

  .p-single-features-slide--item img {
    height: 175px;
    width: auto;
  }

  .p-single-features-slide__arrows {
    padding: 17px 17px 0px 17px;
  }

  .p-single-features-information {
    padding: 16px 0 32px 0;
  }

  .p-single-features-information--wrapper {
    padding: 0px 62.5px;
  }

  .p-single-features-information--contents {
    padding: 0px;
    margin-top: 23px;
  }

  .p-single-features-information--contents p {
    font-size: 14px;
  }

  .p-single-features-related h3 {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
  }

  .p-taxonomy-sec {
    margin-top: 25px;
  }

  .p-taxonomy-sec .c-heading {
    margin-bottom: 9px;
  }

  .p-taxonomy-tags {
    padding: 0px 18px;
    text-align: left;
    margin-bottom: 0px;
  }

  .p-taxonomy-tags .c-tag--list li {
    margin: 7px 4px;
  }

  .p-taxonomy-pagenation {
    padding-top: 20px;
  }

  .p-underconstruction-sns {
    margin: 37px 0px;
  }

  .p-underconstruction-sns li {
    margin: 0px 20px;
  }

  .p-underconstruction-sns li a {
    width: 40px;
    height: 40px;
  }

  .p-underconstruction-sns li img {
    width: 30px;
  }
}

@media screen and (max-width: 768px)and (max-width: 500px) {
  .l-header {
    padding-top: 11vw;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px)and (max-height: 780px) {
  .p-top-fv--container {
    width: 100vw;
  }

  .p-top-fv h3 {
    font-size: 16px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}