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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
@-webkit-keyframes scrline-pc {
  0% {
    top: auto;
    bottom: 0;
    height: 4.1666666667vw;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  51% {
    top: 2.1875vw;
    bottom: auto;
    height: 0;
  }
  100% {
    top: 2.1875vw;
    bottom: auto;
    height: 4.1666666667vw;
  }
}
@keyframes scrline-pc {
  0% {
    top: auto;
    bottom: 0;
    height: 4.1666666667vw;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  51% {
    top: 2.1875vw;
    bottom: auto;
    height: 0;
  }
  100% {
    top: 2.1875vw;
    bottom: auto;
    height: 4.1666666667vw;
  }
}
@-webkit-keyframes scrline-tab {
  0% {
    top: auto;
    bottom: 0;
    height: 53.3328px;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  51% {
    top: 27.99972px;
    bottom: auto;
    height: 0;
  }
  100% {
    top: 27.99972px;
    bottom: auto;
    height: 53.3328px;
  }
}
@keyframes scrline-tab {
  0% {
    top: auto;
    bottom: 0;
    height: 53.3328px;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  51% {
    top: 27.99972px;
    bottom: auto;
    height: 0;
  }
  100% {
    top: 27.99972px;
    bottom: auto;
    height: 53.3328px;
  }
}
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-text-size-adjust: none;
}
@media print, screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    min-width: 1280px;
    overflow-x: scroll;
  }
}
body:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../images/pc/bg_kaminari.png") no-repeat top center/contain;
  pointer-events: none;
  z-index: -1;
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  body:before {
    width: 1075.98924px;
    height: 693.3264px;
  }
}
@media print, screen and (min-width: 768px) {
  body:before {
    width: 84.0625vw;
    height: 54.1666666667vw;
  }
}
@media print, screen and (max-width: 767px) {
  body:before {
    width: 100vw;
    height: 143.4895833333vw;
    background: url("../../images/sp/bg_kaminari.png") no-repeat top center/contain;
  }
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

.resizing *,
.resizing *::before,
.resizing *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_b {
    display: none !important;
  }
}

.pc_i {
  display: inline !important;
}
@media print, screen and (max-width: 768px) {
  .pc_i {
    display: none !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.pc_f {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}
@media print, screen and (max-width: 768px) {
  .pc_f {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_b {
    display: block !important;
  }
}

.sp_i {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.sp_f {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_f {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.deco-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .deco-edge.responsive.sp span {
    display: block;
  }
  .deco-edge.responsive.sp span:before, .deco-edge.responsive.sp span:after {
    width: 3.125vw;
    height: 3.125vw;
  }
  .deco-edge.responsive.sp span:before {
    top: -0.1302083333vw;
    left: -0.1302083333vw;
  }
  .deco-edge.responsive.sp span:after {
    top: -0.1302083333vw;
    right: -0.1302083333vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .deco-edge.responsive span {
    height: 27.99972px;
  }
}
@media print, screen and (min-width: 768px) {
  .deco-edge.responsive span {
    height: 2.1875vw;
  }
}
@media print, screen and (max-width: 767px) {
  .deco-edge.responsive span {
    display: none;
  }
}
.deco-edge.responsive span:before, .deco-edge.responsive span:after {
  width: 1.25vw;
  height: 1.25vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .deco-edge.responsive span:before, .deco-edge.responsive span:after {
    width: 15.99984px;
    height: 15.99984px;
  }
}
.deco-edge.responsive span:before {
  top: 0;
  left: -0.0520833333vw;
}
.deco-edge.responsive span:after {
  top: 0;
  right: -0.0520833333vw;
}
.deco-edge span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .deco-edge span {
    height: 42px;
  }
}
@media print, screen and (max-width: 767px) {
  .deco-edge span {
    display: none;
  }
}
.deco-edge span:before, .deco-edge span:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M42%200C15.027%206.254%205.64%2015.293%200%2042V0h42Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
.deco-edge span:before {
  top: 0;
  left: -1px;
}
.deco-edge span:after {
  top: 0;
  right: -1px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.deco-edge span.top {
  top: 0;
}
.deco-edge span.bottom {
  bottom: 0;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*-------------------------------------------------------------------*/
/* st-Contents */
/*-------------------------------------------------------------------*/
.st-Contents {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .st-Contents {
    padding: 81px 0 124px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Contents {
    padding: 13.0208333333vw 0 14.84375vw;
  }
}
.st-Contents:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.st-Contents.lower {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .st-Contents.lower {
    padding: 81px 0 124px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Contents.lower {
    padding: 13.0208333333vw 0 15.625vw;
  }
}
.st-Contents.lower .deco-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/pc/bg_pattern.png") repeat-y top center/1724px 1080px;
  pointer-events: none;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .st-Contents.lower .deco-pattern {
    display: none;
  }
}

/*-------------------------------------------------------------------*/
/* st-Header */
/*-------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .st-Header.scrolled .st-Header_Inner {
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header.scrolled .st-Header_Inner {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header.scrolled .st-Header_Inner .header-logo a {
    width: 275px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header.scrolled .st-Header_Inner .header-nav_item a {
    height: 63px;
  }
}
.st-Header_Inner {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner {
    height: 81px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #000;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .st-Header_Inner {
    position: absolute;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-logo_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: calc(13.0208333333vw + 1px);
    padding: 0 0 0 3.3854166667vw;
    background: #fff;
    border-bottom: 1px solid #000;
  }
}
.st-Header_Inner .header-logo a {
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-logo a {
    width: 395px;
    height: 43px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-logo a {
    width: 64.453125vw;
    height: 7.03125vw;
  }
}
@media (any-hover: hover) {
  .st-Header_Inner .header-logo a:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 0.8;
  }
}
.st-Header_Inner .header-logo a img {
  will-change: transform;
}
.st-Header_Inner .header-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.625vw;
  height: 13.0208333333vw;
  background: #000;
  z-index: 9;
}
.st-Header_Inner .header-hamburger.open span:before {
  top: 42%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.st-Header_Inner .header-hamburger.open span:after {
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.st-Header_Inner .header-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.8125vw;
  height: 2.0833333333vw;
}
.st-Header_Inner .header-hamburger span:before, .st-Header_Inner .header-hamburger span:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.8125vw;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.st-Header_Inner .header-hamburger span:before {
  top: 0;
}
.st-Header_Inner .header-hamburger span:after {
  bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/common/bg_pattern_orange.png") repeat top center/93.75vw 93.75vw;
    opacity: 0;
    pointer-events: none;
    z-index: -8;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Header_Inner .header-nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  .st-Header_Inner .header-nav.open .header-nav_deco .text,
.st-Header_Inner .header-nav.open .header-nav_deco .shapes {
    opacity: 1;
    -webkit-transform: translateY(0vw);
    transform: translateY(0vw);
  }
  .st-Header_Inner .header-nav.open .header-nav_deco .text {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
  }
  .st-Header_Inner .header-nav.open .header-nav_deco .shapes {
    -webkit-transition: 0.8s ease 0.4s;
    transition: 0.8s ease 0.4s;
  }
  .st-Header_Inner .header-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60.9375vw;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_deco {
    display: none;
  }
}
.st-Header_Inner .header-nav_deco .text {
  position: absolute;
  top: 16.9270833333vw;
  right: 0;
  -webkit-transform: translateY(2.6041666667vw);
  transform: translateY(2.6041666667vw);
  width: 20.703125vw;
  height: 87.7604166667vw;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22159%22%20height%3D%22674%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%22.02%22%20d%3D%22M162.203%20156.063H4v-32.579h95.625L55.563%2083.172v-9.375l44.062-40.781H4V.438h158.203v11.015L92.359%2078.484l69.844%2066.563v11.016ZM97.281%20304.891H70.797v-69.375H32.828v78.515H4V202.938h157.031v111.093h-28.125v-78.515H97.281v69.375Zm63.75%20188.672H2.828v-11.719l95.86-93.047H4v-32.578h158.203v11.719l-97.266%2093.046h96.094v32.579Zm.469%20180.234H66.11c-13.594%200-25.313-3.047-35.157-9.141-9.687-5.937-17.187-14.062-22.5-24.375C3.297%20630.125.72%20618.719.72%20606.063c0-12.657%202.578-24.141%207.734-34.454%205.313-10.312%2012.813-18.515%2022.5-24.609%209.844-5.937%2021.563-8.906%2035.156-8.906H161.5v32.578H67.984c-12.03%200-21.093%203.203-27.187%209.609-5.938%206.563-8.828%2015.157-8.672%2025.782%200%2010.468%202.969%2018.984%208.906%2025.546%205.938%206.563%2014.922%209.844%2026.953%209.844H161.5v32.344Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.st-Header_Inner .header-nav_deco .shapes {
  content: "";
  position: absolute;
  top: 13.0208333333vw;
  right: 0;
  -webkit-transform: translateY(2.6041666667vw);
  transform: translateY(2.6041666667vw);
  width: 99.8697916667vw;
  height: 153.6458333333vw;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22767%22%20height%3D%221180%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M654%2070h6v6h-6zM666%2070h6v6h-6zM654%2082h6v6h-6zM666%2082h6v6h-6zM656%20626h-14v-2h14zM682%20626h-14v-2h14zM708%20626h-14v-2h14zM570%20153h-14v-2h14zM568%20544h-14v-2h14z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M562%20550h-2v-14h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease 0.1s;
  transition: 0.4s ease 0.1s;
}
.st-Header_Inner .header-nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_list {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_list_wrapper {
    position: relative;
    width: 100vw;
    height: 100%;
    padding: 23.828125vw 39.0625vw 13.0208333333vw 18.2291666667vw;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.st-Header_Inner .header-nav_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item a {
    height: 80px;
    padding: 0 15px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item a {
    padding: 3.90625vw 0;
  }
}
@media (any-hover: hover) {
  .st-Header_Inner .header-nav_item a:hover span:not(.contact) {
    color: #F8871E;
  }
}
.st-Header_Inner .header-nav_item a span {
  position: relative;
  display: block;
  font-family: "Sen", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item a span {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item a span {
    font-size: 5.2083333333vw;
  }
}
.st-Header_Inner .header-nav_item a span:not(.contact):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23F8871E%22%20d%3D%22M0%20.5h3v3H0zM6%20.5h3v3H6zM0%206.5h3v3H0zM6%206.5h3v3H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item a span:not(.contact):before {
    left: 0px;
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item a span:not(.contact):before {
    left: -4.4270833333vw;
    width: 2.2135416667vw;
    height: 2.2135416667vw;
  }
}
.st-Header_Inner .header-nav_item a.current {
  color: #F8871E;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item a.current span {
    padding: 0 0 0 18px;
  }
}
.st-Header_Inner .header-nav_item a.current span:before {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item.contact {
    margin: 0 0 0 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item.contact {
    margin: 14.3229166667vw 0 0;
  }
}
.st-Header_Inner .header-nav_item.contact a {
  color: #FFF;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item.contact a {
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item.contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 63.5416666667vw;
    height: 15.625vw;
    padding: 0;
  }
}
@media (any-hover: hover) {
  .st-Header_Inner .header-nav_item.contact a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Header_Inner .header-nav_item.contact a:hover {
    background: #f8871e;
  }
}
.st-Header_Inner .header-nav_item.contact a span {
  position: relative;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item.contact a span {
    padding: 0 0 0 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item.contact a span {
    padding: 0 0 0 8.0729166667vw;
  }
}
.st-Header_Inner .header-nav_item.contact a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.041%200%209.001%206.427L18%20.017S5.34%200%20.041%200Z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M9.402%208.956a.557.557%200%200%201-.726%200L.001%202.766C0%203.822-.01%2012%20.04%2012H18V2.858L9.402%208.956Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .st-Header_Inner .header-nav_item.contact a span:before {
    width: 18px;
    height: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Header_Inner .header-nav_item.contact a span:before {
    width: 5.2083333333vw;
    height: 3.515625vw;
  }
}

/*-------------------------------------------------------------------*/
/* st-Footer */
/*-------------------------------------------------------------------*/
.st-Footer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .st-Footer {
    padding: 100px 150px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer {
    padding: 16.1458333333vw 15.625vw 8.4635416667vw;
  }
}
.st-Footer .deco-shapes {
  position: absolute;
  bottom: 1.9270833333vw;
  left: 2.0833333333vw;
  width: 95.8333333333vw;
  height: 15.6770833333vw;
  background: url("../../images/pc/deco_footer.png") no-repeat top center/contain;
  pointer-events: none;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .st-Footer .deco-shapes {
    bottom: 1.9270833333vw;
    left: 2.0833333333vw;
    width: 1226.6544px;
    height: 200.66466px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer .deco-shapes {
    display: none;
  }
}
.st-Footer_Inner .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.st-Footer_Inner .footer-corp_logo {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-corp_logo {
    width: 395px;
    height: 43px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-corp_logo {
    width: 66.1458333333vw;
    height: 7.2916666667vw;
    margin: 13.0208333333vw auto 0;
  }
}
@media (any-hover: hover) {
  .st-Footer_Inner .footer-corp_logo {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Footer_Inner .footer-corp_logo:hover {
    opacity: 0.5;
  }
}
.st-Footer_Inner .footer-corp_names p {
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-corp_names p {
    margin: 30px 0 0;
    font-size: 1.7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-corp_names p {
    margin: 5.2083333333vw 0 0;
    font-size: 3.3854166667vw;
    text-align: center;
  }
}
.st-Footer_Inner .footer-corp_names p .address {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-corp_names p .address {
    margin: 24px 0 0;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-corp_names p .address {
    margin: 3.90625vw 0 0;
    font-size: 2.6041666667vw;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav {
    width: 500px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-nav {
    width: 100%;
  }
}
.st-Footer_Inner .footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav ul li:nth-of-type(n+2) {
    margin-left: 52px;
  }
  .st-Footer_Inner .footer-nav ul li:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-nav ul li {
    width: 26.0416666667vw;
  }
  .st-Footer_Inner .footer-nav ul li:nth-of-type(n+3) {
    margin-top: 7.8125vw;
  }
}
.st-Footer_Inner .footer-nav ul li a span {
  position: relative;
  display: block;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav ul li a span {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-nav ul li a span {
    font-size: 4.6875vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Inner .footer-nav ul li a span {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Footer_Inner .footer-nav ul li a span:hover {
    color: #F8871E;
  }
}
.st-Footer_Inner .footer-nav ul li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2210%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23F8871E%22%20d%3D%22M0%20.5h3v3H0zM6%20.5h3v3H6zM0%206.5h3v3H0zM6%206.5h3v3H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav ul li a span:before {
    left: 0px;
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-nav ul li a span:before {
    left: -4.0364583333vw;
    width: 2.2135416667vw;
    height: 2.2135416667vw;
  }
}
.st-Footer_Inner .footer-nav ul li a.current {
  color: #F8871E;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-nav ul li a.current span {
    padding: 0 0 0 18px;
  }
}
.st-Footer_Inner .footer-nav ul li a.current span:before {
  opacity: 1;
}
.st-Footer_Inner .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-bottom {
    margin: 58px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 7.8125vw 0 0;
  }
}
.st-Footer_Inner .footer-copy {
  color: #969696;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-copy {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-copy {
    margin: 7.8125vw 0 0;
    font-size: 2.0833333333vw;
  }
}
.st-Footer_Inner .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.st-Footer_Inner .footer-links li a {
  color: #969696;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-links li a {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-links li a {
    font-size: 2.6041666667vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Inner .footer-links li a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .st-Footer_Inner .footer-links li a:hover {
    color: #F8871E;
  }
}
.st-Footer_Inner .footer-links li:nth-of-type(n+2) {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-links li:nth-of-type(n+2) {
    margin: 0 0 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-links li:nth-of-type(n+2) {
    margin: 0 0 0 5.2083333333vw;
  }
}
.st-Footer_Inner .footer-links li:nth-of-type(n+2):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 1px;
  background: #969696;
}
@media print, screen and (min-width: 768px) {
  .st-Footer_Inner .footer-links li:nth-of-type(n+2):before {
    left: -10px;
    height: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .st-Footer_Inner .footer-links li:nth-of-type(n+2):before {
    left: -2.6041666667vw;
    height: 2.6041666667vw;
  }
}

/*-------------------------------------------------------------------*/
/* sw */
/*-------------------------------------------------------------------*/
.sw-Button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  background: #000;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .sw-Button {
    width: 360px;
    height: 72px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Button {
    width: 57.2916666667vw;
    height: 11.71875vw;
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Button:hover:before {
    right: 20px;
  }
  .sw-Button:hover:after {
    width: 1080px;
    height: 1080px;
    opacity: 1;
    -webkit-transition: width 1s ease-out, height 1s ease-out, opacity 0s;
    transition: width 1s ease-out, height 1s ease-out, opacity 0s;
  }
}
.sw-Button.back:before {
  right: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
@media print, screen and (min-width: 768px) {
  .sw-Button.back:before {
    left: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Button.back:before {
    left: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Button.back:hover:before {
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Button.responsive {
    width: 18.75vw;
    height: 3.75vw;
    font-size: 1.0416666667vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .sw-Button.responsive {
    width: 239.9976px;
    height: 47.99952px;
    font-size: 13.3332px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Button.responsive {
    width: 57.2916666667vw;
    height: 11.71875vw;
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Button.responsive:hover:before {
    right: 1.0416666667vw;
  }
  .sw-Button.responsive:hover:after {
    width: 56.25vw;
    height: 56.25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Button.responsive:before {
    right: 1.5625vw;
    width: 1.0416666667vw;
    height: 0.3125vw;
    width: 1.0416666667vw;
    height: 0.3125vw;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .sw-Button.responsive:before {
    right: 19.9998px;
    width: 13.3332px;
    height: 3.99996px;
    width: 13.3332px;
    height: 3.99996px;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Button.responsive:before {
    right: 3.90625vw;
    width: 3.3854166667vw;
    height: 1.0416666667vw;
    width: 3.3854166667vw;
    height: 1.0416666667vw;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.sw-Button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .sw-Button:before {
    right: 30px;
    width: 20px;
    height: 6px;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Button:before {
    right: 3.90625vw;
    width: 3.3854166667vw;
    height: 1.0416666667vw;
    background-color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.sw-Button:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  background: #F8871E;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: width 0s ease-out 0.6s, height 0s ease-out 0.6s, opacity 0.6s ease-out;
  transition: width 0s ease-out 0.6s, height 0s ease-out 0.6s, opacity 0.6s ease-out;
  z-index: -1;
}

.sw-Pagetitle {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle {
    height: 185px;
    padding: 40px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle {
    height: 26.8229166667vw;
    padding: 7.8125vw 0 0;
  }
}
.sw-Pagetitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/common/bg_pattern_orange.png") repeat top center/720px 720px;
  z-index: -2;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle:before {
    width: 360px;
    height: 360px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle:before {
    width: 39.0625vw;
    height: 39.0625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline {
    height: 39.0625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline .deco .deco-fog {
    top: auto;
    bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline .sw-Pagetitle_Inner .pagetitle-main {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline .sw-Pagetitle_Inner .pagetitle-main span.en {
    height: 25.78125vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline .sw-Pagetitle_Inner .pagetitle-main span.ja.privacypolicy {
    -webkit-transform: translateX(-7.8125vw) translateY(-1.5625vw);
    transform: translateX(-7.8125vw) translateY(-1.5625vw);
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.sp_twoline .sw-Pagetitle_Inner .pagetitle-main span.ja.sitepolicy {
    -webkit-transform: translateY(-1.5625vw);
    transform: translateY(-1.5625vw);
    white-space: nowrap;
  }
}
.sw-Pagetitle.animated .deco-fog {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle.animated .deco-fog {
    width: 580px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle.animated .deco-fog {
    width: 35.4166666667vw;
  }
}
.sw-Pagetitle.animated .deco-text {
  opacity: 0.02;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.sw-Pagetitle.animated .sw-Pagetitle_Inner {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.sw-Pagetitle .deco-fog {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle .deco-fog {
    left: 50%;
    top: 105px;
    -webkit-transform: translateX(-960px);
    transform: translateX(-960px);
    height: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle .deco-fog {
    left: 0;
    top: 16.40625vw;
    height: 10.4166666667vw;
  }
}
.sw-Pagetitle .deco-text {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: #000;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle .deco-text {
    right: 144px;
    font-size: 22rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle .deco-text {
    display: none;
  }
}
.sw-Pagetitle_Inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    width: 960px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner {
    -webkit-transform: translateX(1.3020833333vw);
    transform: translateX(1.3020833333vw);
    width: 92.1875vw;
  }
}
.sw-Pagetitle_Inner .pagetitle-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main {
    margin-left: -130px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main {
    margin-left: -1.3020833333vw;
  }
}
.sw-Pagetitle_Inner .pagetitle-main span {
  display: block;
}
.sw-Pagetitle_Inner .pagetitle-main span.en {
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en {
    height: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en {
    height: 14.3229166667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.news {
    width: 41.2760416667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.services {
    width: 485px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.services {
    width: 69.53125vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.works {
    width: 360px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.works {
    width: 51.5625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.company {
    width: 70.9635416667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.recruit {
    width: 447px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.recruit {
    width: 64.0625vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.contact {
    width: 66.2760416667vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.sitepolicy {
    width: 55.2083333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.en.privacypolicy {
    width: 63.0208333333vw;
  }
}
.sw-Pagetitle_Inner .pagetitle-main span.ja {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.ja {
    height: 55px;
    margin: 26px 0 0 18px;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.ja {
    height: 9.1145833333vw;
    margin: 2.8645833333vw 0 0 3.90625vw;
    font-size: 2.34375vw;
  }
}
.sw-Pagetitle_Inner .pagetitle-main span.ja:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2230%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M11%2024.5H0v-1h11z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6%2029.5H5v-11h1zM35%2024.5H24v-1h11z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M30%2029.5h-1v-11h1zM59%2024.5H48v-1h11z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M54%2029.5h-1v-11h1zM0%200h60v1H0V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-main span.ja:before {
    width: 60px;
    height: 27px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-main span.ja:before {
    width: 9.2447916667vw;
    height: 4.0364583333vw;
  }
}
.sw-Pagetitle_Inner .pagetitle-sub {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  text-align: right;
  color: #000;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  opacity: 0.2;
}
@media print, screen and (min-width: 768px) {
  .sw-Pagetitle_Inner .pagetitle-sub {
    padding-right: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Pagetitle_Inner .pagetitle-sub {
    display: none;
  }
}
.sw-Pagetitle_Inner .pagetitle-sub:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #000;
}

.sw-Subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sw-Subtitle span {
  position: relative;
  display: inline-block;
  font-family: "Sen", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sw-Subtitle span {
    padding: 0 0 20px;
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Subtitle span {
    padding: 0 0 3.3854166667vw;
    font-size: 6.5104166667vw;
  }
}
.sw-Subtitle span.ja {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .sw-Subtitle span.ja {
    font-size: 2.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Subtitle span.ja {
    padding: 0 0 1.5625vw;
    font-size: 4.6875vw;
  }
}
.sw-Subtitle span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #F8871E;
}
@media print, screen and (min-width: 768px) {
  .sw-Subtitle span:before {
    width: 40px;
    height: 2px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Subtitle span:before {
    width: 6.25vw;
    height: 1px;
  }
}

.sw-Box {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sw-Box {
    width: 960px;
    padding: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Box {
    width: 92.1875vw;
    padding: 1.3020833333vw;
  }
}
.sw-Box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  pointer-events: none;
}
.sw-Box .box-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sw-Box .box-deco:before, .sw-Box .box-deco:after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2242%22%20height%3D%2242%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M42%200C15.027%206.254%205.64%2015.293%200%2042V0h42Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .sw-Box .box-deco:before, .sw-Box .box-deco:after {
    width: 42px;
    height: 42px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Box .box-deco:before, .sw-Box .box-deco:after {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
.sw-Box .box-deco:before {
  top: 0px;
  left: 0px;
}
.sw-Box .box-deco:after {
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-Box_Inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .sw-Box_Inner {
    padding: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Box_Inner {
    padding: 7.8125vw 5.2083333333vw;
  }
}

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Module */
/*-------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .nws-List {
    width: 960px;
    margin: 60px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List {
    width: 92.1875vw;
    margin: 7.8125vw auto 0;
  }
}
.nws-List_Item {
  background: #000;
  border: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .nws-List_Item:nth-of-type(n+2) {
    margin: 20px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List_Item {
    border-width: 1px 0;
    -webkit-box-shadow: 0px 0px 3.125vw rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3.125vw rgba(0, 0, 0, 0.08);
  }
  .nws-List_Item:nth-of-type(n+2) {
    margin: 2.6041666667vw 0 0;
  }
}
@media (any-hover: hover) {
  .nws-List_Item:hover .nws-List_Item_Inner:before {
    right: 30px;
    background: #f8871e;
  }
  .nws-List_Item:hover .nws-List_Item_Inner span.title {
    color: #f8871e;
  }
}
.nws-List_Item_Inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .nws-List_Item_Inner {
    padding: 32px 40px;
    border-radius: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List_Item_Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 5.2083333333vw 11.71875vw 5.2083333333vw 5.2083333333vw;
    border-radius: 3.125vw;
  }
}
.nws-List_Item_Inner:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .nws-List_Item_Inner:before {
    right: 40px;
    width: 20px;
    height: 6px;
    background-color: #000000;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List_Item_Inner:before {
    right: 3.90625vw;
    width: 3.3854166667vw;
    height: 1.0416666667vw;
    background-color: #000000;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.nws-List_Item_Inner span {
  display: block;
}
.nws-List_Item_Inner span.date {
  color: #F8871E;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .nws-List_Item_Inner span.date {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List_Item_Inner span.date {
    font-size: 3.6458333333vw;
    line-height: 1;
  }
}
.nws-List_Item_Inner span.title {
  letter-spacing: 0.06em;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media print, screen and (min-width: 768px) {
  .nws-List_Item_Inner span.title {
    margin: 0 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-List_Item_Inner span.title {
    margin: 1.8229166667vw 0 0;
    font-size: 3.125vw;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 768px) {
  .nws-Post {
    margin: 60px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post {
    margin: 7.8125vw auto 0;
  }
}
.nws-Post_Inner .post-title span {
  display: block;
}
.nws-Post_Inner .post-title span.date {
  color: #F8871E;
  font-family: "Sen", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-title span.date {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-title span.date {
    font-size: 3.90625vw;
  }
}
.nws-Post_Inner .post-title span.title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-title span.title {
    margin: 16px 0 0;
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-title span.title {
    margin: 2.6041666667vw 0 0;
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-body {
    margin: 40px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-body {
    margin: 5.2083333333vw 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-body .image + p {
    margin: 40px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-body .image + p {
    margin: 5.2083333333vw 0 0;
  }
}
.nws-Post_Inner .post-body p,
.nws-Post_Inner .post-body a,
.nws-Post_Inner .post-body li {
  letter-spacing: 0.04em;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-body p,
.nws-Post_Inner .post-body a,
.nws-Post_Inner .post-body li {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-body p,
.nws-Post_Inner .post-body a,
.nws-Post_Inner .post-body li {
    font-size: 3.125vw;
  }
}
@media print, screen and (min-width: 768px) {
  .nws-Post_Inner .post-body p + p, .nws-Post_Inner .post-body p + ul, .nws-Post_Inner .post-body p + a,
.nws-Post_Inner .post-body a + p,
.nws-Post_Inner .post-body a + ul,
.nws-Post_Inner .post-body a + a,
.nws-Post_Inner .post-body li + p,
.nws-Post_Inner .post-body li + ul,
.nws-Post_Inner .post-body li + a {
    margin: 32px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post_Inner .post-body p + p, .nws-Post_Inner .post-body p + ul, .nws-Post_Inner .post-body p + a,
.nws-Post_Inner .post-body a + p,
.nws-Post_Inner .post-body a + ul,
.nws-Post_Inner .post-body a + a,
.nws-Post_Inner .post-body li + p,
.nws-Post_Inner .post-body li + ul,
.nws-Post_Inner .post-body li + a {
    margin: 5.7291666667vw 0 0;
  }
}
.nws-Post_Inner .post-body a {
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
@media (any-hover: hover) {
  .nws-Post_Inner .post-body a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .nws-Post_Inner .post-body a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .nws-Post + .sw-Button {
    margin: 60px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .nws-Post + .sw-Button {
    margin: 7.8125vw auto 0;
  }
}