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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.p-contactBox {
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 120px;
}
@media screen and (max-width: 860px) {
  .p-contactBox {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.p-contactBox__inner {
  position: relative;
}
.p-contactBox__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 28px 30px;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 860px) {
  .p-contactBox__title {
    font-size: 18px;
  }
}
.p-contactBox__breadcrumb {
  padding: 16px 30px;
}
.p-contactBox__wapper {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .p-contactBox__wapper {
    padding: 0;
  }
}
.p-contactBox__wapper_mt {
  margin-top: 50px;
}
.p-contactBox__subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 58px;
}
@media screen and (max-width: 860px) {
  .p-contactBox__subtitle {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 48px;
    margin-bottom: 39px;
  }
}

.p-contactBox-item {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-item {
    padding: 0 20px;
  }
}
.p-contactBox-item__inner {
  background-color: #F0F0F0;
  padding: 33px 20px 31px 20px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-item__inner {
    padding: 40px 10px 38px 10px;
  }
}
.p-contactBox-item__title {
  width: 200px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 5px 8px 5px;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 26px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-item__title {
    width: 175px;
    font-size: 13px;
    margin-bottom: 17px;
  }
}
.p-contactBox-item__tel {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 860px) {
  .p-contactBox-item__tel {
    font-size: 19px;
  }
}
.p-contactBox-item__tel span {
  font-size: 38px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-item__tel span {
    font-size: 28px;
  }
}

.p-contactBox-content {
  width: 100%;
  padding: 60px 20px;
  border: 1px solid #000000;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content {
    border: none;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    padding: 42px 20px 60px 20px;
  }
}
.p-contactBox-content__inner {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.p-contactBox-content__title {
  width: 200px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 0px 8px 0px;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 31px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content__title {
    width: 175px;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.p-contactBox-content__title_wid {
  width: 240px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content__title_wid {
    width: 210px;
  }
}
.p-contactBox-content__lists {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content__lists {
    margin-bottom: 32px;
  }
}
.p-contactBox-content__list {
  text-align: left;
  list-style: square;
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.867;
}
.p-contactBox-content__list span {
  color: #ffffff;
  background-color: #E60012;
  padding: 3px 7px 2px 7px;
  margin-right: 5px;
}
.p-contactBox-content__text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content__text {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.p-contactBox-content__text_mt {
  margin-top: 10px;
}
.p-contactBox-content__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-content__progress {
    margin-bottom: 30px;
  }
}
.p-contactBox-content__progress_on {
  border-bottom: 2px solid #000000;
  padding-bottom: 3px;
}
.p-contactBox-content__progress_off {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  color: #C8C8C8;
}

.p-contactBox-thanks {
  text-align: center;
  margin-top: 55px;
}
.p-contactBox-thanks__text {
  font-size: 15px;
  line-height: 1.8;
}
.p-contactBox-thanks__text_bg {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p-contactBox-thanks__text_bg {
    font-size: 18px;
  }
}

.p-privacypolicy {
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 84px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
.p-privacypolicy__inner {
  position: relative;
}
.p-privacypolicy__title {
  font-size: 20px;
  font-weight: 600;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 28px 30px;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__title {
    font-size: 18px;
  }
}
.p-privacypolicy__breadcrumb {
  padding: 16px 30px;
}
.p-privacypolicy__wapper {
  width: 100%;
  max-width: 1230px;
  margin: 52px auto 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__wapper {
    margin: 48px auto 0 auto;
    padding: 0 20px;
  }
}
.p-privacypolicy__head {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}
.p-privacypolicy__head_mb {
  margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__head {
    margin-bottom: 15px;
  }
}
.p-privacypolicy__text {
  font-size: 15px;
  line-height: 1.867;
}
.p-privacypolicy__text_mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__text_mb {
    margin-bottom: 30px;
  }
}
.p-privacypolicy__text_indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.p-privacypolicy__text_right {
  text-align: right;
}
.p-privacypolicy__attention {
  font-size: 15px;
  line-height: 1.867;
  padding-left: 3em;
  text-indent: -3em;
}
.p-privacypolicy__attention_mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__attention_mb {
    margin-bottom: 30px;
  }
}
.p-privacypolicy__lists {
  list-style-type: decimal;
}
.p-privacypolicy__lists_point {
  list-style-type: disc;
}
.p-privacypolicy__lists_mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .p-privacypolicy__lists_mb {
    margin-bottom: 30px;
  }
}
.p-privacypolicy__list {
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.867;
}
.p-privacypolicy__list_ml {
  margin-left: 28px;
}
.p-privacypolicy__list_ml02 {
  margin-left: 32px;
}

.c-contact {
  text-align: left;
}
.c-contact .error {
  background-color: #ffffff;
}
.c-contact .c-contact__submit_back {
  display: none;
}
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel] {
  width: 100%;
  background-color: #f0f0f0;
  padding: 18px 20px;
  font-size: 15px;
}
@media screen and (max-width: 860px) {
  .c-contact input[type=text],
  .c-contact input[type=email],
  .c-contact input[type=tel] {
    font-size: 14px;
  }
}
.c-contact textarea {
  background-color: #f0f0f0;
  padding: 20px;
  width: 100%;
  height: 170px;
  line-height: 1.8;
}
.c-contact select {
  padding: 0px 20px;
  height: 52px;
  width: 100%;
}
.c-contact__name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .c-contact__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.c-contact__name_min {
  font-size: 12px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 20px;
}
.c-contact__required {
  color: #ffffff;
  font-weight: 400;
  background-color: #E60012;
  padding: 3px 7px 2px 7px;
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  .c-contact__required {
    font-size: 13px;
  }
}
.c-contact__any {
  color: #ffffff;
  font-weight: 400;
  background-color: #707070;
  padding: 3px 7px 2px 7px;
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  .c-contact__any {
    font-size: 13px;
  }
}
.c-contact__nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__nameBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.c-contact__nameBox_in {
  width: 100%;
}
.c-contact__nameBox br {
  display: none;
}
.c-contact__emailBox {
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__emailBox {
    margin-bottom: 28px;
  }
}
.c-contact__emailBox br {
  display: none;
}
.c-contact__postBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__postBox {
    margin-bottom: 28px;
  }
}
.c-contact__postBox br {
  display: none;
}
.c-contact__addressBox {
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__addressBox {
    margin-bottom: 28px;
  }
}
.c-contact__addressBox br {
  display: none;
}
.c-contact__telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__telBox {
    margin-bottom: 28px;
  }
}
.c-contact__telBox br {
  display: none;
}
.c-contact__ageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 15px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__ageBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.c-contact__ageBox_in {
  width: 110px;
}
@media screen and (max-width: 860px) {
  .c-contact__ageBox_in {
    width: 150px;
  }
}
.c-contact__ageBox br {
  display: none;
}
.c-contact__ageBox input[type=text] {
  text-align: center;
}
.c-contact__ageBox p {
  text-align: left;
}
.c-contact__visitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__visitBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.c-contact__visitBox input[type=text] {
  width: 100%;
}
.c-contact__visitBox_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 860px) {
  .c-contact__visitBox_in {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .c-contact__visitBox_in div {
    width: 100%;
  }
}
.c-contact__visitBox_in p {
  display: inline-block;
}
.c-contact__visitBox br {
  display: none;
}
.c-contact__peopleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__peopleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.c-contact__peopleBox input[type=text] {
  width: 110px;
}
@media screen and (max-width: 860px) {
  .c-contact__peopleBox input[type=text] {
    width: 100px;
  }
}
.c-contact__peopleBox_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.c-contact__peopleBox_in p {
  display: inline-block;
}
.c-contact__peopleBox br {
  display: none;
}
.c-contact__selectBox {
  position: relative;
  background-color: #f0f0f0;
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__selectBox {
    margin-bottom: 28px;
  }
}
.c-contact__selectBox select {
  position: relative;
  z-index: 10;
}
.c-contact__selectBox br {
  display: none;
}
.c-contact__selectBox::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../imgs/event-item.png);
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-contact__select {
  position: relative;
  background-color: #f0f0f0;
  width: 100%;
}
.c-contact__select select {
  position: relative;
  z-index: 10;
}
.c-contact__select br {
  display: none;
}
.c-contact__select::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../imgs/event-item.png);
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-contact__point {
  width: 15px !important;
}
.c-contact__selectPeopleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact__selectPeopleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 28px;
  }
}
.c-contact__selectPeopleBox input[type=text] {
  width: 100%;
}
.c-contact__selectPeopleBox_in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.c-contact__selectPeopleBox_in p {
  display: inline-block;
  white-space: nowrap;
}
.c-contact__selectPeopleBox br {
  display: none;
}
.c-contact__radioBox {
  margin-top: 36px;
  margin-bottom: 26px;
  font-size: 15px;
}
@media screen and (max-width: 860px) {
  .c-contact__radioBox {
    margin-top: 25px;
    margin-bottom: 28px;
  }
}
.c-contact__radioBox input[type=radio] {
  display: none;
}
.c-contact__radioBox label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
.c-contact__radioBox input[type=radio] + span::before,
.c-contact__radioBox span::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact__radioBox input[type=radio] + span::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #ffffff;
  border: 1px solid rgb(0, 0, 0);
}
.c-contact__radioBox input[type=radio] + span:hover::before {
  background: #fff;
}
.c-contact__radioBox input[type=radio] + span::after {
  opacity: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #000000;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.c-contact__radioBox input[type=radio]:checked + span::before {
  background: #fff;
  border: 1px solid #000000;
}
.c-contact__radioBox input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-contact__radioBox .mwform-radio-field {
  display: inline-block;
  margin: 0;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .c-contact__radioBox .mwform-radio-field {
    display: block;
    margin-right: 0;
  }
}
.c-contact__radioBox .mwform-radio-field-text {
  margin-right: 10px;
}
.c-contact__radioBox_contact {
  margin-top: 36px;
  margin-bottom: 46px;
  font-size: 15px;
}
@media screen and (max-width: 860px) {
  .c-contact__radioBox_contact {
    margin-top: 25px;
    margin-bottom: 28px;
  }
}
.c-contact__radioBox_contact input[type=radio] {
  display: none;
}
.c-contact__radioBox_contact label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  cursor: pointer;
}
.c-contact__radioBox_contact input[type=radio] + span::before,
.c-contact__radioBox_contact span::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact__radioBox_contact input[type=radio] + span::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #ffffff;
  border: 1px solid rgb(0, 0, 0);
}
.c-contact__radioBox_contact input[type=radio] + span:hover::before {
  background: #fff;
}
.c-contact__radioBox_contact input[type=radio] + span::after {
  opacity: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #000000;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.c-contact__radioBox_contact input[type=radio]:checked + span::before {
  background: #fff;
  border: 1px solid #000000;
}
.c-contact__radioBox_contact input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-contact__radioBox_contact .mwform-radio-field {
  margin: 0;
  margin-right: 130px;
}
.c-contact__radioBox_contact .mwform-radio-field:nth-child(2) {
  margin-right: 110px;
}
@media screen and (max-width: 860px) {
  .c-contact__radioBox_contact .mwform-radio-field {
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
  .c-contact__radioBox_contact .mwform-radio-field:nth-child(2) {
    margin-right: 0;
  }
}
.c-contact__radioBox_contact .mwform-radio-field-text {
  margin-right: 10px;
}
.c-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.c-contact__textareaBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .c-contact__textareaBox {
    margin-bottom: 50px;
  }
}
.c-contact__textareaBox br {
  display: none;
}
.c-contact__placeholder_your-day {
  font-size: 13px !important;
  width: 365px !important;
  height: 52px;
}
@media screen and (max-width: 860px) {
  .c-contact__placeholder_your-day {
    font-size: 11px !important;
    width: 100% !important;
  }
}
.c-contact__acceptance {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .c-contact__acceptance {
    margin-bottom: 40px;
  }
}
.c-contact__submit {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .c-contact__submit {
    width: 100%;
  }
}
.c-contact__submit_in {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .c-contact__submit_in {
    width: 100%;
  }
}
.c-contact__submit_in:hover .c-contact__submit_link {
  color: #ffffff;
  background-color: #000000;
}
.c-contact__submit_in:hover::before {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
}
.c-contact__submit_in:hover::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-contact__submit_in::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCDCDC;
  border: 1px solid #DCDCDC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .c-contact__submit_in::before {
    top: 25px;
    right: 20px;
  }
}
.c-contact__submit_in::after {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .c-contact__submit_in::after {
    top: 23px;
    right: 14px;
  }
}
.c-contact__submit_link {
  position: relative;
  display: inline-block;
  width: 350px;
  padding: 14px 20px;
  border: 1px solid #000000;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) {
  .c-contact__submit_link {
    width: 100%;
  }
}

.c-contact-confirmation .c-contact-privacy {
  display: none;
}
.c-contact-confirmation .c-contact__nameBox {
  gap: 20px;
}
.c-contact-confirmation .c-contact__nameBox_in {
  width: auto;
}
.c-contact-confirmation .c-contact__selectPeopleBox_in {
  width: auto;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__selectPeopleBox_in {
    width: 100%;
  }
}
.c-contact-confirmation .c-contact__selectBox {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__selectBox {
    margin-bottom: 28px;
  }
}
.c-contact-confirmation .c-contact__selectBox select {
  position: relative;
  z-index: 10;
}
.c-contact-confirmation .c-contact__selectBox br {
  display: none;
}
.c-contact-confirmation .c-contact__selectBox::before {
  display: none;
}
.c-contact-confirmation .c-contact__select {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}
.c-contact-confirmation .c-contact__select select {
  position: relative;
  z-index: 10;
}
.c-contact-confirmation .c-contact__select::before {
  display: none;
}
.c-contact-confirmation .c-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-contact-confirmation .c-contact__submit_link {
  width: 270px;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__submit_link {
    width: 100%;
  }
}
.c-contact-confirmation .c-contact__submit_back {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__submit_back {
    width: 100%;
  }
}
.c-contact-confirmation .c-contact__submit_back:hover .c-contact__submit_link {
  color: #ffffff;
  background-color: #000000;
}
.c-contact-confirmation .c-contact__submit_back:hover::before {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
}
.c-contact-confirmation .c-contact__submit_back:hover::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-contact-confirmation .c-contact__submit_back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCDCDC;
  border: 1px solid #DCDCDC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__submit_back::before {
    top: 25px;
    right: 20px;
  }
}
.c-contact-confirmation .c-contact__submit_back::after {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 13px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: skew(-45deg) scale(-1, 1);
          transform: skew(-45deg) scale(-1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__submit_back::after {
    top: 23px;
    right: 14px;
  }
}
.c-contact-confirmation .c-contact__acceptance {
  display: none;
}
.c-contact-confirmation .c-contact__ageBox_in {
  width: auto;
}
@media screen and (max-width: 860px) {
  .c-contact-confirmation .c-contact__ageBox_in {
    width: auto;
  }
}

.c-contact-privacy {
  display: block;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .c-contact-privacy {
    margin-bottom: 30px;
  }
}
.c-contact-privacy__inner {
  padding: 40px 60px 20px 40px;
}
@media screen and (max-width: 860px) {
  .c-contact-privacy__inner {
    padding: 20px 40px 20px 20px;
  }
}
.c-contact-privacy__title {
  font-size: 16px;
  margin-bottom: 30px;
}

/**
 * ブレークポイント
 */
/**
 * メディアクエリ
 */
/**
 * コンテナクエリ
 */
/**
 * darkmode
 */
/**
 * Retina
 */
/**
 * 可変フォントサイズ
 */
/**
 * クリアフィックス
 */
/**
 * placeholder
 */
/**
 * 汎用パーツ:marker
 */
/**
 * 汎用パーツ:button
 */
/**
 * 汎用パーツ:点線上
 * TODO:サイズ可変にする
 */
/**
 * 汎用パーツ:点線下
 * TODO:サイズ可変にする
 */
/**
 * 基本カラー定義
 */
/**
 * body設定
 */
/**
 * リンク設定
 */
/**
 * 基本フォント設定
 */
/**
 * サイズ系定義
 */
/**
 * ブレークポイント
 */
/**
 * アニメーション用
 */
/**
 * ベース設定
 *
 * 全プロジェクト共通使用（読み込み専用）
 * 調整する際はこのファイルを編集しないで各プロジェクト用のファイルに追記する事。
 *
 * @version 2.0
 */
*, *:after, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-family: "Zen Old Mincho", serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.7;
}

a {
  color: #487CAA;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/**
 * 本体
 */
.header {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 1280px;
    height: 70px;
    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;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 168px;
    margin: 16px 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  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;
}
.header__nav-link {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .header__menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    width: 56px;
    height: 56px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__menu.on {
  right: 240px;
}
.header__menu-bar01 {
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-bar02 {
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 32px;
  left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu {
  height: 100%;
  overflow-y: scroll;
  background-color: #000;
  position: fixed;
  right: 0;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu {
    width: 240px;
    padding-top: 114px;
    top: 0;
    right: -240px;
  }
}
.sp-menu.on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
}
.sp-menu__list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sp-menu__list {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list {
    gap: 40px;
  }
}
.sp-menu__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sp-menu__item {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__item {
    height: 35px;
    text-align: center;
  }
}
.sp-menu__link {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sp-menu__link {
    font-size: 1.8rem;
  }
}

.firstview {
  max-width: 100vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .firstview {
    min-height: 770px;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/firstview.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .firstview {
    margin-bottom: 156px;
    aspect-ratio: 390/494;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/firstview_sp.png) 0 0/100% no-repeat;
  }
}
.firstview__head {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .firstview__head {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .firstview__head {
    width: 89.7435897436%;
    margin: 20px auto 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .firstview__txt01 {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__txt01 {
    max-width: 64.1025641026%;
  }
}
@media screen and (min-width: 769px) {
  .firstview__title {
    max-width: 508px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__title {
    max-width: 64.8717948718%;
    margin-bottom: 15px;
  }
}
.firstview__lead {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .firstview__lead {
    max-width: 695px;
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview__lead {
    max-width: 53.5897435897%;
    line-height: 1.625;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .firstview__new {
    max-width: 430px;
    margin: 0 auto;
    position: absolute;
    top: 428px;
    left: 0;
    right: 0;
    -webkit-transform: translateX(377px);
            transform: translateX(377px);
  }
}
@media screen and (max-width: 768px) {
  .firstview__new {
    max-width: 87.4358974359%;
  }
}
.firstview__footer {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .firstview__footer {
    height: 100px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .firstview__footer {
    height: 156px;
    bottom: -156px;
  }
}
.firstview__footer:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #333333;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.firstview__footer-img {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .firstview__footer-img {
    max-width: 880px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .firstview__footer-img {
    width: 100%;
    max-width: 350px;
    margin: 12px auto 16px;
  }
}
.firstview__button {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  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;
  background: -webkit-gradient(linear, left bottom, left top, from(#AC8130), to(#866526));
  background: linear-gradient(0deg, #AC8130 0%, #866526 100%);
}
@media screen and (min-width: 769px) {
  .firstview__button {
    width: 160px;
    height: 56px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
}
@media screen and (max-width: 768px) {
  .firstview__button {
    width: 95.8974358974%;
    height: 48px;
    margin: 0 auto;
    position: relative;
  }
}
.firstview__button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .banner {
    padding: 40px 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 24px 0 31px;
  }
}
.banner__item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .banner__item {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .banner__item {
    width: 89.7435897436%;
  }
}
.section01 {
  background-color: #fff;
}
.section02 {
  background-color: #F2F2F2;
}
.heading__title {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .heading__title {
    padding-bottom: 90px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .heading__title {
    padding-bottom: 66px;
    font-size: 1.4rem;
  }
}
.heading__title:before {
  font-family: "EB Garamond", serif;
  content: attr(data-sub);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .heading__title:before {
    font-size: 4rem;
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .heading__title:before {
    font-size: 3.2rem;
    bottom: 16px;
  }
}
.heading__title:after {
  width: 32px;
  height: 1px;
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.concept {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .concept {
    padding-top: 26.4705882353%;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/concept.jpg);
  }
}
@media screen and (max-width: 768px) {
  .concept {
    padding-top: 59.2307692308%;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/concept_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .concept__inner {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .concept__inner {
    width: 89.7435897436%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .concept__content {
    width: 50%;
    padding-top: 100px;
  }
}
.concept__head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept__head {
    width: 300px;
    margin: 0 auto 44px;
  }
}
@media screen and (max-width: 768px) {
  .concept__head {
    max-width: 240px;
    margin: 0 auto 40px;
  }
}
.concept__title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .concept__title {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .concept__title {
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.concept__catch {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .concept__catch {
    line-height: 1.5;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .concept__catch {
    line-height: 1.5833333333;
    font-size: 2.4rem;
  }
}
.concept__text {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .concept__fig {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .concept__fig {
    margin-top: 32px;
  }
}
.concept__footer {
  padding: 24px 0 40px;
  background-color: #487CAB;
}
.concept__footer-title {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept__footer-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .concept__footer-title {
    line-height: 1.4444444444;
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.concept__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .concept__footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .concept__footer-list {
    width: 89.7435897436%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 0 auto;
  }
}
.concept__footer-item {
  border-radius: 2px;
  color: #487CAB;
  font-weight: 500;
  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;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .concept__footer-item {
    width: 304px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .concept__footer-item {
    height: 56px;
  }
}

.cta {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .cta {
    padding: 40px 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 26px 0 64px;
  }
}
.cta__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cta__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.cta__button, .plan__cta {
  height: 80px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  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;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#866526), to(#AC8130));
  background: linear-gradient(0deg, #866526 0%, #AC8130 100%);
  position: relative;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .cta__button, .plan__cta {
    width: 480px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__button, .plan__cta {
    width: 89.7435897436%;
    font-size: 2rem;
  }
}
.cta__button:before, .plan__cta:before {
  width: 24px;
  height: 25px;
  content: "";
  display: block;
  background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/cta__button.png) 0 0/100% no-repeat;
  position: absolute;
  top: 28px;
}
@media screen and (min-width: 769px) {
  .cta__button:before, .plan__cta:before {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cta__button:before, .plan__cta:before {
    right: 15px;
  }
}
.cta__button:hover, .plan__cta:hover {
  opacity: 0.8;
}

.quality {
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .quality {
    max-width: 960px;
  }
}
.quality__lead {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .quality__lead {
    font-size: 2rem;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .quality__lead {
    font-size: 1.8rem;
    margin: 25px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .quality__body {
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}
@media screen and (min-width: 769px) {
  .quality__container {
    padding: 40px 0 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .quality__container {
    width: 89.7435897436%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .quality__container:not(:first-child) {
    border-top: 1px solid #DEDEDE;
  }
}
@media screen and (min-width: 769px) {
  .quality__content {
    width: 50%;
  }
}
.quality__title {
  margin-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .quality__title {
    padding-top: 45px;
    line-height: 1.25;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .quality__title {
    padding-left: 47px;
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}
.quality__title:before {
  color: #487CAB;
  font-size: 2rem;
  content: attr(data-num);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .quality__title:before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .quality__title:before {
    top: 5px;
  }
}
.quality__spec {
  margin-bottom: 16px;
}
.quality__spec-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DEDEDE;
}
@media screen and (min-width: 769px) {
  .quality__spec-text {
    padding: 0 16px;
    height: 37px;
    line-height: 1.4;
    font-size: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 768px) {
  .quality__spec-text {
    padding: 8px 0;
    line-height: 1.4444444444;
    font-size: 1.8rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.quality__text {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .quality__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .quality__fig {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .quality__fig {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .landplan {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .landplan {
    padding: 80px 0 0;
  }
}
.landplan__fig {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .landplan__fig {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__fig {
    width: 89.7435897436%;
  }
}
@media screen and (min-width: 769px) {
  .plan {
    padding: 135px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 80px 0 64px;
  }
}
.plan__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .plan__body {
    padding-top: 64px;
    gap: 160px;
  }
}
@media screen and (max-width: 768px) {
  .plan__body {
    padding-top: 24px;
    gap: 64px;
  }
}
.plan__container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .plan__floor {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .plan__floor {
    width: 89.7435897436%;
    margin: 0 auto 24px;
  }
}
.plan-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .plan-info {
    width: 89.7435897436%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    margin: 0 auto 8px;
  }
}
.plan-info__content {
  background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/plan-info.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 769px) {
  .plan-info__content {
    width: 29.1666666667%;
    padding-top: 30px;
    margin-left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__content {
    padding-top: 46px;
  }
}
@media screen and (min-width: 769px) {
  .plan-info__name {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__name {
    font-size: 2.4rem;
  }
}
.plan-info__name-num {
  font-weight: normal;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .plan-info__name-num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__name-num {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .plan-info__size {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__size {
    margin-bottom: 10px;
  }
}
.plan-info__size-text {
  padding: 0 16px;
  display: inline-block;
  background-color: #DEDEDE;
}
.plan-info__note {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .plan-info__layout {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__layout {
    font-size: 2.4rem;
  }
}
.plan-info__floor {
  font-size: 1.6rem;
}
.plan-info__area {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.plan-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 16px;
}
.plan-info__price-sales {
  line-height: 1.2857142857;
  font-size: 1.4rem;
  margin-right: 8px;
}
.plan-info__price-num {
  line-height: 1;
  font-size: 4.8rem;
}
.plan-info__price-unit {
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}
.plan-info__price-tax {
  line-height: 1;
  font-size: 1.2rem;
}
.plan-info__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .plan-info__tag-list {
    width: 280px;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__tag-list {
    gap: 4px;
  }
}
.plan-info__tag-item {
  height: 30px;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  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;
  background-color: #DEDEDE;
}
@media screen and (min-width: 769px) {
  .plan-info__tag-item {
    width: 136px;
  }
}
@media screen and (max-width: 768px) {
  .plan-info__tag-item {
    width: 32.5714285714%;
  }
}
@media screen and (min-width: 769px) {
  .plan-info__fig {
    width: 66.6666666667%;
  }
}
.warranty {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .warranty {
    max-width: 960px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .warranty {
    padding: 80px 0 40px;
  }
}
.warranty__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .warranty__title {
    line-height: 1.4;
    font-size: 2rem;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .warranty__title {
    line-height: 1.4444444444;
    font-size: 1.8rem;
    margin: 24px 0 40px;
  }
}
.warranty__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .warranty__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .warranty__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.warranty__item {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .warranty__item {
    width: 47.9166666667%;
    padding: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .warranty__item {
    padding: 15px 20px;
  }
}
.warranty__30years, .warranty__10years {
  height: 80px;
  padding-left: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/warranty__30years.png);
  background-position: 0 0;
  background-size: 80px 80px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .warranty__30years, .warranty__10years {
    line-height: 1.4;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .warranty__30years, .warranty__10years {
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
.warranty__10years {
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/warranty__10years.png);
}
.warranty__text01 {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.warranty__text02 {
  line-height: 1.5;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.map {
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .map {
    max-width: 960px;
    padding: 75px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .map {
    padding: 80px 0 0;
  }
}
.map__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .map__title {
    font-size: 2rem;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .map__title {
    line-height: 1.4444444444;
    font-size: 1.8rem;
    margin: 25px 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .map__body {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .map__body {
    width: 89.7435897436%;
    margin: 0 auto 8px;
  }
}
.map__body iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .map__body iframe {
    aspect-ratio: 960/400;
  }
}
@media screen and (max-width: 768px) {
  .map__body iframe {
    aspect-ratio: 350/200;
  }
}
.map__address {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .map__address {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .map__address {
    width: 89.7435897436%;
    margin: 0 auto;
  }
}

.location {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .location {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .location {
    width: 100%;
    max-width: 100vw;
    overflow-x: scroll;
  }
}
.location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .location__list {
    max-width: 944px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .location__list {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .location__item {
    width: 23.7288135593%;
  }
}
@media screen and (max-width: 768px) {
  .location__item {
    width: 240px;
    padding: 0 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.location__fig {
  margin-bottom: 8px;
}
.location__name {
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
}
.routemap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .routemap {
    max-width: 960px;
    padding: 80px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .routemap {
    padding: 80px 0 64px;
  }
}
.routemap__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .routemap__title {
    font-size: 2rem;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .routemap__title {
    font-size: 1.8rem;
    margin: 25px 0;
  }
}
.routemap__fig {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .routemap__fig {
    width: 89.7435897436%;
  }
}
.outline {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .outline {
    max-width: 800px;
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .outline {
    width: 89.7435897436%;
    padding: 80px 0;
  }
}
@media screen and (min-width: 769px) {
  .outline__body {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .outline__body {
    padding: 25px 0;
  }
}
.outline__text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
.footer__call {
  padding: 40px 0;
  background-color: #333333;
}
.footer__shop {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__shop {
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer__shop {
    line-height: 1.4444444444;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.footer__tel {
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__tel {
    font-size: 4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer__tel {
    width: 89.7435897436%;
    height: 64px;
    border: 2px solid #fff;
    font-size: 3.2rem;
    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;
    margin: 0 auto 16px;
  }
}
.footer__tel:before {
  content: "TEL.";
}
.footer__num {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer__num {
    pointer-events: none;
  }
}
.footer__info {
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
}
.footer__main {
  padding: 64px 0 40px;
}
.footer__logo {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 602px;
    height: 33px;
    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;
    gap: 24px;
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__yh {
    width: 238px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__jidai {
    width: 130px;
    height: auto;
  }
}
.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.p-contactBox__wapper {
  padding-top: 80px;
}

.p-catalog-content {
  max-width: 800px;
  margin: 0 auto;
}
.p-catalog-content__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-catalog-content__title {
    font-size: 2rem;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-catalog-content__title {
    font-size: 1.8rem;
    margin: 25px 0 40px;
  }
}

.p-catalog-content__inner {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-catalog-content__inner {
    padding: 32px 80px 68px;
  }
}
@media screen and (max-width: 768px) {
  .p-catalog-content__inner {
    padding: 52px 20px 40px;
  }
}

.form-flow {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .form-flow {
    width: 480px;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/form-flow.png);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (max-width: 768px) {
  .form-flow {
    width: 350px;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/dazaifu_tofurou/background/form-flow_sp.png);
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
.form-flow--input {
  background-position: 0 0;
}
.form-flow--confirm {
  background-position: 0 -50px;
}
.form-flow--thanks {
  background-position: 0 -100px;
}
.form-flow__item {
  width: 100%;
  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;
}
.form-flow__item.on {
  color: #fff;
}

.c-contact {
  font-family: "Noto Sans JP", sans-serif;
}

.c-contact__required {
  background-color: #AC8130;
}

.c-contact__radioBox_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-contact__radioBox_contact .mwform-radio-field.horizontal-item {
  width: 30%;
  margin: 0;
}

.c-contact__incomeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-contact__incomeBox {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__incomeBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}

@media screen and (min-width: 769px) {
  .c-contact__incomeBox {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__incomeBox {
    margin-bottom: 20px;
  }
}

.c-contact__incomeBox_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-contact__incomeBox_in p {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .c-contact__incomeBox_in p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__incomeBox_in p {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact__incomeBox_in div {
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .c-contact__incomeBox_in input {
    min-width: 80px;
  }
}
.c-contact__select {
  margin-bottom: 36px;
}
.mw_wp_form_confirm .c-contact__select {
  background: none;
}
.mw_wp_form_confirm .c-contact__select:before {
  background: none;
}

.c-contact__submit_in:before {
  display: none;
}

.c-contact__submit_link {
  width: 270px;
  padding: 14px 20px;
  border: 4px solid #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}