@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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;
  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] {
  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;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: clamp(14px, 24 / 1000 * 100 * 1vw, 16px);
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow: hidden;
}

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

.wrapper {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper-s {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .wrapper-s {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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: 2.4rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 1000px) {
  .headline-01 {
    font-size: 2.6rem;
  }
}
.headline-01 span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .headline-01 span {
    margin-bottom: 1.2em;
  }
}
.headline-02 {
  color: #000;
  font-weight: 600;
  margin: 1.5em auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .headline-02 {
    font-size: 1.6rem;
  }
}
.headline-02 span {
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .headline-02 span {
    font-size: 3.6rem;
  }
}
.headline-02.center {
  text-align: center;
}
.headline-02.color-inv {
  color: #fff;
}

.btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  display: block;
  transition: 0.3s;
  padding: 1em 2em;
  font-size: 1.4rem;
  position: relative;
}
.btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .btn a {
    font-size: 1.6rem;
  }
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
}
.btn--blue a {
  background-color: #000;
  color: #Fff;
}
.btn--white a {
  background-color: #fff;
  color: #000;
}
.btn.center a {
  margin: 0 auto;
}

.icon__arrow span::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 2em;
  content: url(../img/common/icon_arrow_rw.png);
}

.btn--white.icon__arrow span::after {
  content: url(../img/common/icon_arrow_rb.png);
}

.form {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-input, .form-input--200, .form-input--400 {
  padding: 0.35em 1em;
  width: 100%;
  background: #ededed;
  border: solid 1px #999;
  border-radius: 4px;
}
.form-input::placeholder, .form-input--200::placeholder, .form-input--400::placeholder {
  color: #d2d2d2;
}
.form-input--400 {
  max-width: 400px;
}
.form-input--200 {
  max-width: 200px;
}
.form-select, .form-select--100, .form-select--400 {
  padding: 0.35em 1em;
  width: 100%;
  background: #eef7f4;
  border: solid 1px #999;
  border-radius: 4px;
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
  color: rgba(173, 45, 45, 0.1647058824);
}
.form-select--400 {
  max-width: 400px;
}
.form-select--100 {
  max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
    margin-top: 20px;
  }
}
.form-label, .form-label--req {
  margin-bottom: 10px;
}
.form-label--req {
  display: flex;
  flex-wrap: wrap;
}
.form-label--req::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
  color: #fff;
  padding: 2px 6px;
  background-color: #000;
  line-height: 1.6;
  margin-left: 1em;
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
    color: #fff;
    padding: 2px 6px;
    background-color: #000;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.5em 1em;
  background-color: #ededed;
  border: solid 1px #999;
  border-radius: 4px;
  font: inherit;
}
.form-textarea::placeholder {
  color: #d2d2d2;
}

.form-btn {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .form-btn {
    width: 350px;
  }
}
.form-btn input[type=submit] {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 350px;
  border: 2px solid #000;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .form-btn input[type=submit] {
    font-size: 1.6rem;
  }
}
.form-btn input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin: 2em 5em 0;
  text-align: center;
  color: #f00;
  padding: 0.5em 0;
}

/* 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: #000;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .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: 1000px) {
  .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: 1000px) {
  .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: 1000px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1000px) {
  .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: 1000px) {
  .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;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 24px 0;
}
.footer .footer-inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  text-align: center;
  gap: 6px;
}
@media screen and (min-width: 1000px) {
  .footer .footer-inner {
    text-align: left;
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer .footer-inner .copyright {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .footer .footer-inner .copyright {
    width: auto;
  }
}
.footer .footer-inner ul a {
  color: #fff;
  transition: 0.3s;
  text-decoration: underline;
}
.footer .footer-inner ul a:hover {
  opacity: 0.8;
}

.headerWrap {
  position: relative;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
  color: #fff;
  padding: 10px 20px;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 20px 80px;
  }
}
.header h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.034em;
  text-shadow: 2px 2px 3px #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  .header h1 {
    font-size: 4.2rem;
  }
}
.header h1 a {
  transition: 0.3s;
}
.header h1 a:hover {
  opacity: 0.8;
}
.header nav ul {
  display: flex;
  gap: 25px;
}
@media screen and (min-width: 1000px) {
  .header nav ul {
    gap: 106px;
  }
}
.header nav ul li {
  font-size: 1.2rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.034em;
  text-shadow: 2px 2px 3px #000;
}
@media screen and (min-width: 1000px) {
  .header nav ul li {
    font-size: 2.4rem;
  }
}
.header nav ul li a {
  transition: 0.3s;
}
.header nav ul li a:hover {
  opacity: 0.8;
}

.home .header {
  color: #fff;
  background-color: inherit;
}

.top-keyvisual {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual {
    height: 100vh;
  }
}
.top-keyvisual ul li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-keyvisual dl {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 6px 6px 7px #000;
  width: 100%;
}
.top-keyvisual dl dt {
  font-weight: 700;
  font-size: clamp(12px, 36 / 1000 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1000px) {
  .top-keyvisual dl dt {
    font-size: 24px;
  }
}
.top-keyvisual dl dd {
  font-weight: 500;
  font-size: clamp(30px, 90 / 1000 * 100 * 1vw, 60px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.034em;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual dl dd {
    font-size: 60px;
  }
}
.top-sec01 .sec-service .service-outline {
  text-align: center;
  background-color: #000;
  padding: 40px 0 50px;
}
.top-sec01 .sec-service .service-outline dl {
  display: inline-block;
  margin: auto;
  color: #fff;
  text-align: left;
  padding: 0 40px;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-outline dl {
    padding: 0;
  }
}
.top-sec01 .sec-service .service-outline dl dt {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-outline dl dt {
    font-size: 5rem;
  }
}
.top-sec01 .sec-service .service-outline dl dd {
  font-size: clamp(12px, 30 / 1000 * 100 * 1vw, 20px);
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-outline dl dd {
    font-size: 20px;
  }
}
.top-sec01 .sec-service .service-detail {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
}
.top-sec01 .sec-service .service-detail .service-col {
  width: 100%;
  padding: 34px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-detail .service-col {
    text-align: center;
    width: 50%;
    padding: 60px 0;
  }
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(1) {
  width: 100%;
  background-image: url(../images/top/img_service01.jpg);
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(1) dl {
  max-width: 920px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-detail .service-col:nth-of-type(1) dl {
    gap: 210px;
    grid-template-columns: 210px 1fr;
  }
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(1) dl dd {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-detail .service-col:nth-of-type(1) dl dd {
    text-align: center;
  }
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(2) {
  background-image: url(../images/top/img_service02.jpg);
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(3) {
  background-image: url(../images/top/img_service03.jpg);
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(4) {
  background-image: url(../images/top/img_service04.jpg);
}
.top-sec01 .sec-service .service-detail .service-col:nth-of-type(5) {
  background-image: url(../images/top/img_service05.jpg);
}
.top-sec01 .sec-service .service-detail .service-col dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  color: #fff;
  text-shadow: 6px 6px 7px #000;
}
.top-sec01 .sec-service .service-detail .service-col dl dt {
  font-size: clamp(16px, 48 / 1000 * 100 * 1vw, 32px);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-detail .service-col dl dt {
    font-size: 32px;
  }
}
.top-sec01 .sec-service .service-detail .service-col dl dt span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 30 / 1000 * 100 * 1vw, 20px);
  display: block;
}
@media screen and (min-width: 1000px) {
  .top-sec01 .sec-service .service-detail .service-col dl dt span {
    font-size: 20px;
  }
}
.top-sec02 .sec-company h3 {
  font-size: 3rem;
  letter-spacing: 0.034em;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 125px 0 0;
  position: relative;
  margin-top: -38px;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company h3 {
    font-size: 6rem;
  }
}
.top-sec02 .sec-company h3 span {
  position: relative;
  z-index: 100;
}
.top-sec02 .sec-company h3::after {
  content: "REPLICA";
  display: block;
  width: 100%;
  font-size: 8.5rem;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  color: #F1F1F1;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company h3::after {
    font-size: 37rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company h3::after {
    top: -50%;
    width: 1700px;
  }
}
.top-sec02 .sec-company .company-prof {
  max-width: 1280px;
  margin: 40px auto 0;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company .company-prof {
    margin: 160px auto 0;
  }
}
.top-sec02 .sec-company .company-prof dl {
  display: grid;
  padding: 20px 20px;
  grid-template-columns: 120px 1fr;
  font-size: 1.6rem;
  border-bottom: dotted 1px #333;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company .company-prof dl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec02 .sec-company .company-prof dl {
    grid-template-columns: 300px 1fr;
    padding: 40px 0;
  }
}
.top-sec02 .sec-company .company-prof dl:last-of-type {
  border: none;
}
.top-sec02 .sec-company .company-prof dl dt {
  font-weight: 500;
}
.top-sec02 .sec-company .company-map {
  width: 100%;
  margin-top: 60px;
}
.top-sec02 .sec-company .company-map iframe {
  width: 100%;
  height: 560px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider {
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
}

.slick-img {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1000px) {
  .slick-img {
    height: 100vh;
  }
}

.slick-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.lower-page {
  padding: 140px 0 50px;
}
@media screen and (min-width: 1000px) {
  .lower-page {
    padding: 220px 0 100px;
  }
}

.privacy-sec01 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.034em;
}
@media screen and (min-width: 1000px) {
  .privacy-sec01 h2 {
    font-size: 3.2rem;
  }
}
.privacy-container {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .privacy-container {
    gap: 30px;
  }
}

.contact-sec01 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.034em;
}
@media screen and (min-width: 1000px) {
  .contact-sec01 h2 {
    font-size: 3.2rem;
  }
}
form.sent .form-wrap {
  display: none;
}

.wpcf7-response-output {
  color: #000;
  padding: 0 0 200px;
}
@media screen and (min-width: 1000px) {
  .wpcf7-response-output {
    padding: 0 0 330px;
  }
}

.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: 1000px) {
  .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;
}