@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: clamp(0.8rem, 2vw, 1.4rem);
  line-height: 1.4;
  color: #000;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-weight: 300;
  scroll-behavior: smooth;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

a {
  color: #000;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  padding: 12px;
  background: #fff;
  margin: 4px 0;
  max-width: 100%;
  display: block;
  width: 100%;
  border: 1px solid #898989;
  border-radius: 10px;
  caret-color: #898989;
  color: #000;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(238, 22, 22, 0.3);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(238, 22, 22, 0.3);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(238, 22, 22, 0.3);
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(238, 22, 22, 0.3);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: rgba(238, 22, 22, 0.3);
}

select {
  background: #fff;
}
select:focus {
  outline: 0;
  border: 1px solid rgba(238, 22, 22, 0.3);
}

ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style: none;
  position: relative;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.74rem, 3vw, 3.6rem);
}

h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
}

p {
  line-height: 1.8;
  margin: 0;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

b,
strong {
  font-weight: 600;
}

ol li {
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr,
hr.wp-block-separator {
  margin: 40px 0;
  border-color: rgba(238, 22, 22, 0.4);
  border-width: 0.5px;
}

figure {
  margin-right: 0;
  margin-left: 0;
}

article img {
  width: 70%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

article div,
article p {
  max-width: 100%;
}

article ul {
  padding-left: 22px;
  margin-bottom: 20px;
}
article ul li {
  line-height: 1.8;
  list-style: circle;
}

article span {
  font-size: 14px;
  color: #666;
}

textarea {
  width: 100%;
  padding: 16px;
}

blockquote {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin: auto;
  padding-left: 12px;
  border-left: 2px solid #999;
}

caption {
  caption-side: bottom;
  text-align: left;
  padding-top: 7px;
  font-size: 13px;
}

button {
  border: 0;
}

header,
main,
nav,
footer {
  opacity: 1;
}

table th,
table td {
  padding: 1em;
  font-weight: 300;
  vertical-align: top;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  max-width: 94%;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: visible;
    font-size: 16px;
  }
  .l-wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }
  .l-container:after {
    right: 14px;
    bottom: 14px;
    width: 112px;
    height: 153px;
  }
  article img {
    width: 100%;
  }
  article p {
    padding: 0 6px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
  }
}
.l-header {
  position: relative;
  padding-bottom: 14vw;
  background-image: url("../img/bg-pc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.l-header::before {
  content: "";
  position: absolute;
  background: url("../img/header_top_deco.png") no-repeat left top;
  width: 180px;
  height: 180px;
  background-size: contain;
}
.l-header::after {
  content: "";
  position: absolute;
  background: url("../img/header_bottom_deco.svg") no-repeat center bottom;
  position: absolute;
  width: 100%;
  height: 14vw;
  background-size: cover;
}

.l-header__wrap {
  padding: calc(50vw - 550px);
  padding-top: 6vw;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #d7000f;
  color: #fff;
}
.l-header__wrap::before {
  content: "";
  position: absolute;
  background-image: url("../img/logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 12%;
  width: 8.27vw;
  height: 10.46vw;
}
.l-header__wrap--left .c-button--white {
  margin-top: 30px;
}
.l-header__wrap .l-header__wrap--left {
  max-width: 100%;
  width: 65%;
  position: relative;
}
.l-header__wrap .l-header__wrap--left::before {
  content: "";
  position: absolute;
  background: url("../img/header_title_deco.svg") no-repeat center center;
  width: 160px;
  height: 150px;
  left: -150px;
  top: -80px;
  background-size: contain;
}
.l-header__wrap .l-header__wrap--left h1 {
  font-size: 85px;
}
.l-header__wrap .l-header__wrap--left h2 {
  background: #000;
  padding: 0.2em 1em;
  margin-bottom: 1.5em;
}
.l-header__wrap .l-header__wrap--left h3 {
  font-size: 26px;
}
.l-header__wrap .l-header__wrap--right {
  max-width: 100%;
  width: 35%;
}
.l-header__wrap .l-header__wrap--right img {
  -webkit-filter: drop-shadow(2px 3px 4px black);
          filter: drop-shadow(2px 3px 4px black);
  position: relative;
  margin-left: -4vw;
}

@media screen and (max-width: 768px) {
  .l-header:before {
    width: 100px;
    height: 100px;
  }
  .l-header:after {
    bottom: 1px;
  }
  .l-header__wrap {
    display: block;
    padding: 60px 40px;
  }
  .l-header__wrap:before {
    right: 4%;
    width: 74px;
    height: 100px;
  }
  .l-header__wrap--left .c-button--white {
    margin: auto;
    margin-top: 30px;
  }
  .l-header__wrap .l-header__wrap--left {
    width: 100%;
  }
  .l-header__wrap .l-header__wrap--left:before {
    width: 100px;
    height: 80px;
    left: -60px;
    top: -60px;
  }
  .l-header__wrap .l-header__wrap--left h1 {
    font-size: 46px;
  }
  .l-header__wrap .l-header__wrap--left h3 {
    font-size: 20px;
  }
  .l-header__wrap .l-header__wrap--right {
    width: 70%;
    margin: auto;
    margin-top: 40px;
  }
  .l-header__wrap .l-header__wrap--right img {
    margin: 0;
  }
}
.l-main {
  overflow: auto;
  width: 100%;
}

.l-sidebar {
  float: left;
  width: 23%;
}

.widget_media_image {
  margin-bottom: 12px;
}
.widget_media_image a {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    float: none;
    width: 100%;
  }
}
.l-section {
  padding-block: 80px;
}

.l-section--top {
  padding-block: 0 40px;
}

@media screen and (max-width: 768px) {
  .l-section--top {
    padding-block: 40px;
  }
}
.l-inner {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner--small {
  width: 375px;
  max-width: 100%;
}

.l-inner--large {
  width: 800px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .l-inner {
    max-width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
  }
}
.l-container {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.slick-prev {
  position: absolute;
  z-index: 2;
  left: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_left.svg) no-repeat center center;
  border: 0;
  background-color: #898989;
  border-radius: 50%;
  background-size: 10px;
}

.slick-next {
  position: absolute;
  z-index: 2;
  right: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_right.svg) no-repeat center center;
  border: 0;
  background-color: #898989;
  border-radius: 50%;
  background-size: 10px;
}

.slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  background: #4d4d4d;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #898989;
}
.slick-dots li:last-child {
  margin-right: 4vw;
}

@media screen and (max-width: 768px) {
  #index_slider_prev,
  #index_slider_next {
    display: none;
  }
  #index_slider,
  #index_slider_prev,
  #index_slider_next {
    width: 100%;
    height: 87.6vw;
  }
}
.c-title--h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
}
.c-title--h1:before {
  content: "";
  background: url("../img/icon/title_deco.svg") no-repeat left center;
  height: 9px;
  width: 100%;
  display: block;
  background-size: contain;
  margin-bottom: 1em;
}
.c-title--h1 span {
  display: block;
  font-size: 70%;
}

@media screen and (max-width: 768px) {
  .c-title--h1 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.c-list {
  padding-left: 1.5em;
}
.c-list li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: -1.5em;
}

.c-button--white {
  max-width: 480px;
  height: 72px;
  line-height: 72px;
}
.c-button--white img {
  width: 56px;
}

.c-button--white a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  text-align: center;
  color: #d7000f;
  font-size: 24px;
  font-size: clamp(0.5rem, 1.5vw, 2.3rem);
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0px 0px #a53838;
          box-shadow: 3px 3px 0px 0px #a53838;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-button--white a:hover {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--red {
  min-width: 27vw;
  max-width: 395px;
  height: 61px;
  max-height: 61px;
  height: 4.17vw;
  line-height: 61px;
}
.c-button--red img {
  width: 3.14vw;
  max-width: 46px;
}

.c-button--red a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #d7000f;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: clamp(0.5rem, 1.5vw, 2.3rem);
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0px 0px #acacac;
          box-shadow: 3px 3px 0px 0px #acacac;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-button--red a:hover {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-box p {
  width: 27vw;
  max-width: 395px;
  height: 61px;
  max-height: 61px;
  height: 4.17vw;
  line-height: 61px;
}
.wpcf7-box p img {
  width: 3.14vw;
  max-width: 46px;
}
.wpcf7-box p .c-button--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #d7000f;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: clamp(0.5rem, 1.5vw, 2.3rem);
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0px 0px #acacac;
          box-shadow: 3px 3px 0px 0px #acacac;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url(../img/icon-submit.svg);
  background-repeat: no-repeat;
  background-size: 2.7vw;
  background-position: 10px center;
  border: none;
  cursor: pointer;
}
.wpcf7-box p .c-button--submit:hover {
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--black {
  width: 44.7vw;
  max-width: 654px;
  height: 61px;
  max-height: 61px;
  height: 4.17vw;
  line-height: 61px;
}
.c-button--black img {
  width: 3.14vw;
  max-width: 46px;
}

.c-button--black a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: clamp(0.5rem, 1.8vw, 2.5rem);
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0px 0px #acacac;
          box-shadow: 3px 3px 0px 0px #acacac;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-button--black a:hover {
  margin-left: 1px;
  margin-top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  .c-button--white a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #fff;
    text-align: center;
    color: #d7000f;
    font-size: clamp(1.4rem, 4.625vw, 2.4rem);
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 3px 3px 0px 0px #eaeaea;
            box-shadow: 3px 3px 0px 0px #eaeaea;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-button--white a:hover {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-button--red {
    width: 70vw;
    max-width: 395px;
    height: 61px;
    max-height: 61px;
    height: 10.77vw;
    line-height: 61px;
  }
  .c-button--red img {
    width: 8.21vw;
    max-width: 46px;
  }
  .c-button--red a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #d7000f;
    text-align: center;
    color: #fff;
    font-size: clamp(1.4rem, 4.625vw, 2.4rem);
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 3px 3px 0px 0px #acacac;
            box-shadow: 3px 3px 0px 0px #acacac;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-button--red a:hover {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-button--black {
    width: 80vw;
    max-width: 480px;
    height: 61px;
    max-height: 61px;
    height: 10.77vw;
    line-height: 61px;
  }
  .c-button--black img {
    width: 8.21vw;
    max-width: 46px;
  }
  .c-button--black a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: clamp(1rem, 3.3vw, 2rem);
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 3px 3px 0px 0px #acacac;
            box-shadow: 3px 3px 0px 0px #acacac;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-button--black a:hover {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .wpcf7-box p {
    width: 70vw;
    max-width: 395px;
    height: 61px;
    max-height: 61px;
    height: 10.77vw;
    line-height: 61px;
  }
  .wpcf7-box p img {
    width: 8.21vw;
    max-width: 46px;
  }
  .wpcf7-box p .c-button--submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #d7000f;
    text-align: center;
    color: #fff;
    font-size: clamp(1.4rem, 4.625vw, 2.4rem);
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 3px 3px 0px 0px #acacac;
            box-shadow: 3px 3px 0px 0px #acacac;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-image: url(../img/icon-submit.svg);
    background-repeat: no-repeat;
    background-size: 6.5vw;
    background-position: 10px center;
    border: none;
    cursor: pointer;
  }
  .wpcf7-box p .c-button--submit:hover {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-label {
  display: inline-block;
  color: #fff;
  background-color: #ee1616;
  text-align: center;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-label {
    padding: 4px 20px;
  }
}
.c-icon--freedial:before {
  content: "";
  background: url("../img/icon/tel.png") no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: 100%;
  margin-right: 8px;
}

.c-icon--new_tab:after {
  content: "";
  background: url("../img/icon/new_tab.svg") no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 8px;
}

.is-active .c-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: hidden;
}

.c-wide {
  min-height: 520px;
  margin-bottom: 140px;
  background: #fff;
  position: relative;
}

.c-wide__image {
  position: absolute;
  right: -15px;
  width: 50vw;
  min-height: 520px;
  height: 100%;
}

.c-wide__text {
  width: 50%;
  padding: 45px 50px;
}

.c-wide--reverse .c-wide__image {
  right: auto;
  left: -15px;
}
.c-wide--reverse .c-wide__text {
  margin-left: auto;
}

@media screen and (min-width: 1100px) {
  .c-wide__image {
    right: calc((100vw - 1100px) / -2);
  }
  .c-wide--reverse .c-wide__image {
    right: auto;
    left: calc((100vw - 1100px) / -2);
  }
}
@media screen and (max-width: 768px) {
  .c-wide {
    min-height: auto;
    margin-bottom: 60px;
  }
  .c-wide__image {
    position: relative;
    right: auto;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .c-wide__text {
    width: 100%;
  }
}
.c-textWrap {
  text-align: center;
}
.c-textWrap p {
  display: inline-block;
  text-align: left;
}

.p-table {
  border-collapse: collapse;
  width: 100%;
}
.p-table tr {
  border-bottom: 1px solid rgba(238, 22, 22, 0.4);
}
.p-table tr:last-child {
  border-bottom: 0;
}
.p-table th, .p-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-pagination {
  text-align: center;
}

.p-pagination .page-numbers {
  font-weight: 600;
  background: #ee1616;
  color: #fff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.p-pagination .page-numbers.current {
  background: #4d4d4d;
  color: #fff;
}
.p-pagination .page-numbers.dots {
  background: #fff;
  color: #000;
}

.p-pagination .prev,
.p-pagination .next {
  display: inline-block;
  padding: 6px 0.8em;
}
.p-pagination .prev img,
.p-pagination .next img {
  height: 1em;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.p-contact {
  padding: 2em 4em;
  font-size: 18px;
  border-radius: 16px;
  /*デフォルトのスタイルを無効化する*/
}
.p-contact table {
  width: 100%;
}
.p-contact th {
  padding-top: 0.8em;
  width: 36%;
}
.p-contact input,
.p-contact textarea {
  width: 100%;
}
.p-contact input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}
.p-contact .box {
  padding: 0.7em;
  height: 200px;
  overflow-y: auto;
  border: 1px solid rgba(238, 22, 22, 0.4);
}
.p-contact .c-button {
  width: 220px;
  display: block;
  max-width: 100%;
}
.p-contact .wpcf7-list-item {
  margin: 0;
}
.p-contact .wpcf7-not-valid-tip {
  color: #ee1616;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #ee1616;
}
.p-contact span.wpcf7-spinner {
  display: none;
}
.p-contact input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.p-contact__item {
  margin: 30px 0;
}
.p-contact__item h4:after {
  content: "任意";
  font-size: 10px;
  vertical-align: middle;
  padding: 0.2em 0.6em;
  background: #888;
  color: #fff;
  border-radius: 200px;
  margin-bottom: 0.4em;
}
.p-contact__item.is-require h4:after {
  content: "必須";
  background: #ee1616;
}

.p-contact__tips {
  color: #fff;
  padding: 2em 0 0;
}

@media screen and (max-width: 768px) {
  .p-contact th,
  .p-contact td {
    display: block;
    width: 100%;
  }
  .p-contact input,
  .p-contact textarea {
    margin-bottom: 10px;
  }
  .p-contact {
    font-size: 16px;
    padding: 2em 1em;
    /*デフォルトのスタイルを無効化する*/
  }
  .p-contact table {
    width: 100%;
  }
  .p-contact th {
    padding-top: 0.8em;
    width: 36%;
  }
  .p-contact input,
  .p-contact textarea {
    width: 100%;
  }
  .p-contact input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 0.5em;
  }
  .p-contact .box {
    padding: 0.7em;
    height: 200px;
    overflow-y: auto;
    border: 1px solid rgba(238, 22, 22, 0.4);
  }
  .p-contact .c-button {
    width: 220px;
    display: block;
    max-width: 100%;
  }
  .p-contact .wpcf7-list-item {
    margin: 0;
  }
  .p-contact .wpcf7-not-valid-tip {
    color: #ee1616;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .p-contact .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ee1616;
  }
  .p-contact span.wpcf7-spinner {
    display: none;
  }
  .p-contact input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .p-contact__item {
    margin: 30px 0;
  }
  .p-contact__item h4:after {
    content: "任意";
    font-size: 10px;
    vertical-align: middle;
    padding: 0.2em 0.6em;
    background: #888;
    color: #fff;
    border-radius: 200px;
    margin-bottom: 0.4em;
  }
  .p-contact__item.is-require h4:after {
    content: "必須";
    background: #ee1616;
  }
  .p-contact__tips {
    color: #fff;
    padding: 2em 0 0;
  }
}
.loadingWrap {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1999;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #ee1616;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ee1616;
}

.pace.pace-inactive {
  display: none;
}

.p-card ol {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.p-card__label {
  background-color: #d7000f;
  padding: 0.5em 0;
  position: relative;
}
.p-card__label h2 {
  color: #ffec45;
  text-align: center;
}
.p-card__label::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 46%;
  width: 0;
  height: 0;
  border-top: 30px solid #d7000f;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.p-card__contents {
  background-color: #fff;
  padding: 26px 58px 40px;
}
.p-card__contents .p-card__textWrap {
  padding: 1em 0;
}
.p-card__contents h3 {
  text-align: center;
  border-bottom: 1px solid #acacac;
  padding-top: 1em;
  margin-bottom: 1em;
}
.p-card__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card__flexWrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-card__flexWrap--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.p-card .p-card__worry {
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em 0.5em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-card .p-card__worry--black {
  background-color: #1A1A1A;
}
.p-card .p-card__worry--red {
  background-color: #d7000f;
}
.p-card .p-card__worry-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 15px solid #e67a81;
  border-bottom: 0;
  margin-bottom: 0.5em;
}
.p-card .p-card__about-img {
  -webkit-box-flex: 36.2%;
      -ms-flex: 36.2%;
          flex: 36.2%;
}
.p-card .p-card__api-img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
}
.p-card .p-card__system-img {
  width: 402px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
}
.p-card .p-card__csv-img {
  width: 398px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
}
.p-card .p-card__auto-img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 40px;
}
.p-card .p-card__step-wrap {
  -webkit-box-flex: 63.8%;
      -ms-flex: 63.8%;
          flex: 63.8%;
}
.p-card .p-card__step-wrap .p-card__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card .p-card__step-wrap .p-card__step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.8;
  padding-block: 0.2em;
}
.p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--left {
  padding-left: 0;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  margin: 0 auto;
  border-right: 3px solid #000;
}
.p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--left p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 1em;
}
.p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--right {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding-left: 0.5em;
  font-weight: bold;
  font-size: 14px;
}
.p-card .p-card__step-wrap .p-card__step--red .p-card__step-item--left {
  padding-left: 0;
  -webkit-box-flex: 65%;
      -ms-flex: 65%;
          flex: 65%;
  margin: 0 auto;
  border-right: 3px solid #d7000f;
  padding: 0.2em 0;
}
.p-card .p-card__step-wrap .p-card__step--red .p-card__step-item--right {
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding-left: 0.5em;
  font-weight: bold;
  color: #d7000f;
  font-size: 14px;
}

.p-card--example ol {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.p-card--example .p-card__label--example {
  background-color: #d7000f;
  padding: 0.5em 0;
  position: relative;
}
.p-card--example .p-card__label--example h2 {
  color: #fff;
  text-align: center;
}
.p-card--example .p-card__label--example::before {
  content: "";
  position: absolute;
  background-image: url("../img/cloud.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  max-width: 211px;
  width: 14.42vw;
  height: 11.62vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-card--example .p-card__contents {
  background-color: #fff;
  padding: 26px 4.2em 40px;
}
.p-card--example .p-card__contents .p-card__textWrap {
  padding: 1em 0;
}
.p-card--example .p-card__contents h3 {
  text-align: center;
  border-bottom: 1px solid #acacac;
  padding-top: 1em;
  margin-bottom: 1em;
}
.p-card--example .p-card__contents ol li {
  letter-spacing: -0.4px;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-card ol {
    margin: 0;
    padding: 0;
    padding-left: 1em;
  }
  .p-card__label {
    background-color: #d7000f;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
  }
  .p-card__label h2 {
    display: inline-block;
    color: #ffec45;
    text-align: left;
  }
  .p-card__label::before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 45%;
    width: 0;
    height: 0;
    border-top: 20px solid #d7000f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .p-card__contents {
    background-color: #fff;
    padding: 26px 1em 40px;
  }
  .p-card__contents .p-card__textWrap {
    padding: 1em 0;
  }
  .p-card__contents h3 {
    text-align: center;
    border-bottom: 1px solid #acacac;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .p-card__flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-card__flexWrap--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-card__flexWrap--between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .p-card .p-card__worry {
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    margin: 0 0.5em 0.5em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-card .p-card__worry--black {
    background-color: #1A1A1A;
  }
  .p-card .p-card__worry--red {
    background-color: #d7000f;
  }
  .p-card .p-card__worry-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #e67a81;
    border-bottom: 0;
    margin-bottom: 0.5em;
  }
  .p-card .p-card__about-img {
    width: 64.36vw;
  }
  .p-card .p-card__step-wrap .p-card__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-card .p-card__step-wrap .p-card__step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.8;
    letter-spacing: -0.5px;
    font-size: 14px;
    padding-block: 0.5em;
  }
  .p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--left {
    padding-left: 0;
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    margin: 0 auto;
    border-right: 3px solid #000;
  }
  .p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--left p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 1em 0;
  }
  .p-card .p-card__step-wrap .p-card__step--black .p-card__step-item--right {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    padding-left: 0.5em;
    font-weight: bold;
    font-size: 14px;
  }
  .p-card .p-card__step-wrap .p-card__step--red .p-card__step-item--left {
    padding-left: 0;
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    margin: 0 auto;
    border-right: 3px solid #d7000f;
    padding: 0.2em 0;
    padding-block: 1em;
  }
  .p-card .p-card__step-wrap .p-card__step--red .p-card__step-item--right {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    padding-left: 0.5em;
    font-weight: bold;
    color: #d7000f;
    font-size: 14px;
  }
  .p-card--example ol {
    margin: 0;
    padding: 0;
    padding-left: 1em;
  }
  .p-card--example .p-card__label--example {
    background-color: #d7000f;
    padding: 0.5em 0;
    position: relative;
  }
  .p-card--example .p-card__label--example h2 {
    color: #fff;
    text-align: center;
  }
  .p-card--example .p-card__label--example::before {
    content: "";
    position: absolute;
    background-image: url("../img/cloud.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    max-width: 211px;
    width: 14.42vw;
    height: 11.62vw;
    -webkit-transform: translateY(-30%) scale(1.3);
        -ms-transform: translateY(-30%) scale(1.3);
            transform: translateY(-30%) scale(1.3);
  }
  .p-card--example .p-card__contents {
    background-color: #fff;
    padding: 26px 1em 40px;
  }
  .p-card--example .p-card__contents .p-card__textWrap {
    padding: 1em 0;
  }
  .p-card--example .p-card__contents h3 {
    text-align: center;
    border-bottom: 1px solid #acacac;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .p-card--example .p-card__contents ol {
    padding-left: 1.5em;
  }
  .p-card--example .p-card__contents ol li {
    letter-spacing: -0.4px;
    line-height: 1.8;
    padding-block: 10px;
    text-indent: -1em;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-home h1 {
  border-top: 6px double #898989;
  border-bottom: 6px double #898989;
  padding: 0.2em 0;
  text-align: center;
  letter-spacing: 0;
}
.p-home__about {
  margin-bottom: 20px;
}
.p-home__about--img {
  width: 251px;
  max-width: 100%;
}
.p-home__about ul {
  padding-left: 36px;
}
.p-home__about li {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.p-home__about li:last-child {
  margin-bottom: 0;
}
.p-home__about li:before {
  content: "";
  background: url("../img/icon_check.svg") no-repeat center center;
  position: absolute;
  left: -30px;
  top: 0.4em;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.p-home__about h3 {
  text-align: center;
  color: #fff;
  background: black;
  padding: 0.2em;
  font-size: 24px;
  margin-top: 30px;
}
.p-home__menu .u-flex {
  gap: 60px 20px;
}
.p-home__menu .c-block {
  margin: 0 15px;
}
.p-home__menu h4 {
  background: #d7000f;
  border-radius: 200px;
  color: #fff;
  padding: 0.2em 0;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.p-home__menu .image {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.p-home__menu ul {
  padding-left: 36px;
}
.p-home__menu li {
  margin-bottom: 0.6em;
}
.p-home__menu li h5 {
  font-size: 18px;
  font-weight: 700;
}
.p-home__menu li:last-child {
  margin-bottom: 0;
}
.p-home__menu li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: #d7000f;
  border-radius: 200px;
}
.p-home .p-home__tips {
  font-weight: bold;
  font-size: 20px;
}
.p-home .p-home__introduction {
  font-weight: bold;
  font-size: 18px;
}
.p-home .c-button--white {
  margin: auto;
}

.p-home__menu__label {
  background-color: #d7000f;
  padding: 0.5em 1em;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 40px;
}
.p-home__menu__label h2 {
  font-size: clamp(2.5rem, 2.8vw, 5.4rem);
}
.p-home__menu__label p {
  font-size: 20px;
}
.p-home__menu__label::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 46%;
  width: 0;
  height: 0;
  border-top: 30px solid #d7000f;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.p-home__menu__label::after {
  content: "";
  position: absolute;
  background: url("../img/menu_deco.png") no-repeat center center;
  width: 140px;
  height: 180px;
  background-size: contain;
  left: 20px;
  top: -123px;
}

.p-home__logo {
  width: 8.27vw;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-home__works {
  background-color: #F7F5EF;
  position: relative;
  margin-top: 11vw;
  margin-bottom: 16vw;
}
.p-home__works::before {
  content: "";
  position: absolute;
  background: url("../img/works_top.svg") no-repeat center bottom;
  background-size: contain;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 11vw;
  top: -11vw;
}
.p-home__works::after {
  content: "";
  position: absolute;
  background: url("../img/works_bottom.svg") no-repeat center top;
  background-size: contain;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 16vw;
  bottom: -16vw;
}
.p-home__works h1::after {
  content: "";
  position: absolute;
  background: url("../img/works_deco.png") no-repeat center center;
  width: 170px;
  height: 200px;
  background-size: contain;
  right: -21px;
  top: -163px;
}
.p-home__works .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 2em;
  margin-top: 30px;
}
.p-home__works .item h4 {
  display: inline-block;
  background: #d7000f;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 200px;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-home__works .item h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.p-home__works .item__text {
  width: 45%;
}
.p-home__works .item__image {
  width: 50%;
}
.p-home__works dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-home__works dt {
  margin-right: 1em;
  background: #d7000f;
  padding: 0.2em 0.4em;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 3em;
  min-width: 3em;
  text-align: center;
}
.p-home__works dd {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.p-home__flow h1 {
  margin-bottom: 60px;
}
.p-home__flow h1::after {
  content: "";
  position: absolute;
  background: url("../img/flow_deco.png") no-repeat center center;
  width: 170px;
  height: 200px;
  background-size: contain;
  left: -11px;
  top: -103px;
}
.p-home__flow li {
  margin-top: 36px;
}
.p-home__flow h3 {
  background: #eaeaea;
  font-size: 22px;
  border-radius: 200px;
}
.p-home__flow h3 span {
  background: #d7000f;
  width: 2em;
  display: inline-block;
  height: 2em;
  color: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 200px;
  margin-right: 18px;
  line-height: 2em;
  vertical-align: middle;
}
.p-home__flow p {
  margin-top: 16px;
  padding-left: 5.5em;
}

.p-home__voice {
  background-color: #1A1A1A;
  color: #fff;
  padding-bottom: 40px;
}
.p-home__voice a {
  color: #fff;
}
.p-home__voice-label {
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.p-home__voice-text {
  padding: 1em;
  display: inline-block;
  text-align: left;
}
.p-home__voice .p-home__voice-illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}
.p-home__voice .p-home__voice-illust--left {
  width: 160px;
  max-width: 100%;
}
.p-home__voice .p-home__voice-illust--left p {
  font-size: 14px;
  text-align: center;
}
.p-home__voice .p-home__voice-illust--right {
  width: 160px;
  max-width: 100%;
}
.p-home__voice .p-home__voice-illust--right p {
  font-size: 14px;
  margin-left: auto;
  text-align: center;
}

.p-home__about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home__about-img img {
  width: 251px;
  max-width: 100%;
}

.p-card__cloud--left {
  -webkit-box-flex: 66%;
      -ms-flex: 66%;
          flex: 66%;
}

.p-card__cloud--right {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}

@media screen and (max-width: 768px) {
  .p-home__img--left {
    width: 81.79vw;
    margin-top: 12vw;
  }
  .p-home h1 {
    border-top: 6px double #898989;
    border-bottom: 6px double #898989;
    padding: 0.5em 0;
    text-align: center;
    font-size: 20px;
  }
  .p-home__about li {
    font-size: 16px;
  }
  .p-home__about h3 {
    font-size: 16px;
  }
  .p-home__menu__label {
    margin-top: 190px;
  }
  .p-home__menu__label:after {
    left: -10px;
    top: -163px;
  }
  .p-home__menu__label:before {
    left: 41%;
  }
  .p-home__menu .c-block {
    padding: 1em;
  }
  .p-home__works h1:after {
    width: 116px;
    height: 120px;
    background-size: contain;
    right: 7px;
    top: -103px;
  }
  .p-home__works .item {
    display: block;
  }
  .p-home__works .item__image,
  .p-home__works .item__text {
    width: 100%;
  }
  .p-home__flow h1:after {
    width: 110px;
    height: 140px;
    background-size: contain;
    left: 9px;
    top: -123px;
  }
  .p-home__flow h3 {
    font-size: 16px;
    padding: 8px 20px;
  }
  .p-home__flow h3 span {
    font-size: 22px;
    margin-right: 8px;
  }
  .p-home__flow p {
    padding-left: 20px;
  }
  .p-home__logo {
    width: 8.27vw;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-home__voice {
    background-color: #1A1A1A;
    color: #fff;
    padding-bottom: 40px;
  }
  .p-home__voice a {
    color: #fff;
  }
  .p-home__voice-label {
    padding: 1em;
    text-align: center;
    font-weight: bold;
  }
  .p-home__voice-text {
    padding: 1em;
    display: inline-block;
    text-align: left;
  }
  .p-home__voice .p-home__voice-illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em 0;
  }
  .p-home__voice .p-home__voice-illust--left {
    width: 150px;
    max-width: 100%;
  }
  .p-home__voice .p-home__voice-illust--left p {
    font-size: 12px;
    text-align: center;
    letter-spacing: -1px;
  }
  .p-home__voice .p-home__voice-illust--right {
    width: 150px;
    max-width: 100%;
  }
  .p-home__voice .p-home__voice-illust--right p {
    font-size: 12px;
    text-align: center;
    letter-spacing: -1px;
  }
  .p-home__about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home__about-img img {
    width: 251px;
    max-width: 100%;
  }
  .p-card__cloud--left {
    -webkit-box-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
  }
  .p-card__cloud--right {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }
}
.p-footer {
  padding-top: 60px;
}
.p-footer .c-button--white {
  margin: auto;
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(2px 2px 6px #acacac);
          filter: drop-shadow(2px 2px 6px #acacac);
}

.p-footer__copyright {
  margin-top: 30px;
  background-color: #d7000f;
}

.p-page__head {
  height: 12vw;
  background: no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
  letter-spacing: 0.16em;
}
.p-page__head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.p-page__head > div {
  z-index: 2;
}

.p-page--corporate__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-page--corporate__history > table {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.p-page--corporate__history > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-page--corporate__history .u-ofi {
  height: 132px;
  margin-bottom: 14px;
}

.p-page--other__seapa_logo {
  width: 140px;
  display: inline;
  margin: 0;
}

.p-page--other__taiheiyo-cement_logo {
  width: 200px;
  display: inline;
  margin: 0;
}

.p-page--contact__direct span {
  font-size: 26px;
  margin: 0.2em 0.5em;
  display: inline-block;
}
.p-page--contact__direct span:before {
  content: "";
  background: url("../img/icon/email.svg") no-repeat center;
  display: inline-block;
  width: 1em;
  height: 0.7em;
  vertical-align: baseline;
  margin-right: 0.3em;
}
.p-page--contact__direct span.tel:before {
  background-image: url("../img/icon/tel.svg");
}
.p-page--contact__direct span.fax:before {
  background-image: url("../img/icon/fax.svg");
}

@media screen and (max-width: 768px) {
  .p-page__head {
    height: 24vw;
  }
  .p-page--corporate__history {
    display: block;
  }
}
.p-nav__open {
  position: absolute;
  top: 0;
  right: 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 6;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  padding: 10px;
}
.p-nav__open span {
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 20px);
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.p-nav__open span:nth-child(1) {
  top: 15px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.p-nav__open span:nth-child(2) {
  top: 28px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.p-nav__open span:nth-child(3) {
  top: 41px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.is-open .p-nav__open span:nth-child(1) {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 18px;
  left: 15px;
}
.is-open .p-nav__open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.is-open .p-nav__open span:nth-child(3) {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 41px;
  left: 15px;
}

.c-block {
  padding: 2em 2.5em;
  background-color: #F7F5EF;
  border-radius: 6px;
}

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.4em;
}
fieldset p {
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
}
legend.required:after {
  content: "*";
  color: #d7000f;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
}
[type=checkbox]:not(:checked) + label,
[type=checkbox]:not(:checked) + span,
[type=checkbox]:checked + label,
[type=checkbox]:checked + span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: 0;
  margin: 0.5em 0;
  margin-right: 14px;
}
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:not(:checked) + span:before,
[type=checkbox]:checked + label:before,
[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.3em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  background: #fff;
}
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + span:after,
[type=checkbox]:checked + label:after,
[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  width: 0.3em;
  height: 0.6em;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:checked + span:after {
  opacity: 1;
}

[type=checkbox]:disabled + label,
[type=checkbox]:disabled + span {
  opacity: 0.4;
}

.u-textIndent {
  text-indent: -1em;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 768px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin: 0 auto;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-m0 {
  margin: 0;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb320 {
  margin-bottom: 320px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mtb1em {
  margin-block: 1em;
}

@media screen and (max-width: 768px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb160--sp {
    margin-bottom: 160px;
  }
  .u-mb240--sp {
    margin-bottom: 240px;
  }
  .u-mr0--sp {
    margin-right: 0px;
  }
  .u-mt60--sp {
    margin-top: 60px;
  }
}
.u-pr40 {
  padding-right: 40px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pl2em {
  padding-left: 2em;
}

.u-ptb1em {
  padding-block: 1em;
}

@media screen and (max-width: 768px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px;
  }
  .u-pl160.u-pl160--sp0 {
    padding-left: 0px;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 10px;
  font-size: 1rem;
}

.u-font11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-font23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.u-font27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.u-font30 {
  font-size: 30px;
  font-size: 3rem;
}

.u-font35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.u-font38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.u-fontBold {
  font-weight: 600;
}

.u-fontNormal {
  font-weight: 300;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Inter", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.u-fontNumber {
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .u-font26--sp {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .u-font20--sp {
    font-size: 20px;
    font-size: 2rem;
  }
  .u-font18--sp {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-font16--sp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .u-font14--sp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u-font12--sp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.u-boxShadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-noDeco {
  text-decoration: none;
}

.u-relative {
  position: relative;
}

.u-bgGray {
  background-color: rgba(238, 22, 22, 0.02);
}

.u-bgWhite {
  background-color: #fff;
}

.u-bg--gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(241, 240, 234)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(241, 240, 234) 100%);
}

.u-bg--dark-gray {
  background-color: #4D4D4D;
}

.u-colorTheme {
  color: #ee1616;
}

.u-colorWhite {
  color: #fff;
}

.u-colorText {
  color: #000;
}

.u-colorLight {
  color: rgba(238, 22, 22, 0.3);
}

.u-colorBlue {
  color: #0a5ca4;
}

.u-colorRed {
  color: #d7000f;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-flex-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.u-flex-order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.u-flex-order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.u-flex-order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.u-flex-order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid rgba(238, 22, 22, 0.4);
}

.u-width--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.u-br--pc {
  display: inline;
}

.u-br--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-br--pc {
    display: none;
  }
  .u-br--sp {
    display: inline;
  }
}