/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
:root {
  --font-serif: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

html {
  font-size: 6.25%;
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 390);
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 6.25%;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 6.25%;
  }
}

html:not(:has(#contact)) {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: auto;
}

.all-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 126px;
  font-size: 16px;
}
.all-wrapper > main {
  flex: 1;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
@media screen and (max-width: 1460px) {
  .all-wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .all-wrapper {
    padding-top: 50rem;
    font-size: 16rem;
  }
}

.common-page-title {
  height: 358px;
  padding-top: 280px;
  background: url(/assets/images/common/page-title-bg.jpg) no-repeat center center/cover;
}
.common-page-title span {
  display: block;
  text-align: center;
  font-family: serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 78px;
  background-color: rgba(242, 240, 235, 0.77);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .common-page-title {
    height: 93rem;
    padding-top: 57rem;
  }
  .common-page-title span {
    font-size: 16rem;
    line-height: 36rem;
  }
}

.common-text-content {
  max-width: 1360px;
  margin: 50px auto 82px;
  padding: 0 40px;
  line-height: 30px;
  letter-spacing: 0;
}
.common-text-content > :first-child {
  margin-top: 0;
}
.common-text-content a {
  text-decoration: underline;
  color: #286da8;
}
.common-text-content dl {
  margin: 30px 0;
}
.common-text-content dl dt {
  font-weight: bold;
}
.common-text-content dl dt:not(:first-child) {
  margin-top: 30px;
}
.common-text-content dl dd {
  margin-top: 0.5em;
}
.common-text-content ul > li {
  position: relative;
  padding-left: 1em;
}
.common-text-content ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.common-text-content ol {
  margin-left: 2em;
}
.common-text-content ol > li {
  list-style-type: decimal;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .common-text-content {
    margin: 19rem 0 24rem;
    padding: 0 25rem;
    font-size: 12rem;
    line-height: 22rem;
  }
  .common-text-content > :first-child {
    margin-top: 0;
  }
  .common-text-content dl {
    margin: 30rem 0;
  }
  .common-text-content dl dt:not(:first-child) {
    margin-top: 30rem;
  }
}

#top main {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main {
    font-size: 15px;
    line-height: 26px;
  }
}
#top main p a {
  text-decoration: underline;
  color: #286da8;
}
@media screen and (min-width: 768px) {
  #top main .main-visual {
    display: flex;
    justify-content: right;
    align-items: baseline;
    height: 954px;
    padding: 97px calc(50% - 762px) 0 0;
    background: url(/assets/images/top/main-image.jpg) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1604px) {
  #top main .main-visual {
    padding: 97px 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual {
    height: 636px;
    padding: 64px 40px 0;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts {
    width: 740px;
    padding: 79px 0 70px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.76);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts {
    width: 574px;
    padding: 52px 0 46px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts hgroup {
    text-align: center;
    font-family: var(--font-serif);
    font-weight: 500;
    line-height: 1;
  }
  #top main .main-visual .texts hgroup p:first-child {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts hgroup p:first-child {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts hgroup h2 {
    margin-top: 24px;
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts hgroup h2 {
    margin-top: 16px;
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts hgroup p:last-child {
    margin-top: 48px;
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts hgroup p:last-child {
    margin-top: 32px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0;
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts ul {
    gap: 22px 0;
    margin-top: 37px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts ul li {
    width: 100%;
    padding-left: 102px;
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts ul li {
    padding-left: 66px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts ul li::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 26px;
    vertical-align: top;
    background: url(/assets/images/top/check-icon.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts ul li::before {
    width: 26px;
    height: 26px;
    margin-right: 17px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts .contact-button {
    margin-top: 70px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  #top main .main-visual .texts .contact-button {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) {
  #top main .main-visual .texts .contact-button a {
    display: inline-block;
    position: relative;
    width: 252px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
    transition: opacity 200ms;
  }
  #top main .main-visual .texts .contact-button a:hover {
    opacity: 0.7;
  }
  #top main .main-visual .texts .contact-button a::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 50px;
    margin-left: 17px;
    vertical-align: top;
    background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 0px) and (max-width: 767px) {
  #top main .main-visual .texts .contact-button a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #top main .main-visual .texts .contact-button a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}
#top main .about {
  padding: 90px 0 24px;
  background-color: #f2f0eb;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about {
    padding: 60px 0 24px;
  }
}
#top main .about h3 {
  position: relative;
  margin-bottom: 187px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 202px;
  letter-spacing: 50;
  background-color: #d2a04d;
}
#top main .about h3::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -146px;
  width: 2px;
  height: 100px;
  background-color: #3e3e3b;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about h3 {
    margin-bottom: 120px;
    font-size: 40px;
    line-height: 140px;
  }
  #top main .about h3::after {
    bottom: -90px;
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .about h3 {
    margin-bottom: 100rem;
    text-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.5);
    font-size: 26rem;
    line-height: 54rem;
  }
  #top main .about h3::after {
    bottom: -78px;
    width: 1px;
    height: 44rem;
  }
}
#top main .about .body {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .about .body {
    width: 100%;
    padding: 0 25rem;
  }
}
#top main .about .body section + section {
  margin-top: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about .body section + section {
    margin-top: 60px;
  }
}
#top main .about .body section hgroup {
  text-align: center;
}
#top main .about .body section hgroup h4 {
  color: #d63917;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about .body section hgroup h4 {
    font-size: 32px;
  }
}
#top main .about .body section hgroup p {
  margin-top: 42px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about .body section hgroup p {
    margin-top: 30px;
    font-size: 16px;
  }
}
#top main .about .body section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  width: 100%;
  margin-top: 68px;
}
#top main .about .body section ul > * {
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .about .body section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    margin-top: 42px;
  }
  #top main .about .body section ul > * {
    width: calc((100% - 30px) / 2);
  }
}
#top main .about .body section ul li img {
  max-width: 100%;
}
#top main .about .body section ul li figcaption {
  margin-top: 6px;
  text-align: center;
  font-weight: bold;
}
#top main .about .body section ul li figcaption span {
  display: inline-block;
}
#top main .about .body section > p {
  margin-top: 38px;
}
#top main .about .body section > p a {
  text-decoration: underline;
  color: #286da8;
}
#top main .features {
  padding: 80px 0 50px;
  background-color: #f2f0eb;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features {
    padding: 54px 0 36px;
  }
}
#top main .features h3 {
  position: relative;
  margin-bottom: 187px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 202px;
  letter-spacing: 50;
  background-color: #d2a04d;
}
#top main .features h3::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: -146px;
  width: 2px;
  height: 100px;
  background-color: #3e3e3b;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features h3 {
    margin-bottom: 120px;
    font-size: 40px;
    line-height: 140px;
  }
  #top main .features h3::after {
    bottom: -90px;
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .features h3 {
    margin-bottom: 100rem;
    text-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.5);
    font-size: 26rem;
    line-height: 54rem;
  }
  #top main .features h3::after {
    bottom: -78px;
    width: 1px;
    height: 44rem;
  }
}
#top main .features .body {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .features .body {
    width: 100%;
    padding: 0 25rem;
  }
}
#top main .features .body section + section {
  margin-top: 92px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section + section {
    margin-top: 60px;
  }
}
#top main .features .body section hgroup h4 {
  display: flex;
  align-items: center;
  gap: 0 38px;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section hgroup h4 {
    gap: 0 24px;
    font-size: 32px;
    line-height: 48px;
  }
  #top main .features .body section hgroup h4 img {
    width: 104px;
  }
}
#top main .features .body section hgroup p {
  margin-top: 47px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section hgroup p {
    margin-top: 32px;
    font-size: 18px;
  }
}
#top main .features .body section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  width: 100%;
  margin-top: 44px;
}
#top main .features .body section ul > * {
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    margin-top: 30px;
  }
  #top main .features .body section ul > * {
    width: calc((100% - 30px) / 2);
  }
}
#top main .features .body section ul li img {
  max-width: 100%;
}
#top main .features .body section ul li figcaption {
  margin-top: 6px;
  text-align: center;
  font-weight: bold;
}
#top main .features .body section ul li p {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section ul li p {
    margin-top: 18px;
  }
}
#top main .features .body section > p {
  margin-top: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .features .body section > p {
    margin-top: 24px;
  }
}
#top main .properties {
  padding: 108px 0 86px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .properties {
    padding: 72px 0 60px;
  }
}
#top main .properties h3 {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 100;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .properties h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .properties h3 {
    font-size: 26rem;
  }
}
#top main .properties .body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 44px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .properties .body {
    width: 100%;
    padding: 0 25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .properties .body {
    margin-top: 30px;
  }
}
#top main .properties .slides {
  height: 500px;
  margin-top: 44px;
  background: url(/assets/images/top/properties-slides.jpg) repeat-x 0 0/auto 500px;
  animation: 30s properties-slide-animation linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .properties .slides {
    height: 320px;
    margin-top: 30px;
    background-size: auto 320px;
    animation: 30s properties-slide-animation-tb linear infinite;
  }
}
@keyframes properties-slide-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2695px 0;
  }
}
@keyframes properties-slide-animation-tb {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1725px 0;
  }
}
#top main .reasons {
  padding: 108px 0 136px;
  background-color: #d5cdc1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons {
    padding: 72px 0 80px;
  }
}
#top main .reasons h3 {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 100;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .reasons h3 {
    font-size: 26rem;
  }
}
#top main .reasons .body {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 44px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .reasons .body {
    width: 100%;
    padding: 0 25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body {
    margin-top: 30px;
  }
}
#top main .reasons .body > p {
  padding: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body > p {
    margin-top: 20px;
  }
}
#top main .reasons .body dl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  width: 100%;
  margin-top: 44px;
}
#top main .reasons .body dl > * {
  width: calc((100% - 80px) / 3);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body dl {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    width: 100%;
    margin-top: 30px;
  }
  #top main .reasons .body dl > * {
    width: calc((100% - 30px) / 2);
  }
}
#top main .reasons .body dl div {
  background-color: #fff;
}
#top main .reasons .body dl div::before {
  content: "";
  display: block;
  width: 100%;
  height: min(400px, (100vw - 160px) / 3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body dl div::before {
    height: calc((100vw - 110px) / 2);
  }
}
#top main .reasons .body dl div:nth-child(1)::before {
  background-image: url(/assets/images/top/reasons-image01.jpg);
}
#top main .reasons .body dl div:nth-child(2)::before {
  background-image: url(/assets/images/top/reasons-image02.jpg);
}
#top main .reasons .body dl div:nth-child(3)::before {
  background-image: url(/assets/images/top/reasons-image03.jpg);
}
#top main .reasons .body dl div:nth-child(4)::before {
  background-image: url(/assets/images/top/reasons-image04.jpg);
}
#top main .reasons .body dl div:nth-child(5)::before {
  background-image: url(/assets/images/top/reasons-image05.jpg);
}
#top main .reasons .body dl div:nth-child(6)::before {
  background-image: url(/assets/images/top/reasons-image06.jpg);
}
#top main .reasons .body dl div dt {
  padding: 22px 30px 0;
  text-align: justify;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body dl div dt {
    padding: 14px 20px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
#top main .reasons .body dl div dd {
  padding: 13px 30px 33px;
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .reasons .body dl div dd {
    padding: 8px 20px 22px;
  }
}
#top main .flow {
  padding: 120px 40px;
  background-color: #f2f0eb;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow {
    padding: 80px 40px;
  }
}
#top main .flow .inner {
  display: flex;
  gap: 0 142px;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner {
    gap: 0 60px;
  }
}
#top main .flow .inner h3 {
  padding-top: 28px;
  border-top: 2px solid #3e3e3b;
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 70px;
}
@media screen and (min-width: 768px) {
  #top main .flow .inner h3 {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner h3 {
    padding-top: 20px;
    font-size: 26px;
    line-height: 48px;
  }
}
#top main .flow .inner ol {
  flex-grow: 1;
  position: relative;
}
#top main .flow .inner ol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 69px;
  width: 2px;
  height: 100%;
  background-color: #ab987a;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner ol::before {
    left: 39px;
  }
}
#top main .flow .inner ol li {
  display: flex;
  align-items: center;
  gap: 0 38px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner ol li {
    gap: 0 24px;
  }
  #top main .flow .inner ol li img {
    width: 80px;
  }
}
#top main .flow .inner ol li + li {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner ol li + li {
    margin-top: 26px;
  }
}
#top main .flow .inner ol li .texts .text1 {
  font-size: 36px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner ol li .texts .text1 {
    font-size: 24px;
  }
}
#top main .flow .inner ol li .texts .text2 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .flow .inner ol li .texts .text2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
#top main .faq {
  padding: 120px 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .faq {
    padding: 80px 0;
  }
}
#top main .faq h3 {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 100;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .faq h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .faq h3 {
    font-size: 26rem;
  }
}
#top main .faq dl {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .faq dl {
    width: 100%;
    padding: 0 25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .faq dl {
    margin-top: 20px;
  }
}
#top main .faq dl div {
  border-top: 2px solid #707070;
}
#top main .faq dl div dt {
  position: relative;
}
#top main .faq dl div dt::before, #top main .faq dl div dt::after {
  content: "";
  position: absolute;
  top: 52px;
  right: 37px;
  width: 21px;
  height: 2px;
  background-color: #3e3e3b;
}
#top main .faq dl div dt::after {
  transform-origin: center;
  transform: rotate(90deg);
  transition: transform 200ms;
}
#top main .faq dl div dt button {
  width: 100%;
  padding: 36px 92px 34px 88px;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  background: url(/assets/images/top/faq-q.svg) no-repeat 33px 39px/26px auto;
  transition: background-color 200ms;
}
#top main .faq dl div dd {
  height: 0;
  overflow: hidden;
  transition: height 200ms;
}
#top main .faq dl div dd p {
  padding: 36px 92px 34px 88px;
  font-size: 18px;
  line-height: 31px;
  background: url(/assets/images/top/faq-a.svg) no-repeat 32px 39px/28px auto;
}
#top main .faq dl div.opened dt::after {
  transform: rotate(0);
}
#top main .faq dl div.opened dt button {
  background-color: #f2f0eb;
}
#top main .contact-block {
  padding: 46px 40px;
  background-color: #d5cdc1;
}
#top main .contact-block .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 32px;
  padding-bottom: 42px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .contact-block .inner {
    width: 100%;
    padding: 0 25rem;
  }
}
#top main .contact-block .inner p {
  color: #b77b17;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .contact-block .inner p {
    font-size: 22px;
    line-height: 38px;
  }
}
#top main .contact-block .inner .button {
  margin-top: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .contact-block .inner .button {
    margin-top: 20px;
  }
}
#top main .contact-block .inner .button a {
  display: inline-block;
  position: relative;
  width: 252px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
  transition: opacity 200ms;
  max-width: 842px;
  width: 100%;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 98px;
}
#top main .contact-block .inner .button a:hover {
  opacity: 0.7;
}
#top main .contact-block .inner .button a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-left: 17px;
  vertical-align: top;
  background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .contact-block .inner .button a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #top main .contact-block .inner .button a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .contact-block .inner .button a {
    font-size: 20px;
    line-height: 62px;
  }
}
#top main .contact-block .inner .button a::after {
  position: absolute;
  right: 22px;
  width: 51px;
  height: 98px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #top main .contact-block .inner .button a::after {
    height: 62px;
  }
}
#top .fixed-contact-block {
  display: none;
}
#top .fixed-contact-block a {
  display: inline-block;
  position: relative;
  width: 252px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
  transition: opacity 200ms;
}
#top .fixed-contact-block a:hover {
  opacity: 0.7;
}
#top .fixed-contact-block a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-left: 17px;
  vertical-align: top;
  background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top .fixed-contact-block a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #top .fixed-contact-block a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main {
    font-size: 16rem;
    line-height: 26rem;
  }
  #top main .main-visual {
    padding: 230rem 0 0;
    background: url(/assets/images/top/main-image.jpg) no-repeat center top/auto 238rem;
  }
  #top main .main-visual .texts {
    padding: 40rem 0;
    color: #fff;
    background-color: #000;
  }
  #top main .main-visual .texts hgroup {
    text-align: center;
    font-family: var(--font-serif);
    font-weight: 500;
    line-height: 1;
  }
  #top main .main-visual .texts hgroup p:first-child {
    font-size: 16rem;
  }
  #top main .main-visual .texts hgroup h2 {
    margin-top: 13rem;
    font-size: 34rem;
  }
  #top main .main-visual .texts hgroup p:last-child {
    margin-top: 25rem;
    font-size: 14rem;
    line-height: 24rem;
  }
  #top main .main-visual .texts ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24rem 0;
    margin-top: 25rem;
  }
  #top main .main-visual .texts ul li {
    width: 100%;
    padding-left: 40rem;
    font-size: 22rem;
    line-height: 1;
  }
  #top main .main-visual .texts ul li::before {
    content: "";
    display: inline-block;
    width: 22rem;
    height: 22rem;
    margin-right: 12rem;
    vertical-align: top;
    background: url(/assets/images/top/check-icon.svg) no-repeat center/contain;
  }
  #top main .main-visual .texts .contact-button {
    margin-top: 38rem;
    text-align: center;
  }
  #top main .main-visual .texts .contact-button a {
    display: inline-block;
    position: relative;
    width: 252px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
    transition: opacity 200ms;
  }
  #top main .main-visual .texts .contact-button a:hover {
    opacity: 0.7;
  }
  #top main .main-visual .texts .contact-button a::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 50px;
    margin-left: 17px;
    vertical-align: top;
    background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  #top main .main-visual .texts .contact-button a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #top main .main-visual .texts .contact-button a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .about {
    padding: 28rem 0 70rem;
  }
  #top main .about .body section + section {
    margin-top: 75rem;
  }
  #top main .about .body section hgroup h4 {
    font-size: 20rem;
  }
  #top main .about .body section hgroup p {
    margin-top: 13rem;
    text-align: left;
    font-size: 16rem;
    line-height: 30rem;
  }
  #top main .about .body section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35rem 0;
    width: 100%;
    margin-top: 33rem;
  }
  #top main .about .body section ul > * {
    width: 100%;
  }
  #top main .about .body section ul li figcaption {
    margin-top: 12rem;
  }
  #top main .about .body section > p {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .features {
    padding: 20rem 0 48rem;
  }
  #top main .features .body section + section {
    margin-top: 60rem;
  }
  #top main .features .body section hgroup h4 {
    gap: 0 12rem;
    font-size: 20rem;
    line-height: 30rem;
  }
  #top main .features .body section hgroup h4 img {
    width: 82rem;
  }
  #top main .features .body section hgroup h4.fix01 {
    font-size: 15rem;
  }
  #top main .features .body section hgroup p {
    margin-top: 22rem;
    text-align: left;
    font-size: 16rem;
    line-height: 26rem;
  }
  #top main .features .body section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32rem 0;
    width: 100%;
    margin-top: 32rem;
  }
  #top main .features .body section ul > * {
    width: 100%;
  }
  #top main .features .body section ul li figcaption {
    margin-top: 15rem;
    text-align: center;
    font-weight: bold;
  }
  #top main .features .body section ul li p {
    margin-top: 15rem;
  }
  #top main .features .body section > p {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .properties {
    padding: 60rem 0 50rem;
  }
  #top main .properties .body {
    margin-top: 25rem;
  }
  #top main .properties .slides {
    width: 340rem;
    height: 258rem;
    margin: 15rem auto 0;
    background: url(/assets/images/top/properties-image-sp.jpg) repeat-x 0 0/cover;
    animation: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .reasons {
    padding: 70rem 0;
  }
  #top main .reasons .body {
    margin-top: 24rem;
  }
  #top main .reasons .body > p {
    padding: 0;
  }
  #top main .reasons .body dl {
    display: flex;
    flex-wrap: wrap;
    gap: 15rem 15rem;
    width: 100%;
    margin-top: 33rem;
  }
  #top main .reasons .body dl > * {
    width: calc((100% - 15rem) / 2);
  }
  #top main .reasons .body dl div::before {
    height: 162rem;
  }
  #top main .reasons .body dl div dt {
    padding: 12rem 12rem 0;
    font-size: 16rem;
    line-height: 22rem;
  }
  #top main .reasons .body dl div dd {
    padding: 8rem 12rem 15rem;
    font-size: 12rem;
    line-height: 20rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .flow {
    padding: 50rem 25rem;
  }
  #top main .flow .inner {
    display: block;
  }
  #top main .flow .inner h3 {
    position: relative;
    margin-bottom: 90rem;
    padding-top: 28px;
    border-top: none;
    text-align: center;
    font-size: 26rem;
    line-height: 34rem;
  }
  #top main .flow .inner h3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -62rem;
    width: 1px;
    height: 44rem;
    background-color: #474745;
  }
  #top main .flow .inner ol::before {
    display: none;
  }
  #top main .flow .inner ol li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10rem 0;
  }
  #top main .flow .inner ol li img {
    display: block;
    width: 69rem;
    margin: 0 auto;
  }
  #top main .flow .inner ol li + li {
    margin-top: 20rem;
  }
  #top main .flow .inner ol li .texts {
    text-align: center;
  }
  #top main .flow .inner ol li .texts .text1 {
    font-size: 20rem;
  }
  #top main .flow .inner ol li .texts .text2 {
    margin-top: 10rem;
    font-size: 12rem;
    line-height: 18rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .faq {
    padding: 60rem 0 65rem;
  }
  #top main .faq dl {
    margin-top: 30rem;
  }
  #top main .faq dl div dt::before, #top main .faq dl div dt::after {
    content: "";
    position: absolute;
    top: 37rem;
    right: 15rem;
    width: 24rem;
  }
  #top main .faq dl div dt button {
    padding: 18rem 54rem;
    font-size: 16rem;
    line-height: 28rem;
    background: url(/assets/images/top/faq-q.svg) no-repeat 13rem 15rem/26rem auto;
  }
  #top main .faq dl div dd p {
    padding: 18rem 54rem;
    font-size: 16rem;
    line-height: 28rem;
    background: url(/assets/images/top/faq-a.svg) no-repeat 12rem 20rem/28rem auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top main .contact-block {
    padding: 15rem;
  }
  #top main .contact-block .inner {
    padding: 10rem 0 13rem;
  }
  #top main .contact-block .inner p {
    font-size: 24rem;
    line-height: 38rem;
  }
  #top main .contact-block .inner .button {
    margin-top: 12rem;
  }
  #top main .contact-block .inner .button a {
    width: 340rem;
    padding-left: 17rem;
    text-align: left;
    font-size: 18rem;
    line-height: 70rem;
  }
  #top main .contact-block .inner .button a::after {
    right: 18rem;
    width: 38rem;
    height: 70rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #top .fixed-contact-block {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  #top .fixed-contact-block a {
    width: 100%;
    line-height: 54rem;
    font-size: 22rem;
  }
  #top .fixed-contact-block a::after {
    width: 62rem;
    height: 54rem;
    margin-left: 18rem;
  }
}
#contact .site-header .contact-button {
  display: none;
}
#contact main > section .form {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 40px 150px;
}
#contact main > section .form .server-error {
  margin-bottom: 60px;
  padding: 26px 30px;
  border: 1px solid #c73415;
  color: #c73415;
  line-height: 1.6875em;
}
#contact main > section .form .text1 {
  text-align: center;
  line-height: 1em;
}
#contact main > section .form form > dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  border-top: 1px solid #aaaaaa;
}
#contact main > section .form form > dl > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 38px 50px;
  border-bottom: 1px solid #aaaaaa;
}
#contact main > section .form form > dl > div > dt {
  position: relative;
  width: 355px;
  padding-left: 84px;
  color: #3e3e3b;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #contact main > section .form form > dl > div > dt {
    width: 325px;
    padding-left: 55px;
    font-size: 15px;
  }
}
#contact main > section .form form > dl > div.required > dt::before {
  content: "必須";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 45px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  background-color: #c73415;
}
#contact main > section .form form > dl > div > dd {
  width: 500px;
}
#contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox]),
#contact main > section .form form > dl > div > dd textarea {
  width: 100%;
  height: 50px;
  padding: 20px;
  border: 1px solid #98a6b5;
}
#contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox])[name=postcode],
#contact main > section .form form > dl > div > dd textarea[name=postcode] {
  width: 113px;
  padding: 0 15px;
}
#contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox])[name=number],
#contact main > section .form form > dl > div > dd textarea[name=number] {
  width: 100px;
}
#contact main > section .form form > dl > div > dd:has(> .error) input:not([type=radio]):not([type=checkbox]) {
  padding-right: 46px;
  background: url(/assets/images/contact/error-icon.svg) no-repeat right 20px center/16px 16px;
}
#contact main > section .form form > dl > div > dd textarea {
  height: 140px;
}
#contact main > section .form form > dl > div > dd .select {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  border: 1px solid #98a6b5;
}
#contact main > section .form form > dl > div > dd .select::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #98a6b5;
  border-bottom: 2px solid #98a6b5;
  transform: rotate(45deg);
}
#contact main > section .form form > dl > div > dd .select select {
  height: 48px;
  padding: 0 40px 0 20px;
}
#contact main > section .form form > dl > div > dd .radios {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
  margin-top: 10px;
}
#contact main > section .form form > dl > div > dd .radios li {
  min-width: 33.33%;
  height: 30px;
  padding-right: 20px;
}
#contact main > section .form form > dl > div > dd .radios li.other {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#contact main > section .form form > dl > div > dd .radios li.other [type=text] {
  position: relative;
  top: -10px;
  width: 380px;
}
#contact main > section .form form > dl > div > dd .radios li label {
  display: inline-block;
}
#contact main > section .form form > dl > div > dd .radios li label input {
  position: absolute;
  opacity: 0;
}
#contact main > section .form form > dl > div > dd .radios li label span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 30px;
  cursor: pointer;
}
#contact main > section .form form > dl > div > dd .radios li label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cdd6dd;
}
#contact main > section .form form > dl > div > dd .radios li label :checked + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #004bb1;
}
#contact main > section .form form > dl > div > dd .checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-top: 10px;
}
#contact main > section .form form > dl > div > dd .checkboxes li {
  width: 100%;
  height: 30px;
}
#contact main > section .form form > dl > div > dd .checkboxes li.other {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#contact main > section .form form > dl > div > dd .checkboxes li.other [type=text] {
  position: relative;
  top: -10px;
  width: 380px;
}
#contact main > section .form form > dl > div > dd .checkboxes li label {
  display: inline-block;
}
#contact main > section .form form > dl > div > dd .checkboxes li label input {
  position: absolute;
  opacity: 0;
}
#contact main > section .form form > dl > div > dd .checkboxes li label span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 30px;
  cursor: pointer;
}
#contact main > section .form form > dl > div > dd .checkboxes li label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #cdd6dd;
  border-radius: 4px;
}
#contact main > section .form form > dl > div > dd .checkboxes li label :checked + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  border-right: 2px solid #004bb1;
  border-bottom: 2px solid #004bb1;
  transform: rotate(45deg);
}
#contact main > section .form form > dl > div > dd .radios + p:not(.error) {
  padding: 22px 0 6px;
}
#contact main > section .form form > dl > div > dd .error {
  margin-top: 16px;
  color: #c73415;
  font-size: 14px;
  line-height: 17px;
}
#contact main > section .form form > dl > div > dd .radios + .error,
#contact main > section .form form > dl > div > dd .checkboxes + .error {
  padding-top: 10px;
}
#contact main > section .form form > dl > div > dd dl {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 0;
}
#contact main > section .form form > dl > div > dd dl > div {
  display: flex;
  width: 100%;
}
#contact main > section .form form > dl > div > dd dl > div dt {
  width: 87px;
  color: #3e3e3b;
  font-weight: bold;
  line-height: 50px;
}
#contact main > section .form form > dl > div > dd dl > div dd {
  width: 287px;
}
#contact main > section .form form > dl > div > dd dl > div dd:has(> .error) input:not([type=radio]):not([type=checkbox]) {
  padding-right: 46px;
  background: url(/assets/images/contact/error-icon.svg) no-repeat right 20px center/16px 16px;
}
#contact main > section .form form > dl > div > dd dl > div.postcode dd .search-address {
  display: inline-block;
  margin-left: 18px;
}
#contact main > section .form form > dl > div > dd dl > div.postcode dd .search-address button {
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #286da8;
  transition: opacity 200ms;
}
#contact main > section .form form > dl > div > dd dl > div.postcode dd .search-address button:hover {
  opacity: 0.7;
}
#contact main > section .form form > .agreement {
  position: relative;
  margin: 60px 0 0;
  text-align: center;
  line-height: 30px;
}
#contact main > section .form form > .agreement input {
  position: absolute;
  opacity: 0;
}
#contact main > section .form form > .agreement span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  color: #3b4043;
  line-height: 30px;
  cursor: pointer;
}
#contact main > section .form form > .agreement span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #cdd6dd;
}
#contact main > section .form form > .agreement span a {
  text-decoration: underline;
  color: #3b4043;
}
#contact main > section .form form > .agreement :checked + span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  border-right: 2px solid #98a6b5;
  border-bottom: 2px solid #98a6b5;
  transform: rotate(45deg);
}
#contact main > section .form form > .agreement .error {
  margin-top: 16px;
  color: #707f89;
  font-size: 14px;
  line-height: 17px;
}
#contact main > section .form form > .button {
  margin-top: 30px;
  text-align: center;
}
#contact main > section .form form > .button button {
  display: inline-block;
  position: relative;
  width: 252px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
  transition: opacity 200ms;
  background-color: #286da8;
}
#contact main > section .form form > .button button:hover {
  opacity: 0.7;
}
#contact main > section .form form > .button button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-left: 17px;
  vertical-align: top;
  background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact main > section .form form > .button button {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #contact main > section .form form > .button button::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}
#contact main > section .form.confirm form > dl > div > dd {
  padding: 8px 0;
  line-height: 34px;
}
#contact main > section .form.confirm form > .button {
  margin-top: 70px;
}
#contact main > section .complete {
  max-width: 863px;
  margin: 0 auto;
  padding: 62px 40px 160px;
}
#contact main > section .complete .text1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}
#contact main > section .complete .text2 {
  margin-top: 55px;
  line-height: 27px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact main > section .form {
    padding: 20rem 25rem 78rem;
  }
  #contact main > section .form .server-error {
    margin-bottom: 30rem;
    padding: 10rem 15rem;
    font-size: 14rem;
    line-height: 24rem;
  }
  #contact main > section .form .text1 {
    text-align: left;
    font-size: 14rem;
    line-height: 24rem;
  }
  #contact main > section .form form > dl {
    margin-top: 35rem;
  }
  #contact main > section .form form > dl > div {
    flex-wrap: wrap;
    padding: 20rem 10rem;
    gap: 13rem 0;
  }
  #contact main > section .form form > dl > div > dt {
    width: 100%;
    padding-left: 0;
    line-height: 20rem;
  }
  #contact main > section .form form > dl > div.required > dt {
    padding-left: 57rem;
  }
  #contact main > section .form form > dl > div.required > dt::before {
    top: 0;
    left: 0;
    width: 44rem;
    border-radius: 10rem;
    font-size: 12rem;
    line-height: 20rem;
  }
  #contact main > section .form form > dl > div > dd {
    width: 100%;
  }
  #contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox]),
  #contact main > section .form form > dl > div > dd textarea {
    width: 100%;
    height: 40rem;
    padding: 0 10rem;
    border: 1px solid #98a6b5;
    font-size: max(16px, 16rem);
  }
  #contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox])[name=postcode],
  #contact main > section .form form > dl > div > dd textarea[name=postcode] {
    width: 113rem;
    padding: 0 10rem;
  }
  #contact main > section .form form > dl > div > dd input:not([type=radio]):not([type=checkbox])[name=number],
  #contact main > section .form form > dl > div > dd textarea[name=number] {
    width: 100rem;
  }
  #contact main > section .form form > dl > div > dd:has(> .error) input:not([type=radio]):not([type=checkbox]) {
    padding-right: 36rem;
    background-position: right 10rem center;
    background-size: 16rem;
  }
  #contact main > section .form form > dl > div > dd textarea {
    height: 140rem;
    padding: 10rem;
  }
  #contact main > section .form form > dl > div > dd .select {
    height: 40rem;
  }
  #contact main > section .form form > dl > div > dd .select::before {
    top: 10rem;
    right: 10rem;
    width: 7rem;
    height: 7rem;
    border-right: 2rem solid #98a6b5;
    border-bottom: 2rem solid #98a6b5;
  }
  #contact main > section .form form > dl > div > dd .select select {
    height: 40rem;
    padding: 0 30rem 0 10rem;
  }
  #contact main > section .form form > dl > div > dd .radios li {
    min-width: 50%;
    padding-right: 20rem;
  }
  #contact main > section .form form > dl > div > dd .radios li.other {
    flex-wrap: wrap;
    height: auto;
  }
  #contact main > section .form form > dl > div > dd .radios li.other [type=text] {
    top: 0;
    width: 100%;
    margin-top: 10rem;
  }
  #contact main > section .form form > dl > div > dd .checkboxes li.other {
    flex-wrap: wrap;
    height: auto;
  }
  #contact main > section .form form > dl > div > dd .checkboxes li.other [type=text] {
    top: 0;
    width: 100%;
    margin-top: 10px;
  }
  #contact main > section .form form > dl > div > dd .error {
    margin-top: 8rem;
    font-size: 14rem;
    line-height: 17rem;
  }
  #contact main > section .form form > dl > div > dd dl {
    gap: 24rem 0;
  }
  #contact main > section .form form > dl > div > dd dl > div dt {
    width: 86rem;
    line-height: 40rem;
  }
  #contact main > section .form form > dl > div > dd dl > div dd {
    width: calc(100% - 86rem);
  }
  #contact main > section .form form > dl > div > dd dl > div dd:has(> .error) input:not([type=radio]):not([type=checkbox]) {
    padding-right: 30rem;
    background-position: right 10rem center;
    background-size: 16rem;
  }
  #contact main > section .form form > dl > div > dd dl > div.postcode dd .search-address {
    margin-left: 8rem;
  }
  #contact main > section .form form > dl > div > dd dl > div.postcode dd .search-address button {
    width: 105rem;
    height: 40rem;
  }
  #contact main > section .form form > .agreement {
    margin: 52rem 0 0;
    line-height: 30rem;
  }
  #contact main > section .form form > .agreement span {
    padding: 0 0 0 40rem;
    font-size: 16rem;
    line-height: 30rem;
  }
  #contact main > section .form form > .agreement span::before {
    width: 30rem;
    height: 30rem;
  }
  #contact main > section .form form > .agreement :checked + span::after {
    top: 6rem;
    left: 10rem;
    width: 9rem;
    height: 14rem;
  }
  #contact main > section .form form > .button {
    margin-top: 30rem;
  }
  #contact main > section .form.confirm form > dl > div > dd {
    padding: 0;
    line-height: 24rem;
  }
  #contact main > section .form.confirm form > .button {
    margin-top: 70rem;
  }
  #contact main > section .complete {
    padding: 40rem 15rem 78rem;
  }
  #contact main > section .complete .text1 {
    font-size: 20rem;
  }
  #contact main > section .complete .text2 {
    margin-top: 40rem;
    line-height: 24rem;
  }
}
#error-page {
  padding: 0;
}
#error-page main {
  padding: 100px 0 156px;
  text-align: center;
}
#error-page main h1 img {
  width: 594px;
  height: auto;
}
#error-page main p {
  margin-top: 128px;
  color: #3e3e3b;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}
#error-page main .button {
  margin-top: 128px;
}
#error-page main .button a {
  display: inline-block;
  position: relative;
  width: 252px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
  transition: opacity 200ms;
}
#error-page main .button a:hover {
  opacity: 0.7;
}
#error-page main .button a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-left: 17px;
  vertical-align: top;
  background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #error-page main .button a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  #error-page main .button a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #error-page main {
    padding: 50rem 0;
  }
  #error-page main h1 img {
    width: 280rem;
  }
  #error-page main p {
    margin-top: 40rem;
    font-size: 22rem;
  }
  #error-page main .button {
    margin-top: 80rem;
  }
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  padding: 0 40px 0 44px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: height 200ms, padding 200ms;
  z-index: 1;
}
.site-header h1 img {
  width: 371px;
  transition: width 200ms;
}
.site-header nav {
  flex-grow: 1;
  padding-right: 40px;
  transition: padding-left 200ms;
}
.site-header nav ul {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 25px;
  transition: gap 200ms;
}
.site-header nav ul li {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1em;
  transition: font-size 200ms;
}
.site-header nav ul li a {
  color: #000000;
}
.site-header nav ul li a:hover {
  text-decoration: underline;
}
.site-header .contact-button a {
  display: inline-block;
  position: relative;
  width: 252px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to bottom, #4b95d5 0%, #082f50 100%);
  transition: opacity 200ms;
}
.site-header .contact-button a:hover {
  opacity: 0.7;
}
.site-header .contact-button a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 50px;
  margin-left: 17px;
  vertical-align: top;
  background: url(/assets/images/common/button-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .site-header .contact-button a {
    width: 252rem;
    font-size: 16rem;
    line-height: 50rem;
  }
  .site-header .contact-button a::after {
    width: 40rem;
    height: 50rem;
    margin-left: 17rem;
  }
}
@media screen and (max-width: 1920px) {
  .site-header nav {
    padding-right: 20px;
  }
  .site-header nav ul {
    gap: 0 20px;
  }
  .site-header nav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1679px) {
  .site-header {
    padding: 0 20px;
    /*
    .contact-button {
      a {
        width: 190px;
        font-size: 12px;
      }
    }
    */
  }
  .site-header h1 img {
    width: 340px;
  }
  .site-header nav {
    padding-right: 15px;
  }
  .site-header nav ul {
    gap: 0 15px;
  }
  .site-header nav ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1460px) {
  .site-header {
    height: 80px;
  }
  .site-header h1 img {
    width: 214px;
  }
  .site-header .contact-button a {
    width: 200px;
    font-size: 14px;
  }
  .site-header .contact-button a::after {
    width: 30px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .site-header.fixed {
    position: fixed;
    height: 80px;
  }
  .site-header.fixed h1 img {
    width: 214px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  nav {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .site-header {
    height: 50rem;
    padding: 0 15rem 0 18rem;
  }
  .site-header h1 img {
    width: 139rem;
  }
  .site-header nav {
    display: none;
  }
  .site-header .contact-button a {
    width: 150rem;
    font-size: 9rem;
    line-height: 30rem;
  }
  .site-header .contact-button a::after {
    width: 24rem;
    height: 28rem;
    margin-left: 8.6rem;
  }
}
.site-footer {
  border-top: 1px solid #aaaaaa;
}
.site-footer .top {
  padding: 43px 0 55px;
  text-align: center;
}
.site-footer .top .nav {
  display: flex;
  justify-content: center;
  gap: 0 44px;
}
.site-footer .top .nav li {
  font-size: 16px;
  line-height: 1em;
}
.site-footer .top .nav li a {
  color: #3b4043;
}
.site-footer .top .nav li a:hover {
  text-decoration: underline;
  color: #000;
}
.site-footer .top .logo {
  margin: 35px 0 0;
}
.site-footer .top .logo img {
  width: 371px;
}
.site-footer .top .address {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.site-footer .bottom {
  /*
  display: flex;
  justify-content: space-between;
  */
  padding: 30px calc(50vw - 500px) 40px;
  display: block;
  border-top: 1px solid #aaaaaa;
}
@media screen and (max-width: 1080px) {
  .site-footer .bottom {
    padding: 30px 40px 40px;
  }
}
.site-footer .bottom .socials {
  display: flex;
  align-items: center;
  gap: 0 29px;
}
.site-footer .bottom .socials li svg path {
  fill: #98a6b5;
  transition: fill 200ms;
}
.site-footer .bottom .socials li svg:hover path {
  fill: #3b4043;
}
.site-footer .bottom .copyright {
  text-align: center;
  font-size: 12px;
  line-height: 23px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .site-footer .top {
    padding: 48rem 0 26rem;
  }
  .site-footer .top .nav {
    display: block;
  }
  .site-footer .top .nav li {
    font-size: 16rem;
    line-height: 40rem;
  }
  .site-footer .top .logo {
    margin: 50rem 0 0;
  }
  .site-footer .top .logo img {
    width: 269rem;
  }
  .site-footer .top .address {
    margin: 25rem 0 0;
    font-size: 14rem;
    line-height: 24rem;
  }
  .site-footer .bottom {
    display: block;
    padding: 30rem 0 90rem;
  }
  .site-footer .bottom .socials {
    justify-content: center;
    gap: 0 47rem;
  }
  .site-footer .bottom .socials li svg {
    width: 38rem;
    height: 38rem;
  }
  .site-footer .bottom .copyright {
    text-align: center;
    font-size: 12rem;
    line-height: 12rem;
  }
}

/*# sourceMappingURL=styles.css.map*/