@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url(slick.css);
@import url(swiper.css);
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/**
 * Base
 */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: local("Noto Sans JP Regular"), local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: bold;
  src: local("Noto Sans JP Bold"), local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 900;
  src: local("Noto Sans JP Black"), local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

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

html img.is_tablet,
html img.is_mobile {
  display: none;
}

html.is_tablet img.is_undefined,
html.is_tablet img.is_mobile {
  display: none;
}

html.is_tablet img.is_tablet {
  display: block;
}

html.is_mobile img.is_undefined,
html.is_mobile img.is_tablet {
  display: none;
}

html.is_mobile img.is_mobile {
  display: block;
}

body {
  min-width: calc(1000px + 10px);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a:hover {
  text-decoration: underline;
}

a.c-button:hover {
  text-decoration: none;
}

button {
  transition: opacity .3s;
}

button:hover {
  opacity: 0.8;
}

#ot-sdk-btn-floating {
  opacity: 0;
  visibility: hidden;
}

/**
 * Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 100px;
  z-index: 50;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header .c-logo {
  margin: 0 2%;
  width: 19.73%;
  max-width: 296px;
}

@media screen and (max-width: 767px) {
  .l-header .c-logo {
    width: 160px;
    line-height: 1;
  }
}

@media screen and (min-width: 1501px) {
  .l-header .c-logo {
    width: 296px;
  }
}

.l-header .c-logo a {
  display: block;
  width: 100%;
  transition: opacity .3s ease;
}

.l-header .c-logo a:hover {
  opacity: 0.8;
}

.l-header .c-logoImg {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.l-header .c-headerMenu ul {
  display: flex;
}

.l-header .c-headerMenu ul a {
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity .3s ease;
}

.l-header .c-headerMenu ul a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-header .c-headerMenu ul a.is-current {
  color: #0b6aa0;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .l-header .c-headerMenu ul a {
    font-size: 1.3rem;
    padding: 0 6px;
  }
}

.l-header .c-gMenuButtons {
  display: flex;
  justify-content: flex-end;
}

.l-header .c-gMenuButtons__tel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 17px;
}

.l-header .c-gMenuButtons__tel a {
  display: block;
  font-weight: bold;
  transition: opacity .3s ease;
}

.l-header .c-gMenuButtons__tel a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-header .c-gMenuButtons__tel .telNum {
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

.l-header .c-gMenuButtons__tel .telNum:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  background-position: 50%;
  background-size: contain;
  background-image: url(/company/assets/images/icon_tel_01_black.png);
}

.l-header .c-gMenuButtons__tel .inquiry {
  margin-top: 10px;
  padding: 8px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #fff;
  background-color: #333;
}

.l-header .c-gMenuButtons__tel .inquiry:before {
  content: url(/company/assets/images/arrow_wh.png);
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .l-header .c-gMenuButtons__tel {
    padding: 17px 10px;
  }
  .l-header .c-gMenuButtons__tel .telNum {
    font-size: 1.2rem;
  }
  .l-header .c-gMenuButtons__tel .inquiry {
    font-size: 1.2rem;
  }
}

.l-header .c-gMenuButton {
  width: 100px;
  height: 100px;
  display: block;
  padding-top: 0px;
}

.l-header .c-gMenuButton:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-header .c-gMenuButton--store {
  background-color: #f68d10;
}

.l-header .c-gMenuButton--exp {
  background-color: #0b6aa0;
  transition: opacity .3s;
}

.l-header .c-gMenuButton--menu {
  background-color: #333;
  transition: opacity .3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButton {
    width: 55px;
    height: 50px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .l-header .c-gMenuButton {
    width: 70px;
  }
}

.l-header .c-gMenuButtonIcon {
  margin: 18px auto 0;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon {
    margin: 2px auto 0;
  }
}

.l-header .c-gMenuButtonIcon--store {
  width: 30px;
  height: 25px;
  background-image: url("../images/icon_cart_01_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon--store {
    width: 22px;
    height: 18px;
  }
}

.l-header .c-gMenuButtonIcon--exp {
  width: 26px;
  height: 25px;
  background-image: url("/company/assets/images/icon_mail_01_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon--exp {
    width: 20px;
    height: 18px;
  }
}

.l-header .c-gMenuButtonIcon--menu {
  width: 28px;
  height: 28px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon--menu {
    margin-top: 9px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 22px;
    height: 20px;
  }
}

.l-header .c-gMenuButtonIcon__barger {
  width: 28px;
  height: 19px;
  box-sizing: border-box;
  border-top: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
  margin: auto;
  vertical-align: middle;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon__barger {
    width: 100%;
    height: 100%;
  }
}

.l-header .c-gMenuButtonIcon__barger::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  height: 28px;
  border-right: solid 3px #ffffff;
  transform: rotate(90deg);
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonIcon__barger::after {
    height: 22px;
    margin-top: -5px;
  }
}

.l-header .c-gMenuButtonLabel {
  margin-top: calc(10px - 0.15em);
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .l-header .c-gMenuButtonLabel {
    margin-top: calc(2px - 0.15em);
    font-size: 1rem;
  }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .l-header .c-gMenuButtonLabel {
    font-size: 1.1rem;
  }
}

/**
 * Footer
 */
.l-footer {
  margin-top: 80px;
  background-color: #f3efed;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .l-footer {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.c-footerContact ul {
  display: flex;
}

.c-footerContact ul li {
  width: 25%;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.c-footerContact ul li:nth-of-type(1) {
  color: #333;
  font-size: 2.9rem;
}

.c-footerContact ul li:nth-of-type(1) .supple {
  display: block;
  font-size: 1.6rem;
}

.c-footerContact ul li:nth-of-type(2) {
  background-color: #444;
}

.c-footerContact ul li:nth-of-type(3) {
  background-color: #f68d10;
}

.c-footerContact ul li:nth-of-type(4) {
  background-color: #0b6aa0;
}

.c-footerContact ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: 100%;
  min-height: 160px;
  text-align: center;
  transition: opacity .3s;
}

.c-footerContact ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-footerContact ul li a .tel {
  display: flex;
  align-items: center;
}

.c-footerContact ul li a .icon {
  margin-right: 0.7em;
}

.c-footerContact ul li a .icon--tel {
  margin-right: 0.4em;
}

.c-footerContact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-footerContact ul {
    display: block;
  }
  .c-footerContact ul li {
    display: flex;
    width: 100%;
    font-size: 1.8rem;
  }
  .c-footerContact ul li:nth-of-type(1) {
    font-size: 2.6rem;
  }
  .c-footerContact ul li:nth-of-type(1) .supple {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  .c-footerContact ul li:nth-of-type(1) a {
    padding: 10px 10px 20px;
  }
  .c-footerContact ul li a {
    padding: 10px;
    min-height: 70px;
  }
  .c-footerContact ul li a .icon--board {
    width: 20px;
  }
  .c-footerContact ul li a .icon--cart {
    width: 30px;
  }
  .c-footerContact ul li a .icon--mail {
    width: 27px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .c-footerContact ul li {
    font-size: 1.7rem;
  }
  .c-footerContact ul li:nth-of-type(1) {
    font-size: 2.6rem;
  }
  .c-footerContact ul li:nth-of-type(1) .supple {
    font-size: 1.2rem;
  }
  .c-footerContact ul li a {
    padding: 10px;
  }
  .c-footerContact ul li a .icon {
    margin-right: 0.5em;
  }
  .c-footerContact ul li a .icon--board {
    width: 20px;
  }
  .c-footerContact ul li a .icon--cart {
    width: 30px;
  }
  .c-footerContact ul li a .icon--mail {
    width: 27px;
  }
}

.c-footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 72px 0 130px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    display: block;
    padding: 35px 0 33px;
    text-align: center;
  }
}

.c-footerMenu {
  display: flex;
  justify-content: space-between;
  margin-top: -0.7em;
  width: 33%;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.c-footerMenu__col + .c-footerMenu__col {
  margin-left: 1em;
}

.c-footerMenu__item + .c-footerMenu__item {
  margin-top: calc(27px - .44em);
}

@media screen and (max-width: 1023px) {
  .c-footerMenu {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  .c-footerMenu {
    display: block;
    margin-top: 30px;
    width: 100%;
    line-height: 1;
  }
  .c-footerMenu__col {
    margin: 14px 0 0;
  }
  .c-footerMenu__col + .c-footerMenu__col {
    margin-left: 0;
  }
  .c-footerMenu__item + .c-footerMenu__item {
    margin-top: 14px;
  }
}

.c-footerSubMenu {
  display: flex;
  margin-top: 40px;
  font-size: 1.3rem;
}

.c-footerSubMenu li {
  padding-right: 1em;
}

.c-footerSubMenu li + li {
  border-left: 1px solid #333;
  padding-left: 1em;
}

.c-footerSubMenu li:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .c-footerSubMenu {
    display: block;
    margin-top: 24px;
    font-size: 1.2rem;
  }
  .c-footerSubMenu li {
    padding-right: 0;
  }
  .c-footerSubMenu li + li {
    margin-top: 3px;
    border-left: none;
    padding-left: 0;
  }
}

.c-footerCopyright {
  margin-top: calc(12px - .5em);
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-footerCopyright {
    margin-top: calc(27px - .5em);
  }
}

/**
 * Wrapper
 */
.l-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 50px;
  }
}

/**
 * Contents
 */
.l-contents {
  margin: 80px auto 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-contents {
    margin: 40px 0px auto 0px;
    grid-template-columns: 1fr;
  }
}

/**
 * Global Menu
 */
#l-globalMenu {
  position: fixed;
  top: 0%;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  z-index: 9999;
  overflow-y: auto;
}

.l-globalMenu--on {
  -webkit-animation-name: l-globalMenu--shiftin;
  animation-name: l-globalMenu--shiftin;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.l-globalMenu--off {
  -webkit-animation-name: l-globalMenu--shiftout;
  animation-name: l-globalMenu--shiftout;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/**
 * Screen Cover
 */
#l-screenCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  opacity: 0.4;
  z-index: 9998;
  display: none;
}

/**
 * Page
 */
/**
 * pg-top
 */
.pg-top .l-header {
  border-bottom: none;
}

.pg-top .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1020px;
  position: relative;
}

.pg-top .mv::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 79px;
  width: 100%;
  background: #f3efed;
}

.pg-top .mv__copy {
  max-width: 400px;
  width: calc(100% - 1060px);
  position: relative;
  z-index: 2;
}

.pg-top .mv__copyTxt {
  font-size: 70px;
  line-height: 1.286;
  letter-spacing: .05em;
  font-weight: 500;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  width: 600px;
  margin-left: 108px;
}

.pg-top .mv__image {
  flex: 1;
  width: 70.66%;
  min-width: 1000px;
  height: 662px;
  position: relative;
  z-index: 1;
}

.pg-top .mv__image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.pg-top .service {
  padding: 87px 0 64px;
  min-width: 1020px;
  background: #f3efed;
}

.pg-top .service__col2 {
  display: flex;
  margin-left: 12px;
}

.pg-top .service__col2Lt {
  width: 300px;
  padding-right: 40px;
  margin-right: 46px;
  position: relative;
}

.pg-top .service__col2Lt::after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  right: 0;
  bottom: 5px;
  width: 1px;
  background: #939190;
  z-index: 1;
}

.pg-top .service__col2Rt {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-top: -14px;
}

.pg-top .service .c-button2 {
  margin: 38px 0 0;
}

.pg-top .strengths {
  min-width: 1020px;
  padding: 132px 0 120px;
}

.pg-top .strengths .c-heading4 {
  text-align: center;
}

.pg-top .strengths .c-heading4__sub {
  color: #eef3f6;
  left: 0;
  right: 0;
}

.pg-top .strengths .c-list3 {
  margin-top: 47px;
}

.pg-top .strengths2__image {
  position: absolute;
  top: 60px;
  right: 60px;
  max-width: 16.96%;
  width: 190px;
}

.pg-top .strengths2__image img {
  width: 100%;
  height: auto;
}

.pg-top .strengths2 .c-heading6 {
  margin-top: 4px;
}

.pg-top .strengths2 .c-list4 {
  margin-top: 32px;
}

.pg-top .strengths2 .c-link {
  margin-top: 45px;
  padding-top: calc(30px - 0.3em);
}

.pg-top .works {
  min-width: 1020px;
  padding: 106px 0 80px;
  background: #0b6aa0 url("/company/assets/images/index/works_img_01.png") no-repeat right top/726px auto;
}

.pg-top .works .c-heading4__main {
  color: #fff;
}

.pg-top .works .c-heading4__sub {
  color: #4d86b0;
  left: -8px;
}

.pg-top .works .c-text2 {
  color: #fff;
  margin-top: 48px;
}

.pg-top .works .c-slider {
  margin-top: 42px;
}

.pg-top .c-news2 {
  min-width: 1020px;
  padding: 74px 0 76px;
  border-bottom: solid 1px #c5c5c5;
}

.pg-top .c-buttonGroup {
  margin-top: 53px;
}

.pg-top .l-footer {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pg-top .l-wrapper {
    padding-top: 0;
  }
  .pg-top .l-header {
    background: none;
    border-bottom-color: transparent;
    transition-property: background-color, border-color;
    transition-duration: .3s;
  }
  .pg-top.is-headerChange .l-header {
    background: #fff;
    border-bottom-color: #ccc;
  }
  .pg-top .mv {
    min-width: 1px;
    max-width: 100%;
    height: 375px;
    padding-top: 50px;
  }
  .pg-top .mv::after {
    content: none;
  }
  .pg-top .mv__copy {
    width: auto;
  }
  .pg-top .mv__copyTxt {
    font-size: 28.8px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 30px rgba(26, 113, 213, 0.7), 0 0 30px rgba(26, 113, 213, 0.7);
    width: auto;
    margin-left: 12px;
    text-align: center;
  }
  .pg-top .mv__image {
    min-width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pg-top .service {
    padding: 0 0 41px;
    min-width: 1px;
  }
  .pg-top .service__col2 {
    display: block;
    margin-left: 0;
  }
  .pg-top .service__col2Lt {
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
  .pg-top .service__col2Lt::after {
    content: none;
  }
  .pg-top .service__col2Rt {
    margin-top: 29px;
  }
  .pg-top .service .c-heading4__sub {
    margin-top: -10px;
  }
  .pg-top .service .c-button2 {
    margin: 31px 0 0;
  }
  .pg-top .strengths {
    min-width: 1px;
    padding: 0 0 40px;
  }
  .pg-top .strengths .c-heading4__sub {
    margin-top: -10px;
  }
  .pg-top .strengths .c-list3 {
    margin-top: 40px;
  }
  .pg-top .strengths2__image {
    position: static;
    max-width: 100%;
    width: 187px;
    margin: 30px auto 0;
  }
  .pg-top .strengths2 .c-heading5 {
    margin-top: -5px;
  }
  .pg-top .strengths2 .c-heading5__sub {
    position: absolute;
    top: -10px;
    left: -3px;
  }
  .pg-top .strengths2 .c-heading6 {
    margin-top: 2px;
  }
  .pg-top .strengths2 .c-list4 {
    margin-top: 27px;
  }
  .pg-top .strengths2 .c-link {
    margin-top: 35px;
    padding-top: calc(19px - 0.3em);
  }
  .pg-top .works {
    min-width: 1px;
    padding: 1px 0 40px;
    background: #0b6aa0 url("/company/assets/images/index/works_img_01_sp.png") no-repeat center top 70px/368px auto;
  }
  .pg-top .works .c-heading4__sub {
    margin-top: -10px;
  }
  .pg-top .works .c-text2 {
    margin-top: 32px;
  }
  .pg-top .works .c-slider {
    margin-top: 32px;
  }
  .pg-top .c-news2 {
    min-width: 1px;
    padding: 30px 0 35px;
  }
  .pg-top .c-buttonGroup {
    margin-top: 40px;
  }
  .pg-top .l-footer {
    margin-top: 40px;
  }
}

/**
 * pg-inquiry
 */
/**
 * pg-express
 */
.pg-express .c-heading2 {
  margin-top: 47px;
}

.pg-express .c-heading3 {
  margin-top: 20px;
}

.pg-express .c-button4--large .c-button4__text::before {
  left: -22px;
}

.pg-express .c-list {
  margin-top: 31px;
}

.pg-express .c-flow + .c-text {
  margin-top: 20px;
}

.pg-express .c-contact__button {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .pg-express .c-contact__button {
    margin: 40px auto 0;
    width: 85.33%;
  }
}

.pg-express .c-contact__thanks + .c-contact__button {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pg-express .c-contact__thanks + .c-contact__button {
    margin-top: 50px;
    width: 100%;
  }
}

.pg-express .express__form {
  margin-top: 60px;
  border-top: 1px solid #ccc;
}

.pg-express .express__form .c-form__text p {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .pg-express .express__form {
    margin-top: 50px;
  }
  .pg-express .express__form .c-form__text {
    font-size: 1.6rem;
  }
}

.pg-express .c-form__txt {
  letter-spacing: 0.05em;
}

.pg-express .c-form {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pg-express .c-form {
    margin-top: 40px;
  }
}

.pg-express .c-form__td .express-labelColumn {
  display: flex;
  align-items: center;
}

.pg-express .c-form__td .express-labelFilename {
  margin-left: 15px;
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .pg-express .c-form__td .express-labelFilename {
    font-size: 1.4rem;
  }
}

.pg-express .c-form .c-form__caution {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .pg-express .c-form .c-form__caution {
    font-size: 1.4rem;
  }
}

.pg-express .c-form .c-form__bottom_2col .c-form__cancel,
.pg-express .c-form .c-form__bottom_2col .c-form__submit {
  margin: auto 10px;
}

@media screen and (max-width: 767px) {
  .pg-express .c-form .c-form__bottom_2col .c-form__cancel,
  .pg-express .c-form .c-form__bottom_2col .c-form__submit {
    width: 100%;
    margin: 0;
  }
}

.pg-express .c-form .c-form__cancel {
  width: 320px;
}

.pg-express .c-form .c-form__cancel:hover {
  opacity: 0.8;
}

.pg-express .c-form .c-form__submit {
  width: 320px;
}

.pg-express .c-formContent__caution p {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .pg-express .c-formContent__caution {
    text-align: left;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .pg-express .c-formContent__caution--top80 {
    padding-top: 40px;
    border-top: none;
    margin-top: 15px;
  }
}

.pg-express .l-footer {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pg-express .l-footer {
    margin-top: 50px;
  }
}

.pg-general .group {
  margin-top: 80px;
}

.pg-general .group2 {
  margin-top: 80px;
  padding-top: 51px;
}

.pg-general .group2 .c-heading2 {
  margin-top: 47px;
}

.pg-general .group2 .c-heading3 {
  margin-top: 20px;
}

.pg-general .group3 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-general .group3__group {
  margin-top: 49px;
}

.pg-general .group3__group2 {
  margin-top: 31px;
}

.pg-general .group3__group2 .c-list {
  margin-top: 31px;
}

.pg-general .group3__group2 .c-list2 {
  margin-top: 30px;
}

.pg-general .group3__group3 {
  margin-top: 30px;
}

.pg-general .group4 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-general .group4 .c-media {
  margin-top: 48px;
}

.pg-general .group4 .c-text {
  margin-top: 22px;
}

.pg-general .group4 .c-media--ctr {
  margin-top: 50px;
}

.pg-general .group4 .c-media--rev {
  margin-top: 51px;
}

.pg-general .group5 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-general .group5 .c-linkList {
  margin-top: 48px;
}

.pg-general .group6 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-general .group6 .c-button4 {
  margin-top: 54px;
}

.pg-general .group6 .c-button4--ctr {
  margin-top: 40px;
}

.pg-general .group6 .c-button4--rt {
  margin-top: 40px;
}

.pg-general .group6 .c-buttonGroup3 {
  margin-top: 40px;
}

.pg-general .group6 .c-buttonGroup3 .c-button4 {
  margin-top: 0;
}

.pg-general .group7 {
  margin-top: 80px;
  padding-top: 51px;
}

.pg-general .group7 .c-col2 {
  margin-top: 53px;
}

.pg-general .group7 .c-col2 + .c-col2 {
  margin-top: 20px;
}

.pg-general .group7 .c-col3 {
  margin-top: 35px;
}

.pg-general .group7 .c-col4 {
  margin-top: 35px;
}

.pg-general .group8 {
  margin-top: 80px;
  padding-top: 51px;
}

.pg-general .group8 .c-table {
  margin-top: 55px;
}

.pg-general .group9 {
  margin-top: 80px;
  padding-top: 51px;
}

.pg-general .group9 .c-table2 {
  margin-top: 55px;
}

.pg-general .group10 {
  margin-top: 100px;
}

.pg-general .l-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pg-general .group {
    margin-top: 40px;
  }
  .pg-general .group2 {
    margin-top: 50px;
    padding-top: 32px;
  }
  .pg-general .group2 .c-heading2 {
    margin-top: 27px;
  }
  .pg-general .group2 .c-heading3 {
    margin-top: 23px;
  }
  .pg-general .group3 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-general .group3__group {
    margin-top: 19px;
  }
  .pg-general .group3__group2 {
    margin-top: 31px;
  }
  .pg-general .group4 {
    margin-top: 45px;
    padding-top: 33px;
  }
  .pg-general .group4 .c-media {
    margin-top: 30px;
  }
  .pg-general .group4 .c-media--ctr {
    margin-top: 12px;
  }
  .pg-general .group4 .c-media--rev {
    margin-top: 12px;
  }
  .pg-general .group5 {
    margin-top: 27px;
    padding-top: 32px;
  }
  .pg-general .group5 .c-linkList {
    margin-top: 28px;
  }
  .pg-general .group6 {
    margin-top: 46px;
    padding-top: 33px;
  }
  .pg-general .group6 .c-button4 {
    margin-top: 35px;
  }
  .pg-general .group6 .c-button4--ctr {
    margin-top: 10px;
  }
  .pg-general .group6 .c-button4--rt {
    margin-top: 10px;
  }
  .pg-general .group6 .c-buttonGroup3 {
    margin-top: 40px;
  }
  .pg-general .group6 .c-buttonGroup3--1col {
    margin-top: 0px;
  }
  .pg-general .group6 .c-buttonGroup3--1col:first-of-type {
    margin-top: 40px;
  }
  .pg-general .group6 .c-buttonGroup3 .c-button4 {
    margin-top: 10px;
  }
  .pg-general .group7 {
    margin-top: 50px;
    padding-top: 33px;
  }
  .pg-general .group7 .c-col2 {
    margin-top: 35px;
  }
  .pg-general .group7 .c-col2 + .c-col2 {
    margin-top: 20px;
  }
  .pg-general .group7 .c-col3 {
    margin-top: 40px;
  }
  .pg-general .group8 {
    margin-top: 51px;
    padding-top: 33px;
  }
  .pg-general .group8 .c-table {
    margin-top: 34px;
  }
  .pg-general .group9 {
    margin-top: 49px;
    padding-top: 32px;
  }
  .pg-general .group9 .c-table2 {
    margin-top: 35px;
  }
  .pg-general .group10 {
    margin-top: 49px;
  }
  .pg-general .l-footer {
    margin-top: 0;
  }
}

/**
 * pg-company
 */
.pg-company .group {
  margin-top: 51px;
  padding-top: 51px;
}

.pg-company .group .c-text {
  margin-top: 49px;
}

.pg-company .group2 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-company .group2__group {
  margin-top: 47px;
}

.pg-company .group2__group .c-text {
  margin-top: 22px;
}

.pg-company .group2__group2 {
  margin-top: 47px;
}

.pg-company .group2__group2 .c-table2 {
  margin-top: 22px;
}

.pg-company .group3 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-company .group3 .c-table {
  margin-top: 55px;
}

.pg-company .group4 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-company .group4 .c-col2 {
  margin-top: 53px;
}

.pg-company .group4 .map {
  padding-top: 72%;
  position: relative;
}

.pg-company .group4 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pg-company .group {
    margin-top: 33px;
  }
  .pg-company .group .c-text {
    margin-top: 19px;
  }
  .pg-company .group2 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-company .group2__group {
    margin-top: 27px;
  }
  .pg-company .group2__group2 {
    margin-top: 27px;
  }
  .pg-company .group3 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-company .group3 .c-table {
    margin-top: 34px;
  }
  .pg-company .group4 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-company .group4 .c-col2 {
    margin-top: 35px;
  }
  .pg-company .group4 .c-list__item {
    font-size: 14px;
  }
}

/**
 * pg-display
 */
.pg-display .group {
  padding-top: 51px;
  margin-top: 51px;
}

.pg-display .group__group {
  margin-top: 55px;
}

.pg-display .group__group2 {
  margin-top: 68px;
}

.pg-display .group__group3 {
  margin-top: 68px;
}

.pg-display .group__group4 {
  margin-top: 68px;
}

.pg-display .group .c-text {
  margin-top: 24px;
}

.pg-display .group2 {
  padding-top: 51px;
  margin-top: 125px;
}

.pg-display .group2 .c-heading2 {
  margin-top: 55px;
}

.pg-display .group2 .c-text {
  margin-top: 24px;
}

.pg-display .group3 {
  padding-top: 51px;
  margin-top: 125px;
}

.pg-display .group3 .c-heading2 {
  margin-top: 55px;
}

.pg-display .group3 .c-text {
  margin-top: 15px;
}

.pg-display .l-footer {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .pg-display .group {
    margin-top: 33px;
  }
  .pg-display .group__group {
    margin-top: 27px;
  }
  .pg-display .group__group2 {
    margin-top: 27px;
  }
  .pg-display .group__group3 {
    margin-top: 27px;
  }
  .pg-display .group__group4 {
    margin-top: 27px;
  }
  .pg-display .group2 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-display .group2 .c-heading2 {
    margin-top: 47px;
  }
  .pg-display .group3 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-display .group3 .c-heading2 {
    margin-top: 47px;
  }
  .pg-display .group4 {
    margin-top: 40px;
  }
}

/**
 * pg-privacy_policy
 */
.pg-privacy_policy .c-heading4 {
  margin-top: 22px;
}

.pg-privacy_policy .c-table {
  margin-top: 22px;
}

.pg-privacy_policy .c-table .c-table__table__th + .c-table__table__th {
  width: auto;
  border-left: 1px solid #ccc;
}

.pg-privacy_policy .c-text__contents {
  margin-top: 22px;
}

.pg-privacy_policy .c-text {
  margin-top: 22px;
}

.pg-privacy_policy .group {
  margin-top: 51px;
}

.pg-privacy_policy .group2 {
  margin-top: 100px;
}

.pg-privacy_policy .group2 .c-text {
  margin-top: 22px;
}

.pg-privacy_policy .group3 {
  margin-top: 75px;
}

.pg-privacy_policy .group3 .c-text {
  margin-top: 22px;
}

.pg-privacy_policy .group4 {
  margin-top: 75px;
}

.pg-privacy_policy .group4 .c-text {
  margin-top: 22px;
}

.pg-privacy_policy .group4 .c-text + .c-heading3 {
  margin-top: 22px;
}

.pg-privacy_policy .group4 .c-text--right {
  text-align: right;
}

.pg-privacy_policy .group4 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group4 .c-list li {
  display: flex;
}

.pg-privacy_policy .group4 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group4 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group5 {
  margin-top: 75px;
}

.pg-privacy_policy .group5 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group5 .c-list li {
  display: flex;
}

.pg-privacy_policy .group5 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group5 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group6 {
  margin-top: 75px;
}

.pg-privacy_policy .group6 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group6 .c-list li {
  display: flex;
}

.pg-privacy_policy .group6 .c-list li:not(:first-child) {
  margin-top: 15px;
}

.pg-privacy_policy .group6 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group6 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group6 .c-list .c-list {
  margin-left: 20px;
}

.pg-privacy_policy .group6 .c-list .c-list li {
  margin-top: 0;
}

.pg-privacy_policy .group6 .c-list .c-list .c-list {
  margin-left: 20px;
}

.pg-privacy_policy .group7 {
  margin-top: 75px;
}

.pg-privacy_policy .group7 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group7 .c-list li {
  display: flex;
}

.pg-privacy_policy .group7 .c-list li:not(:first-child) {
  margin-top: 15px;
}

.pg-privacy_policy .group7 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group7 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group7 .c-list .c-list {
  margin-left: 20px;
}

.pg-privacy_policy .group7 .c-list .c-list li {
  margin-top: 0;
}

.pg-privacy_policy .group8 {
  margin-top: 75px;
}

.pg-privacy_policy .group8 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group8 .c-list li {
  display: flex;
}

.pg-privacy_policy .group8 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group8 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group9 {
  margin-top: 75px;
}

.pg-privacy_policy .group9 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group9 .c-list li {
  display: flex;
}

.pg-privacy_policy .group9 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group9 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group10 {
  margin-top: 75px;
}

.pg-privacy_policy .group10 .c-list {
  margin-top: 22px;
}

.pg-privacy_policy .group10 .c-list li {
  display: flex;
}

.pg-privacy_policy .group10 .c-list li > span {
  display: block;
}

.pg-privacy_policy .group10 .c-list li > span:first-child {
  margin-right: 0.5em;
}

.pg-privacy_policy .group11 {
  margin-top: 75px;
}

.pg-privacy_policy .group11 .c-text {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .pg-privacy_policy .group {
    margin-top: 32px;
  }
  .pg-privacy_policy .group2 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group3 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group4 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group5 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group6 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group7 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group8 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group9 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group10 {
    margin-top: 32px;
  }
  .pg-privacy_policy .group11 {
    margin-top: 32px;
  }
}

.pg-privacy_policy #ot-sdk-btn-floating {
  opacity: 1;
  visibility: visible;
}

/**
 * pg-tradelaw
 */
.pg-tradelaw .c-table2 {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .pg-tradelaw .c-table2 {
    margin-top: 40px;
  }
}

/**
 * pg-tsukiji_express
 */
.pg-tsukiji_express .group {
  margin-top: 51px;
}

.pg-tsukiji_express .group .c-buttonGroup2 {
  margin-top: 51px;
}

.pg-tsukiji_express .group2 {
  margin-top: 80px;
  padding-top: 51px;
}

.pg-tsukiji_express .group2 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group2 .c-text + .c-text {
  margin-top: 2em;
}

.pg-tsukiji_express .group3 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group3 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group3 .c-button4 {
  margin-top: 49px;
}

.pg-tsukiji_express .group4 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group4 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group4 .c-text + .c-text {
  margin-top: 2em;
}

.pg-tsukiji_express .group4 .c-list {
  margin-top: 1em;
}

.pg-tsukiji_express .group5 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group5 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group6 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group6 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group7 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group7 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group8 {
  margin-top: 75px;
  padding-top: 51px;
}

.pg-tsukiji_express .group8 .c-text {
  margin-top: 49px;
}

.pg-tsukiji_express .group9 {
  margin-top: 100px;
}

.pg-tsukiji_express .l-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pg-tsukiji_express .group {
    margin-top: 32px;
  }
  .pg-tsukiji_express .group .c-buttonGroup2 {
    margin-top: 32px;
  }
  .pg-tsukiji_express .group2 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group2 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group3 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group3 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group3 .c-button4 {
    margin-top: 33px;
  }
  .pg-tsukiji_express .group4 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group4 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group5 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group5 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group6 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group6 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group7 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group7 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group8 {
    margin-top: 44px;
    padding-top: 33px;
  }
  .pg-tsukiji_express .group8 .c-text {
    margin-top: 19px;
  }
  .pg-tsukiji_express .group9 {
    margin-top: 40px;
  }
  .pg-tsukiji_express .l-footer {
    margin-top: 0;
  }
}

/**
 * pg-pg-service
 */
.pg-service .c-media {
  margin-top: 60px;
}

.pg-service .c-media.c-media--rev .c-media__image {
  margin: 5px 0 0 48px;
}

.pg-service .c-media .c-heading {
  line-height: 1.23;
}

.pg-service .c-media .c-text {
  margin-top: 60px;
}

.pg-service .c-line {
  margin-top: 80px;
}

.pg-service .c-heading2 {
  margin-top: 60px;
}

.pg-service .c-text {
  margin-top: 30px;
}

.pg-service .c-buttonGroup3 {
  margin: 60px -10px 0;
}

.pg-service .c-buttonGroup3__item {
  margin: 0 10px;
}

.pg-service .c-buttonGroup3__item .c-button4__text {
  display: inline-block;
}

.pg-service .group4 .c-heading2 {
  margin-top: 60px;
}

.pg-service .group4 .c-text {
  margin-top: 30px;
}

.pg-service .group4 .c-text--top60 {
  margin-top: 60px;
}

.pg-service .group4 .c-table {
  margin-top: 40px;
}

.pg-service .group4 .c-table__table__td {
  padding: 23px 25px;
}

.pg-service .group4 .c-table + .c-text {
  margin-top: 60px;
}

.pg-service .group4 .c-buttonGroup3 {
  margin-top: 30px;
}

.pg-service .group4 .c-buttonGroup3.c-buttonGroup3--1col .c-buttonGroup3__item {
  margin: 0 10px;
}

.pg-service .group5 .c-media + .c-text {
  margin-top: 60px;
}

.pg-service .group5 .c-buttonGroup3 {
  margin-top: 30px;
}

.pg-service .group5 .c-buttonGroup3.c-buttonGroup3--1col .c-buttonGroup3__item {
  margin: 0 10px;
}

.pg-service .group6 .is-error {
  margin-top: 1em;
}

.pg-service .group7 {
  margin-top: 80px;
}

.pg-service .group7 .send-caution {
  background-color: #f3efed;
  padding: 40px;
}

.pg-service .group7 .send-caution .c-heading2 {
  margin-top: 0;
}

.pg-service .group7 .c-buttonGroup3 {
  margin-top: 80px;
}

.pg-service .group8 {
  margin-top: 100px;
}

.pg-service .group8 + .l-footer {
  margin-top: 0;
}

.pg-service .group8 .is-error {
  margin-top: 1em;
}

.pg-service .l-footer {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pg-service .c-media {
    margin-top: 40px;
  }
  .pg-service .c-media.c-media--rev .c-media__image {
    margin: 40px 0 0;
  }
  .pg-service .c-media .c-heading {
    line-height: 1.5;
  }
  .pg-service .c-media .c-text {
    margin-top: 40px;
  }
  .pg-service .c-line {
    margin-top: 50px;
  }
  .pg-service .c-heading2 {
    margin-top: 40px;
  }
  .pg-service .c-buttonGroup3 {
    margin: 40px 0 0;
  }
  .pg-service .c-buttonGroup3__item {
    margin: 0;
  }
  .pg-service .c-buttonGroup3__item.c-button4:not(:first-child) {
    margin-top: 10px;
  }
  .pg-service .group3 .c-buttonGroup3 {
    margin: 30px 0 0;
  }
  .pg-service .group4 .c-heading2 {
    margin-top: 40px;
  }
  .pg-service .group4 .c-heading2 + .c-text {
    margin-top: 30px;
  }
  .pg-service .group4 .c-table {
    margin-top: 20px;
  }
  .pg-service .group4 .c-table__table__th {
    width: 35.36%;
    line-height: 1.35;
  }
  .pg-service .group4 .c-table__table__td {
    padding: 14px 15px;
    width: 64.64%;
    line-height: 1.35;
  }
  .pg-service .group4 .c-table + .c-text {
    margin-top: 40px;
  }
  .pg-service .group4 .c-table + .c-text.tCenter {
    text-align: left !important;
  }
  .pg-service .group4 .c-buttonGroup3 {
    margin-top: 30px;
  }
  .pg-service .group4 .c-buttonGroup3.c-buttonGroup3--1col .c-buttonGroup3__item {
    margin: 0;
  }
  .pg-service .group5 .c-media + .c-text {
    margin-top: 40px;
  }
  .pg-service .group5 .c-media + .c-text.tCenter {
    text-align: left !important;
  }
  .pg-service .group5 .c-buttonGroup3 {
    margin-top: 30px;
  }
  .pg-service .group5 .c-buttonGroup3.c-buttonGroup3--1col .c-buttonGroup3__item {
    margin: 0;
  }
  .pg-service .group7 {
    margin-top: 55px;
  }
  .pg-service .group7 .send-caution {
    padding: 32px 20px 30px;
  }
  .pg-service .group7 .c-buttonGroup3 {
    margin-top: 50px;
  }
  .pg-service .group8 {
    margin-top: 100px;
  }
  .pg-service .group8 + .l-footer {
    margin-top: 50px;
  }
  .pg-service .l-footer {
    margin-top: 50px;
  }
}

/**
 * Component
 */
.c-container {
  margin: auto;
  padding: 0 10px;
  width: calc(1000px + 20px);
}

@media screen and (max-width: 767px) {
  .c-container {
    width: 100%;
    padding: 0 4%;
  }
}

.c-container__logo-isms {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 40px;
}

.c-container__logo-isms img {
  width: 140px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-container__logo-isms img {
    width: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .c-container__logo-isms {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-container__logo-isms {
    justify-content: center;
  }
}

.c-container__logo-isms-text {
  font-size: 0.5em;
}

@media screen and (max-width: 1023px) {
  .c-container__logo-isms-text {
    text-align: left;
  }
}

.c-contact__thanks {
  position: relative;
  border-top: 2px solid #ccc;
  margin: 80px 0 0;
}

.c-contact__thanks::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-top: -2px;
  width: 250px;
  height: 2px;
  background-color: #333;
  z-index: 10;
}

.c-contact__thanksTitle {
  margin-top: 60px;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-contact__thanksText {
  margin-top: 60px;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

.c-contact__button {
  margin-top: 80px;
  text-align: center;
}

.c-contact__button .c-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #444444;
  color: #ffffff;
  font-weight: bold;
  width: 320px;
  height: 50px;
  cursor: pointer;
  transition: opacity .3s;
}

.c-contact__button .c-form__submit:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-contact__button .c-form__submit {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-contact__thanks {
    margin: 50px 0 0;
  }
  .c-contact__thanks::before {
    width: 100px;
  }
  .c-contact__thanksTitle {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .c-contact__thanksText {
    margin-top: 40px;
  }
  .c-contact__button {
    margin-top: 50px;
  }
}

/*
** container
 */
.c-container2 {
  margin: auto;
  padding: 0 10px;
  width: calc(1000px + 20px);
}

@media screen and (max-width: 767px) {
  .c-container2 {
    width: 100%;
    padding: 0 4%;
  }
}

/*
** heading
 */
.c-heading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 22px;
  }
}

.c-heading2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-heading2__main {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.c-heading2__main::before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0;
  bottom: 3px;
  width: 5px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .c-heading2__main {
    padding-left: 20px;
  }
}

.c-heading3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-heading4 {
  position: relative;
}

.c-heading4__main {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
}

.c-heading4__sub {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  position: absolute;
  left: -5px;
  top: -35px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-heading4 {
    position: relative;
  }
  .c-heading4__main {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
  .c-heading4__sub {
    font-size: 56px;
    text-align: center;
    position: static;
    margin: 0 -4.347%;
  }
}

.c-heading5__sub {
  color: #eef3f6;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-heading5__main {
  margin-top: -45px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-heading5__mainNum {
  margin-left: 5px;
  font-size: 34px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-heading5__sub {
    font-size: 56px;
    text-align: center;
  }
  .c-heading5__main {
    position: relative;
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .c-heading5__sub {
    font-size: 50px;
    text-align: center;
  }
}

.c-heading6 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-heading6 {
    font-size: 24px;
    line-height: 1.4;
  }
}

/*
** line
 */
.c-line {
  border-top: 1px solid #ccc;
  position: relative;
}

.c-line::before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: 0;
  height: 1px;
  width: 250px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .c-line::before {
    width: 100px;
  }
}

/*
** news
 */
.c-news2__inner {
  display: flex;
  align-items: flex-start;
}

.c-news2__heading {
  display: flex;
  align-items: center;
  width: 224px;
}

.c-news2__headingMain {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-news2__headingSub {
  margin-left: 18px;
  color: #0b6aa0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
}

.c-news2__body {
  width: calc(100% - 224px);
}

.c-news2__detail {
  flex: 1;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-news2__detail + .c-news2__detail {
  margin-top: 1em;
}

.c-news2__detail a {
  text-decoration: none;
}

.c-news2__detail a:hover .c-news2__txt {
  text-decoration: underline;
}

.c-news2__date {
  font-weight: 700;
  text-decoration: none;
}

.c-news2__txt {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .c-news2__inner {
    display: block;
  }
  .c-news2__heading {
    width: auto;
  }
  .c-news2__headingMain {
    font-size: 24px;
  }
  .c-news2__headingSub {
    margin-left: 16px;
    font-size: 16px;
  }
  .c-news2__detail {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.6;
  }
  .c-news2__txt {
    margin-top: 9px;
  }
  .c-news2__body {
    width: 100%;
  }
}

/*
** text
 */
.c-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.c-text a {
  color: #0b6aa0;
  text-decoration: underline;
  transition: opacity .3s;
}

.c-text a:hover {
  opacity: .8;
  text-decoration: none;
}

.c-text2 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
}

/*
** table
 */
.c-table {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.c-table__table {
  width: 100%;
  border-top: solid 1px #ccc;
}

.c-table__table__th, .c-table__table__td {
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}

.c-table__table__th {
  background: #eee;
  text-align: center;
  font-weight: 700;
  width: 250px;
  padding: 18px 10px;
}

.c-table__table__td {
  padding: 18px 25px;
}

@media screen and (max-width: 767px) {
  .c-table {
    font-size: 14px;
    line-height: 1.4;
  }
  .c-table__table__th, .c-table__table__td {
    width: 50%;
  }
  .c-table__table__th {
    padding: 10px;
  }
  .c-table__table__td {
    padding: 9px 10px 9px 15px;
  }
}

.c-table2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.c-table2__table {
  width: 100%;
  border-top: solid 1px #ccc;
}

.c-table2__table__th, .c-table2__table__td {
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
  padding: 18px 0;
}

.c-table2__table__th {
  padding-right: 15px;
  width: 21%;
  word-break: break-all;
}

.c-table2__table__td {
  width: 79%;
}

@media screen and (max-width: 767px) {
  .c-table2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .c-table2__table {
    width: block;
  }
  .c-table2__table__tr {
    padding: 14px 0;
    display: block;
    border-bottom: solid 1px #ccc;
  }
  .c-table2__table__th, .c-table2__table__td {
    display: block;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
  .c-table2__table__th {
    padding-right: 0;
    word-break: normal;
    margin-bottom: 8px;
  }
}

/*
** image
 */
.c-image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-image__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}

/*
** media
 */
.c-media::after {
  content: "";
  display: block;
  clear: both;
}

.c-media__image {
  float: left;
  width: 460px;
  margin: 5px 42px 20px 0;
}

.c-media__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-media.c-media--ctr .c-media__image {
    float: none;
    width: 460px;
    margin: 35px auto 0;
  }
  .c-media.c-media--rev .c-media__image {
    float: right;
    margin: 5px 0 20px 42px;
  }
}

@media screen and (max-width: 767px) {
  .c-media {
    display: flex;
    flex-direction: column;
  }
  .c-media__image {
    float: none;
    width: 100%;
    order: 1;
    margin-top: 23px;
  }
}

/*
** link
 */
.c-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  border-top: solid 1px #ccc;
  padding: 11px 0 19px;
}

.c-link::after {
  content: "";
  display: block;
  clear: both;
}

.c-link a {
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
  display: block;
}

.c-link a::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url("/company/assets/images/arrow_bl.png") no-repeat 0 0/100% 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.c-link a:hover {
  opacity: .8;
  text-decoration: none;
}

.c-link__lt {
  float: left;
}

.c-link__lt a {
  padding-left: 17px;
}

.c-link__lt a::before {
  left: 0;
  transform: scale(-1, 1);
}

.c-link__rt {
  float: right;
}

.c-link__rt a {
  padding-right: 17px;
}

.c-link__rt a::before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-link {
    padding: 10px 0 15px;
  }
  .c-link a::before {
    bottom: auto;
    top: 10px;
  }
  .c-link__lt {
    width: 50%;
  }
  .c-link__rt {
    width: 50%;
    text-align: right;
  }
}

.c-link2 {
  padding-top: 27px;
  border-top: solid 1px #999;
  font-size: 16px;
  letter-spacing: .05em;
}

.c-link2::after {
  content: "";
  display: block;
  clear: both;
}

.c-link2 a {
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
  display: block;
}

.c-link2 a::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url("/company/assets/images/arrow_bl.png") no-repeat 0 0/100% 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.c-link2 a:hover {
  opacity: .8;
  text-decoration: none;
}

.c-link2__lt {
  float: left;
}

.c-link2__lt a {
  padding-left: 7px;
}

.c-link2__lt a::before {
  left: 0;
  transform: scale(-1, 1);
}

.c-link2__rt {
  float: right;
}

.c-link2__rt a {
  padding-right: 17px;
}

.c-link2__rt a::before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-link2 {
    padding-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-link2 a::before {
    bottom: auto;
    top: 8px;
  }
  .c-link2__lt {
    width: 50%;
  }
  .c-link2__rt {
    width: 50%;
    text-align: right;
  }
}

.c-linkList {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.c-linkList__item {
  display: block;
  position: relative;
  padding-left: 14px;
}

.c-linkList__item::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 0;
  width: 7px;
  height: 8px;
  background: url("/company/assets/images/arrow_bl.png") no-repeat 0 0/100% 100%;
}

.c-linkList__item:not(:first-child) {
  margin-top: 9px;
}

.c-linkList__item a {
  text-decoration: underline;
  transition: opacity .3s;
}

.c-linkList__item a:hover {
  opacity: .8;
  text-decoration: none;
}

/*
** ruby
 */
.c-ruby {
  position: relative;
}

.c-ruby__rt {
  position: absolute;
  font-size: 35%;
  top: -.55em;
  letter-spacing: .25em;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-ruby__rt {
    top: -.6em;
    font-size: 40%;
  }
}

/*
** list
 */
.c-list__item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  padding-left: 1em;
  position: relative;
}

.c-list__item:not(:first-child) {
  margin-top: 5px;
}

.c-list__item::before {
  content: "・";
  left: 0;
  position: absolute;
}

.c-list2 {
  counter-reset: c-list2;
}

.c-list2__item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  position: relative;
  display: flex;
}

.c-list2__item:not(:first-child) {
  margin-top: 6px;
}

.c-list2__item::before {
  counter-increment: c-list2;
  content: counter(c-list2) ".";
  margin-right: 4px;
}

.c-list3 {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.c-list3__item {
  width: 250px;
  text-align: center;
}

.c-list3__itemImage {
  height: 261px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.c-list3__itemImage img {
  width: 100%;
  height: auto;
}

.c-list3__itemNum {
  font-size: 60px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  margin-top: -24px;
}

.c-list3__itemText {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 21px;
}

.c-list3__itemBtn {
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .c-list3 {
    width: auto;
    display: block;
  }
  .c-list3__item {
    width: auto;
  }
  .c-list3__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-list3__itemImage {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .c-list3__itemNum {
    font-size: 50px;
    margin-top: -22px;
  }
  .c-list3__itemText {
    margin-top: 17px;
  }
  .c-list3__itemBtn {
    margin-top: 25px;
  }
}

.c-list4 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .05em;
}

.c-list4__item__ttl {
  font-weight: 700;
}

.c-list4__item:not(:last-child) {
  margin-bottom: 27px;
}

/*
** slider
 */
.c-slider {
  overflow: hidden;
}

.c-slider__container {
  width: 2624px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.c-slider__slide {
  position: relative;
}

.c-slider__slideImage img {
  width: 100%;
}

.c-slider__slideText {
  position: absolute;
  bottom: 19px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  background: #f3efed;
  padding: 1px 13px 2px;
  white-space: nowrap;
}

.c-slider__pagination.swiper-pagination {
  text-align: center;
  margin-top: 30px;
  position: static;
  font-size: 0;
}

.c-slider__pagination.swiper-pagination .swiper-pagination-bullet {
  border: solid 1px #fff;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  margin: 0 5px;
  background: none;
  opacity: 1;
}

.c-slider__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-slider {
    overflow: hidden;
    padding: 0 4%;
  }
  .c-slider__container {
    width: 100%;
    position: static;
    left: auto;
    transform: unset;
  }
  .c-slider__pagination.swiper-pagination {
    margin-top: 20px;
  }
}

/*
** conveyor
 */
.c-conveyor__body {
  display: none;
}

.c-conveyor__item {
  width: 250px;
}

.c-conveyor__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-conveyor__item {
    width: 125px;
  }
}

/*
** icon
 */
.c-iconWin::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 13px;
  background: url("../images/icon_win_01.png") no-repeat 0 0/100% 100%;
  margin-left: 6px;
}

.c-iconFile::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  background: url("../images/icon_file_01.png") no-repeat 0 0/100% 100%;
  margin-left: 7px;
}

/*
** button
 */
.c-button2 {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  background: #fff;
  width: 200px;
  padding: 0 10px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #333;
  transition: opacity 0.3s;
  cursor: pointer;
}

.c-button2:hover {
  opacity: .8;
  text-decoration: none;
}

.c-button2__text {
  padding-left: 17px;
  position: relative;
}

.c-button2__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("/company/assets/images/arrow_bl.png") no-repeat 0 0/100% 100%;
}

@media screen and (max-width: 767px) {
  .c-button2 {
    width: 100%;
  }
}

.c-button3 {
  max-width: 326px;
  width: 100%;
  background: #0b6aa0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.225;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  position: relative;
}

.c-button3::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url("../images/arrow_wh.png") no-repeat 0 0/100% 100%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
}

.c-button3:hover {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-button3 {
    max-width: none;
  }
}

.c-button4 {
  min-width: 320px;
  width: auto;
  display: inline-block;
  padding: 13px 20px;
  background: #444;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  transition: opacity .3s;
}

.c-button4__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding-left: 17px;
}

.c-button4__text::before {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("/company/assets/images/arrow_wh.png") no-repeat 0 0/100% 100%;
}

.c-button4:hover {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-button4 {
    max-width: none;
    padding: 13px 30px;
    width: 100%;
  }
}

.c-button4--ctr {
  text-align: center;
}

.c-buttonGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -7px -8px -8px -7px;
}

.c-buttonGroup__item {
  margin: 7px 8px 8px 7px;
}

.c-buttonGroup__item .c-button2 {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .c-buttonGroup {
    display: block;
    margin: 0;
  }
  .c-buttonGroup__item {
    margin: 0;
  }
  .c-buttonGroup__item .c-button2 {
    width: auto;
  }
  .c-buttonGroup__item:not(:first-child) {
    margin-top: 10px;
  }
}

.c-buttonGroup2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -5px -5px -5px -6px;
}

.c-buttonGroup2__item {
  margin: 5px 5px 5px 6px;
}

@media screen and (max-width: 767px) {
  .c-buttonGroup2 {
    display: block;
    margin: 0;
  }
  .c-buttonGroup2__item {
    margin: 0;
  }
  .c-buttonGroup2__item:not(:first-child) {
    margin-top: 10px;
  }
}

.c-buttonGroup3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.c-buttonGroup3--lt {
  justify-content: flex-start;
}

.c-buttonGroup3--rt {
  justify-content: flex-end;
}

.c-buttonGroup3__item {
  margin: 0 10px 20px;
}

.c-buttonGroup3__item.c-button4 {
  max-width: 320px;
}

.c-buttonGroup3--1col .c-buttonGroup3__item {
  margin: 0 10px 20px;
}

.c-buttonGroup3--1col .c-buttonGroup3__item.c-button4 {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-buttonGroup3 {
    display: block;
    margin: 0;
  }
  .c-buttonGroup3__item {
    margin: 0;
  }
  .c-buttonGroup3__item:not(:first-child) {
    margin: 10px 0 0;
  }
  .c-buttonGroup3__item.c-button4 {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

/*
** box
 */
.c-box__image img {
  width: 100%;
  display: block;
  height: auto;
}

.c-box__ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 14px;
}

.c-box__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 10px;
}

/*
** column
 */
.c-col2 {
  display: flex;
  justify-content: space-between;
}

.c-col2__col {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .c-col2 {
    display: block;
  }
  .c-col2__col {
    width: auto;
  }
  .c-col2__col:not(:first-child) {
    margin-top: 20px;
  }
}

.c-col3 {
  display: flex;
  justify-content: space-between;
}

.c-col3__col {
  width: 31.9%;
}

@media screen and (max-width: 767px) {
  .c-col3 {
    display: block;
  }
  .c-col3__col {
    width: auto;
  }
  .c-col3__col:not(:first-child) {
    margin-top: 20px;
  }
}

.c-col4 {
  display: flex;
  justify-content: space-between;
}

.c-col4__col {
  width: 23.4%;
}

@media screen and (max-width: 767px) {
  .c-col4 {
    flex-wrap: wrap;
  }
  .c-col4__col {
    width: 47.826%;
    margin: 15px 4.348% 0 0;
  }
  .c-col4__col:nth-child(2n) {
    margin-right: 0;
  }
  .c-col4__col:nth-child(-n+2) {
    margin-top: 0;
  }
}

/*
** modal
 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
}

.c-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-modal.is-active .c-modal__inner {
  pointer-events: none;
}

.c-modal.is-active .c-modal__body {
  pointer-events: auto;
}

.c-modal__close {
  position: fixed;
  z-index: 2;
  width: 16px;
  top: 20px;
  right: 20px;
  transition: opacity .3s;
  cursor: pointer;
}

.c-modal__close:hover {
  opacity: .8;
}

.c-modal__close img {
  display: block;
  width: 100%;
  height: auto;
}

.c-modal__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}

.c-modal__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.c-modal__body {
  position: relative;
  max-width: 1120px;
  min-width: 1020px;
  box-sizing: border-box;
  padding: 50px 58px 54px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-modal.is-active .c-modal__inner {
    pointer-events: auto;
  }
  .c-modal__close {
    position: fixed;
    z-index: 2;
    width: 20px;
    top: 20px;
    right: 20px;
    transition: opacity .3s;
    cursor: pointer;
  }
  .c-modal__close:hover {
    opacity: .8;
  }
  .c-modal__close img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c-modal__inner {
    top: 55px;
    width: 92%;
    height: auto;
    right: 0;
    margin: 0 auto;
    overflow: auto;
    bottom: 18px;
    overflow: auto;
  }
  .c-modal__body {
    overflow: hidden;
    min-width: 1px;
    padding: 20px;
    top: auto;
    transform: unset;
  }
}

.c-heading-buying {
  margin-top: calc(60px - 0.25rem);
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-heading-buying {
    margin-top: calc(49px - 0.25rem);
  }
}

.group3__group_buying {
  margin-top: calc(60px - 1.5rem);
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .group3__group_buying {
    margin-top: calc(39px - 1.5rem);
  }
}

.c-buttonGroup3-buying {
  margin: 80px 0 0;
}

.c-buttonGroup3-buying__item {
  margin: 0 !important;
  padding-left: 69px;
}

@media screen and (max-width: 767px) {
  .c-buttonGroup3-buying__item {
    font-size: 16px;
    width: 100% !important;
    padding-left: 30px;
  }
}

.c-button4__text-buying {
  padding-left: 18px !important;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .c-button4__text-buying {
    display: inline;
    width: 100%;
    padding-left: 0 !important;
  }
  .c-button4__text-buying::before {
    margin-left: -17px;
  }
}

.c-linkList-buying {
  margin-top: calc(38px - 0.6rem);
}

@media screen and (max-width: 767px) {
  .c-linkList-buying {
    margin-top: calc(39px - 0.6rem);
  }
}

.c-line-buying {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-line-buying {
    margin-top: 50px;
  }
}

.c-flow {
  margin-top: calc(59px - 0.3rem);
}

.c-flow .c-flow-area {
  display: flex;
  margin-top: -2px;
}

.c-flow .c-flow-area:first-child {
  padding-top: 0;
  margin-top: 0;
}

.c-flow .c-flow-area:first-child .c-flow__number {
  padding-top: 20px;
}

.c-flow .c-flow-area:first-child .c-flow-content {
  margin-top: 20px;
}

.c-flow .c-flow-area:last-child .c-flow__number {
  margin-bottom: 0;
}

.c-flow .c-flow-area:last-child .c-flow__number:before {
  display: none;
}

.c-flow .c-flow-area:last-child .c-flow-content {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-flow .c-flow-area:last-child .c-flow-content {
    padding-bottom: 19px;
  }
}

.c-flow__button {
  min-width: 240px !important;
  margin-top: calc(30px - 0.34rem) !important;
  padding-left: 45px;
  padding-right: 24px;
}

.c-flow__button .c-button4__text {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .c-flow__button {
    margin-top: calc(23px - 0.34rem) !important;
  }
  .c-flow__button .c-button4__text {
    display: inline;
  }
  .c-flow__button .c-button4__text::before {
    margin-left: -17px;
  }
}

.c-flow__number {
  position: relative;
  width: 50px;
  height: auto;
  text-align: center;
  margin-bottom: 49px;
  background-color: #f8dcbb;
  font-weight: bold;
}

.c-flow__number span {
  margin-right: -8px;
  font-size: 20px;
}

.c-flow__number::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 51px;
  bottom: -51px;
  left: 0;
  background-image: url(../images/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-flow__number {
    min-width: 40px;
    width: 40px;
    margin-bottom: 40px;
  }
  .c-flow__number span {
    font-size: 18px;
  }
  .c-flow__number::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 41px;
    bottom: -40px;
  }
}

.c-flow-content {
  padding-bottom: 16px;
  margin-bottom: 52.28px;
  margin-left: 31px;
}

.c-flow-content .c-flow-content__text__bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-flow-content {
    width: 91%;
    margin-left: 19px;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
}

.c-flow-content__text__bold {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-flow-content__text__bold {
    font-size: 16px;
  }
}

.c-flow-content__text {
  margin-top: calc(30px - 0.59rem);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-flow-content__text {
    font-size: 14px;
    margin-top: calc(20px - 0.59rem);
  }
}

.c-flow-content-flex {
  display: flex;
  width: 91%;
}

@media screen and (max-width: 767px) {
  .c-flow-content-flex {
    flex-direction: column;
  }
}

.c-flow-content-flex .c-flow-content-flex__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-flow-content-flex .c-flow-content-flex__text {
    width: 100%;
  }
}

.c-flow-content-flex .c-flow-content-flex__image {
  width: 50%;
  padding-left: 31px;
}

.c-flow-content-flex .c-flow-content-flex__image img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-flow-content-flex .c-flow-content-flex__image {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.c-flow-content__text__icon {
  position: relative;
  display: block;
  margin-left: 15px;
}

.c-flow-content__text__icon::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
}

.is-error {
  font-weight: bold;
  color: #fd0000;
}

/*
** general
 */
.tLeft {
  text-align: left !important;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.red {
  color: #f00 !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.strike {
  text-decoration: line-through !important;
}

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

.sup {
  font-size: 62.5%;
  vertical-align: super;
}

.sub {
  font-size: 62.5%;
}

/**
 * Project
 */
/**
 * Breadcrumb
 */
#p-breadcrumb {
  border-bottom: 1px solid #ccc;
  line-height: 1;
}

#p-breadcrumb .c-breadcrumb {
  margin: 0 auto;
  width: 92%;
  max-width: 100%;
  font-size: 0.75em;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  #p-breadcrumb .c-breadcrumb {
    max-width: 1000px;
    font-size: 0.875em;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0 auto;
  }
}

#p-breadcrumb .c-breadcrumb__page {
  display: inline-block;
}

#p-breadcrumb .c-breadcrumb__page::before {
  content: ">";
  padding-right: 1ex;
}

#p-breadcrumb .c-breadcrumb__page:first-of-type::before {
  content: none;
  padding-right: 0;
}

#p-breadcrumb .c-breadcrumb__page .c-breadcrumb__link {
  text-decoration: underline;
}

/*
** h1
 */
.p-heading {
  background-image: url(/company/assets/images/img_titleBg_01.jpg);
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-width: 767px) {
  .p-heading {
    background-image: url(/company/assets/images/img_titleBg_01_sp.jpg);
  }
}

.p-heading__content {
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-heading__content {
    height: 144px;
  }
}

.p-heading__content .ja {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-heading__content .ja {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    display: contents;
  }
}

.p-heading__content .en {
  margin-top: calc(22px - 0.9em);
  color: #0b6aa0;
  font-weight: bold;
  line-height: 2.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-heading__content .en {
    margin-top: calc(18px - 0.9em);
  }
}

/*
** accordion
 */
.c-acd {
  margin-bottom: 20px;
}

.c-acd__check {
  display: none;
}

.c-acd__label {
  display: block;
  position: relative;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 6px;
  background: #f3efed;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
}

.c-acd__label:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 10px;
  background-image: url(../images/squareplus.png);
  background-repeat: no-repeat;
}

.c-acd__content {
  visibility: hidden;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  overflow: hidden;
}

.c-acd__check:checked + .c-acd__label:after {
  background-image: url(../images/squareminus.png);
}

.c-acd__check:checked + .c-acd__label + .c-acd__content {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.c-acd + .c-form__button--addCart {
  margin-top: 20px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .c-acd + .c-form__button--addCart {
    margin-bottom: 50px;
  }
}

.c-acd--top30 {
  margin-top: 30px;
}

.c-acd--top20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-acd .c-table__item:first-child .c-table__item-title {
    border-top: none;
  }
}

/*
** table
 */
.c-table {
  margin: 0  auto;
  width: 100%;
}

.c-table__title {
  display: block;
  position: relative;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 50px;
  padding: 6px;
  background: #f3efed;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.c-table__input, .c-table__textarea, .c-table__select {
  padding: 0 .6em;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
  width: 100%;
  height: 2.5em;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-table__input, .c-table__textarea, .c-table__select {
    width: 100%;
  }
}

.c-table__select {
  background-color: #fff;
  background-image: url("../images/select.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px #ccc;
}

.c-table__textarea {
  height: 10em;
}

.c-radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 35px;
  position: relative;
  width: auto;
  font-weight: 500;
}

.c-radio::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  box-shadow: inset 2px 1px 1px #ccc;
  content: '';
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.c-radio::after {
  background: #444;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 10px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

.c-radio-bank {
  padding: 5px 0 5px 35px;
}

input[type=radio]:checked + .c-radio::after {
  opacity: 1;
}

.c-formStep {
  list-style-type: none;
  display: table;
  width: calc(100% + 10px);
  padding: 0;
  margin: 80px 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-formStep {
    margin: 40px 0 0 0;
    width: 100%;
  }
}

.c-formStep li {
  display: table-cell;
  position: relative;
  background: #dcecff;
  padding: .5em 1em 0.5em 0.5em;
  width: 33%;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.c-formStep li.is-current {
  background: #0b6aa0;
  color: #fff;
}

.c-formStep li.is-current::after {
  border-color: transparent transparent transparent #0b6aa0;
}

.c-formStep li::before, .c-formStep li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.c-formStep li::before {
  top: -35px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 55px 0 55px 2.5em;
  z-index: 1;
}

.c-formStep li::after {
  top: -35px;
  right: 0.1em;
  border-style: solid;
  border-color: transparent transparent transparent #dcecff;
  border-width: 55px 0 55px 2.5em;
  z-index: 1;
}

.c-formStep li:last-child {
  padding: .5em 0em 0.5em 0.5em;
}

.c-formStep li:last-child::before, .c-formStep li:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-formStep li {
    width: 30.4%;
  }
  .c-formStep li::before {
    right: -1em;
    border-width: 55px 0 55px 2.5em;
  }
  .c-formStep li::after {
    right: 0.1em;
    border-width: 55px 0 55px 2.5em;
  }
}

@media screen and (max-width: 320px) {
  .c-formStep li::after {
    right: -0.2em;
  }
  .c-formStep li:first-child::after {
    right: -0.2em;
  }
}

.c-table__selectList {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .c-table__selectList {
    padding: 0;
  }
}

.c-table__selectList-head {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-table__selectList-head {
    width: 100%;
  }
}

.c-table__selectList input[type=checkbox] {
  display: none;
}

.c-check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px 5px 30px;
  position: relative;
  width: auto;
}

.c-check::before {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 2px 2px 1px #ccc;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

.c-check::after {
  border-right: 3px solid #444;
  border-bottom: 3px solid #444;
  content: '';
  display: block;
  height: 12px;
  left: 6px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

@media screen and (max-width: 767px) {
  .c-check--w140 {
    padding: 0 50px 0 27px;
  }
}

.c-check-history::before {
  left: 3px;
}

.c-check-history::after {
  left: 9px;
}

input[type=checkbox]:checked + .c-check::after {
  opacity: 1;
}

.c-form__text {
  margin-top: 80px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-form__text .c-form__need {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .c-form__text {
    margin-top: 36px;
    font-size: 0.875em;
  }
}

.c-form__textError {
  margin-top: 80px;
  color: #ff0000;
  font-weight: bold;
}

.c-form__textError + .c-form__text {
  margin-top: 30px;
}

.c-form__need {
  display: inline-block;
  padding: 6px;
  font-size: 0.8125em;
  color: #ffffff;
  line-height: 0.8125em;
  background-color: #f68d10;
  vertical-align: text-bottom;
}

.c-form__need + .c-form__txt {
  display: block;
  width: 198px;
  margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-form__need + .c-form__txt {
    width: 193px;
  }
}

@media screen and (max-width: 767px) {
  .c-form__need + .c-form__txt {
    width: 80%;
  }
}

.c-form__txt {
  margin-left: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-form__txt {
    width: 100%;
    margin-left: 0;
  }
}

.c-form__label > .c-form__need {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .c-form__label > .c-form__need {
    margin-right: 0;
  }
}

.c-form {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .c-form {
    margin-top: 40px;
    font-size: 0.875em;
  }
}

.c-form .c-form__select {
  background-color: #fff;
  width: 100%;
  height: calc(1em + 26px);
  line-height: 1;
  padding-left: 13px;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.c-form .c-form__input {
  background-color: #fff;
  width: 100%;
  height: calc(1em + 24px);
  line-height: 1;
  padding-right: 12px;
  padding-left: 12px;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
}

.c-form .c-form__caution {
  margin-top: calc(10px - 0.437rem);
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.8;
}

.c-form .c-form__caution .c-form__txt {
  margin-left: 0;
  font-weight: normal;
}

.c-form .c-form__caution + .c-form__caution--red {
  margin-top: 0;
}

.c-form .c-form__caution--red {
  margin-top: calc(10px - 0.437rem);
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.8;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__caution--red {
    font-size: 1.4rem;
  }
}

.c-form .c-form__textarea {
  background-color: #fff;
  width: 100%;
  height: 220px;
  line-height: 1.8;
  padding: 12px;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
  resize: none;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__textarea {
    height: 170px;
  }
}

.c-form .c-form__bottom {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__bottom {
    margin-top: 29px;
  }
}

.c-form .c-form__bottom_2col {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__bottom_2col {
    flex-direction: column;
  }
}

.c-form .c-form__bottom_2col .c-form__cancel,
.c-form .c-form__bottom_2col .c-form__submit {
  margin: auto 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__bottom_2col .c-form__cancel,
  .c-form .c-form__bottom_2col .c-form__submit {
    width: 100%;
    margin: 0;
  }
  .c-form .c-form__bottom_2col .c-form__cancel .c-leftArrow--wh,
  .c-form .c-form__bottom_2col .c-form__submit .c-leftArrow--wh {
    display: block;
    width: 100%;
  }
}

.c-form .c-form__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  font-weight: bold;
  background-color: #999;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.c-form .c-form__cancel:hover {
  opacity: 0.8;
}

.c-form .c-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  font-weight: bold;
  background-color: #444;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-form .c-form__submit {
    margin-top: 10px !important;
  }
}

.c-form--confirm .c-form__txt {
  margin-left: 0;
  font-weight: bold;
}

.c-form__table {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .c-form__table {
    width: 100%;
  }
}

.c-form__table .c-form__tr:nth-of-type(2n + 1) {
  background-color: #f3efed;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr {
    display: flex;
    flex-direction: column;
  }
}

.c-form__table .c-form__tr .c-form__th {
  vertical-align: middle;
  padding: 15px 21px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__th {
    display: block;
    width: 100%;
    padding: 8px 10px 8px 15px;
    background-color: #f3efed;
    border-top: 1px solid #ccc;
  }
}

.c-form__table .c-form__tr .c-form__label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.c-form__table .c-form__tr .c-form__td {
  width: 710px;
  padding: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td {
    display: block;
    width: 100%;
    padding: 15px 16px;
    background-color: #fff;
  }
  .c-form__table .c-form__tr .c-form__td.c-form__td-select {
    padding: 10px 16px;
  }
}

.c-form__table .c-form__tr .c-form__td .c-form__adress {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td .c-form__adress {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__adress-2col {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }
}

.c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__adress-2col .c-form__adressIcon {
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__adress-2col .c-form__adressIcon {
    margin-right: 8px;
  }
}

.c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__adress-2col .c-form__inputAdress {
  background-color: #fff;
  width: 140px;
  height: calc(1em + 24px);
  line-height: 1;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 12px;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__adress-2col .c-form__inputAdress {
    width: 100%;
    margin-right: 0;
  }
}

.c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__select {
  background-color: #fff;
  background-image: url(/company/assets/images/select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  width: 170px;
  height: calc(1em + 26px);
  line-height: 1;
  padding-right: 29px;
  padding-left: 13px;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__tr .c-form__td .c-form__adress .c-form__select {
    width: 100%;
    margin-top: 10px;
  }
}

.c-form__table .c-form__tr .c-form__td .c-form__description {
  margin: calc(11px - 0.437rem) 0 calc(11px - 0.437rem);
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.8;
}

.c-form__table .c-form__trRadio .c-form__th {
  padding: 27px 21px;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__trRadio .c-form__th {
    padding: 8px 10px 8px 15px;
  }
}

.c-form__table .c-form__trRadio .c-form__td {
  padding: 27px 15px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-form__table .c-form__trRadio .c-form__td {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 16px;
    background-color: #fff;
  }
}

.c-form__tableButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-form__tableButton {
    font-size: 1.1rem;
    padding: 7px 6px;
  }
}

.c-form__tableLabel {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  border: 2px solid #333;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 125px;
  height: 30px;
  text-align: center;
}

.c-form__tableLabel input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  opacity: 0;
}

.c-form__tableLabel::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  border-style: solid;
  border-width: 4px 8px;
  border-color: rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) #303030;
  margin-left: -12px;
  margin-bottom: calc(0.5em - 6px);
  vertical-align: middle;
}

.c-form__table input[type=radio] {
  position: relative;
  border-radius: 50%;
  border: 1px solid #444;
  box-shadow: inset 2px 1px 1px #ccc;
}

.c-form__table input[type=radio]::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 3px;
  background: #fff;
}

.c-form__table input[type=radio]:checked::before {
  transform: scale(1);
  background: #444;
}

.c-form__tableRadio {
  position: relative;
  display: inline-block;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  margin-right: 11px;
  margin-left: 40px;
  width: 20px;
  height: 20px;
  vertical-align: -0.4rem;
  color: #fff;
  line-height: 1.56;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}

.c-form__tableRadio--first {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-form__tableRadio {
    margin-top: 25px;
    margin-left: 0;
  }
  .c-form__tableRadio--first {
    margin-top: 0;
  }
}

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

.c-formContent__caution {
  text-align: center;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-formContent__caution {
    text-align: left;
    font-size: 1.6rem;
  }
}

.c-formContent__caution--top60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-formContent__caution--top60 {
    padding-top: 49px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
  }
}

.c-formContent__caution--top80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-formContent__caution--top80 {
    padding-top: 49px;
    border-top: 1px solid #ccc;
    margin-top: 0;
  }
}

.c-formContent__detail {
  margin-top: 40px;
  text-align: center;
}

.c-formContent__detail p {
  letter-spacing: 0.05em;
}

.c-form__link {
  text-decoration: underline;
  color: #0b6aa0;
}

.c-form__link:hover {
  text-decoration: none;
}

.c-form__confirm {
  display: block;
}

/**
 * Other
 */
/**
 * Arrow
 */
.c-leftArrow--wh::before, .c-leftArrow--blue::before, .c-leftArrow--bl::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 8px;
  border-style: solid;
  border-width: 4px 8px;
  border-color: rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) #303030;
  margin-right: 3px;
  margin-bottom: calc(0.5em - 5px);
  vertical-align: middle;
}

.c-leftArrow--wh::before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
}

.c-leftArrow--blue::before {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0b6aa0;
}

.c-rightArrow--wh, .c-rightArrow--bl {
  position: relative;
  line-height: 1;
}

.c-rightArrow--wh::after, .c-rightArrow--bl::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  content: "";
  width: 16px;
  height: 8px;
  border-style: solid;
  border-width: 4px 8px;
  border-color: rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) #303030;
}

.c-rightArrow--wh::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
}

.c-downArrow--wh, .c-downArrow--bl {
  position: relative;
  line-height: 1;
}

.c-downArrow--wh::after, .c-downArrow--bl::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: "";
  width: 8px;
  height: 16px;
  border-style: solid;
  border-width: 7px 4px;
  border-color: #303030 rgba(48, 48, 48, 0) rgba(48, 48, 48, 0) rgba(48, 48, 48, 0);
}

.c-downArrow--wh::after {
  border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

/**
 * Global Menu
 */
#l-globalMenu #c-globalMenu__closeButton {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  #l-globalMenu #c-globalMenu__closeButton {
    top: 18px;
    right: 18px;
  }
}

#l-globalMenu #c-globalMenu__closeButton::before {
  height: 27px;
  content: "";
  border-right: solid 3px #333333;
  box-sizing: border-box;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 12px;
}

#l-globalMenu #c-globalMenu__closeButton::after {
  height: 27px;
  content: "";
  border-left: solid 3px #333333;
  box-sizing: border-box;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: -3px;
}

#l-globalMenu .c-glonalMenu__signButton {
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #f68d10;
  background-position: calc(100% - 15px) 50%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#l-globalMenu .c-glonalMenu__signButton--up {
  margin: 101px auto auto auto;
  background-color: #f68d10;
}

@media screen and (max-width: 1023px) {
  #l-globalMenu .c-glonalMenu__signButton--up {
    margin-top: 60px;
  }
}

#l-globalMenu .c-glonalMenu__signButton--out {
  width: 100%;
  margin: 30px auto auto auto;
  background-color: #444444;
}

#l-globalMenu .c-globalMenu__group {
  margin-top: 30px;
  border-top: solid 1px #cccccc;
}

#l-globalMenu .c-globalMenu__group:first-of-type {
  border-top: none;
}

@media screen and (max-width: 1023px) {
  #l-globalMenu .c-globalMenu__group {
    margin-top: 25px;
  }
}

#l-globalMenu .c-globalMenu__group--signin {
  margin-top: 101px;
  border-top-width: 0px;
}

@media screen and (max-width: 1023px) {
  #l-globalMenu .c-globalMenu__group--signin {
    margin-top: 60px;
  }
}

#l-globalMenu .c-globalMenu__link {
  margin-top: 0.6em;
  font-weight: bold;
}

#l-globalMenu .c-globalMenu__link:first-of-type {
  margin-top: 30px;
}

#l-globalMenu .c-globalMenu__link .tel .icon {
  display: inline-block;
  margin-right: 0.5em;
}

.c-goTopButton {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #444444;
  border: solid 1px #cccccc;
}

.c-goTopButton a {
  display: block;
  width: 50px;
  height: 50px;
}

.c-goTopButton__arrow {
  width: 17px;
  height: 13.12px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 8.5px);
}

.c-goTopButton__arrow::before {
  content: "";
  height: 13.12px;
  border-right: solid 3px #ffffff;
  display: inline-block;
  transform: rotate(45deg);
  margin-bottom: 5px;
  margin-left: 3px;
}

.c-goTopButton__arrow::after {
  content: "";
  height: 13.12px;
  border-left: solid 3px #ffffff;
  display: inline-block;
  transform: rotate(-45deg);
  margin-bottom: 5px;
  margin-left: 5px;
}

@media screen and (max-width: 1023px) {
  .c-goTopButton--bottom130 {
    bottom: 130px;
  }
}

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

.u-spOnly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-spOnly {
    display: block !important;
  }
}

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

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/**
 * keyframes
 */
@-webkit-keyframes l-globalMenu--shiftin {
  0% {
    right: -300px;
    display: none;
  }
  100% {
    right: 0px;
    display: block;
  }
}
@keyframes l-globalMenu--shiftin {
  0% {
    right: -300px;
    display: none;
  }
  100% {
    right: 0px;
    display: block;
  }
}

@-webkit-keyframes l-globalMenu--shiftout {
  0% {
    right: 0px;
    display: block;
  }
  100% {
    right: -300px;
    display: none;
  }
}

@keyframes l-globalMenu--shiftout {
  0% {
    right: 0px;
    display: block;
  }
  100% {
    right: -300px;
    display: none;
  }
}

@-webkit-keyframes sideCateList--open {
  0% {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0;
    opacity: 0;
  }
  100% {
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    line-height: 1.6;
    opacity: 1;
  }
}

@keyframes sideCateList--open {
  0% {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0;
    opacity: 0;
  }
  100% {
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    line-height: 1.6;
    opacity: 1;
  }
}

@-webkit-keyframes sideCateList--close {
  0% {
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    line-height: 1.6;
    opacity: 1;
    display: block;
  }
  100% {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0;
    opacity: 0;
    border-style: none;
  }
}

@keyframes sideCateList--close {
  0% {
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    line-height: 1.6;
    opacity: 1;
    display: block;
  }
  100% {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0;
    opacity: 0;
    border-style: none;
  }
}

@-webkit-keyframes sideCateList--fullOpen {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes sideCateList--fullOpen {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes sideCateList--fullClose {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes sideCateList--fullClose {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
