@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 431);
  }
}

.fz21 {
  font-size: 21px;
}
@media screen and (max-width: 1199px) {
  .fz21 {
    font-size: max(17px, 17px + 4 * (100vw - 768px) / 431);
  }
}

.fz22 {
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .fz22 {
    font-size: max(18px, 18px + 4 * (100vw - 768px) / 431);
  }
}

.fz23 {
  font-size: 23px;
}
@media screen and (max-width: 1199px) {
  .fz23 {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 431);
  }
}

.fz24 {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .fz24 {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 431);
  }
}

.fz25 {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  .fz25 {
    font-size: max(21px, 21px + 4 * (100vw - 768px) / 431);
  }
}

.fz26 {
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  .fz26 {
    font-size: max(22px, 22px + 4 * (100vw - 768px) / 431);
  }
}

.fz27 {
  font-size: 27px;
}
@media screen and (max-width: 1199px) {
  .fz27 {
    font-size: max(23px, 23px + 4 * (100vw - 768px) / 431);
  }
}

.fz28 {
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .fz28 {
    font-size: max(24px, 24px + 4 * (100vw - 768px) / 431);
  }
}

.fz29 {
  font-size: 29px;
}
@media screen and (max-width: 1199px) {
  .fz29 {
    font-size: max(25px, 25px + 4 * (100vw - 768px) / 431);
  }
}

.fz30 {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .fz30 {
    font-size: max(15px, 15px + 15 * (100vw - 768px) / 431);
  }
}

.fz31 {
  font-size: 31px;
}
@media screen and (max-width: 1199px) {
  .fz31 {
    font-size: max(26px, 26px + 5 * (100vw - 390px) / 809);
  }
}

.fz32 {
  font-size: 32px;
}
@media screen and (max-width: 1199px) {
  .fz32 {
    font-size: max(26px, 26px + 6 * (100vw - 390px) / 809);
  }
}

.fz33 {
  font-size: 33px;
}
@media screen and (max-width: 1199px) {
  .fz33 {
    font-size: max(28px, 28px + 5 * (100vw - 390px) / 809);
  }
}

.fz34 {
  font-size: 34px;
}
@media screen and (max-width: 1199px) {
  .fz34 {
    font-size: max(28px, 28px + 6 * (100vw - 390px) / 809);
  }
}

.fz35 {
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .fz35 {
    font-size: max(28px, 28px + 7 * (100vw - 390px) / 809);
  }
}

.fz36 {
  font-size: 36px;
}
@media screen and (max-width: 1199px) {
  .fz36 {
    font-size: max(30px, 30px + 6 * (100vw - 390px) / 809);
  }
}

.fz37 {
  font-size: 37px;
}
@media screen and (max-width: 1199px) {
  .fz37 {
    font-size: max(30px, 30px + 7 * (100vw - 390px) / 809);
  }
}

.fz38 {
  font-size: 38px;
}
@media screen and (max-width: 1199px) {
  .fz38 {
    font-size: max(30px, 30px + 8 * (100vw - 390px) / 809);
  }
}

.fz39 {
  font-size: 39px;
}
@media screen and (max-width: 1199px) {
  .fz39 {
    font-size: max(30px, 30px + 9 * (100vw - 390px) / 809);
  }
}

.fz40 {
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .fz40 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 809);
  }
}

.fz41 {
  font-size: 41px;
}
@media screen and (max-width: 1199px) {
  .fz41 {
    font-size: max(35px, 35px + 6 * (100vw - 390px) / 809);
  }
}

.fz42 {
  font-size: 42px;
}
@media screen and (max-width: 1199px) {
  .fz42 {
    font-size: max(35px, 35px + 7 * (100vw - 390px) / 809);
  }
}

.fz43 {
  font-size: 43px;
}
@media screen and (max-width: 1199px) {
  .fz43 {
    font-size: max(35px, 35px + 8 * (100vw - 390px) / 809);
  }
}

.fz44 {
  font-size: 44px;
}
@media screen and (max-width: 1199px) {
  .fz44 {
    font-size: max(35px, 35px + 9 * (100vw - 390px) / 809);
  }
}

.fz45 {
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .fz45 {
    font-size: max(40px, 40px + 5 * (100vw - 390px) / 809);
  }
}

.fz46 {
  font-size: 46px;
}
@media screen and (max-width: 1199px) {
  .fz46 {
    font-size: max(40px, 40px + 6 * (100vw - 390px) / 809);
  }
}

.fz47 {
  font-size: 47px;
}
@media screen and (max-width: 1199px) {
  .fz47 {
    font-size: max(40px, 40px + 7 * (100vw - 390px) / 809);
  }
}

.fz48 {
  font-size: 48px;
}
@media screen and (max-width: 1199px) {
  .fz48 {
    font-size: max(40px, 40px + 8 * (100vw - 390px) / 809);
  }
}

.fz49 {
  font-size: 49px;
}
@media screen and (max-width: 1199px) {
  .fz49 {
    font-size: max(40px, 40px + 9 * (100vw - 390px) / 809);
  }
}

.fz50 {
  font-size: 50px;
}
@media screen and (max-width: 1199px) {
  .fz50 {
    font-size: max(40px, 40px + 10 * (100vw - 390px) / 809);
  }
}

.lspa0025 {
  letter-spacing: 0.025em;
}

.lspa005 {
  letter-spacing: 0.05em;
}

.lspa0075 {
  letter-spacing: 0.075em;
}

.lspa01 {
  letter-spacing: 0.1em;
}

.lspa015 {
  letter-spacing: 0.15em;
}

.lspa02 {
  letter-spacing: 0.2em;
}

:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

main * {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2f2f2f;
  letter-spacing: 0.05em;
  background: #fff;
}

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

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

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

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

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

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

.fwh {
  font-weight: 900;
}

.en {
  font-family: "Anton", sans-serif;
}

.section_line {
  height: 14px;
}

.fullwide, .alignfull {
  margin-inline: calc(50% - 50vw) !important;
  width: 100vw;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.inner {
  max-width: calc(1050px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }
}

.red {
  color: #ba1b21;
}

main h1, header h1, footer h1 {
  font-size: 40px;
  line-height: 1.05;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  main h1, header h1, footer h1 {
    font-size: max(32px, 32px + 8 * (100vw - 768px) / 671);
  }
}
main h2, header h2, footer h2 {
  font-size: 40px;
  line-height: 1.05;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  main h2, header h2, footer h2 {
    font-size: max(32px, 32px + 8 * (100vw - 768px) / 671);
  }
}
main h2.large, header h2.large, footer h2.large {
  font-size: 45px;
  line-height: 1.7111111111;
}
@media screen and (max-width: 1199px) {
  main h2.large, header h2.large, footer h2.large {
    font-size: max(24px, 24px + 21 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main h2.large, header h2.large, footer h2.large {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
main .section_h2_wrap, header .section_h2_wrap, footer .section_h2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .section_h2_wrap .en, header .section_h2_wrap .en, footer .section_h2_wrap .en {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  main .section_h2_wrap .en, header .section_h2_wrap .en, footer .section_h2_wrap .en {
    font-size: max(24px, 24px + 4 * (100vw - 768px) / 671);
  }
}
main h3, header h3, footer h3 {
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 1199px) {
  main h3, header h3, footer h3 {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 671);
  }
}
main h4, header h4, footer h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  main h4, header h4, footer h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 809);
  }
}
main h5, header h5, footer h5 {
  font-size: 18px;
  line-height: 1.5555555556;
}
main p, header p, footer p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main p, header p, footer p {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 671);
  }
}
main img, header img, footer img {
  max-width: 100%;
  display: block;
  height: auto;
}

main.single .post_content h1 {
  margin: 2.5em 0 1em;
}
main.single .post_content h2 {
  margin: 2em 0 1em;
}
main.single .post_content h3 {
  margin: 1.8em 0 0.8em;
}
main.single .post_content h4 {
  margin: 1.5em 0 0.7em;
}
main.single .post_content h5 {
  margin: 1.2em 0 0.6em;
}
main.single .post_content h6 {
  margin: 1em 0 0.5em;
}
main.single .post_content p {
  margin: 1em 0;
  line-height: 2;
}
main.single .post_content img {
  margin: 1.5em 0;
  display: block;
  max-width: 100%;
  height: auto;
}
main.single .post_content ul, main.single .post_content ol {
  margin: 1.2em 0;
  padding-left: 1.5em;
}
main.single .post_content ul, main.single .post_content ul li {
  list-style: disc;
}
main.single .post_content ol, main.single .post_content ol li {
  list-style: decimal;
}
main.single .post_content li {
  margin: 0.5em 0;
}
main.single .post_content dl {
  margin: 1.5em 0;
}
main.single .post_content dt {
  margin: 0.5em 0 0.2em;
  font-weight: bold;
}
main.single .post_content dd {
  margin: 0 0 0.8em 1.5em;
}
main.single .post_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
main.single .post_content th, main.single .post_content td {
  padding: 0.8em;
  border: 1px solid #ddd;
}
main.single .post_content th {
  background: #f9f9f9;
}
main.single .post_content blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
}
main.single .post_content pre {
  margin: 1.5em 0;
  padding: 1em;
  background: #f4f4f4;
  overflow: auto;
}
main.single .post_content figure {
  margin: 1.5em 0;
}
main.single .post_content figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}
main.single .post_content hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ccc;
}
main.single .post_content code {
  background: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.main_btn a {
  width: 246px;
  height: 46px;
  padding: 12px 8px;
  border-radius: 5px;
  color: #2f2f2f;
  border: 2px solid #2f2f2f;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.main_btn a:hover {
  opacity: 1;
  color: #fff;
}
.main_btn a::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #2f2f2f;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
}
.main_btn a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.main_btn.white a {
  color: #fff;
  border: 2px solid #fff;
}
.main_btn.white a:hover {
  color: #2f2f2f;
}
.main_btn.white a::before {
  background-color: #fff;
}

main .wp-block-buttons .wp-block-button__link {
  width: 246px;
}

.sub_btn a {
  width: 207px !important;
  height: 45px;
  padding: 16px 8px;
  background: #f0f0ef;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  display: grid;
  place-items: center;
  letter-spacing: 0;
}

main a, header a, footer a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
main a:hover, header a:hover, footer a:hover {
  opacity: 0.7;
}
main .is_scaled, header .is_scaled, footer .is_scaled {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .is_scaled:hover, header .is_scaled:hover, footer .is_scaled:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main .is_scaled:hover, header .is_scaled:hover, footer .is_scaled:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}

/* チェックボックス（基本スタイル） */
input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
}

header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-top.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 101;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  header.header-top.is_fixed {
    height: max(80px, 80px + 20 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header.header-top.is_fixed {
    height: max(63.5px, 63.5px + 16.5 * (100vw - 390px) / 377);
  }
}
header.header-top .header-logo {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  header.header-top .header-logo {
    height: max(80px, 80px + 20 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header.header-top .header-logo {
    height: max(63.5px, 63.5px + 16.5 * (100vw - 390px) / 377);
  }
}
header.header-top .header-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header.header-top .header-logo a img {
  width: 138px;
}
@media screen and (max-width: 1199px) {
  header.header-top .header-logo a img {
    width: max(96px, 96px + 42 * (100vw - 768px) / 671);
  }
}
header.is_open .header_inner {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767px) {
  header.is_open .header_inner {
    background: rgb(240, 240, 239);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: max(63.5px, 63.5px + 16.5 * (100vw - 390px) / 377) !important;
  }
}
header.page-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  header.page-header {
    height: max(80px, 80px + 26 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header.page-header {
    height: max(63.5px, 63.5px + 16.5 * (100vw - 390px) / 377);
  }
}
header.page-header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 3%;
}
@media screen and (max-width: 500px) {
  header.page-header .header_inner {
    padding: 0 20px;
  }
}
header.page-header .header-logo img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  header.page-header .header-logo img {
    width: max(120px, 120px + 60 * (100vw - 390px) / 377);
  }
}
header .menu-toggle {
  position: fixed;
  top: -0.5px;
  right: 0;
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .menu-toggle:hover {
  opacity: 0.7;
}
header .menu-toggle img {
  width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  header .menu-toggle img {
    width: max(80px, 80px + 26 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header .menu-toggle img {
    width: max(63.5px, 63.5px + 16.5 * (100vw - 390px) / 377);
  }
}
header .menu-toggle .menu-close {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
header .menu-toggle.active .menu-open {
  opacity: 0;
  pointer-events: none;
}
header .menu-toggle.active .menu-close {
  opacity: 1;
  pointer-events: auto;
}
header .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/menu_bg.webp") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  header .menu-overlay {
    z-index: 1;
  }
}
header .menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
header .menu-overlay .menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .menu-overlay .menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(240, 240, 239, 0.91);
  }
}
header .menu-overlay .menu-left {
  width: 50%;
  background: rgba(240, 240, 239, 0.91);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  header .menu-overlay .menu-left {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 12vh;
  }
}
header .menu-overlay .menu-left .menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1199px) {
  header .menu-overlay .menu-left .menu_list {
    gap: max(12px, 12px + 6 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header .menu-overlay .menu-left .menu_list {
    gap: 15px;
  }
}
header .menu-overlay .menu-left nav.global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .menu-overlay .menu-left nav.global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1199px) {
  header .menu-overlay .menu-left nav.global-nav ul {
    gap: max(12px, 12px + 6 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  header .menu-overlay .menu-left nav.global-nav ul {
    gap: 15px;
  }
}
header .menu-overlay .menu-left nav.global-nav ul li a {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  header .menu-overlay .menu-left nav.global-nav ul li a {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 431);
  }
}
header .menu-overlay .menu-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  header .menu-overlay .menu-right {
    display: none;
  }
}
header .contact_list {
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  header .contact_list {
    margin-top: max(30px, 30px + 30 * (100vw - 768px) / 431);
  }
}
header .contact_list .contact_list_item {
  width: 290px;
  max-width: 100%;
  padding: 18px 15px;
  border: 6px solid #d80c18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
header .contact_list .contact_list_item:hover {
  opacity: 1;
  color: #fff;
}
header .contact_list .contact_list_item::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d80c18;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
}
header .contact_list .contact_list_item:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
header .contact_list .contact_list_item h3.en {
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
header .contact_list .contact_list_item p {
  font-weight: 500;
  margin-top: 8px;
}
header .header_menu_contact {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  header .header_menu_contact {
    margin-top: max(25px, 25px + 25 * (100vw - 768px) / 431);
  }
}
header .header_menu_contact p {
  line-height: 22px;
  font-weight: 500;
}
header .header_menu_contact p:first-of-type {
  letter-spacing: 0.05em;
}
header .header_menu_contact .tel {
  margin: 8px auto !important;
  font-family: "Anton", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
header .header_menu_contact .tel span {
  line-height: 1.5;
}
header .header_menu_contact .icon_ig img {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  header .header_menu_contact .icon_ig img {
    margin-top: max(20px, 20px + 20 * (100vw - 768px) / 431);
  }
}
header .header_menu_contact .menu-logo {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  header .header_menu_contact .menu-logo {
    display: none;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .loading-logo {
  width: 300px;
  -webkit-animation: loading-pulse 1.2s infinite;
          animation: loading-pulse 1.2s infinite;
}
@media screen and (max-width: 767px) {
  #loading .loading-logo {
    width: 200px;
  }
}

main.top .fv {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
}
main.top .fv.visible {
  opacity: 0;
  visibility: hidden;
}
main.top .fv::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 90px;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/icon_fv-scroll.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.top .fv::before {
    display: none;
  }
}
main.top .fv .vk_slider_item_container {
  width: 100%;
  height: 100%;
  position: relative;
}
main.top .fv .wp-block-vk-blocks-slider, main.top .fv .swiper-wrapper {
  height: 100% !important;
}
main.top .fv figure {
  width: 100%;
  height: 100%;
}
main.top .fv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .fv p {
  position: absolute;
  top: 9.79vh;
  left: 6.5vw;
  color: #fff;
}
main.top .fv .pickup_wrap {
  position: absolute;
  z-index: 1;
  padding: 8px;
  background: #fff;
  border-left: 20px solid #ba1b21;
  right: 1em;
  bottom: 1.8em;
  width: 304px;
}
@media screen and (max-width: 767px) {
  main.top .fv .pickup_wrap {
    left: 20px;
    right: 20px;
    max-width: 90vw;
  }
}
main.top .fv .pickup_wrap h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0;
}
main.top .fv .pickup_wrap img {
  aspect-ratio: 123/87;
}
main.top .fv .pickup_wrap .wp-block-post-title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 155px;
}
main.top .fv .pickup_wrap p {
  font-weight: bold;
  margin-top: 20px;
}

.fv_page {
  position: relative;
}
.fv_page .fv_page_img img {
  aspect-ratio: 1200/200;
  width: 100%;
  height: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_page .fv_page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .fv_page .fv_page_title {
    padding: 0 20px;
  }
}
.fv_page .fv_page_title h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 389px) {
  .fv_page .fv_page_title h1 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.fv_page .fv_page_title .fv_page_subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.fv p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 50px;
  letter-spacing: 0.15em;
  line-height: 1.54;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .fv p {
    font-size: max(32px, 32px + 18 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  .fv p {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 377);
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  .fv p {
    font-size: max(22px, 22px + 4 * (100vw - 320px) / 69);
  }
}

.fv_page.model-house h1, .fv_page.model-house p, .fv_page.privacy-policy h1, .fv_page.privacy-policy p, .fv_page.contact h1, .fv_page.contact p {
  color: #fff;
}

main.top {
  background: #fff;
}
main.top .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
}
main.top section.logo_section {
  margin-top: 100svh;
}
main.top section.logo_section {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  main.top section.logo_section img {
    width: max(240px, 240px + 70 * (100vw - 390px) / 377) !important;
  }
}
main.top section.logo_section p {
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
main.top section.concept {
  padding-top: 125px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  main.top section.concept {
    padding-top: max(75px, 75px + 50 * (100vw - 390px) / 377);
    padding-bottom: max(75px, 75px + 60 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 767px) {
  main.top section.concept h2 {
    text-align: center;
  }
}
main.top section.concept .concept_list {
  margin-top: 90px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1199px) {
  main.top section.concept .concept_list {
    -webkit-column-gap: max(20px, 20px + 30 * (100vw - 768px) / 431);
       -moz-column-gap: max(20px, 20px + 30 * (100vw - 768px) / 431);
            column-gap: max(20px, 20px + 30 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin-inline: auto;
    margin-top: max(50px, 50px + 40 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 500px) {
  main.top section.concept .concept_list {
    grid-template-columns: 1fr;
  }
}
main.top section.concept .concept_list .concept_list_item {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
main.top section.concept .concept_list .concept_list_item:nth-of-type(even) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_list .concept_list_item:nth-of-type(3n) {
    margin-top: -60px;
  }
  main.top section.concept .concept_list .concept_list_item:nth-of-type(4n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  main.top section.concept .concept_list .concept_list_item:nth-of-type(even) {
    margin-top: 0;
  }
  main.top section.concept .concept_list .concept_list_item:nth-of-type(3n) {
    margin-top: 0;
  }
  main.top section.concept .concept_list .concept_list_item:nth-of-type(4n) {
    margin-top: 0;
  }
}
main.top section.concept .concept_list .concept_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
main.top section.concept .concept_list .concept_list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/btn_right.png) no-repeat center/contain;
}
main.top section.concept .concept_list .concept_list_item:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_list .concept_list_item:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
main.top section.concept .concept_list .concept_list_item img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0.6;
  aspect-ratio: 225/340;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.concept .concept_list .concept_list_item h3 {
  position: absolute;
  right: 10px;
  top: 20px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1199px) {
  main.top section.concept .concept_list .concept_list_item h3 {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 500px) {
  main.top section.concept .concept_list .concept_list_item h3 {
    font-size: 24px;
    max-height: 85%;
  }
}
main.top section.concept .main_btn {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  main.top section.concept .main_btn {
    margin-top: max(75px, 75px + 60 * (100vw - 390px) / 377);
  }
}
main.top section.model-house {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  main.top section.model-house {
    padding-bottom: max(75px, 75px + 60 * (100vw - 390px) / 377);
    padding-top: max(75px, 75px + 60 * (100vw - 390px) / 377);
  }
}
main.top section.model-house .inner {
  max-width: calc(1135px + 6%);
  padding: 0 3%;
}
main.top section.model-house .model-house_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
main.top section.model-house .model-house_list .model-house_list_item {
  padding: 40px;
  border: 0.5px solid #2f2f2f;
  gap: 32px;
  width: 100%;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media screen and (max-width: 1199px) {
  main.top section.model-house .model-house_list .model-house_list_item {
    padding: max(30px, 30px + 10 * (100vw - 768px) / 431);
  }
}
main.top section.model-house .model-house_list .model-house_list_item:nth-of-type(2) .text h3 {
  margin-top: 64px;
}
@media screen and (max-width: 1199px) {
  main.top section.model-house .model-house_list .model-house_list_item:nth-of-type(2) .text h3 {
    margin-top: max(20px, 20px + 44 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item:nth-of-type(2) .text h3 {
    margin-top: 20px;
  }
}
main.top section.model-house .model-house_list .model-house_list_item figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item figure {
    width: 100%;
  }
}
main.top section.model-house .model-house_list .model-house_list_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item img {
    aspect-ratio: 528/375;
    height: auto;
  }
}
main.top section.model-house .model-house_list .model-house_list_item img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item img:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
main.top section.model-house .model-house_list .model-house_list_item .model-house_list_item_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.top section.model-house .model-house_list .model-house_list_item .text {
  justify-self: center;
  width: 100%;
  margin-bottom: 2em;
}
main.top section.model-house .model-house_list .model-house_list_item .text h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 48px;
}
@media screen and (max-width: 1199px) {
  main.top section.model-house .model-house_list .model-house_list_item .text h3 {
    margin-top: max(20px, 20px + 28 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item .text h3 {
    margin-top: 20px;
  }
}
main.top section.model-house .model-house_list .model-house_list_item .text .text_wrap {
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 16px;
  border-top: 0.75px solid #2f2f2f;
  border-bottom: 0.75px solid #2f2f2f;
  width: 100%;
}
main.top section.model-house .model-house_list .model-house_list_item .text .text_wrap p {
  font-weight: bold;
}
main.top section.model-house .model-house_list .model-house_list_item .text .text_wrap p:nth-of-type(n+2) {
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
main.top section.model-house .model-house_list .model-house_list_item .main_btn {
  margin-inline: 0 !important;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  main.top section.model-house .model-house_list .model-house_list_item .main_btn {
    margin-inline: auto !important;
  }
}
main.top section.model-house .model-house_list .model-house_list_item .main_btn a {
  letter-spacing: 0;
}
main.top section.works {
  padding-top: 125px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  main.top section.works {
    padding-top: max(75px, 75px + 50 * (100vw - 390px) / 377);
    padding-bottom: max(75px, 75px + 55 * (100vw - 390px) / 377);
  }
}
main.top section.works .works_list {
  margin-top: 55px;
}
main.top section.works .works_list figure {
  overflow: hidden;
}
main.top section.works .works_list figure img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.top section.works .works_list figure img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main.top section.works .works_list figure img:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
main.top section.works .works_list .works_list_left {
  width: 54.75%;
}
@media screen and (max-width: 767px) {
  main.top section.works .works_list .works_list_left {
    width: 100%;
  }
}
main.top section.works .works_list .works_list_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.works .works_list .works_list_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.top section.works .works_list .works_list_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.works .main_btn {
  margin-top: 90px;
}
main.top section.reform {
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  main.top section.reform {
    padding-bottom: max(75px, 75px + 60 * (100vw - 390px) / 377);
  }
}
main.top section.reform .reform_top {
  padding-top: 105px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main.top section.reform .reform_top {
    padding-top: max(75px, 75px + 30 * (100vw - 390px) / 377);
  }
}
main.top section.reform .reform_top h2 {
  font-size: 40px;
  line-height: 1.525;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  main.top section.reform .reform_top h2 {
    font-size: max(32px, 32px + 8 * (100vw - 768px) / 431);
  }
}
main.top section.reform .reform_top p {
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
main.top section.reform .reform_top .p_l {
  margin-top: 32px;
  font-weight: bold;
}
main.top section.reform .reform_top .p_s {
  line-height: 1.75;
  margin-top: 20px;
  font-weight: 500;
}
main.top section.reform .reform_bottom {
  margin-top: -32px;
}
main.top section.reform .reform_bottom .reform_list {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  main.top section.reform .reform_bottom .reform_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: max(50px, 50px + 25 * (100vw - 390px) / 377);
  }
}
main.top section.reform .reform_bottom .reform_list img {
  aspect-ratio: 348/257;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.top section.reform .reform_bottom .reform_list img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main.top section.reform .reform_bottom .reform_list img:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
main.top section.reform .reform_bottom p {
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
main.top section.reform .reform_bottom .homepro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main.top section.reform .reform_bottom .homepro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.top section.reform .reform_bottom .main_btn {
  margin-top: 65px;
}
main.top section.news {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  main.top section.news {
    padding-top: max(75px, 75px + 60 * (100vw - 390px) / 377);
    padding-bottom: max(75px, 75px + 60 * (100vw - 390px) / 377);
  }
}
main.top section.news .news_list ul {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  main.top section.news .news_list ul {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  main.top section.news .news_list ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: max(50px, 50px + 40 * (100vw - 390px) / 377);
  }
}
main.top section.news .news_list ul li figure img {
  aspect-ratio: 234/147;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.news .news_list ul li .taxonomy-category {
  margin-top: 28px;
  padding: 2px 24px;
  font-size: 14px;
  font-weight: 500;
  background-color: #757676;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  main.top section.news .news_list ul li .taxonomy-category {
    margin-top: max(16px, 16px + 12 * (100vw - 768px) / 431);
    font-size: max(12px, 12px + 2 * (100vw - 768px) / 431);
  }
}
main.top section.news .news_list ul li .wp-block-post-date {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #757676;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  main.top section.news .news_list ul li .wp-block-post-date {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 431);
  }
}
main.top section.news .news_list ul li .wp-block-post-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main.top section.news .news_list ul li .wp-block-post-title {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 431);
  }
}
main.top section.news .main_btn {
  margin-top: 30px;
}
main.top section.ig {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  main.top section.ig .ig_wrap {
    -webkit-column-gap: max(40px, 40px + 30 * (100vw - 768px) / 431);
       -moz-column-gap: max(40px, 40px + 30 * (100vw - 768px) / 431);
            column-gap: max(40px, 40px + 30 * (100vw - 768px) / 431);
  }
}
main.top section.ig .ig_wrap .ig_wrap_left img {
  width: 35px;
}
main.top section.ig .ig_wrap .ig_wrap_left .en {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
main.top section.ig .ig_wrap .ig_wrap_left h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2em;
  letter-spacing: 0;
}
main.top section.ig .ig_wrap .ig_wrap_left .sub_btn {
  margin-top: 28px;
}
main.top section.contact {
  padding-top: 75px;
  padding-bottom: 75px;
}

.page_content {
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .page_content {
    padding-top: max(70px, 70px + 65 * (100vw - 390px) / 377);
    padding-bottom: max(70px, 70px + 65 * (100vw - 390px) / 377);
  }
}
.page_content h2 {
  line-height: 1.675;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 767px) {
  .page_content h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 389px) {
  .page_content h2 {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
.page_content h3 {
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .page_content h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 809);
  }
}
.page_content p {
  letter-spacing: 0.1em;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .page_content p {
    line-height: 2.25;
  }
}
.page_content .left-half {
  padding-right: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50vw;
  margin-inline: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1600px) {
  .page_content .left-half {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_content .left-half {
    width: 100%;
    padding-right: 0;
    margin-inline: auto;
  }
}
.page_content .right-half {
  padding-left: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50vw;
  margin-inline: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1600px) {
  .page_content .right-half {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_content .right-half {
    width: 100%;
    padding-left: 0;
    margin-inline: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .page_content .c-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.page_content .main_btn_wrap {
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page_content .main_btn_wrap {
    gap: 20px;
  }
}
.page_content .main_btn_wrap .main_btn a {
  width: 250px;
  padding: 12px 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 8px;
}
.breadcrumb a {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.breadcrumb span {
  font-size: 14px;
}

main.concept section.realize .standard_wrap {
  margin-top: 75px;
  padding: 24px 8px;
}
@media screen and (max-width: 1199px) {
  main.concept section.realize .standard_wrap {
    margin-top: max(40px, 40px + 35 * (100vw - 390px) / 809);
  }
}
main.concept section.realize .standard_wrap h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  main.concept section.realize .standard_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 809);
  }
}
@media screen and (max-width: 1199px) {
  main.concept section.realize .standard_wrap .standard_list {
    margin-top: max(50px, 50px + 25 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  main.concept section.realize .standard_wrap .standard_list {
    margin-top: max(30px, 30px + 20 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 767px) {
  main.concept section.realize .standard_wrap .standard_list {
    row-gap: 20px;
  }
}
main.concept section.realize .standard_wrap .standard_list .standard_list_item {
  padding: 32px 8px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.5px solid #fff;
}
@media screen and (max-width: 767px) {
  main.concept section.realize .standard_wrap .standard_list .standard_list_item {
    padding: 24px 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  main.concept section.realize .standard_wrap .standard_list .standard_list_item:nth-of-type(2) {
    border-right: 0.5px solid #fff;
  }
}
main.concept section.realize .standard_wrap .standard_list .standard_list_item:last-of-type {
  border-right: 0.5px solid #fff;
}
main.concept section.realize .standard_wrap .standard_list .standard_list_item h4 {
  font-size: 16px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  padding: 0px 8px;
}
@media screen and (max-width: 1199px) {
  main.concept section.realize .standard_wrap .standard_list .standard_list_item h4 {
    width: 90%;
    min-width: auto;
  }
}
@media screen and (max-width: 389px) {
  main.concept section.realize .standard_wrap .standard_list .standard_list_item h4 {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
main.concept section.realize .standard_wrap .standard_list .standard_list_item p {
  line-height: 1.8125;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 389px) {
  main.concept section.realize .standard_wrap .standard_list .standard_list_item p {
    margin-top: 5px;
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.concept section.plan {
  padding: 105px 0;
}
@media screen and (max-width: 1199px) {
  main.concept section.plan {
    padding: max(60px, 60px + 45 * (100vw - 390px) / 809) 0;
  }
}
main.concept section.plan .plan_wrap h3 {
  margin-bottom: 30px;
}
main.concept section.ex-construction-method {
  padding: 125px 0 135px;
}
@media screen and (max-width: 1199px) {
  main.concept section.ex-construction-method {
    padding: max(70px, 70px + 55 * (100vw - 390px) / 809) 0 max(80px, 80px + 55 * (100vw - 390px) / 809);
  }
}
main.concept section.ex-construction-method h2 {
  margin-bottom: 54px !important;
}
@media screen and (max-width: 1199px) {
  main.concept section.ex-construction-method h2 {
    margin-bottom: max(40px, 40px + 14 * (100vw - 390px) / 809) !important;
  }
}
main.concept section.ex-construction-method .ex-construction-method_wrap h3 {
  margin-bottom: 8px;
}
main.concept section.ex-construction-method .ex-construction-method_img_wrap {
  margin-top: 105px;
}
@media screen and (max-width: 1199px) {
  main.concept section.ex-construction-method .ex-construction-method_img_wrap {
    margin-top: max(60px, 60px + 45 * (100vw - 390px) / 809);
  }
}
main.concept section.ex-construction-method .ex-construction-method_banner {
  margin-top: 105px;
}
@media screen and (max-width: 1199px) {
  main.concept section.ex-construction-method .ex-construction-method_banner {
    margin-top: max(60px, 60px + 45 * (100vw - 390px) / 809);
  }
}
main.concept section.ex-construction-method .main_btn {
  margin-top: 30px;
}
main.concept section.insulation {
  padding: 115px 0;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation {
    padding: max(70px, 70px + 45 * (100vw - 390px) / 809) 0;
  }
}
main.concept section.insulation h2 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation h2 {
    margin-bottom: max(40px, 40px + 30 * (100vw - 390px) / 809) !important;
  }
}
main.concept section.insulation .insulation_wrap h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation .insulation_wrap h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 809);
  }
}
main.concept section.insulation .insulation_list_wrap {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 95px;
  padding: 95px 40px 110px;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation .insulation_list_wrap {
    margin-top: max(60px, 60px + 35 * (100vw - 390px) / 809);
    padding: max(60px, 60px + 35 * (100vw - 390px) / 809) max(20px, 20px + 20 * (100vw - 390px) / 809) max(70px, 70px + 40 * (100vw - 390px) / 809);
  }
}
main.concept section.insulation .insulation_list_wrap .insulation_list {
  margin-top: 70px;
  max-width: none;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation .insulation_list_wrap .insulation_list {
    margin-top: max(40px, 40px + 30 * (100vw - 390px) / 809);
  }
}
main.concept section.insulation .insulation_list_wrap .insulation_list figure {
  margin-inline: auto;
  margin-bottom: 10px;
}
main.concept section.insulation .insulation_list_wrap .insulation_list h4 {
  padding: 10px 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main.concept section.insulation .insulation_list_wrap .insulation_list h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 809);
  }
}
@media screen and (max-width: 767px) {
  main.concept section.insulation .insulation_list_wrap .insulation_list h4 {
    padding: 5px 8px;
    margin-bottom: 10px;
  }
}
main.concept section.insulation .insulation_list_wrap .insulation_list p {
  line-height: 2;
}
main.concept section.airtight-test {
  padding: 115px 0 105px;
}
@media screen and (max-width: 1199px) {
  main.concept section.airtight-test {
    padding: max(70px, 70px + 45 * (100vw - 390px) / 809) 0 max(60px, 60px + 45 * (100vw - 390px) / 809);
  }
}
main.concept section.airtight-test h2 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1199px) {
  main.concept section.airtight-test h2 {
    margin-bottom: max(40px, 40px + 30 * (100vw - 390px) / 809) !important;
  }
}
main.concept .after-follow_title_wrap {
  padding: 125px 0 115px;
}
@media screen and (max-width: 1199px) {
  main.concept .after-follow_title_wrap {
    padding: max(70px, 70px + 55 * (100vw - 390px) / 809) 0 max(60px, 60px + 55 * (100vw - 390px) / 809);
  }
}
main.concept .after-follow_title_wrap p {
  padding: 0;
  line-height: 1.675;
}
main.concept section.guarantee {
  padding: 115px 0 120px;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee {
    padding: max(70px, 70px + 45 * (100vw - 390px) / 809) 0 max(80px, 80px + 40 * (100vw - 390px) / 809);
  }
}
main.concept section.guarantee h2 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee h2 {
    margin-bottom: max(40px, 40px + 15 * (100vw - 390px) / 809) !important;
  }
}
main.concept section.guarantee .guarantee_text h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee .guarantee_text h3 {
    margin-bottom: max(16px, 16px + 14 * (100vw - 390px) / 809);
  }
}
main.concept section.guarantee .guarantee_img_wrap {
  margin-top: 45px;
  padding: 105px 0;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee .guarantee_img_wrap {
    padding: max(60px, 60px + 45 * (100vw - 390px) / 809) 0;
  }
}
@media screen and (max-width: 767px) {
  main.concept section.guarantee .guarantee_img_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item {
  background: #fff;
  padding: 15px 20px 20px 60px;
  min-height: 85px;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 809) max(15px, 15px + 5 * (100vw - 390px) / 809) max(15px, 15px + 5 * (100vw - 390px) / 809) max(50px, 50px + 10 * (100vw - 390px) / 809);
  }
}
main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item h3 {
  min-width: 160px;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 809);
  }
}
main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item h3::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 25px;
  height: 25px;
  background: url(../img/icon_check_red.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item h3::before {
    width: 20px;
    height: 20px;
    left: -8px;
  }
}
main.concept section.guarantee .guarantee_img_wrap .guarantee_list .guarantee_list_item p {
  line-height: 1.5625;
  margin-top: 4px;
}
main.concept section.guarantee .guarantee_text02_wrap {
  padding-top: 110px;
}
@media screen and (max-width: 1199px) {
  main.concept section.guarantee .guarantee_text02_wrap {
    padding-top: max(60px, 60px + 50 * (100vw - 390px) / 809);
  }
}
main.concept section.guarantee .guarantee_text02_wrap p {
  margin-top: 8px;
  line-height: 1.6875;
}
main.concept section.after-follow {
  padding-top: 125px;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow {
    padding-top: max(70px, 70px + 55 * (100vw - 390px) / 809);
  }
}
main.concept section.after-follow h2 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow h2 {
    margin-bottom: max(40px, 40px + 75 * (100vw - 390px) / 809) !important;
  }
}
main.concept section.after-follow .after-follow_wrap {
  padding-bottom: 105px;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow .after-follow_wrap {
    padding-bottom: max(60px, 60px + 45 * (100vw - 390px) / 809);
  }
}
main.concept section.after-follow .after-follow_wrap h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow .after-follow_wrap h3 {
    margin-bottom: max(16px, 16px + 8 * (100vw - 390px) / 809);
  }
}
main.concept section.after-follow .standard-spec_wrap {
  padding: 105px 0 115px;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow .standard-spec_wrap {
    padding: max(60px, 60px + 45 * (100vw - 390px) / 809) 0 max(70px, 70px + 45 * (100vw - 390px) / 809);
  }
}
main.concept section.after-follow .standard-spec_wrap h3 {
  margin-bottom: 50px;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  main.concept section.after-follow .standard-spec_wrap h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 809);
    margin-bottom: max(30px, 30px + 20 * (100vw - 390px) / 809);
  }
}
main.concept section.after-follow .standard-spec_wrap .standard-spec_list {
  max-width: calc(1135px + 6%);
  padding: 0 3%;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  main.concept section.after-follow .standard-spec_wrap .standard-spec_list {
    padding: 0 8px;
    gap: 8px;
  }
}
main.concept section.after-follow .standard-spec_wrap .standard-spec_list p {
  padding: 8px;
  font-weight: 500;
  line-height: 1.5;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main.concept section.after-follow .standard-spec_wrap .standard-spec_list p {
    padding: 8px 4px;
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 377);
  }
}
main.concept section.reform h2.en {
  padding: 50px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  main.concept section.reform h2.en {
    padding: max(30px, 30px + 20 * (100vw - 390px) / 809) 0;
  }
}
@media screen and (max-width: 389px) {
  main.concept section.reform h2.en {
    font-size: 24px;
  }
}
main.concept section.reform h2.ja {
  line-height: 1.275;
}
main.concept section.reform .reform_wrap {
  padding: 60px 0 0;
}
@media screen and (max-width: 1199px) {
  main.concept section.reform .reform_wrap {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 809) 0 0;
  }
}
main.concept section.reform .reform_wrap p {
  line-height: 2;
}

main.model-house .page_content h2 {
  letter-spacing: 0.08em;
}
main.model-house .tab_wrap {
  margin-bottom: 50px;
}
main.model-house .tab_wrap .c-container {
  padding: 0;
}
main.model-house .tab_wrap .tab_list .tab_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f0f0ef;
  border: 2px solid #fff;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
main.model-house .tab_wrap .tab_list .tab_item.active {
  background: #ba1b21;
  color: #fff;
}
main.model-house .tab_wrap .tab_list .tab_item.active .coming-soon {
  color: #fff;
}
main.model-house .tab_wrap .tab_list .tab_item p {
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
}
main.model-house .tab_wrap .tab_list .tab_item .coming-soon {
  font-size: 13px;
  color: #757676;
  letter-spacing: 0.05em;
  font-weight: 400;
}
main.model-house .tab_contents {
  margin-top: 1em;
}
main.model-house .tab_contents .tab_content {
  display: none;
}
main.model-house .tab_contents .tab_content.active {
  display: block;
}
main.model-house .tab_contents .tab_content img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.model-house .tab_contents .tab_content img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  main.model-house .tab_contents .tab_content img:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
main.model-house .model-house_wrap {
  margin-top: 115px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_wrap {
    margin-top: max(70px, 70px + 45 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_wrap h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 2px 12px;
  background: #f0f0ef;
  margin-bottom: 10px;
}
main.model-house h3.en {
  margin-bottom: 16px;
}
main.model-house .model-house_thumbnail {
  margin-top: 45px;
}
main.model-house .model-house_thumbnail img {
  width: 100%;
  max-height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.model-house .model-house_concept_wrap {
  padding-top: 32px;
}
main.model-house .model-house_concept_list {
  margin-top: 115px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_concept_list {
    margin-top: max(70px, 70px + 45 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_plan_wrap {
  padding-top: 85px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_plan_wrap {
    padding-top: max(50px, 50px + 35 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_plan_wrap .model-house_wrap {
  margin-top: 115px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_plan_wrap .model-house_wrap {
    margin-top: max(70px, 70px + 45 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_access {
  padding-top: 120px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_access {
    padding-top: max(70px, 70px + 50 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_contact {
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_contact {
    margin-top: max(50px, 50px + 35 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_beofre_wrap {
  margin-top: 75px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_beofre_wrap {
    margin-top: max(40px, 40px + 35 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_beofre_wrap .model-house_before_list {
  margin-top: 40px;
}
main.model-house .model-house_beofre_wrap .model-house_gaiyou {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_beofre_wrap .model-house_gaiyou {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_beofre_wrap .model-house_gaiyou h3 {
  margin-bottom: 30px;
}
main.model-house .model-house_contact {
  min-height: 280px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_contact {
    padding: max(40px, 40px + 35 * (100vw - 390px) / 809) 0;
  }
}
main.model-house .model-house_contact .contact_wrap h2 {
  margin-bottom: 0 !important;
  line-height: 1.25;
  font-size: 32px;
}
@media screen and (max-width: 1199px) {
  main.model-house .model-house_contact .contact_wrap h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 809);
  }
}
main.model-house .model-house_contact .contact_wrap h3.en {
  margin-bottom: 32px;
}
main.model-house .model-house_contact .contact_wrap p {
  letter-spacing: 0.1em;
  font-weight: 400;
}
main.model-house .reform h2.en {
  line-height: 1.25;
  padding: 0.8em 2.375em;
}
main.model-house .reform h2.en .sme-font-size {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1199px) {
  main.model-house .reform h2.en .sme-font-size {
    font-size: max(20px, 20px + 20 * (100vw - 320px) / 879) !important;
  }
}
main.model-house .reform h3 {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  main.model-house .reform h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 809);
  }
}
main.model-house .reform p {
  line-height: 2;
  margin-top: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main.privacy-policy p {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main.privacy-policy p {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 377);
  }
}
main.privacy-policy .border_wrap {
  border-top: 0.5px solid #545252;
  border-bottom: 0.5px solid #545252;
  padding: 2em 1em;
}
main.privacy-policy .privacy_wrap {
  padding: 3em 1em;
}

.window .privacy-policy_wrap h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.window .privacy-policy_wrap p {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .window .privacy-policy_wrap p {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 377);
  }
}
.window .privacy-policy_wrap .border_wrap {
  border-top: 0.5px solid #545252;
  border-bottom: 0.5px solid #545252;
  padding: 2em 1em;
}
@media screen and (max-width: 767px) {
  .window .privacy-policy_wrap .border_wrap {
    padding: 1em 10px;
  }
}
.window .privacy-policy_wrap .privacy_wrap {
  padding: 3em 1em;
}
@media screen and (max-width: 767px) {
  .window .privacy-policy_wrap .privacy_wrap {
    padding: 2em 10px;
  }
}

main.contact .page_content {
  padding-bottom: 0;
}

main.about .page_content {
  padding-bottom: 0;
}
main.about section.about .about_img_list {
  margin-top: 85px;
  max-width: 765px;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  main.about section.about .about_img_list {
    margin-top: max(50px, 50px + 35 * (100vw - 390px) / 809);
  }
}
main.about section.about .about_img_list img {
  width: 100%;
}
main.about section.about .about_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 0.25px solid #231815;
}
@media screen and (max-width: 1199px) {
  main.about section.about .about_list {
    margin-top: max(60px, 60px + 30 * (100vw - 390px) / 809);
  }
}
@media screen and (max-width: 500px) {
  main.about section.about .about_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.about section.about .about_list dt, main.about section.about .about_list dd {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  border-top: 0.25px solid #231815;
  line-height: 2.625;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.about section.about .about_list dt, main.about section.about .about_list dd {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 447);
  }
}
main.about section.about .about_list dt {
  width: 145px;
  padding-left: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.about section.about .about_list dt {
    width: 100%;
    padding: 1em 8px 0;
  }
}
main.about section.about .about_list dd {
  width: calc(100% - 145px);
  padding-right: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.about section.about .about_list dd {
    width: 100%;
    border-top: none;
    padding: 0 8px 1em;
  }
}
main.about section.about .map {
  margin-inline: calc(50% - 50vw) !important;
  width: 100vw;
  margin-top: 150px;
  max-width: none !important;
}
@media screen and (max-width: 1199px) {
  main.about section.about .map {
    margin-top: max(80px, 80px + 70 * (100vw - 390px) / 809);
  }
}
main.about section.about iframe {
  width: 100%;
  aspect-ratio: 1200/430;
  height: auto;
  max-height: 430px;
}
@media screen and (max-width: 767px) {
  main.about section.about iframe {
    aspect-ratio: 4/3;
  }
}

.post_content {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .post_content {
    padding-top: max(70px, 70px + 20 * (100vw - 390px) / 377);
    padding-bottom: max(70px, 70px + 50 * (100vw - 390px) / 377);
  }
}

main.archive .post_content .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 75px;
  border-bottom: 0.25px solid #2f2f2f;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: max(40px, 40px + 35 * (100vw - 390px) / 377);
    padding-bottom: max(40px, 40px + 35 * (100vw - 390px) / 377);
  }
}
main.archive .post_content .news-item .news-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 234px;
      -ms-flex: 0 0 234px;
          flex: 0 0 234px;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item .news-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
main.archive .post_content .news-item .news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 234/147;
  margin: 0;
}
main.archive .post_content .news-item .news-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.archive .post_content .news-item .news-content .news-meta time {
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item .news-content .news-meta time {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 377);
    margin-right: max(8px, 8px + 8 * (100vw - 390px) / 377);
  }
}
main.archive .post_content .news-item .news-content .news-meta .news-category {
  display: inline-block;
  background: #757676;
  color: #fff;
  font-size: 14px;
  padding: 2px 22px;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item .news-content .news-meta .news-category {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 377);
    padding: 2px max(15px, 15px + 7 * (100vw - 390px) / 377);
  }
}
main.archive .post_content .news-item .news-content .news-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item .news-content .news-title {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 377);
    margin-top: max(16px, 16px + 8 * (100vw - 390px) / 377);
  }
}
main.archive .post_content .news-item .news-content .news-excerpt {
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  main.archive .post_content .news-item .news-content .news-excerpt {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 377);
  }
}
main.archive .post_content .pagination {
  text-align: center;
  margin-top: 8 0px;
}
main.archive .post_content .pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
main.archive .post_content .pagination .page-numbers.current, main.archive .post_content .pagination .page-numbers:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
main.archive .post_content .pagination .page-numbers.dots:hover {
  background: #fff;
  color: #333;
}

main.single .post_content .news-meta .news-category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #757676;
  color: #fff;
  font-size: 14px;
  padding: 2px 22px;
}
@media screen and (max-width: 767px) {
  main.single .post_content .news-meta .news-category {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 377);
    padding: 2px max(15px, 15px + 7 * (100vw - 390px) / 377);
  }
}
main.single .post_content .news-meta time {
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  main.single .post_content .news-meta time {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 377);
    margin-right: max(8px, 8px + 8 * (100vw - 390px) / 377);
  }
}
main.single .post_content .news-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
main.single .post_content .news-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 0.5px;
  background-color: #2f2f2f;
}
main.single .post_content .main_btn {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  main.single .post_content .main_btn {
    margin-top: max(70px, 70px + 20 * (100vw - 390px) / 377);
  }
}
main.single .post_content .main_btn a {
  margin-inline: auto;
  line-height: 1;
}

.wpcf7 {
  background: #f0f0ef;
  padding: 2em 0 250px;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1199px) {
  .wpcf7 {
    padding-bottom: max(125px, 125px + 125 * (100vw - 390px) / 809);
  }
}
.wpcf7 .form_wrap .inner {
  max-width: calc(960px + 10%);
}
.wpcf7 .form_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 809);
  }
}
.wpcf7 .form_wrap .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wpcf7 .form_wrap .form_item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7 .form_wrap .form_item.column .form_label {
  width: 100%;
}
.wpcf7 .form_wrap .form_item.column.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .form_wrap .form_item .form_label {
  width: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_label {
    width: max(210px, 210px + 55 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_label {
    width: auto;
  }
}
.wpcf7 .form_wrap .form_item .form_label.as-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 1em;
}
.wpcf7 .form_wrap .form_item .form_label .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_label .title {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item .form_label .required {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: #757676;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_label .required {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 879);
    width: max(40px, 40px + 10 * (100vw - 320px) / 879);
    height: max(20px, 20px + 10 * (100vw - 320px) / 879);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_label .required {
    margin-left: 1em;
  }
}
.wpcf7 .form_wrap .form_item .form_field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field {
    width: 100%;
  }
}
.wpcf7 .form_wrap .form_item .form_field input[type=text],
.wpcf7 .form_wrap .form_item .form_field input[type=email],
.wpcf7 .form_wrap .form_item .form_field input[type=tel],
.wpcf7 .form_wrap .form_item .form_field input[type=date],
.wpcf7 .form_wrap .form_item .form_field textarea {
  width: 100%;
  height: 64px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field input[type=text],
  .wpcf7 .form_wrap .form_item .form_field input[type=email],
  .wpcf7 .form_wrap .form_item .form_field input[type=tel],
  .wpcf7 .form_wrap .form_item .form_field input[type=date],
  .wpcf7 .form_wrap .form_item .form_field textarea {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 879);
    height: max(40px, 40px + 24 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item .form_field textarea {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.wpcf7 .form_wrap .form_item .form_field input[type=date] {
  background-image: url("../img/icon_calendar.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field input[type=date] {
    background-size: 15px;
  }
}
.wpcf7 .form_wrap .form_item .form_field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.wpcf7 .form_wrap .form_item .form_field input::-webkit-date-and-time-value {
  text-align: left;
}
.wpcf7 .form_wrap .form_item .form_field .date_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .date_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
.wpcf7 .form_wrap .form_item .form_field .date_time:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .date_time .flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    width: 100%;
  }
}
.wpcf7 .form_wrap .form_item .form_field .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field .flex {
    gap: max(10px, 10px + 5 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item .form_field .flex .wpcf7-form-control-wrap, .wpcf7 .form_wrap .form_item .form_field .flex .select_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7 .form_wrap .form_item .form_field textarea {
  height: 250px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field textarea {
    height: max(200px, 200px + 50 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item .form_field .select_wrap {
  position: relative;
}
.wpcf7 .form_wrap .form_item .form_field .select_wrap select {
  width: 100%;
  height: 64px;
  padding: 0 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/icon_down.png") no-repeat right 20px center;
  background-size: 25px;
  background-color: #fff;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field .select_wrap select {
    height: max(40px, 40px + 24 * (100vw - 320px) / 879);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .select_wrap select {
    background-position: right 10px center;
    background-size: 20px;
  }
}
.wpcf7 .form_wrap .form_item .form_field p.fz28 {
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.wpcf7 .form_wrap .form_item .form_field p.fz28 span {
  display: inline-block;
  line-height: 40px;
  vertical-align: 4px;
}
.wpcf7 .form_wrap .form_item .form_field span {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field span {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01, .wpcf7 .form_wrap .form_item .form_field .addr_wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .addr_wrap01, .wpcf7 .form_wrap .form_item .form_field .addr_wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01 p, .wpcf7 .form_wrap .form_item .form_field .addr_wrap02 p {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.5;
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item .form_field .addr_wrap01 {
    margin-bottom: max(20px, 20px + 25 * (100vw - 390px) / 809);
  }
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01 .addr_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01 input {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .addr_wrap01 input {
    max-width: 100%;
    width: 180px;
  }
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap01 .hyphen {
  font-size: 16px;
  margin: 0 4px;
}
.wpcf7 .form_wrap .form_item .form_field .addr_wrap02 .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .form_field .addr_wrap02 .wpcf7-form-control-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.wpcf7 .form_wrap .form_item.know .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.plan .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.request .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item.know .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.plan .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.request .wpcf7-checkbox {
    gap: max(15px, 15px + 5 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item.know span, .wpcf7 .form_wrap .form_item.plan span, .wpcf7 .form_wrap .form_item.request span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item.know span, .wpcf7 .form_wrap .form_item.plan span, .wpcf7 .form_wrap .form_item.request span {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item.know {
  margin-top: 115px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item.know {
    margin-top: max(70px, 70px + 45 * (100vw - 390px) / 809);
  }
}
.wpcf7 .form_wrap .form_item.know .form_field {
  margin-top: 10px;
}
.wpcf7 .form_wrap .form_item.plan .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.request .wpcf7-checkbox {
  gap: 20px 40px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item.plan .wpcf7-checkbox, .wpcf7 .form_wrap .form_item.request .wpcf7-checkbox {
    gap: max(15px, 15px + 5 * (100vw - 320px) / 879) max(20px, 20px + 20 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap .form_item.privacy {
  margin-top: 95px;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .form_item.privacy {
    margin-top: max(60px, 60px + 35 * (100vw - 390px) / 809);
  }
}
.wpcf7 .form_wrap .form_item .captcha {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_wrap .form_item .captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wpcf7 .form_wrap .form_item .captcha input.wpcf7-form-control.wpcf7-captchar {
  width: 200px !important;
}
.wpcf7 .form_wrap .message_label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1199px) {
  .wpcf7 .form_wrap .message_label {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 879);
  }
}
.wpcf7 .form_wrap input[type=submit] {
  width: 248px;
  height: 46px;
  background: #2f2f2f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 .form_wrap .wpcf7-submit:disabled {
  background: #ccc;
  color: #666;
}
.wpcf7 .form_wrap input.datepicker {
  background-image: url("../img/icon_calendar.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  padding-right: 30px;
}
.wpcf7 label.open, .wpcf7 a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 label.open:hover, .wpcf7 a:hover {
  opacity: 0.8;
}
.wpcf7 .wpcf7-acceptance, .wpcf7 .wpcf7-checkbox {
  /* ラベル全体をクリック領域に */
  /* 実際のチェックボックスを透明に＆クリックを効かせる */
  /* テキスト部分に擬似要素でボックスを作る */
  /* チェック時に ::after を表示 */
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px; /* チェックボックス分の余白 */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item, .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox], .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2; /* 擬似要素より前面 */
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  /* pointer-events: none で、擬似要素がクリックを邪魔しないように */
  /* チェックマーク用擬似要素（初期は非表示） */
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 53%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  background: #f0f0ef;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  border-left: 2.8px solid #444;
  border-bottom: 2.8px solid #444;
  left: -8px;
  top: calc(50% - 11px);
  -webkit-transform: rotate(-45deg) translate(-100%, -50%);
          transform: rotate(-45deg) translate(-100%, -50%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::after {
    width: 10px;
    height: 6px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    left: -8px;
    top: calc(50% - 8px);
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-response-output {
  max-width: 960px;
  margin-inline: auto !important;
}
@media screen and (max-width: 1199px) {
  .wpcf7-response-output {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    width: calc(100% - 40px);
  }
}

footer {
  background: #fff;
}

section.contact {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
section.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  opacity: 0.43;
  z-index: 1;
}
section.contact .wp-block-cover__image-background {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
section.contact .contact_wrap {
  position: relative;
  z-index: 2;
}
section.contact .contact_wrap p {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
section.contact .contact_wrap .tel {
  font-size: 42px;
  letter-spacing: 0.075em;
  font-family: "Anton", sans-serif;
  margin: 8px auto;
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .tel span:nth-of-type(1) {
    font-size: max(24px, 24px + 10 * (100vw - 390px) / 377) !important;
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .tel span:nth-of-type(2) {
    font-size: max(32px, 32px + 10 * (100vw - 390px) / 377) !important;
  }
}
@media screen and (max-width: 389px) {
  section.contact .contact_wrap .tel span:nth-of-type(2) {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69) !important;
  }
}
section.contact .contact_wrap .contact_list {
  margin-top: 20px;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .contact_list {
    max-width: 400px;
    row-gap: max(20px, 20px + 10 * (100vw - 390px) / 377);
  }
}
section.contact .contact_wrap .contact_list .contact_list_item {
  padding: 30px 20px;
  border: 7px solid #d80c18;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .contact_list .contact_list_item {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 377) max(15px, 15px + 5 * (100vw - 390px) / 377);
  }
}
section.contact .contact_wrap .contact_list .contact_list_item:hover {
  opacity: 1;
}
section.contact .contact_wrap .contact_list .contact_list_item::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d80c18;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: -1;
}
section.contact .contact_wrap .contact_list .contact_list_item:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
section.contact .contact_wrap .contact_list .contact_list_item h3.en {
  font-size: 36px;
  line-height: 35px;
  font-weight: 900;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .contact_list .contact_list_item h3.en {
    font-size: max(26px, 26px + 10 * (100vw - 390px) / 377);
  }
}
section.contact .contact_wrap .contact_list .contact_list_item p {
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_wrap .contact_list .contact_list_item p {
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 377);
  }
}

section.footer {
  padding-top: 80px;
}
section.footer .inner {
  max-width: calc(980px + 10%);
}
@media screen and (max-width: 1199px) {
  section.footer .footer_wrap {
    -webkit-column-gap: max(50px, 50px + 30 * (100vw - 768px) / 431);
       -moz-column-gap: max(50px, 50px + 30 * (100vw - 768px) / 431);
            column-gap: max(50px, 50px + 30 * (100vw - 768px) / 431);
  }
}
@media screen and (max-width: 767px) {
  section.footer .footer_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  section.footer .footer_wrap .footer_wrap_left .footer_logo {
    width: max(240px, 240px + 40 * (100vw - 390px) / 377);
    margin-inline: auto;
  }
}
section.footer .footer_wrap .footer_wrap_left p {
  margin-top: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
section.footer .footer_wrap .footer_wrap_left .icon_ig {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  section.footer .footer_wrap .footer_wrap_left .icon_ig img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1199px) {
  section.footer .footer_wrap .footer_wrap_right {
    -webkit-column-gap: max(30px, 30px + 25 * (100vw - 768px) / 431);
       -moz-column-gap: max(30px, 30px + 25 * (100vw - 768px) / 431);
            column-gap: max(30px, 30px + 25 * (100vw - 768px) / 431);
  }
}
section.footer .footer_wrap .footer_wrap_right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
section.footer .footer_wrap .footer_wrap_right ul li a {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  section.footer .footer_wrap .footer_wrap_right ul li a {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 431);
  }
}
section.footer .footer_text {
  margin-top: 135px;
  letter-spacing: 0.075em;
  font-weight: 500;
  padding-bottom: 55px;
  line-height: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  section.footer .footer_text {
    margin-top: max(70px, 70px + 65 * (100vw - 390px) / 377);
  }
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
}
.copyright p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.pagetop {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: url(../img/pagetop.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 65px;
  }
}
.pagetop.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.pagetop:hover {
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.footer_fixed_btn_pc {
  position: fixed;
  top: 20%;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .footer_fixed_btn_pc {
    right: max(5px, 5px + 15 * (100vw - 768px) / 431);
  }
}
.footer_fixed_btn_pc .wp-block-button a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: auto;
  padding-bottom: 35px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .footer_fixed_btn_pc .wp-block-button a {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 431);
    padding: 12px max(12px, 12px + 12 * (100vw - 768px) / 431);
    padding-bottom: 35px;
  }
}
.footer_fixed_btn_pc .wp-block-button a::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 29px;
  height: auto;
  aspect-ratio: 29/9;
  background: url(../img/icon_arrow_right.png) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .footer_fixed_btn_pc .wp-block-button a::after {
    width: max(22px, 22px + 7 * (100vw - 768px) / 431);
  }
}
.footer_fixed_btn_pc .wp-block-button a:hover {
  opacity: 0.7;
}

.footer_fixed_btn_sp {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn_sp {
    display: grid !important;
  }
}
.footer_fixed_btn_sp .wp-block-button {
  width: 100%;
  position: relative;
}
.footer_fixed_btn_sp .wp-block-button a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 14px;
  height: 63.5px;
  letter-spacing: 0;
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn_sp .wp-block-button a {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.footer_fixed_btn_sp .wp-block-button.tel_btn a::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14.5px;
  height: 16.6px;
  background: url(../img/icon_phone.png) no-repeat center/contain;
}
.footer_fixed_btn_sp .wp-block-button.contact_btn a::before, .footer_fixed_btn_sp .wp-block-button.model-house_btn a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 16px;
  right: 10px;
  width: 28.5px;
  height: 8.5px;
  background: url(../img/icon_allow_right_sp.png) no-repeat center/contain;
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn_sp .wp-block-button.contact_btn a::before, .footer_fixed_btn_sp .wp-block-button.model-house_btn a::before {
    width: max(24px, 24px + 4.5 * (100vw - 320px) / 69);
    height: max(7px, 7px + 1.5 * (100vw - 320px) / 69);
  }
}

.footer_fixed_btn_sp.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.open {
  cursor: pointer;
}

.contact_wrap .open {
  text-decoration: underline;
}

#popup {
  display: none;
}

.overlay {
  display: none;
}

#popup:checked + .overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.window {
  width: 80vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 1200px;
  background-color: #fff;
  border-radius: 2px;
  overflow-y: scroll;
  padding: 80px 90px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .window {
    padding: 5% 10px;
    width: calc(100vw - 40px);
  }
}

.close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 8px;
  font-size: 20px;
}

.close_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.close_btn_wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .close_btn_wrap {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.close_btn_wrap .close_btn {
  cursor: pointer;
  font-size: 16px;
  width: 92px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  background: #fff;
  border: 0.5px solid #545252;
  border-radius: 8.5px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media screen and (max-width: 767px) {
  .close_btn_wrap .close_btn {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 377);
  }
}
.close_btn_wrap .close_btn:hover {
  opacity: 0.7;
}