@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(10px, 2vw, 15px) clamp(20px, 4vw, 30px);
  max-width: clamp(300px, 120vw, 1500px);
  margin: 0 auto;
}
.header .logo a img {
  width: clamp(100px, 10vw, 200px);
}
.header .right-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 2vw, 24px);
}
.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 2vw, 24px);
  list-style: none;
}
.header .nav ul li a {
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: clamp(14px, 1.2vw, 18px);
  display: inline-block;
  padding: 4px 0;
}
.header .nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #b0c92b;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .nav ul li a:hover::after {
  width: 100%;
}
.header .btn {
  display: inline-block;
  padding: clamp(3px, 1vw, 5px) clamp(5px, 2vw, 16px);
  border-radius: clamp(16px, 2.5vw, 20px);
  font-size: clamp(14px, 1.2vw, 18px);
  text-align: center;
  text-decoration: none;
}
.header .btn.tel-btn {
  color: #333;
  border: 1px solid #333;
}
.header .btn.tel-btn svg {
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.header .btn.reserve {
  background: #04C755;
  color: #fff;
  border: 1px solid #aaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .btn.reserve svg {
  margin-right: 5px;
}
.header .btn.reserve:hover {
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .btn.contact {
  background: #E6FF65;
  color: #333;
  border: 1px solid #ccc;
}
.header .btn.contact:hover {
  background: var(--Neutral-colors-100, #fff);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .hamburger {
  width: 36px;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  background: #ebff49;
  border: none;
}
.header .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}
.header .hamburger .hamburger-center {
  margin: 5px 0;
}
.header .sp-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 20px 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.header .sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  padding: 0 40px;
}
.header .sp-menu ul li {
  border-bottom: 1px solid #eee;
  text-align: center;
  display: block;
}
.header .sp-menu ul li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header .sp-menu ul li a:hover {
  background: #f7f7f7;
}
.header.menu-open .sp-menu {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
@media (max-width: 768px) {
  .header .nav.pc-only {
    display: none;
  }
  .header .btn.contact.pc-only {
    display: none;
  }
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .sp-only {
    display: inline-block;
  }
  .header .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .header .sp-menu {
    display: none !important;
  }
  .header .hamburger {
    display: none;
  }
  .header .sp-only {
    display: none !important;
  }
  .header .pc-only {
    display: inline-block;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv {
  margin-top: clamp(60px, 13vw, 85px);
  width: 100%;
  overflow: hidden;
}
.fv picture,
.fv img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 4vw, 48px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (min-width: 769px) {
  .about-images {
    max-width: 48%;
  }
}
.about-images .img-top {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: clamp(12px, 3vw, 24px);
}
@media (min-width: 769px) {
  .about-images .img-top {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
.about-images .img-bottom {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .about-images .img-bottom {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}

.about-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #333;
}
.about-text p {
  margin-bottom: clamp(16px, 2vw, 18px);
  line-height: 1.8;
}
.about-text .about-checks {
  list-style: none;
  padding: 0;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.about-text .about-checks li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 1em;
  display: inline-block;
}
.about-text .about-checks li::before {
  content: "✔";
  color: #333;
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-text .about-checks li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(230, 255, 101, 0.35);
  z-index: -1;
}

.btn.more {
  display: inline-block;
  font-size: clamp(14px, 1.3vw, 16px);
  padding: 10px 24px;
  border: 1px solid #837664;
  border-radius: 999px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.more .btn-icon svg path {
  stroke: #333;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.btn.more:hover {
  background: rgba(131, 118, 100, 0.94);
  color: #fff;
}
.btn.more:hover .btn-icon svg path {
  stroke: #fff;
}

@media (min-width: 769px) {
  .works .work-section-title {
    padding-left: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .works .work-section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .works .work-section-title .section-title-ja {
    text-align: left;
  }
}
.works .works-header {
  margin-bottom: clamp(32px, 5vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .works .works-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works .works-header-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .works .works-header-content {
    display: contents;
  }
}
@media (max-width: 768px) {
  .works .works-feature {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 80%;
    margin: -60px 0 0 auto;
  }
}
.works .works-feature .works-text {
  width: clamp(200px, 36vw, 450px);
  margin-left: -clamp(32px, 4vw, 64px);
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 4px rgba(60, 60, 60, 0.08);
          box-shadow: 4px 4px 4px rgba(60, 60, 60, 0.08);
  padding: clamp(16px, 3vw, 24px);
}
@media (max-width: 768px) {
  .works .works-feature .works-text {
    width: 100%;
    margin-left: 0;
    margin-top: clamp(16px, 4vw, 32px);
  }
}
.works .works-feature .works-text .works-tag {
  display: inline-block;
  background: #e6ff65;
  color: #333;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.works .works-feature .works-text .works-title {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  margin-bottom: 8px;
}
.works .works-feature .works-text .works-location,
.works .works-feature .works-text .works-date {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #333;
}
.works .works-feature .case-btn-area {
  margin-top: 12px;
}
.works .works-feature .case-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 3px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
}
.works .works-feature .case-btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works .works-image {
  width: 70%;
}
@media (max-width: 768px) {
  .works .works-image {
    width: 100%;
  }
}
.works .works-image img {
  width: 100%;
  height: auto;
  display: block;
}
.works .works-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 3vw, 20px);
  margin-top: clamp(40px, 6vw, 64px);
}
.works .works-card {
  background: rgba(230, 255, 101, 0.35);
  overflow: hidden;
  padding: 20px;
  max-width: 400px;
}
.works .works-card .works-img-area {
  position: relative;
  height: 220px;
  width: 100%;
}
.works .works-card .works-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works .works-card .works-img-area .works-tag {
  position: absolute;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
  bottom: 10px;
  left: 10px;
}
.works .works-card .card-body {
  padding: clamp(8px, 4vw, 14px) 0 0 0;
}
.works .works-card .card-body h4 {
  font-size: clamp(16px, 2vw, 16px);
  margin-bottom: 8px;
}
.works .works-card .card-body p {
  font-size: clamp(14px, 1.5vw, 14px);
  line-height: 1.6;
  margin-bottom: 12px;
}
.works .works-card .card-body .case-btn-area {
  text-align: center;
}
.works .works-card .card-body .case-btn-area .case-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
}
.works .works-card .card-body .case-btn-area .case-btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works .works-more {
  text-align: center;
  margin-top: clamp(20px, 6vw, 40px);
}

.service {
  background-image: url(../img/service-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.service .service-inner {
  background: rgba(255, 255, 255, 0.88);
  padding: clamp(20px, 4vw, 40px) clamp(16px, 4vw, 70px);
}
.service .service-inner .service-headding-text {
  text-align: center;
  margin-top: 20px;
}
.service .service-inner .service-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 5vw, 48px);
  padding: clamp(20px, 5vw, 40px) 0;
}
@media (max-width: 768px) {
  .service .service-inner .service-items {
    grid-template-columns: 1fr;
  }
}
.service .service-inner .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .service .service-inner .service-item {
    gap: 5px;
  }
}
.service .service-inner .service-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.service .service-inner .service-item-head .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .service-inner .service-item-head .num {
  font-family: Futura, sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #b0c92b;
  line-height: 35px;
}
.service .service-inner .service-item-title {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: #333;
}
.service .service-inner .service-item-text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  color: #444;
}
.service .service-inner .service-item-text br {
  display: none;
}
@media (min-width: 769px) {
  .service .service-inner .service-item-text br {
    display: inline;
  }
}

.news .news-items {
  margin: 30px auto 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .news .news-items {
    display: block;
  }
}
.news .news-items .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeece8;
  padding: 20px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media (max-width: 768px) {
  .news .news-items .news-item {
    margin: 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 10px;
  }
}
.news .news-items .news-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6ff65;
  clip-path: polygon(0 100%, 0 75%, 10% 100%, 10% 100%);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  z-index: 1;
  will-change: clip-path;
}
@media (max-width: 768px) {
  .news .news-items .news-item::before {
    clip-path: polygon(0 100%, 0 85%, 10% 100%, 10% 100%);
  }
}
.news .news-items .news-item:hover::before {
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}
.news .news-items .news-item .news-text,
.news .news-items .news-item .news-image {
  position: relative;
  z-index: 2;
}
.news .news-items .news-item .news-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.news .news-items .news-item .news-text .news-meta {
  font-size: 14px;
  margin-bottom: 8px;
}
.news .news-items .news-item .news-text .news-meta .news-cate {
  font-weight: bold;
  color: #333;
}
.news .news-items .news-item .news-text .news-meta .news-date {
  color: #333;
}
.news .news-items .news-item .news-text .news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.news .news-items .news-item .news-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .news .news-items .news-item .news-image {
    width: 100%;
    margin-left: 0;
  }
}
.news .news-items .news-item .news-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.cta {
  background-image: url(../img/cta-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.cta .cta-inner {
  background: rgba(131, 118, 100, 0.94);
  max-width: 520px;
  padding: 40px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.cta .cta-inner .section-title-en {
  color: #fff;
}
.cta .cta-inner .section-title-ja {
  color: #fff;
}
.cta .cta-inner .cta-text {
  margin: 30px auto;
}
.cta .cta-inner .cta-btn-area {
  text-align: center;
}
.cta .cta-inner .contact-btn {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #837664;
}
.cta .cta-inner .contact-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #837664;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  background: #837664;
  color: #fff;
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}
footer .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  footer .footer-contents {
    display: block;
  }
}
footer .footer-contents .footer-left .footer-company {
  font-size: 25px;
}
footer .footer-contents .footer-left .footer-copy {
  margin: 20px 0;
  font-size: 16px;
}
footer .footer-contents .footer-left .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer-contents .footer-right {
  max-width: 509px;
}
@media (max-width: 768px) {
  footer .footer-contents .footer-right {
    margin-top: 20px;
  }
}
footer .footer-contents .footer-right .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  footer .footer-contents .footer-right .footer-nav {
    gap: 10px 10px;
  }
}
footer .copyright {
  text-align: center;
  border-top: 1px solid #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .copyright span {
  margin-right: 20px;
}

.mission {
  background-image: url(../img/mission-bg.png);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.mission .mission-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .mission .mission-inner {
    display: block;
    padding: 40px 0;
  }
}
.mission .mission-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .mission .mission-text {
    padding-right: 20px;
  }
}
.mission .mission-text .line {
  content: "";
  display: block;
  width: 170px;
  height: 2px;
  margin-top: 40px;
  background: #b0c92b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .mission .mission-text .line {
    width: 70px;
    margin-top: 28px;
  }
}
.mission .mission-text .mission-title {
  font-size: 36px;
  font-weight: bold;
  color: #b0c92b;
}
@media (max-width: 768px) {
  .mission .mission-text .mission-title {
    font-size: 24px;
  }
}
.mission .mission-text .bold {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .mission .mission-text .bold {
    font-size: 16px;
    margin: 10px 0;
  }
}
.mission .mission-text .text {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .mission .mission-text .text {
    font-size: 16px;
  }
}
.mission .mission-text ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.mission .mission-text ol li {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mission .mission-text ol li {
    font-size: 16px;
  }
}
.mission .mission-text ol li span {
  font-size: 20px;
}
.mission img {
  max-width: 600px;
  max-height: 751px;
  width: 100%;
}

@media (max-width: 768px) {
  .about-num {
    padding: 0 20px;
  }
}
.about-num .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .about-num .section-inner {
    display: block;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.about-num .section-inner .num-item {
  font-size: 20px;
  padding: 0 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .about-num .section-inner .num-item {
    border: none;
  }
}
.about-num .section-inner .num-item span {
  margin-left: 10px;
  font-size: 57px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-num .section-inner .num-item span {
    font-size: 40px;
  }
}

.company .company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .company .company-inner {
    display: block;
    padding: 40px 0;
  }
}
.company img {
  max-width: 600px;
  max-height: 751px;
  width: 100%;
}
.company .company-textarea {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .company .company-textarea {
    padding: 40px 20px;
  }
}
.company .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.company .section-title .section-title-en {
  text-align: left;
}
.company .section-title .section-title-ja {
  text-align: left;
}
.company .company-info {
  font-size: 18px;
}
@media (max-width: 768px) {
  .company .company-info {
    font-size: 16px;
  }
}
.company .company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.company .company-info dl .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.company .company-info dl .info-row dt {
  width: 180px;
  font-weight: bold;
  color: #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company .company-info dl .info-row dd {
  margin: 0;
  color: #333;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .company .company-info dl .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .company .company-info dl .info-row dt {
    width: 100%;
  }
}

.service-logo .service-logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .service-logo .service-logo-inner {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .service-logo .service-logo-inner .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .service-logo .service-logo-inner .section-title {
    text-align: left;
  }
  .service-logo .service-logo-inner .section-title .section-title-en,
  .service-logo .service-logo-inner .section-title .section-title-ja {
    text-align: left;
  }
}

.reason .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .reason .reason-item:nth-of-type(even) .num {
    margin-top: 340px;
  }
}
@media (min-width: 769px) {
  .reason .reason-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .reason .reason-item {
    display: block;
  }
}
.reason .reason-item .num {
  color: rgba(230, 255, 101, 0.35);
  font-family: Futura;
  font-size: 179px;
  font-style: normal;
  font-weight: 700;
  line-height: 124px; /* 13.408% */
}
@media (max-width: 768px) {
  .reason .reason-item .num {
    font-size: 100px;
  }
}
.reason .reason-item .reason {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .reason .reason-item .reason {
    margin-top: -20px;
  }
}
.reason .reason-item .reason img {
  margin-bottom: 10px;
  width: 100%;
}
.reason .reason-item .reason .reason-title {
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .reason .reason-item .reason .reason-title {
    font-size: 24px;
  }
}
.reason .reason-item .reason .reason-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.reason .reason-item .reason .check {
  font-size: 38px;
  font-family: Futura;
  font-weight: normal;
  background: #e6ff65;
  display: inline;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .reason .reason-item .reason .check {
    font-size: 26px;
  }
}
.reason .reason-item .reason ul {
  list-style: none;
  padding: 0;
}
.reason .reason-item .reason ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 1em;
  display: inline-block;
  background: rgba(230, 255, 101, 0.35);
}
.reason .reason-item .reason ul li::before {
  content: "✔";
  color: #333;
  position: absolute;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq-section .faq-inner {
  max-width: 800px;
}
.faq-section .faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.faq-section .faq-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .faq-section .faq-tabs li {
    padding: 5px 8px;
  }
}
.faq-section .faq-tabs li:hover {
  background: rgba(230, 255, 101, 0.35);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-section .faq-tabs li.active {
  background: rgba(230, 255, 101, 0.35);
}
.faq-section .faq-contents .faq-tab-content {
  display: none;
}
.faq-section .faq-contents .faq-tab-content.active {
  display: block;
}
.faq-section .faq-contents .faq-tab-content .faq-item {
  margin-bottom: 12px;
  border-radius: 6px;
  background: rgba(230, 255, 101, 0.35);
  -webkit-box-shadow: 0px 0.5px 2px 0px rgba(25, 33, 61, 0.1);
          box-shadow: 0px 0.5px 2px 0px rgba(25, 33, 61, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-section .faq-contents .faq-tab-content .faq-item .faq-question {
  padding: 14px 20px;
  border-radius: 6px;
  background: rgba(230, 255, 101, 0.35);
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.faq-section .faq-contents .faq-tab-content .faq-item .faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
}
.faq-section .faq-contents .faq-tab-content .faq-item .faq-question.open::after {
  content: "×";
}
.faq-section .faq-contents .faq-tab-content .faq-item .faq-answer {
  padding: 12px 20px;
  display: none;
  background: rgba(230, 255, 101, 0.35);
}
.faq-section .faq-contents .faq-tab-content .faq-item .faq-question.open + .faq-answer {
  display: block;
}

.column-inner .faq-tabs {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .column-inner .faq-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.column-inner .works-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 3vw, 20px);
  margin-top: clamp(40px, 6vw, 64px);
}
.column-inner .works-card {
  background: #F7F1EA;
  overflow: hidden;
  padding: 20px;
}
.column-inner .works-card .works-img-area {
  position: relative;
  height: 220px;
  width: 100%;
}
.column-inner .works-card .works-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.column-inner .works-card .works-img-area .works-tag {
  position: absolute;
  display: inline-block;
  background: #E6FF65;
  color: #333;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
  bottom: 10px;
  left: 10px;
}
.column-inner .works-card .card-body {
  padding: clamp(8px, 4vw, 14px) 0 0 0;
}
.column-inner .works-card .card-body h4 {
  font-size: clamp(16px, 2vw, 16px);
  margin-bottom: 8px;
}
.column-inner .works-card .card-body p {
  font-size: clamp(14px, 1.5vw, 14px);
  line-height: 1.6;
  margin-bottom: 12px;
}
.column-inner .works-card .card-body .case-btn-area {
  text-align: center;
}
.column-inner .works-card .card-body .case-btn-area .case-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
}
.column-inner .works-card .card-body .case-btn-area .case-btn:hover {
  color: #333;
  background: #fff;
  border: 1px solid #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact {
  background: #837664;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 20px;
  }
}
.contact .contact-inner {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 60px;
}
@media (max-width: 768px) {
  .contact .contact-inner {
    padding: 30px 20px;
    display: block;
  }
}
.contact .contact-inner .contact-textarea {
  width: 40%;
}
@media (max-width: 768px) {
  .contact .contact-inner .contact-textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact .contact-inner .contact-textarea .bold {
  font-weight: bold;
  font-size: 20px;
}
.contact .contact-inner .contact-textarea .btn {
  display: block;
  background: #e6ff65;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  border-radius: 13px;
}
.contact .contact-inner .contact-textarea .follow {
  font-family: Futura;
  color: #b0c92b;
  font-weight: normal;
  font-size: 24px;
}
.contact .contact-inner .contact-textarea .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contact .contact-inner .contact-form-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map .map-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .map .map-inner {
    display: block;
  }
}
.map .map-inner .gmap {
  position: relative;
  width: 593px;
  height: 267px;
  overflow: hidden;
}
.map .map-inner .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .map .map-inner .gmap {
    width: 100%;
    height: auto;
    aspect-ratio: 593/267;
  }
}
.map .map-inner .company-meta .company-name {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .map .map-inner .company-meta .company-name {
    font-size: 28px;
  }
}

form {
  border: 1px solid #E1E4ED;
  padding: 20px 24px;
}
form .formTable {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
form .formTable th,
form .formTable td {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}
form .formTable th {
  width: 160px;
  font-weight: 700;
  color: #333;
}
form .formTable th span {
  margin-left: 10px;
  color: #f00;
  font-size: 0.85em;
  vertical-align: middle;
}
form .formTable td input,
form .formTable td textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #E1E4ED;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
form .formTable td input::-webkit-input-placeholder, form .formTable td textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}
form .formTable td input::-moz-placeholder, form .formTable td textarea::-moz-placeholder {
  color: #9a9a9a;
}
form .formTable td input:-ms-input-placeholder, form .formTable td textarea:-ms-input-placeholder {
  color: #9a9a9a;
}
form .formTable td input::-ms-input-placeholder, form .formTable td textarea::-ms-input-placeholder {
  color: #9a9a9a;
}
form .formTable td input::placeholder,
form .formTable td textarea::placeholder {
  color: #9a9a9a;
}
form .formTable td input:focus,
form .formTable td textarea:focus {
  border-color: #a65c1c;
  -webkit-box-shadow: 0 0 0 3px rgba(166, 92, 28, 0.15);
          box-shadow: 0 0 0 3px rgba(166, 92, 28, 0.15);
}
form .formTable td textarea {
  min-height: 100px;
  resize: vertical;
}
form .submit-button {
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.1s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.3s ease, transform 0.1s ease;
  transition: box-shadow 0.3s ease, transform 0.1s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.1s ease;
  display: block;
  background: #ebff49;
  margin: 24px auto 0;
  padding: 10px 20px;
}
form .submit-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
form .submit-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 768px) {
  form .formTable {
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  form .formTable tbody,
  form .formTable tr,
  form .formTable th,
  form .formTable td {
    display: block;
    width: 100%;
  }
  form .formTable tr {
    margin: 0 0 18px;
  }
  form .formTable th {
    width: 100%;
    padding: 0 0 6px;
    font-weight: 700;
  }
  form .formTable td {
    padding: 0;
  }
  form .formTable input,
  form .formTable textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
  }
}

.single-article h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-article h2 {
    font-size: 24px;
  }
}
.single-article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-article .meta .date {
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .single-article .meta .date {
    font-size: 14px;
  }
}
.single-article .meta .cate {
  font-size: 18px;
  background: #E6FF65;
  padding: 5px 5px;
}
@media (max-width: 768px) {
  .single-article .meta .cate {
    font-size: 14px;
  }
}
.single-article img {
  width: 100%;
}
.single-article h3 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .single-article h3 {
    font-size: 22px;
  }
}
.single-article h4 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .single-article h4 {
    font-size: 18px;
  }
}
.single-article p {
  margin: 10px 0;
}

.work-article h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .work-article h2 {
    font-size: 24px;
    text-align: left;
  }
}
.work-article .work-text {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .work-article .work-text {
    text-align: left;
  }
}
.work-article h3 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .work-article h3 {
    font-size: 22px;
  }
}
.work-article h4 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .work-article h4 {
    font-size: 18px;
  }
}
.work-article p {
  margin: 10px 0;
}
.work-article img {
  margin-bottom: 20px;
  width: 100%;
}

.renovation-case .case-block {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .renovation-case .case-block {
    margin-bottom: 30px;
  }
}
.renovation-case .case-block .case-img img {
  width: 100%;
  display: block;
  border-radius: 0px;
}
.renovation-case .case-block .case-text-box {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 45%;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .renovation-case .case-block .case-text-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.renovation-case .case-block .case-text-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.renovation-case .case-block .case-text-box ul {
  padding-left: 1em;
}
.renovation-case .case-block .case-text-box ul li {
  margin-bottom: 8px;
  list-style: disc;
}
.renovation-case .case-block.reverse {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .renovation-case .case-block.reverse {
    margin-bottom: 30px;
  }
}
.renovation-case .case-block.reverse .case-text-box {
  top: 20%;
  bottom: auto;
  left: -5%;
  right: auto;
}
@media (max-width: 768px) {
  .renovation-case .case-block .case-text-box {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 20px;
  }
}
.renovation-case .work-text {
  max-width: 660px;
  margin: 0 auto 40px;
}

/* column.min.css — Column article minimal styles */
:root {
  --accent:#ebff49; /* アクセント色 */
  --text:#222;
  --muted:#666;
  --soft:#f6f8fb;
  --border:#e6e9ef;
}

.single-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
  color: var(--text);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.single-article h1 {
  font-size: clamp(1.6rem, 1.2rem + 2vw, 2.2rem);
  line-height: 1.3;
  margin: 0 0 12px;
}

.single-article .lead {
  font-size: clamp(1rem, 0.9rem + 0.6vw, 1.125rem);
  color: var(--muted);
  line-height: 1.9;
  margin: 12px 0 24px;
}

.single-article img {
  max-width: 100%;
  height: auto;
  display: block;
}

.single-article p {
  margin: 10px 0 16px;
  line-height: 1.9;
}

.single-article ul {
  padding-left: 1.25rem;
  margin: 8px 0 16px;
}

.single-article li {
  margin: 6px 0;
}

.single-article section {
  margin: 40px 0;
}

.single-article h2 {
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  line-height: 1.35;
  margin: 0 0 12px;
  padding-left: 0.75rem;
  border-left: 4px solid var(--accent);
}

/* 目次 */
.single-article .toc {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  margin: 20px 0 32px;
}

.single-article .toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.single-article .toc a {
  color: var(--accent);
  text-decoration: none;
}

.single-article .toc a:hover {
  text-decoration: underline;
}

/* リンク */
.single-article a {
  color: var(--accent);
}

.single-article a:hover {
  opacity: 0.85;
}

/* 見出しへのスムーズジャンプ（固定ヘッダー対策） */
.single-article section[id] {
  scroll-margin-top: 80px;
}

/* まとめ・CTA */
.single-article .summary {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 16px;
}

.single-article .cta {
  background: var(--soft);
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.single-article .cta .link {
  display: inline-block;
  padding: 10px 16px;
  margin: 6px 6px 0;
  border-radius: 999px;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
}

.single-article .cta .link:hover {
  background: var(--accent);
  color: #fff;
}

@media (min-width: 768px) {
  .single-article {
    padding: 40px 24px;
  }
  .single-article .toc {
    padding: 16px 20px;
  }
}
/* リスト共通 */
.single-article ul,
.single-article ol {
  margin: 12px 0 20px 1.25rem;
  padding: 0;
  line-height: 1.8;
}

.single-article li {
  margin: 6px 0;
}

/* UL（黒丸） */
.single-article ul {
  list-style: disc;
}

/* OL（番号付き） */
.single-article ol {
  list-style: decimal;
}

/* ネストしたリスト */
.single-article ul ul {
  list-style: circle;
  margin-top: 4px;
}

.single-article ol ol {
  list-style: lower-alpha;
  margin-top: 4px;
}

/* === WordPress Block Editor minimal add-ons ===================== */
/* Columns */
.single-article .wp-block-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 1.2em 0;
}

.single-article .wp-block-column > * + * {
  margin-top: 0.9em;
}

/* ≥768pxで横並び・レイアウトユーティリティ */
@media (min-width: 768px) {
  .single-article .wp-block-columns {
    gap: 1.2rem;
  }
  /* 等幅2/3カラム用（必要に応じてブロックの追加CSSクラスへ） */
  .single-article .wp-block-columns.is-style-2col {
    grid-template-columns: 1fr 1fr;
  }
  .single-article .wp-block-columns.is-style-3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .single-article .wp-block-columns.is-style-two-one {
    grid-template-columns: 2fr 1fr;
  }
  .single-article .wp-block-columns.is-style-one-two {
    grid-template-columns: 1fr 2fr;
  }
}
/* カラム背景（ブロック設定の背景色ON時） */
.single-article .wp-block-column.has-background {
  padding: 1rem;
  border-radius: 12px;
}

/* スタック指定（モバイル縦積みを強制したい時用） */
.single-article .wp-block-columns.is-stack-on-mobile {
  grid-template-columns: 1fr !important;
}

/* Media & Text（メディアと文章） */
.single-article .wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2em 0;
}

.single-article .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .single-article .wp-block-media-text {
    grid-template-columns: 1.2fr 1fr;
  }
  .single-article .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 1.2fr;
  }
}
/* 画像の配置（エディタの align クラス対応） */
.single-article .alignleft {
  float: left;
  margin: 0.3em 1em 0.8em 0;
  max-width: 50%;
}

.single-article .alignright {
  float: right;
  margin: 0.3em 0 0.8em 1em;
  max-width: 50%;
}

.single-article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .single-article .alignleft,
  .single-article .alignright {
    float: none;
    max-width: 100%;
    margin: 0.6em 0;
  }
}
/* 横幅バリエーション */
.single-article .alignwide {
  max-width: min(1100px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

.single-article .alignfull {
  max-width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 表・コード・引用（最小） */
.single-article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.single-article th, .single-article td {
  border: 1px solid var(--border);
  padding: 0.6em 0.75em;
}

.single-article th {
  background: #f7f9fc;
  text-align: left;
}

.single-article pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 1em;
  border-radius: 8px;
  overflow: auto;
}

.single-article code {
  background: #f2f4f8;
  padding: 0.15em 0.35em;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.single-article blockquote {
  margin: 1.2em 0;
  padding: 0.8em 1em;
  border-left: 4px solid var(--accent);
  background: #f7f9fc;
  color: #333;
}

/* ボタン（core/button） */
.single-article .wp-block-button__link {
  background: var(--accent);
  color: #000;
  text-decoration: none;
  padding: 0.65em 1.1em;
  border-radius: 999px;
  display: inline-block;
}

.single-article .wp-block-button__link:hover {
  opacity: 0.9;
}

/* 埋め込み・動画（比率調整の最低限） */
.single-article .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  max-width: 100%;
}

.single-article .wp-block-embed__wrapper iframe,
.single-article .wp-block-video video {
  width: 100%;
  height: 100%;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

body {
  background: #fff;
}

.section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-block: clamp(30px, 5vw, 70px);
}

.section-title {
  text-align: center;
}
.section-title .section-title-en {
  font-family: Futura, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #b0c92b;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .section-title .section-title-en {
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .section-title .section-title-en {
    font-size: clamp(11px, 3vw, 12px);
    line-height: 16px;
  }
}
.section-title .section-title-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #333;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  leading-trim: both;
  text-edge: cap;
  display: block;
}
@media (min-width: 769px) {
  .section-title .section-title-ja {
    font-size: clamp(22px, 3vw, 26px);
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .section-title .section-title-ja {
    font-size: clamp(18px, 4vw, 20px);
    line-height: 25px;
  }
}

.contents-header {
  background-image: url(../img/contents-header-bg.png);
  background-position: 0 0;
  background-size: cover;
  margin-top: clamp(60px, 13vw, 85px);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contents-header {
    text-align: center;
  }
}
.contents-header .page-title {
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .contents-header .page-title {
    font-size: 28px;
  }
}
.contents-header .page-copy {
  font-size: 18px;
}
@media (max-width: 768px) {
  .contents-header .page-copy {
    font-size: 16px;
  }
}