@charset "UTF-8";
/*! destyle.css v1.0.15 | 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * 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,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  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%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 46.875%;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* ヘッダーがfixedで浮いているため */
  padding-top: var(--headerHeight);
  overflow-y: hidden;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

*,
*::before,
*::after {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #4b4b4b;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

a {
  font-size: inherit;
  line-height: inherit;
  display: block;
}

a:hover {
  opacity: 0.6;
  cursor: pointer;
}

li {
  list-style: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  height: 10rem;
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: auto;
}
.l-header__logo {
  width: 10rem;
  display: block;
}

#wpadminbar {
  position: fixed !important;
  top: initial !important;
  bottom: 0 !important;
  display: none;
}

#wpadminbar .show-template-name, #wpadminbar .hover .show-template-name {
  color: #fff;
}

@keyframes spin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loaded {
  opacity: 0;
  display: none !important;
}

.l-content {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .l-content {
    width: 92%;
  }
}
.l-content--lgl {
  width: 1110px;
  margin: auto;
}
@media screen and (max-width: 1110px) {
  .l-content--lgl {
    width: 92%;
  }
}
.l-content--ratio {
  width: 92%;
  margin: auto;
}

.l-footer {
  background: #595857;
}
.l-footer__copyright {
  color: #ffffff;
  text-align: center;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hamburger {
  width: 100vw;
  height: calc(100vh - var(--headerHeight));
  position: absolute;
  top: var(--headerHeight);
  left: 0;
  overflow: hidden;
  display: none;
}
.p-hamburger__nav {
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  padding-top: 15rem;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-hamburger__nav__list {
  width: 80%;
  margin: auto;
}
.p-hamburger__nav__link {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
.p-hamburger__nav__item {
  border-bottom: solid 1px #e4e4e4;
  height: 8rem;
  display: flex;
  align-items: center;
  padding-left: 5rem;
  color: #fff;
  position: relative;
}
.p-hamburger__nav__item::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  border: solid 0.3rem #ffffff;
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}
.p-hamburger__button {
  width: 50px;
  position: relative;
}
.p-hamburger__button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.p-hamburger__button__line {
  display: block;
  width: 100%;
  height: 3px;
  background: gray;
}
.p-hamburger__button__line:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 25%;
}
.p-hamburger__button__line:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 50%;
}
.p-hamburger__button__line:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: 75%;
}

.open .p-hamburger__button__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.open .p-hamburger__button__line:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}
.open .p-hamburger__button__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}

.show {
  display: block;
}

.navOpen {
  transform: translateX(0);
  transition-property: all;
  transition-duration: 0.8s;
}

.p-top__mv {
  width: 100%;
  height: calc(var(--windowHeight) - var(--headerHeight));
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .p-top__mv {
    height: auto;
  }
}
.p-top__mv__video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .p-top__mv__video {
    position: initial;
    transform: initial;
  }
}
.p-top__mv__inner {
  width: 100%;
  height: 100% !important;
  position: relative;
  z-index: 1;
}
.p-top__mv__txtWrap {
  position: absolute;
  z-index: 9;
  color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
@media screen and (max-width: 520px) {
  .p-top__mv__txtWrap {
    height: 15rem;
  }
}
.p-top__mv__txt {
  font-size: 3.6rem;
  color: #000;
  position: absolute;
  z-index: 99;
  font-weight: bold;
  font-style: italic;
  padding-left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-top__mv__txt {
    font-size: 2rem;
  }
}
.p-top__ttl--feature {
  margin: auto;
  width: 100%;
}
.p-top__worries__content {
  display: flex;
  padding: 9.8rem;
}
@media screen and (max-width: 768px) {
  .p-top__worries__content {
    flex-direction: column;
    row-gap: 10rem;
    padding: 0;
    margin-bottom: 5rem;
  }
}
.p-top__worries__buttonWrap {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__worries__buttonWrap {
    margin-bottom: 15rem;
  }
}
.p-top__worries__ttl {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top__worries__ttl {
    margin-bottom: 4rem;
  }
}
.p-top__worries__listWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top__worries__listWrap {
    width: 100%;
  }
}
.p-top__worries__listItem {
  line-height: 3;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 13%;
  position: relative;
}
.p-top__worries__listItem:before {
  display: block;
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url(../dist/img/top/check.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-top__worries__listTtl {
  color: white;
  background-color: #ae312d;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 3%;
  white-space: nowrap;
  font-size: 2.45rem;
}
@media screen and (max-width: 768px) {
  .p-top__worries__listTtl {
    width: 100%;
  }
}
.p-top__arrow {
  width: 25rem;
  margin: 0 auto 10rem;
}
.p-top__feature {
  margin-bottom: 20rem;
}
.p-top__feature__ttl {
  width: 100%;
  margin-bottom: 10rem;
}
.p-top__feature__listTtl {
  color: #000000;
  width: 45rem;
  height: 14rem;
  background: url(../dist/img/top/point01.png);
  background-size: cover;
  z-index: 1;
  padding-top: 11%;
  padding-left: 33%;
  font-size: 3.6rem;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  margin-bottom: 5rem;
}
@media screen and (max-width: 520px) {
  .p-top__feature__listTtl {
    padding-top: 7rem;
    padding-left: 15rem;
    white-space: initial;
    width: initial;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 300px) {
  .p-top__feature__listTtl {
    padding-top: 5rem;
    padding-left: 15rem;
    white-space: initial;
    margin-bottom: 10rem;
  }
}
.p-top__feature__listTxtWrap {
  width: 48.6486486486%;
}
@media screen and (max-width: 1200px) {
  .p-top__feature__listTxtWrap {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.p-top__feature__listTxt {
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-top__feature__listTxt {
    width: 100%;
  }
}
.p-top__feature__listImgWrap {
  width: 45.045045045%;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 1200px) {
  .p-top__feature__listImgWrap {
    width: 100%;
  }
}
.p-top__feature__listImgWrap img {
  height: 100%;
}
.p-top__feature__listArticle {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-top__feature__listArticle {
    flex-direction: column;
  }
}
.p-top__feature__listItem {
  margin-bottom: 10rem;
}
.p-top__feature__listItem:nth-of-type(2n) .p-top__feature__listArticle {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .p-top__feature__listItem:nth-of-type(2n) .p-top__feature__listArticle {
    flex-direction: column;
  }
}
.p-top__feature__listItem:nth-of-type(2) .p-top__feature__listArticle .p-top__feature__listTtl {
  background: url(../dist/img/top/point02.png);
  background-size: cover;
}
.p-top__feature__listItem:nth-of-type(3) .p-top__feature__listArticle .p-top__feature__listTtl {
  background: url(../dist/img/top/point03.png);
  background-size: cover;
}
.p-top__feature__listItem:nth-of-type(4) .p-top__feature__listArticle .p-top__feature__listTtl {
  background: url(../dist/img/top/point04.png);
  background-size: cover;
}
.p-top__feature__listItem:nth-of-type(5) .p-top__feature__listArticle .p-top__feature__listTtl {
  background: url(../dist/img/top/point05.png);
  background-size: cover;
}
.p-top__size {
  background: #e4e4e4;
  padding: 10rem 4rem 3rem;
  margin-bottom: 20rem;
}
.p-top__size__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__size__list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.p-top__size__listTtl {
  width: 67.2072072072%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__size__listTtl {
    width: 100%;
  }
}
.p-top__size__listItem {
  background: #ffffff;
  width: 30.9009009009%;
  padding: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-top__size__listItem {
    width: 100%;
  }
}
.p-top__size__listItemTtl {
  font-size: 2.8rem;
  text-align: center;
}
.p-top__size__listItemTtlJp {
  color: #868e96;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.p-top__size__listDl {
  display: grid;
  grid-template-columns: auto 1fr; /* 左側がdt、右側がdd */
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 70%;
  margin: auto;
}
.p-top__size__listItemFigure {
  width: 100%;
}
.p-top__size__listImgWrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.p-top__qa {
  margin-bottom: 20rem;
}
.p-top__qa__ttl, .p-top__way__ttl, .p-top__company__ttl {
  width: 67.2072072072%;
  margin: 0 auto 5rem;
  border: solid 2px #000000;
  font-size: 4rem;
  text-align: center;
  padding: 3rem;
  line-height: 1 !important;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__qa__ttl, .p-top__way__ttl, .p-top__company__ttl {
    width: 100%;
  }
}
.p-top__qa__ttl:before, .p-top__way__ttl:before, .p-top__company__ttl:before {
  display: block;
  content: "";
  width: 60%;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  background: #d32d25;
  transform: translateX(-50%);
}
.p-top__qa__list {
  width: 70%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__qa__list {
    width: 100%;
  }
}
.p-top__qa__listTtl {
  padding-left: 10%;
  line-height: 3;
  font-size: 2rem;
  border-bottom: solid 1px #ffffff;
  background: #fff134;
  color: #4b4b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  position: relative;
}
.p-top__qa__arrow {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  border-right: solid 0.5rem #4b4b4b;
  border-bottom: solid 0.5rem #4b4b4b;
  transform: translateY(-75%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  transition: 0.5s;
}
.p-top__qa__answer {
  background: #e4e4e4;
  padding: 2rem 3rem;
  font-size: 1.8rem;
}
.p-top__qa__answerLink {
  display: block;
  color: red;
  text-decoration: underline;
}
.p-top__company {
  background: #e4e4e4;
  padding: 3rem 4rem 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top__company {
    flex-direction: column;
    row-gap: 5rem;
  }
}
.p-top__company__ttl {
  background: #ffffff;
}
.p-top__company__logoWrap {
  width: 70%;
}
.p-top__company__telTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5re;
}
.p-top__company__telLink {
  font-size: 3rem;
  font-weight: bold;
  background: #ae312d;
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  padding: 1rem 2rem;
  display: inline-block;
  margin-bottom: 3rem;
}
.p-top__company__info {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.p-top__company__wrap {
  width: 100%;
  aspect-ratio: 6/4;
}
.p-top__company__mapWrap {
  display: flex;
  width: 45%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__company__mapWrap {
    width: 100%;
  }
}
.p-top__company__leftWrap {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-top__company__leftWrap {
    width: 100%;
  }
}
.p-top__reason {
  margin-bottom: 20rem;
}
.p-top__reason__ttl {
  width: 100%;
  margin-bottom: 10rem;
}
.p-top__reason__listItem {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top__reason__listItem {
    margin-bottom: 7rem;
  }
}
.p-top__reason__listImgWrap {
  width: 48.6486486486%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-top__reason__listImgWrap {
    width: 100%;
  }
}
.p-top__reason__listImgWrap img {
  height: 100%;
}
.p-top__reason__listItemRight {
  width: 48.6486486486%;
}
@media screen and (max-width: 768px) {
  .p-top__reason__listItemRight {
    width: 100%;
  }
}
.p-top__reason__article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__reason__article {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.p-top__reason__listTtl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
}
.p-top__reason__listTtl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top__way {
  margin-bottom: 15rem;
}
.p-top__way__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.p-top__way__listItem {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-top__way__listItem {
    margin-bottom: 3rem;
  }
}
.p-top__way__listItemImgWrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-top__way__listItemImgWrap {
    margin-bottom: 1rem;
  }
}
.p-top__way__listItemNum {
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.5rem;
  padding-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .p-top__way__listItemNum {
    line-height: 1;
    margin-bottom: 13px;
  }
}
.p-top__way__listItemTtl {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .p-top__way__listItemTtl {
    margin-bottom: 3px;
    line-height: 1;
    padding-left: 1rem;
  }
}
.p-top__way__listItemTtlSub {
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .p-top__way__listItemTtlSub {
    padding-left: 1rem;
  }
}
.p-top__way__listItemTtlWrap {
  border-bottom: solid 1px #000000;
  margin-bottom: 5rem;
  display: inline-block;
  padding-right: 5rem;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .p-top__way__listItemTtlWrap {
    display: flex;
    flex-direction: column;
  }
}

.dotto {
  border-top: 1px solid #ccc;
}

/* 謎の余白を消す */
.cform_box p {
  display: none;
}

/* チェックボックス */
.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}

.mwform-checkbox-field {
  display: block;
  margin-left: 0 !important;
}

/* ボタンの上の余白 */
.btn_box {
  margin-top: 20px;
}

.ma10 {
  margin-top: 15%;
}

@media screen and (min-width: 1051px) {
  .contact_kv {
    width: 80%;
    margin: 3% auto;
    text-align: center;
  }
  .contact_top {
    margin: 5% auto 0 auto;
    background-color: #fff3cd;
    padding: 0.5%;
    width: 100%;
  }
  .contact_top p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    color: black;
  }
  .form_web {
    width: 60%;
    margin: auto;
  }
  .catalogContact_wrap {
    width: 60%;
    margin: 0 auto;
    padding: 5% 0 0 0;
  }
  .mw_wp_form_complete P {
    padding: 10%;
    font-size: 16px;
    color: #740106;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, #f8efe3 0, #f8efe3 3px, transparent 3px, transparent 6px);
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  プライバシーポリシー
  //////////////////////////////////////////////////////////// */
  .privacypolicy_wrap {
    width: 60%;
    margin: 15% auto 15% auto;
    color: #740106 !important;
  }
  .privacypolicy_wrap h1 {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 1.5;
    padding-bottom: 5%;
    font-weight: bold;
    border-bottom: solid 1px #740106;
  }
  .privacypolicy_wrap h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-top: 10%;
    font-weight: bold;
    padding-bottom: 3%;
  }
  .privacypolicy_wrap p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////// */
  .cform_wrap {
    padding-bottom: 80px;
    color: #740106;
    background-color: white;
  }
  .mw_wp_form_confirm .cform_wrap {
    /* background-color: #fff;
    background-image: repeating-linear-gradient(
      -45deg,
      #f8efe3 0,
      #f8efe3 3px,
      transparent 3px,
      transparent 6px
    ); */
  }
  .contact_w {
    padding: 100px 0 100px 0;
  }
  .contact_T_w {
    padding: 10px 0 50px 0;
  }
  .contact_T_w p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .tel_txt {
    color: dodgerblue;
    border-bottom: 1px solid dodgerblue;
  }
  /*ーーーーーーーーーーーーーーーー*/
  /*　　MW WP Formカスタマイズ　　*/
  /*ーーーーーーーーーーーーーーーー*/
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel],
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=select],
  .mw_wp_form textarea {
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
  }
  .mw_wp_form select {
    width: 100%;
    background-color: white;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 200%;
    border: solid 1px #d6d6d6;
    padding: 15px;
  }
  /*――――「表」デザイン――――*/
  .cform_box_left {
    font-size: 15px;
    padding: 20px 0px 10px 0;
    font-weight: bolder;
    font-size: 17px;
    letter-spacing: 1px;
  }
  .cform_box_right {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 10px 0 20px 0;
  }
  /*―――――表示―――――*/
  .cform {
    margin: 0 auto 0 auto;
  }
  .tbody {
    padding: 60px 100px !important;
  }
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=select],
  .cform input[type=url] {
    width: 100%;
    background-color: white;
    text-align: left;
  }
  /*――「送信ボタン」デザイン――*/
  .submit-btn input {
    width: 30%;
    background-color: #5e5e5e;
    border: 0;
    color: #ffffff;
    font-size: 1em;
    margin: 0 auto;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 2%;
  }
  .submit-btn {
    text-align: center;
    cursor: pointer;
  }
  .submit-btn input:hover {
    background-color: white;
    color: #5e5e5e;
    border: solid 1px #5e5e5e;
    cursor: pointer;
  }
  /*―――「必須」デザイン―――*/
  .required-srt {
    font-size: 1em;
    padding: 6px;
    color: white;
    background-color: rgb(203, 18, 18);
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
    font-weight: 500 !important;
    font-size: 13px;
  }
  /* ////////////////////////////////////////////////////////////
  メール問い合わせ追加
  //////////////////////////////////////////////////////////// */
  /* ////////////////////////////////////////////////////////////
  コンタクトフォーム
  //////////////////////////////////////////////////////////// */
  /*プライバシーのデザインcss↓*/
  .con_pri {
    width: 70%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .con_pri .box_pri {
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 20px 55px;
    text-align: left;
  }
  .con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
  }
  .con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
  }
  .con_pri .box_pri .box_num {
    margin-top: 30px;
  }
  .con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
  }
  .check {
    text-align: center;
  }
  .contact_finish {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1051px) and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
  .cform_box_left,
  .cform_box_right {
    width: 97%;
    border: 1px solid #999;
    padding: 0.5em 1em;
    display: block;
    border-top: none;
  }
}
/* ////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// */
@media only screen and (min-width: 599px) and (max-width: 1050px) {
  .contact_kv {
    width: 90%;
    margin: 3% auto;
    text-align: center;
  }
  .contact_top {
    margin: 5% auto 0 auto;
    background-color: #fff3cd;
    padding: 1%;
    width: 100%;
  }
  .contact_top p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    color: black;
  }
  .form_web {
    width: 80%;
    margin: auto;
  }
  .catalogContact_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 0 0;
  }
  .mw_wp_form_complete P {
    padding: 7%;
    font-size: 16px;
    color: #740106;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, #f8efe3 0, #f8efe3 3px, transparent 3px, transparent 6px);
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  プライバシーポリシー
  //////////////////////////////////////////////////////////// */
  .privacypolicy_wrap {
    width: 80%;
    margin: 10% auto 15% auto;
    color: #740106 !important;
  }
  .privacypolicy_wrap h1 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-bottom: 5%;
    font-weight: bold;
    border-bottom: solid 1px #740106;
  }
  .privacypolicy_wrap h2 {
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding-top: 10%;
    font-weight: bold;
    padding-bottom: 3%;
  }
  .privacypolicy_wrap p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////// */
  .mw_wp_form_confirm .cform_wrap {
    /* background-color: #fff;
    background-image: repeating-linear-gradient(
      -45deg,
      #f8efe3 0,
      #f8efe3 3px,
      transparent 3px,
      transparent 6px
    ); */
  }
  .cform_wrap {
    padding-bottom: 50px;
    color: #740106;
    background-color: white;
  }
  .contact_w {
    padding: 100px 0 100px 0;
  }
  .contact_T_w {
    padding: 10px 0 50px 0;
  }
  .contact_T_w p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .tel_txt {
    color: dodgerblue;
    border-bottom: 1px solid dodgerblue;
  }
  /*ーーーーーーーーーーーーーーーー*/
  /*　　MW WP Formカスタマイズ　　*/
  /*ーーーーーーーーーーーーーーーー*/
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel],
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=select],
  .mw_wp_form textarea {
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
  }
  .mw_wp_form select {
    width: 100%;
    background-color: white;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 200%;
    border: solid 1px #d6d6d6;
    padding: 15px;
  }
  /*――――「表」デザイン――――*/
  .cform_box_left {
    font-size: 15px;
    padding: 20px 0px 10px 0;
    font-weight: bolder;
    font-size: 17px;
    letter-spacing: 1px;
  }
  .cform_box_right {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 10px 0 20px 0;
  }
  /*―――――表示―――――*/
  .cform {
    margin: 0px auto 0 auto;
  }
  .tbody {
    padding: 10% 5% 0 5% !important;
  }
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=select],
  .cform input[type=url] {
    width: 100%;
    background-color: white;
    text-align: left;
  }
  /*――「送信ボタン」デザイン――*/
  .submit-btn input {
    width: 30%;
    background-color: #5e5e5e;
    border: 0;
    color: #ffffff;
    font-size: 1em;
    margin: 0 auto;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 3%;
  }
  .submit-btn {
    text-align: center;
    cursor: pointer;
  }
  .submit-btn input:hover {
    background-color: white;
    color: #5e5e5e;
    border: solid 1px #5e5e5e;
    cursor: pointer;
  }
  /*―――「必須」デザイン―――*/
  .required-srt {
    font-size: 1em;
    padding: 6px;
    color: white;
    background-color: rgb(203, 18, 18);
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
    font-weight: 500 !important;
    font-size: 13px;
  }
  /* ////////////////////////////////////////////////////////////
  メール問い合わせ追加
  //////////////////////////////////////////////////////////// */
  /* ////////////////////////////////////////////////////////////
  コンタクトフォーム
  //////////////////////////////////////////////////////////// */
  /*プライバシーのデザインcss↓*/
  .con_pri {
    width: 70%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .con_pri .box_pri {
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 20px 55px;
    text-align: left;
  }
  .con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
  }
  .con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
  }
  .con_pri .box_pri .box_num {
    margin-top: 30px;
  }
  .con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
  }
  .check {
    text-align: center;
  }
  .contact_finish {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 1050px) and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 1050px) and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
  .cform_box_left,
  .cform_box_right {
    width: 100%;
    padding: 0.5em 1em;
    display: block;
    border-top: none;
  }
}
/* ////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// */
@media screen and (max-width: 599px) {
  .contact_kv {
    width: 95%;
    margin: 3% auto;
    text-align: center;
  }
  .contact_top {
    margin: 5% auto 0 auto;
    background-color: #fff3cd;
    padding: 1%;
    width: 100%;
  }
  .contact_top p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    color: black;
  }
  .form_web {
    width: 95%;
    margin: auto;
  }
  .catalogContact_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 0 0;
  }
  .mw_wp_form_complete P {
    padding: 8% 5%;
    font-size: 16px;
    color: #740106;
    background-color: #fff;
    background-image: repeating-linear-gradient(-45deg, #f8efe3 0, #f8efe3 3px, transparent 3px, transparent 6px);
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  プライバシーポリシー
  //////////////////////////////////////////////////////////// */
  .privacypolicy_wrap {
    width: 90%;
    margin: 20% auto 15% auto;
    color: #740106 !important;
  }
  .privacypolicy_wrap h1 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-bottom: 5%;
    font-weight: bold;
    border-bottom: solid 1px #740106;
  }
  .privacypolicy_wrap h2 {
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding-top: 10%;
    font-weight: bold;
    padding-bottom: 3%;
  }
  .privacypolicy_wrap p {
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  /* ////////////////////////////////////////////////////////////
  ////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////// */
  .cform_wrap {
    padding-bottom: 10%;
    color: #740106;
    background-color: white;
  }
  .mw_wp_form_confirm .cform_wrap {
    /* background-color: #fff;
    background-image: repeating-linear-gradient(
      -45deg,
      #f8efe3 0,
      #f8efe3 3px,
      transparent 3px,
      transparent 6px
    ); */
  }
  .contact_w {
    padding: 100px 0 100px 0;
  }
  .contact_T_w {
    padding: 10px 0 50px 0;
  }
  .contact_T_w p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .tel_txt {
    color: dodgerblue;
    border-bottom: 1px solid dodgerblue;
  }
  /*ーーーーーーーーーーーーーーーー*/
  /*　　MW WP Formカスタマイズ　　*/
  /*ーーーーーーーーーーーーーーーー*/
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel],
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=select],
  .mw_wp_form textarea {
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
  }
  .mw_wp_form select {
    width: 100%;
    background-color: white;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 200%;
    border: solid 1px #d6d6d6;
    padding: 15px;
  }
  /*――――「表」デザイン――――*/
  .cform_box_left {
    font-size: 15px;
    padding: 20px 0px 10px 0;
    font-weight: bolder;
    font-size: 17px;
    letter-spacing: 1px;
  }
  .cform_box_right {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 10px 0 20px 0;
  }
  /*―――――表示―――――*/
  .cform {
    margin: 0px auto 0 auto;
  }
  .tbody {
    padding: 10% 0% 0 0 !important;
  }
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=select],
  .cform input[type=url] {
    width: 100%;
    background-color: white;
    text-align: left;
  }
  /*――「送信ボタン」デザイン――*/
  .submit-btn input {
    width: 90%;
    background-color: #5e5e5e;
    border: 0;
    color: #ffffff;
    font-size: 1em;
    margin: 0 auto;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 3%;
  }
  .submit-btn {
    text-align: center;
    cursor: pointer;
  }
  .submit-btn input:hover {
    background-color: white;
    color: #5e5e5e;
    border: solid 1px #5e5e5e;
    cursor: pointer;
  }
  /*―――「必須」デザイン―――*/
  .required-srt {
    font-size: 1em;
    padding: 6px;
    color: white;
    background-color: rgb(203, 18, 18);
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
    font-weight: 500 !important;
    font-size: 13px;
  }
  /* ////////////////////////////////////////////////////////////
  メール問い合わせ追加
  //////////////////////////////////////////////////////////// */
  /* ////////////////////////////////////////////////////////////
  コンタクトフォーム
  //////////////////////////////////////////////////////////// */
  /*プライバシーのデザインcss↓*/
  .con_pri {
    width: 70%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .con_pri .box_pri {
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 20px 55px;
    text-align: left;
  }
  .con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
  }
  .con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
  }
  .con_pri .box_pri .box_num {
    margin-top: 30px;
  }
  .con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
  }
  .check {
    text-align: center;
    width: 90%;
    font-size: 14px;
    color: gray;
    margin: 0 auto;
  }
  .contact_finish {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
@media only screen and (max-width: 599px) and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
  .cform_box_left,
  .cform_box_right {
    width: 100%;
    padding: 0.5em 1em;
    display: block;
    border-top: none;
  }
}
.c-navigation {
  display: flex;
  align-items: center;
}
.c-navigation__list {
  gap: 4.5rem;
  display: flex;
}
.c-navigation__list__link {
  font-weight: bold;
  font-size: 1.8rem;
}
.c-navigation__list__item {
  position: relative;
}
.c-navigation__list__item::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-75%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: -2rem;
}

.c-button--red {
  background: #ae312d;
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  max-width: 64rem;
  padding: 1rem 0.5rem;
  font-size: 5rem;
  height: 8.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-button--red::after {
  display: block;
  content: "";
  width: 3rem;
  height: 4rem;
  background: url(../dist/img/top/btn_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 9;
}

.u-font__bold {
  font-weight: bold;
  color: inherit;
  line-height: inherit;
}

@media screen and (min-width: 1401px) {
  .u-none__pc--xxl {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .u-none__pc--xl {
    display: none;
  }
}
@media screen and (min-width: 1026px) {
  .u-none__pc--lg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-none__pc--md {
    display: none;
  }
}
@media screen and (min-width: 521px) {
  .u-none__pc--sm {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .u-none__mobile--xxl {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .u-none__mobile--xl {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .u-none__mobile--lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-none__mobile--md {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .u-none__mobile--sm {
    display: none;
  }
}

@keyframes flow {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  1% {
    transform: translate(-50%, calc(-50% + 60px));
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes show {
  from {
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.u-current {
  background: orange;
}

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

.u-mb1 {
  margin-bottom: 0.1rem !important;
}

.u-mb2 {
  margin-bottom: 0.2rem !important;
}

.u-mb3 {
  margin-bottom: 0.3rem !important;
}

.u-mb4 {
  margin-bottom: 0.4rem !important;
}

.u-mb5 {
  margin-bottom: 0.5rem !important;
}

.u-mb6 {
  margin-bottom: 0.6rem !important;
}

.u-mb7 {
  margin-bottom: 0.7rem !important;
}

.u-mb8 {
  margin-bottom: 0.8rem !important;
}

.u-mb9 {
  margin-bottom: 0.9rem !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb12 {
  margin-bottom: 1.2rem !important;
}

.u-mb14 {
  margin-bottom: 1.4rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-mb16 {
  margin-bottom: 1.6rem !important;
}

.u-mb18 {
  margin-bottom: 1.8rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb22 {
  margin-bottom: 2.2rem !important;
}

.u-mb24 {
  margin-bottom: 2.4rem !important;
}

.u-mb25 {
  margin-bottom: 2.5rem !important;
}

.u-mb26 {
  margin-bottom: 2.6rem !important;
}

.u-mb28 {
  margin-bottom: 2.8rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb32 {
  margin-bottom: 3.2rem !important;
}

.u-mb35 {
  margin-bottom: 3.5rem !important;
}

.u-mb36 {
  margin-bottom: 3.6rem !important;
}

.u-mb38 {
  margin-bottom: 3.8rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb42 {
  margin-bottom: 4.2rem !important;
}

.u-mb45 {
  margin-bottom: 4.5rem !important;
}

.u-mb48 {
  margin-bottom: 4.8rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-mb150 {
  margin-bottom: 15rem !important;
}

.u-mb200 {
  margin-bottom: 20rem !important;
}

.u-ml10 {
  margin-left: 1rem;
}

.u-pt100 {
  padding-top: 100px;
}

.u-up {
  opacity: 0;
  transform: translateY(50px);
  animation-fill-mode: forwards;
  animation-duration: 2s; /* アニメーションの持続時間を0.5秒に設定 */
  animation-name: up; /* 使用するアニメーション名を指定 */
  animation-timing-function: ease-in-out; /* アニメーションのタイミング関数を指定 */
}

.u-opacity {
  opacity: 0;
}

.u-bold {
  font-weight: bold;
}

.u-txtCenter {
  text-align: center;
}

@keyframes up {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes width {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.u-width {
  animation-name: width;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

#u-loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.u-spinner {
  display: inline-block;
  width: 15rem;
  animation: spin 2s linear 1;
  text-align: center;
}

.u-center {
  display: block;
  text-align: center;
}

.u-flex {
  display: flex;
}

.u-rotate {
  transform: translateY(-25%) rotate(-135deg);
}/*# sourceMappingURL=style.css.map */