@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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.15;
  /* 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 {
  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;
}

/**
 * Base
 */
@font-face {
  font-family: "ClanWeb-Book";
  src: url("https://global.kawasaki.com/en/font/ClanWeb-Book.eot") format("embedded-opentype"), url("https://global.kawasaki.com//en/font/ClanWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "ClanWeb-News";
  src: url("https://global.kawasaki.com/en/font/ClanWeb-News.eot") format("embedded-opentype"), url("https://global.kawasaki.com//en/font/ClanWeb-News.woff") format("woff");
}
@font-face {
  font-family: "ClanWeb-Medium";
  src: url("https://global.kawasaki.com/en/font/ClanWeb-Medium.eot") format("embedded-opentype"), url("https://global.kawasaki.com//en/font/ClanWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "ClanWeb-Bold";
  src: url("https://global.kawasaki.com/en/font/ClanWeb-Bold.eot") format("embedded-opentype"), url("https://global.kawasaki.com//en/font/ClanWeb-Bold.woff") format("woff");
}
img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.-locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 1240px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #f9f9f9;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: visible;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  transition-property: opacity, background-color, color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/**
 * Header
 */
.l-header {
  z-index: 1000;
  position: relative;
  flex-shrink: 0;
}
.l-header .l-header_fix {
  position: fixed;
  width: 100%;
  min-width: 1240px;
  background-color: #f9f9f9;
}
.l-header__container {
  display: flex;
  padding: 10px 20px 0 40px;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .l-header__container {
    padding: 10px 0 10px 20px;
  }
}
.l-header .logo {
  width: 130px;
  text-align: center;
}
.l-header .logo a {
  display: block;
}
.l-header .logo a img {
  width: 100%;
}
[data-whatintent=mouse] .l-header .logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-header .spMenu {
    display: block !important;
  }
}
.l-header .gNavList {
  display: flex;
  align-items: center;
}
.l-header .gNavList > li {
  position: relative;
  padding: 15px 28px 15px 28px;
}
.l-header .gNavList > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 19%;
  width: 1px;
  height: 60%;
  background: #9A9B9B;
  border-radius: 3px;
  transform: rotate(30deg);
}
.l-header .gNavList > li.logo2::after, .l-header .gNavList > li.contact::after {
  content: none;
}
.l-header .gNavList > li.contact {
  padding-right: 0;
}
.l-header .gNavList > li.logo2 img {
  width: 216px;
}
[data-whatintent=mouse] .l-header .gNavList > li.logo2 a:hover {
  opacity: 0.6;
}
.l-header .gNavList > li:hover .subMenu {
  visibility: visible;
  opacity: 1;
}
.l-header .gNavList > li .lvl1 a {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.l-header .gNavList > li .lvl1 a > span {
  position: relative;
  z-index: 1;
}
.l-header .gNavList > li .lvl1 a > span.txt::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 40px;
  width: 70%;
  height: 1px;
  background-color: #9A9B9B;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.l-header .gNavList > li .lvl1 a > span.txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -18px;
  width: 70%;
  height: 1px;
  background-color: #9A9B9B;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.l-header .gNavList > li .lvl1 a .c-downArrow {
  position: relative;
  padding-right: 23px;
}
.l-header .gNavList > li .lvl1 a .c-downArrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  vertical-align: middle;
}
[data-whatintent=mouse] .l-header .gNavList > li .lvl1 a:hover {
  color: #C73F34;
}
[data-whatintent=mouse] .l-header .gNavList > li .lvl1 a:hover > span.txt::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
[data-whatintent=mouse] .l-header .gNavList > li .lvl1 a:hover > span.txt::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header .gNavList > li .subMenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 97%;
  padding: 15px 20px 15px 30px;
  background-color: #E6E6E6;
  transition: all 0.3s;
}
.l-header .gNavList > li .subMenu li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}
.l-header .gNavList > li .subMenu li:last-child {
  margin-bottom: 0;
}
[data-whatintent=mouse] .l-header .gNavList > li .subMenu li:hover {
  color: #C73F34;
}
.l-header .gNavList > li .subMenu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    background-color: transparent;
    overflow-y: auto;
  }
  .l-header .l-header_fix {
    z-index: 10;
    position: relative;
    min-width: unset;
    background: #f9f9f9;
  }
  .l-header .l-header_fix.-active {
    background: transparent;
  }
  .l-header__container {
    display: block;
    z-index: 1;
    height: auto;
    position: relative;
    padding: 0;
  }
  .l-header .header-logo__wrap {
    height: 60px;
    background: #f9f9f9;
  }
  .l-header .logo {
    display: flex;
    margin-bottom: 0;
    margin: 0 5.333333333vw;
    width: 80px;
    height: 60px;
    align-items: center;
    text-align: left;
    line-height: 1;
  }
  .l-header .logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header .logo a:active {
    opacity: 0.6;
  }
  .l-header .spMenuBtn {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .l-header .spMenuBtn::before {
    content: "";
    width: 95px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5e5e5e;
    -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .l-header .spMenuBtn > span {
    position: relative;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .l-header .spMenuBtn > span::before, .l-header .spMenuBtn > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: inherit;
  }
  .l-header .spMenuBtn > span::before {
    bottom: calc(100% + 8px);
  }
  .l-header .spMenuBtn > span::after {
    top: calc(100% + 8px);
  }
  .l-header .spMenuBtn.-active > span {
    background-color: transparent;
    transform: rotate(180deg);
  }
  .l-header .spMenuBtn.-active > span::before {
    bottom: 0;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .l-header .spMenuBtn.-active > span::after {
    top: 0;
    background-color: #fff;
    transform: rotate(45deg);
  }
  .l-header .spMenu {
    display: none;
  }
  .l-header .gNavList {
    display: block;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .l-header .gNavList > li {
    margin: 0 5.333333333vw;
    padding: 21px 0 18px 0;
    border-bottom: 1px solid #727272;
    color: #fff;
  }
  .l-header .gNavList > li .lvl1 {
    position: relative;
    padding-left: 10px;
  }
  .l-header .gNavList > li .lvl1::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -1px;
    width: 1px;
    height: 15px;
    background: #fff;
    border-radius: 0px;
    transform: rotate(30deg);
  }
  .l-header .gNavList > li .lvl1 a span {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
  }
  .l-header .gNavList > li .lvl1 a span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header .gNavList > li .lvl1 a:active {
    color: #fff;
  }
  .l-header .gNavList > li .lvl1 a:active span::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-header .gNavList > li.logo2 a:active {
    opacity: 0.6;
  }
  .l-header .gNavList > li::after {
    content: none;
  }
  .l-header .gNavList > li .subMenu {
    visibility: visible;
    opacity: 1;
    position: inherit;
    background-color: unset;
    top: 0;
    padding: 10px 0 0 40px;
  }
  .l-header .gNavList > li .subMenu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .l-header .gNavList > li .subMenu ul li {
    width: 50%;
    margin-bottom: 0;
  }
  .l-header .gNavList > li .subMenu ul li:nth-child(3) {
    margin-top: 10px;
  }
  .l-header .gNavList > li .subMenu ul li::before {
    background-color: #fff;
  }
  .l-header .gNavList > li .subMenu ul li:active {
    color: #fff;
  }
  .l-header .gNavList > li .subMenu ul li a {
    position: relative;
  }
  .l-header .gNavList > li .subMenu ul li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header .gNavList > li .subMenu ul li a:active {
    color: #fff;
  }
  .l-header .gNavList > li .subMenu ul li a:active::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-header__overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #656565;
    background: linear-gradient(180deg, #656565 0%, black 100%);
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
  }
  .l-header__overlay.-active {
    opacity: 1;
    visibility: visible;
  }
}

/**
 * Footer
 */
.l-footer {
  margin-bottom: 30px;
  border-top: 1px solid #AAABAB;
  background: #f9f9f9;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
}
.l-footer__container .infoArea {
  padding: 80px 0 80px 0;
  color: #333;
}
.l-footer__container .infoArea .logoArea {
  margin-right: 65px;
}
.l-footer__container .infoArea .logoArea .site-logo {
  margin-bottom: 30px;
}
[data-whatintent=mouse] .l-footer__container .infoArea .logoArea .site-logo a:hover {
  opacity: 0.6;
}
.l-footer__container .infoArea .logoArea .site-logo img {
  width: 130px;
}
.l-footer__container .infoArea .addressArea-wrap span {
  font-size: 1.6rem;
  line-height: 1.8;
}
.l-footer__container .linkList-wrap {
  display: flex;
  padding: 75px 0 0 0;
  justify-content: center;
}
.l-footer__container .linkList-wrap .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__container .linkList-wrap .linkList > li {
  margin: 0 0 0 53px;
}
.l-footer__container .linkList-wrap .linkList > li:first-child {
  margin-left: 0;
}
.l-footer__container .linkList-wrap .linkList > li .lvl1 a {
  font-weight: bold;
}
.l-footer__container .linkList-wrap .linkList > li .subMenu {
  padding-left: 16px;
  margin-top: 10px;
}
.l-footer__container .linkList-wrap .linkList > li .subMenu ul li {
  margin-bottom: 11px;
}
.l-footer__container .linkList-wrap .linkList > li .subMenu ul li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}
.l-footer__container .linkList-wrap .linkList > li .subMenu ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #333;
}
.l-footer__container .linkList-wrap .linkList a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
[data-whatintent=mouse] .l-footer__container .linkList-wrap .linkList a:hover {
  text-decoration: none;
  color: #C73F34;
}
.l-footer__container .linkList-wrap .linkList:nth-child(2) {
  margin-left: 60px;
}
.l-footer .l-footer__bottom {
  display: flex;
  justify-content: space-between;
}
.l-footer .l-footer__bottom .bottom_link ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__bottom .bottom_link ul {
    display: block;
  }
}
.l-footer .l-footer__bottom .bottom_link ul li {
  margin-right: 30px;
}
.l-footer .l-footer__bottom .bottom_link ul li a {
  font-size: 1.4rem;
  text-decoration: underline;
}
[data-whatintent=mouse] .l-footer .l-footer__bottom .bottom_link ul li a:hover {
  text-decoration: none;
}
.l-footer .l-footer__bottom .copyright small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    display: block;
  }
  .l-footer__container > div {
    width: auto;
  }
  .l-footer__container .infoArea {
    display: block;
    padding: 80px 0 0;
  }
  .l-footer__container .infoArea .logoArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-footer__container .infoArea .logoArea .site-logo {
    text-align: left;
    margin-bottom: 24px;
  }
  .l-footer__container .infoArea .logoArea .site-logo:active {
    opacity: 0.6;
  }
  .l-footer__container .infoArea .logoArea .site-logo img {
    width: 80px;
  }
  .l-footer__container .infoArea .addressArea-wrap {
    width: 100%;
    flex-direction: column;
  }
  .l-footer__container .infoArea .addressArea-wrap span {
    font-size: 1.4rem;
  }
  .l-footer__container .linkList-wrap {
    padding: 50px 0 50px 0;
    justify-content: flex-start;
  }
  .l-footer__container .linkList-wrap .linkList {
    display: block;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-left: 0;
  }
  .l-footer__container .linkList-wrap .linkList li {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .l-footer__container .linkList-wrap .linkList li:last-child {
    margin-bottom: 0;
  }
  .l-footer__container .linkList-wrap .linkList li a {
    font-size: 1.5rem;
  }
  .l-footer__container .linkList-wrap .linkList li .subMenu {
    padding-left: 20px;
  }
  .l-footer__container .linkList-wrap .linkList a:active {
    text-decoration: none;
    color: #C73F34;
  }
  .l-footer__container .linkList_bottom {
    padding-bottom: 50px;
  }
  .l-footer__container .linkList_bottom a {
    display: block;
    width: 164px;
  }
  .l-footer__container .linkList_bottom a img {
    width: 100%;
  }
  .l-footer__container .linkList_bottom a:active {
    opacity: 0.6;
  }
  .l-footer .l-footer__bottom {
    display: block;
  }
  .l-footer .l-footer__bottom .bottom_link {
    margin-bottom: 15px;
  }
  .l-footer .l-footer__bottom .bottom_link ul li a {
    font-size: 1.2rem;
  }
  .l-footer .l-footer__bottom .bottom_link ul li a:active {
    text-decoration: none;
  }
  .l-footer .l-footer__bottom .copyright {
    margin-bottom: 30px;
  }
  .l-footer .l-footer__bottom .copyright small {
    font-size: 1.2rem;
  }
}
/**
 * Wrapper
 */
@media screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
    padding-top: 60px;
  }
}

/**
 * Contents
 */
.l-contents {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-contents {
    display: block;
  }
}

/**
 * Page
 */
/**
 * pg-home
 */
.pg-home main > *:last-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .pg-home main > *:last-child {
    margin-bottom: 80px;
  }
}
.pg-home main .mainVisualArea {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: 140px 0 80px;
}
@media screen and (max-height: 680px) {
  .pg-home main .mainVisualArea {
    padding: 100px 0 80px;
  }
}
.pg-home main .mainVisualArea .mainVisualImage {
  position: relative;
  overflow: hidden;
}
.pg-home main .mainVisualArea .mainVisualImage .image {
  position: relative;
  -webkit-animation: slideIn 1s ease-in-out forwards;
  animation: slideIn 1s ease-in-out forwards;
}
.pg-home main .mainVisualArea .mainVisualImage .image::before {
  content: "";
  display: block;
  padding-top: 37.7316857899%;
}
.pg-home main .mainVisualArea .mainVisualImage .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pg-home main .mainVisualArea .mainVisualImage .glow {
  position: absolute;
  left: 150%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f9f9f9;
  box-shadow: 0 0 80px 80px #f9f9f9;
  transform: skewX(-30deg);
  transform-origin: 0 100%;
}
.pg-home main .mainVisualArea .mainVisualImage .glow.is-trans {
  -webkit-animation: glowTrans 3s ease-in-out;
  animation: glowTrans 3s ease-in-out;
}
.pg-home main .mainVisualArea .title {
  position: absolute;
  left: 0;
  right: 17.5vw;
  bottom: 24.5vw;
  margin-bottom: -22px;
}
@media screen and (max-width: 1600px) {
  .pg-home main .mainVisualArea .title {
    right: 17.5vw;
    bottom: 26vw;
  }
}
@media screen and (max-width: 1240px) {
  .pg-home main .mainVisualArea .title {
    right: 220px;
    bottom: 322px;
  }
}
@media screen and (min-width: 2000px) {
  .pg-home main .mainVisualArea .title {
    right: 17.5vw;
    bottom: 24vw;
  }
}
.pg-home main .mainVisualArea .title .c-container {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.pg-home main .mainVisualArea .title .copy {
  opacity: 0;
  transform: translateX(8px);
  -webkit-animation: fadeIn 0.7s 1s forwards;
  animation: fadeIn 0.7s 1s forwards;
}
.pg-home main .mainVisualArea .title .copy_main {
  font-size: 2.3vw;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1240px) {
  .pg-home main .mainVisualArea .title .copy_main {
    font-size: 28px;
  }
}
.pg-home main .mainVisualArea .title .copy_sub {
  margin-top: 14px;
  font-size: 1.4vw;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 1240px) {
  .pg-home main .mainVisualArea .title .copy_sub {
    font-size: 17px;
  }
}
.pg-home main .mainVisualArea .title .copy_sub > span {
  display: inline-block;
  position: relative;
}
.pg-home main .mainVisualArea .title .copy_sub > span::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 24px;
  border-top: 2px solid #9A9B9B;
  width: 100%;
}
.pg-home main .mainVisualArea .title .logo {
  opacity: 0;
  margin-top: 40px;
  width: 19.5vw;
  -webkit-animation: fadeIn 2s 1.8s forwards;
  animation: fadeIn 2s 1.8s forwards;
}
@media screen and (max-width: 1240px) {
  .pg-home main .mainVisualArea .title .logo {
    width: 241px;
    margin-top: 30px;
  }
}
.pg-home main .mainVisualArea .title .logo img {
  width: 100%;
}
.pg-home main .mainVisualArea .scrollDown {
  position: absolute;
  left: 80px;
  bottom: 30px;
}
.pg-home main .mainVisualArea .scrollDown a {
  position: relative;
}
.pg-home main .mainVisualArea .scrollDown a .txt {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  transition: 0.3s;
}
.pg-home main .mainVisualArea .scrollDown a .txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -45px;
  left: -10px;
  width: 1px;
  height: 100px;
  background-color: #333;
  -webkit-animation: pathmove 1.8s ease-in-out infinite;
  animation: pathmove 1.8s ease-in-out infinite;
}
@-webkit-keyframes pathmove {
  0% {
    opacity: 0;
    top: -45px;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 80px;
  }
  100% {
    opacity: 0;
    top: 30px;
    height: 0;
  }
}
@keyframes pathmove {
  0% {
    opacity: 0;
    top: -45px;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 80px;
  }
  100% {
    opacity: 0;
    top: 30px;
    height: 0;
  }
}
[data-whatintent=mouse] .pg-home main .mainVisualArea .scrollDown a:hover .txt {
  color: #0F87FF;
}
[data-whatintent=mouse] .pg-home main .mainVisualArea .scrollDown a:hover .txt::after {
  background-color: #C73F34;
}
.pg-home main .top_title {
  display: inline-block;
  position: relative;
  margin-bottom: 54px;
}
.pg-home main .top_title .hdg {
  font-size: 2.4rem;
  color: #9A9B9B;
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
}
.pg-home main .top_title h2 {
  font-size: 3.8rem;
  font-weight: 600;
}
.pg-home main .top_title::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -20px;
  width: 2px;
  height: 50px;
  background: #C73F34;
  border-radius: 3px;
  transform: rotate(30deg);
}
.pg-home main .imgTxtBlock {
  display: flex;
  align-items: center;
}
.pg-home main .imgTxtBlock .txtBox {
  width: 50%;
  margin-right: 105px;
}
.pg-home main .imgTxtBlock .txtBox .txt {
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 2;
  font-size: 1.8rem;
}
.pg-home main .imgTxtBlock .image {
  width: 40%;
}
.pg-home main .imgTxtBlock .image img {
  width: 100%;
}
.pg-home main .slideArea {
  margin-bottom: 150px;
  padding: 60px 0;
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  background: #cccccc;
  background: linear-gradient(90deg, #cccccc 0%, #ebebeb 50%, #cccccc 100%);
}
.pg-home main .slideArea ul {
  display: inline-flex;
}
.pg-home main .slideArea ul:first-child {
  -webkit-animation: slide1 80s -39.9s linear infinite;
  animation: slide1 80s -39.9s linear infinite;
}
.pg-home main .slideArea ul:last-child {
  -webkit-animation: slide2 80s linear infinite;
  animation: slide2 80s linear infinite;
}
.pg-home main .slideArea ul li {
  width: 17vw;
}
.pg-home main .slideArea ul li .image {
  width: 100%;
}
.pg-home main .slideArea ul li .image img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.pg-home main .aboutArea {
  margin-bottom: 120px;
}
.pg-home main .aboutArea .top_title {
  padding-left: 20px;
}
.pg-home main .aboutArea .imgTxtBlock .image {
  width: 409px;
}
.pg-home main .worksArea {
  padding: 120px 0 100px 0;
  margin-bottom: 100px;
  background: #cccccc;
  background: linear-gradient(137deg, #cccccc 0%, #f6f6f6 50%, #cccccc 100%);
}
.pg-home main .worksArea .works_inner_wrap {
  position: relative;
}
.pg-home main .worksArea .top_title_wrap {
  position: absolute;
}
.pg-home main .worksArea .top_title_wrap .top_title {
  margin: 0 auto;
  padding-left: 40px;
}
.pg-home main .worksArea .top_title_wrap .top_title::before {
  left: 25px;
}
.pg-home main .worksArea .works_inner {
  display: flex;
  margin-bottom: 24px;
}
.pg-home main .worksArea .works_inner .works_block {
  width: 360px;
  display: block;
}
.pg-home main .worksArea .works_inner .works_block a {
  display: block;
}
[data-whatintent=mouse] .pg-home main .worksArea .works_inner .works_block a:hover .c-btn::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
[data-whatintent=mouse] .pg-home main .worksArea .works_inner .works_block a:hover .image img {
  transform: scale(1.05, 1.05);
  transition: 0.6s all;
}
.pg-home main .worksArea .works_inner .works_block .image {
  margin-bottom: 30px;
}
.pg-home main .worksArea .works_inner .works_block .image img {
  width: 100%;
  transition: 0.6s all;
}
.pg-home main .worksArea .works_inner .works_block .txtBox_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pg-home main .worksArea .works_inner .works_block .txtBox_wrap .txtBox .hdg {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #9A9B9B;
}
.pg-home main .worksArea .works_inner .works_block .txtBox_wrap .txtBox h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.pg-home main .worksArea .works_inner .works_block:first-child {
  margin: 200px 60px 0 0;
}
.pg-home main .worksArea .works_inner .works_block:nth-child(2) {
  margin: 100px 60px 0 0;
}
.pg-home main .worksArea .works_inner .works_block:nth-child(3) {
  margin: 0;
}
.pg-home main .worksArea .link-list-area .link.list {
  margin: auto;
}
.pg-home main .worksArea .link-list-area a {
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.pg-home main .newsArea {
  margin-bottom: 100px;
}
.pg-home main .newsArea .news_wrap {
  display: flex;
  justify-content: space-between;
}
.pg-home main .newsArea .news_wrap .top_title {
  margin-bottom: 0;
}
.pg-home main .newsArea .news_wrap .top_title::before {
  left: -14px;
}
.pg-home main .newsArea .news_wrap .news_content {
  width: 74%;
  margin-top: -50px;
}
.pg-home main .newsArea .news_wrap .news_content ul li {
  border-bottom: 1px solid #B4B2B2;
}
.pg-home main .newsArea .news_wrap .news_content ul li a {
  display: flex;
  padding: 20px 0;
  align-items: center;
}
.pg-home main .newsArea .news_wrap .news_content ul li a:hover {
  background-color: #e0e0e0;
}
.pg-home main .newsArea .news_wrap .news_content ul li a .date {
  display: inline-block;
  margin-right: 86px;
}
.pg-home main .newsArea .news_wrap .news_content ul li a .txt {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
}
.pg-home main .newsArea .news_wrap .news_content ul li a p {
  padding-right: 90px;
  font-size: 1.8rem;
  font-weight: 500;
}
.pg-home main .newsArea .news_wrap .news_content ul li a .c-btnLine {
  position: relative;
}
.pg-home main .newsArea .news_wrap .news_content ul li a .c-btnLine::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 40px;
  height: 1px;
  background: #333;
}
.pg-home main .newsArea .news_wrap .news_content ul li a .c-btnLine:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 29px;
  width: 1px;
  height: 6px;
  background: #333;
  transform: skewX(30deg);
}
.pg-home main .topBtnArea {
  margin-bottom: 0;
}
.pg-home main .topBtnArea .topBtn_wrap {
  display: flex;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box {
  width: 50%;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .box-bg {
  width: 100%;
  height: 352px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease;
}
[data-whatintent=mouse] .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a:hover .box-bg {
  transform: scale(1.1);
}
[data-whatintent=mouse] .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a:hover .c-btn::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title .hdg {
  color: #C4C4C4;
  font-size: 2rem;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title::before {
  background: #fff;
  left: 10px;
  top: -9px;
  height: 35px;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btnLine::before, .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btnLine::after {
  background: #fff;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btn {
  padding-right: 76px;
  color: #fff;
  border-bottom: none;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btn::after {
  background: #fff;
}
[data-whatintent=mouse] .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btn:hover {
  border-bottom: none;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box a::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  background: black;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.8) 0%, rgba(85, 83, 83, 0.8) 100%);
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box.company {
  margin-right: 1px;
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box.company .box-bg {
  background-image: url("../images/top/top_img05.jpg");
}
.pg-home main .topBtnArea .topBtn_wrap .topBtn_box.recruit .box-bg {
  background-image: url("../images/top/top_img06.jpg");
}
@media screen and (max-width: 767px) {
  .pg-home main .mainVisualArea {
    padding: 36px 0 40px;
  }
  .pg-home main .mainVisualArea .mainVisualImage .image {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  .pg-home main .mainVisualArea .mainVisualImage .glow {
    box-shadow: 0 0 30px 30px #f9f9f9;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
  }
  .pg-home main .mainVisualArea .title {
    position: static;
    margin-bottom: 0;
  }
  .pg-home main .mainVisualArea .title .c-container {
    display: block;
    width: auto;
  }
  .pg-home main .mainVisualArea .title .copy {
    margin-top: 32px;
    transform: none;
  }
  .pg-home main .mainVisualArea .title .copy_main {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .pg-home main .mainVisualArea .title .copy_sub {
    margin-top: 5px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .pg-home main .mainVisualArea .title .copy_sub > span {
    display: inline-block;
    position: relative;
  }
  .pg-home main .mainVisualArea .title .copy_sub > span::before {
    margin-left: 14px;
    border-top-width: 1px;
    width: 45px;
  }
  .pg-home main .mainVisualArea .title .logo {
    position: absolute;
    right: 5.333333333vw;
    top: 14.6666666667vw;
    margin-top: 36px;
    width: 137px;
  }
  .pg-home main .mainVisualArea .title .logo img {
    width: 100%;
    height: auto;
  }
  .pg-home main .mainVisualArea .scrollDown {
    display: none;
  }
  .pg-home main .top_title {
    margin-bottom: 30px;
  }
  .pg-home main .top_title .hdg {
    font-size: 1.2rem;
  }
  .pg-home main .top_title h2 {
    font-size: 2.4rem;
  }
  .pg-home main .top_title::before {
    left: -7px;
    top: -8px;
    width: 1px;
    height: 20px;
  }
  .pg-home main .slideArea {
    margin-bottom: 60px;
    padding: 20px 0;
  }
  .pg-home main .slideArea ul:first-child {
    -webkit-animation: slide1 80s -39.8s linear infinite;
    animation: slide1 80s -39.8s linear infinite;
  }
  .pg-home main .slideArea ul:last-child {
    -webkit-animation: slide2 80s linear infinite;
    animation: slide2 80s linear infinite;
  }
  .pg-home main .slideArea ul li {
    width: 33.5vw;
  }
  .pg-home main .imgTxtBlock {
    display: block;
  }
  .pg-home main .imgTxtBlock .txtBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .pg-home main .imgTxtBlock .txtBox .txt {
    padding-left: 0;
    font-size: 1.4rem;
  }
  .pg-home main .imgTxtBlock .image {
    width: 100%;
  }
  .pg-home main .imgTxtBlock .image img {
    width: 100%;
  }
  .pg-home main .aboutArea {
    margin-bottom: 80px;
  }
  .pg-home main .aboutArea .top_title {
    padding-left: 0;
  }
  .pg-home main .aboutArea .imgTxtBlock .image {
    width: 80%;
    margin: auto;
  }
  .pg-home main .worksArea {
    padding: 70px 0 80px 0;
    margin-bottom: 60px;
  }
  .pg-home main .worksArea .top_title_wrap {
    position: inherit;
    text-align: center;
  }
  .pg-home main .worksArea .top_title_wrap .top_title {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .pg-home main .worksArea .top_title_wrap .top_title::before {
    left: 23px;
  }
  .pg-home main .worksArea .works_inner {
    display: block;
    margin-bottom: 45px;
  }
  .pg-home main .worksArea .works_inner .works_block {
    width: 100%;
  }
  .pg-home main .worksArea .works_inner .works_block .image {
    width: 100%;
    margin-bottom: 15px;
  }
  .pg-home main .worksArea .works_inner .works_block:first-child {
    margin-top: 0;
  }
  .pg-home main .worksArea .works_inner .works_block:nth-child(2) {
    margin-top: 40px;
  }
  .pg-home main .worksArea .works_inner .works_block:nth-child(3) {
    margin-top: 40px;
  }
  .pg-home main .worksArea .works_inner .works_block .txtBox_wrap .txtBox .hdg {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  .pg-home main .worksArea .works_inner .works_block .txtBox_wrap .txtBox h3 {
    font-size: 1.8rem;
  }
  .pg-home main .worksArea .works_inner .works_block a:active .c-btn::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .pg-home main .worksArea .works_inner .works_block a:active .image img {
    transform: scale(1.05, 1.05);
    transition: 0.6s all;
  }
  .pg-home main .worksArea .link-list-area a {
    font-size: 1.8rem;
  }
  .pg-home main .newsArea {
    margin-bottom: 60px;
  }
  .pg-home main .newsArea .news_wrap {
    display: block;
  }
  .pg-home main .newsArea .news_wrap .top_title_wrap {
    text-align: center;
  }
  .pg-home main .newsArea .news_wrap .top_title_wrap .top_title::before {
    left: 24px;
  }
  .pg-home main .newsArea .news_wrap .news_content {
    width: 100%;
    margin-top: 10px;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a {
    display: block;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a .date {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 1.4rem;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a .txt {
    width: 100%;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a p {
    padding-right: 20px;
    width: 90%;
    font-size: 1.4rem;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a .c-btnLine::before {
    right: 0;
    width: 30px;
  }
  .pg-home main .newsArea .news_wrap .news_content ul li a .c-btnLine::after {
    right: 1px;
  }
  .pg-home main .topBtnArea .topBtn_wrap {
    display: block;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box {
    width: 100%;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title .hdg {
    font-size: 1.2rem;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title h2 {
    font-size: 2.2rem;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .top_title::before {
    height: 18px;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .box-bg {
    height: 49vw;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet {
    bottom: 20px;
    right: 20px;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a .c-btnLineSet .c-btnLine .c-btn {
    padding-right: 44px;
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a:active .box-bg {
    transform: scale(1.1);
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box a:active .c-btn::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .pg-home main .topBtnArea .topBtn_wrap .topBtn_box.company {
    margin-right: 0;
    margin-bottom: 1px;
  }
}

/**
 * pg-news
 */
.pg-news main {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg-news main {
    margin-top: 48px;
  }
}
.pg-news .c-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg-news .c-container {
    display: block;
  }
}
.pg-news .c-pageHeading {
  background-size: cover;
}
.pg-news .contents-area {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .pg-news .contents-area {
    width: 100%;
  }
}
.pg-news .article-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.pg-news .article-list .list {
  position: relative;
  padding-left: 30px;
  width: 50%;
  overflow: hidden;
}
.pg-news .article-list .list:nth-child(3n+1) {
  margin-left: 0;
}
.pg-news .article-list .list:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg-news .article-list .list {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 40px;
  }
  .pg-news .article-list .list:nth-child(n+3) {
    margin-top: 0;
  }
  .pg-news .article-list .list:nth-child(n+4) {
    margin-top: 0;
  }
}
.pg-news .article-list .list a {
  display: block;
  color: #333;
  transition: 0.3s;
}
[data-whatintent=mouse] .pg-news .article-list .list a:hover .image img {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}
[data-whatintent=mouse] .pg-news .article-list .list a:hover .text-area .title {
  color: #013D9F;
}
.pg-news .article-list .list a.category {
  display: inline-block;
}
.pg-news .article-list .image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #eee;
  padding-top: 66.5671641791%;
}
.pg-news .article-list .image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
.pg-news .article-list .text-area {
  margin-top: 15px;
}
.pg-news .article-list .text-area__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .pg-news .article-list .text-area__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pg-news .article-list .date,
.pg-news .article-list .category {
  display: inline-block;
}
.pg-news .article-list .date {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.828;
}
.pg-news .article-list .title {
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pg-news .article-list .title {
    margin-top: 10px;
  }
}
.pg-news .article-list .text-area__category {
  font-size: 0;
}
.pg-news .article-list .category {
  padding: 0 15px;
  margin: 8px 8px 0 0;
  border-radius: 20px;
  background: #EEEEEE;
  width: auto;
  color: #000846;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  [data-whatintent=mouse] .pg-news .article-list .category:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .pg-news .article-list .category {
    width: auto;
    min-width: 26.86%;
    word-break: break-all;
  }
}
#category .pg-news .article-list .list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #category .pg-news .article-list .list {
    margin-bottom: 20px;
  }
}
.pg-news .category-pager {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pg-news .category-pager {
    margin-top: 20px;
  }
}
.pg-news .category-pager ol,
.pg-news .category-pager li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 5px 6px 5px;
  font-size: 0;
}
.pg-news .category-pager ol .page-numbers,
.pg-news .category-pager li .page-numbers {
  position: relative;
  width: 100%;
  width: 40px;
  height: 100%;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .pg-news .category-pager ol .page-numbers,
.pg-news .category-pager li .page-numbers {
    width: 30px;
    line-height: 30px;
  }
}
.pg-news .category-pager ol a,
.pg-news .category-pager ol span,
.pg-news .category-pager li a,
.pg-news .category-pager li span {
  display: block;
  font-size: 1.4rem;
}
.pg-news .category-pager ol a,
.pg-news .category-pager li a {
  background-color: #EEEEEE;
  transition: 0.3s;
}
.pg-news .category-pager ol .current,
.pg-news .category-pager li .current {
  background-color: #16369C;
  color: #fff;
}
.pg-news .category-pager ol span.ellipsis,
.pg-news .category-pager li span.ellipsis {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .pg-news .category-pager ol span.ellipsis,
.pg-news .category-pager li span.ellipsis {
    line-height: 20px;
  }
}
.pg-news .category-pager .prev,
.pg-news .category-pager .next {
  width: 80px !important;
}
@media screen and (max-width: 767px) {
  .pg-news .category-pager .prev,
.pg-news .category-pager .next {
    width: 4em !important;
  }
}
[data-whatintent=mouse] .pg-news .category-pager li a:hover {
  background-color: #C5CBCF;
}
.pg-news .side-contents {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .pg-news .side-contents {
    width: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.pg-news .side-contents .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 20px;
}
.pg-news .side-contents .input-group .form-control {
  margin-top: 6px;
  width: calc(100% - 20px);
  background-color: transparent;
}
.pg-news .side-contents .input-group .input-group-btn {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_search.svg);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.pg-news .side-contents .input-group .input-group-btn .btn {
  position: absolute;
  width: 16px;
  height: 16px;
}
.pg-news .side-contents .input-group .form-control, .pg-news .side-contents .input-group .input-group-btn {
  display: table-cell;
}
.pg-news .side-contents .input-group input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.pg-news .side-contents .search-form input[type=search] {
  border-bottom: none;
}
.pg-news .side-contents .side-nav {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pg-news .side-contents .side-nav {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.pg-news .side-contents .side-nav .side-nav-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.44;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 11px 10px;
}
.pg-news .side-contents .side-nav ul {
  background-color: #F6F6F6;
}
.pg-news .side-contents .side-nav ul li {
  border-bottom: 1px solid #fff;
  padding: 10px;
  line-height: 1.35;
}
.pg-news .side-contents .side-nav ul li a {
  font-size: 1.4rem;
  color: #000846;
  transition: 0.3s;
}
[data-whatintent=mouse] .pg-news .side-contents .side-nav ul li a:hover {
  text-decoration: underline;
}

/**
 * pg-news-detail
 */
.c-artSet.pg-news-detail .detail-title-area .date {
  margin-bottom: 10px;
}
.c-artSet.pg-news-detail .detail-title-area .detail-category {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .detail-title-area .detail-category {
    margin-bottom: 15px;
  }
}
.c-artSet.pg-news-detail .detail-title-area .detail-category .category {
  padding: 0 15px;
  margin: 8px 8px 0 0;
  display: inline-block;
  border-radius: 20px;
  background: #EEEEEE;
  color: #000846;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  box-sizing: border-box;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .detail-title-area .detail-category .category {
    font-size: 1.2rem;
  }
}
[data-whatintent=mouse] .c-artSet.pg-news-detail .detail-title-area .detail-category a:hover {
  opacity: 0.6;
}
.c-artSet.pg-news-detail .detail-title-area .detail-tag a {
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
  color: #000846;
  font-size: 1.4rem;
}
.c-artSet.pg-news-detail .detail-title-area .detail-tag a::before {
  content: "#";
  position: absolute;
  left: 0;
  top: -1px;
}
[data-whatintent=mouse] .c-artSet.pg-news-detail .detail-title-area .detail-tag a:hover {
  text-decoration: underline;
}
.c-artSet.pg-news-detail .detail-title-area .detail-title {
  margin-top: 40px;
  color: #000846;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .detail-title-area .detail-title {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.c-artSet.pg-news-detail .detail-title-area .detail-sns {
  margin-top: 20px;
}
.c-artSet.pg-news-detail .detail-title-area .detail-sns a:nth-child(n+2) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .detail-title-area .detail-sns {
    margin-top: 15px;
  }
}
.c-artSet.pg-news-detail .detail-title-area .detail-visual {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .detail-title-area .detail-visual {
    margin-top: 30px;
  }
  .c-artSet.pg-news-detail .detail-title-area .detail-visual img {
    width: 100%;
  }
}
.c-artSet.pg-news-detail .page-nav-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid #999;
  border-width: 1px 0;
  margin-top: 80px;
  padding: 15px 0;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .page-nav-area {
    margin-top: 30px;
  }
}
.c-artSet.pg-news-detail .page-nav-area li {
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #999;
  box-sizing: border-box;
}
.c-artSet.pg-news-detail .page-nav-area li a {
  color: #00081E;
  font-weight: bold;
}
[data-whatintent=mouse] .c-artSet.pg-news-detail .page-nav-area li a:hover span {
  text-decoration: underline;
}
.c-artSet.pg-news-detail .page-nav-area li:first-child {
  border: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .page-nav-area li:nth-child(1), .c-artSet.pg-news-detail .page-nav-area li:nth-child(3) {
    width: 36%;
  }
  .c-artSet.pg-news-detail .page-nav-area li:nth-child(2) {
    width: 28%;
  }
  .c-artSet.pg-news-detail .page-nav-area li a {
    font-size: 1.2rem;
  }
}
.c-artSet.pg-news-detail .column-area.link-list-area .link:nth-child(n+3) {
  margin-top: 20px;
}
.c-artSet.pg-news-detail .column-area.link-list-area .link:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .column-area.link-list-area .link {
    padding-left: 0;
  }
}
.c-artSet.pg-news-detail .image-set + .image-set {
  margin-top: 60px;
}
.c-artSet.pg-news-detail .image-set__imageArea {
  width: 300px;
}
.c-artSet.pg-news-detail .image-set__textArea {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .image-set__imageArea {
    width: 100%;
  }
  .c-artSet.pg-news-detail .image-set__textArea {
    width: 100%;
  }
}
.c-artSet.pg-news-detail .convArea .infoArea {
  padding: 40px 30px;
}
.c-artSet.pg-news-detail .convArea .infoArea .convList {
  margin-top: 15px;
}
.c-artSet.pg-news-detail .convArea .infoArea .convList li {
  width: 50%;
}
.c-artSet.pg-news-detail .convArea .infoArea .convList li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .convArea .infoArea .convList li {
    width: 100%;
  }
  .c-artSet.pg-news-detail .convArea .infoArea .convList li + li {
    margin: 20px 0 0 0;
  }
}
.c-artSet.pg-news-detail .convArea .infoArea .convList a {
  width: 100%;
}
.c-artSet.pg-news-detail .convArea .infoArea .convList__ttl {
  font-size: 1.6rem;
}
.c-artSet.pg-news-detail .convArea .infoArea .convList__ttl span {
  font-size: 1.7rem;
}
.c-artSet.pg-news-detail .imgLink-set ul li {
  padding-left: 30px;
}
.c-artSet.pg-news-detail .imgLink-set ul li .wysiwyg .mini-title {
  font-size: 1.6rem;
}
.c-artSet.pg-news-detail .imgLink-set ul li .wysiwyg p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .imgLink-set ul li {
    padding-left: 0;
  }
}
.c-artSet.pg-news-detail .imgLink-set.three-image ul li .wysiwyg .mini-title {
  font-size: 1.4rem;
}
.c-artSet.pg-news-detail .imgLink-set.three-image ul li .wysiwyg p {
  font-size: 1.3rem;
}
.c-artSet.pg-news-detail .movie-set__movieArea {
  width: 320px;
}
.c-artSet.pg-news-detail .movie-set__textArea {
  width: 350px;
  margin-left: 30px;
}
.c-artSet.pg-news-detail .movie-set.movie-right .movie-set__textArea {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .movie-set__movieArea {
    width: auto;
  }
  .c-artSet.pg-news-detail .movie-set__textArea {
    width: auto;
    margin-left: 0;
  }
  .c-artSet.pg-news-detail .movie-set.movie-right .movie-set__textArea {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-artSet.pg-news-detail .related-article-area .article-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding: 15px 10px;
  border-top: 1px solid #000846;
  border-bottom: 1px solid #000846;
}
.c-artSet.pg-news-detail .related-article-area .article-detail {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .related-article-area .article-detail {
    margin: 0;
  }
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .related-article-area .article-detail ul {
    margin: 0;
  }
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li {
  width: 50%;
  padding: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.pg-news-detail .related-article-area .article-detail ul li {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList::after {
  content: "";
  display: block;
  clear: both;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a {
  width: 100%;
  position: relative;
}
[data-whatintent=mouse] .c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a:hover {
  opacity: 0.6;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .image {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 20px;
  width: 109px;
  height: 72px;
  overflow: hidden;
  background-color: #eee;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .detail-title {
  display: inline-block;
  width: calc(100% - 129px);
  vertical-align: top;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .detail-title .date, .c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .detail-title .title {
  font-size: 1.4rem;
}
.c-artSet.pg-news-detail .related-article-area .article-detail ul li .imgLink-setList a .detail-title .title {
  font-weight: bold;
}

/**
 * pg-contact
 */
body.contact .p-breadcrumb::before {
  content: none;
}
body.contact.c-artSet main::after {
  content: none;
}
body.contact.c-artSet .section-area:last-child {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  body.contact.c-artSet .section-area:last-child {
    margin-bottom: 0px;
  }
}
body.contact .setting {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.contact .setting {
    margin-bottom: 60px;
  }
}
body.contact .l-footer {
  background: inherit;
}

.contact_wrap {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto 150px;
}
.contact_wrap .contact_txt {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .contact_wrap .contact_txt {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contact_wrap .contact-tel {
    margin-top: 40px;
  }
}
.contact_wrap .contact-tel h3 {
  margin-bottom: 10px;
}
.contact_wrap .contact-tel .wysiwyg p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_wrap .contact-tel .wysiwyg p {
    font-size: 1.8rem;
  }
}

/**
 * pg-contact
 */
.c-artSet.contact .common-error-text {
  margin-top: 40px;
  color: #C73F34;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .common-error-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.c-artSet.contact .c-form__need {
  font-size: 1.6rem;
  font-weight: bold;
  color: #C73F34;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .c-form__need {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .c-form__optional {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .c-form__optional {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .flow {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow {
    height: 50px;
  }
}
.c-artSet.contact .flow .step-wrap {
  position: absolute;
  padding: 10px 15px 10px 55px;
  background-color: #C9C9C9;
  width: 431px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow .step-wrap {
    width: 38.2%;
  }
}
.c-artSet.contact .flow .step-wrap .step {
  display: flex;
  align-items: center;
  color: #fff;
}
.c-artSet.contact .flow .step-wrap .step .num {
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-artSet.contact .flow .step-wrap .step .num span {
  display: block;
  font-size: 2.9rem;
  line-height: 1.1;
  color: #fff;
}
.c-artSet.contact .flow .step-wrap .step .sub {
  width: 70%;
  margin-left: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow .step-wrap .step .sub {
    width: auto;
  }
}
.c-artSet.contact .flow .step-wrap.is-current {
  color: #FFF;
  background-color: #E77400;
}
.c-artSet.contact .flow .step-wrap.is-current .step {
  color: #FFF;
}
.c-artSet.contact .flow .step-wrap.is-current .step .num {
  color: #FFF;
}
.c-artSet.contact .flow .step-wrap.is-current .step .num span {
  color: #FFF;
}
.c-artSet.contact .flow .step-wrap:first-child {
  -webkit-clip-path: polygon(0 0, 100% 0%, 89.2% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 89.2% 100%, 0% 100%);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow .step-wrap:first-child {
    left: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    padding: 2.5% 2% 2.5% 3%;
  }
}
.c-artSet.contact .flow .step-wrap:nth-child(2) {
  -webkit-clip-path: polygon(10.8% 0, 100% 0%, 89.2% 100%, 0% 100%);
  clip-path: polygon(10.8% 0, 100% 0%, 89.2% 100%, 0% 100%);
  top: 0;
  left: 387px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow .step-wrap:nth-child(2) {
    -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
    left: 31%;
  }
}
.c-artSet.contact .flow .step-wrap:last-child {
  -webkit-clip-path: polygon(10.8% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10.8% 0, 100% 0%, 100% 100%, 0% 100%);
  top: 0;
  left: 774px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow .step-wrap:last-child {
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    left: 62%;
  }
}
.c-artSet.contact .flow + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .flow {
    margin-bottom: 20px;
  }
  .c-artSet.contact .flow .step-wrap {
    display: flex;
    padding: 2.5% 2% 2.5% 8%;
  }
  .c-artSet.contact .flow .step-wrap .step {
    width: 100%;
  }
  .c-artSet.contact .flow .step-wrap .step .num {
    font-size: 1rem;
  }
  .c-artSet.contact .flow .step-wrap .step .num span {
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .c-artSet.contact .flow .step-wrap .step .sub {
    margin-left: 10px;
    font-size: 1.6rem;
  }
  .c-artSet.contact .flow .step-wrap:last-child::before {
    content: none;
  }
  .c-artSet.contact .flow + p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .head-txt {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .entry-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content {
    margin-top: 30px;
  }
}
.c-artSet.contact .entry-content .c-form__table {
  width: 100%;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th,
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td {
  letter-spacing: 0;
  vertical-align: middle;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th {
  width: 30%;
  padding: 29px 0px 29px 60px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th .c-form__label {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 25px;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th .c-form__label::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th .c-form__label .c-form__need {
  margin-left: 10px;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th.multiple-lines {
  vertical-align: top;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th .caption {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td {
  font-size: 1.6rem;
  width: 70%;
  padding: 29px 60px 29px 0px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td .confirm_txt {
  display: block;
  margin-bottom: 5px;
}
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td .confirm_txt:last-child {
  margin-bottom: 0;
}
.c-artSet.contact .entry-content .c-form__table input[type=text], .c-artSet.contact .entry-content .c-form__table textarea, .c-artSet.contact .entry-content .c-form__table select {
  width: 100%;
  min-height: 54px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 1.6rem;
  background-color: #FFF;
}
.c-artSet.contact .entry-content .c-form__table input[type=checkbox] {
  margin: 3px;
}
.c-artSet.contact .entry-content .c-form__table select {
  padding: 15px 45px 15px 15px;
  background-image: url(../images/common/arw_bottom_m.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table select {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .entry-content .c-form__table .ex {
  margin-top: 20px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .ex {
    font-size: 1.4rem;
  }
}
.c-artSet.contact .entry-content .c-form__table .ex.privacy {
  margin-top: 0;
  margin-bottom: 10px;
}
.c-artSet.contact .entry-content .c-form__table .error-text {
  margin-top: 10px;
  color: #C73F34;
  font-weight: bold;
}
.c-artSet.contact .entry-content .c-form__table .address_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap {
    display: block;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap .c-form__innertxt {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap .c-form__innertxt {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap.prefectures_wrap .c-form__input {
  display: block;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap.prefectures_wrap .c-form__input {
    width: 100%;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap .c-form__input {
  display: block;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap .c-form__input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap .address-item {
    width: 100%;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap .address-item.zipcode, .c-artSet.contact .entry-content .c-form__table .address_wrap .address-item.prefectures {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap .address-item.zipcode, .c-artSet.contact .entry-content .c-form__table .address_wrap .address-item.prefectures {
    width: 100%;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap .search {
  background-color: #333;
  border: 1px solid #333;
  margin-left: 20px;
  padding: 7px 16px;
  height: 50px;
  color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table .address_wrap .search {
    width: 130px;
  }
}
.c-artSet.contact .entry-content .c-form__table .address_wrap .search:hover {
  background-color: #fff;
  color: #333;
}
.c-artSet.contact .entry-content .c-form__table .address_confirm {
  margin-top: 10px;
}
.c-artSet.contact .entry-content .c-form__agree {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.c-artSet.contact .entry-content .c-form__privacy {
  margin-top: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
  padding: 30px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
}
.c-artSet.contact .entry-content .c-form__privacy .wysiwyg p {
  margin-top: 8px;
}
.c-artSet.contact .entry-content .c-form__privacy .wysiwyg ol > li {
  margin-top: 20px;
}
.c-artSet.contact .entry-content .c-form__privacy .wysiwyg ol > li:first-child {
  margin-top: 0;
}
.c-artSet.contact .entry-content .domain_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .domain_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__table {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .c-artSet.contact .entry-content .c-form__table .c-form__tr {
    display: block;
    border-bottom: 0;
  }
  .c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th,
.c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td {
    width: 100%;
    padding: 15px 15px;
    display: block;
  }
  .c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__th {
    width: 100%;
    padding: 15px 15px 0;
  }
  .c-artSet.contact .entry-content .c-form__table .c-form__tr .c-form__td {
    width: 100%;
  }
  .c-artSet.contact .entry-content .c-form__table select {
    padding: 15px 45px 15px 15px;
    background-image: url(../images/common/arw_bottom_m.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
  }
  .c-artSet.contact .entry-content .c-form__table .ex {
    margin-top: 10px;
  }
  .c-artSet.contact .entry-content .c-form__table .error-text {
    margin-top: 10px;
    color: #C73F34;
  }
  .c-artSet.contact .entry-content .c-form__agree {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .c-artSet.contact .entry-content .c-form__agree input[type=checkbox] {
    width: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__agree {
    margin-top: 30px;
  }
  .c-artSet.contact .entry-content .c-form__agree p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .entry-content .c-form__privacy {
    margin-top: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    padding: 30px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
  }
  .c-artSet.contact .entry-content .c-form__privacy .wysiwyg p {
    margin-top: 8px;
  }
  .c-artSet.contact .entry-content .c-form__privacy .wysiwyg ol > li {
    margin-top: 20px;
  }
  .c-artSet.contact .entry-content .c-form__privacy .wysiwyg ol > li:first-child {
    margin-top: 0;
  }
}
.c-artSet.contact .link-list-area {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area {
    margin-top: 40px;
    margin-left: 0;
  }
  .c-artSet.contact .link-list-area .link {
    padding-left: 0;
  }
}
.c-artSet.contact .link-list-area .link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area .link {
    padding-left: 0;
  }
}
.c-artSet.contact .link-list-area .link.link--return {
  display: none;
}
.c-artSet.contact .link-list-area .link {
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area .link {
    min-width: 100%;
  }
}
.c-artSet.contact .link-list-area .link .link-list-wrapper {
  font-size: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 250px;
  max-height: 75px;
  background: black;
  background: linear-gradient(90deg, black 0%, #555352 100%);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.c-artSet.contact .link-list-area .link .link-list-wrapper::after {
  content: "";
  opacity: 0;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area .link .link-list-wrapper {
    font-size: 1.6rem;
  }
}
[data-whatintent=mouse] .c-artSet.contact .link-list-area .link .link-list-wrapper:hover {
  color: #333;
}
[data-whatintent=mouse] .c-artSet.contact .link-list-area .link .link-list-wrapper:hover::after {
  opacity: 1;
}
.c-artSet.contact .link-list-area .link .link-list-wrapper[target=_blank] span::before, .c-artSet.contact .link-list-area .link .link-list-wrapper[href$=".pdf"] span::before {
  content: none;
}
.c-artSet.contact .link-list-area .link .link-list-wrapper[target=_blank] span::after, .c-artSet.contact .link-list-area .link .link-list-wrapper[href$=".pdf"] span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.c-artSet.contact .link-list-area .link .link-list-wrapper[target=_blank] span.c-circleArrow--white, .c-artSet.contact .link-list-area .link .link-list-wrapper[href$=".pdf"] span.c-circleArrow--white {
  background-color: transparent;
}
.c-artSet.contact .link-list-area .link .link-list-wrapper[target=_blank] span::after {
  background: url(../images/icon_blank.svg);
}
.c-artSet.contact .link-list-area .link .link-list-wrapper[href$=".pdf"] span::after {
  background: url(../images/icon_file.svg);
}
.c-artSet.contact .link-list-area .link .link-list-wrapper input[type=submit] {
  width: 100%;
  padding: 26px 39px;
}
.c-artSet.contact .link-list-area .link-list-wrapper .text {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.c-artSet.contact .link-list-area .link-list-wrapper + p {
  display: none;
}
.c-artSet.contact .link-list-area.complete {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area.complete {
    margin-top: 40px;
  }
}
.c-artSet.contact .link-list-area.complete .back::before {
  left: 60px;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area.complete .back::before {
    left: 20px;
  }
}
.c-artSet.contact .link-list-area.complete .back::after {
  left: 61px;
  transform: skewX(-30deg);
}
@media screen and (max-width: 767px) {
  .c-artSet.contact .link-list-area.complete .back::after {
    left: 21px;
  }
}
.c-artSet.contact .link-list-area.complete .link-list-wrapper {
  border: none;
  background: unset;
  color: inherit;
}
.c-artSet.contact .link-list-area.complete .link-list-wrapper::after {
  content: none;
}

.c-artSet.contact.confirm .link.link--return {
  display: block;
}
.c-artSet.contact.confirm .link.link--return::before {
  left: 60px;
  background: #333;
}
.c-artSet.contact.confirm .link.link--return::after {
  left: 61px;
  transform: skewX(-30deg);
  background: #333;
}
.c-artSet.contact.confirm .link.link--return .link-list-wrapper {
  background-color: #fff;
  color: #333;
}
.c-artSet.contact.confirm .link.link--return .link-list-wrapper::after {
  opacity: 1;
}
.c-artSet.contact.confirm .link.link--return:hover .link-list-wrapper {
  background: black;
  background: linear-gradient(90deg, black 0%, #555352 100%);
  color: #fff;
}
.c-artSet.contact.confirm .link.link--return:hover .link-list-wrapper::after {
  opacity: 0;
}
.c-artSet.contact.confirm .link.link--return:hover::before {
  background: #fff;
}
.c-artSet.contact.confirm .link.link--return:hover::after {
  background: #fff;
}
.c-artSet.contact.confirm .link.link-center {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet.contact.confirm .link + .link {
    margin-top: 20px;
  }
}

/**
 * pg-blog
 */
.entry-content p > a {
  color: #C73F34;
  text-decoration: underline;
  transition: 0.3s;
}
[data-whatintent=mouse] .entry-content p > a:hover {
  text-decoration: none;
}
.entry-content .has-background > a {
  color: inherit;
  text-decoration: none;
}
[data-whatintent=mouse] .entry-content .has-background > a:hover {
  opacity: 0.6;
}

/**
 * Component
 */
.c-artSet .l-contents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-artSet .l-contents {
    padding-top: 0;
  }
}

.c-container {
  margin: auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .c-container {
    margin: 0 5.333333333vw;
    width: auto;
  }
}

.contents-area > *:last-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contents-area > *:last-child {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}

.c-btnList .c-btn {
  display: inline-flex;
  z-index: 0;
  position: relative;
  min-width: 250px;
  max-height: 80px;
  padding: 26px 39px;
  background-color: #333;
  border: 3px solid #333;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.c-btnList .c-btn::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -2px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.c-btnList .c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 1px;
  background-color: #333;
}
[data-whatintent=mouse] .c-btnList .c-btn:hover {
  background-color: #fff;
  border: 3px solid #333;
  color: #333;
}
[data-whatintent=mouse] .c-btnList .c-btn:hover::before {
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .c-btnList .c-btn {
    width: 100%;
  }
  .c-btnList .c-btn:active {
    background-color: #fff;
    border: 3px solid #333;
    color: #333;
  }
  .c-btnList .c-btn:active::before {
    background-color: #333;
  }
}

.c-btnLineSet {
  position: relative;
}
.c-btnLineSet .c-btnLine {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.c-btnLineSet .c-btnLine::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 1px;
  background: #C73F34;
}
.c-btnLineSet .c-btnLine:after {
  content: "";
  position: absolute;
  top: 33%;
  right: 2px;
  width: 1px;
  height: 6px;
  background: #C73F34;
  transform: skewX(30deg);
}
@media screen and (max-width: 767px) {
  .c-btnLineSet .c-btnLine::before {
    width: 30px;
  }
  .c-btnLineSet .c-btnLine::after {
    top: 27%;
  }
}
.c-btnLineSet .c-btnLine .c-btn {
  position: relative;
  display: block;
  min-width: unset;
  padding: 0 50px 0 0;
  background: none;
  font-size: 2rem;
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  color: #C73F34;
}
.c-btnLineSet .c-btnLine .c-btn::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C73F34;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
[data-whatintent=mouse] .c-btnLineSet .c-btnLine .c-btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .c-btnLineSet .c-btnLine .c-btn {
    font-size: 1.4rem;
  }
  .c-btnLineSet .c-btnLine .c-btn:active::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.c-pageHeading {
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
.c-pageHeading .c-container {
  width: auto;
}
.c-pageHeading .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-animation: slideIn 1.5s ease-in-out forwards;
  animation: slideIn 1.5s ease-in-out forwards;
}
.c-pageHeading .image img {
  width: 100%;
}
.c-pageHeading .pageTitle {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 39%;
  height: 100%;
  -webkit-animation: slideIn_down 0.6s ease-in-out 1s both;
  animation: slideIn_down 0.6s ease-in-out 1s both;
}
.c-pageHeading .pageTitle .trapezoid {
  height: 100%;
}
.c-pageHeading .pageTitle .trapezoid .trapezoid_left {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0%, 100% 0, 68% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 0, 68% 100%, 0% 100%);
  background: black;
  background: linear-gradient(0deg, black 0%, #585656 100%);
}
.c-pageHeading .pageTitle_txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}
.c-pageHeading .pageTitle__en {
  color: #fff;
  font-family: "ClanWeb-Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 1.5px;
}
.c-pageHeading h1 {
  margin-top: 5px;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.c-pageHeading h1.small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-pageHeading h1.small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pageHeading {
    align-items: flex-start;
  }
  .c-pageHeading .c-container {
    margin: auto;
  }
  .c-pageHeading .image {
    position: relative;
    width: 100%;
    height: 33.3333333333vw;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-pageHeading .image img {
    width: auto;
    height: 100%;
  }
  .c-pageHeading .pageTitle {
    width: 62.134%;
    transform: none;
  }
  .c-pageHeading .pageTitle_txt {
    left: 5.333333333vw;
  }
  .c-pageHeading .pageTitle_br h1 {
    font-size: 1.8rem;
  }
  .c-pageHeading .pageTitle__en {
    font-size: 1.2rem;
  }
  .c-pageHeading h1 {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 1.381;
    letter-spacing: 1px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1.2s, visibility 1.2s, transform 1.4s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/**
 * Component(記事セット)
 * 汎用詳細パーツのCSSはここに書く
 */
.box-area {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .box-area {
    margin-top: 0;
  }
}
.box-area .c-columnListSet {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnListSet {
    margin-top: 20px;
  }
  .box-area .c-columnListSet:first-child {
    margin-top: 20px;
  }
}
.box-area .c-columnList__item {
  position: relative;
  padding: 57px 50px 40px;
}
.box-area .c-columnList__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 146px 85px 0 0;
  border-color: #C73F34 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item::before {
    top: -10px;
    left: -10px;
    border-width: 99px 57px 0 0;
  }
}
.box-area .c-columnList__item > .column-title {
  margin-bottom: 30px;
  padding-left: 0;
  margin-top: -30px;
}
.box-area .c-columnList__item > .column-title::before {
  left: -19px;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item > .column-title {
    padding-left: 17px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .box-area .c-columnList__item > .column-title::before {
    left: 7px;
  }
}
.box-area .c-columnList__item > .sub-title {
  margin-bottom: 30px;
  padding-left: 0;
}
.box-area .c-columnList__item > .sub-title::before {
  left: -32px;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item > .sub-title {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .box-area .c-columnList__item > .sub-title::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item > .mini-title {
    font-size: 1.4rem;
  }
}
.box-area .c-columnList__item .wysiwyg:first-child p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item .wysiwyg p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList__item {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.box-area .c-columnList__item *:last-child {
  margin-bottom: 0;
}
.box-area .c-columnList--2col {
  display: flex;
  justify-content: space-between;
}
.box-area .c-columnList--2col .c-columnList__item {
  width: calc(50% - 20px);
  padding: 54px 50px 40px;
}
.box-area .c-columnList--2col .c-columnList__item::before {
  border-width: 129px 75px 0 0;
}
@media screen and (max-width: 767px) {
  .box-area .c-columnList--2col {
    display: block;
  }
  .box-area .c-columnList--2col .c-columnList__item {
    width: 100%;
    padding: 30px 20px;
  }
  .box-area .c-columnList--2col .c-columnList__item::before {
    top: -10px;
    left: -10px;
    border-width: 99px 57px 0 0;
  }
}

.border-box {
  border: 1px solid #C73F34;
  background-color: #fff;
}
.border-box .column-title {
  background-color: #fff;
}

.link-list-area {
  margin-left: -40px;
}
.link-list-area.row-area .link + .link {
  margin-top: 20px;
}
.link-list-area .link {
  position: relative;
  width: 370px;
  padding-left: 40px;
}
.link-list-area .link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 1px;
  background: #fff;
}
.link-list-area .link:after {
  content: "";
  position: absolute;
  top: 43%;
  right: 22px;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: skewX(30deg);
}
[data-whatintent=mouse] .link-list-area .link:hover::before, [data-whatintent=mouse] .link-list-area .link:hover::after {
  background: #333;
}
@media screen and (max-width: 767px) {
  .link-list-area .link:active::before, .link-list-area .link:active::after {
    background: #333;
  }
}
.link-list-area .link.blank .link-list-wrapper, .link-list-area .link.pdf .link-list-wrapper {
  position: relative;
}
.link-list-area .link.blank .link-list-wrapper::before, .link-list-area .link.pdf .link-list-wrapper::before {
  content: none;
}
.link-list-area .link.blank .link-list-wrapper::after, .link-list-area .link.pdf .link-list-wrapper::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.link-list-area .link.blank::before {
  content: none;
}
.link-list-area .link.blank::after {
  content: none;
}
.link-list-area .link.blank .link-list-wrapper::after {
  top: 50%;
  right: -30px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  transform: translateY(-50%);
}
.link-list-area .link.pdf span::after {
  background: url(../images/common/icon_file.svg);
}
.link-list-area .link a {
  display: inline-flex;
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 250px;
  max-height: 75px;
  padding: 26px 39px;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: black;
  background: linear-gradient(90deg, black 0%, #555352 100%);
}
.link-list-area .link a::after {
  content: "";
  opacity: 0;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.6s;
}
[data-whatintent=mouse] .link-list-area .link a:hover {
  border: 1px solid #333;
  color: #333;
}
[data-whatintent=mouse] .link-list-area .link a:hover::after {
  opacity: 1;
}
[data-whatintent=mouse] .link-list-area .link a:hover[target=_blank] .link-list-wrapper::after {
  background: url(../images/common/icon_blank_black.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .link-list-area .link a {
    width: 100%;
    padding: 15px 39px;
    height: 70px;
    font-size: 1.6rem;
  }
  .link-list-area .link a:active {
    border: 1px solid #333;
    color: #333;
  }
  .link-list-area .link a:active::after {
    opacity: 1;
  }
  .link-list-area .link a:active[target=_blank] .link-list-wrapper::after {
    background: url(../images/common/icon_blank_black.svg) no-repeat;
  }
}
.link-list-area .link.link-center {
  margin: 0 auto;
}
.link-list-area .link.link-right {
  margin: 0 0 0 auto;
}
.link-list-area .link.newline a {
  padding: 10px 50px;
}
.link-list-area .link.lg {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .link-list-area .link.lg {
    width: 100%;
  }
}
.link-list-area .link.lg a {
  min-height: 110px;
}
.link-list-area + .link-list-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .link-list-area + .link-list-area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-list-area {
    margin-left: 0;
  }
  .link-list-area .link {
    width: 100%;
    padding-left: 0;
  }
  .link-list-area .link + .link {
    margin-top: 20px;
  }
}

body.news .p-breadcrumb::before {
  width: 21.3vw;
  height: 35vw;
}
@media screen and (max-width: 767px) {
  body.news .p-breadcrumb::before {
    width: 42vw;
    height: 66vw;
  }
}
body.news main:after {
  width: 29.7vw;
  height: 28vw;
}
@media screen and (max-width: 1240px) {
  body.news main:after {
    width: 530px;
    height: 535px;
  }
}
@media screen and (max-width: 767px) {
  body.news main:after {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0);
    width: 47vw;
    height: 82vw;
  }
}

.c-artSet .p-breadcrumb {
  position: relative;
}
.c-artSet .p-breadcrumb::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26.55%;
  height: 45vw;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #f6f6f6;
  background: linear-gradient(200deg, #cccccc 0%, #f6f6f6 100%);
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  .c-artSet .p-breadcrumb::before {
    width: 329px;
    height: 537px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .p-breadcrumb::before {
    width: 42.2%;
    height: 66vw;
  }
}
.c-artSet main {
  position: relative;
}
.c-artSet main::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 39.7vw;
  height: 34vw;
  -webkit-clip-path: polygon(50% 100%, 100% 100%, 100% 0);
  clip-path: polygon(50% 100%, 100% 100%, 100% 0);
  background: #cccccc;
  background: linear-gradient(200deg, #cccccc 0%, #f6f6f6 100%);
}
@media screen and (max-width: 1240px) {
  .c-artSet main::after {
    width: 590px;
    height: 595px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet main::after {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0);
    width: 47vw;
    height: 82vw;
  }
}
.c-artSet .section-area {
  margin-top: 80px;
}
.c-artSet .section-area:first-child {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .c-artSet .section-area {
    margin-top: 60px;
  }
  .c-artSet .section-area:first-child {
    margin-top: 20px;
  }
}
.c-artSet .column-area {
  display: flex;
  justify-content: center;
}
.c-artSet .column-area.link-list-area {
  flex-wrap: wrap;
}
.c-artSet .column-area.link-list-area .link:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet .column-area {
    display: block;
  }
  .c-artSet .column-area.link-list-area .link:nth-child(n+4) {
    margin-top: 20px;
  }
}
.c-artSet .column-title {
  position: relative;
  margin-bottom: 35px;
  padding-top: 30px;
  color: #333;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
.c-artSet .column-title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 22px;
  width: 2px;
  height: 50px;
  background: #C73F34;
  border-radius: 3px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .c-artSet .column-title {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .c-artSet .column-title::before {
    left: 0px;
    top: 26px;
    width: 1px;
    height: 30px;
  }
}
.c-artSet .sub-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-artSet .sub-title::before {
  content: "";
  position: absolute;
  display: block;
  left: -35px;
  top: 9px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #C73F34;
}
@media screen and (max-width: 767px) {
  .c-artSet .sub-title {
    margin-bottom: 20px;
    padding-left: 21px;
    font-size: 1.8rem;
  }
  .c-artSet .sub-title::before {
    width: 11px;
    height: 11px;
    left: 0;
  }
}
.c-artSet .mini-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .mini-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.c-artSet .wysiwyg * {
  margin-top: 30px;
}
.c-artSet .wysiwyg *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg * {
    margin-top: 20px;
  }
}
.c-artSet .wysiwyg p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.c-artSet .wysiwyg p a {
  color: #C73F34;
  text-decoration: underline;
  transition: 0.3s;
}
[data-whatintent=mouse] .c-artSet .wysiwyg p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg p a:active {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg p {
    font-size: 1.4rem;
  }
}
.c-artSet .wysiwyg div {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg div {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
.c-artSet .wysiwyg ul, .c-artSet .wysiwyg ol {
  margin-left: 22px;
}
.c-artSet .wysiwyg ul li, .c-artSet .wysiwyg ol li {
  margin-top: 9px;
}
.c-artSet .wysiwyg ul li:first-of-type, .c-artSet .wysiwyg ol li:first-of-type {
  margin-top: 0;
}
.c-artSet .wysiwyg ul li a, .c-artSet .wysiwyg ol li a {
  color: #C73F34;
  text-decoration: underline;
  transition: 0.3s;
}
[data-whatintent=mouse] .c-artSet .wysiwyg ul li a:hover, [data-whatintent=mouse] .c-artSet .wysiwyg ol li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg ul li a:active, .c-artSet .wysiwyg ol li a:active {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg ul, .c-artSet .wysiwyg ol {
    margin-left: 20px;
  }
  .c-artSet .wysiwyg ul li, .c-artSet .wysiwyg ol li {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.c-artSet .wysiwyg ul {
  margin-top: 27px;
  list-style: none;
}
.c-artSet .wysiwyg ul + ul {
  margin-top: 37px;
}
.c-artSet .wysiwyg ul li {
  position: relative;
}
.c-artSet .wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -22px;
  width: 8px;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg ul {
    margin-top: 24px;
  }
  .c-artSet .wysiwyg ul + ul {
    margin-top: 12px;
  }
  .c-artSet .wysiwyg ul li::before {
    left: -19px;
  }
}
.c-artSet .wysiwyg ol {
  margin-top: 27px;
  margin-left: 18px;
}
.c-artSet .wysiwyg ol > li {
  padding-left: 5px;
  list-style-type: decimal;
}
.c-artSet .wysiwyg ol > li span {
  font-weight: bold;
}
.c-artSet .wysiwyg ol > li ul {
  margin: 9px 0 0 19px;
}
.c-artSet .wysiwyg ol > li ul li {
  padding-left: 0;
}
.c-artSet .wysiwyg ol > li::marker {
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg ol {
    margin-top: 30px;
    margin-left: 20px;
  }
  .c-artSet .wysiwyg ol > li {
    padding-left: 0;
    margin-top: 14px;
  }
}
.c-artSet .wysiwyg img {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg img {
    width: 100%;
  }
}
.c-artSet .wysiwyg blockquote {
  padding: 40px;
  margin-top: 37px;
  width: 100%;
  background-color: #E6E6E6;
}
.c-artSet .wysiwyg blockquote p {
  line-height: 1.8;
}
.c-artSet .wysiwyg blockquote p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg blockquote {
    padding: 30px;
    margin-top: 30px;
    width: 100%;
  }
  .c-artSet .wysiwyg blockquote p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .wysiwyg + .column-title {
    margin-top: 60px;
  }
}
.c-artSet .anchor-area {
  padding-bottom: 20px;
}
.c-artSet .anchor-area + .anchor-area {
  margin-top: 20px;
}
.c-artSet .anchor-area.col1 ul {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-artSet .anchor-area {
    padding-bottom: 0;
  }
  .c-artSet .anchor-area.col1 li {
    width: 100%;
  }
}
.c-artSet .anchor-area ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.c-artSet .anchor-area ul li {
  width: 20%;
  padding-left: 20px;
}
.c-artSet .anchor-area ul li a {
  display: flex;
  position: relative;
  height: 100%;
  padding: 23px 43px 23px 26px;
  border-top: 1px solid #9A9B9B;
  border-bottom: 1px solid #9A9B9B;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
[data-whatintent=mouse] .c-artSet .anchor-area ul li a:hover {
  background-color: #E6E6E6;
  color: #C73F34;
  text-decoration: underline;
}
.c-artSet .anchor-area ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: middle;
  transform: rotate(135deg);
}
.c-artSet .anchor-area ul li:nth-child(n+6) a {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .c-artSet .anchor-area ul {
    margin-left: -15px;
  }
  .c-artSet .anchor-area ul li {
    width: 50%;
    padding-left: 15px;
  }
  .c-artSet .anchor-area ul li a {
    padding: 20px 18px 20px 10px;
    font-size: 1.4rem;
  }
  .c-artSet .anchor-area ul li a:active {
    background-color: #E6E6E6;
    color: #C73F34;
    text-decoration: underline;
  }
  .c-artSet .anchor-area ul li a::before {
    right: 0;
    width: 7px;
    height: 7px;
  }
  .c-artSet .anchor-area ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.c-artSet .image-set {
  justify-content: space-between;
}
.c-artSet .image-set.image-right {
  flex-direction: row-reverse;
}
.c-artSet .image-set.image-left .sub-title {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-artSet .image-set.image-left .sub-title {
    margin-left: 0;
  }
}
.c-artSet .image-set.image-only img {
  width: 100%;
  height: auto;
}
.c-artSet .image-set__imageArea {
  width: calc(47.95% - 20px);
}
.c-artSet .image-set__imageArea img {
  width: 100%;
}
.c-artSet .image-set__textArea {
  width: calc(52.05% - 20px);
}
.c-artSet .image-set .link-list-area {
  margin-left: 0;
}
.c-artSet .image-set .link-list-area .link {
  width: 306px;
  padding-left: 0;
}
.c-artSet .image-set + .image-set {
  margin-top: 80px;
}
.c-artSet .image-set.image-center {
  display: block;
}
.c-artSet .image-set.image-center .image-set__imageArea {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.c-artSet .image-set.image-center .image-set__imageArea .image {
  margin: 0 auto;
}
.c-artSet .image-set.image-center .image-set__imageArea figure {
  display: table;
  width: 50%;
}
.c-artSet .image-set.image-center .image-set__imageArea figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: left;
}
.c-artSet .image-set.image-center .image-set__imageArea + .image-set__textArea {
  margin-top: 30px;
}
.c-artSet .image-set.image-center .image-set__textArea {
  width: 100%;
}
.c-artSet .image-set.image-wide .image-set__imageArea figure {
  width: 100%;
}
.c-artSet .image-set.image-set-small .image-set__textArea {
  width: calc(70% - 20px);
}
@media screen and (max-width: 767px) {
  .c-artSet .image-set.image-set-small .image-set__textArea {
    width: 100%;
  }
}
.c-artSet .image-set.image-set-small .image-set__imageArea {
  width: calc(30% - 20px);
}
@media screen and (max-width: 767px) {
  .c-artSet .image-set.image-set-small .image-set__imageArea {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .image-set {
    margin-top: 17px;
    justify-content: space-between;
  }
  .c-artSet .image-set__content .mini-title {
    font-size: 1.5rem;
  }
  .c-artSet .image-set__imageArea {
    width: 100%;
  }
  .c-artSet .image-set__imageArea img {
    width: 100%;
  }
  .c-artSet .image-set__imageArea + .image-set__textArea {
    margin-top: 20px;
  }
  .c-artSet .image-set__textArea {
    width: 100%;
  }
  .c-artSet .image-set .wysiwyg p {
    font-size: 1.4rem;
  }
  .c-artSet .image-set .link-list-area {
    margin-top: 20px;
  }
  .c-artSet .image-set .link-list-area .link {
    width: 100%;
  }
  .c-artSet .image-set + .image-set {
    margin-top: 61px;
  }
  .c-artSet .image-set.image-center {
    display: block;
  }
  .c-artSet .image-set.image-center .image-set__imageArea figure {
    width: 100%;
  }
  .c-artSet .image-set.image-center .image-set__imageArea figure figcaption {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c-artSet .image-set.image-center .image-set__imageArea + .image-set__textArea {
    margin-top: 20px;
  }
  .c-artSet .image-set.image-center .image-set__textArea {
    width: 100%;
  }
  .c-artSet .image-set.image-center .image-set__textArea .wysiwyg p {
    font-size: 1.4rem;
  }
  .c-artSet .image-set + .column-title {
    margin-top: 86px;
  }
}
.c-artSet .image-columnSet {
  margin-top: 28px;
}
.c-artSet .image-columnSet ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.c-artSet .image-columnSet ul li {
  padding-left: 40px;
}
.c-artSet .image-columnSet ul li figure {
  width: 100%;
}
.c-artSet .image-columnSet ul li figure img {
  width: 100%;
}
.c-artSet .image-columnSet ul li a .mini-title {
  margin-top: 25px;
}
.c-artSet .image-columnSet ul li a .wysiwyg {
  margin-top: 15px;
}
.c-artSet .image-columnSet.two-image ul li {
  width: 50%;
}
.c-artSet .image-columnSet.two-image ul li:nth-child(n+3) {
  margin-top: 40px;
}
.c-artSet .image-columnSet.three-image ul li {
  width: 33.333%;
}
.c-artSet .image-columnSet.three-image ul li a .mini-title {
  margin-top: 20px;
  font-size: 1.6rem;
}
.c-artSet .image-columnSet.three-image ul li a .wysiwyg {
  margin-top: 14px;
  font-size: 1.4rem;
}
.c-artSet .image-columnSet.three-image ul li:nth-child(n+4) {
  margin-top: 20px;
}
.c-artSet .image-columnSet.four-image ul {
  margin-left: -30px;
}
.c-artSet .image-columnSet.four-image ul li {
  padding-left: 30px;
  width: 25%;
}
.c-artSet .image-columnSet.four-image ul li:nth-child(n+5) {
  margin-top: 20px;
}
.c-artSet .image-columnSet.five-image ul {
  margin-left: -20px;
}
.c-artSet .image-columnSet.five-image ul li {
  padding-left: 20px;
  width: 20%;
}
.c-artSet .image-columnSet.five-image ul li:nth-child(n+6) {
  margin-top: 20px;
}
.c-artSet .image-columnSet + .image-columnSet {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-artSet .image-columnSet {
    margin-top: 17px;
  }
  .c-artSet .image-columnSet ul {
    display: block;
  }
  .c-artSet .image-columnSet ul li a .mini-title {
    margin-top: 18px;
  }
  .c-artSet .image-columnSet ul li a .wysiwyg {
    margin-top: 7px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-artSet .image-columnSet ul li + li {
    margin-top: 27px;
  }
  .c-artSet .image-columnSet ul li:nth-child(n+3) {
    margin-top: 27px;
  }
  .c-artSet .image-columnSet.two-image ul li {
    width: 100%;
  }
  .c-artSet .image-columnSet.three-image ul li {
    width: 100%;
  }
  .c-artSet .image-columnSet.three-image ul li a .wysiwyg {
    margin-top: 8px;
  }
  .c-artSet .image-columnSet.four-image ul {
    display: flex;
    margin-left: -15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-artSet .image-columnSet.four-image ul li {
    width: 50%;
    padding-left: 15px;
  }
  .c-artSet .image-columnSet.four-image ul li figure .mini-title {
    margin-top: 20px;
  }
  .c-artSet .image-columnSet.four-image ul li figure .wysiwyg {
    margin-top: 13px;
  }
  .c-artSet .image-columnSet.four-image ul li + li {
    margin-top: 0;
  }
  .c-artSet .image-columnSet.four-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .c-artSet .image-columnSet.five-image ul {
    display: flex;
    margin-left: -15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-artSet .image-columnSet.five-image ul li {
    width: 50%;
    padding-left: 15px;
  }
  .c-artSet .image-columnSet.five-image ul li figure .mini-title {
    margin-top: 20px;
  }
  .c-artSet .image-columnSet.five-image ul li figure .wysiwyg {
    margin-top: 13px;
  }
  .c-artSet .image-columnSet.five-image ul li + li {
    margin-top: 0;
  }
  .c-artSet .image-columnSet.five-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .c-artSet .image-columnSet + .image-columnSet {
    margin-top: 27px;
  }
  .c-artSet .image-columnSet + .image-columnSet.four-image {
    margin-top: 60px;
  }
  .c-artSet .image-columnSet + .image-columnSet.five-image {
    margin-top: 60px;
  }
  .c-artSet .image-columnSet + .column-title {
    margin-top: 60px;
  }
}
.c-artSet .banner-set {
  text-align: center;
}
.c-artSet .banner-set a {
  display: inline-block;
  transition: 0.3s;
}
.c-artSet .banner-set a .image {
  width: 100%;
  margin: 0 auto;
}
.c-artSet .banner-set a .image img {
  width: 100%;
}
[data-whatintent=mouse] .c-artSet .banner-set a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-artSet .banner-set a:active {
    opacity: 0.6;
  }
}
.c-artSet .banner-set + .banner-set {
  margin-top: 80px;
}
.c-artSet .banner-set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-artSet .banner-set ul li {
  width: 48.33%;
}
.c-artSet .banner-set ul li:nth-child(n+3) {
  margin-top: 30px;
}
.c-artSet .banner-set ul li a .image {
  width: 100%;
  margin: 0 auto;
}
.c-artSet .banner-set ul li a .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-artSet .banner-set {
    margin-top: 17px;
  }
  .c-artSet .banner-set a .image {
    width: 100%;
    margin: 0 auto;
  }
  .c-artSet .banner-set a .image img {
    width: 100%;
  }
  .c-artSet .banner-set + .banner-set {
    margin-top: 40px;
  }
  .c-artSet .banner-set ul {
    display: block;
  }
  .c-artSet .banner-set ul li {
    width: 100%;
  }
  .c-artSet .banner-set ul li + li {
    margin-top: 20px;
  }
  .c-artSet .banner-set ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-artSet .banner-set + .column-title {
    margin-top: 70px;
  }
}
.c-artSet .table-set + .table-set {
  margin-top: 59px;
}
.c-artSet .table-set.recruit th {
  width: 15%;
}
.c-artSet .table-set.recruit td {
  text-align: left;
  width: auto;
}
[data-whatintent=mouse] .c-artSet .table-set.recruit td a:hover {
  opacity: 0.7;
}
.c-artSet .table-set.recruit td img {
  margin-left: 10px;
}
.c-artSet .table-set.recruit td .link-list-area {
  margin-top: 10px;
}
.c-artSet .table-set.recruit td .link-list-area .link {
  width: 300px;
}
.c-artSet .table-set.recruit td .link-list-area .link::before {
  right: 30px;
  width: 25px;
}
.c-artSet .table-set.recruit td .link-list-area .link::after {
  right: 31px;
  top: 42%;
}
.c-artSet .table-set.recruit td .link-list-area .link a {
  padding: 20px 20px 20px 30px;
  max-height: 60px;
  justify-content: flex-start;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set.recruit.recruit th {
    width: 25%;
  }
  .c-artSet .table-set.recruit.recruit td {
    text-align: left;
  }
  .c-artSet .table-set.recruit.recruit td img {
    margin-left: 0px;
    margin-top: 10px;
  }
  .c-artSet .table-set.recruit.recruit td a:active {
    opacity: 0.7;
  }
  .c-artSet .table-set.recruit.recruit td .link-list-area {
    margin-top: 15px;
  }
  .c-artSet .table-set.recruit.recruit td .link-list-area .link {
    width: 100%;
  }
  .c-artSet .table-set.recruit.recruit td .link-list-area .link::before {
    width: 20px;
    right: 20px;
  }
  .c-artSet .table-set.recruit.recruit td .link-list-area .link::after {
    right: 20px;
    top: 40%;
  }
  .c-artSet .table-set.recruit.recruit td .link-list-area a {
    height: 50px;
    padding: 20px;
    justify-content: center;
    font-size: 1.3rem;
  }
}
.c-artSet .table-set table {
  width: 100%;
  margin-top: 28px;
}
.c-artSet .table-set table th, .c-artSet .table-set table td {
  padding: 14px;
  border: 1px solid #CBCBCB;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-artSet .table-set table thead tr td {
  background-color: #E6E6E6;
  font-weight: bold;
}
.c-artSet .table-set table tbody tr th {
  background-color: #E6E6E6;
  font-weight: bold;
}
.c-artSet .table-set table tbody tr td {
  padding-left: 60px;
  text-align: left;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set table tbody tr td {
    padding-left: 14px;
  }
}
.c-artSet .table-set table tbody tr td ul {
  list-style: none;
}
.c-artSet .table-set table tbody tr td ul + ul {
  margin-top: 37px;
}
.c-artSet .table-set table tbody tr td ul li {
  position: relative;
}
.c-artSet .table-set table tbody tr td ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set table tbody tr td ul + ul {
    margin-top: 12px;
  }
  .c-artSet .table-set table tbody tr td ul li {
    padding-left: 15px;
  }
  .c-artSet .table-set table tbody tr td ul li::before {
    left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set table {
    width: 100%;
    margin-top: 17px;
  }
  .c-artSet .table-set table th, .c-artSet .table-set table td {
    padding: 8px 13px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .c-artSet .table-set table + .column-title {
    margin-top: 70px;
  }
  .c-artSet .table-set table + .table-set {
    margin-top: 81px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set--scroll {
    overflow-x: scroll;
  }
  .c-artSet .table-set--scroll table {
    width: 900px;
  }
  .c-artSet .table-set--scroll table th, .c-artSet .table-set--scroll table td {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .table-set + .table-set {
    margin-top: 41px;
  }
}
.c-artSet caption {
  caption-side: bottom;
  margin-top: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-artSet caption {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.c-artSet .imgLink-set {
  margin-top: 60px;
}
.c-artSet .imgLink-set + .imgLink-set {
  margin-top: 80px;
}
.c-artSet .imgLink-set ul {
  display: flex;
  margin-left: -60px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.c-artSet .imgLink-set ul li {
  position: relative;
  width: 50%;
  padding-left: 60px;
}
.c-artSet .imgLink-set ul li:nth-child(n+3) {
  margin-top: 80px;
}
.c-artSet .imgLink-set ul li .imgLink-setList {
  height: auto;
}
.c-artSet .imgLink-set ul li .imgLink-setList .image {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 66.6666666667%;
  background-color: #eee;
}
.c-artSet .imgLink-set ul li .imgLink-setList .image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}
.c-artSet .imgLink-set ul li .imgLink-setList.bg-black {
  position: relative;
}
.c-artSet .imgLink-set ul li .imgLink-setList.bg-black::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: 140px;
  height: 240px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: black;
  background: linear-gradient(90deg, black 0%, #585656 100%);
}
.c-artSet .imgLink-set ul li .imgLink-setList a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
[data-whatintent=mouse] .c-artSet .imgLink-set ul li .imgLink-setList a:hover .image img {
  transform: scale(1.05, 1.05);
  transition: 0.3s;
}
[data-whatintent=mouse] .c-artSet .imgLink-set ul li .imgLink-setList a:hover .mini-title {
  color: #C73F34;
}
[data-whatintent=mouse] .c-artSet .imgLink-set ul li .imgLink-setList a:hover .c-btn::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .c-artSet .imgLink-set ul li .imgLink-setList a:active .image img {
    transform: scale(1.05, 1.05);
    transition: 0.3s;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList a:active .mini-title {
    color: #C73F34;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList a:active .c-btn::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg {
  display: flex;
  position: relative;
  padding: 25px 20px;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
}
.c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .mini-title {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg p {
  margin-top: 15px;
}
.c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .linkTxt {
  margin-top: 11px;
  text-align: right;
  font-weight: bold;
}
.c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .linkTxt .c-circleArrow {
  margin-right: 10px;
  transform: translateY(-3px);
}
.c-artSet .imgLink-set ul li .imgLink-setList .c-btnLineSet .c-btn {
  padding: 0 63px 0 0;
}
.c-artSet .imgLink-set ul li .imgLink-setList:nth-child(n+3) {
  margin-top: 40px;
}
.c-artSet .imgLink-set_noHight ul li .imgLink-setList .image {
  position: inherit;
  padding-top: 0;
}
.c-artSet .imgLink-set_noHight ul li .imgLink-setList .image img {
  position: inherit;
}
.c-artSet .imgLink-set.three-image ul {
  margin-left: -30px;
  justify-content: center;
}
.c-artSet .imgLink-set.three-image ul li {
  width: 33.3333333333%;
  padding-left: 30px;
}
.c-artSet .imgLink-set.three-image ul li:nth-child(3n+1) {
  margin-left: 0;
}
.c-artSet .imgLink-set.three-image ul li:nth-child(n+3) {
  margin-top: 0;
}
.c-artSet .imgLink-set.three-image ul li:nth-child(n+4) {
  margin-top: 40px;
}
.c-artSet .imgLink-set.three-image ul li .imgLink-setList.bg-black::before {
  top: -15px;
  left: -15px;
  width: 90px;
  height: 158px;
}
.c-artSet .imgLink-set.three-image ul li .wysiwyg {
  padding: 25px;
  text-align: center;
  height: auto;
}
.c-artSet .imgLink-set.three-image ul li .wysiwyg .mini-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.c-artSet .imgLink-set.three-image ul li .wysiwyg p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.c-artSet .imgLink-set.three-image ul li .wysiwyg .arw {
  margin: 22px 29px 0 0;
  color: #000846;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7333;
}
.c-artSet .imgLink-set.four-image ul {
  margin-left: -30px;
  justify-content: space-between;
}
.c-artSet .imgLink-set.four-image ul li {
  width: 25%;
  padding-left: 30px;
}
.c-artSet .imgLink-set.four-image ul li:nth-child(3n+1) {
  margin-left: 0;
}
.c-artSet .imgLink-set.four-image ul li:nth-child(n+3) {
  margin-top: 0;
}
.c-artSet .imgLink-set.four-image ul li:nth-child(n+5) {
  margin-top: 40px;
}
.c-artSet .imgLink-set.four-image ul li .imgLink-setList.bg-black {
  background: #fff;
}
.c-artSet .imgLink-set.four-image ul li .imgLink-setList.bg-black::before {
  top: -10px;
  left: -10px;
  width: 70px;
  height: 120px;
}
.c-artSet .imgLink-set.four-image ul li .wysiwyg {
  height: auto;
  text-align: center;
}
.c-artSet .imgLink-set.four-image ul li .wysiwyg .mini-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.c-artSet .imgLink-set.five-image ul {
  margin-left: -20px;
  justify-content: space-between;
}
.c-artSet .imgLink-set.five-image ul li {
  width: 20%;
  padding-left: 20px;
}
.c-artSet .imgLink-set.five-image ul li:nth-child(3n+1) {
  margin-left: 0;
}
.c-artSet .imgLink-set.five-image ul li:nth-child(n+3) {
  margin-top: 0;
}
.c-artSet .imgLink-set.five-image ul li:nth-child(n+6) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-artSet .imgLink-set {
    margin-top: 40px;
  }
  .c-artSet .imgLink-set + .imgLink-set {
    margin-top: 60px;
  }
  .c-artSet .imgLink-set ul {
    display: block;
    margin-left: 0;
  }
  .c-artSet .imgLink-set ul li {
    width: 100%;
    padding-left: 0;
  }
  .c-artSet .imgLink-set ul li:nth-child(n+2) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList.bg-black::before {
    top: -10px;
    left: -10px;
    width: 63px;
    height: 108px;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList a {
    position: relative;
    display: block;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg {
    padding: 20px;
    margin: -30px auto 0;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .mini-title {
    font-size: 1.5rem;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg p {
    margin-top: 5px;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .c-btnLineSet {
    margin-top: 11px;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList .wysiwyg .c-btnLineSet .c-btnLine .c-btn {
    padding: 0 50px 0 0;
  }
  .c-artSet .imgLink-set ul li .imgLink-setList:nth-child(n+3) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set.three-image ul {
    display: flex;
    margin-left: 0;
  }
  .c-artSet .imgLink-set.three-image ul li {
    width: 100%;
    padding-left: 0;
  }
  .c-artSet .imgLink-set.three-image ul li:nth-child(n+2) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set.three-image ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set.three-image ul li .imgLink-setList.bg-black::before {
    top: -10px;
    left: -10px;
    width: 63px;
    height: 108px;
  }
  .c-artSet .imgLink-set.three-image ul li .wysiwyg {
    padding: 20px;
  }
  .c-artSet .imgLink-set.three-image ul li .wysiwyg .mini-title {
    font-size: 1.4rem;
  }
  .c-artSet .imgLink-set.three-image ul li .wysiwyg p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .c-artSet .imgLink-set.four-image ul {
    display: flex;
    margin-left: 0;
  }
  .c-artSet .imgLink-set.four-image ul li {
    width: calc(50% - 7.5px);
    margin-left: 15px;
    padding-left: 0;
  }
  .c-artSet .imgLink-set.four-image ul li:nth-child(n+2) {
    margin-top: 0px;
  }
  .c-artSet .imgLink-set.four-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .c-artSet .imgLink-set.four-image ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-artSet .imgLink-set.four-image ul li .imgLink-setList.bg-black::before {
    top: -10px;
    left: -10px;
    width: 63px;
    height: 108px;
  }
  .c-artSet .imgLink-set.four-image.logistics ul li {
    width: 100%;
  }
  .c-artSet .imgLink-set.four-image.logistics ul li:nth-child(n+2) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set.four-image.logistics ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  .c-artSet .imgLink-set.five-image ul {
    display: flex;
    margin-left: 0;
  }
  .c-artSet .imgLink-set.five-image ul li {
    width: calc(50% - 7.5px);
    margin-left: 15px;
    padding-left: 0;
  }
  .c-artSet .imgLink-set.five-image ul li:nth-child(n+2) {
    margin-top: 0px;
  }
  .c-artSet .imgLink-set.five-image ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .c-artSet .imgLink-set.five-image ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.c-artSet .map-set {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-artSet .map-set {
    display: block;
  }
}
.c-artSet .map-set__map {
  position: relative;
  width: 400px;
  height: 0;
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .c-artSet .map-set__map {
    width: 100%;
    padding-bottom: 62.5%;
  }
}
.c-artSet .map-set__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-artSet .map-set__txt {
  width: calc(100% - 400px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-artSet .map-set__txt {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
}
.c-artSet .history-set {
  position: relative;
  overflow: hidden;
}
.c-artSet .history-set__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-artSet .history-set__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-artSet .history-set__bgImg {
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-artSet .history-set__bgImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.c-artSet .history-set__bgImg img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__bgImg img {
    width: 335px;
    height: 1651px;
  }
}
.c-artSet .history-set__inner {
  position: relative;
  width: 1020px;
  padding: 85px 0 97px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__inner {
    width: 100%;
    max-width: 330px;
    padding: 50px 0 92px;
  }
}
.c-artSet .history-set__item {
  position: relative;
  z-index: 0;
}
.c-artSet .history-set__item:last-child:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 17px);
  width: 35px;
  height: 35px;
  background-image: url(../images/common/icon_history_arw.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__item:last-child:after {
    left: calc(50% - 15px);
    width: 26px;
    height: 26px;
  }
}
.c-artSet .history-set__item::before {
  content: "";
  position: absolute;
  top: 55px;
  left: calc(50% - 1px);
  width: 3px;
  height: calc(100% - 58px);
  background-color: #C73F34;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__item::before {
    top: 33px;
    left: calc(50% - 3px);
    width: 2px;
    height: calc(100% - 33px);
  }
}
.c-artSet .history-set__item .num {
  position: relative;
  width: 17%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__item .num {
    width: 18%;
    font-size: 2rem;
  }
}
.c-artSet .history-set__txt {
  position: relative;
  transform: translateY(-60px);
  width: 41.5%;
  padding-top: 18px;
  padding-right: 15px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt {
    transform: translateY(-34px);
    width: 41%;
    padding-top: 13px;
    padding-right: 7px;
    margin-top: -7px;
  }
}
.c-artSet .history-set__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt::before {
    width: calc(100% - 10px);
  }
}
.c-artSet .history-set__txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left;
  transform: translateX(100%) rotate(60deg);
  width: 40px;
  height: 1px;
  background-color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt:after {
    right: 10px;
    width: 20px;
  }
}
.c-artSet .history-set__txt--right {
  padding-right: 0;
  padding-left: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt--right {
    padding-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt--right::before {
    left: 10px;
  }
}
.c-artSet .history-set__txt--right:after {
  right: auto;
  left: 0;
  transform-origin: right;
  transform: translateX(-100%) rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt--right:after {
    left: 10px;
  }
}
.c-artSet .history-set__txt--spotLeft {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.c-artSet .history-set__txt--spotRight {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0);
}
.c-artSet .history-set__txt--spotTight {
  transform: translateY(-24px);
  margin-top: -39px;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt--spotTight {
    transform: translateY(-30px);
    margin-top: -11px;
  }
}
.c-artSet .history-set__txt--spotTight02 {
  transform: translateY(-33px);
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt--spotTight02 {
    transform: translateY(-30px);
    margin-top: -11px;
  }
}
.c-artSet .history-set__txt .hdg {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt .hdg {
    font-size: 1.3rem;
  }
}
.c-artSet .history-set__txt .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt .txt {
    font-size: 1.2rem;
  }
}
.c-artSet .history-set__txt .img {
  width: 130px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-artSet .history-set__txt .img {
    width: 82px;
    margin-bottom: 10px;
  }
}
.c-artSet .history-set__txt .img:last-child {
  margin-bottom: 0;
}
.c-artSet .history-set__txt .img img {
  width: 100%;
  height: auto;
}

.signature {
  display: inline-block;
  width: 200px;
  margin-top: 10px !important;
  text-align: right;
}
.signature img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .signature {
    width: 120px;
  }
}

.mt30 {
  margin-top: 30px;
}

/**
 * Project
 */
.p-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: flex-end;
}
.p-breadcrumb ol li {
  position: relative;
  padding-right: 46px;
  font-weight: normal;
}
.p-breadcrumb ol li::before {
  position: absolute;
  content: "";
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: scaleX(-1) translateX(2px) rotate(45deg);
  top: 13px;
  right: 16px;
}
.p-breadcrumb ol li:last-of-type {
  padding-right: 0;
}
.p-breadcrumb ol li:last-of-type::before {
  content: none;
}
.p-breadcrumb ol li a {
  font-weight: 500;
  transition: 0.3s;
  border-bottom: 1px solid #333;
}
[data-whatintent=mouse] .p-breadcrumb ol li a:hover {
  border-bottom: none;
}
.p-breadcrumb ol li span {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ol {
    padding: 12px 0;
    margin-top: 0;
  }
  .p-breadcrumb ol li {
    padding-right: 20px;
  }
  .p-breadcrumb ol li::before {
    right: 5px;
    top: 12px;
  }
  .p-breadcrumb ol li span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/**
 * Other
 */
/**
 * Utility
 */
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

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

.u-roboto {
  font-family: "ClanWeb-Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

/**
 * keyframes
 */
@-webkit-keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideIn_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideIn_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@-webkit-keyframes glowTrans {
  100% {
    left: -50%;
  }
}
@keyframes glowTrans {
  100% {
    left: -50%;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}