@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,700;0,800;1,800&display=swap");
.wp-caption,
.alignnone {
  max-width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    color: #e60012 !important;
    text-decoration: underline !important;
  }
}
.main {
  position: relative;
}

.Headline-lv1 {
  margin-bottom: 64px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .Headline-lv1 {
    margin-bottom: 26px;
    font-size: 2.2rem;
  }
}

.Headline-lv1 small {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
  display: block;
}

#page-top {
  width: 35px;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  #page-top {
    width: 25px;
  }
}

.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.fadein {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: opacity 1s, transform 1s;
}

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

.scale {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.5s;
}

.scale.scrollin {
  opacity: 1;
  transform: scale(1);
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:not([class]) {
  text-decoration: none;
  color: #000000;
}

a:not([class]):hover {
  text-decoration: underline;
}

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

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.625;
  color: #000000;
}
@media (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}

.global-Header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
  z-index: 99;
}
@media (max-width: 640px) {
  .global-Header {
    height: 65px;
  }
}
.global-Header-Brand {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}
@media (max-width: 1554px) {
  .global-Header-Brand {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .global-Header-Brand {
    left: 15px;
  }
}
.global-Header-Brand_Logo {
  fill: #ffffff;
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .global-Header-Brand_Logo {
    width: 120px;
    transition: none;
  }
}
.global-Header-Brand a {
  display: block;
}
.global-Header-Wrapper {
  height: 100%;
}
@media (max-width: 1360px) {
  .global-Header-Wrapper {
    height: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s;
  }
}
.global-Header-Bg {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1360px) {
  .global-Header-Bg {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background: #ffffff;
    margin-left: auto;
    padding: 40px 20px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: auto;
    transition: transform 0.4s;
    transform: translateX(30px);
  }
}
.global-Header-Nav_List {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1360px) {
  .global-Header-Nav_List {
    height: auto;
    margin-bottom: 20px;
    display: block;
  }
}
.global-Header-Nav_List > li {
  margin-right: calc(70vw * 100 / 1920);
}
@media (max-width: 1680px) {
  .global-Header-Nav_List > li {
    margin-right: calc(35vw * 100 / 1680);
  }
}
@media (max-width: 1460px) {
  .global-Header-Nav_List > li {
    margin-right: 20px;
  }
}
@media (max-width: 1360px) {
  .global-Header-Nav_List > li {
    border-bottom: 1px solid #f2f2f2;
    margin-right: 0;
  }
}
.global-Header-Nav_List > li > a,
.global-Header-Nav_List > li > span {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1360px) {
  .global-Header-Nav_List > li > a,
  .global-Header-Nav_List > li > span {
    padding: 15px 0;
    font-size: 1.6rem;
    color: #000000;
  }
}
.global-Header-Nav_List > li > a:after,
.global-Header-Nav_List > li > span:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scaleX(0);
  z-index: -1;
}
@media (max-width: 1360px) {
  .global-Header-Nav_List > li > a:after,
  .global-Header-Nav_List > li > span:after {
    display: none;
  }
}
.global-Header-Nav_List > li > a:hover:after,
.global-Header-Nav_List > li > span:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.global-Header-Nav_List > li.cr > a:after,
.global-Header-Nav_List > li.cr > span:after {
  transform-origin: left;
  transform: scaleX(1);
}
.global-Header-Nav_List > li > a:hover,
.global-Header-Nav_List > li > span:hover {
  text-decoration: none;
}
.global-Header-Nav_List > li i {
  margin: -6px 0 0 10px;
  display: block;
}
.global-Header-Nav_List > li i:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: block;
  transform: rotate(45deg);
  transition: border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1360px) {
  .global-Header-Nav_List > li i:after {
    border-color: #e60012;
  }
}
.global-Header-Nav_Language {
  margin: 0 -3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1360px) {
  .global-Header-Nav_Language {
    margin-bottom: 30px;
  }
}
.global-Header-Nav_Language li {
  width: 40px;
  box-sizing: border-box;
  padding: 0 3px;
}
.global-Header-Nav_Language li a,
.global-Header-Nav_Language li span {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  display: block;
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1360px) {
  .global-Header-Nav_Language li a,
  .global-Header-Nav_Language li span {
    font-size: 1.6rem;
    color: #000000;
  }
}
.global-Header-Nav_Language li span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1360px) {
  .global-Header-Nav_Language li span:after {
    background: #000000;
  }
}
.global-Header-Nav_Language li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.global-Header-Nav_Sub {
  margin-left: calc(40vw * 100 / 1920);
  display: flex;
}
@media (max-width: 1460px) {
  .global-Header-Nav_Sub {
    margin-left: 10px;
  }
}
@media (max-width: 1360px) {
  .global-Header-Nav_Sub {
    margin-left: 0;
  }
}
.global-Header-Nav_Sub li {
  width: 130px;
}
.global-Header-Nav_Sub li a {
  height: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1360px) {
  .global-Header-Nav_Sub li a {
    height: 60px;
    font-size: 1.6rem;
  }
}
.global-Header-Nav_Sub li a:hover {
  text-decoration: none;
}
.global-Header-Nav_Download a {
  background: #f3a200;
}
.global-Header-Nav_Download a:hover {
  background: #f6b533;
}
.global-Header-Nav_Contact a {
  background: #e60012;
}
.global-Header-Nav_Contact a:hover {
  background: #ec3341;
}
@media (max-width: 1360px) {
  .global-Header-Overlay {
    pointer-events: none;
  }
}

.global-Header.bg {
  height: 65px;
  background: #ffffff;
}

.global-Header.bg .global-Header-Brand_Logo {
  width: 140px;
  fill: #e60012;
}
@media (max-width: 640px) {
  .global-Header.bg .global-Header-Brand_Logo {
    width: 120px;
  }
}

.global-Header.bg .global-Header-Nav_List > li > a,
.global-Header.bg .global-Header-Nav_List > li > span {
  color: #000000;
}

.global-Header.bg .global-Header-Nav_List > li > a:after,
.global-Header.bg .global-Header-Nav_List > li > span:after {
  background: #000000;
}

.global-Header.bg .global-Header-Nav_List > li > i:after {
  border-color: #000000;
}

.global-Header.bg .global-Header-Nav_Language > li > a,
.global-Header.bg .global-Header-Nav_Language > li > span {
  color: #000000;
}

.global-Header.bg .global-Header-Nav_Language > li > span:after {
  background: #000000;
}

.global-Header.bg .global-Header-Nav_List > li i:after {
  border-color: #e60012;
}

@media screen and (max-width: 1360px) {
  .global-Header-Wrapper.Active {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
  }

  .global-Header-Wrapper.Active .global-Header-Bg {
    transform: translateX(0);
  }

  .global-Header-Wrapper.Active .global-Header-Overlay {
    width: 100%;
    height: 100vh;
    background: rgba(20, 20, 20, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.Drop-Nav {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, -10px);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  z-index: 99;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
  }
}
.Drop-Nav-Inner {
  width: 100%;
  max-width: 1554px;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 80px;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-Inner {
    padding: 0;
  }
}
.Drop-Nav-Title {
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-Title {
    margin-bottom: 5px;
  }
}
.Drop-Nav-Title a {
  color: #e60012;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.Drop-Nav-Title a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.Drop-Nav-List01 {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-List01 {
    margin: 0;
    display: block;
  }
}
.Drop-Nav-List01 li {
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-List01 li {
    margin-bottom: 5px;
    padding: 0;
  }
}
.Drop-Nav-List01 li a {
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.Drop-Nav-List01 li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.Drop-Nav-Wrapper {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-Wrapper {
    margin: 0;
    display: block;
  }
}
.Drop-Nav-Box {
  padding: 0 15px;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-Box {
    padding: 0;
  }
}
.Drop-Nav-List02 {
  padding-left: 1em;
}
.Drop-Nav-List02 li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1360px) {
  .Drop-Nav-List02 li {
    margin-bottom: 5px;
  }
}
.Drop-Nav-List02 li a {
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.Drop-Nav-List02 li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.Drop-Nav.Drop-Nav-Active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

/*
.global-Header-Nav_List > li > span.active:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 14.5px 23px 14.5px;
border-color: transparent transparent #FFFFFF transparent;
position: absolute;
top: 47px;
left: 50%;
transform: translate(-50%,0);
}
*/
.Sp-Button {
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 70px;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.Sp-Button-Box {
  height: 20px;
  position: relative;
}

.Sp-Button span {
  margin-left: -15px;
  position: absolute;
  left: 50%;
  display: block;
  background: #ffffff;
  width: 30px;
  height: 2px;
  transition: 0.3s ease-out;
}

.global-Header.bg .Sp-Button span {
  background: #000000;
}

.Sp-Button span:nth-of-type(1) {
  top: 0;
}

.Sp-Button span:nth-of-type(2) {
  width: 15px;
  top: 9px;
}

.Sp-Button span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 1360px) {
  .Sp-Button {
    display: flex;
  }

  .Sp-Button.Active span:nth-of-type(1) {
    background: #000000;
    transform: rotateZ(45deg) translate(6.5px, 6.5px);
  }

  .Sp-Button.Active span:nth-of-type(2) {
    opacity: 0;
  }

  .Sp-Button.Active span:nth-of-type(3) {
    background: #000000;
    transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  }
}
.global-Footer {
  background: #e60012;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 640px) {
  .global-Footer {
    padding: 40px 0;
  }
}
.global-Footer-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .global-Footer-Inner {
    padding: 0 15px;
  }
}
.global-Footer-Upper {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .global-Footer-Upper {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .global-Footer-Upper {
    margin: 0 0 40px;
    display: block;
  }
}
.global-Footer-List {
  box-sizing: border-box;
  margin-bottom: 80px;
  padding: 0 10px;
}
@media (max-width: 1280px) {
  .global-Footer-List {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .global-Footer-List {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .global-Footer-List {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .global-Footer-List--extra {
    display: none;
  }
}
.global-Footer-List li {
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .global-Footer-List li {
    margin-bottom: 5px;
  }
}
.global-Footer-List li ul {
  margin-top: 8px;
  padding-left: 0.5em;
}
@media (max-width: 1024px) {
  .global-Footer-List li ul {
    display: none;
  }
}
.global-Footer-List li ul li {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.2rem;
}
.global-Footer-List li ul li:last-child {
  margin-bottom: 0;
}
.global-Footer-List li ul li ul {
  padding-left: 0.5em;
}
.global-Footer-Lower {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .global-Footer-Lower {
    display: block;
  }
}
@media (max-width: 640px) {
  .global-Footer-About {
    margin-bottom: 20px;
  }
}
.global-Footer-Name {
  font-size: 1.4rem;
}
.global-Footer-Address {
  font-size: 1.2rem;
  color: #ffffff;
}
.global-Footer-Copyright {
  font-size: 1rem;
  color: #ffffff;
}

.global-Footer a {
  color: #ffffff;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.global-Footer a:hover {
  text-decoration: none;
  opacity: 0.4;
}

.button a {
  border: 1px solid #e60012;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #e60012;
  display: block;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .button a {
    font-size: 1.5rem;
  }
}

.button a:hover {
  background: #e60012;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .button a:hover {
    background: none;
    color: #e60012;
  }
}

.Visual-Img-Inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 349px;
  position: relative;
}
@media (max-width: 640px) {
  .Visual-Img-Inner {
    padding-top: 199px;
  }
}
.Visual-Img-Inner:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .Visual-Img-Inner:after {
    height: 60px;
  }
}
.Visual-Img-Title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 6rem;
  letter-spacing: 1px;
  color: #e60012;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .Visual-Img-Title {
    font-size: 3.6rem;
  }
}
@media (max-width: 320px) {
  .Visual-Img-Title {
    font-size: 3rem;
  }
}
.Visual-Img-Title.extra {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  font-size: 4.5rem;
  letter-spacing: normal;
}
@media (max-width: 640px) {
  .Visual-Img-Title.extra {
    font-size: 2.6rem;
  }
}
.Visual-Img-Title span {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Img-Title span {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.Visual-Img-Title.white {
  color: #ffffff;
}
.Visual-Img-Title span.black {
  color: #000000;
}

.Visual-Text {
  position: relative;
}
.Visual-Text-Inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 8px solid #e60012;
  padding-top: 349px;
  position: relative;
}
@media (max-width: 640px) {
  .Visual-Text-Inner {
    padding-top: 199px;
  }
}
.Visual-Text-Inner:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .Visual-Text-Inner:after {
    height: 60px;
  }
}
.Visual-Text-Inner.none {
  border-bottom: none;
}
.Visual-Text-Title01 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 6rem;
  letter-spacing: 1px;
  color: #e60012;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .Visual-Text-Title01 {
    font-size: 4rem;
  }
}
@media (max-width: 320px) {
  .Visual-Text-Title01 {
    font-size: 3.6rem;
  }
}
.Visual-Text-Title01 span {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #000000;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Text-Title01 span {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.Visual-Text-Title01 span.white {
  color: #ffffff;
}
.Visual-Text-Title02 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 4.5rem;
  color: #e60012;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .Visual-Text-Title02 {
    font-size: 2.4rem;
  }
}
.Visual-Text-Title02 br {
  display: none;
}
@media (max-width: 640px) {
  .Visual-Text-Title02 br {
    display: block;
  }
}

.Visual-illustration {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Visual-illustration-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .Visual-illustration-Inner {
    padding: 0 15px;
  }
}
.Visual-illustration-Img01 {
  max-width: 287px;
  margin-left: auto;
}
@media (max-width: 900px) {
  .Visual-illustration-Img01 {
    max-width: 187px;
  }
}
@media (max-width: 640px) {
  .Visual-illustration-Img01 {
    max-width: 87px;
  }
}

.Visual-Products {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .Visual-Products {
    padding-top: 550px;
  }
}
@media (max-width: 1024px) {
  .Visual-Products {
    padding-top: 450px;
  }
}
@media (max-width: 640px) {
  .Visual-Products {
    padding-top: 250px;
  }
}
.Visual-Products:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.Visual-Products-Wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.Visual-Products-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .Visual-Products-Inner {
    padding: 0 15px;
  }
}
.Visual-Products-Title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  font-size: 12rem;
  letter-spacing: 1px;
  color: #e60012;
}
@media (max-width: 1024px) {
  .Visual-Products-Title {
    font-size: 10rem;
  }
}
@media (max-width: 640px) {
  .Visual-Products-Title {
    font-size: 5rem;
  }
}
.Visual-Products-Title span {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Products-Title span {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.Visual-Corporate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .Visual-Corporate {
    padding-top: 550px;
  }
}
@media (max-width: 1024px) {
  .Visual-Corporate {
    padding-top: 450px;
  }
}
@media (max-width: 640px) {
  .Visual-Corporate {
    padding-top: 250px;
  }
}
.Visual-Corporate:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.Visual-Corporate-Wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.Visual-Corporate-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .Visual-Corporate-Inner {
    padding: 0 15px;
  }
}
.Visual-Corporate-Title {
  font-family: "Barlow Condensed", sans-serif;
  text-align: right;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  font-size: 12rem;
  letter-spacing: 1px;
  color: #e60012;
}
@media (max-width: 1024px) {
  .Visual-Corporate-Title {
    font-size: 10rem;
  }
}
@media (max-width: 640px) {
  .Visual-Corporate-Title {
    font-size: 5rem;
  }
}
.Visual-Corporate-Title span {
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Corporate-Title span {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.Visual-Recruit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .Visual-Recruit {
    padding-top: 550px;
  }
}
@media (max-width: 1024px) {
  .Visual-Recruit {
    padding-top: 450px;
  }
}
@media (max-width: 640px) {
  .Visual-Recruit {
    padding-top: 250px;
  }
}
.Visual-Recruit:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.Visual-Recruit-Wrapper {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 9;
}
.Visual-Recruit-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .Visual-Recruit-Inner {
    padding: 0 15px;
  }
}
.Visual-Recruit-Title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  font-size: 12rem;
  letter-spacing: 1px;
  color: #e60012;
}
@media (max-width: 1024px) {
  .Visual-Recruit-Title {
    font-size: 10rem;
  }
}
@media (max-width: 640px) {
  .Visual-Recruit-Title {
    font-size: 5rem;
  }
}
.Visual-Recruit-Title span {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Recruit-Title span {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.Visual-Movie {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .Visual-Movie {
    padding-top: 550px;
  }
}
@media (max-width: 1024px) {
  .Visual-Movie {
    padding-top: 450px;
  }
}
@media (max-width: 640px) {
  .Visual-Movie {
    padding-top: 250px;
  }
}
.Visual-Movie:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.Visual-Movie-Wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.Visual-Movie-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .Visual-Movie-Inner {
    padding: 0 15px;
  }
}
.Visual-Movie-Title {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  font-size: 12rem;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .Visual-Movie-Title {
    font-size: 10rem;
  }
}
@media (max-width: 640px) {
  .Visual-Movie-Title {
    font-size: 5rem;
  }
}
.Visual-Movie-Title span {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Movie-Title span {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.Visual-Manufacturing {
  background-image: url("../img/manufacturing/visual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .Visual-Manufacturing {
    padding-top: 550px;
  }
}
@media (max-width: 1024px) {
  .Visual-Manufacturing {
    padding-top: 450px;
  }
}
@media (max-width: 640px) {
  .Visual-Manufacturing {
    padding-top: 250px;
  }
}
.Visual-Manufacturing:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .Visual-Manufacturing:after {
    height: 60px;
  }
}
.Visual-Manufacturing-Wrapper {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.Visual-Manufacturing-Inner {
  width: 100%;
  max-width: 1146px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
.Visual-Manufacturing-Title {
  text-align: center;
  font-weight: 700;
  font-size: 5.3rem;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .Visual-Manufacturing-Title {
    font-size: calc(53vw * 100 / 1280);
  }
}
@media (max-width: 768px) {
  .Visual-Manufacturing-Title {
    font-size: 3.3rem;
  }
}
@media (max-width: 640px) {
  .Visual-Manufacturing-Title {
    font-size: 2rem;
  }
}

/**
 * Swiper 6.4.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

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

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

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

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-Visual {
  padding-top: 42.0833333%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .home-Visual {
    padding-top: 500px;
  }
}
@media (max-width: 768px) {
  .home-Visual {
    padding-top: 670px;
  }
}
@media (max-width: 640px) {
  .home-Visual {
    padding-top: 420px;
  }
}
.home-Visual:after {
  content: "";
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.home-Visual-Wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .home-Visual-Wrapper {
    top: 32%;
  }
}
.home-Visual-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .home-Visual-Inner {
    max-width: 474px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .home-Visual-Inner {
    padding: 0 15px;
  }
}
.home-Visual-Heading {
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  font-size: 12rem;
  color: #e60012;
}
@media (max-width: 1440px) {
  .home-Visual-Heading {
    font-size: calc(120vw * 100 / 1440);
  }
}
@media (max-width: 768px) {
  .home-Visual-Heading {
    font-size: 6.4rem;
  }
}
@media (max-width: 640px) {
  .home-Visual-Heading {
    font-size: 4rem;
  }
}
@media (max-width: 320px) {
  .home-Visual-Heading {
    font-size: 4rem;
  }
}
.home-Visual-Text {
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .home-Visual-Text {
    font-size: calc(30vw * 100 / 1024);
  }
}
@media (max-width: 640px) {
  .home-Visual-Text {
    font-size: 2rem;
  }
}
.home-Visual-Bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-Visual-Bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.home-Headline {
  margin-bottom: 86px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .home-Headline {
    margin-bottom: 26px;
    font-size: 2.4rem;
  }
}

.home-Headline small {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
  display: block;
}

.home-News {
  background: #f6f6f6;
  padding: 65px 0;
}
@media (max-width: 640px) {
  .home-News {
    padding: 30px 0;
  }
}
.home-News-Inner {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .home-News-Inner {
    padding: 0 15px;
  }
}
.home-News-Wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .home-News-Wrapper {
    display: block;
  }
}
.home-News-Header {
  width: 140px;
  margin-right: calc(90vw * 100 / 1920);
}
@media (max-width: 768px) {
  .home-News-Header {
    width: 100%;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
  }
}
.home-News-Header .home-Headline {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .home-News-Header .home-Headline {
    margin-bottom: 0;
  }
}
.home-News-Btn {
  width: 100%;
  max-width: 140px;
}
.home-News-Body {
  flex: 1;
}
.home-News-List li {
  border-bottom: 1px solid #d8d8d8;
}
.home-News-List li:last-child {
  border-bottom: 0;
}
.home-News-List li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .home-News-List li a {
    padding: 12px 0;
    display: block;
  }
}
.home-News-List li a:hover {
  text-decoration: none;
  color: #e60012;
}
.home-News-List li time {
  margin-right: 30px;
  font-size: 1.4rem;
  color: #000000;
}
@media (max-width: 640px) {
  .home-News-List li time {
    margin-right: 15px;
  }
}
.home-News-List li .data {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .home-News-List li .data {
    margin-bottom: 5px;
  }
}
.home-News-List li .tag {
  min-width: 110px;
  box-sizing: border-box;
  background: #ffbb1e;
  margin-right: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .home-News-List li .tag {
    margin-right: 0;
  }
}

.home-Products {
  padding: 140px 0;
}
@media (max-width: 640px) {
  .home-Products {
    padding: 40px 0;
  }
}
.home-Products-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .home-Products-Inner {
    padding: 0 15px;
  }
}
.home-Products-Btn {
  max-width: 224px;
  margin: 0 auto;
}

.products-Items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .products-Items {
    display: block;
  }
}
.products-Item {
  width: 33.3333%;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .products-Item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-Item {
    width: 100%;
  }
}
.products-Item a {
  display: block;
}
.products-Item a:hover {
  text-decoration: none;
}
.products-Box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products-Data {
  margin-bottom: 1px;
  display: flex;
  flex-wrap: wrap;
}
.products-Data li {
  background: #e60012;
  box-sizing: border-box;
  margin: 0 3px 3px 0;
  padding: 7px 10px 8px;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
}
.products-Data li.process {
  background: #ff9900;
}
.products-Heading {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .products-Heading {
    font-size: 1.8rem;
  }
}
.products-Heading small {
  font-size: 1.6rem;
  color: #e60012;
  display: block;
}
@media (max-width: 640px) {
  .products-Heading small {
    font-size: 1.5rem;
  }
}
.products-Img {
  width: 100%;
  padding-top: 72.65625%;
  overflow: hidden;
  position: relative;
}
.products-Img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.products-Item a:hover .products-Img img {
  transform: translate(-50%, -50%) scale(1.1);
}

.home-Manufacturing {
  overflow: hidden;
  position: relative;
}
.home-Manufacturing-Box {
  width: 100%;
  max-width: 370px;
  height: 370px;
  border: 4px solid #ffffff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .home-Manufacturing-Box {
    height: auto;
    padding: 30px 0;
  }
}
@media (max-width: 640px) {
  .home-Manufacturing-Box {
    padding: 15px 0;
  }
}
.home-Manufacturing-Text {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  .home-Manufacturing-Text {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.home-Manufacturing-Heading {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.5rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  .home-Manufacturing-Heading {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
}
.home-Manufacturing-Btn {
  width: 100%;
  max-width: 224px;
  margin: 0 auto;
  background: #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .home-Manufacturing-Btn {
    font-size: 1.5rem;
  }
}
.home-Manufacturing-Bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-Manufacturing-Bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  font-family: "object-fit: cover;";
}

.home-Manufacturing a {
  padding: 130px 30px;
  display: block;
}
@media (max-width: 1024px) {
  .home-Manufacturing a {
    padding: 65px 30px;
  }
}
@media (max-width: 640px) {
  .home-Manufacturing a {
    padding: 30px 30px;
  }
}

.home-Manufacturing a:hover {
  text-decoration: none;
}

.home-Manufacturing a:hover .home-Manufacturing-Bg img {
  transform: scale(1.05);
}

.home-Style {
  background: #f6f6f6;
  padding: 140px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home-Style {
    padding: 40px 0;
  }
}
.home-Style-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
.home-Style-Wrapper {
  margin: 0 calc(-51vw * 100 / 1920);
  display: flex;
}
@media (max-width: 900px) {
  .home-Style-Wrapper {
    margin: 0;
    display: block;
  }
}
.home-Style-Blog {
  padding: 0 calc(51vw * 100 / 1920);
  flex: 66.6666%;
}
@media (max-width: 900px) {
  .home-Style-Blog {
    padding: 0;
  }
}
.home-Style-Trivia {
  padding: 0 calc(51vw * 100 / 1920);
  flex: 33.3333%;
}
@media (max-width: 900px) {
  .home-Style-Trivia {
    padding: 0;
  }
}
.home-Style-Heading {
  border-bottom: 4px solid #000000;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .home-Style-Heading {
    margin-bottom: 10px;
  }
}
.home-Style-Heading span {
  width: 167px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  border-left: 4px solid #000000;
  border-radius: 6px 6px 0 0;
  padding-bottom: 3px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
}
@media (max-width: 640px) {
  .home-Style-Heading span {
    font-size: 1.6rem;
  }
}
.home-Style-Blog .home-Style-Heading {
  border-color: #ff9900;
}
.home-Style-Blog .home-Style-Heading span {
  border-color: #ff9900;
  color: #ff9900;
}
.home-Style-Trivia .home-Style-Heading {
  border-color: #126109;
}
.home-Style-Trivia .home-Style-Heading span {
  border-color: #126109;
  color: #126109;
}
.home-Style-Items {
  margin: 0 calc(-51vw * 100 / 1920);
  display: flex;
}
@media (max-width: 640px) {
  .home-Style-Items {
    margin: 0;
    display: block;
  }
}
.home-Style-Item {
  width: 100%;
  max-width: 552px;
  box-sizing: border-box;
  margin-bottom: 80px;
  padding: 0 calc(51vw * 100 / 1920);
}
@media (max-width: 900px) {
  .home-Style-Item {
    width: 50%;
    max-width: inherit;
  }
}
@media (max-width: 640px) {
  .home-Style-Item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.home-Style-Item a {
  background: #ffffff;
  display: block;
  transition: box-shadow 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-Style-Item a:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.5);
}
.home-Style-Img {
  padding-top: 75.72383%;
  overflow: hidden;
  position: relative;
}
.home-Style-Img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-Style-Item a:hover .home-Style-Img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.home-Style-Block {
  padding: 20px 30px;
}
@media (max-width: 640px) {
  .home-Style-Block {
    padding: 20px 15px;
  }
}
.home-Style-Categry {
  width: 100px;
  border: 1px solid #000000;
  margin-bottom: 8px;
  padding: 4px 0 5px;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}
.home-Style-Blog .home-Style-Categry {
  border-color: #ff9900;
  color: #ff9900;
}
.home-Style-Trivia .home-Style-Categry {
  border-color: #126109;
  color: #126109;
}
.home-Style-Title {
  margin-bottom: 14px;
  font-weight: 700;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-Style-Item a:hover .home-Style-Title {
  color: #e60012;
}
.home-Style-Data {
  font-size: 1.2rem;
}
.home-Style-Btn {
  max-width: 224px;
  margin: 0 auto;
}

.home-Recruit {
  background: #fcf2f2;
  padding: 140px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home-Recruit {
    padding: 40px 0;
  }
}
.home-Recruit-Inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home-Recruit-Inner {
    display: block;
  }
}
.home-Recruit-Img {
  width: 60%;
  padding-top: 23.697916%;
  position: relative;
}
@media (max-width: 1024px) {
  .home-Recruit-Img {
    width: 100%;
    padding-top: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .home-Recruit-Img {
    padding-top: 200px;
    margin-bottom: 20px;
  }
}
.home-Recruit-Img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home-Recruit-Main {
  width: 40%;
  box-sizing: border-box;
  padding: 0 calc(80vw * 100 / 1920) 0 calc(60vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .home-Recruit-Main {
    width: 100%;
    padding: 0 15px;
  }
}
.home-Recruit-Heading {
  margin-bottom: 42px;
  font-weight: 700;
  line-height: 1.3333333333;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 1680px) {
  .home-Recruit-Heading {
    font-size: calc(36vw * 100 / 1680);
  }
}
@media (max-width: 1024px) {
  .home-Recruit-Heading {
    text-align: center;
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .home-Recruit-Heading {
    margin-bottom: 21px;
    font-size: 2rem;
  }
}
.home-Recruit-Text {
  margin-bottom: 38px;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .home-Recruit-Text {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .home-Recruit-Text {
    margin-bottom: 19px;
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .home-Recruit-Text br {
    display: none;
  }
}
.home-Recruit-Btn {
  max-width: 224px;
}
@media (max-width: 1024px) {
  .home-Recruit-Btn {
    margin: 0 auto;
  }
}

.home-YouTube {
  padding: 80px 15px;
}
@media (max-width: 640px) {
  .home-YouTube {
    padding: 20px 0;
  }
}
.home-YouTube-Logo {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .home-YouTube-Logo {
    max-width: 120px;
  }
}
.home-YouTube-Logo a {
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-YouTube-Logo a:hover {
  opacity: 0.6;
}

.contact {
  background: #f6f6f6;
  padding: 140px 0;
}
@media (max-width: 640px) {
  .contact {
    padding: 40px 0;
  }
}
.contact-Inner {
  width: 100%;
  max-width: 540px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
.contact-Heading {
  margin-bottom: 34px;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .contact-Heading {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }
}
.contact-Heading br {
  display: none;
}
@media (max-width: 640px) {
  .contact-Heading br {
    display: block;
  }
}
.contact-Btn {
  margin-bottom: 26px;
}
@media (max-width: 640px) {
  .contact-Btn {
    margin-bottom: 13px;
  }
}
.contact-Btn a {
  background: #ffffff;
  padding: 34px;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000000;
  display: block;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    box-shadow 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .contact-Btn a {
    padding: 17px;
    font-size: 1.6rem;
  }
}
.contact-Btn a:hover {
  text-decoration: none;
  color: #e60012;
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.5);
}
.contact-Btn span {
  margin-bottom: 8px;
  text-align: center;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .contact-Btn span {
    margin-bottom: 0;
  }
}
.contact-Btn span svg {
  fill: #e60012;
}
@media (max-width: 640px) {
  .contact-Btn span svg {
    width: 40px;
    height: 27px;
  }
}
.contact-Text {
  text-align: center;
  font-size: 1.4rem;
}

.news-Contents {
  padding: 120px 0;
}
@media (max-width: 640px) {
  .news-Contents {
    padding: 60px 0;
  }
}
.news-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .news-Contents-Inner {
    padding: 0 15px;
  }
}
.news-Contents-Category {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .news-Contents-Category {
    margin-bottom: 35px;
  }
}
.news-Contents-Category li {
  width: 33.3333%;
}
@media (max-width: 640px) {
  .news-Contents-Category li {
    width: 50%;
  }
}
.news-Contents-Category li a {
  background: #6b6b6b;
  padding: 7px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  display: block;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .news-Contents-Category li a {
    font-size: 1.4rem;
  }
}
.news-Contents-Category li a:hover {
  background: #e60012;
  text-decoration: none;
}
.news-Contents-Category li.cr a {
  background: #e60012;
}
.news-Contents-List {
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .news-Contents-List {
    margin-bottom: 35px;
  }
}
.news-Contents-List li {
  border-bottom: 1px solid #d8d8d8;
}
.news-Contents-List li:last-child {
  border-bottom: 0;
}
.news-Contents-List li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .news-Contents-List li a {
    padding: 12px 0;
    display: block;
  }
}
.news-Contents-List li a:hover {
  text-decoration: none;
  color: #e60012;
}
.news-Contents-List li time {
  margin-right: 30px;
  font-size: 1.4rem;
  color: #000000;
}
@media (max-width: 640px) {
  .news-Contents-List li time {
    margin-right: 15px;
  }
}
.news-Contents-List li .data {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .news-Contents-List li .data {
    margin-bottom: 5px;
  }
}
.news-Contents-List li .tag {
  min-width: 110px;
  box-sizing: border-box;
  background: #ffbb1e;
  margin-right: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .news-Contents-List li .tag {
    margin-right: 0;
  }
}
.news-Contents-Header {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .news-Contents-Header {
    margin-bottom: 40px;
  }
}
.news-Contents-Header .data {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .news-Contents-Header .data {
    margin-bottom: 5px;
  }
}
.news-Contents-Header time {
  font-size: 1.4rem;
}
.news-Contents-Header .tag {
  min-width: 110px;
  box-sizing: border-box;
  background: #ffbb1e;
  margin-right: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .news-Contents-Header .tag {
    margin-right: 15px;
  }
}
.news-Contents-Header .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .news-Contents-Header .title {
    font-size: 2rem;
  }
}
.news-Contents-Body {
  margin-bottom: 70px;
	overflow-wrap: anywhere; 
  word-break: normal;
  line-break: strict;
	
}
@media (max-width: 640px) {
  .news-Contents-Body {
    margin-bottom: 35px;
  }
}
.news-Contents-Body h2 {
  background: #fcf2f2;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .news-Contents-Body h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.news-Contents-Body h3 {
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .news-Contents-Body h3 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
.news-Contents-Body p {
  margin-bottom: 1.5em;
  line-height: 2.2222222222;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .news-Contents-Body p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
.news-Contents-Body ul {
  margin-bottom: 1.5em;
}
.news-Contents-Body ul li {
  margin-bottom: 12px;
  padding-left: 42px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 640px) {
  .news-Contents-Body ul li {
    margin-bottom: 6px;
    padding-left: 32px;
    font-size: 1.8rem;
  }
}
.news-Contents-Body ul li:last-child {
  margin-bottom: 0;
}
.news-Contents-Body ul li:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/news/icon01.png") no-repeat left top;
  background-size: 26px 26px;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 640px) {
  .news-Contents-Body ul li:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0.3em;
  }
}
.news-Contents-Body a {
  color: #e60012;
  text-decoration: underline;
}
.news-Contents-Body a:hover {
  text-decoration: none;
}
.news-Contents-Body em {
  font-style: italic;
}
.news-Contents-Body strong {
  font-weight: bold;
}
.news-Contents-Body figure {
  display: inline-block;
}
.news-Contents-Body figcaption {
  text-align: center;
}
.news-Contents-Footer .nav {
  margin: 0 -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .news-Contents-Footer .nav {
    margin: 0 -15px;
  }
}
.news-Contents-Footer .nav li {
  padding: 0 30px;
}
@media (max-width: 640px) {
  .news-Contents-Footer .nav li {
    padding: 0 15px;
  }
}
.news-Contents-Footer .nav li a {
  text-decoration: underline;
  text-align: center;
  font-size: 2rem;
  color: #e60012;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .news-Contents-Footer .nav li a {
    font-size: 1.6rem;
  }
}
.news-Contents-Footer .nav li a:hover {
  text-decoration: none;
}
.news-Contents-Footer .nav li i {
  margin: 0 15px;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .news-Contents-Footer .nav li i {
    margin: 0 5px;
  }
}
.news-Contents-Footer .nav li i svg {
  fill: #e60012;
}

.news-Paginate {
  display: flex;
  justify-content: center;
}

.news-Paginate .page-numbers {
  width: 40px;
  height: 40px;
  background: #cbcbcb;
  margin: 0 5px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.news-Paginate .prev.page-numbers {
  background: none;
}

.news-Paginate .next.page-numbers {
  background: none;
}

.news-Paginate .current {
  background: #e60012;
  color: #ffffff;
}

.news-Paginate .page-numbers:hover {
  background: #e60012;
  color: #ffffff;
}

.news-Paginate .prev.page-numbers:hover {
  background: none;
  color: #000000;
}

.news-Paginate .next.page-numbers:hover {
  background: none;
  color: #000000;
}

.products-Contents {
  padding: 80px 0 120px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .products-Contents {
    padding: 40px 0 60px;
  }
}
.products-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .products-Contents-Inner {
    padding: 0 15px;
  }
}

/*
.products-Contents .products-Item {
margin-bottom: 0;
}
*/
.products-Category {
  background: #333333;
  margin-bottom: 80px;
  /*
  &-Title {
  display: flex;
  }
  &-Title li {
  width: 50%;
  background: #656565;
  padding: 7px;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  transition: background .4s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  
  @media (max-width: 640px) {
  font-size: 1.3rem;
  }
  
  @media (max-width: 320px) {
  font-size: 1.2rem;
  }
  }
  &-Title li:hover {
  background: #333333;
  text-decoration: none;
  }
  &-Title li.cr {
  background: #333333;
  }
  */
}
@media (max-width: 640px) {
  .products-Category {
    margin-bottom: 40px;
  }
}
.products-Category-Title {
  padding: 14px 14px 0;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 640px) {
  .products-Category-Title {
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .products-Category-Title {
    font-size: 1.2rem;
  }
}
.products-Category-List01 {
  padding: 14px;
}
@media (max-width: 640px) {
  .products-Category-List01 {
    padding: 7px;
  }
}
.products-Category-List01 ul {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .products-Category-List01 ul {
    margin: -3px;
  }
}
.products-Category-List01 li {
  width: 20%;
  box-sizing: border-box;
  margin: 7px 0;
  padding: 0 7px;
  text-align: center;
}
@media (max-width: 1024px) {
  .products-Category-List01 li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .products-Category-List01 li {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .products-Category-List01 li {
    width: 50%;
    margin: 3px 0;
    padding: 0 3px;
  }
}
@media (max-width: 320px) {
  .products-Category-List01 li {
    width: 100%;
  }
}
.products-Category-List01 li a {
  background: #ffffff;
  padding: 7px;
  font-weight: 500;
  display: block;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .products-Category-List01 li a {
    padding: 3px;
    font-size: 1.3rem;
  }
}
.products-Category-List01 li a:hover {
  background: #e60012;
  color: #ffffff;
  text-decoration: none;
}
.products-Category-List01 li.cr a {
  background: #e60012;
  color: #ffffff;
}
.products-Category-List02 {
  padding: 14px;
}
.products-Category-List02 ul {
  margin: 0 -7px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products-Category-List02 ul {
    margin: 0;
    display: block;
  }
}
.products-Category-List02 li {
  width: calc((100% - 14px) / 6);
  height: 94px;
  box-sizing: border-box;
  margin: 0 7px;
  text-align: center;
}
@media (max-width: 768px) {
  .products-Category-List02 li {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
  .products-Category-List02 li:last-child {
    margin-bottom: 0;
  }
}
.products-Category-List02 li a {
  height: 100%;
  background: #ffffff;
  font-weight: 500;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
}
@media (max-width: 768px) {
  .products-Category-List02 li a {
    padding: 7px;
  }
}
@media (max-width: 640px) {
  .products-Category-List02 li a {
    font-size: 1.3rem;
  }
}
.products-Category-List02 li a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #333333;
  border-width: 74px 0 74px 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .products-Category-List02 li a:before {
    display: none;
  }
}
.products-Category-List02 li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 74px 0 74px 20px;
  transition: border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 2;
}
@media (max-width: 768px) {
  .products-Category-List02 li a:after {
    top: auto;
    right: auto;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
  }
}
.products-Category-List02 li a:hover {
  background: #ff9900;
  text-decoration: none;
}
.products-Category-List02 li a:hover:after {
  border-color: transparent transparent transparent #ff9900;
}
@media (max-width: 768px) {
  .products-Category-List02 li a:hover:after {
    border-color: #ff9900 transparent transparent transparent;
  }
}
.products-Category-List02 li.cr a {
  background: #ff9900;
}
.products-Category-List02 li.cr a:after {
  border-color: transparent transparent transparent #ff9900;
}
@media (max-width: 768px) {
  .products-Category-List02 li.cr a:after {
    border-color: #ff9900 transparent transparent transparent;
  }
}
.products-Category-Btn {
  max-width: 160px;
  margin: 0 auto;
  padding: 14px 0 28px;
}
.products-Category-Btn a {
  height: 100%;
  background: #000000;
  border-radius: 50px;
  padding: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .products-Category-Btn a {
    font-size: 1.3rem;
  }
}
.products-Category-Btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.products-Category-List02 li:first-child a {
  padding-left: 0;
}

.products-Category-List02 li:first-child a:before {
  display: none;
}

.products-Category-List02 li:last-child a:after {
  display: none;
}

/*
.products-Category > div {
display: none;
}
.products-Category > div.show {
display: block;
}
*/
.Visual-Main-Wrapper {
  position: relative;
}
.Visual-Main-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: calc(120vw * 100 / 1920) 30px;
}
@media (max-width: 1024px) {
  .Visual-Main-Inner {
    padding: 0;
  }
}
.Visual-Main-Lead {
  width: 100%;
  max-width: 540px;
  padding: 64px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .Visual-Main-Lead {
    max-width: inherit;
    padding: 64px 30px 200px;
  }
}
@media (max-width: 640px) {
  .Visual-Main-Lead {
    padding: 32px 15px 50px;
  }
}
.Visual-Main-Lead:after {
  content: "";
  width: calc(1550vw * 100 / 1920);
  background: #c71016;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: skewX(-15deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  .Visual-Main-Lead:after {
    width: 100%;
    margin-left: 0;
    left: 0;
    transform: skewX(0);
  }
}
.Visual-Main-Items {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.Visual-Main-Item {
  margin-right: 10px;
  line-height: 1;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.Visual-Main-Item dt {
  min-width: 63px;
  background: #f3a200;
  padding: 4px 10px 6px;
  text-align: center;
  color: #ffffff;
}
.Visual-Main-Item dd {
  min-width: 63px;
  background: #ffffff;
  padding: 4px 10px 6px;
  text-align: center;
}
.Visual-Main-Title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 4rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .Visual-Main-Title {
    font-size: 2.6rem;
  }
}
.Visual-Main-Title small {
  margin-bottom: 4px;
  font-size: 2.5rem;
  display: block;
}
@media (max-width: 640px) {
  .Visual-Main-Title small {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.Visual-Main-list {
  margin-bottom: 20px;
}
.Visual-Main-list li {
  margin-bottom: 4px;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
}
@media (max-width: 640px) {
  .Visual-Main-list li {
    font-size: 1.6rem;
  }
}
.Visual-Main-list li:after {
  content: "";
  width: 5px;
  height: 17px;
  background: #ffffff;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media (max-width: 640px) {
  .Visual-Main-list li:after {
    height: 15px;
    top: 0.2em;
  }
}
.Visual-Main-Btn {
  margin: 0 -5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.Visual-Main-Btn li {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 0 5px;
}
@media (max-width: 400px) {
  .Visual-Main-Btn li {
    width: 50%;
  }
}
.Visual-Main-Btn li a {
  background: #f3a200;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.Visual-Main-Btn li a:hover {
  background: #000000;
  text-decoration: none;
}
.Visual-Main-Btn li i {
  margin: -6px 0 0 10px;
  display: block;
}
.Visual-Main-Btn li i:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: block;
  transform: rotate(45deg);
  transition: border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.Visual-Main-Img {
  margin-left: calc(-240vw * 100 / 1920);
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 1024px) {
  .Visual-Main-Img {
    margin: -200px 0 0 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .Visual-Main-Img {
    margin-top: -50px;
  }
}

.products-Features {
  margin-bottom: 160px;
}
@media (max-width: 640px) {
  .products-Features {
    margin-bottom: 80px;
  }
}
.products-Features-Item {
  margin-bottom: 100px;
  display: flex;
}
@media (max-width: 1024px) {
  .products-Features-Item {
    display: block;
  }
}
@media (max-width: 640px) {
  .products-Features-Item {
    margin-bottom: 50px;
  }
}
.products-Features-Header {
  width: 100%;
  max-width: 490px;
  margin-right: calc(46vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .products-Features-Header {
    max-width: inherit;
    margin: 0 0 20px 0;
  }
}
.products-Features-Title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.2rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .products-Features-Title {
    font-size: 1.8rem;
  }
}
.products-Features-Title span {
  margin-right: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 9rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .products-Features-Title span {
    margin-right: 10px;
    font-size: 6rem;
  }
}
.products-Features-Attention {
  font-size: 1.2rem;
}
.products-Features-Body {
  margin-right: calc(50% - 50vw);
  flex: 1;
  position: relative;
}
.products-Features-Comment {
  font-size: 1.2rem;
}

.products-Features .swiper-slide {
  max-width: 490px;
  margin-right: calc(38vw * 100 / 1920);
}

@media (max-width: 640px) {
  .products-Features .swiper-slide {
	max-width: 345px;
  }
}

.products-Features .swiper-slide:last-child {
  margin-right: 0;
}

.products-Features .swiper-button-prev:after,
.products-Features .swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.products-Features .swiper-button-next:after,
.products-Features .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.products-Features .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #ffffff;
  background-image: url("../img/products/prev.png");
  background-size: 40px 40px;
  margin-top: 0;
  top: -40px;
  left: 0;
}
@media (max-width: 1024px) {
  .products-Features .swiper-button-prev {
    margin-top: -20px;
    top: 50%;
    left: 10px;
  }
}
@media (max-width: 640px) {
  .products-Features .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

.products-Features .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #ffffff;
  background-image: url("../img/products/next.png");
  background-size: 40px 40px;
  margin-top: 0;
  top: -40px;
  left: 60px;
}
@media (max-width: 1024px) {
  .products-Features .swiper-button-next {
    margin-top: -20px;
    top: 50%;
    left: auto;
    right: 70px;
  }
}
@media (max-width: 640px) {
  .products-Features .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
	right: 40px;
  }
}

.products-Movie {
  margin-bottom: 160px;
}
@media (max-width: 640px) {
  .products-Movie {
    margin-bottom: 80px;
  }
}
.products-Movie-Title {
  border-bottom: 1px solid #707070;
  margin-bottom: 64px;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1;
  font-size: 3.6rem;
  color: #e60012;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .products-Movie-Title {
    margin-bottom: 26px;
    font-size: 2.2rem;
  }
}
.products-Movie-Title small {
  margin-left: 20px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
}
@media (max-width: 640px) {
  .products-Movie-Title small {
    margin-left: 10px;
  }
}
.products-Movie-Items {
  margin: 0 calc(-23vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .products-Movie-Items {
    margin: 0;
    display: block;
  }
}
.products-Movie-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 0 calc(23vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .products-Movie-Item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .products-Movie-Item {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
}
.products-Movie-iframe {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.products-Movie-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-Movie-Comment {
  font-size: 1.2rem;
}

#specifications {
  margin-top: -100px;
  padding-top: 100px;
}

.products-Specifications {
  margin-top: 48px;
}
@media (max-width: 640px) {
  .products-Specifications {
    margin-top: 24px;
  }
}
.products-Specifications-Title {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .products-Specifications-Title {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .products-Specifications-Table {
    overflow-x: auto;
  }
}
.products-Specifications-Table table {
  width: 100%;
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  .products-Specifications-Table table {
    min-width: 1024px;
  }
}
.products-Specifications-Table table th {
  background: #e60012;
  border: 5px solid #ffffff;
  padding: 20px 6px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}
.products-Specifications-Table table td {
  background: #f6f6f6;
  border: 5px solid #ffffff !important;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}
.products-Specifications-Comment {
  font-size: 1.2rem;
}

.manufacturing-Lead {
  background: #fcf2f2;
  margin-bottom: 200px;
  padding-bottom: 200px;
}
@media (max-width: 1920px) {
  .manufacturing-Lead {
    margin-bottom: calc(200vw * 100 / 1920);
    padding-bottom: calc(200vw * 100 / 1920);
  }
}
.manufacturing-Lead-Inner {
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .manufacturing-Lead-Inner {
    padding: 0 15px;
  }
}
.manufacturing-Lead-Box {
  width: 370px;
  margin: -180px auto 140px;
  background: #e60012;
  position: relative;
}
@media (max-width: 1920px) {
  .manufacturing-Lead-Box {
    width: calc(370vw * 100 / 1920);
    margin: calc(-180vw * 100 / 1920) auto calc(140vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .manufacturing-Lead-Box {
    width: 120px;
  }
}
.manufacturing-Lead-Box:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.manufacturing-Lead-Bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.manufacturing-Lead-Heading {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.1;
  font-size: 4.5rem;
  color: #ffffff;
}
@media (max-width: 1680px) {
  .manufacturing-Lead-Heading {
    font-size: calc(45vw * 100 / 1680);
  }
}
@media (max-width: 640px) {
  .manufacturing-Lead-Heading {
    font-size: 2rem;
  }
}
.manufacturing-Lead-Heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  display: block;
}
@media (max-width: 640px) {
  .manufacturing-Lead-Heading span {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.manufacturing-Lead-Text p {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
@media (max-width: 640px) {
  .manufacturing-Lead-Text p {
    font-size: 1.6rem;
  }
}
.manufacturing-Lead-Text p:last-child {
  margin-bottom: 0;
}

.manufacturing-Section {
  margin-bottom: calc(300vw * 100 / 1920);
}
.manufacturing-Section-Item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item {
    display: block;
  }
}
.manufacturing-Section-Item-Img {
  width: calc(1162vw * 100 / 1920);
  max-width: 1162px;
  margin-right: calc(70vw * 100 / 1920);
  position: relative;
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item-Img {
    width: 90%;
    margin: 0 0 calc(100vw * 100 / 1024) 0;
  }
}
.manufacturing-Section-Item-Number {
  width: 300px;
  background: #e60012;
  margin: 0 0 calc(60vw * 100 / 1920) auto;
  position: relative;
}
@media (max-width: 1920px) {
  .manufacturing-Section-Item-Number {
    width: calc(300vw * 100 / 1920);
  }
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item-Number {
    margin: 0 auto calc(60vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .manufacturing-Section-Item-Number {
    width: 100px;
  }
}
.manufacturing-Section-Item-Number:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.manufacturing-Section-Item-Inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .manufacturing-Section-Item-Inner {
    font-size: calc(38vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .manufacturing-Section-Item-Inner {
    padding: 0;
    font-size: 1.5rem;
  }
}
.manufacturing-Section-Item-Bg {
  width: 100%;
  max-width: 1162px;
  max-height: 646px;
  background: #fcf2f2;
  position: absolute;
  right: calc(-100vw * 100 / 1920);
  bottom: calc(-100vw * 100 / 1920);
  z-index: -1;
}
.manufacturing-Section-Item-Bg:after {
  content: "";
  padding-top: calc(646vw * 100 / 1920);
  display: block;
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item-Bg:after {
    padding-top: calc(546vw * 100 / 1024);
  }
}
.manufacturing-Section-Item-Box {
  width: 100%;
  max-width: 555px;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1920px) {
  .manufacturing-Section-Item-Box {
    width: calc(525vw * 100 / 1920);
  }
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item-Box {
    width: 100%;
    max-width: inherit;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .manufacturing-Section-Item-Box {
    padding: 0 15px;
  }
}
.manufacturing-Section-Item-Text {
  font-weight: 500;
  line-height: 1.8;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .manufacturing-Section-Item-Text {
    font-size: 1.6rem;
  }
}

.manufacturing-Section-Item.extra {
  justify-content: flex-end;
}

.manufacturing-Section-Item.extra .manufacturing-Section-Item-Img {
  margin-right: 0;
  margin-left: calc(70vw * 100 / 1920);
  order: 1;
}

.manufacturing-Section-Item.extra .manufacturing-Section-Item-Number {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item.extra .manufacturing-Section-Item-Number {
    margin: 0 auto calc(60vw * 100 / 1920);
  }
}

.manufacturing-Section-Item.extra .manufacturing-Section-Item-Bg {
  right: auto;
  bottom: calc(-100vw * 100 / 1920);
  left: calc(-100vw * 100 / 1920);
}

.manufacturing-Section-Item.extra .manufacturing-Section-Item-Box {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .manufacturing-Section-Item.extra .manufacturing-Section-Item-Box {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .manufacturing-Section-Item.extra .manufacturing-Section-Item-Box {
    padding: 0 15px;
  }
}

.corporate-Contents {
  padding: 150px 0 90px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .corporate-Contents {
    padding: 75px 0 45px;
  }
}
.corporate-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .corporate-Contents-Inner {
    padding: 0 15px;
  }
}
.corporate-Contents-Items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .corporate-Contents-Items {
    display: block;
  }
}
.corporate-Contents-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 calc(30vw * 100 / 1920);
}
@media (max-width: 900px) {
  .corporate-Contents-Item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .corporate-Contents-Item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.corporate-Contents-Item a {
  display: block;
  position: relative;
}
.corporate-Contents-Item a:hover {
  text-decoration: none;
}
.corporate-Contents-Img {
  overflow: hidden;
}
.corporate-Contents-Img img {
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
}
.corporate-Contents-Item a:hover .corporate-Contents-Img img {
  transform: scale(1.1);
}
.corporate-Contents-Text {
  width: 100%;
  background: #e60012;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 640px) {
  .corporate-Contents-Text {
    font-size: 1.6rem;
  }
}

.message-Contents {
  padding: 150px 0 140px;
}
@media (max-width: 640px) {
  .message-Contents {
    padding: 75px 0 70px;
  }
}
.message-Contents-Inner {
  position: relative;
}
.message-Contents-Img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .message-Contents-Img {
    position: relative;
    top: auto;
    left: auto;
  }
}
.message-Contents-Img:after {
  content: "";
  padding-top: calc(900vw * 100 / 1920);
  display: block;
}
@media (max-width: 640px) {
  .message-Contents-Img:after {
    padding-top: 200px;
  }
}
.message-Contents-Header {
  width: calc(1145vw * 100 / 1920);
  box-sizing: border-box;
  padding: calc(150vw * 100 / 1920) calc(50vw * 100 / 1920)
    calc(140vw * 100 / 1920) calc(100vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .message-Contents-Header {
    width: 100%;
  }
}
.message-Contents-Title {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .message-Contents-Title {
    max-width: 700px;
    margin: 0 auto 26px;
    padding: 0 30px;
  }
}
.message-Contents-Text {
  font-weight: 700;
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  .message-Contents-Text {
    font-size: 1.8rem;
  }
}
.message-Contents-Body {
  width: calc(1145vw * 100 / 1920);
  background: #ffffff;
  padding: calc(70vw * 100 / 1920) calc(100vw * 100 / 1920) 0;
}
@media (max-width: 1024px) {
  .message-Contents-Body {
    width: 100%;
    padding: 0 calc(100vw * 100 / 1920);
  }
}
.message-Contents-Body p {
  margin-bottom: 2em;
  font-weight: 700;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .message-Contents-Body p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.message-Contents-Name {
  margin-bottom: 0 !important;
  text-align: right;
  font-size: 2.2rem !important;
}
@media (max-width: 640px) {
  .message-Contents-Name {
    font-size: 1.8rem !important;
  }
}
.message-Contents-Name span {
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 640px) {
  .message-Contents-Name span {
    font-size: 1.5rem;
  }
}

.philosophy-Contents {
  background: #fcf2f2;
  padding: 150px 0 100px;
}
@media (max-width: 640px) {
  .philosophy-Contents {
    padding: 75px 0 50px;
  }
}
.philosophy-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .philosophy-Contents-Inner {
    padding: 0 15px;
  }
}
.philosophy-Contents-Catch {
  margin: 100px 0;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 640px) {
  .philosophy-Contents-Catch {
    margin: 50px 0;
  }
}

.philosophy-policy-Items {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .philosophy-policy-Items {
    margin: 0;
    display: block;
  }
}
.philosophy-policy-Item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .philosophy-policy-Item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.philosophy-policy-Bg {
  height: 100%;
  background: #ffffff;
  padding: 30px 30px 50px;
}
@media (max-width: 640px) {
  .philosophy-policy-Bg {
    padding: 15px 30px 25px;
  }
}
.philosophy-policy-Bg.gray {
  background: #f6f6f6;
}
.philosophy-policy-Img {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .philosophy-policy-Img {
    max-width: 100px;
  }
}
.philosophy-policy-Title {
  margin: 16px 0 28px;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .philosophy-policy-Title {
    margin: 8px 0 14px;
    font-size: 1.8rem;
  }
}
.philosophy-policy-Text {
  max-width: 360px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .philosophy-policy-Text {
    font-size: 1.5rem;
  }
}

.plan-Contents {
  background: #f6f6f6;
  padding: 150px 0 140px;
}
@media (max-width: 640px) {
  .plan-Contents {
    padding: 75px 0 70px;
  }
}
.plan-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .plan-Contents-Inner {
    padding: 0 15px;
  }
}
.plan-Contents-Catch {
  margin: 100px 0;
  padding: 0 15px;
}
@media (max-width: 640px) {
  .plan-Contents-Catch {
    margin: 50px 0;
  }
}
.plan-Contents-Title {
  background: #e60012;
  margin: 80px 0 20px;
  padding: 5px 20px 6px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  .plan-Contents-Title {
    margin: 40px 0 10px;
    padding: 5px 10px 6px;
    font-size: 1.8rem;
  }
}
.plan-Contents-List li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .plan-Contents-List li {
    font-size: 1.6rem;
  }
}
.plan-Contents-List li:last-child {
  margin-bottom: 0;
}

.company-Contents {
  padding: 150px 0 140px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .company-Contents {
    padding: 75px 0 70px;
  }
}
.company-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .company-Contents-Inner {
    padding: 0 15px;
  }
}
.company-Contents-Section {
  margin-bottom: 140px;
}
@media (max-width: 640px) {
  .company-Contents-Section {
    margin-bottom: 70px;
  }
}
.company-Contents-Section:last-child {
  margin-bottom: 0;
}
.company-Contents-Table table {
  width: 100%;
}
.company-Contents-Table th {
  width: 170px;
  border-bottom: 1px solid #cbcbcb;
  padding: 18px 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .company-Contents-Table th {
    width: 100%;
    padding: 9px 0 0;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .company-Contents-Table th {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .company-Contents-Table th br {
    display: none;
  }
}
.company-Contents-Table td {
  border-bottom: 1px solid #cbcbcb;
  padding: 18px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .company-Contents-Table td {
    padding: 0 0 9px;
    display: block;
  }
}
@media (max-width: 640px) {
  .company-Contents-Table td {
    font-size: 1.5rem;
  }
}
.company-Contents-Table span a {
  margin-left: 20px;
  color: #e60012;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .company-Contents-Table span a {
    margin-left: 10px;
  }
}
.company-Contents-Table a:hover {
  text-decoration: none;
}
.company-Contents-Table .year {
  width: 100px;
  display: inline-block;
}
@media (max-width: 640px) {
  .company-Contents-Table .year {
    width: 80px;
  }
}
.company-Contents-Logo {
  margin: 80px 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .company-Contents-Logo {
    margin: 20px 0 0;
    flex-wrap: wrap;
  }
}
.company-Contents-Logo li {
  box-sizing: border-box;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .company-Contents-Logo li {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .company-Contents-Logo li {
    width: 50%;
    margin-top: 20px;
  }
}
.company-Contents-Title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 2rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .company-Contents-Title {
    font-size: 1.8rem;
  }
}
.company-Contents-Text {
  margin-bottom: 54px;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .company-Contents-Text {
    margin-bottom: 27px;
    font-size: 1.5rem;
  }
}

.access-Items {
  margin: 0 calc(-23vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .access-Items {
    margin: 0;
    display: block;
  }
}
.access-Item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 46px;
  padding: 0 calc(23vw * 100 / 1920);
}
@media (max-width: 640px) {
  .access-Item {
    width: 100%;
    padding: 0;
  }
}
.access-Item-Img {
  margin-bottom: 12px;
}
.access-Item-Title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .access-Item-Title {
    font-size: 1.6rem;
  }
}
.access-Item-List li {
  margin-top: 6px;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .access-Item-List li {
    margin-top: 3px;
    font-size: 1.5rem;
  }
}
.access-Method {
  background: #f6f6f6;
  margin-bottom: 80px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .access-Method {
    display: block;
  }
}
@media (max-width: 640px) {
  .access-Method {
    margin-bottom: 40px;
    padding: 20px 15px;
  }
}
.access-Method-Title {
  padding: 0 30px;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .access-Method-Title {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .access-Method-Title {
    font-size: 1.6rem;
  }
}
.access-Method-Wrapper {
  border-left: 1px solid #707070;
  display: flex;
}
@media (max-width: 768px) {
  .access-Method-Wrapper {
    border-left: none;
    display: block;
  }
}
.access-Method-List {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .access-Method-List {
    padding: 0;
  }
}
.access-Method-List li {
  margin-top: 6px;
  font-size: 1.8rem;
}
.access-Method-List li:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .access-Method-List li:first-child {
    margin-top: 6px;
  }
}
@media (max-width: 640px) {
  .access-Method-List li {
    margin-top: 3px;
    font-size: 1.5rem;
  }
}
.access-Map {
  width: 100%;
  padding-top: 560px;
  position: relative;
}
@media (max-width: 640px) {
  .access-Map {
    padding-top: 280px;
  }
}
.access-Map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#map {
  margin-top: -80px;
  padding-top: 80px;
}

.calendar-Contents {
  padding: 150px 0 140px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .calendar-Contents {
    padding: 75px 0 70px;
  }
}
.calendar-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .calendar-Contents-Inner {
    padding: 0 15px;
  }
}
.calendar-Contents-Header {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 640px) {
  .calendar-Contents-Header {
    margin-bottom: 30px;
  }
}
.calendar-Contents-Title {
  text-align: center;
  font-weight: 500;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .calendar-Contents-Title {
    font-size: 2.4rem;
  }
}
.calendar-Contents-Day {
  padding-left: 37px;
  font-weight: 500;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .calendar-Contents-Day {
    padding-left: 24px;
    font-size: 1.4rem;
  }
}
.calendar-Contents-Day:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #f7d9a9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .calendar-Contents-Day:after {
    width: 18px;
    height: 18px;
  }
}
.calendar-Contents-List {
  display: flex;
  flex-wrap: wrap;
}
.calendar-Contents-List li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 calc(30vw * 100 / 1920);
}
@media (max-width: 900px) {
  .calendar-Contents-List li {
    width: 50%;
    padding: 0;
  }
}

.quality-Contents {
  padding: 150px 0 140px;
}
@media (max-width: 640px) {
  .quality-Contents {
    padding: 75px 0 70px;
  }
}
.quality-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .quality-Contents-Inner {
    padding: 0 15px;
  }
}
.quality-Contents-Text {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .quality-Contents-Text {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.iso-Item {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .iso-Item {
    margin-top: 70px;
  }
}
.iso-Item-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .iso-Item-Title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.iso-Item-Title span {
  font-weight: 400;
}
.iso-Item-Text {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .iso-Item-Text {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.iso-Item-Logo {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .iso-Item-Logo {
    max-width: 105px;
  }
}
.iso-Item-Logo span {
  text-align: center;
  font-size: 1.2rem;
  display: block;
}

.environmental-Contents {
  background: #fcf2f2;
  padding: 150px 0 140px;
}
@media (max-width: 640px) {
  .environmental-Contents {
    padding: 75px 0 70px;
  }
}
.environmental-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .environmental-Contents-Inner {
    padding: 0 15px;
  }
}
.environmental-Contents-Text {
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .environmental-Contents-Text {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.environmental-Contents-List {
  margin-bottom: 60px;
  counter-reset: item;
}
@media (max-width: 640px) {
  .environmental-Contents-List {
    margin-bottom: 30px;
  }
}
.environmental-Contents-List > li {
  border-top: 1px solid #cbcbcb;
  padding: 12px 0 12px 2em;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 640px) {
  .environmental-Contents-List > li {
    padding: 10px 0 10px 1.5em;
    font-size: 1.6rem;
  }
}
.environmental-Contents-List > li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 0.6em;
  left: 0;
}
.environmental-Contents-Name {
  text-align: right;
  line-height: 2;
}
.environmental-Contents-SDGs ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.environmental-Contents-SDGs li {
  max-width: 106px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 5px;
}

.ea21-Item {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .ea21-Item {
    margin-top: 50px;
  }
}
.ea21-Item-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .ea21-Item-Title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.ea21-Item-Text {
  margin-bottom: 60px;
  font-weight: 700;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .ea21-Item-Text {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.ea21-Item-Logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 60px;
}
@media (max-width: 640px) {
  .ea21-Item-Logo {
    max-width: 150px;
    margin-bottom: 30px;
  }
}
.ea21-Item-List {
  line-height: 2;
}
.ea21-Item-List li a {
  color: #e60012;
}

.privacy-Contents {
  padding: 150px 0 140px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .privacy-Contents {
    padding: 75px 0 70px;
  }
}
.privacy-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .privacy-Contents-Inner {
    padding: 0 15px;
  }
}
.privacy-Contents-Section {
  margin-bottom: 140px;
}
@media (max-width: 640px) {
  .privacy-Contents-Section {
    margin-bottom: 70px;
  }
}
.privacy-Contents-Section:last-child {
  margin-bottom: 0;
}
.privacy-Contents-Wrapper {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .privacy-Contents-Wrapper {
    margin-bottom: 30px;
  }
}
.privacy-Contents-Wrapper:last-child {
  margin-bottom: 0;
}
.privacy-Contents-Heading {
  background: #fcf2f2;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .privacy-Contents-Heading {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.privacy-Contents-Wrapper p {
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .privacy-Contents-Wrapper p {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.privacy-Contents-Emphasis {
  font-weight: 500;
  font-size: 2rem !important;
}
@media (max-width: 640px) {
  .privacy-Contents-Emphasis {
    font-size: 1.6rem !important;
  }
}
.privacy-Contents-title01 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .privacy-Contents-title01 {
    font-size: 1.7rem;
  }
}
.privacy-Contents-title02 {
  background: #fcf2f2;
  margin: 20px 0 8px;
  padding: 6px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .privacy-Contents-title02 {
    font-size: 1.6rem;
  }
}
.privacy-Contents-Name {
  text-align: right;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .privacy-Contents-Name {
    font-size: 1.4rem;
  }
}
.privacy-Contents-Decimal {
  margin-top: 10px;
}
.privacy-Contents-Decimal li {
  padding: 8px 0;
  border-bottom: 1px solid #cbcbcb;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .privacy-Contents-Decimal li {
    font-size: 1.6rem;
  }
}
.privacy-Contents-Disc {
  margin-top: 10px;
}
.privacy-Contents-Disc li {
  padding: 8px 0 8px 26px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 640px) {
  .privacy-Contents-Disc li {
    font-size: 1.6rem;
  }
}
.privacy-Contents-Disc li:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #cbcbcb;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media (max-width: 640px) {
  .privacy-Contents-Disc li:after {
    width: 14px;
    height: 14px;
    top: 0.9em;
  }
}
.privacy-Contents-Caution {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .privacy-Contents-Caution {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.style-Contents {
  overflow: hidden;
}
.style-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .style-Contents-Inner {
    padding: 0 15px;
  }
}
.style-Contents-Inner.extra {
  max-width: 1030px;
}
.style-Contents-Category {
  padding: 50px 0 35px;
}
@media (max-width: 640px) {
  .style-Contents-Category {
    padding: 25px 0 15px;
  }
}
.style-Contents-Category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.style-Contents-Category li {
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 640px) {
  .style-Contents-Category li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
.style-Contents-Category li a {
  border: 4px solid #e60012;
  border-radius: 20px;
  padding: 10px 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
  color: #e60012;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .style-Contents-Category li a {
    font-size: 1.4rem;
  }
}
.style-Contents-Category li.blog a {
  border-color: #ff9900;
  color: #ff9900;
}
.style-Contents-Category li.trivia a {
  border-color: #126109;
  color: #126109;
}
.style-Contents-Category li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.style-Contents-Bg {
  background: #fcf2f2;
  padding: 120px 0;
}
@media (max-width: 640px) {
  .style-Contents-Bg {
    padding: 60px 0;
  }
}
.style-Contents-Header {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .style-Contents-Header {
    margin-bottom: 40px;
  }
}
.style-Contents-Header .data {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .style-Contents-Header .data {
    margin-bottom: 5px;
  }
}
.style-Contents-Header time {
  font-size: 1.4rem;
}
.style-Contents-Header .tag {
  min-width: 110px;
  box-sizing: border-box;
  background: #ffbb1e;
  margin-right: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .style-Contents-Header .tag {
    margin-right: 15px;
  }
}
.style-Contents-Header .tag.blog {
  background: #ff9900;
}
.style-Contents-Header .tag.trivia {
  background: #126109;
}
.style-Contents-Header .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .style-Contents-Header .title {
    font-size: 2rem;
  }
}
.style-Contents-Body {
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .style-Contents-Body {
    margin-bottom: 35px;
  }
}
.style-Contents-Body h2 {
  background: #f9e5e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .style-Contents-Body h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.style-Contents-Body h3 {
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .style-Contents-Body h3 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
.style-Contents-Body p {
  margin-bottom: 1.5em;
  line-height: 2.2222222222;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .style-Contents-Body p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
.style-Contents-Body ul {
  margin-bottom: 1.5em;
}
.style-Contents-Body ul li {
  margin-bottom: 12px;
  padding-left: 42px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 640px) {
  .style-Contents-Body ul li {
    margin-bottom: 6px;
    padding-left: 32px;
    font-size: 1.8rem;
  }
}
.style-Contents-Body ul li:last-child {
  margin-bottom: 0;
}
.style-Contents-Body ul li:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/delica-style/icon01.png") no-repeat left top;
  background-size: 26px 26px;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 640px) {
  .style-Contents-Body ul li:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0.3em;
  }
}
.style-Contents-Body a {
  color: #e60012;
  text-decoration: underline;
}
.style-Contents-Body a:hover {
  text-decoration: none;
}
.style-Contents-Body em {
  font-style: italic;
}
.style-Contents-Body strong {
  font-weight: bold;
}
.style-Contents-Body figure {
  display: inline-block;
}
.style-Contents-Body figcaption {
  text-align: center;
}
.style-Contents-Footer .nav {
  margin: 0 -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .style-Contents-Footer .nav {
    margin: 0 -15px;
  }
}
.style-Contents-Footer .nav li {
  padding: 0 30px;
}
@media (max-width: 640px) {
  .style-Contents-Footer .nav li {
    padding: 0 15px;
  }
}
.style-Contents-Footer .nav li a {
  text-decoration: underline;
  text-align: center;
  font-size: 2rem;
  color: #e60012;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .style-Contents-Footer .nav li a {
    font-size: 1.6rem;
  }
}
.style-Contents-Footer .nav li a:hover {
  text-decoration: none;
}
.style-Contents-Footer .nav li i {
  margin: 0 15px;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .style-Contents-Footer .nav li i {
    margin: 0 5px;
  }
}
.style-Contents-Footer .nav li i svg {
  fill: #e60012;
}

.style-Items {
  margin: 0 calc(-52vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .style-Items {
    margin: 0;
    display: block;
  }
}

.style-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 104px;
  padding: 0 calc(52vw * 100 / 1920);
}
@media (max-width: 900px) {
  .style-Item {
    width: 50%;
    max-width: inherit;
  }
}
@media (max-width: 640px) {
  .style-Item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.style-Item-Img {
  padding-top: 75.72383%;
  overflow: hidden;
  position: relative;
}
.style-Item-Img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.style-Item-Block {
  padding: 20px 30px;
}
@media (max-width: 640px) {
  .style-Item-Block {
    padding: 20px 15px;
  }
}
.style-Item-Categry {
  width: 100px;
  border: 1px solid #000000;
  margin-bottom: 8px;
  padding: 4px 0 5px;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}
.style-Item-Title {
  margin-bottom: 14px;
  font-weight: 700;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.style-Item-Data {
  font-size: 1.2rem;
}

.style-Item a {
  background: #ffffff;
  display: block;
  transition: box-shadow 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.style-Item a:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(204, 204, 204, 0.5);
}

.style-Item a:hover .style-Item-Title {
  color: #e60012;
}

.style-Item a:hover .style-Item-Img img {
  transform: translate(-50%, -50%) scale(1.05);
}

.style-Item.blog a .style-Item-Categry {
  border-color: #ff9900;
  color: #ff9900;
}

.style-Item.trivia a .style-Item-Categry {
  border-color: #126109;
  color: #126109;
}

.style-Paginate {
  display: flex;
}

.style-Paginate .page-numbers {
  width: 40px;
  height: 40px;
  background: #cbcbcb;
  margin: 0 5px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.style-Paginate .current {
  background: #e60012;
  color: #ffffff;
}

.style-Paginate .page-numbers:hover {
  background: #e60012;
  color: #ffffff;
}

.recruit-News {
  background: #f6f6f6;
  padding: 65px 0;
}
@media (max-width: 640px) {
  .recruit-News {
    padding: 30px 0;
  }
}
.recruit-News-Inner {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .recruit-News-Inner {
    padding: 0 15px;
  }
}
.recruit-News-Wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .recruit-News-Wrapper {
    display: block;
  }
}
.recruit-News-Header {
  width: 270px;
  margin-right: calc(60vw * 100 / 1920);
}
@media (max-width: 768px) {
  .recruit-News-Header {
    width: 100%;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
  }
}
.recruit-News-Header .home-Headline {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .recruit-News-Header .home-Headline {
    margin-bottom: 0;
  }
}
.recruit-News-Btn {
  width: 100%;
  max-width: 140px;
}
.recruit-News-Body {
  flex: 1;
}
.recruit-News-List li {
  border-bottom: 1px solid #d8d8d8;
}
.recruit-News-List li:last-child {
  border-bottom: 0;
}
.recruit-News-List li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .recruit-News-List li a {
    padding: 12px 0;
    display: block;
  }
}
.recruit-News-List li a:hover {
  text-decoration: none;
  color: #e60012;
}
.recruit-News-List li time {
  margin-right: 30px;
  font-size: 1.4rem;
  color: #000000;
}
@media (max-width: 640px) {
  .recruit-News-List li time {
    margin-right: 15px;
  }
}
.recruit-News-List li .data {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .recruit-News-List li .data {
    margin-bottom: 5px;
  }
}
.recruit-News-List li .tag {
  min-width: 110px;
  box-sizing: border-box;
  background: #ffbb1e;
  margin-right: 30px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .recruit-News-List li .tag {
    margin-right: 0;
  }
}

.recruit-Nav {
  padding: 140px 0 170px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .recruit-Nav {
    padding: 40px 0 30px;
  }
}
.recruit-Nav-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
.recruit-Nav-Wrapper {
  margin: 0 calc(-17vw * 100 / 1920);
  display: flex;
}
@media (max-width: 900px) {
  .recruit-Nav-Wrapper {
    margin: 0;
    display: block;
  }
}
.recruit-Nav-Graduate {
  padding: 0 calc(17vw * 100 / 1920);
}
@media (max-width: 900px) {
  .recruit-Nav-Graduate {
    padding: 0;
  }
}
.recruit-Nav-Career {
  padding: 0 calc(17vw * 100 / 1920);
}
@media (max-width: 900px) {
  .recruit-Nav-Career {
    padding: 0;
  }
}
.recruit-Nav-Heading {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 3.6rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .recruit-Nav-Heading {
    font-size: 2.2rem;
  }
}
.recruit-Nav-Items {
  margin: 0 calc(-17vw * 100 / 1920);
  display: flex;
}
@media (max-width: 640px) {
  .recruit-Nav-Items {
    margin: 0;
    display: block;
  }
}
.recruit-Nav-Item {
  width: 100%;
  max-width: 552px;
  box-sizing: border-box;
  padding: 0 calc(17vw * 100 / 1920);
}
@media (max-width: 900px) {
  .recruit-Nav-Item {
    width: 50%;
    max-width: inherit;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .recruit-Nav-Item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.recruit-Nav-Img {
  overflow: hidden;
}
.recruit-Nav-Img img {
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.recruit-Nav-Title {
  background: #e60012;
  padding: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 1.8rem;
  color: #ffffff;
}
@media (max-width: 640px) {
  .recruit-Nav-Title {
    font-size: 1.6rem;
  }
}
.recruit-Nav-Item a {
  display: block;
}
.recruit-Nav-Item a:hover {
  text-decoration: none;
}

.recruit-Nav-Item a:hover .recruit-Nav-Img img {
  transform: scale(1.05);
}

.recruit-job {
  margin-bottom: 200px;
  padding: 170px 0 80px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .recruit-job {
    padding: calc(170vw * 100 / 900) 0 calc(80vw * 100 / 900);
  }
}
@media (max-width: 640px) {
  .recruit-job {
    margin-bottom: 70px;
  }
}
.recruit-job:after {
  content: "";
  width: calc(1428vw * 100 / 1920);
  background: #ff8c8c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8c8c 0%, #ffd08c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff8c8c 0%, #ffd08c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff8c8c 0%, #ffd08c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c8c', endColorstr='#ffd08c',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: calc(80vw * 100 / 1920);
  right: 0;
  bottom: 0;
  z-index: -1;
}
.recruit-job-Text {
  position: absolute;
  top: 0;
  left: calc(120vw * 100 / 1920);
}
@media (max-width: 1680px) {
  .recruit-job-Text {
    left: 30px;
  }
}
@media (max-width: 900px) {
  .recruit-job-Text {
    max-width: calc(599vw * 100 / 900);
  }
}
@media (max-width: 640px) {
  .recruit-job-Text {
    left: 15px;
  }
}
.recruit-job-Img {
  max-width: 1486px;
  margin: 0 auto 38px;
}
@media (max-width: 640px) {
  .recruit-job-Img {
    margin-bottom: 16px;
  }
}
.recruit-job-Img img {
  margin-left: calc(60vw * 100 / 1920);
}
.recruit-job-Btn {
  max-width: 224px;
  margin: 0 auto;
}

.recruit-job .Headline-lv1 {
  margin: 0 0 20px calc(170vw * 100 / 1920);
  text-align: left;
  display: inline-block;
}
@media (max-width: 1680px) {
  .recruit-job .Headline-lv1 {
    margin-left: 30px;
  }
}
@media (max-width: 640px) {
  .recruit-job .Headline-lv1 {
    margin-left: 15px;
  }
}

.recruit-job .Headline-lv1 small {
  text-align: center;
}

.recruit-Movie {
  background: url("../img/recruit/movie/visual.jpg") no-repeat center center;
  background-size: cover;
}
.recruit-Movie-Inner {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .recruit-Movie-Inner {
    display: block;
  }
}
@media (max-width: 640px) {
  .recruit-Movie-Inner {
    padding: 0 15px;
  }
}
.recruit-Movie-Heading {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .recruit-Movie-Heading {
    justify-content: center;
  }
}
.recruit-Movie-Icon {
  min-width: 87px;
  margin-right: 16px;
}
@media (max-width: 640px) {
  .recruit-Movie-Icon {
    width: 47px;
    min-width: 47px;
    margin-right: 8px;
  }
}
.recruit-Movie-Title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 0.8;
  font-size: 12rem;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 640px) {
  .recruit-Movie-Title {
    font-size: 6rem;
  }
}
.recruit-Movie-Title span {
  font-weight: 800;
  font-style: normal;
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 640px) {
  .recruit-Movie-Title span {
    font-size: 1.4rem;
  }
}
.recruit-Movie-Text {
  max-width: 440px;
  margin: 0 30px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 2.3rem;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .recruit-Movie-Text {
    max-width: inherit;
    margin: 30px 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .recruit-Movie-Text {
    font-size: 1.6rem;
  }
}
.recruit-Movie-Btn {
  width: 230px;
  min-width: 230px;
  height: 56px;
  background: #ffffff;
  font-weight: 800;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .recruit-Movie-Btn {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .recruit-Movie-Btn {
    height: 46px;
    font-size: 1.5rem;
  }
}

.recruit-Movie a {
  padding: 160px 0;
  display: block;
}
@media (max-width: 640px) {
  .recruit-Movie a {
    padding: 80px 0;
  }
}

.recruit-Movie a:hover {
  text-decoration: none;
}

.recruit-Contents {
  padding: 150px 0 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .recruit-Contents {
    padding: 75px 0 0;
  }
}
.recruit-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .recruit-Contents-Inner {
    padding: 0 15px;
  }
}

.schedule01-Section {
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  .schedule01-Section {
    padding-bottom: 75px;
  }
}
.schedule01-Section-Inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .schedule01-Section-Inner {
    padding: 0 15px;
  }
}
.schedule01-Section-Step {
  margin: 0 -25px;
  display: flex;
}
@media (max-width: 768px) {
  .schedule01-Section-Step {
    margin: 0;
    display: block;
  }
}
.schedule01-Section-Step-Item {
  max-width: 20%;
  padding: 0 25px;
  flex: 0 0 20%;
  position: relative;
}
@media (max-width: 768px) {
  .schedule01-Section-Step-Item {
    max-width: inherit;
    padding: 0 0 30px;
  }
  .schedule01-Section-Step-Item:last-child {
    padding-bottom: 0;
  }
}
.schedule01-Section-Step-Item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #ff9900;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .schedule01-Section-Step-Item:after {
    border-width: 10px 15px 0 15px;
    border-color: #ff9900 transparent transparent transparent;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
  }
}
.schedule01-Section-Step-Item:last-child:after {
  display: none;
}
.schedule01-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.2);
  position: relative;
}
.schedule01-Section-Step-Bg:after {
  content: "";
  padding-top: 100%;
  display: block;
}
@media (max-width: 768px) {
  .schedule01-Section-Step-Bg:after {
    display: none;
  }
}
.schedule01-Section-Step-Inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .schedule01-Section-Step-Inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .schedule01-Section-Step-Inner {
    padding: 10px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .schedule01-Section-Step-Inner {
    font-size: 1.6rem;
  }
}

.schedule01-Section-Step-Item:nth-of-type(1) .schedule01-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.2);
}

.schedule01-Section-Step-Item:nth-of-type(2) .schedule01-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.4);
}

.schedule01-Section-Step-Item:nth-of-type(3) .schedule01-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.6);
}

.schedule01-Section-Step-Item:nth-of-type(4) .schedule01-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.8);
}

.schedule01-Section-Step-Item:nth-of-type(5) .schedule01-Section-Step-Bg {
  background: #ff770e;
}

.schedule02-Section {
  background: #fcf2f2;
  padding: 150px 0;
}
@media (max-width: 640px) {
  .schedule02-Section {
    padding: 75px 0;
  }
}
.schedule02-Section-Inner {
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .schedule02-Section-Inner {
    padding: 0 15px;
  }
}
.schedule02-Section-Nav {
  margin: 0 -7px 65px;
  display: flex;
}
@media (max-width: 640px) {
  .schedule02-Section-Nav {
    margin-bottom: 35px;
  }
}
.schedule02-Section-Nav li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px;
}
.schedule02-Section-Nav li span {
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  padding: 18px 0 20px;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  transition: border 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 768px) {
  .schedule02-Section-Nav li span {
    padding: 9px 0 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  .schedule02-Section-Nav li span {
    font-size: 1.6rem;
  }
}
.schedule02-Section-Nav li.cr span {
  border: 2px solid #e60012;
}
.schedule02-Section-Nav li.cr span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 15px 0 15px;
  border-color: #e60012 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
}
@media (max-width: 640px) {
  .schedule02-Section-Nav li.cr span:before {
    border-width: 15px 11px 0 11px;
    margin-left: -7px;
  }
}
.schedule02-Section-Nav li.cr span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
@media (max-width: 640px) {
  .schedule02-Section-Nav li.cr span:after {
    border-width: 12px 8px 0 8px;
    margin-left: -4px;
  }
}
.schedule02-Section-Nav li span:hover {
  border: 2px solid #e60012;
  text-decoration: none;
}
.schedule02-Section-Box {
  display: none;
}
.schedule02-Section-Box.show {
  display: block;
}
.schedule02-Section-End {
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .schedule02-Section-End {
    text-align: left;
    font-size: 1.8rem;
  }
}
.schedule02-Section-Items {
  border-top: 1px solid #d8d8d8;
}
.schedule02-Section-Item {
  border-bottom: 1px solid #d8d8d8;
}
.schedule02-Section-Title {
  padding: 20px 54px 22px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 640px) {
  .schedule02-Section-Title {
    padding: 15px 54px 15px 27px;
  }
}
.schedule02-Section-Title p {
  font-weight: 500;
  font-size: 2rem;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .schedule02-Section-Title p {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
.schedule02-Section-Title p:after {
  content: "";
  width: 4px;
  height: 42px;
  background: #e60012;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .schedule02-Section-Title p:after {
    width: 3px;
    height: 32px;
    left: -15px;
  }
}
.schedule02-Section-Title p span {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.4rem;
  display: block;
}
.schedule02-Section-Btn {
  width: 35px;
  height: 35px;
  border: 2px solid #707070;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 640px) {
  .schedule02-Section-Btn {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.schedule02-Section-Btn i {
  background: #707070;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .schedule02-Section-Btn i {
    width: 14px;
  }
}
.schedule02-Section-Btn i:after {
  content: "";
  background: #707070;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .schedule02-Section-Btn i:after {
    height: 14px;
  }
}
.schedule02-Section-Wrapper {
  display: none;
}
.schedule02-Section-Body {
  padding: 0 54px;
	overflow-wrap: anywhere; 
  word-break: normal; 
  line-break: strict; 
}
@media (max-width: 640px) {
  .schedule02-Section-Body {
    padding: 0 27px;
  }
}
.schedule02-Section-Body p {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .schedule02-Section-Body p {
    font-size: 1.5rem;
  }
}

.schedule02-Section-Title.open .schedule02-Section-Btn {
  border-color: #e60012;
}

.schedule02-Section-Title.open .schedule02-Section-Btn i {
  background: #e60012;
  transform: translate(-50%, -50%) rotate(45deg);
}

.schedule02-Section-Title.open .schedule02-Section-Btn i:after {
  background: #e60012;
}

.career01-Section {
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  .career01-Section {
    padding-bottom: 75px;
  }
}
.career01-Section-Inner {
  width: 100%;
  max-width: 1336px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .career01-Section-Inner {
    padding: 0 15px;
  }
}
.career01-Section-End {
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .career01-Section-End {
    text-align: left;
    font-size: 1.8rem;
  }
}
.career01-Section-Items {
  border-top: 1px solid #d8d8d8;
}
.career01-Section-Item {
  border-bottom: 1px solid #d8d8d8;
}
.career01-Section-Title {
  padding: 20px 54px 22px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 640px) {
  .career01-Section-Title {
    padding: 15px 54px 15px 27px;
  }
}
.career01-Section-Title p {
  font-weight: 500;
  font-size: 2rem;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .career01-Section-Title p {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
.career01-Section-Title p:after {
  content: "";
  width: 4px;
  height: 42px;
  background: #e60012;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .career01-Section-Title p:after {
    width: 3px;
    height: 32px;
    left: -15px;
  }
}
.career01-Section-Btn {
  width: 35px;
  height: 35px;
  border: 2px solid #707070;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 640px) {
  .career01-Section-Btn {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.career01-Section-Btn i {
  background: #707070;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .career01-Section-Btn i {
    width: 14px;
  }
}
.career01-Section-Btn i:after {
  content: "";
  background: #707070;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
@media (max-width: 640px) {
  .career01-Section-Btn i:after {
    height: 14px;
  }
}
.career01-Section-Wrapper {
  display: none;
}
.career01-Section-Wrapper table {
  width: 100%;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .career01-Section-Wrapper table {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .career01-Section-Wrapper table {
    font-size: 1.5rem;
  }
}
.career01-Section-Wrapper th {
  width: 19.984326%;
  box-sizing: border-box;
  background: #fcf2f2;
  border-bottom: 4px solid #ffffff;
  padding: 20px;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 768px) {
  .career01-Section-Wrapper th {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .career01-Section-Wrapper th {
    padding: 15px;
  }
}
.career01-Section-Wrapper td {
  background: #f6f6f6;
  border-bottom: 4px solid #ffffff;
  padding: 20px;
}
@media (max-width: 768px) {
  .career01-Section-Wrapper td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 640px) {
  .career01-Section-Wrapper td {
    padding: 15px;
  }
}

.career01-Section-Title.open .career01-Section-Btn {
  border-color: #e60012;
}

.career01-Section-Title.open .career01-Section-Btn i {
  background: #e60012;
  transform: translate(-50%, -50%) rotate(45deg);
}

.career01-Section-Title.open .career01-Section-Btn i:after {
  background: #e60012;
}

.career02-Section {
  background: #f6f6f6;
  padding: 150px 0;
}
@media (max-width: 640px) {
  .career02-Section {
    padding: 75px 0;
  }
}
.career02-Section-Inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .career02-Section-Inner {
    padding: 0 15px;
  }
}
.career02-Section-Step {
  margin: 0 -25px;
  display: flex;
}
@media (max-width: 768px) {
  .career02-Section-Step {
    margin: 0;
    display: block;
  }
}
.career02-Section-Step-Item {
  max-width: 20%;
  padding: 0 25px;
  flex: 0 0 20%;
  position: relative;
}
@media (max-width: 768px) {
  .career02-Section-Step-Item {
    max-width: inherit;
    padding: 0 0 30px;
  }
  .career02-Section-Step-Item:last-child {
    padding-bottom: 0;
  }
}
.career02-Section-Step-Item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #ff9900;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .career02-Section-Step-Item:after {
    border-width: 10px 15px 0 15px;
    border-color: #ff9900 transparent transparent transparent;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
  }
}
.career02-Section-Step-Item:last-child:after {
  display: none;
}
.career02-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.2);
  position: relative;
}
.career02-Section-Step-Bg:after {
  content: "";
  padding-top: 100%;
  display: block;
}
@media (max-width: 768px) {
  .career02-Section-Step-Bg:after {
    display: none;
  }
}
.career02-Section-Step-Inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .career02-Section-Step-Inner {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .career02-Section-Step-Inner {
    padding: 10px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .career02-Section-Step-Inner {
    font-size: 1.6rem;
  }
}

.career02-Section-Step-Item:nth-of-type(1) .career02-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.2);
}

.career02-Section-Step-Item:nth-of-type(2) .career02-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.4);
}

.career02-Section-Step-Item:nth-of-type(3) .career02-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.6);
}

.career02-Section-Step-Item:nth-of-type(4) .career02-Section-Step-Bg {
  background: rgba(255, 119, 14, 0.8);
}

.career02-Section-Step-Item:nth-of-type(5) .career02-Section-Step-Bg {
  background: #ff770e;
}

.career03-Section {
  padding: 150px 0;
}
@media (max-width: 640px) {
  .career03-Section {
    padding: 75px 0;
  }
}
.career03-Section-Inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .career03-Section-Inner {
    padding: 0 15px;
  }
}
.career03-Section-Text {
  margin-bottom: 58px;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .career03-Section-Text {
    margin-bottom: 29px;
    text-align: left;
    font-size: 1.8rem;
  }
}
.career03-Section-Item {
  width: 100%;
  max-width: 488px;
  background: #fcf2f2;
  margin: 0 auto;
  padding: calc(50vw * 100 / 1920);
}
@media (max-width: 640px) {
  .career03-Section-Item {
    padding: 20px 15px;
  }
}
.career03-Section-Icon {
  margin-bottom: 8px;
  text-align: center;
  line-height: 0;
  display: block;
}
.career03-Section-Icon svg {
  fill: #e60012;
}
@media (max-width: 640px) {
  .career03-Section-Icon svg {
    width: 40px;
    height: 27px;
  }
}
.career03-Section-Title {
  margin-bottom: 36px;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .career03-Section-Title {
    margin-bottom: 18px;
    font-size: 2rem;
  }
}
.career03-Section-Address {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .career03-Section-Address {
    font-size: 1.5rem;
  }
}

.movie {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  .movie {
    padding-bottom: 75px;
  }
}
.movie-Text {
  margin-bottom: 90px;
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
}
@media (max-width: 640px) {
  .movie-Text {
    margin-bottom: 45px;
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  .movie-Text br {
    display: none;
  }
}
.movie-Iframe {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-Iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.job-Lead {
  margin-top: calc(-135vw * 100 / 1920);
  position: relative;
}
@media (max-width: 1024px) {
  .job-Lead {
    margin-top: 0;
  }
}
.job-Lead-Wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.job-Lead-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .job-Lead-Inner {
    padding: 0 15px;
  }
}
.job-Lead-Title {
  width: calc(854vw * 100 / 1920);
  margin-top: calc(-30vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .job-Lead-Title {
    margin-top: calc(-30vw * 100 / 1024);
  }
}
@media (max-width: 640px) {
  .job-Lead-Title {
    width: 240px;
    margin-top: -30px;
  }
}
.job-Lead-Text {
  width: calc(1280vw * 100 / 1920);
  background: #ffffff;
  margin-left: auto;
  padding: calc(180vw * 100 / 1920) 0 calc(180vw * 100 / 1920)
    calc(200vw * 100 / 1920);
}
@media (max-width: 1024px) {
  .job-Lead-Text {
    width: 100%;
    margin-left: 0;
    padding: calc(200vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .job-Lead-Text {
    padding: 50px 15px;
  }
}
.job-Lead-Text p {
  font-weight: 800;
  line-height: 2.2;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 1440px) {
  .job-Lead-Text p {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .job-Lead-Text p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .job-Lead-Text p br {
    display: none;
  }
}

.job-Section {
  margin-bottom: calc(260vw * 100 / 1920);
}
.job-Section-Item {
  margin-bottom: calc(200vw * 100 / 1920);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .job-Section-Item {
    display: block;
  }
}
@media (max-width: 640px) {
  .job-Section-Item {
    margin-bottom: 30px;
  }
}
.job-Section-Item-Img {
  width: calc(1150vw * 100 / 1920);
  max-width: 1150px;
  margin-right: calc(70vw * 100 / 1920);
  position: relative;
}
@media (max-width: 1024px) {
  .job-Section-Item-Img {
    width: 90%;
    margin: 0 0 calc(100vw * 100 / 1024) 0;
  }
}
.job-Section-Item-Number {
  width: calc(300vw * 100 / 1920);
  background: #e60012;
  position: absolute;
  top: 0;
  left: calc(180vw * 100 / 1920);
  z-index: 1;
}
@media (max-width: 640px) {
  .job-Section-Item-Number {
    width: 90px;
    left: 15px;
  }
}
.job-Section-Item-Number:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.job-Section-Item-Inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 3.8rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .job-Section-Item-Inner {
    font-size: calc(38vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Inner {
    font-size: 1.4rem;
  }
}
.job-Section-Item-Inner span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: 15rem;
  display: block;
}
@media (max-width: 1920px) {
  .job-Section-Item-Inner span {
    font-size: calc(150vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Inner span {
    font-size: 4rem;
  }
}
.job-Section-Item-Bg {
  width: 100%;
  max-width: 1150px;
  max-height: 646px;
  background: #ff8c8c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8c8c 0%, #ffd08c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff8c8c 0%, #ffd08c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff8c8c 0%, #ffd08c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c8c', endColorstr='#ffd08c',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  right: calc(-100vw * 100 / 1920);
  bottom: calc(-100vw * 100 / 1920);
  z-index: -1;
}
.job-Section-Item-Bg:after {
  content: "";
  padding-top: calc(646vw * 100 / 1920);
  display: block;
}
@media (max-width: 1024px) {
  .job-Section-Item-Bg:after {
    padding-top: calc(546vw * 100 / 1024);
  }
}
.job-Section-Item-Box {
  width: 100%;
  max-width: 555px;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1920px) {
  .job-Section-Item-Box {
    width: calc(525vw * 100 / 1920);
  }
}
@media (max-width: 1024px) {
  .job-Section-Item-Box {
    width: 100%;
    max-width: inherit;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Box {
    padding: 0 15px;
  }
}
.job-Section-Item-Text {
  margin-bottom: calc(100vw * 100 / 1920);
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .job-Section-Item-Text {
    font-size: 1.5rem;
  }
}
.job-Section-Item-About {
  margin-bottom: 16px;
  display: flex;
}
.job-Section-Item-Group {
  font-weight: 800;
  line-height: 1.3;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 1024px) {
  .job-Section-Item-Group {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Group {
    font-size: 1.6rem;
  }
}
.job-Section-Item-Name {
  font-weight: 800;
  line-height: 1.3;
  font-size: 3.5rem;
  color: #e60012;
}
@media (max-width: 1024px) {
  .job-Section-Item-Name {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Name {
    font-size: 2rem;
  }
}
.job-Section-Item-Name span {
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .job-Section-Item-Name span {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .job-Section-Item-Name span {
    font-size: 1.6rem;
  }
}
.job-Section-Item-Voice {
  border: 6px solid #e60012;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 640px) {
  .job-Section-Item-Voice {
    border: 3px solid #e60012;
    font-size: 1.5rem;
  }
}
.job-Section-Item-Icon {
  width: calc(219vw * 100 / 1920);
  min-width: 119px;
  max-width: 219px;
  position: absolute;
  top: calc(-80vw * 100 / 1920);
  right: 0;
}
@media (max-width: 768px) {
  .job-Section-Item-Icon {
    top: -40px;
  }
}
.job-Section-Inner {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .job-Section-Inner {
    padding: 0 15px;
  }
}
.job-Section-Wrapper {
  margin: 60px -24px 0;
  display: flex;
}
@media (max-width: 768px) {
  .job-Section-Wrapper {
    margin: 60px 0 0;
    display: block;
  }
}
@media (max-width: 640px) {
  .job-Section-Wrapper {
    margin-top: 30px;
  }
}
.job-Section-Wrapper-Img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .job-Section-Wrapper-Img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
}
.job-Section-Wrapper-Box {
  width: 50%;
  box-sizing: border-box;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .job-Section-Wrapper-Box {
    width: 100%;
    padding: 0;
  }
}
.job-Section-Wrapper-Title {
  margin-bottom: 30px;
  font-weight: 800;
  line-height: 1.5;
  font-size: 3rem;
  color: #e60012;
}
@media (max-width: 1024px) {
  .job-Section-Wrapper-Title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .job-Section-Wrapper-Title {
    font-size: 1.8rem;
  }
}
.job-Section-Wrapper-Text {
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .job-Section-Wrapper-Text {
    font-size: 1.5rem;
  }
}

.job-Section-Item.extra {
  justify-content: flex-end;
}

.job-Section-Item.extra .job-Section-Item-Img {
  margin-right: 0;
  margin-left: calc(70vw * 100 / 1920);
  order: 1;
}

.job-Section-Item.extra .job-Section-Item-Number {
  left: auto;
  right: calc(180vw * 100 / 1920);
}

.job-Section-Item.extra .job-Section-Item-Bg {
  right: auto;
  bottom: calc(-100vw * 100 / 1920);
  left: calc(-100vw * 100 / 1920);
}

.job-Section-Item.extra .job-Section-Item-Box {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .job-Section-Item.extra .job-Section-Item-Box {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .job-Section-Item.extra .job-Section-Item-Box {
    padding: 0 15px;
  }
}

.job-Section-Item.extra .job-Section-Item-About {
  justify-content: flex-end;
}

.job-Section-Item.extra .job-Section-Item-Icon {
  right: auto;
  left: 0;
}

.job-Section-Wrapper.extra .job-Section-Wrapper-Img {
  order: 1;
}

.support-Section01 {
  background: #f6f6f6;
  padding: 108px 0 130px;
}
@media (max-width: 640px) {
  .support-Section01 {
    padding: 54px 0 65px;
  }
}
.support-Section01-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .support-Section01-Inner {
    padding: 0 15px;
  }
}
.support-Section01-Items {
  margin: 0 calc(-20vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .support-Section01-Items {
    margin: 0;
    display: block;
  }
}
.support-Section01-Item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 calc(20vw * 100 / 1920);
}
@media (max-width: 640px) {
  .support-Section01-Item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.support-Section01-Bg {
  background: #ffffff;
  padding: 60px 15px;
}
@media (max-width: 640px) {
  .support-Section01-Bg {
    padding: 30px 15px;
  }
}
.support-Section01-Title {
  margin-bottom: 66px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .support-Section01-Title {
    margin-bottom: 33px;
    font-size: 1.8rem;
  }
}
.support-Section01-Icon01 {
  max-width: 160px;
  margin: 0 auto 84px;
}
@media (max-width: 640px) {
  .support-Section01-Icon01 {
    max-width: 120px;
    margin-bottom: 42px;
  }
}
.support-Section01-Icon02 {
  max-width: 126px;
  margin: 0 auto 84px;
}
@media (max-width: 640px) {
  .support-Section01-Icon02 {
    max-width: 86px;
    margin-bottom: 42px;
  }
}
.support-Section01-Btn {
  max-width: 330px;
  margin: 0 auto;
}
.support-Section01-Btn a {
  background: #333333;
  padding: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .support-Section01-Btn a {
    font-size: 1.6rem;
  }
}
.support-Section01-Btn i {
  line-height: 0;
  margin-right: 10px;
}
.support-Section01-Btn i svg {
  fill: #ffffff;
}
.support-Section01-Btn a:hover {
  text-decoration: none;
  background: #e60012;
}
@media (max-width: 1024px) {
  .support-Section01-Btn a:hover {
    background: #333333;
    color: #ffffff;
  }
}

.support-Section02 {
  background: #fcf2f2;
  padding: 108px 0 130px;
}
@media (max-width: 640px) {
  .support-Section02 {
    padding: 54px 0 65px;
  }
}
.support-Section02-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .support-Section02-Inner {
    padding: 0 15px;
  }
}
.support-Section02-Items {
  margin: 0 calc(-20vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .support-Section02-Items {
    margin: 0;
    display: block;
  }
}
.support-Section02-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 calc(20vw * 100 / 1920);
}
@media (max-width: 900px) {
  .support-Section02-Item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .support-Section02-Item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.support-Section02-Bg {
  height: 100%;
  background: #ffffff;
  padding: 40px 15px;
}
@media (max-width: 640px) {
  .support-Section02-Bg {
    padding: 20px 15px;
  }
}
.support-Section02-Title {
  min-height: 74px;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .support-Section02-Title {
    min-height: 150px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 640px) {
  .support-Section02-Title {
    min-height: 130px;
    margin-bottom: 13px;
    font-size: 1.8rem;
  }
}
.support-Section02-Title span {
  margin-right: 14px;
  display: block;
  flex: 1;
}
.support-Section02-Icon01 {
  max-width: 138px;
}
@media (max-width: 1280px) {
  .support-Section02-Icon01 {
    margin: 0 auto 20px !important;
  }
}
@media (max-width: 640px) {
  .support-Section02-Icon01 {
    max-width: 108px;
  }
}
.support-Section02-Icon02 {
  max-width: 92px;
}
@media (max-width: 1280px) {
  .support-Section02-Icon02 {
    margin: 0 auto 20px !important;
  }
}
@media (max-width: 640px) {
  .support-Section02-Icon02 {
    max-width: 72px;
  }
}
.support-Section02-Icon03 {
  max-width: 64px;
}
@media (max-width: 1280px) {
  .support-Section02-Icon03 {
    margin: 0 auto 20px !important;
  }
}
@media (max-width: 640px) {
  .support-Section02-Icon03 {
    max-width: 44px;
  }
}
.support-Section02-Number {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  color: #333333;
}
.support-Section02-Number i {
  margin: 3px 10px 0 0;
  line-height: 0;
  display: block;
}
.support-Section02-Number i svg {
  fill: #6b6b6b;
}
.support-Section02-Number a {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-Section02-Number a:hover {
  text-decoration: none;
}

.support-Section03 {
  padding: 108px 0 150px;
}
@media (max-width: 640px) {
  .support-Section03 {
    padding: 54px 0 75px;
  }
}
.support-Section03-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .support-Section03-Inner {
    padding: 0 15px;
  }
}
.support-Section03-Btn {
  max-width: 224px;
  margin: 0 auto;
}

.faq-Contents {
  padding: 120px 0;
}
@media (max-width: 640px) {
  .faq-Contents {
    padding: 60px 0;
  }
}
.faq-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .faq-Contents-Inner {
    padding: 0 15px;
  }
}
.faq-Contents-List {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .faq-Contents-List {
    margin-bottom: 40px;
  }
}
.faq-Contents-List li {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 42px;
  padding: 40px 0 22px 60px;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}
@media (max-width: 640px) {
  .faq-Contents-List li {
    margin-bottom: 21px;
    padding: 20px 0 11px 40px;
    font-size: 1.6rem;
  }
}
.faq-Contents-List li:before {
  content: "Q";
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 9rem;
  color: #e60012;
  position: absolute;
  bottom: 22px;
  left: 0;
}
@media (max-width: 640px) {
  .faq-Contents-List li:before {
    font-size: 6rem;
    bottom: 11px;
  }
}
.faq-Contents-List li a {
  display: block;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.faq-Contents-List li a:hover {
  text-decoration: none;
  color: #e60012;
}
.faq-Contents-Header {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .faq-Contents-Header {
    margin-bottom: 40px;
  }
}
.faq-Contents-Header .title {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 42px;
  padding: 40px 0 22px 60px;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
}
@media (max-width: 640px) {
  .faq-Contents-Header .title {
    margin-bottom: 21px;
    padding: 20px 0 11px 40px;
    font-size: 1.6rem;
  }
}
.faq-Contents-Header .title:before {
  content: "Q";
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 9rem;
  color: #e60012;
  position: absolute;
  bottom: 22px;
  left: 0;
}
@media (max-width: 640px) {
  .faq-Contents-Header .title:before {
    font-size: 6rem;
    bottom: 11px;
  }
}
.faq-Contents-Body {
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .faq-Contents-Body {
    margin-bottom: 35px;
  }
}
.faq-Contents-Body h2 {
  background: #fcf2f2;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .faq-Contents-Body h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.8rem;
  }
}
.faq-Contents-Body h3 {
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  color: #e60012;
}
@media (max-width: 640px) {
  .faq-Contents-Body h3 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
.faq-Contents-Body p {
  margin-bottom: 1.5em;
  line-height: 2.2222222222;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .faq-Contents-Body p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
.faq-Contents-Body ul {
  margin-bottom: 1.5em;
}
.faq-Contents-Body ul li {
  margin-bottom: 12px;
  padding-left: 42px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 640px) {
  .faq-Contents-Body ul li {
    margin-bottom: 6px;
    padding-left: 32px;
    font-size: 1.8rem;
  }
}
.faq-Contents-Body ul li:last-child {
  margin-bottom: 0;
}
.faq-Contents-Body ul li:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/support/faq/icon01.png") no-repeat left top;
  background-size: 26px 26px;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 640px) {
  .faq-Contents-Body ul li:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0.3em;
  }
}
.faq-Contents-Body a {
  color: #e60012;
  text-decoration: underline;
}
.faq-Contents-Body a:hover {
  text-decoration: none;
}
.faq-Contents-Footer .nav {
  max-width: 224px;
  margin: 0 auto;
}

.faq-Paginate {
  display: flex;
}

.faq-Paginate .page-numbers {
  width: 40px;
  height: 40px;
  background: #cbcbcb;
  margin: 0 5px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.faq-Paginate .current {
  background: #e60012;
  color: #ffffff;
}

.faq-Paginate .page-numbers:hover {
  background: #e60012;
  color: #ffffff;
}

.form-Contents {
  padding: 120px 0;
}
@media (max-width: 640px) {
  .form-Contents {
    padding: 60px 0;
  }
}
.form-Contents-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .form-Contents-Inner {
    padding: 0 15px;
  }
}
.form-Contents-Text {
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .form-Contents-Text {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.form-Item {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .form-Item {
    margin-bottom: 50px;
  }
}
.form-Item-Heading {
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 2.5rem;
}
@media (max-width: 640px) {
  .form-Item-Heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.form-Item-Box {
  margin-bottom: 50px;
  display: flex;
}
@media (max-width: 768px) {
  .form-Item-Box {
    display: block;
  }
}
@media (max-width: 640px) {
  .form-Item-Box {
    margin-bottom: 25px;
  }
}
.form-Item-Box:last-child {
  margin-bottom: 0;
}
.form-Item-Header {
  width: 330px;
  background: #f6f6f6;
  margin-right: 30px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-Item-Header {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 640px) {
  .form-Item-Header {
    margin-bottom: 5px;
    padding: 10px 16px;
  }
}
.form-Item-Title {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .form-Item-Title {
    font-size: 1.6rem;
  }
}
.form-Item-Required {
  background: #ff9900;
  margin: 2px 0 0 18px;
  padding: 2px 9px 3px;
  line-height: 1.1;
  font-size: 1.4rem;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 640px) {
  .form-Item-Required {
    margin: 2px 0 0 9px;
    font-size: 1.2rem;
  }
}
.form-Item-Body {
  font-size: 1.8rem;
  flex: 1;
}
@media (max-width: 640px) {
  .form-Item-Body {
    font-size: 1.6rem;
  }
}
.form-Item-Birthday {
  display: flex;
}
@media (max-width: 640px) {
  .form-Item-Birthday {
    display: block;
  }
}
.form-Item-Birthday-Item {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .form-Item-Birthday-Item {
    margin-bottom: 10px;
  }
}
.form-Item-Birthday-Item span {
  margin: 0 15px;
  white-space: nowrap;
}
.form-Item-Birthday-Item input {
  max-width: 146px;
}
@media (max-width: 640px) {
  .form-Item-Birthday-Item input {
    max-width: inherit;
  }
}
.form-Item-Birthday-Item select {
  min-width: 136px;
}
@media (max-width: 640px) {
  .form-Item-Birthday-Item select {
    min-width: inherit;
  }
}
.form-Item-History-Item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.form-Item-History-Item:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .form-Item-History-Item {
    margin-bottom: 15px;
    display: block;
  }
}
.form-Item-History-Item em {
  min-width: 110px;
  display: block;
}
@media (max-width: 640px) {
  .form-Item-History-Item em {
    min-width: inherit;
    margin-bottom: 5px;
  }
}
.form-Item-History-Year {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .form-Item-History-Year {
    margin-bottom: 15px;
  }
}
.form-Item-History-Year input {
  max-width: 146px;
  margin: 0 15px;
}
@media (max-width: 640px) {
  .form-Item-History-Year input {
    max-width: inherit;
  }
}
.form-Item-History-Year span {
  white-space: nowrap;
}
.form-Item-History-Radio {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.form-Item-History-Radio .mwform-radio-field-text {
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .form-Item-History-Radio .mwform-radio-field-text {
    font-size: 1.5rem;
  }
}
.form-Item-Common {
  border: 1px solid #cbcbcb;
  padding: 24px;
}
@media (max-width: 640px) {
  .form-Item-Common {
    padding: 16px;
  }
}
.form-Item-Common p {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .form-Item-Common p {
    margin-bottom: 10px;
  }
}
.form-Item-Privacy {
  height: 160px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  .form-Item-Privacy {
    margin-bottom: 10px;
  }
}
.form-Item-Privacy p {
  margin-bottom: 1.5em;
  font-size: 1.3rem;
}
.form-Item-Privacy ul,
.form-Item-Privacy ol {
  margin-bottom: 1.5em;
}
.form-Item-Privacy ul li,
.form-Item-Privacy ol li {
  font-size: 1.3rem;
}
.form-Item-Privacy ul {
  padding-left: 1.5em;
}
.form-Item-Privacy ul li {
  list-style: disc;
}
.form-Item-Privacy .mb5 {
  margin-bottom: 5px;
}
.form-Item-Privacy .right {
  text-align: right;
}
.form-Item-Privacy strong {
  font-weight: bold;
}
.form-Item-Privacy .title {
  background: #f6f6f6;
  margin-bottom: 10px;
  padding: 5px 10px 3px;
  font-weight: bold;
}
.form-Item-Submit {
  display: flex;
  justify-content: center;
}
.form-Item-Submit input {
  margin: 0 10px;
  width: calc(295px - 20px);
  box-sizing: border-box;
  background: #e60012;
  border: none;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-Item-Submit input:hover {
  opacity: 0.6;
}

.form-Item-Body .itt {
  width: 100%;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  padding: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .form-Item-Body .itt {
    padding: 14px;
    font-size: 1.6rem;
  }
}

.form-Item-Body select {
  width: 100%;
  background: url(../img/form/select-arrow.png) no-repeat right center;
  background-size: 40px auto;
  border: 1px solid #cbcbcb;
  padding: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 640px) {
  .form-Item-Body select {
    background-size: 30px auto;
    padding: 14px;
    font-size: 1.6rem;
  }
}

.form-Item-Body select::-ms-expand {
  display: none;
}

.form-Item-Body textarea {
  width: 100%;
  height: 280px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  padding: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .form-Item-Body textarea {
    height: 130px;
    padding: 14px;
    font-size: 1.6rem;
  }
}

.mwform-radio-field + .mwform-radio-field {
  margin-left: 70px;
}
@media (max-width: 640px) {
  .mwform-radio-field + .mwform-radio-field {
    margin-left: 35px;
  }
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .mwform-radio-field-text,
  .mwform-checkbox-field-text {
    font-size: 1.6rem;
  }
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.user-support-Contents {
  padding: 80px 0 120px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .user-support-Contents {
    padding: 40px 0 60px;
  }
}
.user-support-Contents-Inner {
  width: 100%;
  max-width: 1614px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .user-support-Contents-Inner {
    padding: 0 15px;
  }
}

.user-support-Category {
  background: #333333;
  margin-bottom: 80px;
}
@media (max-width: 810px) {
  .user-support-Category {
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .user-support-Category {
    margin-bottom: 40px;
  }
}
.user-support-Category-Title {
  padding: 14px 14px 0;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
}
.user-support-Category-List {
  padding: 14px;
}
@media (max-width: 810px) {
  .user-support-Category-List {
    display: none;
  }
}
@media (max-width: 640px) {
  .user-support-Category-List {
    padding: 7px;
  }
}
.user-support-Category-List-Sp {
  padding: 14px;
  display: none;
}
@media (max-width: 810px) {
  .user-support-Category-List-Sp {
    display: block;
  }
}
.user-support-Category-List-Sp select {
  width: 100%;
  background: #ffffff url(../img/form/select-arrow.png) no-repeat right center;
  background-size: 30px auto;
  border: none;
  padding: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
}
.user-support-Category-List ul {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .user-support-Category-List ul {
    margin: -3px;
  }
}
.user-support-Category-List li {
  width: 20%;
  box-sizing: border-box;
  margin: 7px 0;
  padding: 0 7px;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 1080px) {
  .user-support-Category-List li {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .user-support-Category-List li {
    width: 100%;
    margin: 3px 0;
  }
}
.user-support-Category-List li a {
  background: #ffffff;
  padding: 7px;
  font-weight: 500;
  display: block;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .user-support-Category-List li a {
    padding: 3px;
    font-size: 1.3rem;
  }
}
.user-support-Category-List li a:hover {
  background: #ff9900;
  text-decoration: none;
}
.user-support-Category-List li.cr a {
  background: #ff9900;
}
.user-support-Category-Btn {
  max-width: 160px;
  margin: 0 auto;
  padding: 14px 0 28px;
}
@media (max-width: 810px) {
  .user-support-Category-Btn {
    display: none;
  }
}
.user-support-Category-Btn a {
  height: 100%;
  background: #000000;
  border-radius: 50px;
  padding: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 640px) {
  .user-support-Category-Btn a {
    font-size: 1.3rem;
  }
}
.user-support-Category-Btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.user-support-Table {
  margin: 0 -16px;
}
@media (max-width: 810px) {
  .user-support-Table {
    margin: 0 -10px;
  }
}
.user-support-Table table {
  width: 100%;
  font-size: 1.8rem;
}
.user-support-Table table th {
  background: #e60012;
  border: 16px solid #ffffff;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 810px) {
  .user-support-Table table th {
    border: 10px solid #ffffff;
    padding: 10px;
  }
}
.user-support-Table table th:first-child {
  width: 28.314028314%;
}
.user-support-Table table th:last-child {
  width: 25.74002574%;
}
@media (max-width: 810px) {
  .user-support-Table table th:nth-child(2),
  .user-support-Table table th:nth-child(3),
  .user-support-Table table th:nth-child(4) {
    display: none;
  }
}
.user-support-Table table td {
  background: #f6f6f6;
  border: 16px solid #ffffff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 810px) {
  .user-support-Table table td {
    border: 10px solid #ffffff;
    padding: 10px;
  }
}
@media (max-width: 810px) {
  .user-support-Table table td:nth-child(2),
  .user-support-Table table td:nth-child(3),
  .user-support-Table table td:nth-child(4) {
    display: none;
  }
}
.user-support-Table table td:first-child {
  text-align: left;
}
.user-support-Comment {
  font-size: 1.6rem;
}
.user-support-Comment a {
  text-decoration: underline;
}

.user-support-Table .btn {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 810px) {
  .user-support-Table .btn {
    display: block;
  }
}
.user-support-Table .btn li {
  width: 160px;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 0 calc(20vw * 100 / 1920);
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 810px) {
  .user-support-Table .btn li {
    width: 100%;
    padding: 0;
  }
}
.user-support-Table .btn li a {
  background: #cbcbcb;
  padding: 7px;
  display: block;
  transition: background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.user-support-Table .btn li a:hover {
  background: #ff9900;
  text-decoration: none;
}

.user-support-Contact {
  background: #f6f6f6;
  padding: 108px 0 130px;
}
@media (max-width: 640px) {
  .user-support-Contact {
    padding: 54px 0 65px;
  }
}
.user-support-Contact-Inner {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .user-support-Contact-Inner {
    padding: 0 15px;
  }
}
.user-support-Contact-Items {
  margin: 0 calc(-20vw * 100 / 1920);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .user-support-Contact-Items {
    margin: 0;
    display: block;
  }
}
.user-support-Contact-Item {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 calc(20vw * 100 / 1920);
}
@media (max-width: 640px) {
  .user-support-Contact-Item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.user-support-Contact-Bg {
  height: 100%;
  background: #ffffff;
  padding: 40px 15px;
}
@media (max-width: 640px) {
  .user-support-Contact-Bg {
    padding: 20px 15px;
  }
}
.user-support-Contact-Title {
  min-height: 74px;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .user-support-Contact-Title {
    min-height: 150px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 640px) {
  .user-support-Contact-Title {
    min-height: 80px;
    margin-bottom: 13px;
    font-size: 1.8rem;
  }
}
.user-support-Contact-Title span {
  margin-right: 14px;
  display: block;
  flex: 1;
}
.user-support-Contact-Icon01 {
  max-width: 47px;
}
@media (max-width: 1280px) {
  .user-support-Contact-Icon01 {
    margin: 0 auto 20px !important;
  }
}
@media (max-width: 640px) {
  .user-support-Contact-Icon01 {
    max-width: 37px;
  }
}
.user-support-Contact-Icon02 {
  max-width: 64px;
}
@media (max-width: 1280px) {
  .user-support-Contact-Icon02 {
    margin: 0 auto 20px !important;
  }
}
@media (max-width: 640px) {
  .user-support-Contact-Icon02 {
    max-width: 44px;
  }
}
.user-support-Contact-Number {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  color: #333333;
}
.user-support-Contact-Number i {
  margin: 3px 10px 0 0;
  line-height: 0;
  display: block;
}
.user-support-Contact-Number i svg {
  fill: #6b6b6b;
}
.user-support-Contact-Number a {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-support-Contact-Number a:hover {
  text-decoration: none;
}

.movie-Iframe__wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 640px) {
  .movie-Iframe__wrap {
    gap: 30px;
  }
}
