@charset "UTF-8";
/** @format */
body {
  color: #333;
}

/*! destyle.css v3.0.2 | 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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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;
}

.about-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.about-image img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .about-image img {
    width: 100px;
    height: 100px;
  }
}

.about-text {
  padding-top: 80px;
  line-height: 24px;
}
.about-text p {
  padding-top: 20px;
  line-height: 30px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .about-text p {
    font-size: 14px;
  }
}

.about-text h3 {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .about-text h3 {
    font-size: 16px;
  }
}

.about-section {
  background-color: #EEEFEA;
  font-size: 16px;
  padding-bottom: 80px;
}

.works-section {
  background-color: #eeefea;
  padding-bottom: 80px;
}

.works-slider {
  padding: 0 30px;
}

.splide__slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .splide__slide img {
    max-width: 94%;
    margin: 0 auto;
    display: block;
  }
}

.splide__arrow {
  background: transparent;
}

.splide__arrow--prev {
  left: -0.8em;
}

.splide__arrow--next {
  right: -0.8em;
}

.splide__arrow {
  width: 50px;
  height: 50px;
}

.splide__arrow svg {
  width: 70%;
  height: 70%;
}

.works-category-section {
  background-color: #eeefea;
  padding-bottom: 60px;
}

.works-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  .works-category {
    margin: 0 10px;
  }
}

.works-category-contents {
  margin: 80px 0;
}

.works-category-list {
  width: 25%;
  min-width: 300px;
  padding: 20px 15px;
  background-color: #ffffff;
  box-shadow: 10px 10px 10px #686868;
  transition: 0.3s;
}
.works-category-list:hover {
  transform: scale(1.1);
}
.works-category-list img {
  border: 1px solid #dbdbdb;
}

.works-image-title {
  padding-bottom: 10px;
}

.works-image-language {
  margin-top: 20px;
  font-size: 12px;
}

.pagination-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.works-details-section {
  background-color: #eeefea;
}

.works-details-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.works-details-image {
  width: 60%;
  max-width: 600px; /* 最大幅を設定 */
  margin: 0 auto;
  overflow: hidden;
}

.works-details-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* アスペクト比を保持しながらカバー */
  display: block;
  transition: transform 0.3s ease; /* ホバー時の変化をスムーズに */
}

.works-details-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .works-details-title {
    font-size: 18px;
  }
}

.details-text-list {
  margin: 60px auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .details-text-list {
    width: 100%;
  }
}

.details-text {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-self: center;
  border-bottom: 1px solid #b3b3b3;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.details-text .html, .details-text .css, .details-text .javascript {
  padding: 2px 4px;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 0 4px;
}
.details-text .html {
  background-color: #F16536;
}
.details-text .css {
  background-color: #3bc9e5;
}
.details-text .javascript {
  background-color: #F68A33;
}
@media screen and (max-width: 768px) {
  .details-text {
    font-size: 14px;
  }
}

.works-details-url {
  gap: 10px;
}
.works-details-url a {
  text-decoration: underline;
  opacity: 0.8;
  word-break: break-all; /* 長いURLを強制的に改行 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0; /* flexアイテムの最小幅を0に設定 */
}

.splide__pagination__page {
  color: #ffffff;
}

.service-contents-title {
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .service-contents-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .service-contents-title {
    font-size: 16px;
  }
  .service-contents-title::before {
    height: 16px;
  }
}
.service-contents-title::before {
  position: absolute;
  content: "";
  background-color: #71C732;
  top: 0;
  left: 10px;
  width: 2px;
  height: 22px;
  transform: rotate(45deg);
}

.service-text p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .service-text p {
    font-size: 14px;
    padding: 0;
  }
}

.service-contents > li:nth-of-type(2) .service-text p {
  padding: 0;
}

.service-section {
  padding-bottom: 80px;
}

.service-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.service-contents-list {
  max-width: 460px;
  height: 200px;
  align-content: center;
  padding: 20px 20px;
  background-color: #EEEFEA;
  border: 1px solid #666666;
  box-shadow: 12px 12px 5px #686868;
}
@media screen and (max-width: 768px) {
  .service-contents-list {
    width: 380px;
  }
}
@media screen and (max-width: 480px) {
  .service-contents-list {
    width: 280px;
  }
}

.service-contents-card {
  display: flex;
  gap: 8px;
}

.service-image {
  align-self: center;
}
.service-image img {
  width: 50px;
  height: 50px;
}

.service {
  margin-bottom: 80px;
}

.service-contents-list:nth-child(1) {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.service-contents-list:nth-child(2) {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 1.2s ease-out;
}

.service-contents-list:nth-child(3) {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 1.6s ease-out;
}

.service-contents-list.show {
  opacity: 1;
  transform: translateX(0);
}

.scroll-line {
  position: relative;
}
@media screen and (max-width: 480px) {
  .scroll-line {
    font-size: 10px;
  }
}

.scroll-line span {
  color: #B3B3B3;
  align-items: center;
  position: absolute;
  transform: rotate(90deg);
  right: -44px;
}
@media screen and (max-width: 1080px) {
  .scroll-line span {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-line span {
    right: -38px;
  }
}
@media screen and (max-width: 480px) {
  .scroll-line span {
    right: -32px;
  }
}
.scroll-line span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 10px;
  right: 60px;
  background-color: #B3B3B3;
  animation: upDownEffect 2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .scroll-line span::before {
    left: 0;
    top: 5px;
  }
}

@keyframes upDownEffect {
  0% {
    width: 0;
    left: 56px;
    opacity: 0;
  }
  10% {
    width: 100px;
    opacity: 1;
  }
  30% {
    width: 200px;
  }
  50% {
    width: 300px;
  }
  70% {
    width: 340px;
  }
  90% {
    width: 340px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 340px;
    opacity: 0;
  }
}
@media screen and (min-width: 1604px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 100px;
    }
    50% {
      width: 160px;
    }
    80% {
      width: 180px;
    }
    100% {
      width: 0;
      left: 180px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 1603px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 100px;
    }
    50% {
      width: 160px;
    }
    80% {
      width: 190px;
    }
    100% {
      width: 0;
      left: 190px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 180px;
    }
    50% {
      width: 280px;
    }
    80% {
      width: 440px;
    }
    100% {
      width: 0;
      left: 440px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 480px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 180px;
    }
    50% {
      width: 280px;
    }
    80% {
      width: 440px;
    }
    100% {
      width: 0;
      left: 440px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 1575px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 100px;
    }
    50% {
      width: 200px;
    }
    80% {
      width: 300px;
    }
    100% {
      width: 0;
      left: 300px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 1065px) {
  @keyframes upDownEffect {
    0% {
      width: 0;
      left: 56px;
      opacity: 0;
    }
    15% {
      width: 100px;
      opacity: 1;
    }
    30% {
      width: 180px;
    }
    50% {
      width: 280px;
    }
    80% {
      width: 420px;
    }
    100% {
      width: 0;
      left: 420px;
      opacity: 0;
    }
  }
}
.contact-section-form {
  background-color: #EEEFEA;
  padding-bottom: 60px;
}

.contact-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact-contents p {
    font-size: 14px;
  }
}

.category-contact-section {
  background-color: #EEEFEA;
  padding-bottom: 40px;
}

.contact-form {
  display: flex;
  justify-content: center;
}
.contact-form textarea {
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  margin-bottom: 16px;
  padding: 10px 10px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}

.haveto {
  color: #686868;
}

.haveto span {
  background-color: #C7000B;
  padding: 3px 8px;
  color: #ffffff;
  margin-left: 8px;
  font-size: 12px;
}

.wpcf7-validates-as-required,
.wpcf7-validates-as-required,
.wpcf7-validates-as-email {
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  margin-bottom: 16px;
  max-width: 600px;
  width: 100%;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7-validates-as-required,
  .wpcf7-validates-as-required,
  .wpcf7-validates-as-email {
    width: 100%;
  }
}

.contact-form-check {
  display: flex;
  justify-content: center;
  color: #686868;
  margin-top: 80px;
  width: 100%;
}
.contact-form-check p {
  color: #000000;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 10px 10px;
}

.inquiry {
  margin-bottom: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .inquiry {
    font-size: 14px;
  }
}
.inquiry th, .inquiry td {
  width: 600px;
}
.inquiry p {
  padding-bottom: 10px;
}

.contact-confirm {
  padding-bottom: 0;
}

.wpcf7-list-item-label a {
  color: #686868;
}

.thanks-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
}

.thanks-text {
  text-align: center;
  width: 100%;
}

.thanks-content p {
  font-size: 20px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .thanks-content p {
    font-size: 16px;
  }
}
.thanks-section {
  height: 100vh;
  background-color: #EEEFEA;
} 
#header {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 80px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  align-items: center;
}

.navi-menu {
  display: flex;
  gap: 50px;
}

.menu-title {
  color: #686868;
}
.menu-title:hover {
  color: #000000;
}

.sub-menu {
  color: #686868;
}
.sub-menu li:hover {
  color: #000000;
}

.menu-title-contact {
  color: #60b72a;
}
.menu-title-contact:hover {
  color: #2AA83A;
}

.navi-menu > li {
  position: relative; /* 追加: サブメニューの絶対配置の基準を設定 */
}

/* サブメニューの初期状態を非表示に設定 */
.navi-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 親メニュー項目にホバーした際にサブメニューを表示 */
.navi-menu li:hover > .sub-menu {
  visibility: visible;
  background-color: #ffffff;
  transition: opacity 0.3s ease, visibility 0s;
} /* 親メニュー項目にフォーカスした際にサブメニューを表示 */
/* サブメニュー項目のスタイル */
.navi-menu .sub-menu li {
  width: 80px;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

/* サブメニュー項目にホバーした際のスタイル */
.navi-menu .sub-menu li:hover {
  background-color: #f1f1f1;
}

/* 親メニュー項目にホバーした際にサブメニューを表示 */
.navi-menu li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  .navi {
    display: none;
  }
  .humberger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 16px;
    cursor: pointer;
  }
  .humberger span {
    width: 30px;
    height: 2px;
    left: 5px;
    background-color: #000000;
    position: absolute;
    z-index: 30;
  }
  .humberger span:nth-child(1) {
    top: 10px;
  }
  .humberger span:nth-child(2) {
    top: 20px;
  }
  .humberger span:nth-child(3) {
    top: 30px;
  }
  .active .site-title {
    display: none;
  }
  .active .humberger span {
    transition: 0.5s;
    z-index: 20;
  }
  .active .humberger span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
  }
  .active .humberger span:nth-child(2) {
    display: none;
  }
  .active .humberger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
  }
  #header.active {
    background-color: #DBDBDB;
  }
  .active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #DBDBDB;
    height: 100vh;
    z-index: 100;
  }
  .active .navi {
    display: flex;
  }
  .active .sub-menu {
    left: 60%;
    top: -7px;
  }
  .active .navi-menu {
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 50%;
    gap: 100px;
    transform: translatex(-50%);
    text-align: center;
    background-color: #DBDBDB;
    width: 100%;
    height: 100vh;
  }
}
.active .navi-menu .sub-menu {
  box-shadow: none;
}
.active .navi-menu .sub-menu li {
  opacity: 0.8;
  width: 100%;
}

#footer {
  text-align: center;
  align-content: center;
  background-color: #EEEFEA;
  height: 60px;
  font-size: 12px;
}

.news-section {
  padding: 80px 0;
}

.news-contents {
  display: flex;
  flex-direction: column;
  color: #000000;
  width: 100%; /* 親要素いっぱいに広げる */
  max-width: 800px; /* 幅を制限する（適宜調整） */
  margin: 0 auto;
}

.new-date {
  align-items: center;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .new-date {
    font-size: 14px;
    padding-right: 10px;
  }
}

.new-post {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .new-post {
    display: block;
    text-align: left;
  }
}

.new-date-category {
  display: flex;
}
@media screen and (max-width: 768px) {
  .new-date-category {
    display: flex;
    text-align: left;
    padding-bottom: 6px;
  }
}

.new-title {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .new-title {
    font-size: 14px;
    padding-bottom: 6px;
  }
}

.new-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #686868;
  transition: width 0.3s ease-in-out; /* なめらかなアニメーション */
}

.new-title a:hover::after {
  width: 100%; /* 全幅に伸ばす */
}

.new-category {
  background-color: #686868;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 10px;
  width: 60px;
  margin-right: 32px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .new-category {
    margin-right: 10px;
  }
}

.single-new-section {
  height: auto;
  margin-bottom: 80px;
}

/* ✅ 料金表全体のレイアウト（横並び） */
.price-list {
  display: flex; /* 横並び配置 */
  justify-content: space-between; /* 均等配置 */
  gap: 56px; /* 各ボックスの間隔 */
  margin: 40px auto;
  padding: 20px;
}
@media screen and (max-width: 1080px) {
  .price-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

/* ✅ 各料金カテゴリーのボックス */
.price-contents {
  flex: 1; /* 各ボックスが均等の幅を持つ */
  padding: 32px;
  box-shadow: 8px 8px 5px #686868;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .price-contents {
    flex: 1;
    width: 100%;
  }
}

/* ✅ ホバー時のエフェクト */
.price-contents:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* ✅ 料金カテゴリーごとのカラーテーマ */
.price-contents-code {
  background: #eeefea;
}

.price-contents-design {
  background: #eeefea;
}

.price-contents-wp {
  background: #eeefea;
  /* border-top: 5px solid $darkgrayColor;*/
}

/* ✅ 料金タイトル */
.price-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  display: flex; /* 🔹 フレックスボックスを適用 */
  align-items: center; /* 🔹 垂直方向の中央揃え */
  justify-content: center;
  position: relative;
  padding-left: 18px; /* 🔹 疑似要素が被らないように余白を追加 */
}
.price-title::before {
  position: absolute;
  content: "";
  background-color: #71c732;
  top: 10%;
  left: 4px;
  width: 2px;
  height: 22px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .price-title {
    font-size: 16px;
  }
}

/* ✅ 料金カードデザイン */
.price-card {
  padding: 10px 10px;
  border-bottom: 1px dotted #b3b3b3;
}
.price-card:last-child {
  border-bottom: none;
}

/* ✅ 料金カードのホバーアニメーション */
.price-card:hover {
  transform: scale(1.05);
}

/* ✅ 料金タイトル */
.price-card h3 {
  font-size: 18px;
  color: #686868;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .price-card h3 {
    font-size: 16px;
  }
}

/* ✅ 価格のスタイル */
.price-card p {
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .price-card p {
    font-size: 14px;
  }
}

.price-text {
  margin: 80px 0;
}
.price-text p {
  color: #b3b3b3;
  font-size: 14px;
  text-align: left;
}

.price-desc h3 {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .price-desc h3 {
    font-size: 16px;
  }
}

.wp-block-heading {
  display: none;
}

.new-date {
  font-family: "Courier New", monospace;
  font-weight: bold;
}

/* アーカイブページにのみ適用されるスタイル */
.archive-new-section {
  height: 100vh;
}

.archive-contents {
  margin-bottom: 0px;
}

.single-date-category {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  align-items: center;
}

.single-detail-section {
  height: 100vh;
}

.single-title a {
  text-decoration: underline;
}
.single-title a:hover {
  opacity: 0.8;
}

.wp-block-preformatted {
  color: #000000;
  margin-top: 80px;
}

.question-contents {
  width: 100%;
  margin: 40px 0 40px -12px;
}
@media screen and (max-width: 768px) {
  .question-contents {
    padding: 0;
  }
}
.question-contents h3 {
  font-size: 20px;
  padding-bottom: 16px;
  position: relative;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .question-contents h3 {
    font-size: 16px;
  }
}
.question-contents h3::before {
  position: absolute;
  content: "";
  background-color: #71C732;
  top: 0;
  left: -14px;
  width: 2px;
  height: 22px;
  transform: rotate(45deg);
}

details {
  inline-size: 50ch;
  width: 100%;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  details {
    font-size: 14px;
  }
}
details p {
  color: #686868;
  padding: 6px 0 16px 16px;
  font-weight: bold;
}
@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 0.4s allow-discrete, opacity 0.4s, block-size 0.4s;
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}

summary::marker {
  color: #686868;
}

summary {
  cursor: pointer;
}

.flow {
  text-align: center;
  padding: 80px 20px;
}

.flow-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid #333;
  display: inline-block;
  padding-bottom: 10px;
}

.flow-icon {
  font-size: 64px;
  font-weight: bold;
  color: #333;
  opacity: 0.5;
}
.flow-icon span {
  position: absolute;
  content: "";
  top: -30px;
  left: -20px;
}

.flow-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 54px;
  margin: 80px auto;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
  }
}

.flow-step:nth-child(4) {
  grid-column: 1/3; /* 1〜2列目を使う */
  grid-row: 2;
  justify-self: center;
}

.flow-step:nth-child(5) {
  grid-column: 2/4; /* 2〜3列目を使う */
  grid-row: 2;
  justify-self: center;
}

.flow-step {
  background: #ffffff;
  padding: 30px;
  max-width: 250px;
  text-align: center;
  border: 1px solid #B3B3B3;
  transition: all 0.3s ease-in-out;
  position: relative;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .flow-step {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .flow-step {
    width: 100%;
  }
}

.flow-step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.flow-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.flow-step::after {
  content: "▶";
  font-size: 24px;
  font-weight: bold;
  color: #DBDBDB;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  animation: arrowSlide 2s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .flow-step::after {
    content: "▼";
    right: auto;
    left: 50%;
    bottom: -50px;
    top: auto;
    transform: translateX(-50%);
    animation: arrowDownSlide 2s infinite ease-in-out;
  }
}
@media screen and (max-width: 1080px) {
  .flow-step::after {
    content: "▼";
    right: auto;
    left: 50%;
    bottom: -50px;
    top: auto;
    transform: translateX(-50%);
    animation: arrowDownSlide 2s infinite ease-in-out;
  }
}

/* 矢印が左から右へ動くアニメーション */
@keyframes arrowSlide {
  0% {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  } /* 真ん中 */
  100% {
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
  } /* 右端 */
}
/* 下向き矢印のアニメーション */
@keyframes arrowDownSlide {
  0% {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
  }
}
.flow-step:last-child::after {
  display: none;
}

.flow-step:hover {
  transform: translateY(-3px);
  border-color: #333;
}

.privacy-text {
  margin-bottom: 80px;
  line-height: 30px;
}
.privacy-text p {
  color: #686868;
}
.privacy-text .wp-block-heading {
  display: inherit;
  font-weight: bold;
  padding-top: 24px;
}

body {
  font-family: "Lexend Exa";
}

html {
  font-size: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-variant-numeric: tabular-nums;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}

.btn {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #71c732;
  color: #ffffff;
  border: 1px solid #71c732;
  font-size: 16px;
  text-align: center;
  margin: 36px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background-color: #ffffff;
  color: #71c732;
  transition: 0.8s;
}
.btn a {
  font-size: 16px;
}

.button-group .btn {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .button-group .btn {
    width: 100%;
  }
}

.btn-top {
  margin-top: 0;
}

#mainvisual {
  background-image: url(../img/image/mainvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.title-contents {
  text-align: center;
  padding-top: 240px;
  margin-bottom: 110px;
}

.title-top {
  font-size: 100px;
}
@media screen and (max-width: 1603px) {
  .title-top {
    font-size: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .title-top {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .title-top {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  .title-top {
    font-size: 42px;
  }
}

.title-sub {
  font-size: 92px;
}
@media screen and (max-width: 1603px) {
  .title-sub {
    font-size: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .title-sub {
    font-size: 66px;
  }
}
@media screen and (max-width: 768px) {
  .title-sub {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .title-sub {
    font-size: 34px;
  }
}

.highlight {
  position: relative;
  display: inline-block;
}

.highlight::before {
  content: "";
  position: absolute;
  background-color: #dbff0d;
  width: 60%;
  height: 48%;
  border-radius: 50%;
  top: 28%;
  left: 20%;
  z-index: 1;
}

.title-text {
  padding: 0 0 100px 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #686868;
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
}
.title-text p {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .title-text p {
    font-size: 16px;
  }
}
.title-text::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  background-color: #eaff4a;
  left: 4px;
  transition: height 0.3s ease-out;
}

.title-text.line-animate::before {
  height: 112px;
}

.sec-title {
  margin-bottom: 80px;
  position: relative;
}

.sec-right-title {
  text-align: right;
}

.sec-title-heading {
  font-size: 56px;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .sec-title-heading {
    font-size: 28px;
  }
}
.sec-title-heading::after {
  position: absolute;
  content: "";
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  width: 94vw;
  height: 1px;
  background-color: #b3b3b3;
}
@media screen and (max-width: 480px) {
  .sec-title-heading::after {
    top: 115px;
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-title-heading::after {
    width: 88vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec-title-heading::after {
    width: 90vw;
  }
}

.sec-title-subHeading {
  color: #60b72a;
  font-size: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .sec-title-subHeading {
    font-size: 14px;
    padding-left: 2px;
  }
}

.sec-center {
  text-align: center;
}/*# sourceMappingURL=style.css.map */