@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto sans JP", sans;
}

/*! destyle.css v4.0.1 | 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;
  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 {
  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;
}

.common-title {
  padding: 0 0 30px;
}
@media only screen and (max-width: 992px) {
  .common-title {
    padding: 0 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title {
    padding: 0 0 20px;
  }
}
.common-title .en-text {
  font-size: 20px;
  letter-spacing: 5px;
  color: #0479f0;
}
@media only screen and (max-width: 992px) {
  .common-title .en-text {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title .en-text {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .common-title .en-text {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.common-title .main-text {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 0;
  color: #252627;
}
@media only screen and (max-width: 992px) {
  .common-title .main-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title .main-text {
    font-size: 27px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .common-title .main-text {
    font-size: 28px;
    padding: 6px 0;
  }
}
.common-title .sub-text {
  font-size: 24px;
  padding: 10px 0;
  color: #252627;
}
@media only screen and (max-width: 992px) {
  .common-title .sub-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .common-title .sub-text {
    font-size: 18px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .common-title .sub-text {
    font-size: 16px;
    padding: 6px 0;
  }
}

.flex-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .flex-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.flex-area .text {
  font-size: 16px;
  line-height: 1.6;
  color: #252627;
}
@media only screen and (max-width: 768px) {
  .flex-area .text {
    font-size: 14px;
  }
}

.common-title-flex .common-title {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .common-title-flex .flex-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.image-number-list {
  display: flex;
  gap: 24px;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .image-number-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .image-number-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 15px;
    padding-top: 40px;
  }
}
.image-number-list .image-number-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 180px;
  flex: 1;
  border: 1px solid #0479f0;
  border-radius: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  .image-number-list .image-number-item {
    height: 170px;
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .image-number-list .image-number-item {
    height: 160px;
    padding: 0 15px;
  }
}
.image-number-list .image-number-item .number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -32px;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #0479f0;
  font-size: 24px;
  font-style: italic;
  font-family: "Lato", sans-serif;
  color: white;
}
@media only screen and (max-width: 992px) {
  .image-number-list .image-number-item .number {
    top: -28px;
    width: 56px;
    height: 56px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .image-number-list .image-number-item .number {
    top: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.image-number-list .image-number-item img {
  margin-top: 32px;
  max-height: 80px;
  width: 170px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .image-number-list .image-number-item img {
    margin-top: 28px;
    max-height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .image-number-list .image-number-item img {
    margin-top: 25px;
    max-height: 60px;
  }
}
.image-number-list .image-number-item .name {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .image-number-list .image-number-item .name {
    font-size: 16px;
  }
}

.bg-gray {
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 6px 6px 4px 0px rgba(204, 204, 204, 0.35);
  padding: 33px 15px;
  border-radius: 20px;
  font-weight: 500;
  text-align: center;
}
.bg-gray.fz-20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .bg-gray.fz-20 {
    font-size: 16px;
  }
}
.bg-gray.text-left {
  text-align: left;
  padding: 33px 60px;
}
@media only screen and (max-width: 768px) {
  .bg-gray.text-left {
    padding: 20px;
  }
}

.site-header {
  position: fixed;
  max-width: 2100px;
  width: 100%;
  padding: 16px;
  z-index: 1000;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.home .site-header.scrolled {
  background-color: rgba(24, 87, 150, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body:not(.home) .site-header.scrolled {
  background-color: rgba(218, 218, 218, 0.4);
  backdrop-filter: blur(10px);
}
.site-header .menu-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .site-header .menu-area {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #0479f0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }
  .site-header .menu-area.active {
    right: 0;
  }
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .site-header .header-inner {
    flex-wrap: wrap;
  }
}

.site-logo {
  flex-shrink: 0;
}
.site-logo a {
  display: block;
  line-height: 1;
}
.site-logo img {
  height: 70px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .site-logo img {
    height: 50px;
  }
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1001;
}
@media only screen and (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle .hamburger {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
}
.menu-toggle .hamburger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
  left: 0;
}
body:not(.home) .menu-toggle .hamburger-line {
  background-color: #252627;
}
.menu-toggle .hamburger-line:nth-child(1) {
  top: 0;
}
.menu-toggle .hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .hamburger-line:nth-child(3) {
  bottom: 0;
}
.menu-toggle.active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .hamburger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.main-navigation .nav-menu {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  .main-navigation .nav-menu {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .main-navigation .nav-menu {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-navigation .nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}
.main-navigation .menu-item {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item {
    width: 100%;
  }
}
.main-navigation .menu-item a {
  color: white;
  font-weight: 500;
  transition: color 0.3s ease;
  white-space: nowrap;
}
body:not(.home) .main-navigation .menu-item a {
  color: #252627;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .main-navigation .menu-item a {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: white;
  }
}
@media (hover: hover) and (pointer: fine) {
  .main-navigation .menu-item a:hover {
    opacity: 0.9;
    text-decoration: underline;
  }
}
.main-navigation .menu-item.menu-item-has-children > a {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item.menu-item-has-children > a {
    padding: 15px 0;
  }
}
.main-navigation .menu-item.menu-item-has-children > a::after {
  content: "▼";
  margin-left: 5px;
  font-size: 0.7em;
  vertical-align: middle;
  transition: transform 0.3s ease;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item.menu-item-has-children > a::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .main-navigation .menu-item.menu-item-has-children:hover > a::after {
    transform: rotateX(180deg);
  }
  .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 20px);
    transform: translateX(-50%) translateY(0);
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (max-width: 1024px) {
  .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu {
    transform: none;
  }
}
.main-navigation .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px 0;
  min-width: 220px;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navigation .menu-item .sub-menu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item .sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    padding-left: 20px;
    margin-top: 0;
    transition: none;
  }
}
.main-navigation .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 12px 25px;
  color: #252627;
  font-size: 0.95em;
  white-space: nowrap;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .menu-item .sub-menu .menu-item a {
    color: white;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
@media (hover: hover) and (pointer: fine) {
  .main-navigation .menu-item .sub-menu .menu-item a:hover {
    background-color: #f5f5f5;
    color: #0479f0;
    text-decoration: none;
    padding-left: 10px;
  }
}

.header-contact {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .header-contact {
    width: 100%;
    margin-top: 30px;
  }
}
.header-contact .contact-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: white;
  border: 1px solid #0479f0;
  border-radius: 100px;
  transition: background-color 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header-contact .contact-button {
    width: 100%;
    justify-content: center;
  }
}
.header-contact .contact-button:hover {
  background-color: #0479f0;
  color: white;
  border: 1px solid #fff;
}
.header-contact .contact-button:hover .contact-icon {
  filter: brightness(0) invert(1);
}
.header-contact .contact-button .contact-icon {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.footer-contact {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #0479F0 50%, #0479F0 100%);
  padding: 0 20px;
}
.footer-contact .wrapper {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 40px;
  border: 1px solid #0479f0;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .footer-contact .wrapper {
    padding: 30px;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact .wrapper {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
}
.footer-contact .left-container {
  flex: 1;
}
.footer-contact .left-container .common-title {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-contact .left-container .common-title {
    padding-bottom: 15px;
  }
}
.footer-contact .left-container .text {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 992px) {
  .footer-contact .left-container .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contact .left-container .text {
    font-size: 16px;
  }
  .footer-contact .left-container .text br {
    display: none;
  }
}
.footer-contact .right-container {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-contact .right-container {
    max-width: none;
  }
}

.site-footer {
  background-color: #0479f0;
  padding-top: 60px;
}
@media only screen and (max-width: 992px) {
  .site-footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .site-footer .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .container {
    flex-direction: column;
    gap: 30px;
  }
}
.site-footer .site-logo {
  margin-bottom: 20px;
}
.site-footer .site-logo img {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .site-footer .site-logo img {
    height: 50px;
  }
}
.site-footer .site-info {
  color: white;
  font-size: 16px;
  flex: 0 0 300px;
}
@media only screen and (max-width: 992px) {
  .site-footer .site-info {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .site-info {
    flex: 1;
  }
}
.site-footer .site-info p {
  padding-top: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .site-footer .site-info p {
    font-size: 14px;
  }
}
.site-footer .footer-navigation {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-navigation {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation {
    flex-direction: column;
    gap: 30px;
  }
}
.site-footer .footer-navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.site-footer .footer-navigation .nav-menu02 {
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .nav-menu02 {
    gap: 10px;
  }
}
.site-footer .footer-navigation .nav-menu01 {
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .site-footer .footer-navigation .nav-menu01 {
    flex: 0 0 180px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .nav-menu01 {
    flex: 1;
    gap: 10px;
  }
}
.site-footer .footer-navigation .nav-menu02 {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .nav-menu02 {
    flex-direction: column;
  }
}
.site-footer .footer-navigation .menu-item a {
  color: white;
  font-size: 15px;
  transition: opacity 0.3s ease;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-navigation .menu-item a {
    font-size: 14px;
    padding: 5px 0;
  }
}
.site-footer .footer-navigation .menu-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.site-footer .copyright {
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .site-footer .copyright {
    margin-top: 30px;
    padding: 15px 20px;
  }
}

.widget-area {
  margin-top: 32px;
}
@media only screen and (max-width: 992px) {
  .widget-area {
    margin-top: 32px;
  }
}

.widget {
  background-color: #f5f5f5;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.widget .widget-title {
  font-size: 1.25em;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #02c4f7;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 4px 0;
  border-bottom: 1px solid #c8c8c8;
}
.widget ul li:last-child {
  border-bottom: none;
}

.button-wrap {
  display: inline-block;
  width: 100%;
}
.button-wrap.center .common-button {
  max-width: 300px;
  margin: 0 auto;
}

.space-between {
  justify-content: space-between;
}

.common-button {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 50px;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #0479f0;
  font-size: 17px;
  color: #0479f0;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.common-button:hover {
  background-color: #0479f0;
  color: #fff;
}
.common-button:hover .arrow {
  filter: brightness(0) invert(1);
}
.common-button .arrow {
  width: 23px;
  transition: filter 0.3s ease;
}

.fit-content {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .fit-content {
    width: 100%;
  }
}

.footer-button-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer-button-wrap {
    gap: 15px;
  }
}
.footer-button-wrap li {
  list-style: none;
}
.footer-button-wrap p {
  padding-top: 5px;
  font-size: 14px;
  color: #666;
}

.footer-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 100px;
  border: 1px solid #0479f0;
}
.footer-contact-button span {
  font-size: 36px;
  font-family: "Lato", sans-serif;
}
.footer-contact-button .arrow {
  width: 23px;
  transition: filter 0.3s ease;
}
.footer-contact-button.white {
  background-color: #fff;
  color: #0479f0;
  font-size: 17px;
  transition: all 0.3s ease;
}
.footer-contact-button.white:hover {
  background-color: #0479f0;
  color: #fff;
}
.footer-contact-button.white:hover .arrow {
  filter: brightness(0) invert(1);
}
.footer-contact-button.blue {
  background-color: #0479f0;
  color: white;
  transition: all 0.3s ease;
}
.footer-contact-button.blue:hover {
  background-color: #fff;
  color: #0479f0;
}
.footer-contact-button.blue:hover .arrow {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(201deg) brightness(104%) contrast(97%);
}
@media only screen and (max-width: 768px) {
  .footer-contact-button {
    padding: 8px 30px;
  }
  .footer-contact-button span {
    font-size: 24px;
  }
}

.home .eyecatch {
  display: flex;
  align-items: center;
  background-image: url("../images/top/eyecatch_20260422.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 780px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .home .eyecatch {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .home .eyecatch {
    height: 500px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home .eyecatch {
    height: 400px;
  }
}
.home .catchphrase {
  color: white;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .home .catchphrase {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .home .catchphrase {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .home .catchphrase {
    font-size: 24px;
    line-height: 1.3;
  }
}
.home .catchphrase span {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 992px) {
  .home .catchphrase span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home .catchphrase span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .home .catchphrase span {
    font-size: 14px;
    line-height: 1.3;
  }
}
.home .top-about {
  max-width: 1200px;
  padding: 48px 0;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .home .top-about {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-about {
    padding: 32px 20px;
    width: 100%;
  }
}
.home .top-about .text {
  padding-bottom: 30px;
}
.home .top-about .commission-case {
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .home .top-about .commission-case {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-about .commission-case {
    padding-top: 20px;
  }
}
.home .top-about .commission-case .text {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .home .top-about .commission-case .text {
    font-size: 14px;
  }
}
.home .top-about .commission-case .table {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .home .top-about .commission-case .table {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-about .commission-case .table {
    gap: 10px;
  }
}
.home .top-about .commission-case .table li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 120px;
  padding: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .home .top-about .commission-case .table li {
    padding: 9px 18px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-about .commission-case .table li {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.home .top-about .commission-case .table .customer {
  flex: 0.2;
  background-color: #9ea6ad;
}
.home .top-about .commission-case .table .wintec {
  position: relative;
  flex: 1;
  background: #0479f0;
  border-radius: 0;
}
.home .top-about .commission-case .table .wintec::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .home .top-about .commission-case .table .wintec::after {
    width: 12px;
  }
}
.home .top-project {
  background-image: url("../images/common/bg-image01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .home .top-project {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-project {
    padding: 40px 0;
  }
}
.home .top-project .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .home .top-project .container {
    padding: 0 20px;
  }
}
.home .top-project .text {
  border-left: 1px solid #000;
  padding-left: 1em;
}
.home .top-project .project-list {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .home .top-project .project-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-project .project-list {
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .home .top-project .project-list {
    grid-template-columns: 1fr;
  }
}
.home .top-project .project-item {
  flex: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .home .top-project .project-item {
    flex: unset;
  }
}
.home .top-project .project-item:hover a::before {
  transform: scale(1.05);
}
.home .top-project .project-item:hover .name {
  background-color: rgba(0, 0, 0, 0.6);
}
.home .top-project .project-item:hover .name::after {
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}
.home .top-project .project-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.home .top-project .project-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  background-image: inherit;
}
@media only screen and (max-width: 992px) {
  .home .top-project .project-item a {
    height: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-project .project-item a {
    height: 150px;
  }
}
.home .top-project .project-item .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  padding-right: 50px;
  color: #fff;
  transition: background-color 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .home .top-project .project-item .name {
    padding: 9px 15px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-project .project-item .name {
    padding: 8px 12px;
    padding-right: 40px;
    font-size: 14px;
  }
}
.home .top-project .project-item .name::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 992px) {
  .home .top-project .project-item .name::after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-project .project-item .name::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}
.home .top-project .design a::before {
  background-image: url("../images/top/feature_img01.jpg?ver.2");
}
.home .top-project .pcb a::before {
  background-image: url("../images/top/feature_img02.jpg?ver.2");
}
.home .top-project .parts a::before {
  background-image: url("../images/top/feature_img03.jpg?ver.2");
}
.home .top-project .awi a::before {
  background-image: url("../images/top/feature_img04.jpg?ver.3");
}
.home .top-news {
  max-width: 1200px;
  padding: 48px 0;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .home .top-news {
    padding: 40px 20px;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-news {
    padding: 32px 20px;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.home .top-news .left-container {
  flex: 0 0 300px;
}
@media only screen and (max-width: 768px) {
  .home .top-news .left-container {
    width: 100%;
    flex: none;
  }
}
.home .top-news .left-container .common-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .home .top-news .left-container .common-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-news .left-container .common-title {
    margin-bottom: 0;
  }
}
.home .top-news .right-container {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .home .top-news .right-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    flex: none;
  }
}
.home .top-news .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home .top-news .news-list .news-item {
  border-bottom: 1px solid #c8c8c8;
}
.home .top-news .news-list .news-item:first-child {
  border-top: 1px solid #c8c8c8;
}
.home .top-news .news-list .news-item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  color: #252627;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 992px) {
  .home .top-news .news-list .news-item a {
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-news .news-list .news-item a {
    gap: 8px;
    padding: 15px 10px;
  }
}
.home .top-news .news-list .news-item a:hover {
  opacity: 0.7;
}
.home .top-news .news-list .news-item .date {
  color: #0479f0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .home .top-news .news-list .news-item .date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home .top-news .news-list .news-item .date {
    font-size: 14px;
  }
}
.home .top-news .news-list .news-item .title {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .home .top-news .news-list .news-item .title {
    font-size: 14px;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .page-hero {
    height: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .page-hero {
    height: 180px;
  }
}
.page-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
}
.page-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.page-hero-content .en-text {
  display: block;
  color: #0479f0;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-hero-content .en-text {
    font-size: 0.875rem;
  }
}
.page-hero-content .page-title {
  color: #252627;
  font-size: 2.65rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .page-hero-content .page-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero-content .page-title {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .page-hero-content .page-title {
    font-size: 1.5rem;
  }
}
.page-hero-content .sub-text {
  color: #252627;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .page-hero-content .sub-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero-content .sub-text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .page-hero-content .sub-text {
    font-size: 1.125rem;
  }
}
.page-hero-content .title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
}
.page-hero-content .title-row .page-title {
  margin: 0;
}

.breadcrumb-wrapper {
  width: 95%;
  margin: 0 auto;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    padding: 8px 0;
  }
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item:not(:last-child)::after {
  content: "ー";
  margin: 0 8px;
  color: #252627;
}
.breadcrumb-item a {
  color: #0479f0;
  transition: color 0.3s ease;
}
.breadcrumb-item a:hover {
  color: #02c4f7;
}
.breadcrumb-item.current {
  color: #252627;
  font-weight: 500;
}

.page-content {
  padding: 64px 0;
  padding-bottom: 200px;
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (max-width: 992px) {
  .page-content {
    padding: 48px 0;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-content {
    padding: 32px 0;
    padding-bottom: 60px;
  }
}

.entry-content {
  color: #252627;
  line-height: 1.8;
}
.entry-content .page-section.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .entry-content .page-section.mt80 {
    margin-top: 40px;
  }
}
.entry-content .dotted-list {
  padding: 1em;
}
.entry-content .dotted-list li {
  position: relative;
  padding-left: 1rem;
}
.entry-content .dotted-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.1em;
  border-radius: 100px;
  background-color: #0479f0;
}
.entry-content .flex-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .entry-content .flex-wrapper {
    gap: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .entry-content .flex-wrapper {
    flex-direction: column;
  }
}
.entry-content .flex-wrapper .textArea {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .entry-content .flex-wrapper .textArea {
    width: 100%;
  }
}
.entry-content .flex-wrapper .textArea h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.entry-content .flex-wrapper .textArea .text-wrap {
  padding-bottom: 10px;
}
.entry-content .flex-wrapper .textArea .text-wrap span {
  color: #0479f0;
  font-weight: bold;
}
.entry-content .flex-wrapper .textArea hr {
  padding-bottom: 15px;
  border-color: #c6c6c6;
  background-size: 1.5px;
}
.entry-content .flex-wrapper .textArea ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.entry-content .flex-wrapper .textArea ol li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 5px;
  line-height: 1.2;
  counter-increment: item;
}
.entry-content .flex-wrapper .textArea ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .flex-wrapper .imageArea {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .entry-content .flex-wrapper .imageArea {
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 768px) {
  .entry-content .flex-wrapper .imageArea {
    width: 100%;
    margin-top: 20px;
  }
}
.entry-content .flex-wrapper .imageArea img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.entry-content .flex-wrapper.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .entry-content .flex-wrapper.reverse {
    flex-direction: column;
  }
}
.entry-content .flex-end {
  align-items: end;
}
.entry-content .footer-button-wrap .common-title {
  padding: 0 0 15px;
}
.entry-content .footer-contact-button {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 80px;
}
@media only screen and (max-width: 768px) {
  .entry-content .footer-contact-button {
    padding: 8px 30px;
  }
  .entry-content .footer-contact-button span {
    font-size: 24px;
  }
}

.custom-table-wrapper {
  overflow-x: auto;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

.custom-colored-table {
  width: 100%;
  min-width: 300px;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.custom-colored-table th,
.custom-colored-table td {
  padding: 20px;
  text-align: left;
  position: relative;
  font-weight: 500;
}
.custom-colored-table th {
  font-weight: bold;
  color: #333;
  background-color: #f8f8f8;
}
.custom-colored-table .col-blue {
  border-top: 2px solid #0479f0;
  border-bottom: 2px solid #0479f0;
  vertical-align: middle;
}
.custom-colored-table .col-cyan {
  border-top: 2px solid #02c4f7;
  border-bottom: 2px solid #02c4f7;
}
.custom-colored-table .col-gray {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}
.custom-colored-table .center {
  text-align: center;
}
.custom-colored-table thead th {
  border-top-width: 2px;
}
.custom-colored-table tbody tr:not(:last-child) td {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.custom-colored-table tbody tr:last-child td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
@media only screen and (max-width: 768px) {
  .custom-colored-table th,
  .custom-colored-table td {
    padding: 12px 10px;
    font-size: 14px;
  }
}

.image-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .image-flex {
    grid-template-columns: 1fr;
  }
}
.image-flex li {
  margin: 0;
}
.image-flex li img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  background-color: #f5f5f5;
}
.image-flex p {
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  padding-top: 5px;
}

.image-flex.fr3-1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}

.privacy-policy .page-section:first-child {
  margin-top: 0;
}
.privacy-policy .page-section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #0479f0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .privacy-policy .page-section h3 {
    font-size: 1.125rem;
  }
}

.single .entry-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c8;
}
@media only screen and (max-width: 768px) {
  .single .entry-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}
.single .entry-date {
  display: inline-block;
  color: #0479f0;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
}
.single .entry-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #252627;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single .entry-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .single .entry-title {
    font-size: 1.25rem;
  }
}
.single .entry-content {
  line-height: 2;
  color: #252627;
}
.single .entry-content > * {
  margin-bottom: 24px;
}
.single .entry-content > *:last-child {
  margin-bottom: 0;
}
.single .entry-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0479f0;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h2 {
    font-size: 1.25rem;
  }
}
.single .entry-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #0479f0;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h3 {
    font-size: 1.125rem;
  }
}
.single .entry-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .single .entry-content h4 {
    font-size: 1rem;
  }
}
.single .entry-content p {
  margin-bottom: 16px;
}
.single .entry-content a {
  color: #0479f0;
  text-decoration: underline;
}
.single .entry-content a:hover {
  color: #02c4f7;
}
.single .entry-content ul,
.single .entry-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.single .entry-content ul li,
.single .entry-content ol li {
  margin-bottom: 8px;
}
.single .entry-content ul {
  list-style-type: disc;
}
.single .entry-content ol {
  list-style-type: decimal;
}
.single .entry-content blockquote {
  background-color: #f5f5f5;
  border-left: 4px solid #0479f0;
  padding: 16px 24px;
  margin: 24px 0;
  font-style: italic;
}
.single .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.single .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.single .entry-content table th,
.single .entry-content table td {
  border: 1px solid #c8c8c8;
  padding: 12px;
  text-align: left;
}
.single .entry-content table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.single .entry-content pre {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.9em;
}
.single .entry-content code {
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.9em;
}
.single .post-navigation {
  position: relative;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .single .post-navigation {
    margin-top: 32px;
  }
}
.single .post-navigation hr {
  border-color: #c8c8c8;
  padding-bottom: 16px;
}
.single .post-navigation .nav-links {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  .single .post-navigation .nav-links {
    flex-direction: column;
    gap: 16px;
  }
}
.single .post-navigation .nav-previous,
.single .post-navigation .nav-next,
.single .post-navigation .nav-back {
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .single .post-navigation .nav-previous,
  .single .post-navigation .nav-next,
  .single .post-navigation .nav-back {
    width: 100%;
  }
}
.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a,
.single .post-navigation .nav-back a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 100px;
  color: #252627;
  transition: all 0.3s ease;
}
.single .post-navigation .nav-previous a img,
.single .post-navigation .nav-next a img,
.single .post-navigation .nav-back a img {
  transition: all 0.3s ease;
}
.single .post-navigation .nav-previous a:hover,
.single .post-navigation .nav-next a:hover,
.single .post-navigation .nav-back a:hover {
  background-color: #0479f0;
  border-color: #0479f0;
  color: #fff;
}
.single .post-navigation .nav-previous a:hover img,
.single .post-navigation .nav-next a:hover img,
.single .post-navigation .nav-back a:hover img {
  filter: brightness(0) invert(1);
}
.single .post-navigation .nav-previous a {
  justify-content: flex-start;
  left: 0;
}
.single .post-navigation .nav-next a {
  justify-content: flex-end;
  right: 0;
}
.single .post-navigation .nav-back {
  flex: 0 0 auto;
}
.single .post-navigation .nav-back a {
  justify-content: center;
  background-color: #0479f0;
  border-color: #0479f0;
  color: #fff;
  padding: 12px 36px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.single .post-navigation .nav-back a:hover {
  background-color: rgb(3.1639344262, 95.7090163934, 189.8360655738);
}
.single .post-navigation .nav-arrow-pre,
.single .post-navigation .nav-arrow-next {
  width: 22px;
}
.single .post-navigation .nav-arrow-pre {
  transform: rotate(180deg);
}
.single .post-navigation .nav-text {
  font-size: 14px;
  font-weight: 500;
}

.archive .page-header,
.blog .page-header,
.search .page-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #c8c8c8;
}
.archive .page-header .page-title,
.blog .page-header .page-title,
.search .page-header .page-title {
  margin-bottom: 8px;
}
.archive article,
.blog article,
.search article {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c8c8c8;
}
.archive article:last-child,
.blog article:last-child,
.search article:last-child {
  border-bottom: none;
}

.news-list .news-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgb(225.5, 225.5, 225.5);
  position: relative;
}
.news-list .news-item:first-child {
  border-top: 1px solid rgb(225.5, 225.5, 225.5);
}
.news-list .news-item:last-child {
  border-bottom: 1px solid rgb(225.5, 225.5, 225.5);
}
.news-list .news-link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px 50px;
  color: #252627;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-list .news-link {
    padding: 20px;
    gap: 4px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .news-list .news-link {
    padding: 15px 30px;
    gap: 10px;
  }
}
.news-list .news-link:hover {
  background-color: #f5f5f5;
}
.news-list .news-link:hover .news-arrow {
  transform: translateX(5px);
}
.news-list .news-link:hover .news-title {
  color: #0479f0;
}
.news-list .news-date {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: #0479f0;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 480px) {
  .news-list .news-date {
    font-size: 0.85rem;
  }
}
.news-list .news-title {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .news-list .news-title {
    font-size: 1rem;
    width: 100%;
    flex: none;
  }
}
@media only screen and (max-width: 480px) {
  .news-list .news-title {
    font-size: 0.95rem;
  }
}
.news-list .news-arrow {
  width: 22px;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .news-list .news-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.pagination {
  margin-top: 64px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  font-weight: 500;
  color: #252627;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #0479f0;
  color: white;
  border-color: #0479f0;
}
.pagination .page-numbers.current {
  background-color: #0479f0;
  color: white;
  border-color: #0479f0;
}
.pagination .page-numbers.dots {
  border: none;
  cursor: default;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #252627;
}
.pagination .nav-arrow {
  font-size: 1.2rem;
}

.no-results {
  text-align: center;
  padding: 80px 0;
  color: #666666;
}
.no-results p {
  font-size: 1.1rem;
}

.error-404 {
  padding: 200px 0 150px;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    padding: 150px 0 100px;
  }
}
.error-404 .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
}

.error-content {
  text-align: center;
}

.error-title {
  font-size: 120px;
  font-weight: 900;
  color: #0479f0;
  margin: 0 0 16px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .error-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .error-title {
    font-size: 60px;
  }
}

.error-message {
  font-size: 1.5rem;
  color: #252627;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .error-message {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .error-message {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }
}

.error-actions .common-button {
  max-width: 300px;
  margin: 0 auto;
}

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

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

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