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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
  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;
}

@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.hamburger {
  position: absolute;
  top: -7px;
  right: -1px;
  background-color: #182548;
  border-radius: 0 0 0 30px;
  padding: 52px 38px 36px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .hamburger {
    padding: 20px 14px;
    top: -2px;
    right: -3px;
  }
}
.hamburger_line {
  position: relative;
  width: 40px;
  height: 14px;
}
.hamburger_line span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  right: 0;
  transition: all 0.3s ease;
}
.hamburger_line span:nth-child(1) {
  top: 0;
}
.hamburger_line span:nth-child(2) {
  bottom: 0;
}
.hamburger p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-right: 0px;
}
.hamburger p:after {
  content: "!";
  color: #f1bb12;
  margin-left: 2px;
}
.hamburger.is-active .hamburger_line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger.is-active .hamburger_line span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.hamburger.is-active p {
  opacity: 0;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 37, 72, 0.9529411765);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
  max-width: 500px;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .menu-overlay__inner {
    top: 40%;
  }
}
@media screen and (max-width: 400px) {
  .menu-overlay__inner {
    top: 50%;
  }
}
.menu-overlay__nav {
  margin-bottom: 60px;
}
.menu-overlay__item {
  margin-bottom: 32px;
}
.menu-overlay__item a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
.menu-overlay__item a span {
  display: block;
  font-size: 12px;
  color: #95b031;
  margin-top: 8px;
}
.menu-overlay__item a:hover {
  color: #f1bb12;
}
.menu-overlay__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-overlay__footer p {
  font-size: 14px;
  color: #fff;
}
.menu-overlay__social {
  display: flex;
  gap: 20px;
}
.menu-overlay__social a {
  width: 32px;
  height: 32px;
}
.menu-overlay__social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button {
  display: inline-block;
  padding: 12px 40px;
  background: #4CAF50;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.button:hover {
  opacity: 0.8;
}

.button-outline {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}
.button-outline:hover {
  background: #000;
  color: #fff;
}

.button-black {
  display: inline-block;
  padding: 12px 40px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.button-black:hover {
  opacity: 0.8;
}

.blog-section {
  padding: 80px 0;
  background: rgba(231, 237, 255, 0.6274509804);
  margin-top: 90px;
}
@media screen and (max-width: 800px) {
  .blog-section {
    padding-top: 40px;
  }
}
.blog-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog-section__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .blog-section__title {
    font-size: 24px;
  }
}
.blog-section__subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.blog-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .blog-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blog-section__list {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card__image:hover img {
  transform: scale(1.05);
}
.blog-card__content {
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .blog-card__content {
    width: 86%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.blog-card__date {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.blog-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.map {
  padding: 80px 0;
}
.map__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.map__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.contact {
  padding: 80px 0;
  position: relative;
  z-index: 4;
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__text {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.contact__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .contact__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contact__tel, .contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.contact__tel {
  background-color: #F0C6CD;
}
.contact__form {
  background-color: #E897A4;
}
.contact__icon-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact__icon-title img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.contact__icon-title span {
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
}
.contact__tel-number {
  font-size: 40px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 16px 0;
  letter-spacing: 0.02em;
}
.contact__time {
  font-size: 14px;
  color: #1f1f1f;
  margin-top: 8px;
}
.contact__time::before {
  content: "受付時間：";
  color: #666;
}
.contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  padding: 16px 32px;
  margin-top: 24px;
  color: #1f1f1f;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}
.contact__button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/arrow-right-circle.svg") no-repeat center;
  background-size: contain;
}
.contact__button:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}

.button-black {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.button-black:hover {
  opacity: 0.8;
}

.footer-nav {
  padding: 60px 0;
  border-top: 1px solid #eee;
}
.footer-nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-nav__content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer-nav__content {
    flex-direction: column;
    gap: 40px;
  }
}
.footer-nav__company {
  flex-shrink: 0;
  flex-basis: 38%;
}
.footer-nav__logo {
  margin-bottom: 20px;
}
.footer-nav__logo img {
  width: 100%;
  height: auto;
}
.footer-nav__address {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.footer-nav__menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-nav__menu {
    align-items: flex-start;
  }
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-nav__list {
    gap: 15px;
  }
}
.footer-nav__item a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: opacity 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.7;
}
.footer-nav__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-nav__social-link {
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-nav__social-link:hover {
  opacity: 0.7;
}
.footer-nav__social-link img {
  width: 24px;
  height: 24px;
}

.mobile-nav {
  display: none;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 22px 0 calc(22px + env(safe-area-inset-bottom));
  transition: transform 0.3s ease;
}
@media screen and (max-width: 800px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav.is-visible {
  transform: translateY(-100px);
}
.mobile-nav__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}
.mobile-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  width: 33.333%;
  position: relative;
}
.mobile-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #E5E5E5;
}
.mobile-nav__item:active {
  opacity: 0.7;
}
.mobile-nav__icon {
  width: 54px;
  height: 34px;
  margin-bottom: 5px;
}
.mobile-nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-nav__label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

#contact.contentBox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#contact.contentBox .formBox {
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.1);
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.wpcf7 .field {
  margin-bottom: 24px;
}
.wpcf7 .field .label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.wpcf7 .field .required {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
}
.wpcf7 .field .required:not(.not) {
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.wpcf7 .field .required.not {
  color: #7f8c8d;
  border: 1px solid #7f8c8d;
}
.wpcf7 .field .control input[type=text],
.wpcf7 .field .control input[type=email],
.wpcf7 .field .control input[type=tel],
.wpcf7 .field .control input[type=date],
.wpcf7 .field .control textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.wpcf7 .field .control input[type=text]:focus,
.wpcf7 .field .control input[type=email]:focus,
.wpcf7 .field .control input[type=tel]:focus,
.wpcf7 .field .control input[type=date]:focus,
.wpcf7 .field .control textarea:focus {
  outline: none;
  border-color: #3498db;
}
.wpcf7 .field .control textarea {
  min-height: 150px;
}
.wpcf7 .submitBtn {
  text-align: center;
  margin-top: 40px;
}
.wpcf7 .submitBtn input[type=submit] {
  background: #3498db;
  color: #fff;
  padding: 16px 48px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.wpcf7 .submitBtn input[type=submit]:hover {
  background: #217dbb;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
}
.wpcf7 .wpcf7-response-output {
  margin: 2em 0;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
}

#recruit.contentBox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#recruit.contentBox .formBox {
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.1);
}

.recruit-section {
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.1);
}

.recruit-section__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #333;
}

.recruit-section__content {
  padding: 0 1rem;
}

.recruit-list {
  list-style: none;
  padding: 0;
}

.recruit-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.recruit-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.recruit-message__text {
  line-height: 1.8;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #182548;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.loading.is-hidden {
  opacity: 0;
}
.loading__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/top/loading-bg.png");
  background-size: cover;
  background-position: center;
  mask: radial-gradient(circle at center, black 200px, transparent 201px);
  -webkit-mask: radial-gradient(circle at center, black 200px, transparent 201px);
}
.loading__background.is-closing {
  animation: maskExpand 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 500px;
  height: 500px;
}
.loading__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 400px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__image {
  margin-bottom: 0;
}
.loading__image img {
  width: 100%;
  height: auto;
}
.loading__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.loading__logo {
  max-width: 330px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 10px;
  margin-top: -60px;
}
.loading__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes maskExpand {
  0% {
    mask: radial-gradient(circle at center, black 200px, transparent 201px);
    -webkit-mask: radial-gradient(circle at center, black 200px, transparent 201px);
  }
  10% {
    mask: radial-gradient(circle at center, black 250px, transparent 251px);
    -webkit-mask: radial-gradient(circle at center, black 250px, transparent 251px);
  }
  20% {
    mask: radial-gradient(circle at center, black 300px, transparent 301px);
    -webkit-mask: radial-gradient(circle at center, black 300px, transparent 301px);
  }
  30% {
    mask: radial-gradient(circle at center, black 400px, transparent 401px);
    -webkit-mask: radial-gradient(circle at center, black 400px, transparent 401px);
  }
  40% {
    mask: radial-gradient(circle at center, black 500px, transparent 501px);
    -webkit-mask: radial-gradient(circle at center, black 500px, transparent 501px);
  }
  50% {
    mask: radial-gradient(circle at center, black 650px, transparent 651px);
    -webkit-mask: radial-gradient(circle at center, black 650px, transparent 651px);
  }
  60% {
    mask: radial-gradient(circle at center, black 800px, transparent 801px);
    -webkit-mask: radial-gradient(circle at center, black 800px, transparent 801px);
  }
  70% {
    mask: radial-gradient(circle at center, black 1000px, transparent 1001px);
    -webkit-mask: radial-gradient(circle at center, black 1000px, transparent 1001px);
  }
  80% {
    mask: radial-gradient(circle at center, black 1200px, transparent 1201px);
    -webkit-mask: radial-gradient(circle at center, black 1200px, transparent 1201px);
  }
  90% {
    mask: radial-gradient(circle at center, black 1500px, transparent 1501px);
    -webkit-mask: radial-gradient(circle at center, black 1500px, transparent 1501px);
  }
  100% {
    mask: radial-gradient(circle at center, black 200%, transparent 201%);
    -webkit-mask: radial-gradient(circle at center, black 200%, transparent 201%);
  }
}
.notice-alert {
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .notice-alert {
    margin-bottom: 32px;
  }
}
.notice-alert__inner {
  max-width: 100%;
}
.notice-alert__content {
  background-color: #FFF7E6;
  border: 1px solid #E6A23C;
  border-radius: 6px;
  padding: 16px 20px;
  position: relative;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
}
.notice-alert__icon {
  width: 21px;
  max-width: 100%;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0;
}
.notice-alert__body {
  flex: 0 1 auto;
}
.notice-alert__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 800px) {
  .notice-alert__title {
    font-size: 14px;
  }
}
.notice-alert__text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 800px) {
  .notice-alert__text {
    font-size: 13px;
    line-height: 1.6;
  }
}

body {
  font-family: "ZenMaruGothic", sans-serif, sans-serif;
  font-weight: 400;
  background-color: #182548;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: "ZenMaruGothic", sans-serif;
}

.all_wrap {
  background: #182548;
  min-height: 100vh;
  padding: 32px 32px 50px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .all_wrap {
    padding: 10px 0 0;
  }
}

.wrap_inr {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .wrap_inr {
    border-radius: 0;
  }
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.page #canvas {
  z-index: -1;
}

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

main,
.footer-nav {
  position: relative;
  z-index: 4;
}

.header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 38px calc(140px + 3.5vw) 0 calc(4.28vw + 267px);
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .header {
    height: 70px;
    padding-right: 65px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #182548;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px calc(140px + 3.5vw) 40px calc(4.28vw + 267px);
}
@media screen and (max-width: 800px) {
  .header.is-fixed {
    padding: 15px 65px 76px 15px;
    border-radius: 0;
  }
  .header.is-fixed:before {
    display: none;
  }
  .header.is-fixed .logo {
    width: 210px;
    top: 20px;
  }
}
.header.is-fixed .header-bar-fix-bg {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  width: 100%;
  padding: 24px 0 72px;
  margin: 0 32px;
  position: absolute;
  left: 0px;
  top: 32px;
}
@media screen and (max-width: 800px) {
  .header.is-fixed .header-bar-fix-bg {
    top: 10px;
    left: -16px;
    padding-bottom: 57px;
    margin: 0 16px;
    border-radius: 0%;
  }
}
.header.is-fixed .menu_list {
  position: absolute;
  right: 220px;
}
.header.is-fixed .logo {
  top: 30px;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.header.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 800px) {
  .header.is-hidden {
    transform: none;
  }
  .header.is-hidden .hamburger {
    transform: none;
    opacity: 1;
  }
}
.header.is-visible {
  transform: translateY(0);
}
.header.is-visible .hamburger {
  transform: translateY(0);
  opacity: 1;
  top: 6px;
  right: 0px;
  padding: 50px 44px 36px;
}
@media screen and (max-width: 800px) {
  .header.is-visible .hamburger {
    padding: 20px 14px;
  }
}

.logo {
  position: absolute;
  width: 300px;
  left: 4.28vw;
  top: 44px;
  transition: all 0.3s ease;
}
.logo img {
  width: 100%;
  transition: transform 0.3s ease;
}
.logo img:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 800px) {
  .logo {
    width: 200px;
    left: 15px;
    top: 25px;
  }
}

.menu_list {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .menu_list {
    display: none;
  }
}
.menu_list a {
  position: relative;
  display: inline-block;
  margin-right: 44px;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 14px;
}
.menu_list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  height: 8px;
  border-radius: 2px;
  background: #ffd85f;
  transition: width 0.3s ease;
  width: 0;
  z-index: -1;
}
.menu_list a:hover:after {
  width: 100%;
}
.menu_list a p {
  font-size: 12px;
  color: #95b031;
  padding-left: 8px;
  margin-top: 14px;
}
.menu_list a p:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1bb12;
  left: 0;
}
@media screen and (max-width: 800px) {
  .menu_list {
    display: none;
  }
}

.header-contact {
  display: none;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .header-contact {
    display: block;
    position: absolute;
    top: 9px;
    right: 42px;
  }
}
.header-contact__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  padding: 8px 12px;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
.header-contact__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header-contact__icon {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.header-contact__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-contact__text {
  font-size: 12px;
  font-weight: 500;
}

.header.is-fixed .header-contact__link {
  color: #1f1f1f;
}

/*=================================
.header-bar-fix-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

    @include mix.mq('xl') {
        padding: 0 15px;
        flex-direction: column;
        align-items: flex-start;
    }
}
================================*/
.hero {
  position: relative;
  margin: 70px auto 80px;
  max-width: 1600px;
  padding: 0 5%;
  z-index: 4;
}
.hero__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  height: 75vh;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .hero {
    margin: 20px auto 40px;
  }
  .hero__image {
    border-radius: 12px;
    aspect-ratio: 3/4;
    height: 30vh;
  }
}
.hero__content {
  text-align: center;
  margin-top: 40px;
  padding: 40px 20px;
}
@media screen and (max-width: 800px) {
  .hero__content {
    margin-top: 0;
  }
}
.hero__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  font-size: 40px;
  color: #4CAF50;
}
@media screen and (max-width: 800px) {
  .hero__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .hero__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 400px) {
  .hero__title {
    font-size: 22px;
  }
}
.hero__text {
  margin-top: 32px;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .hero__text {
    margin: 18px auto 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .hero__text {
    font-size: 12px;
  }
}
.hero__button .button {
  display: inline-block;
  padding: 12px 40px;
  background: #4CAF50;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  transition: opacity 0.3s;
}
.hero__button .button:hover {
  opacity: 0.8;
}

.works {
  padding: 0 5%;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.works__image {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .works__image {
    height: 240px;
  }
}
.works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.works__content {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  max-width: 500px;
  text-align: left;
  left: 9%;
  bottom: 15%;
}
@media screen and (max-width: 800px) {
  .works__content {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
  }
}
.works__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .works__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .works__title {
    text-align: center;
  }
}
.works__text {
  margin-bottom: 32px;
  line-height: 1.6;
  color: #fff;
}
.works__button .button-outline {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s;
}
.works__button .button-outline:hover {
  background: transparent;
  color: #fff;
}

#footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #footer .copyright {
    text-align: center;
    padding: 24px 0;
    margin: 0;
  }
}

#about.contentBox,
#company.contentBox {
  max-width: 900px;
  width: 100%;
  margin: auto;
  /* opacity: 0.8; */
  z-index: 99999;
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.862745098);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(158, 158, 158, 0.1);
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.1);
}

.about__purpose {
  text-align: center;
}
.about__purpose .purpose__title {
  margin-top: 2.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4CAF4F;
  margin-bottom: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .about__purpose .purpose__title {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.about__introBox {
  max-width: 800px;
  margin: 0 auto 80px;
  position: relative;
}

.intro {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  margin: 82px auto 40px;
  justify-content: center;
  max-width: 530px;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  .intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.intro-img {
  width: 150px;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  shape-outside: circle();
}
@media screen and (max-width: 800px) {
  .intro-img {
    width: 200px;
    height: 200px;
  }
}
.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-textBox {
  flex: 1;
}
.intro-company {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
.intro-qualifications {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.greeting {
  line-height: 2;
  margin-top: 60px;
  font-size: 1.4rem;
  /* 日本語の改行処理 */
  word-break: normal;
  overflow-wrap: break-word;
  /* 禁則処理の設定 */
  line-break: strict;
  /* 句読点のぶら下げ処理 */
  hanging-punctuation: allow-end;
  /* テキストの折り返し設定 */
  text-wrap: pretty;
  /* 文字間隔の最適化 */
  text-spacing: trim-start allow-end trim-adjacent;
}
@media screen and (max-width: 800px) {
  .greeting {
    font-size: 1.2rem;
  }
}

.about__list-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}

.about__columnBox {
  margin: 0;
}

.column__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.about__list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.about__list {
  width: 100%;
}

.list-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  .list-item {
    flex-direction: column;
  }
}
.list-item dt {
  width: 180px;
  padding-right: 20px;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .list-item dt {
    width: 100%;
    padding-bottom: 5px;
  }
}
.list-item dd {
  flex: 1;
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 800px) {
  .about__list-wrapper {
    padding: 0 20px;
  }
}

.sp-br-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-br-only {
    display: block;
  }
}

.breadcrumb {
  background: #f8f8f8;
  padding: 12px 0;
  margin-top: 20px;
}
.breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.breadcrumb__item {
  font-size: 14px;
  color: #1f1f1f;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #999;
}
.breadcrumb__item a {
  color: #95b031;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}

.single-post {
  padding: 0;
}
.single-post__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 680px 280px;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .single-post__inner {
    grid-template-columns: 1fr;
  }
}

.post {
  background: rgba(255, 255, 255, 0.9019607843);
  border-radius: 10px;
  border: 3px solid #eee;
  overflow: hidden;
  margin: 40px 0;
}
.post__thumbnail {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post__header {
  padding: 10px 38px 30px;
}
.post__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
  text-align: left;
  margin-top: 8px;
  color: #1f1f1f;
}
@media screen and (max-width: 800px) {
  .post__title {
    font-size: 24px;
  }
}
.post__content {
  padding: 0 40px 40px;
}
.post__content p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.post__content {
  padding: 0 40px 40px;
}
.post__content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #95b031;
}
.post__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1.5em 0 1em;
  padding-left: 1em;
  border-left: 4px solid #95b031;
}
.post__content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}
.post__content p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.post__content ul, .post__content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}
.post__content ul li, .post__content ol li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.post__content ul {
  list-style: none;
}
.post__content ul li {
  position: relative;
}
.post__content ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background-color: #95b031;
  border-radius: 50%;
}
.post__content blockquote {
  margin: 1.5em 0;
  padding: 1.5em;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.post__content blockquote p {
  margin: 0;
  color: #666;
}
.post__content blockquote p:before {
  content: "";
  margin-right: 0.2em;
}
.post__content blockquote p:after {
  content: "";
  margin-left: 0.2em;
}
.post__content .wp-block-image {
  margin: 2em 0;
}
.post__content .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.post__content .wp-block-image figcaption {
  margin-top: 0.5em;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.post__content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}
.post__content table th, .post__content table td {
  padding: 1em;
  border: 1px solid #ddd;
}
.post__content table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.post__content a {
  color: #95b031;
  text-decoration: none;
}
.post__content a:hover {
  text-decoration: underline;
}
.post__content hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ddd;
}
.post__content pre {
  margin: 1.5em 0;
  padding: 1.5em;
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow-x: auto;
  font-family: monospace;
}
.post__content .wp-block-preformatted {
  background-color: #f5f5f5;
  padding: 1.5em;
  border-radius: 5px;
  font-family: monospace;
  margin: 1.5em 0;
}
.post__content .has-text-align-center {
  text-align: center;
}
.post__content .has-text-align-right {
  text-align: right;
}

.recent-posts {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 24px;
}
.recent-posts__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #95b031;
}

.recent-post:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.recent-post__link {
  display: flex;
  gap: 15px;
  text-decoration: none;
}
.recent-post__link:hover .recent-post__title {
  color: #95b031;
}
.recent-post__image {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.recent-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-post__date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.recent-post__title {
  font-size: 14px;
  line-height: 1.4;
  color: #1f1f1f;
  transition: all 0.3s ease;
}

.archive-header {
  padding: 10px 0 80px;
  background: #f8f8f8;
  margin-top: 60px;
}
.archive-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.archive-header__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 15px;
}
.archive-header__description {
  text-align: center;
  color: #1f1f1f;
  font-size: 16px;
}

.archive-blog {
  padding: 60px 0;
}
.archive-blog__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 680px 280px;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .archive-blog__inner {
    grid-template-columns: 1fr;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.blog-card__link {
  display: block;
  text-decoration: none;
}
.blog-card__link:hover .blog-card__image img {
  transform: scale(1.05);
}
.blog-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card__content {
  padding: 20px;
}
.blog-card__date {
  display: block;
  font-size: 14px;
  color: #95b031;
  margin-bottom: 10px;
}
.blog-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #1f1f1f;
}
@media screen and (max-width: 800px) {
  .blog-card__title {
    font-size: 16px;
  }
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #95b031;
  color: #fff;
}
.pagination .page-numbers:hover:not(.current) {
  background: #f5f5f5;
}

.n2-section-smartslider {
  max-width: 700px;
  margin: auto;
}

#works.contentBox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.workCase {
  margin-bottom: 60px;
}
.workCase__title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  line-height: 1.6;
  font-size: 1.2rem;
  color: #666;
}
.workCase__title br + * {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  color: #182548;
}
.workCase__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #182548;
}
@media screen and (max-width: 800px) {
  .workCase__title {
    padding: 15px 0;
    font-size: 1.1rem;
  }
  .workCase__title br + * {
    font-size: 1.6rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  gap: 10px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #182548;
  color: #182548;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pagination .page-numbers.current {
  background: #182548;
  color: #fff;
}
.pagination .page-numbers:hover:not(.current) {
  background: rgba(24, 37, 72, 0.1);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  .pagination .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}