@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: 0;
  border-top: 1px solid;
  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;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
  border: 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;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.headline-01 {
  font-size: clamp(18px, 54 / 1200 * 100 * 1vw, 36px);
  font-weight: 500;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .headline-01 {
    font-size: 36px;
  }
}
.headline-01.center {
  text-align: center;
}

.btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 1em 2em;
  font-size: clamp(15px, 30 / 1200 * 100 * 1vw, 20px);
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #e31821;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .btn a {
    font-size: 20px;
  }
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/img_btn01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .btn a::after {
    width: 12px;
    height: 23px;
  }
}
.btn--cv a {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  color: #fff;
  background-color: #e31821;
  position: relative;
  border-radius: 10px;
  border: solid 2px #e31821;
  transition: color 0.5s ease;
}
.btn--cv a:hover {
  color: #e31821;
}
.btn--cv a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn--cv a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn--cv a .text {
  position: relative;
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
  transition: 0.3s;
}
.btn--full a:hover {
  opacity: 0.7;
}
.btn.center a {
  margin: 0 auto;
}

.sample_btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #fff;
  background-color: #e31821;
  position: relative;
  border-radius: 10px;
  transition: color 0.5s ease;
}

.sample_btn:hover {
  color: #fff;
}

.sample_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.sample_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B85FB;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.text {
  position: relative;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.table-01, .table-02 {
  width: 100%;
}
.table-01 tr, .table-02 tr {
  border-bottom: solid 2px #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .table-01 tr, .table-02 tr {
    flex-direction: row;
  }
}
.table-01 th, .table-02 th {
  padding: 14px 23px 14px 10px;
  vertical-align: top;
  font-weight: 200;
  background-color: #e31821;
  color: #FFF;
}
@media screen and (min-width: 1200px) {
  .table-01 th, .table-02 th {
    padding: 28px 46px 28px 20px;
    width: 20%;
  }
}
.table-01 td, .table-02 td {
  padding: 20px 23px 40px;
  vertical-align: top;
  line-height: 2.5;
}
.table-01 td::before, .table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.table-01 td::after, .table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-01 td, .table-02 td {
    padding: 38px 56px;
    width: 80%;
  }
}
.table-02 {
  height: 100%;
}
.table-02 tr {
  border: solid 1px #eeeeee;
}
.table-02 th {
  padding: 10px 23px;
  line-height: 1.4;
}
.table-02 th::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 th::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-02 th {
    padding: 1em;
    width: 30%;
  }
}
.table-02 td {
  padding: 20px 23px 40px;
  line-height: 1.4;
}
.table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1200px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}
.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (min-width: 1200px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}

.consignment {
  font-size: clamp(12px, 21 / 1200 * 100 * 1vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .consignment {
    font-size: 14px;
  }
}
.consignment_mv {
  background-color: #0453c0;
  padding: 30px 0;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .consignment_mv {
    margin-top: 80px;
  }
}
.consignment_wrapper {
  width: 100 .consignment_wrapper;
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  .consignment_wrapper {
    max-width: 1080px;
    margin: auto;
  }
}
.consignment .consignment-mv_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px 15px;
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_inner {
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px 52px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_image {
    grid-row: span 2/span 2;
  }
}
.consignment .consignment-mv_txt01 {
  color: #fff;
  font-size: clamp(14px, 36 / 1200 * 100 * 1vw, 24px);
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-image: url("../images/consignment/img_dotline.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom;
  align-self: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_txt01 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_txt01 {
    padding-bottom: 30px;
    align-self: end;
  }
}
.consignment .consignment-mv_txt01 span {
  color: #3d9fe0;
  padding: 2px 5px 3px;
  background-color: #fff;
  padding: 1px 2px 1px;
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_txt01 span {
    padding: 2px 5px 3px;
  }
}
.consignment .consignment-mv_txt02 {
  grid-column: span 2/span 2;
  grid-row-start: 2;
  margin: 10px 20px;
  align-self: start;
}
@media screen and (min-width: 1200px) {
  .consignment .consignment-mv_txt02 {
    grid-column-start: 2;
    grid-row-start: 2;
    margin: 0;
    align-self: auto;
  }
}
.consignment-ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 45 / 1200 * 100 * 1vw, 30px);
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .consignment-ttl01 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-ttl01 {
    margin-bottom: 40px;
  }
}
.consignment-ttl01 img {
  max-width: 125px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 1200px) {
  .consignment-ttl01 img {
    max-width: 178px;
  }
}
.consignment-ttl01.white {
  color: #fff;
}
.consignment-sec01 {
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .consignment-sec01 {
    padding: 80px 0;
  }
}
.consignment-point_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .consignment-point_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
}
.consignment-point_col {
  background-color: #f0f5f5;
  border-radius: 30px;
  padding: 15px 0 20px;
}
@media screen and (min-width: 1200px) {
  .consignment-point_col {
    width: 340px;
    padding: 40px 0;
  }
}
.consignment-point_col dl dt {
  display: grid;
  place-content: center;
  font-size: clamp(16px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  gap: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .consignment-point_col dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-point_col dl dt {
    gap: 20px;
    padding: 0;
  }
}
.consignment-point_col dl dt span {
  background-color: #0453c0;
  color: #fff;
  font-size: clamp(12px, 24 / 1200 * 100 * 1vw, 16px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0 8px;
}
@media screen and (min-width: 1200px) {
  .consignment-point_col dl dt span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-point_col dl dt .point_copy {
    min-height: 85px;
  }
}
.consignment-point_col dl dd {
  padding-top: 12px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .consignment-point_col dl dd {
    padding-top: 25px;
  }
}
.consignment-point_col dl dd::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.consignment-sec02 {
  background-color: #0069dc;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .consignment-sec02 {
    padding: 60px 0;
  }
}
.consignment-btn {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .consignment-btn {
    margin: auto;
    padding: 0;
  }
}
.consignment-btn a {
  display: flex;
  background-color: #e9d36f;
  border-radius: 100px;
  height: 46px;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: 0.3s;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .consignment-btn a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-btn a {
    height: 80px;
  }
}
.consignment-btn a:hover {
  cursor: pointer;
}
.consignment-sec03 {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .consignment-sec03 {
    padding: 80px 0;
  }
}
.consignment-flow {
  border: solid 1px #000;
  border-radius: 30px;
  overflow: hidden;
}
.consignment-flow dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl {
    display: flex;
  }
  .consignment-flow dl:not(:last-child) {
    border-bottom: solid 1px #000;
  }
}
.consignment-flow dl:first-of-type dt {
  border-top: none;
}
.consignment-flow dl dt {
  padding: 20px 0 20px;
  background-color: #f0f5f5;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 36 / 1200 * 100 * 1vw, 24px);
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt {
    font-size: 24px;
  }
}
.consignment-flow dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url(../images/consignment/img_step_delta.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -3px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt {
    padding: 40px 0 40px;
    display: grid;
    place-content: center;
    width: 320px;
    gap: 0;
    border-right: solid 1px #000;
    border-top: none;
    border-bottom: none;
  }
  .consignment-flow dl dt::after {
    display: none;
  }
}
.consignment-flow dl dt .step_num {
  display: grid;
  font-size: clamp(30px, 36 / 1200 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt .step_num {
    font-size: 24px;
  }
}
.consignment-flow dl dt .step_num span {
  font-size: clamp(10px, 16.5 / 1200 * 100 * 1vw, 11px);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt .step_num span {
    font-size: 11px;
  }
}
.consignment-flow dl dt .consignment-step_image {
  position: relative;
}
.consignment-flow dl dt .consignment-step_image img {
  max-width: 60px;
  max-height: 60px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt .consignment-step_image img {
    max-width: 100%;
    max-height: 100%;
    width: 50%;
  }
}
.consignment-flow dl dt .consignment-step_image::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-color: #1a1a1a;
  position: absolute;
  top: calc(50% - 11px);
  left: -16px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dt .consignment-step_image {
    margin-top: 20px;
    padding-top: 30px;
  }
  .consignment-flow dl dt .consignment-step_image::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1a1a1a;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.consignment-flow dl dd {
  display: grid;
  place-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  grid-template-columns: repeat(1, 100%);
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dd {
    padding: 0 0 0 60px;
    grid-template-columns: repeat(1, 640px);
  }
}
.consignment-flow dl dd h3 {
  font-size: clamp(16px, 30 / 1200 * 100 * 1vw, 20px);
  font-weight: 700;
  position: relative;
  padding: 0 0 14px 10px;
  line-height: 1;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dd h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dd h3 {
    padding: 0 0 19px 15px;
  }
}
.consignment-flow dl dd h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0099ff;
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl dd h3::before {
    height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .consignment-flow dl:not(:first-child) dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 20px;
    background-image: url(../images/consignment/img_step_delta.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -3px;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
  }
}

.notfound {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 40px 0;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .notfound {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 80px 0;
    gap: 80px;
  }
}
.notfound-sec__inner {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .notfound-sec__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__inner {
    gap: 60px;
  }
}
.notfound-sec__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .notfound-sec__container {
    gap: 40px;
  }
}
.notfound-sec__text {
  text-align: center;
}
.notfound-sec__text > * {
  margin-bottom: 0.5em;
}
.notfound-sec__text > *:last-child {
  margin-bottom: 0;
}
.notfound-sec__btn {
  max-width: 240px;
  width: 100%;
  margin: 20px auto 0 auto;
}