@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: "Shippori 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;
  }
}
/**
 * 本体
 */
body {
  background-color: #ebebeb;
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

.header {
  width: 100vw;
  background-color: #487CAA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__inner {
  max-width: 1720px;
  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: 0 auto;
}
@media screen and (min-width: 769px) {
  .header__inner {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .header__logo {
    width: 180px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .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.6rem;
  text-decoration: none;
}
@media screen and (min-width: 1281px) {
  .header__menu {
    width: 180px;
    visibility: hidden;
  }
}
@media screen and (max-width: 1280px) {
  .header__menu {
    width: 27.5px;
    height: 27px;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/header__menu.png) 0 100%/100% no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__menu-bar01 {
  width: 27.5px;
  height: 2.5px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-bar01.on {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header__menu-bar02 {
  width: 27.5px;
  height: 2.5px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-bar02.on {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

.sp-menu {
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  background-color: #EBEBEB;
  position: fixed;
  left: 0;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .sp-menu {
    padding: 70px 0;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu {
    padding: 35px 0;
    top: 50px;
  }
}
.sp-menu.on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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: 9px;
  }
}
.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;
  }
}
.sp-menu__link {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #4D4D4D;
  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-color: #fff;
}
@media screen and (min-width: 769px) {
  .sp-menu__link {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__link {
    font-size: 1.3rem;
  }
}
.sp-menu__link:hover {
  color: #fff;
  background-color: #487CAA;
}
.sp-menu__call {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sp-menu__call {
    padding: 42px 0;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__call {
    padding: 21px 0;
  }
}
.sp-menu__shop {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sp-menu__shop {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__shop {
    font-size: 1.1rem;
  }
}
.sp-menu__tel {
  color: #487CAA;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sp-menu__tel {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__tel {
    font-size: 2.5rem;
  }
}
.sp-menu__tel:before {
  content: "TEL.";
}
.sp-menu__num {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .sp-menu__num {
    pointer-events: none;
  }
}
.sp-menu__info {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sp-menu__info {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__info {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .cta-fixed {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .cta-fixed {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cta-fixed__link {
    width: 60px;
    height: 200px;
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    letter-spacing: 0.43em;
    font-size: 2.3rem;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: #9F7C52;
  }
}
.pagetop {
  border: 1px solid #487CAA;
  display: block;
  position: fixed;
  bottom: 100px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.pagetop:before {
  border-top: 1px solid #487CAA;
  border-right: 1px solid #487CAA;
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pagetop:before {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop:before {
    width: 8px;
    height: 8px;
  }
}

.firstview {
  max-width: 100vw;
  overflow: hidden;
  background-color: #ebebeb;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .firstview {
    min-height: 1360px;
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 768px) {
  .firstview {
    aspect-ratio: 750/1630;
    margin-bottom: 80px;
  }
}
.firstview:before {
  width: 100vw;
  content: "";
  display: block;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .firstview:before {
    height: 750px;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/firstview.jpg);
  }
}
@media screen and (max-width: 768px) {
  .firstview:before {
    aspect-ratio: 750/1000;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/firstview_sp.jpg);
  }
}
.firstview:after {
  border-radius: 0 0 0 80px;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .firstview:after {
    width: 100vw;
    height: 1360px;
    left: calc((100vw - 1080px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .firstview:after {
    width: 96.6666666667%;
    aspect-ratio: 725/1630;
    right: 0;
  }
}
.firstview__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .firstview__inner {
    width: 88%;
    height: 100%;
  }
}
.firstview__head {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .firstview__head {
    padding: 30px 52px 34px;
    top: 415px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__head {
    min-width: 57.3333333333%;
    padding: 10px;
    top: 307px;
  }
}
.firstview__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .firstview__title-sub {
    line-height: 1.75;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview__title-sub {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}
.firstview__title {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .firstview__title {
    line-height: 1.75;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview__title {
    line-height: 1.75;
    font-size: 1.9rem;
  }
}
.firstview__title:after {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #487CAA;
  content: attr(data-sub);
  display: block;
}
@media screen and (min-width: 769px) {
  .firstview__title:after {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .firstview__title:after {
    font-size: 0.7rem;
  }
}
.firstview__lead {
  min-height: 400px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .firstview__lead {
    color: #000;
    top: 142px;
  }
}
@media screen and (max-width: 768px) {
  .firstview__lead {
    color: #fff;
    top: 55px;
  }
}

.topics {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .topics {
    top: 922px;
  }
}
@media screen and (max-width: 768px) {
  .topics {
    top: 68.8343558282%;
  }
}
.topics__list {
  max-width: 1080px;
  position: relative;
}
.topics__item {
  color: #1a1a1a;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .topics__item {
    width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .topics__item {
    width: 85.2941176471%;
  }
}
@media screen and (min-width: 769px) {
  .topics__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .topics__name {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .topics__time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__time {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
}
.topics__link {
  color: #333;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .topics__link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topics__link {
    font-size: 1.1rem;
  }
}
.topics__link:after {
  content: "＞";
}
.topics__prev, .topics__next {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .topics__prev, .topics__next {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .topics__prev, .topics__next {
    width: 35px;
    height: 35px;
  }
}
.topics__prev:before, .topics__next:before {
  border-top: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .topics__prev:before, .topics__next:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topics__prev:before, .topics__next:before {
    width: 12.5px;
    height: 12.5px;
  }
}
.topics__prev:hover, .topics__next:hover {
  cursor: pointer;
  opacity: 0.8;
}
.topics__next {
  left: auto;
  right: 0;
}
.topics__next:before {
  left: auto;
  right: 40%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 769px) {
  .section01 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-bottom: 80px;
  }
}

.section02 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .section02 {
    padding-top: 162px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section02 {
    padding-top: 90px;
  }
}

.section03 {
  background-color: #ebebeb;
}
@media screen and (min-width: 769px) {
  .section03 {
    padding: 118px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .section03 {
    padding: 0 0 64px;
  }
}

.section04 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .section04 {
    padding: 118px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .section04 {
    padding: 68px 0;
  }
}

.section05 {
  background-color: #EBEBEB;
}
@media screen and (min-width: 769px) {
  .section05 {
    padding: 172px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  .section05 {
    padding: 68px 0;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.heading__title, .heading__title05, .heading__title04, .heading__title03, .heading__title02 {
  padding: 3px 47px;
  border: 2px solid #487CAA;
  border-radius: 5px;
  color: #5384af;
  line-height: 1;
  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: 6px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .heading__title, .heading__title05, .heading__title04, .heading__title03, .heading__title02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .heading__title, .heading__title05, .heading__title04, .heading__title03, .heading__title02 {
    font-size: 1.3rem;
  }
}
.heading__title:before, .heading__title05:before, .heading__title04:before, .heading__title03:before, .heading__title02:before {
  line-height: 1;
  content: attr(data-sub);
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .heading__title:before, .heading__title05:before, .heading__title04:before, .heading__title03:before, .heading__title02:before {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .heading__title:before, .heading__title05:before, .heading__title04:before, .heading__title03:before, .heading__title02:before {
    font-size: 2.8rem;
  }
}
.heading__title:after, .heading__title05:after, .heading__title04:after, .heading__title03:after, .heading__title02:after {
  width: calc(100% - 18px);
  height: calc(100% + 4px);
  content: "";
  display: block;
  margin: 0 auto;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.heading__title02:after {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media screen and (min-width: 769px) {
  .heading__title03 {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .heading__title03 {
    padding: 0 22px 3px;
  }
}
@media screen and (max-width: 768px) {
  .heading__title03:before {
    font-size: 2.2rem;
  }
}
.heading__title03:after {
  border-top: 5px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
}
.heading__title04:after {
  border-top: 5px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
}
@media screen and (min-width: 769px) {
  .heading__title05 {
    gap: 10px;
  }
}
.design {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/design.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .design {
    gap: 100px;
    margin: 0 auto 180px;
    background-position: 20px 0;
    background-size: 120px 340px;
  }
}
@media screen and (max-width: 768px) {
  .design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin: 0 auto 85px;
    background-position: 40px 0;
    background-size: 60px 170px;
  }
}
.design__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .design__head {
    width: 535px;
  }
}
@media screen and (max-width: 768px) {
  .design__head {
    width: 78.6666666667%;
    margin: 0 auto;
  }
}
.design__title {
  color: #487CAA;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .design__title {
    padding: 53px 0 0 49px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .design__title {
    padding: 26px 0 0 25px;
    font-size: 2rem;
  }
}
.design__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .design__text {
    padding: 53px 0 0;
    line-height: 2.8571428571;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .design__text {
    padding: 26px 0 0;
    line-height: 2.0833333333;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .design__fig {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .design__fig {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .design__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .design__img {
    width: 93.3333333333%;
  }
}

.performance {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/performance.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .performance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-position: right 20px top 0;
    background-size: 120px 340px;
  }
}
@media screen and (max-width: 768px) {
  .performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: right 20px top 0;
    background-size: 70px 160px;
  }
}
.performance__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .performance__head {
    width: 535px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .performance__head {
    width: 78.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
  }
}
.performance__title {
  color: #487CAA;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .performance__title {
    padding: 54px 92px 0 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .performance__title {
    padding: 26px 0 0 25px;
    font-size: 2rem;
  }
}
.performance__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .performance__text {
    padding: 53px 0 0;
    line-height: 2.8571428571;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .performance__text {
    padding: 26px 0 0;
    line-height: 2.0833333333;
    font-size: 1.2rem;
  }
}
.performance__fig {
  max-width: 440px;
}
@media screen and (min-width: 769px) {
  .performance__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .performance__img {
    width: 93.3333333333%;
  }
}

.spec {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .spec {
    padding-top: 35px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .spec {
    width: 93.3333333333%;
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 54px;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/spec.png) 50% 0/250px no-repeat;
  }
}
.spec__item01, .spec__item04, .spec__item03, .spec__item02 {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  background: #487CAA;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .spec__item01:before, .spec__item04:before, .spec__item03:before, .spec__item02:before {
    width: 110px;
    height: 25px;
    content: "";
    display: block;
    margin: 0 auto;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/spec__item01.png) 0 0/110px no-repeat;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .spec__item02:before {
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/spec__item02.png);
  }
}
@media screen and (min-width: 769px) {
  .spec__item03:before {
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/spec__item03.png);
  }
}
@media screen and (min-width: 769px) {
  .spec__item04:before {
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/spec__item04.png);
  }
}
.spec__box {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  border: 1px solid #fff;
  border-radius: 6px;
}
.spec__name {
  line-height: 1;
  font-weight: 400;
  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-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .spec__name {
    width: 110px;
    height: 22px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .spec__name {
    width: 100px;
    height: 20px;
    font-size: 1.35rem;
  }
}
.spec__val {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .spec__val {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .spec__val {
    font-size: 2.4rem;
  }
}
.spec__text {
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .spec__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .spec__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .landplan {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 162px;
  }
}
@media screen and (max-width: 768px) {
  .landplan {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 769px) {
  .landplan__title {
    padding: 50px 0 0 32px;
    color: #487CAA;
    font-size: 3rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/landplan__title.png) 0 0/80px 260px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .landplan__title {
    display: none;
  }
}
.landplan__body {
  position: relative;
}
@media screen and (min-width: 769px) {
  .landplan__body {
    width: 713px;
    min-height: 600px;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/landplan__body.png) 4px 60px/693px 352px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .landplan__body {
    width: 100%;
    aspect-ratio: 750/684;
    background: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/landplan__body_sp.png) 0 0/100% no-repeat;
  }
}
.landplan__plan5 {
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__plan5 {
    font-size: 1.8rem;
    top: 205px;
    left: 62px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__plan5 {
    font-size: 1.1rem;
    top: 32.8947368421%;
    left: 12.9333333333%;
  }
}
.landplan__plan4 {
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__plan4 {
    font-size: 1.5rem;
    top: 206px;
    left: 177px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__plan4 {
    font-size: 0.85rem;
    top: 33.1871345029%;
    left: 30%;
  }
}
.landplan__plan3 {
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__plan3 {
    font-size: 1.5rem;
    top: 209px;
    left: 285px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__plan3 {
    font-size: 0.85rem;
    top: 33.1871345029%;
    left: 46%;
  }
}
.landplan__plan2 {
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__plan2 {
    font-size: 1.5rem;
    top: 212px;
    left: 393px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__plan2 {
    font-size: 0.85rem;
    top: 34.2105263158%;
    left: 61.7333333333%;
  }
}
.landplan__plan1 {
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__plan1 {
    font-size: 1.8rem;
    top: 220px;
    left: 500px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__plan1 {
    font-size: 1.1rem;
    top: 35.2339181287%;
    left: 77.0666666667%;
  }
}
.landplan__box01, .landplan__box04, .landplan__box03, .landplan__box02 {
  padding-bottom: 9px;
  color: #fff;
  text-decoration: none;
  background-color: #487CAA;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__box01, .landplan__box04, .landplan__box03, .landplan__box02 {
    width: 170px;
    height: 130px;
    top: 326px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .landplan__box01, .landplan__box04, .landplan__box03, .landplan__box02 {
    width: 28%;
    aspect-ratio: 210/151;
    top: 58.4795321637%;
    left: 2.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  .landplan__box02 {
    top: 380px;
    left: 339px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__box02 {
    top: 58.4795321637%;
    left: 67.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .landplan__box03 {
    top: 0px;
    left: 220px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__box03 {
    top: 58.4795321637%;
    left: 35.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  .landplan__box04 {
    top: 380px;
    left: 112px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__box04 {
    top: 58.4795321637%;
    left: 2.5333333333%;
  }
}
.landplan__size {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .landplan__size {
    height: 54px;
    gap: 20px;
    top: 543px;
    left: 86px;
  }
}
@media screen and (max-width: 768px) {
  .landplan__size {
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.landplan__size-item {
  border: 1px solid #4D4D4D;
  border-radius: 10px;
  letter-spacing: 0.05em;
  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;
}
@media screen and (min-width: 769px) {
  .landplan__size-item {
    width: 170px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan__size-item {
    width: 37.3333333333%;
    font-size: 1.5rem;
  }
}

.landplan-box__title {
  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;
}
@media screen and (min-width: 769px) {
  .landplan-box__title {
    height: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__title {
    height: 25px;
    font-size: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 375px) {
  .landplan-box__title {
    height: 25px;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}
.landplan-box__body {
  border: 1px solid #fff;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .landplan-box__body {
    width: 150px;
    padding: 11px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__body {
    width: 90.4761904762%;
    padding: 5px 0 5px;
  }
}
.landplan-box__name {
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .landplan-box__name {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__name {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
}
.landplan-box__price {
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 769px) {
  .landplan-box__price {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__price {
    font-size: 1.25rem;
  }
}
.landplan-box__unit {
  line-height: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 769px) {
  .landplan-box__unit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__unit {
    font-size: 1.25rem;
  }
}
.landplan-box__tax {
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .landplan-box__tax {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .landplan-box__tax {
    font-size: 0.6rem;
  }
}

.floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 78px;
}
@media screen and (min-width: 769px) {
  .floor {
    gap: 125px;
  }
}
@media screen and (max-width: 768px) {
  .floor {
    gap: 108px;
  }
}
.floor__head {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .floor__head {
    border-bottom: 1px solid #4d4d4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.floor__head-img {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.floor__list {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .floor__list {
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 768px) {
  .floor__list {
    width: 93.3333333333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
    margin: 0 auto 38px;
  }
}
.floor__item, .floor__item--sp {
  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;
}
@media screen and (min-width: 769px) {
  .floor__item, .floor__item--sp {
    width: 210px;
    height: 36px;
    color: #fff;
    font-size: 1.7rem;
    background-color: #487CAA;
  }
}
@media screen and (max-width: 768px) {
  .floor__item, .floor__item--sp {
    width: 32.1428571429%;
    aspect-ratio: 225/50;
    border: 1px solid #487CAA;
    color: #487CAA;
    font-size: 1.3rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .floor__item--sp {
    display: none;
  }
}
.floor__lead {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .floor__lead {
    line-height: 1.75;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .floor__lead {
    line-height: 1.75;
    font-size: 1.65rem;
  }
}
.floor__fig {
  max-width: 1080px;
  margin: 0 auto 62px;
}
.floor-slide {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .floor-slide {
    padding-bottom: 80px;
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 768px) {
  .floor-slide {
    padding-bottom: 52px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .floor-slide__item {
    width: 320px;
    height: 230px;
  }
}
.slide-control {
  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;
  gap: 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .slide-control {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .slide-control {
    height: 32px;
  }
}
.slide-control__paginate {
  width: auto !important;
}
.slide-control .swiper-pagination-bullet-active {
  background-color: #487CAA;
}
.slide-control__prev, .slide-control__next {
  border-radius: 100px;
  background-color: #487CAA;
  position: relative;
}
@media screen and (min-width: 769px) {
  .slide-control__prev, .slide-control__next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .slide-control__prev, .slide-control__next {
    width: 32px;
    height: 32px;
  }
}
.slide-control__prev:before, .slide-control__next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .slide-control__prev:before, .slide-control__next:before {
    width: 21px;
    height: 21px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .slide-control__prev:before, .slide-control__next:before {
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.slide-control__prev:hover, .slide-control__next:hover {
  cursor: pointer;
  opacity: 0.8;
}
.slide-control__next:before {
  border-top: 2px solid #fff;
  left: auto;
  right: 38%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.cta {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cta {
    width: 840px;
    height: 150px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .cta {
    width: 93.3333333333%;
    aspect-ratio: 700/300;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}
.cta__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  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;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta__link {
    padding-left: 103px;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/cta__link.png);
  }
}
@media screen and (max-width: 768px) {
  .cta__link {
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/cta__link_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .cta__link:before {
    width: 21px;
    height: 21px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.cta__link:hover {
  opacity: 0.8;
}
.cta__text01 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .cta__text01 {
    font-size: 4rem;
    text-shadow: 0 0 5px #493400;
  }
}
@media screen and (max-width: 768px) {
  .cta__text01 {
    line-height: 1.3333333333;
    font-size: 2.7rem;
    text-align: center;
    text-shadow: 0 0 10px #493400;
  }
}
@media screen and (min-width: 769px) {
  .cta__text02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cta__text02 {
    color: #fff;
    line-height: 1.75;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 0 0 10px #493400;
  }
}
.cta__text03 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .cta__text03 {
    font-size: 4rem;
    text-shadow: 0 0 5px #493400;
  }
}
@media screen and (max-width: 768px) {
  .cta__text03 {
    line-height: 1.2830188679;
    font-size: 2.6rem;
    text-align: center;
    text-shadow: 0 0 10px #493400;
  }
}

.para {
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .para {
    height: 400px;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/para.jpg);
    background-attachment: fixed;
  }
}
@media screen and (max-width: 768px) {
  .para {
    aspect-ratio: 750/600;
    background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/koshi_nonoshima/background/para_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .facility {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .facility {
    margin-bottom: 122px;
  }
}
.facility__list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .facility__list {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 768px) {
  .facility__list {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .facility .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.facility__item {
  height: auto;
}
@media screen and (min-width: 769px) {
  .facility__item {
    width: 260px;
    background-color: #808080;
  }
}
@media screen and (max-width: 768px) {
  .facility__item {
    background-color: #487CAA;
  }
}
.facility__name {
  padding: 5px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .facility__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .facility__name {
    font-size: 1.6rem;
  }
}
.facility__text {
  padding: 0 10px 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .facility__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .facility__text {
    font-size: 1.2rem;
  }
}
.facility__note {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .facility__note {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .facility__note {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}

.warranty {
  max-width: 1080px;
  margin: 0 auto;
}
.warranty__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .warranty__title {
    font-size: 1.8rem;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .warranty__title {
    font-size: 1.65rem;
    margin-bottom: 37px;
  }
}
.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 {
    width: 93.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
}
.warranty__item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .warranty__item {
    width: 49.0740740741%;
    padding: 20px 23px;
  }
}
@media screen and (max-width: 768px) {
  .warranty__item {
    padding: 13px 15px;
  }
}
.warranty__60years, .warranty__10years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #487CAA;
  margin-bottom: 14px;
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/warranty__60years.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .warranty__60years, .warranty__10years {
    width: 440px;
    height: 100px;
    padding-left: 130px;
    line-height: 1.5454545455;
    font-size: 2.2rem;
    background-size: 100px 100px;
  }
}
@media screen and (max-width: 768px) {
  .warranty__60years, .warranty__10years {
    height: 66px;
    padding-left: 86px;
    line-height: 1.4473684211;
    font-size: 1.9rem;
    background-size: 66px 66px;
  }
}
.warranty__10years {
  background-image: url(/wp-content/themes/jidai/imgs/jidai_concept_house/background/warranty__10years.png);
}
.warranty__text01 {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .warranty__text01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .warranty__text01 {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
.warranty__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .warranty__text02 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .warranty__text02 {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}

.routemap {
  max-width: 1080px;
}
@media screen and (min-width: 769px) {
  .routemap {
    margin: 0 auto 165px;
  }
}
@media screen and (max-width: 768px) {
  .routemap {
    margin: 0 auto 104px;
  }
}
.routemap__title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}
.routemap__fig {
  width: 93.3333333333%;
  margin: 0 auto;
}
.map {
  max-width: 1080px;
  margin: 0 auto 60px;
}
.map__title {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .map__title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .map__title {
    line-height: 1.75;
    font-size: 1.65rem;
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 769px) {
  .map__body {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .map__body {
    width: 93.3333333333%;
    margin: 0 auto 6px;
  }
}
.map__body iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .map__body iframe {
    aspect-ratio: 1080/560;
  }
}
@media screen and (max-width: 768px) {
  .map__body iframe {
    aspect-ratio: 700/560;
  }
}
.map__address {
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .map__address {
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .map__address {
    line-height: 1.3333333333;
    font-size: 1.2rem;
  }
}

.location {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .location__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .location__list {
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 52px;
    margin-bottom: 78px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .location .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 27px 20px;
  }
}
@media screen and (min-width: 769px) {
  .location__item {
    width: 23.5294117647%;
  }
}
@media screen and (max-width: 768px) {
  .location__item {
    background-color: #487CAA;
  }
}
.location__fig {
  margin-bottom: 4px;
}
.location__img {
  border-radius: 5px;
}
.location__name {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .location__name {
    line-height: 2.1333333333;
  }
}
@media screen and (max-width: 768px) {
  .location__name {
    color: #fff;
    line-height: 1.0666666667;
  }
}
@media screen and (min-width: 769px) {
  .location__time {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .location__time {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .location__row {
    max-width: 1080px;
    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) {
  .location__row {
    width: 87.3333333333%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .location__col {
    width: 47.0588235294%;
  }
}
.location__category {
  color: #487CAA;
}
@media screen and (min-width: 769px) {
  .location__category {
    line-height: 1.8666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .location__category {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}
.location__table {
  width: 100%;
  margin-bottom: 20px;
}
.location__name02 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .location__name02 {
    line-height: 1.8666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .location__name02 {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}
.location__name02:before {
  content: "○";
}
.location__time02 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .location__time02 {
    line-height: 1.8666666667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .location__time02 {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.outline {
  max-width: 1080px;
  margin: 0 auto;
}
.outline__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .outline__text {
    line-height: 1.6666666667;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .outline__text {
    width: 93.3333333333%;
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 0 auto 18px;
  }
}
.outline__text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .outline__text02 {
    line-height: 1.6666666667;
    font-size: 1.5rem;
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .outline__text02 {
    width: 93.3333333333%;
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .outline__note {
    width: 93.3333333333%;
    margin: 0 auto;
  }
}
.outline__note-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .outline__note-item {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .outline__note-item {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.outline__note-item:before {
  content: "※";
}

@media screen and (min-width: 769px) {
  .footer {
    background-color: #EBEBEB;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-color: #487CAA;
  }
}
.footer__call {
  background-color: #487CAA;
}
@media screen and (min-width: 769px) {
  .footer__call {
    padding: 40px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer__call {
    padding: 22px 0 0;
  }
}
.footer__shop {
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  .footer__shop {
    line-height: 2.0625;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__shop {
    line-height: 1.32;
    font-size: 1.25rem;
  }
}
.footer__tel {
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .footer__tel {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__tel {
    font-size: 2.9rem;
  }
}
.footer__tel:before {
  content: "TEL.";
}
@media screen and (min-width: 769px) {
  .footer__tel:before {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__tel:before {
    font-size: 1.6rem;
  }
}
.footer__num {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer__num {
    pointer-events: none;
  }
}
.footer__info {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__info {
    line-height: 1.6428571429;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    line-height: 1.4090909091;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .footer__main {
    padding: 73px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    padding: 28px 0 57px;
    color: #fff;
    font-size: 0.6rem;
  }
}
.footer__logo {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 500px;
    height: 33px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 80%;
    height: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-img {
    height: auto;
  }
}
.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.6rem;
  }
}

.p-catalog-content {
  max-width: 1080px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-catalog-content {
    padding: 0 180px 55px;
    border: 5px solid #000;
    margin: 88px auto 262px;
  }
}
@media screen and (max-width: 768px) {
  .p-catalog-content {
    border-top: 5px solid #000;
    padding: 0 4% 50px;
    margin: 72px auto 120px;
  }
}

.p-catalog-content__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 0 auto 31px;
  background-color: #000;
  position: relative;
  top: -35px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 8px 8px 0 #4682b4;
          box-shadow: 8px 8px 0 #4682b4;
}
@media screen and (min-width: 769px) {
  .p-catalog-content__title {
    width: 575px;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-catalog-content__title {
    width: 89.3333333333%;
    font-size: 16px;
    text-align: center;
  }
}

.c-contact__incomeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-contact__incomeBox {
    gap: 40px;
  }
}
@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;
  }
}

.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;
}