@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

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

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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;
  display: block;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: 94vw;
  margin: 0 auto;
}

.md-inner {
  width: 1024px;
  max-width: 94vw;
  margin: 0 auto;
}

/* Responsive
======================================== */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.04rem;
  word-break: break-all;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

.space {
  padding: 40px 0;
}
@media (min-width: 1001px) {
  .space {
    padding: 100px 0;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

/* Parts
======================================== */
/* --- Titles --- */
.ttl-rotate {
  margin-bottom: 40px;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1001px) {
  .ttl-rotate {
    margin-bottom: 60px;
  }
}
.ttl-rotate h2 {
  transform: rotate(-5deg);
  color: #c9a3bc;
  font-size: 50px;
  line-height: 1.8;
}
@media (min-width: 1001px) {
  .ttl-rotate h2 {
    font-size: 110px;
  }
}
.ttl-rotate p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 1001px) {
  .ttl-rotate p {
    font-size: 28px;
  }
}
.ttl-rotate.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- Buttons --- */
.btn-chevron {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  gap: 10px;
  transition: 0.3s all;
  color: #c9a3bc;
  margin-top: 20px;
  line-height: 1;
}
.btn-chevron:before {
  content: "";
  display: block;
  background-image: url(../img/icon-button-chevron.png);
  background-size: cover;
  width: 22px;
  height: 22px;
}
.btn-chevron:hover {
  opacity: 0.6;
}
.btn-chevron.right {
  justify-content: right;
}
.btn-chevron.center {
  justify-content: center;
}
.btn-chevron.white {
  color: #fff;
}
.btn-chevron.white:before {
  background-image: url(../img/icon-button-chevron_white.png);
}
.btn-chevron.sm {
  font-size: 10px;
}
.btn-chevron.sm:before {
  width: 15px;
  height: 15px;
}

.ttl-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.ttl-ul h2 {
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.ttl-ul h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #c9a3bc;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .ttl-ul h2 {
    font-size: 28px;
  }
}

.image-container {
  position: relative;
}
@media (max-width: 1000px) {
  .image-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.image-container .text {
  width: 95%;
  left: 0;
  top: 10%;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1000px) {
  .image-container .text {
    margin-top: -50px;
  }
}
@media (min-width: 1001px) {
  .image-container .text {
    width: 60%;
    position: absolute;
  }
}
.image-container .text .ttl {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.image-container .text .ttl:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #c9a3bc;
  margin: 10px 0;
}
@media (min-width: 1001px) {
  .image-container .text .ttl {
    font-size: 28px;
  }
}
.image-container .text p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
}
.image-container img {
  width: 90%;
  border-radius: 15px;
  margin-left: auto;
}
@media (min-width: 1001px) {
  .image-container img {
    width: 55%;
  }
}
.image-container.reverse .text {
  left: auto;
  right: 0;
}
.image-container.reverse img {
  margin-right: auto;
  margin-left: 0;
}
.image-container.lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 1001px) {
  .image-container.lg {
    margin-bottom: 130px;
  }
}
.image-container.lg .text {
  top: auto;
}
.image-container.lg img {
  border-radius: 100px 0 100px 0;
}

section.case .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 45px;
}
@media (min-width: 1001px) {
  section.case .list {
    gap: 50px 25px;
  }
}
section.case .list li {
  width: 100%;
}
@media (min-width: 1001px) {
  section.case .list li {
    width: calc((100% - 50px) / 3);
  }
}
section.case .list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  section.case .list li a {
    gap: 20px;
  }
}
section.case .list li a:hover {
  opacity: 0.6;
}
section.case .list li img {
  width: 70%;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  section.case .list li img {
    width: 100%;
    aspect-ratio: 319/332;
  }
}
section.case .list li .ttl {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
@media (min-width: 1001px) {
  section.case .list li .ttl {
    font-size: 20px;
  }
}
section.case .list li .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}
section.case .list li .btn-chevron {
  margin-top: auto;
  margin-right: auto;
}

/* Header
======================================== */
header {
  height: 70px;
  background-color: #fff;
  width: 100%;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 1001px) {
  header {
    height: 100px;
  }
}
header .header-wrap {
  height: 70px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 100px;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
header .header-wrap .lg-inner .logo {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .header-wrap .lg-inner .logo {
    height: 60px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    height: 65px;
  }
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
header .header-wrap nav ul.nav li.contact a {
  background-color: #c9a3bc;
  color: #fff;
  padding: 10px 10px;
  border-radius: 25px;
  line-height: 1;
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
  background-color: #c9a3bc;
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  background: #fff;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}
header .nav-container .inner_nav ul li.contact a {
  background-color: #c9a3bc;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}

/* Footer
======================================== */
section.news .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.news .container .ttl-rotate {
  margin-bottom: 0px;
  line-height: 50%;
}
@media (min-width: 1001px) {
  section.news .container .ttl-rotate {
    width: 30%;
  }
}
section.news ul {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (min-width: 1001px) {
  section.news ul {
    width: 70%;
    margin-left: auto;
  }
}
section.news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
section.news ul li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.cta {
  background-image: url("../img/cta-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  padding: 65px 0;
  margin: 0 calc(50% - 50vw);
  padding: 45px calc(50vw - 50%);
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
@media (min-width: 1001px) {
  section.cta {
    padding: 95px calc(50vw - 50%);
  }
}
section.cta .ttl {
  font-size: 22px;
}
@media (min-width: 1001px) {
  section.cta .ttl {
    font-size: 24px;
  }
}
section.cta .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section.cta .button a {
  border: 2px solid #fff;
  border-radius: 38px;
  line-height: 1;
  padding: 15px 30px;
}

section.footer-nav {
  background-color: #c9a3bc;
  margin: 0 calc(50% - 50vw);
  padding: 55px calc(50vw - 50%) 10px;
  width: 100vw;
  color: #fff;
}
section.footer-nav .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  section.footer-nav .container {
    gap: 40px;
  }
}
section.footer-nav .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
section.footer-nav .info img {
  width: 90px;
}
@media (min-width: 1001px) {
  section.footer-nav .info img {
    width: 127px;
  }
}
section.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.footer-nav ul {
    width: 40%;
  }
}
section.footer-nav ul li {
  width: calc((100% - 30px) / 2);
}
section.footer-nav ul li.fb img {
  width: 22px;
  height: 22px;
}
section.footer-nav .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}

/* SubVisual
======================================== */
section.sub-visual {
  padding: 30px 0 0;
  /* パンくずリスト */
}
@media (min-width: 1001px) {
  section.sub-visual {
    padding: 50px 0 0;
  }
}
section.sub-visual .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.sub-visual .container img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  border-radius: 25px 0 0 25px;
  width: 75vw;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  section.sub-visual .container img {
    height: 120px;
  }
}
section.sub-visual .container h1 {
  position: absolute;
  left: 0;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  text-shadow: 1px 1px 2px #fff;
}
@media (min-width: 1001px) {
  section.sub-visual .container h1 {
    font-size: 42px;
  }
}
section.sub-visual .aioseo-breadcrumbs {
  margin-top: 15px;
  text-align: right;
}
@media (min-width: 1001px) {
  section.sub-visual .aioseo-breadcrumbs {
    margin-top: 30px;
  }
}
section.sub-visual .aioseo-breadcrumbs span,
section.sub-visual .aioseo-breadcrumbs a {
  display: inline;
  font-size: 13px;
}
section.sub-visual .aioseo-breadcrumbs span:nth-child(1) {
  color: #c9a3bc;
}

section.sv-mission {
  background-image: url("../img/sv-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 40px;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.sv-mission {
    margin-top: 90px;
    background-position: center center;
  }
}
section.sv-mission .lg-inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  border-radius: 15px;
}
@media (min-width: 1001px) {
  section.sv-mission .lg-inner {
    padding: 20px 10px;
    text-align: center;
  }
}
section.sv-mission .lg-inner .en {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #c9a3bc;
  display: block;
  transform: rotate(-5deg);
  margin: -20px 0 30px;
}
@media (min-width: 1001px) {
  section.sv-mission .lg-inner .en {
    font-size: 80px;
  }
}
section.sv-mission .lg-inner .title {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.sv-mission .lg-inner .title {
    font-size: 28px;
  }
}
section.sv-mission .lg-inner .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #c9a3bc;
  margin: 10px 0;
}

.about .anchor {
  position: relative;
  top: -70px;
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 1001px) {
  .about .anchor {
    top: -100px;
  }
}
.about .about-lead .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 1001px) {
  .about .about-lead .container {
    gap: 30px;
  }
}
.about .about-lead .container .text {
  flex: 100%;
}
@media (min-width: 1001px) {
  .about .about-lead .container .text {
    flex: 1;
  }
}
.about .about-lead .container .text .sign {
  font-size: 12px;
  text-align: right;
}
.about .about-lead .container .text .timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .about .about-lead .container .text .timeline {
    margin-top: 50px;
  }
}
.about .about-lead .container .text .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 10px;
  height: 100%;
}
.about .about-lead .container .text .timeline .timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.about .about-lead .container .text .timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: #cc6699;
  border-radius: 50%;
}
.about .about-lead .container .text .timeline .timeline-item .year {
  margin-bottom: 5px;
  width: 100%;
}
@media (min-width: 1001px) {
  .about .about-lead .container .text .timeline .timeline-item .year {
    width: 90px;
  }
}
.about .about-lead .container img {
  width: 60%;
  max-width: 400px;
}
@media (min-width: 1001px) {
  .about .about-lead .container img {
    width: 350px;
    max-width: 30%;
  }
}
.about section.reasons .middle-text {
  font-size: 16px;
  color: #c9a3bc;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  margin: 30px 0;
  text-align: center;
  line-height: 160%;
}
@media (min-width: 1001px) {
  .about section.reasons .middle-text {
    font-size: 28px;
    margin: 70px 0;
  }
}
.about section.company dl .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
}
.about section.company dl .row dt,
.about section.company dl .row dd {
  padding: 20px 20px;
  width: 100%;
}
@media (max-width: 1000px) {
  .about section.company dl .row dt {
    padding-bottom: 0px;
  }
}
.about section.company dl .row dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .about section.company dl .row dt {
    width: 200px;
  }
}
.about section.company dl .row dd {
  flex: 1;
}

section.business .desc {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 1001px) {
  section.business .desc {
    margin: 70px 0 0;
  }
}

/* Contact
======================================== */
.mw_wp_form {
  width: 100% !important;
  /* ---  ポリシー同意 --- */
}
.mw_wp_form dl {
  width: 100% !important;
  border-bottom: 1px solid #f8f2f6;
  /* ---  チェックボタン --- */
  /* --- プルダウン --- */
  /* --- プライバシーポリシー --- */
}
.mw_wp_form dl .row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #f8f2f6;
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row {
    padding: 30px 15px;
  }
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    padding: 3px 10px;
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl .required,
.mw_wp_form dl .optional {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
}
.mw_wp_form dl .required {
  background-color: #c9a3bc;
}
.mw_wp_form dl .required:before {
  content: "必須";
  display: inline-block;
}
.mw_wp_form dl .optional {
  background-color: #a0a0a0;
}
.mw_wp_form dl .optional:before {
  content: "任意";
  display: inline-block;
}
.mw_wp_form dl dd {
  width: 100%;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 70%;
  }
}
.mw_wp_form dl dd .notes {
  display: block;
  font-size: 14px;
  width: 100%;
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #f8f2f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #f8f2f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.mw_wp_form dl dd.check,
.mw_wp_form dl .check {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mw_wp_form dl dd.check .mwform-checkbox-field,
.mw_wp_form dl .check .mwform-checkbox-field {
  width: calc((100% - 20px) / 3);
  margin-left: 0 !important;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd.check .mwform-checkbox-field,
  .mw_wp_form dl .check .mwform-checkbox-field {
    width: calc((100% - 40px) / 5);
  }
}
.mw_wp_form dl dd.check .mwform-checkbox-field input,
.mw_wp_form dl .check .mwform-checkbox-field input {
  display: none;
}
.mw_wp_form dl dd.check .mwform-checkbox-field label,
.mw_wp_form dl .check .mwform-checkbox-field label {
  display: inline-block;
}
.mw_wp_form dl dd.check .mwform-checkbox-field-text,
.mw_wp_form dl .check .mwform-checkbox-field-text {
  padding-left: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.mw_wp_form dl dd.check .mwform-checkbox-field-text:after, .mw_wp_form dl dd.check .mwform-checkbox-field-text:before,
.mw_wp_form dl .check .mwform-checkbox-field-text:after,
.mw_wp_form dl .check .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  width: 20px;
  height: 20px;
  left: 0;
  padding: 0 !important;
  background-color: #f8f2f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.mw_wp_form dl dd.check .mwform-checkbox-field-text:after,
.mw_wp_form dl .check .mwform-checkbox-field-text:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  background: #c9a3bc;
  border: none;
  left: 5px;
  border-radius: 1px;
}
.mw_wp_form dl dd.check input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.mw_wp_form dl .check input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw_wp_form dl select {
  background-color: #f8f2f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: auto;
}
.mw_wp_form dl .row.privacy {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.mw_wp_form dl .row.privacy iframe {
  width: 845px;
  max-width: 100%;
  height: 165px;
  margin: 20px auto 20px;
  background-color: #f8f2f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.mw_wp_form dl .row.privacy .mwform-checkbox-field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw_wp_form dl .row.privacy p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row.privacy {
    flex-direction: row;
  }
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row.privacy input {
    margin-left: 40px;
  }
}
.mw_wp_form button[type=submit] {
  display: block;
  background-color: #c9a3bc;
  color: #fff;
  margin: 30px auto 0;
  width: 443px;
  height: 60px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 40px;
  transition: 0.3s all;
  font-size: 20px;
}
@media (min-width: 1001px) {
  .mw_wp_form button[type=submit] {
    margin: 50px auto 0;
    font-size: 24px;
  }
}
.mw_wp_form button[type=submit]:hover {
  opacity: 0.6;
}
.mw_wp_form .policy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.mw_wp_form .policy .mwform-checkbox-field {
  position: relative;
  aspect-ratio: 1/1;
  width: 25px;
  height: 100%;
}
.mw_wp_form .policy .mwform-checkbox-field input {
  display: none;
}
.mw_wp_form .policy .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  height: 100%;
}
.mw_wp_form .policy .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.mw_wp_form .policy .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  transition: 0.3 all;
  opacity: 0;
}
.mw_wp_form .policy label input[type=checkbox]:checked ~ .mwform-checkbox-field-text::after {
  background: #c9a3bc;
  opacity: 1;
}
.mw_wp_form .policy p a {
  display: inline-block;
  text-decoration: underline;
  color: #1fbbee;
}
.mw_wp_form .warning {
  text-align: center;
}

.top {
  overflow: hidden;
}
.top section.mv {
  position: relative;
}
.top section.mv .text {
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  text-shadow: 1px 1px 2px #fff;
  font-family: "Zen Maru Gothic", serif;
}
@media (min-width: 1001px) {
  .top section.mv .text {
    font-size: 20px;
  }
}
.top section.mv .text .lg {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .top section.mv .text .lg {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
.top section.mv figure {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 90vw;
  padding-right: 3vw;
  height: 500px;
}
@media (min-width: 1001px) {
  .top section.mv figure {
    padding-left: 3vw;
    width: 200%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 5vw;
  }
}
.top section.mv figure img {
  border-radius: 70px 0 0 70px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top section.mv figure:after {
  content: "";
  display: block;
  background-color: #f8f2f6;
  position: absolute;
  bottom: -50px;
  left: 5%;
  width: 100%;
  height: 100%;
  border-radius: 70px 0 0 70px;
  z-index: -1;
}
.top section.about-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
@media (min-width: 1001px) {
  .top section.about-us .container {
    gap: 50px;
  }
}
.top section.about-us .container .text {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  .top section.about-us .container .text {
    padding-bottom: 30px;
  }
}
.top section.about-us .container img {
  width: 100%;
  max-width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding-right: 30px;
}
@media (min-width: 1001px) {
  .top section.about-us .container img {
    width: 48vw;
  }
}
.top section.edge .ttl-rotate p {
  padding-right: 150px;
}
.top section.edge .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1001px) {
  .top section.edge .list {
    gap: 25px;
    padding-top: 30px;
  }
}
.top section.edge .list:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  background-color: #c9a3bc;
  width: 100vw;
  height: 90%;
  z-index: -1;
  left: calc(50% - 50vw);
  right: auto;
  border-radius: 0 73px 73px 0;
}
@media (min-width: 1001px) {
  .top section.edge .list:before {
    width: 95vw;
  }
}
.top section.edge .list li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.top section.edge .list li span {
  font-size: 60px;
  font-weight: 700;
  color: #c9a3bc;
  position: absolute;
  font-family: "Zen Maru Gothic", serif;
  left: 15%;
  top: 0.2em;
}
@media (min-width: 1001px) {
  .top section.edge .list li span {
    left: 0;
    top: -0.2em;
    font-size: 110px;
  }
}
@media (min-width: 1001px) {
  .top section.edge .list li {
    gap: 10px;
    width: calc((100% - 50px) / 3);
  }
}
.top section.edge .list li img {
  width: 70%;
  height: auto;
  border-radius: 15px;
}
@media (min-width: 1001px) {
  .top section.edge .list li img {
    width: 100%;
    aspect-ratio: 319/332;
  }
}
.top section.edge .list li .ttl {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .top section.edge .list li .ttl {
    font-size: 20px;
  }
}
.top section.edge .list li .btn-chevron {
  margin-top: auto;
  margin-left: auto;
}
.top section.all {
  position: relative;
}
.top section.all:before, .top section.all:after {
  content: "";
  display: block;
  background-size: cover;
  width: 55vw;
  height: auto;
  position: absolute;
  z-index: -1;
}
.top section.all:before {
  background-image: url(../img/top-all-ele-1.png);
  aspect-ratio: 633/392;
  left: calc(50% - 50vw);
  right: auto;
  top: 0;
}
.top section.all:after {
  background-image: url(../img/top-all-ele-2.png);
  aspect-ratio: 633/392;
  right: calc(50% - 50vw);
  left: auto;
  bottom: 0;
}
.top section.all .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 1001px) {
  .top section.all .container {
    gap: 30px;
  }
}
.top section.all .container .text {
  flex: 1;
}
@media (min-width: 1001px) {
  .top section.all .container .text {
    padding-top: 60px;
  }
}
.top section.all .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .top section.all .container .text .ttl {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.top section.all .container img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1001px) {
  .top section.all .container img {
    width: 50%;
  }
}

/* 施工事例,お知らせ Archives
======================================== */
section.articles.archive ul.list {
  justify-content: center;
}
@media (max-width: 1000px) {
  section.articles.archive ul.list {
    gap: 20px;
  }
}
section.articles.archive ul.list li {
  width: 100%;
  max-width: 600px;
}
section.articles.archive ul.list li a {
  display: flex;
  gap: 50px;
  width: 100%;
  flex-direction: row;
  align-items: start;
}
section.articles.archive ul.list li a .date {
  flex-shrink: 0;
  color: #c9a3bc;
}
@media (max-width: 1000px) {
  section.articles.archive ul.list li a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
  }
}

article.case .ttl {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  margin: 50px 0 30px 0;
}
@media (min-width: 1001px) {
  article.case .ttl {
    font-size: 28px;
    margin: 80px 0 30px 0;
  }
}
article.case img {
  width: 100%;
  height: auto;
}
article.case .ec {
  margin-bottom: 30px;
}
article.case .btn-chevron {
  justify-content: center;
  margin-top: 50px;
}
article.case .btn-chevron:before {
  transform: scaleX(-1);
}