@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=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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;
}

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

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

.section--s {
  margin-bottom: 30px;
}

.section--l {
  margin-bottom: 80px;
}

.pc-show {
  display: none;
}

.pc-none {
  display: block;
}

.sp-only {
  display: block;
}

.sp-none {
  display: none;
}

body {
  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;
  color: #262626;
}

img {
  max-width: 100%;
}

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

.header {
  z-index: 500;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.show-pc {
  display: none;
}

.bg-blue {
  padding: 0.5rem;
  border: 5px solid #075f8d;
  background-image: linear-gradient(135deg, #94d0f3 10px, #075f8d 11px calc(100% - 11px), #075f8d calc(100% - 10px));
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.header {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0 15px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-out;
}

.header.hide {
  opacity: 0;
  visibility: hidden;
}

.header.show, .header.subpage {
  position: fixed;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #00b2ed;
  padding: 0 16px;
  margin-right: auto;
  z-index: 50;
}

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

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background-color: #555;
  width: 72px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}

.header .toggler .toggle--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 500ms ease-out;
}

.header .toggler .toggle--btn span {
  display: block;
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 500ms ease-out;
}

.header .toggler .toggle--btn span:nth-child(2) {
  margin: 8px 0;
}

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

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

.header .toggler.open .toggle--btn span:nth-child(3) {
  margin-top: -4px;
  transform: rotate(-45deg);
}

.header .menu {
  height: 100%;
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header .menu.open {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

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

.header .menu li {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 20px 0;
}

.header .menu li.has--bg a {
  display: inline-block;
  color: #fff;
  background-color: #00b2ed;
  border-radius: 999px;
  padding: 1em 3.5em;
}

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: 80vh;
  position: relative;
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(13vw, 48px);
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero__cover .inner {
  width: 90%;
}

.hero__cover .catch {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2em;
}

.hero__cover .en {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.hero__cover .ja {
  font-size: 0.35em;
  width: 100%;
  margin: 1em 0 2.5em;
  letter-spacing: 0.03em;
}

.hero__cover .sub {
  font-size: 0.26em;
  line-height: 2.25;
}

.sub-hero {
  margin-top: 64px;
  margin-bottom: 60px;
  position: relative;
  z-index: 750;
}

.sub-hero_inner {
  height: 150px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 150;
  padding: 20px 0;
}

.sub-hero_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

.sub-hero_content h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 4px;
  position: relative;
  z-index: 10;
}

.sub-hero_content p {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.sub-hero_img {
  position: absolute;
  top: 0;
  left: 50vw;
  bottom: 0;
  z-index: 5;
}

.sub-hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.footer {
  color: #727272;
  background-color: #f8f8f8;
  padding-top: 48px;
  margin-top: 120px;
}

.footer .site-footer {
  margin-left: 20px;
}

.footer .footer-nav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.footer .footer-nav li {
  line-height: 1;
  margin-bottom: 16px;
}

.footer .footer-nav li a {
  font-size: 12px;
  color: #727272;
}

.footer .footer-contact .contact-tel {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

.footer .footer-contact .contact-tel .tel {
  font-size: 30px;
}

.footer .footer-contact .contact-tel .tel a {
  color: #727272;
}

.footer .footer-contact .contact-tel .pc-tel {
  display: none;
}

.footer .footer-contact .contact-tel .open {
  font-size: 12px;
  font-weight: 400;
}

.footer .footer-contact .contact-tel .holiday {
  font-size: 10px;
  font-weight: 400;
}

.footer .footer-contact .contact-mail {
  margin-bottom: 54px;
}

.footer .footer-contact .contact-mail a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #555;
  line-height: 1;
  padding: 20px 32px;
}

.footer .footer-company {
  margin-bottom: 72px;
}

.footer .footer-company p {
  font-size: 12px;
}

.footer .footer-company p .name {
  font-size: 14px;
}

.footer .copy {
  font-size: 10px;
  color: #fff;
  background-color: #00b2ed;
  text-align: center;
  margin: 0;
  padding: 22px 0;
}

.post__contents {
  margin-bottom: 40px;
}

.post__contents .post__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post__contents .title .meta {
  font-size: 12px;
  margin: 10px 0;
}

.post__contents .title h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}

.post__contents .content {
  line-height: 1.875;
  font-size: 14px;
}

.post__contents .content figure {
  text-align: center;
  margin: 30px 0;
}

.post__contents .content figure img {
  width: 100%;
  max-width: 600px;
}

.post__contents a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 15px 45px;
  margin-top: 30px;
  margin-top: 30px;
  background-color: #00b2ed;
}

.archive__post .archive__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.archive__post .archive__item {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.archive__post .archive__item a {
  padding: 10px 5px;
}

.archive__post .archive__item .more {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 2px 14px 6px 14px;
  border-radius: 20px;
  background-color: #075f8d;
}

.archive__post .meta {
  color: #00b2ed;
  font-size: 12px;
  margin-bottom: 4px;
}

.archive__post .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}

.archive__post .title .date {
  color: #00b2ed;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.archive__post .title h3 {
  line-height: 1.75;
  font-size: 14px;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.intro {
  padding: 18px 15px 0;
  position: relative;
  overflow: hidden;
}

.intro .bg-img {
  width: 345px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.intro h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1em;
}

.intro h2 span {
  color: #075f8d;
}

.intro p {
  font-size: 14px;
  line-height: 1.75;
}

.business-item {
  margin-bottom: 16px;
  padding-top: 20px;
  position: relative;
}

.business-item .business-item_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #262626;
}

.business-item a {
  display: block;
}

.business-item a:hover, .business-item a:focus {
  opacity: 0.8;
  text-decoration: none;
}

.business-item:nth-child(2n-1) .detail-text {
  padding-left: 20px;
}

.business-item:nth-child(2n-1) .image {
  padding-right: 20px;
}

.business-item:nth-child(2n-1) .detail-btn {
  margin-left: 20px;
}

.business-item:nth-child(2n) .detail-text {
  padding-right: 20px;
}

.business-item:nth-child(2n) .title,
.business-item:nth-child(2n) .sub-title {
  text-align: right;
}

.business-item:nth-child(2n) .detail {
  align-self: flex-start;
  align-items: flex-start;
}

.business-item:nth-child(2n) .image {
  padding-left: 20px;
}

.business-item:nth-child(2n) .detail-btn {
  align-self: flex-end;
}

.business-item:nth-child(2n-1) .sub-title,
.business-item:nth-child(2n-1) .detail-text {
  color: #fff;
}

.business-item:nth-child(2n-1) .image::before, .business-item:nth-child(2n-1) .image::after {
  background-color: #00b2ed;
  left: 0;
}

.business-item:nth-child(2n-1) .image::after {
  clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
  left: 50%;
}

.business-item:nth-child(2n) .sub-title,
.business-item:nth-child(2n) .detail-text {
  color: #000;
}

.business-item:nth-child(2n) .image::before, .business-item:nth-child(2n) .image::after {
  background-color: #e5e5e5;
  right: 0;
}

.business-item:nth-child(2n) .image::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 1px) 100%);
  right: 50%;
}

.business p {
  line-height: 1.5;
  padding: 0 20px;
  margin: 0;
  position: relative;
  z-index: 100;
}

.business .title {
  font-size: 28px;
  font-weight: 900;
  width: 100%;
  margin-bottom: 2px;
  order: 1;
}

.business .title span {
  color: #075f8d;
}

.business .sub-title {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  pointer-events: none;
  order: 2;
}

.business .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 0;
  order: 3;
  position: relative;
}

.business .detail-text {
  font-size: 12px;
  font-weight: 700;
  padding: 0 18vw;
  margin-top: 1em;
  margin-bottom: 1.5em;
  pointer-events: none;
  position: relative;
  z-index: 75;
}

.business .detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #075f8d;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
  pointer-events: none;
  padding: 20px;
  position: relative;
}

.business .detail-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.business .detail-btn a::after {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.7em;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 1em;
}

.business .image {
  transform: translateY(-40px);
  position: relative;
  z-index: 50;
  order: 5;
}

.business .image::before, .business .image::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  bottom: calc(100% / -6);
}

.business .image::before {
  width: calc(50% + 1px);
}

.business .image::after {
  aspect-ratio: 1/1;
}

.business .image a {
  overflow: hidden;
}

.business .image a img {
  transition: transform 300ms ease-out;
}

.business .image a:hover img {
  transform: scale(1.125);
}

.news-inner {
  width: 100%;
  padding: 20px 0 40px;
}

.news-head {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
}

.news-list {
  margin-bottom: 20px;
}

.news-item {
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 12px;
}

.news-item a {
  display: block;
  color: #262626;
  padding: 8px 0 14px;
}

.news-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.news-item p {
  margin: 0;
}

.news-item .date {
  font-size: 13px;
  color: #7e7e7e;
  margin-bottom: 8px;
}

.news-item .title {
  font-size: 15px;
}

.news-btn a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  border-bottom: 1px solid #00b2ed;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
}

.news-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.news-btn svg {
  width: 15px;
  height: auto;
  margin-left: 8px;
}

.purchase-inner .arrow-bottom {
  display: block;
  margin: 20px auto;
  width: 40px;
}

.ks_top-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f4f4f4;
}

.ks_top-inner .ks-list-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.ks_top-inner .ks-list-item img {
  margin-right: 10px;
  width: 20px;
}

.ks_top-inner .ks-list-item p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}

.ksr-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #18bbe9;
}

.ksr-inner .ksr-text {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.ksr-inner .ksr-text p {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.ksr-inner .ksr-text h3 {
  font-size: 18px;
}

p#yakusoku {
  position: absolute;
  bottom: 38px;
  left: 190px;
  font-weight: bold;
  font-size: 32px;
}

.s_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.s_01, .s_02, .s_03, .s_04, .s_05, .s_06 {
  width: 332px;
  height: 332px;
  position: relative;
  padding: 0 13px 0 15px;
  margin-bottom: 30px;
}

.s_01 {
  background: url(../img/purchase/s_1.png.webp) no-repeat;
}

.s_02 {
  background: url(../img/purchase/s_2.png.webp) no-repeat;
}

.s_03 {
  background: url(../img/purchase/s_3.png.webp) no-repeat;
}

.s_04 {
  background: url(../img/purchase/s_4.png.webp) no-repeat;
}

.s_05 {
  background: url(../img/purchase/s_5.png.webp) no-repeat;
}

.s_06 {
  background: url(../img/purchase/s_6.png.webp) no-repeat;
}

p.kk_title {
  color: #01406a;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  top: 22px;
  left: 95px;
}

p.kk_word {
  width: 304px;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  line-height: 1.5em;
}

.flow .head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 20px;
}

.flow .head span {
  color: red;
}

.flow .flow-list {
  margin-bottom: 30px;
}

.flow .flow-item {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 10px 0 25px;
  position: relative;
}

.flow .flow-item::before {
  display: block;
  content: '';
  border: 20px solid transparent;
  border-top-width: 16px;
  border-bottom-width: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow .flow-item .image {
  width: 46px;
  text-align: center;
}

.flow .flow-item .image.adjust {
  width: 38px;
}

.flow .flow-item .process {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 123px);
  padding: 0 18px;
}

.flow .flow-item .process small {
  font-size: 60%;
}

.flow .flow-item .num {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  width: 63px;
}

.flow .flow-item:nth-child(2n-1) {
  background-color: #bcdbed;
}

.flow .flow-item:nth-child(2n-1)::before {
  border-top-color: #eaeaea;
}

.flow .flow-item:nth-child(2n-1) .process {
  color: #fff;
}

.flow .flow-item:nth-child(2n-1) .num {
  color: #eaeaea;
}

.flow .flow-item:nth-child(2n) {
  background-color: #eaeaea;
}

.flow .flow-item:nth-child(2n)::before {
  border-top-color: #bcdbed;
}

.flow .flow-item:nth-child(2n) .process {
  color: #4a4a4a;
}

.flow .flow-item:nth-child(2n) .num {
  color: #fff;
}

.flow .flow-item:first-child::before {
  content: none;
}

.purchase-price {
  margin: 20px 0 30px;
}

.purchase-price .high-price-img {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.purchase-price .high-price-text {
  line-height: 1.8;
}

.assessment {
  text-align: center;
  color: #075f8d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
}

.assessment-btn {
  text-align: center;
  margin: 40px 0;
}

.assessment-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #f6d52f;
  line-height: 1;
  padding: 20px 32px;
  border-radius: 9999px;
}

.assessment-btn a span {
  padding: 0 5px;
}

.search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-list a {
  width: 50%;
}

.search-list a .search-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 4px solid #a2a2a2;
  border-radius: 16px;
  margin: 10px;
  padding: 30px;
  height: 160px;
  transition: all 0.3s;
}

.search-list a .search-list__item:hover {
  background-color: #f9ffff;
}

.search-list a .search-list__item .type {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.search-list a .search-list__item .type .en {
  color: #18bbe9;
  font-size: 10px;
  margin-bottom: 2px;
}

.search-list a .search-list__item .type .jp {
  color: #493c20;
  font-size: 14px;
}

.search-list a .search-list__item img {
  width: 75px;
}

.company-philosophy .company-philosophy-head p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

.company-philosophy .company-philosophy-head p span {
  color: #075f8d;
}

.oath-list {
  background: #f4f4f4;
}

.oath-list-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
}

.oath-list-inner .oath-list-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.oath-list-inner .oath-list-item img {
  margin-right: 10px;
  width: 20px;
}

.oath-list-inner .oath-list-item p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
}

.oath-text {
  text-align: left;
  line-height: 1.8;
  margin: 20px 0;
  font-size: 14px;
}

/* テーブル全体を包むコンテナ */
.company-info-container {
  max-width: 1000px;
  margin: 0 auto;
  /* 最後の要素の余白調整 */
}

.company-info-container .company-info-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
  color: #333;
  /* 見出し（左側）とデータ（右側）の共通設定 */
  /* 見出し（左側）のデザイン */
  /* データ（右側）のデザイン */
}

.company-info-container .company-info-table th, .company-info-container .company-info-table td {
  display: block;
  /* 縦並びに変更 */
  width: 100%;
  box-sizing: border-box;
}

.company-info-container .company-info-table th {
  width: 30%;
  padding-bottom: 5px;
  border-bottom: 2px solid #00adef;
  font-size: 14px;
  font-weight: normal;
}

.company-info-container .company-info-table td {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
}

.access {
  max-width: 1000px;
  margin: 30px auto 15px;
}

.access .map {
  position: relative;
}

.access .map::before {
  display: block;
  content: '';
  padding-top: 70%;
}

.access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-area {
  margin-bottom: 30px;
}

.about-area .about-content {
  padding: 0 25px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 40px;
}

.about-area .about-content .title {
  margin: 0;
  width: 20%;
  padding: 0 0 0 7%;
}

.about-area .about-content .title p {
  writing-mode: vertical-rl;
  color: #075f8d;
  line-height: 1.1;
  letter-spacing: .01em;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
}

.about-area .about-content .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  height: initial;
}

.about-area .about-content .img img {
  width: 120%;
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
}

.about-area .about-content.reverse {
  flex-direction: row;
  padding: 0;
}

.about-area .about-content.reverse .title {
  padding: 0 7% 0 0;
}

.about-area .about-content.reverse .title p {
  transform: rotate(180deg);
}

.about-area .flex {
  position: relative;
  max-width: 900px;
  height: 370px;
  background: #eff4f6;
  padding: 20px;
  display: flex;
}

.about-area .flex::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 1px 100%, 0 100%);
  background-color: #eff4f6;
}

.about-area .flex .text-space {
  width: 540px;
}

.about-area .flex .text-space h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-area .flex .text-space p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}

.about-area .flex.right {
  height: 500px;
}

.about-area .flex.right::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  background-color: #eff4f6;
}

.step-block .step-container {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #a2a2a2;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.step-block .step-container .step-header {
  display: flex;
  order: 1;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-right: 2px solid #a2a2a2;
}

.step-block .step-container .step-header .step-label {
  color: #f39800;
  font-weight: bold;
  line-height: 1.2;
}

.step-block .step-container .step-header .step-label .step-text {
  text-align: center;
  display: block;
  font-size: 14px;
}

.step-block .step-container .step-header .step-label .step-number {
  display: block;
  font-size: 30px;
}

.step-block .step-container .step-content {
  order: 3;
  width: 100%;
}

.step-block .step-container .step-content .step-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.step-block .step-container .step-content .step-lead {
  color: #f39800;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.step-block .step-container .step-content .step-desc {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.step-block .step-container .step-image {
  order: 2;
  width: 40%;
  padding: 5px 5px 5px 25px;
  margin-bottom: 20px;
}

.step-block .step-container .step-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.step-block.sale .step-container .step-header .step-label {
  color: #075f8d;
}

.step-block.sale .step-container .step-content .step-lead {
  color: #075f8d;
}

.f-arrow {
  display: block;
  margin: 15px auto;
}

.flowtop-bnr {
  text-align: center;
  margin-bottom: 30px;
}

.flowtop-bnr img {
  max-width: 680px;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h3 {
  font-size: 20px;
  font-weight: bold;
}

.section-title p {
  margin: 20px 0;
  line-height: 1.75;
}

.page__contact, .page__consultation {
  margin-bottom: 60px;
}

.page__contact .page__inner, .page__consultation .page__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page__contact select, .page__consultation 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], .page__consultation .mwform-tel-field input[type=text] {
  width: auto;
}

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

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

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

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

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

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

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

.page__contact .contact--table table th .hissu, .page__consultation .contact--table table th .hissu {
  font-size: 10px;
  margin-left: 8px;
  font-weight: bold;
  background-color: #c74d4d;
  padding: 2px 4px;
  color: #fff;
}

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

.page__contact .contact--table table td .age, .page__consultation .contact--table table td .age {
  width: 60px;
}

.page__contact .contact--table table td .post-code, .page__consultation .contact--table table td .post-code {
  width: auto;
}

.page__contact .contact--table table td .area, .page__consultation .contact--table table td .area {
  width: 150px;
}

.page__contact .contact--table table td .room-number, .page__consultation .contact--table table td .room-number {
  width: 100px;
}

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

.page__contact .submit--btn input, .page__consultation .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], .page__consultation .submit--btn input[type=submit] {
  background-color: #00b2ed;
}

.property-info {
  text-align: center;
  line-height: 1.7;
  background-color: #00b2ed;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 20px 0;
}

.individual-info {
  text-align: center;
  line-height: 1.7;
  background-color: #075f8d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .container--l {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp-only {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .bg-blue {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .header {
    height: 80px;
  }
  .header .logo {
    padding: 0 24px;
  }
  .header .logo img {
    width: 180px;
  }
  .header .toggler {
    width: 90px;
    height: 80px;
  }
  .hero__img {
    height: 100vh;
  }
  .hero__cover {
    font-size: min(13vh, max(6.25vw, 90px));
    top: 80px;
  }
  .hero__cover .inner {
    width: 85%;
  }
  .hero__cover .ja {
    font-size: 0.3em;
  }
  .hero__cover .sub {
    font-size: 0.15em;
  }
  .sub-hero {
    margin-top: 80px;
  }
  .sub-hero_img {
    left: unset;
    right: 0;
  }
  .footer .site-footer {
    margin-left: 0;
  }
  .footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer .footer-nav li {
    padding: 0 25px;
  }
  .footer .footer-contact .contact-tel {
    display: flex;
    line-height: 1.25;
  }
  .footer .footer-contact .contact-tel .tel {
    display: none;
  }
  .footer .footer-contact .contact-tel .pc-tel {
    display: block;
    font-size: 30px;
    margin-left: 15px;
    margin-right: 50px;
  }
  .post__contents {
    margin-bottom: 80px;
  }
  .post__contents .title .meta {
    margin: 20px 0;
  }
  .post__contents .content {
    font-size: 16px;
  }
  .post__contents .content figure {
    margin: 50px 0;
  }
  .post__contents a {
    margin-top: 45px;
  }
  .archive__post .archive__item {
    padding: 20px 0;
  }
  .archive__post .archive__item a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 10px 20px;
  }
  .archive__post .meta {
    margin-bottom: 0;
  }
  .archive__post .title {
    margin-bottom: 0;
  }
  .intro .bg-img {
    width: 450px;
  }
  .business-item {
    padding-bottom: 40px;
  }
  .business-item:nth-child(2n-1) .detail-btn {
    top: 180px;
  }
  .business-item:nth-child(2n) .image {
    align-self: flex-end;
  }
  .business-item:nth-child(2n) .detail-btn {
    align-self: flex-start;
    margin-right: 20px;
    margin-left: 150px;
    top: 180px;
  }
  .business .title {
    font-size: 52px;
  }
  .business .sub-title {
    font-size: 30px;
  }
  .business .detail-text {
    font-size: 14px;
    width: 600px;
    line-height: 2.25;
    box-sizing: content-box;
    padding: 0 150px;
    margin-top: 2em;
    margin-bottom: 32px;
    position: absolute;
    top: 0;
  }
  .business .detail-btn {
    font-size: 16px;
    width: 180px;
    position: absolute;
  }
  .business .image {
    transform: translateY(-80px);
  }
  .news-inner {
    position: relative;
    padding: 45px 0;
    margin-bottom: 60px;
  }
  .news-head {
    font-size: 48px;
    margin-bottom: 32px;
  }
  .news-item a {
    display: flex;
    align-items: center;
    padding: 20px 0 32px;
  }
  .news-item .date {
    width: 64px;
    margin-right: 70px;
    margin-bottom: 0;
  }
  .news-btn {
    position: absolute;
    top: 36px;
    right: 0;
  }
  .purchase-inner .arrow-bottom {
    margin: 30px auto;
    width: auto;
  }
  .ks_top-inner {
    padding: 30px 0;
  }
  .ks_top-inner .ks-list-item {
    margin: 1em;
  }
  .ks_top-inner .ks-list-item img {
    margin-right: 12px;
    width: 24px;
  }
  .ks_top-inner .ks-list-item p {
    font-size: 18px;
  }
  .ksr-inner {
    padding: 30px 0;
  }
  .ksr-inner .ksr-text p {
    font-size: 20px;
  }
  .ksr-inner .ksr-text h3 {
    font-size: 30px;
  }
  .s_box {
    justify-content: space-between;
  }
  .s_01, .s_02, .s_03, .s_04, .s_05, .s_06 {
    margin-bottom: 60px;
  }
  .flow .head {
    font-size: 20px;
  }
  .flow .flow-list {
    display: flex;
  }
  .flow .flow-item {
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 5);
    height: 260px;
    text-align: center;
    padding: 0;
  }
  .flow .flow-item::before {
    content: none;
  }
  .flow .flow-item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    order: 2;
    margin-bottom: 36px;
  }
  .flow .flow-item .image.adjust {
    width: auto;
  }
  .flow .flow-item .process {
    font-size: 14px;
    width: 100%;
    height: 1em;
    order: 3;
    padding: 0;
    margin-bottom: 32px;
  }
  .flow .flow-item .num {
    width: 100%;
    order: 1;
    margin-bottom: 28px;
  }
  .purchase-price {
    display: flex;
    align-items: center;
    max-width: 720px;
    margin: 60px auto 40px;
  }
  .purchase-price .high-price-img {
    margin-bottom: 0;
  }
  .purchase-price .high-price-text {
    line-height: 2;
  }
  .assessment {
    font-size: 24px;
  }
  .assessment-btn a {
    font-size: 18px;
    padding: 30px 48px;
  }
  .search-list a {
    width: 25%;
  }
  .search-list a .search-list__item {
    width: 160px;
    height: 160px;
    margin: 20px auto 20px;
  }
  .search-list a .search-list__item .type {
    margin-bottom: 20px;
  }
  .search-list a .search-list__item .type .en {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .search-list a .search-list__item .type .jp {
    font-size: 16px;
  }
  .search-list a .search-list__item img {
    width: auto;
    height: 50px;
  }
  .company-philosophy .company-philosophy-head p {
    font-size: 24px;
    text-align: center;
  }
  .oath-list-inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .oath-list-inner .oath-list-item {
    margin: 1em;
  }
  .oath-list-inner .oath-list-item img {
    margin-right: 12px;
    width: 24px;
  }
  .oath-list-inner .oath-list-item p {
    font-size: 18px;
  }
  .company-info-container .company-info-table tr {
    display: flex;
  }
  .company-info-container .company-info-table th, .company-info-container .company-info-table td {
    padding: 20px 10px;
    vertical-align: middle;
    text-align: left;
  }
  .company-info-container .company-info-table th {
    display: inline-block;
    width: 25%;
    margin-right: 1%;
    font-size: 16px;
    border-bottom: 2px solid #00adef;
    /* 水色のアンダーライン */
    white-space: nowrap;
    /* 折り返しを防ぐ */
  }
  .company-info-container .company-info-table td {
    width: 74%;
    border-bottom: 1px solid #999;
    /* グレーのアンダーライン */
    padding-left: 30px;
    font-size: 16px;
  }
  .company-info-container tr:last-child td {
    border-bottom: 1px solid #999;
  }
  .about-area {
    margin-bottom: 60px;
  }
  .about-area .about-content {
    padding: 0 0 0 30px;
    flex-direction: row;
    margin: 60px 0px -360px;
  }
  .about-area .about-content .title {
    margin: 65px 0 0;
    width: auto;
    padding: 0;
  }
  .about-area .about-content .title p {
    font-size: 40px;
    writing-mode: inherit;
  }
  .about-area .about-content .img {
    padding-top: 0;
    width: 300px;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
  .about-area .about-content .img img {
    width: 80%;
  }
  .about-area .about-content.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0 50px 0 0;
  }
  .about-area .about-content.reverse .title p {
    display: contents;
  }
  .about-area .flex {
    padding: 45px 30px;
    height: 300px;
  }
  .about-area .flex .text-space h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about-area .flex.right {
    height: 400px;
  }
  .about-area .flex.right .text-space {
    margin-left: 20px;
  }
  .about-area .flex.right .text-space h3 {
    margin-left: 240px;
  }
  .step-block .step-container {
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 30px;
    text-align: left;
  }
  .step-block .step-container .step-header {
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
    padding: 20px 25px 20px 0px;
    flex-shrink: 0;
  }
  .step-block .step-container .step-content {
    order: 2;
    width: 50%;
  }
  .step-block .step-container .step-image {
    order: 3;
    width: 35%;
    margin: 0;
  }
  .step-block .step-container .step-image img {
    max-width: 100%;
  }
  .f-arrow {
    margin: 20px auto;
  }
  .flowtop-bnr {
    margin-bottom: 60px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 26px;
  }
  .page__contact, .page__consultation {
    margin-bottom: 80px;
  }
  .page__contact .contact--table table, .page__consultation .contact--table table {
    display: table;
    margin-bottom: 40px;
  }
  .page__contact .contact--table table tbody, .page__consultation .contact--table table tbody {
    display: table-row-group;
  }
  .page__contact .contact--table table tr, .page__consultation .contact--table table tr {
    display: table-row;
    border-bottom: none;
  }
  .page__contact .contact--table table th, .page__contact .contact--table table td, .page__consultation .contact--table table th, .page__consultation .contact--table table td {
    display: table-cell;
  }
  .page__contact .contact--table table th, .page__consultation .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, .page__consultation .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;
  }
  .container--l {
    max-width: 1230px;
  }
  .section, .page__contact .contact--table, .page__consultation .contact--table {
    margin-bottom: 80px;
  }
  .section--s {
    margin-bottom: 50px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  .pc-show {
    display: block;
  }
  .pc-none {
    display: none;
  }
  .show-pc {
    display: inline;
  }
  .hide-pc {
    display: none;
  }
  .bg-blue {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .header {
    height: 120px;
    padding: 0;
  }
  .header.show .menu, .header.subpage .menu {
    background: transparent;
  }
  .header .logo {
    padding: 0 36px;
  }
  .header .logo img {
    width: auto;
  }
  .header .toggler {
    display: none;
  }
  .header .toggler .toggle--btn {
    width: 60px;
    height: 60px;
  }
  .header .toggler .toggle--btn span {
    width: 34px;
    height: 2px;
  }
  .header .toggler .toggle--btn span:nth-child(2) {
    margin: 9px 0;
  }
  .header .menu {
    opacity: 1;
    visibility: visible;
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .header .menu ul {
    flex-direction: row;
  }
  .header .menu li {
    font-size: 14px;
    font-weight: 00;
    margin: 0 50px 0 0;
  }
  .hero__cover {
    top: 120px;
  }
  .hero__cover .ja {
    width: 50%;
  }
  .hero__cover .sub {
    margin-left: auto;
  }
  .sub-hero {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .sub-hero_inner {
    height: 300px;
    padding: 50px 0;
  }
  .sub-hero_content {
    padding-left: 60px;
    padding-right: 0;
  }
  .sub-hero_content h2 {
    font-size: 64px;
  }
  .sub-hero_content p {
    font-size: 28px;
  }
  .footer {
    padding-top: 120px;
  }
  .footer .footer-contact {
    display: flex;
    align-items: center;
  }
  .post__contents {
    margin-bottom: 160px;
  }
  .post__contents .title h2 {
    font-size: 30px;
  }
  .post__contents .content figure {
    margin: 80px 0;
  }
  .archive__post .meta {
    font-size: 14px;
  }
  .archive__post .title {
    font-size: 20px;
  }
  .archive__post .title .date {
    margin-bottom: 15px;
  }
  .archive__post .title h3 {
    font-size: 16px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .intro {
    padding-top: 36px;
  }
  .intro .bg-img {
    width: 800px;
  }
  .intro h2 {
    font-size: 40px;
  }
  .intro p {
    font-size: 16px;
    text-align: center;
    line-height: 2.75;
  }
  .business-item:nth-child(2n-1) .image::after {
    left: calc(100% / 3 * 2);
  }
  .business-item:nth-child(2n) .image::after {
    right: calc(100% / 3 * 2);
  }
  .business .title {
    font-size: 80px;
  }
  .business .sub-title {
    font-size: 44px;
  }
  .business .detail-text {
    font-size: 16px;
    width: 750px;
    margin-bottom: 40px;
    padding-top: 0;
  }
  .business .image {
    transform: translateY(-120px);
  }
  .business .image::before {
    width: calc(100% / 3 * 2 + 1px);
  }
  .news-inner {
    position: relative;
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .ks_top-inner {
    padding: 60px 0;
  }
  .ks_top-inner .ks-list-item img {
    margin-right: 16px;
    width: 30px;
  }
  .ks_top-inner .ks-list-item p {
    font-size: 24px;
  }
  .ksr-inner {
    padding: 60px 0;
  }
  .ksr-inner .ksr-text p {
    font-size: 36px;
  }
  .ksr-inner .ksr-text h3 {
    font-size: 48px;
  }
  .flow .head {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .flow .flow-item {
    height: 300px;
  }
  .flow .flow-item .process {
    font-size: 18px;
  }
  .flow .flow-item .process small {
    font-size: 75%;
  }
  .assessment {
    font-size: 30px;
  }
  .search-list a .search-list__item {
    width: 275px;
    height: 275px;
    margin: 20px auto 20px;
  }
  .search-list a .search-list__item .type {
    margin-bottom: 30px;
  }
  .search-list a .search-list__item .type .en {
    font-size: 18px;
  }
  .search-list a .search-list__item .type .jp {
    font-size: 30px;
  }
  .search-list a .search-list__item img {
    height: 75px;
  }
  .company-philosophy .company-philosophy-head p {
    font-size: 36px;
  }
  .oath-list-inner {
    padding: 45px 0;
  }
  .oath-list-inner .oath-list-item img {
    margin-right: 16px;
    width: 30px;
  }
  .oath-list-inner .oath-list-item p {
    font-size: 24px;
  }
  .oath-text {
    text-align: center;
    font-size: 18px;
  }
  .access {
    margin: 80px auto 40px;
  }
  .access .map::before {
    padding-top: 50%;
  }
  .about-area {
    margin-bottom: 120px;
  }
  .about-area .about-content {
    padding: 0 0 0 90px;
    margin: 100px 0px -360px;
  }
  .about-area .about-content .title {
    margin: 75px 0 0;
  }
  .about-area .about-content .title p {
    font-size: 60px;
  }
  .about-area .about-content .img {
    padding-top: 0;
    width: 450px;
    height: 475px;
  }
  .about-area .about-content .img img {
    width: 120%;
    top: 5%;
  }
  .about-area .about-content.reverse .title {
    margin: 75px 0 0 60px;
  }
  .about-area .flex {
    padding: 80px;
    height: 450px;
  }
  .about-area .flex::after {
    width: 100px;
    left: 900px;
    top: 78%;
  }
  .about-area .flex .text-space h3 {
    font-size: 24px;
  }
  .about-area .flex.right {
    height: 450px;
    margin: 0 0 0 300px;
  }
  .about-area .flex.right::after {
    width: 100px;
    left: -100px;
    top: 78%;
  }
  .about-area .flex.right .text-space {
    margin-left: 120px;
  }
  .about-area .flex.right .text-space h3 {
    margin-left: 0px;
  }
  .step-block .step-container {
    padding: 40px 40px 40px 80px;
  }
  .step-block .step-container .step-header {
    margin-right: 40px;
    padding: 20px 40px 20px 0px;
  }
  .step-block .step-container .step-header .step-label .step-text {
    font-size: 18px;
  }
  .step-block .step-container .step-header .step-label .step-number {
    font-size: 40px;
  }
  .step-block .step-container .step-content .step-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .step-block .step-container .step-content .step-lead {
    font-size: 16px;
  }
  .step-block .step-container .step-content .step-desc {
    line-height: 1.8;
  }
  .step-block .step-container .step-image {
    width: 250px;
    padding: 0;
    margin-left: 30px;
  }
  .section-title h3 {
    font-size: 36px;
  }
  .section-title p {
    margin: 30px 0;
  }
  .page__contact, .page__consultation {
    margin-bottom: 160px;
  }
  .page__contact .contact--table table, .page__consultation .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th, .page__consultation .contact--table table th {
    text-align: center;
    line-height: 42px;
    padding: 2.25em 0.5em 2em;
  }
  .page__contact .contact--table table td, .page__consultation .contact--table table td {
    padding: 2.25em 1.5em 2em;
  }
  .property-info {
    margin: 40px 0;
    font-size: 18px;
  }
  .individual-info {
    margin: 40px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .sub-hero_inner {
    height: 400px;
  }
  .sub-hero_content {
    padding-left: 164px;
  }
  .sub-hero_content h2 {
    font-size: 90px;
  }
  .sub-hero_content p {
    font-size: 36px;
  }
  .business-item:nth-child(2n-1) .detail-text {
    padding-left: 150px;
    padding-right: 0;
  }
  .business-item:nth-child(2n-1) .image {
    padding-right: 0;
  }
  .business-item:nth-child(2n-1) .detail-btn {
    margin-left: 150px;
  }
  .business-item:nth-child(2n) .detail-text {
    padding: 0;
  }
  .business-item:nth-child(2n) .title,
  .business-item:nth-child(2n) .sub-title {
    text-align: left;
    padding: 0 0 0 40vw;
  }
  .business-item:nth-child(2n) .detail {
    align-self: flex-start;
    align-items: flex-start;
    padding: 0 0 0 40vw;
  }
  .business-item:nth-child(2n) .image {
    padding-left: 0;
  }
  .business-item:nth-child(2n) .detail-btn {
    margin-right: 150px;
    margin-left: 0;
    top: 180px;
  }
  .business p {
    padding: 0 150px;
  }
}

@media (min-width: 1440px) {
  .post__contents .title h2 {
    font-size: 36px;
  }
}

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