@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
*,
::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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section, .page__contact .contact--table {
  margin-bottom: 50px;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.hide-sp {
  display: none;
}

.hide-tab {
  display: none;
}

.hide-pc {
  display: none;
}

.show-sp {
  display: inline;
}

.show-tab {
  display: inline;
}

.show-pc {
  display: inline;
}

.header {
  position: relative;
  z-index: 500;
}

#main,
.footer {
  position: relative;
  z-index: 100;
}

.header {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.header .logo img {
  width: 220px;
}

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-clip: content-box;
  transition: all 300ms ease-out;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 100;
}

.header .toggler span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.header .toggler.open span {
  margin: 0;
}

.header .toggler.open span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}

.header .toggler.open span:nth-child(2) {
  margin: 0;
  opacity: 0;
}

.header .toggler.open span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}

.header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Kosugi Maru", sans-serif;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.header .menu.open {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.header .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .menu ul li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.header .menu ul li.home-menu {
  letter-spacing: -0.1em;
  margin-left: 0;
}

.hero {
  background-color: #efefef;
  padding: 30px 0 40px;
}

.hero--img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  background-color: #ddd;
  text-align: center;
  padding: 1.5em 0;
}

.section--head {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  text-align: center;
  margin: 50px 0;
}

.section--head .ja {
  font-size: 24px;
  font-weight: 900;
}

.section--head .en {
  font-size: 12px;
}

.global--btn {
  width: 120px;
  height: 130px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 250;
}

.global--btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #bebebe;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.global--btn a img {
  margin-left: 10px;
  margin-bottom: 10px;
}

.catch {
  text-align: center;
}

.catch h2 {
  font-size: 32px;
  font-weight: 700;
  color: #7e6561;
  margin-bottom: calc(1em / 3);
}

.catch p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 20px;
  margin-bottom: 1em;
}

.catch p span {
  color: #ea6094;
}

.support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.support--item {
  width: 50%;
  max-width: 190px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.support--item::before {
  display: block;
  content: '';
  padding-top: 104%;
}

.support--item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url(../img/bg_check.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 40%;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.support--item__inner::before {
  display: block;
  content: '';
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding-top: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.support--item h3 {
  font-size: 14px;
  font-weight: 700;
  color: #ea6094;
  margin: 2px 0;
}

.support--item p {
  font-size: 11px;
  font-weight: 700;
}

.support .desc {
  font-size: 20px;
  text-align: center;
  margin: 30px 0 40px;
}

.support .desc span {
  color: #ea6094;
}

.service--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}

.service--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}

.service--item .label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: #ea6094;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  position: relative;
}

.service--item .label .icon {
  width: 32px;
  margin-left: 12px;
}

.service--item .label .icon img {
  width: 100%;
  height: auto;
}

.service--item .label p {
  width: calc(100% - 32px - 12px);
  text-align: center;
  padding-right: 0.5em;
}

.service--item .desc {
  font-size: 10px;
  margin-top: 0.75em;
}

.case--head {
  text-align: center;
  color: #7e6561;
}

.case--head h2 {
  font-size: 18px;
  font-weight: bold;
}

.case--head p {
  font-size: 14px;
  line-height: 1.75;
  margin: 2em 0;
}

.case--item {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: auto;
}

.case--item .text {
  color: #01303a;
  text-align: center;
}

.case--item .title {
  font-size: 14px;
  font-weight: 500;
  margin: 1.5em 0 1em;
}

.case--item .detail {
  font-size: 12px;
}

.property {
  background-color: #f1f1f1;
}

.property .container {
  padding-left: 0;
  padding-right: 0;
}

.property--head {
  text-align: center;
  padding: 40px 0 20px;
}

.property--head h2 {
  font-size: 20px;
  font-weight: bold;
  color: #7e6561;
}

.property--list {
  padding-bottom: 40px;
}

.property--list .athome.search-engine-rental.responsive-koma-bukkens.id_072819_20230609170217.count_10.size_large .ser-komas .ser-komas-slider .slick-arrow {
  width: 54px;
  height: 90px;
  background-color: #757575;
}

.property--list .athome.search-engine-rental.responsive-koma-bukkens.id_072819_20230609170217.count_10.size_large .ser-komas .ser-komas-slider .slick-prev .ser-prev-arrow {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-left: 27px;
}

.property--list .athome.search-engine-rental.responsive-koma-bukkens.id_072819_20230609170217.count_10.size_large .ser-komas .ser-komas-slider .slick-next .ser-next-arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 24px;
}

.property .view--more a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #ea6094;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.property .view--more a::after {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #f8c8d2;
  border-radius: 50%;
  margin-right: 18px;
}

.property .view--more a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: calc(40px / 2 + 18px - 4px);
  transform-origin: center;
  transform: rotate(45deg);
}

.property .view--more a span {
  max-width: calc(100% - 48px - 24px);
  text-align: left;
  margin: 0 auto;
  padding-left: 2em;
}

.property .other-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.property .other-btn a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #262626;
  background-color: #ccc;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  padding: 0 16px;
  margin: 20px 10px 0;
  position: relative;
}

.property .other-btn a img {
  width: auto;
  height: 28px;
  margin-right: 0.75em;
}

.contact {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.contact__wrapper {
  display: flex;
  justify-content: center;
}

.contact__inner {
  padding: 20px 0;
  position: relative;
}

.contact__inner::before, .contact__inner::after {
  display: block;
  content: '';
  height: 6px;
  background-image: url(../img/bg_slash-dots.png);
  position: absolute;
  left: 0;
  right: 0;
}

.contact__inner::before {
  top: 0;
}

.contact__inner::after {
  bottom: 0;
}

.contact .label {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.contact .desc {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
}

.contact--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #666;
  line-height: 1;
}

.contact--box .form--area {
  font-size: 14px;
  margin: 0 30px 20px;
}

.contact--box .form--area p {
  text-align: center;
  margin-bottom: 16px;
}

.contact--box .form--area a {
  display: block;
  color: #fff;
  background-color: #4dced9;
  text-align: center;
  padding: 1.25em 3em;
}

.contact--box .tel--area {
  display: flex;
  align-items: center;
  margin: 0 30px 20px;
}

.contact--box .tel--area .image {
  margin-right: 10px;
}

.contact--box .tel--area .tel-intro {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.1em;
}

.contact--box .tel--area .tel-num {
  font-size: 32px;
  font-weight: 900;
}

.contact--box .tel--area .time {
  font-size: 12px;
  margin-top: 6px;
}

.about__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.about__detail {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
}

.about__detail h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.about__detail .profile {
  font-size: 12px;
}

.about__detail .profile--row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #333;
  padding: 4px 0;
}

.about__detail .profile--head {
  width: 5em;
}

.about__detail .profile--detail {
  width: calc(100% - 5em);
}

.about .image01 {
  width: 100%;
}

.about .image02,
.about .image03 {
  width: 50%;
}

.map {
  height: 320px;
}

.map iframe {
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page__contact .page--contact__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact input[type=email], .page__contact input[type=text] {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact input[type=file] {
  margin: 4px 0;
}

.page__contact select {
  -moz-appearance: auto;
       appearance: auto;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact .mwform-tel-field input[type=text] {
  width: auto;
}

.page__contact .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin: 10px 30px 10px 0;
}

.page__contact textarea {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact .contact--table table {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.page__contact .contact--table table tbody {
  display: block;
}

.page__contact .contact--table table tr {
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.page__contact .contact--table table th, .page__contact .contact--table table td {
  display: block;
}

.page__contact .contact--table table th {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #ea6094;
  padding: 2em 0.5em 0.5em;
}

.page__contact .contact--table table td {
  padding: 0.5em;
}

.page__contact .submit--btn {
  display: flex;
  justify-content: center;
}

.page__contact .submit--btn input {
  color: #fff;
  background-color: #ddd;
  width: 200px;
  text-align: center;
  padding: 16px 0;
  margin: 0 10px 15px;
}

.page__contact .submit--btn input[type=submit] {
  background-color: #61cdd1;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  body {
    overflow-y: auto !important;
    position: static !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .header {
    display: block;
    height: auto;
  }
  .header__inner {
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .header .logo {
    margin-bottom: 30px;
  }
  .header .logo img {
    width: 260px;
  }
  .header .toggler {
    display: none;
  }
  .header .menu {
    display: block;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .header .menu ul {
    flex-direction: row;
    justify-content: flex-end;
  }
  .hero {
    padding: 20px 0 30px;
  }
  .global--btn {
    width: 140px;
    height: 155px;
  }
  .global--btn a {
    font-size: 16px;
  }
  .support--item {
    max-width: 278px;
    margin-bottom: 10px;
  }
  .support--item__inner {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .support--item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .support--item p {
    font-size: 14px;
  }
  .service--item {
    width: calc(100% / 3);
    margin-bottom: 24px;
  }
  .service--item .label {
    font-size: 14px;
    height: 60px;
    border-radius: 30px;
  }
  .service--item .label .icon {
    width: 42px;
    margin-left: 16px;
  }
  .service--item .label p {
    width: calc(100% - 40px - 18px);
  }
  .service--item .desc {
    font-size: 12px;
    margin-top: 1em;
  }
  .case--head h2 {
    font-size: 24px;
  }
  .case--item .text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .case--item .title {
    font-size: 18px;
  }
  .case--item .detail {
    font-size: 14px;
  }
  .property--head h2 {
    font-size: 24px;
  }
  .about__detail {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .image01 {
    width: calc(100% / 3);
  }
  .about .image02,
  .about .image03 {
    width: calc(100% / 3);
  }
  .map {
    height: 500px;
  }
  .page__contact .contact--table table {
    display: table;
  }
  .page__contact .contact--table table tbody {
    display: table-row-group;
  }
  .page__contact .contact--table table tr {
    display: table-row;
    border-bottom: none;
  }
  .page__contact .contact--table table th, .page__contact .contact--table table td {
    display: table-cell;
  }
  .page__contact .contact--table table th {
    font-weight: normal;
    width: 25%;
    border-right: 4px solid transparent;
    padding: 2em 0.5em 1em;
  }
  .page__contact .contact--table table td {
    width: 75%;
    border-bottom: 2px solid #ccc;
    padding: 1.25em 1.5em 1em;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section, .page__contact .contact--table {
    margin-bottom: 80px;
  }
  .hide-tab {
    display: inline;
  }
  .show-tab {
    display: none;
  }
  .header__inner {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .header .logo {
    margin-bottom: 40px;
  }
  .header .logo img {
    width: 327px;
  }
  .hero {
    padding: 40px 0 50px;
  }
  .section--head {
    margin: 80px 0;
  }
  .section--head .ja {
    font-size: 32px;
  }
  .section--head .en {
    font-size: 14px;
  }
  .global--btn {
    width: 190px;
    height: 190px;
    right: 30px;
    bottom: 40px;
  }
  .global--btn a {
    font-size: 20px;
  }
  .global--btn a img {
    margin-bottom: 12px;
  }
  .catch h2 {
    font-size: 48px;
  }
  .catch p {
    font-size: 30px;
  }
  .support--item {
    width: 25%;
  }
  .support .desc {
    font-size: 30px;
    margin: 50px 0 70px;
  }
  .service--list {
    justify-content: center;
    margin: 0 -10px;
  }
  .service--item {
    width: 25%;
    max-width: 260px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .service--item .label {
    height: 70px;
    border-radius: 35px;
  }
  .service--item .label .icon {
    width: 52px;
    margin-left: 20px;
  }
  .service--item .label p {
    width: calc(100% - 70px - 24px);
  }
  .service--item .desc {
    margin-top: 1.5em;
  }
  .case--head h2 {
    font-size: 36px;
  }
  .case--head p {
    font-size: 16px;
    margin: 2.5em 0;
  }
  .property--head {
    padding: 70px 0 30px;
  }
  .property--head h2 {
    font-size: 36px;
  }
  .property--list {
    padding-bottom: 70px;
  }
  .property .view--more a {
    height: 70px;
    margin-top: 30px;
    border-radius: 35px;
  }
  .property .view--more a::after {
    width: 48px;
    height: 48px;
    margin-right: 24px;
  }
  .property .view--more a::before {
    width: 10px;
    height: 10px;
    right: calc(48px / 2 + 24px - 3px);
  }
  .property .view--more a span {
    max-width: calc(100% - 48px - 24px);
  }
  .property .other-btn a {
    font-size: 14px;
    width: 200px;
    height: 60px;
    margin-top: 30px;
    padding: 0 20px;
    border-radius: 30px;
  }
  .property .other-btn a img {
    height: 32px;
    margin-right: 1em;
  }
  .contact__inner {
    padding: 30px 0;
  }
  .contact__inner::before, .contact__inner::after {
    height: 12px;
  }
  .contact .label {
    font-size: 60px;
  }
  .contact .desc {
    font-size: 24px;
  }
  .contact--box .form--area {
    font-size: 16px;
  }
  .contact--box .tel--area .tel-intro {
    font-size: 16px;
  }
  .contact--box .tel--area .tel-num {
    font-size: 44px;
  }
  .about__inner {
    align-items: center;
  }
  .about__detail {
    width: 610px;
    padding: 0 40px;
    position: static;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    order: 3;
  }
  .about__detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about__detail .profile {
    font-size: 14px;
  }
  .about__detail .profile--row {
    padding: 12px 0 6px;
  }
  .about__detail .profile--head {
    width: 8em;
    padding-left: 1em;
  }
  .about__detail .profile--detail {
    width: calc(100% - 8em);
  }
  .about .image01 {
    width: calc((100% - 610px) / 3);
    order: 1;
  }
  .about .image02,
  .about .image03 {
    width: calc((100% - 610px) / 3);
  }
  .about .image02 {
    order: 2;
  }
  .about .image03 {
    order: 4;
  }
  .page__contact .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th {
    text-align: center;
    line-height: 42px;
    padding: 2.25em 0.5em 2em;
  }
  .page__contact .contact--table table td {
    padding: 2.25em 1.5em 2em;
  }
}

@media (min-width: 1600px) {
  .hide-pc {
    display: inline;
  }
  .show-pc {
    display: none;
  }
}

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