@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  line-height: 1.6;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: overlay;
}
@media (max-width: 767.9px) {
  body {
    font-size: 75%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p,
a,
figure,
figcaption {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.active {
  display: block !important;
}

ruby > rt {
  font-size: 33%;
  letter-spacing: 0.7em;
  text-align: center;
}

.contact__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 48px;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 32px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  z-index: 5;
}
.contact__btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  padding: 0 24px;
}
.contact__btn:hover {
  background-color: #fff;
  color: #E46501;
  border: 1px solid #E46501;
}

.more__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 48px;
  margin: 80px auto 0;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 32px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  z-index: 5;
}
.more__btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
}
.more__btn:hover {
  background-color: #fff;
  color: #E46501;
  border: 1px solid #E46501;
}
@media (max-width: 767.9px) {
  .more__btn {
    margin-top: 40px;
  }
}

.tel__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 48px;
  color: #E46501;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.001em;
  border: 1px solid #E46501;
  border-radius: 32px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  z-index: 5;
}
.tel__btn svg {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.tel__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  line-height: 48px !important;
  font-size: 1rem;
  text-align: center;
}
.tel__btn:hover {
  background-color: #E46501;
  color: #fff;
  border: 1px solid transparent;
}

.footer__btn .contact__btn {
  background-color: #E46501;
  color: #fff;
  border: 1px solid #fff;
}
.footer__btn .contact__btn:hover {
  background-color: #fff;
  color: #E46501;
  border: 1px solid #E46501;
}

.footer__btn .tel__btn:hover {
  background-color: #E46501;
  color: #fff;
  border: 1px solid #fff;
}

.section {
  position: relative;
  margin: 0 auto 0;
  padding: 80px 0;
  width: 100%;
}
.section:nth-child(odd) {
  background-color: #fff;
}
.section:nth-child(even) {
  background-color: #f7f8fb;
}
.section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  padding: 0 40px;
}
.section__title {
  font-weight: bold;
  color: #222;
  color: #E46501;
  font-size: 2.5rem;
  text-align: center;
}
.section__title img {
  width: 64px;
}
.section__catch {
  font-size: 1.5rem;
  font-weight: bold;
}
.section__container {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 80px;
}
.section__textarea {
  width: 50%;
}
.section__lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .section__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .section__lead {
    font-size: 1rem;
  }
}
.section__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .section__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section__text {
    font-size: 12px;
  }
}
.section__text {
  margin-top: 40px;
  line-height: 1.6;
}
.section__image {
  width: 50%;
  vertical-align: bottom;
}
.section__box {
  margin-top: 80px;
  padding: 40px;
  background-color: #f7f8fb;
  border-radius: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section__inner {
    padding: 0 24px;
  }
  .section__container {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .section__text {
    margin-top: 24px;
  }
}
@media (max-width: 767.9px) {
  .section {
    padding: 40px 0;
    margin-top: 0px;
  }
  .section__inner {
    padding: 0 24px;
  }
  .section__title {
    text-align: center;
    font-size: 1.75rem;
  }
  .section__title--ruby {
    margin-top: 0;
    text-align: center;
  }
  .section__title img {
    width: 64px;
  }
  .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin-top: 40px;
  }
  .section__textarea {
    width: 100%;
  }
  .section__text {
    margin-top: 40px;
  }
  .section__image {
    width: 100%;
  }
  .section__box {
    margin-top: 40px;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .section__inner {
    padding: 0 16px;
  }
  .section__box {
    padding: 16px;
  }
}

.section__title {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section__title.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main {
  position: relative;
  padding-bottom: 80px;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
}

.blank {
  margin: -4px 0 0 8px;
  width: 15px;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 50px下から登場 */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.pagination .page-numbers.current {
  background-color: #E46501;
  color: #fff;
  border-color: #E46501;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.header.is-active {
  background-color: rgba(247, 248, 251, 0.85);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.header__logo {
  padding-top: 8px;
  width: 160px;
}
.header__logo img {
  vertical-align: top;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav--item {
  white-space: nowrap;
}
.header__nav--item a {
  position: relative;
}
.header__nav--item.has-dropdown a {
  line-height: 1;
}
.header__nav--item.has-dropdown a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E46501;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header__nav--item.has-dropdown a:hover {
  opacity: 0.7;
}
.header__nav--item.has-dropdown a:hover:after {
  width: 100%;
}
.header__nav--btn {
  display: none;
}
.header__sp--menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 0 24px;
  }
  .header__nav--item a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.9px) {
  .header {
    padding: 24px 0 24px 24px;
  }
  .header__logo {
    width: 200px;
  }
  .header__nav {
    display: none;
  }
  .header__nav--item + .header__nav--item {
    margin-top: 16px;
  }
  .header__sp--menu {
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 0px 24px 24px 24px;
    background-color: rgba(247, 248, 251, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    text-align: center;
    z-index: 9;
  }
  .header__sp--menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .header {
    padding: 16px 0 16px 16px;
  }
}

#menu-toggle {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #E46501;
  color: #fff;
  border: none;
  font-size: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#menu-toggle .fa-xmark {
  display: none;
}

#menu-toggle.is-open .fa-bars {
  display: none;
}

#menu-toggle.is-open .fa-xmark {
  display: inline;
}

.sp--menu {
  display: none;
}
@media (max-width: 767.9px) {
  .sp--menu {
    display: block;
  }
}

.sp--menu__item {
  position: relative;
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
  border-top: 1px solid #000;
}
.sp--menu__item:last-of-type {
  border-bottom: 1px solid #000;
}
.sp--menu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 24px 0;
  font-size: 1rem;
}
.sp--menu__item > a:hover {
  color: #E46501;
}

.sp--toggle-btn {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.sp--toggle-btn:after {
  content: "+";
  display: block;
  font-size: 32px;
  margin-top: -10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sp--menu__item.open .sp--toggle-btn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ▼ 子メニュー（縦に展開） */
.sp--submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.sp--submenu.open {
  max-height: 500px;
}

.sp--submenu li a {
  display: block;
  padding: 16px 24px;
  text-align: center;
}
.sp--submenu li a:hover {
  color: #E46501;
}

.fa-bars {
  position: relative;
}
.fa-bars::after {
  content: "MENU";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.fa-xmark {
  position: relative;
}
.fa-xmark::after {
  content: "CLOSE";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

/* ドロップダウン基本 */
.has-dropdown {
  position: relative;
}

.dropdown {
  position: fixed;
  top: var(--header-height, 80px);
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* 追加：ナビとドロップダウンの隙間を埋めるブリッジ */
.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
  /* ヘッダー下端とドロップダウン上端の隙間に合わせて調整 */
}

/* hover or JS active で表示 */
.has-dropdown:hover .dropdown,
.has-dropdown.is-open .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1360px;
  /* 必要に応じて調整 */
  padding: 16px 40px;
  margin: 0 auto;
}

.dropdown__title {
  font-weight: bold;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dropdown__title a {
  position: relative;
  text-decoration: none;
  color: inherit;
  margin-right: 24px;
  font-size: 1.25rem;
}
.dropdown__title a::before {
  position: absolute;
  content: "";
  top: 0;
  right: -24px;
  width: 3px;
  height: 100%;
  background-color: #E46501;
}
.dropdown__title a:hover:after {
  width: 0;
}

.dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown__item {
  margin-top: -6px;
}
.dropdown__item a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.logo a:hover {
  opacity: 0.7;
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  z-index: -1;
}
.mv__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.mv__title {
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  height: 100vh;
  margin-top: -64px;
}
@media (max-width: 767.9px) {
  .mv__bg {
    -o-object-position: 58% center;
       object-position: 58% center;
  }
  .mv__title {
    font-size: 2.5rem;
    margin-top: -92px;
  }
}
@media (max-width: 480px) {
  .mv__bg {
    -o-object-position: 56% center;
       object-position: 56% center;
  }
}

.ourmission {
  position: relative;
  background-color: #f7f8fb;
  margin-top: 0;
}
@media (max-width: 767.9px) {
  .ourmission {
    padding-top: 80px;
  }
}

.inf-slider-wrap {
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
}

.inf-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: inf-scroll 60s linear infinite;
          animation: inf-scroll 60s linear infinite;
}

.inf-slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
  height: 200px;
}
.inf-slider-item:nth-child(odd) {
  margin-top: 40px;
}
.inf-slider-item:nth-child(even) {
  margin-bottom: 40px;
}

.inf-slider-item img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}

@-webkit-keyframes inf-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes inf-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service {
  position: relative;
}
.service--mv {
  background: url(../images/service_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.service--mv__title {
  color: #fff;
}
.service__container {
  margin-top: 80px;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service__item {
  width: 50%;
}
.service__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.service__item a:hover {
  opacity: 0.7;
}
.service__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 24px;
}
.service__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .service__title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .service__title {
    font-size: 0.875rem;
  }
}
.service__title {
  margin-bottom: 12px;
}
.service__text {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .service__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .service__text {
    font-size: 12px;
  }
}
.service__text {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.service__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__more {
  position: relative;
  margin: 16px 16px 0 auto;
  width: 100%;
  color: #E46501;
  font-weight: bold;
  text-align: right;
}
.service__more:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E46501;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.service__item:hover .service__more:after {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service__list {
    row-gap: 24px;
  }
}
@media (max-width: 767.9px) {
  .service--mv__title {
    font-size: 3rem;
    line-height: 32px;
  }
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .service__item {
    width: 100%;
  }
  .service__text {
    margin-right: 0;
  }
  .service__more {
    margin: 8px 0 0 auto;
  }
}

.about {
  position: relative;
}
.about--mv {
  position: relative;
  background-image: url(../images/about_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about--mv__title {
  color: #fff;
}
.about__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  background-color: #000;
  color: #fff;
}
.about__datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ccc;
}
.about__datalist + .about__datalist {
  margin-top: 16px;
}
.about__data--title {
  width: 100px;
  margin-right: 40px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E46501;
}
@media (max-width: 767.9px) {
  .about--mv__title {
    font-size: 2rem;
    padding: 12px 24px;
  }
  .about__lead {
    width: 100%;
  }
  .about__datalist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ccc;
  }
  .about__data--title {
    width: 64px;
    margin-right: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E46501;
  }
}
@media (max-width: 480px) {
  .about__data--text {
    font-size: 10px;
  }
}

.benefits {
  position: relative;
  background-color: #f7f8fb;
}
.benefits__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: 100%;
  margin-top: 80px;
}
.benefits__box + .benefits__box {
  margin-top: 40px;
}
.benefits__box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.benefits__textarea {
  width: 50%;
}
.benefits__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.benefits__num {
  font-size: 48px;
  font-weight: bold;
  color: #E46501;
}
.benefits__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .benefits__title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .benefits__title {
    font-size: 0.875rem;
  }
}
.benefits__text {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .benefits__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .benefits__text {
    font-size: 12px;
  }
}
.benefits__text {
  margin-top: 24px;
}
.benefits__text + .benefits__text {
  margin-top: 8px;
}
.benefits__image {
  width: 50%;
  height: 320px;
}
.benefits__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .benefits__box {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 767.9px) {
  .benefits__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-top: 40px;
  }
  .benefits__box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefits__textarea {
    width: 100%;
  }
  .benefits__image {
    width: 100%;
    margin-top: 24px;
  }
  .benefits__text {
    margin-top: 16px;
  }
}

.voice {
  position: relative;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 80px;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.voice__item {
  width: calc(50% - 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.voice__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .voice__title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .voice__title {
    font-size: 0.875rem;
  }
}
.voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 16px;
}
.voice__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #E46501;
}
.voice__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice__text {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .voice__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .voice__text {
    font-size: 12px;
  }
}
.voice__text {
  margin-top: 16px;
}
.voice__name {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice__name {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .voice__name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .voice__name {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .voice__list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .voice__item {
    width: calc(50% - 12px);
    padding: 24px;
  }
}
@media (max-width: 767.9px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin-top: 40px;
  }
  .voice__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .voice__list {
    row-gap: 24px;
  }
  .voice__item {
    padding: 16px;
  }
}

.faq {
  text-align: left;
  background-color: #f7f8fb;
}
.faq__titlearea {
  width: 100%;
  max-width: 320px;
}
.faq__list {
  width: 100%;
}
.faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  border-radius: 0.5rem;
  padding: 24px;
}
.faq__box:hover {
  cursor: pointer;
}
.faq__btn {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #E46501;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/2px 16px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/16px 2px no-repeat;
  background: linear-gradient(#fff, #fff) center/2px 16px no-repeat, linear-gradient(#fff, #fff) center/16px 2px no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.faq__btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.faq__qbox {
  border: 1px solid #222;
  border-radius: 12px;
  -webkit-transition: border-radius 0.1s ease;
  transition: border-radius 0.1s ease;
  margin-top: 24px;
}
.faq__qbox:first-child {
  margin-top: 0;
}
.faq__abox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
}
.faq__abox.is-open {
  opacity: 1;
  padding: 24px;
  margin-top: 16px;
}
.faq__q, .faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #E46501;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
}
.faq__a {
  color: #E46501;
  background-color: #fff;
  border: 1px solid #E46501;
}
.faq__question {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__question {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .faq__question {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .faq__question {
    font-size: 0.875rem;
  }
}
.faq__answer {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__answer {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .faq__answer {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq__answer {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__section__title {
    font-size: 2rem;
    color: #222;
    text-align: center;
  }
  .faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__titlearea {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 767.9px) {
  .faq__titlearea {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__title {
    text-align: center !important;
  }
  .faq__box {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 480px) {
  .faq__box {
    padding: 16px;
  }
  .faq__abox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
  }
  .faq__abox.is-open {
    padding: 16px;
    opacity: 1;
  }
}

.news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news--mv {
  background: url(../images/news.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.news__filter {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.news__filter button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.news__filter button.is-active {
  background: #333;
  color: #fff;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.news__item {
  border-top: 1px solid #222;
  background-color: transparent;
}
.news__item:last-child {
  border-bottom: 1px solid #222;
}
.news__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
}
.news__item a:hover .news__title {
  color: #E46501;
}
.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__date {
  font-size: 14px;
  line-height: 1.15;
}
.news__title {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0 16px;
}
.news__tags {
  padding: 4px 16px;
  color: #fff;
  background-color: #E46501;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news__titlearea {
    max-width: 240px;
  }
}
@media (max-width: 767.9px) {
  .news--mv__title {
    font-size: 3rem;
    line-height: 32px;
  }
  .news__titlearea {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .news__item a {
    padding: 16px 0;
  }
  .news__meta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news__title {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .news__item a {
    padding: 16px 0;
  }
}

.tag-select {
  position: relative;
  width: 180px;
  margin-top: 14px;
}

.tag-select__trigger {
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.tag-select__trigger::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: #666;
}

.tag-select__menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tag-select__menu.open {
  max-height: 300px;
  opacity: 1;
  pointer-events: auto;
}

.tag-option {
  width: 100%;
  padding: 10px 14px;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.tag-option:hover {
  background: #f5f5f5;
}

.contact {
  position: relative;
  margin-top: 0;
  background-color: #f7f8fb;
}
.contact__title {
  margin: 0 auto;
  text-align: center;
}
.contact__title--ruby {
  text-align: center;
}
.contact__btn--large {
  margin-top: 40px;
  width: 100%;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 12px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.contact__btn--large a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.contact__btn--large:hover {
  background-color: #fff;
  color: #E46501;
  border: 1px solid #E46501;
}
@media (max-width: 767.9px) {
  .contact__btn--large a {
    line-height: 80px;
  }
}

/* form */
.contact__form-wrapper {
  padding: 40px;
  margin-top: 40px;
  background-color: #f7f8fb;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact__form-wrapper {
    padding: 24px;
  }
}
@media (max-width: 767.9px) {
  .contact__form-wrapper {
    padding: 16px;
  }
}

.wpcf7-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-form label {
  margin-top: 8px;
  width: 100%;
}
.wpcf7-form p {
  margin-top: 8px;
}
.wpcf7-form input {
  width: 100%;
  height: 2rem;
  margin-top: 8px;
  border-radius: 4px;
}
.wpcf7-form textarea {
  margin-top: 8px;
  width: 100%;
  border-radius: 4px;
}

.wpcf7-turnstile,
.cf-turnstile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 48px !important;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 32px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  z-index: 5;
  width: 100%;
  height: 100%;
  line-height: 48px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background-color: #fff;
  color: #E46501;
  border: 1px solid #E46501;
}

.cc {
  position: relative;
}
.cc--mv {
  background: url(../images/cc_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cc--mv__title {
  color: #fff;
}
.cc--section__title {
  font-size: 2rem;
  text-align: center;
}
.cc__lead {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cc__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .cc__lead {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .cc__lead {
    font-size: 1rem;
  }
}
.cc__lead {
  margin-top: 80px;
  text-align: center;
}
.cc--catch {
  position: relative;
  background-color: #f7f8fb;
}
.cc--catch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.cc--catch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3333333333% - 16px);
  height: 240px;
  padding: 24px;
  color: #fff;
  background-color: #E46501;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.cc__about--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  list-style: none;
}
.cc__about--item {
  width: calc(33.3333333333% - 16px);
  padding: 24px;
  background-color: #f7f8fb;
  border: 1px solid #222;
}
.cc__about--image {
  width: calc(100% + 48px);
  height: 180px;
  margin: -24px 0 0 -24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc__about--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc__about--title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cc__about--title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .cc__about--title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .cc__about--title {
    font-size: 0.875rem;
  }
}
.cc__about--title {
  font-size: 1.25rem;
  margin-top: 24px;
  text-align: left;
}
.cc__about--sublist {
  margin-top: 8px;
}
.cc__about--sublist li {
  font-size: 14px;
}
.cc__about--sublist li + .cc__about--sublist li {
  margin-top: 8px;
}
.cc__price--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  list-style: none;
}
.cc__price--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(50% - 16px);
  height: 240px;
  padding: 24px 48px;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  border-radius: 12px;
  text-align: center;
}
.cc__price__lead {
  margin-top: 40px;
  text-align: center;
}
.cc__price--kind {
  font-size: 24px;
}
.cc__price--amount {
  font-size: 48px;
}
.cc__faq {
  text-align: left;
}
.cc__faq--titlearea {
  width: 100%;
  max-width: 320px;
}
.cc__faq--list {
  width: 100%;
}
.cc__faq--item {
  border: 1px solid #222;
  border-radius: 12px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.cc__faq--item + .cc__faq--item {
  margin-top: 24px;
}
.cc__faq--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  border-radius: 0.5rem;
  padding: 24px;
}
.cc__faq--btn {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #E46501;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.cc__faq--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/2px 16px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/16px 2px no-repeat;
  background: linear-gradient(#fff, #fff) center/2px 16px no-repeat, linear-gradient(#fff, #fff) center/16px 2px no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cc__faq--btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cc__faq--abox {
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
  transition: clip-path 0.5s ease, visibility 0s 0.5s;
}
.cc__faq--abox.is-open {
  clip-path: inset(0 0 0% 0);
  visibility: visible;
  -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
  transition: clip-path 0.5s ease, visibility 0s 0s;
}
.cc__faq--q, .cc__faq--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #E46501;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
}
.cc__faq--a {
  color: #E46501;
  background-color: #fff;
  border: 1px solid #E46501;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cc--section__title {
    font-size: 2rem;
    text-align: center;
  }
  .cc__lead {
    margin-top: 40px;
  }
  .cc--catch {
    position: relative;
    background-color: #f7f8fb;
  }
  .cc--catch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .cc--catch__item {
    width: calc(50% - 12px);
    height: 180px;
    padding: 24px;
    line-height: 1.6;
  }
  .cc__about--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
    list-style: none;
  }
  .cc__about--item {
    width: calc(33.3333333333% - 8px);
    padding: 16px;
    background-color: #f7f8fb;
  }
  .cc__about--image {
    width: calc(100% + 32px);
    margin: -16px 0 0 -16px;
  }
  .cc__price--item {
    padding: 24px;
  }
  .cc__price__lead {
    margin-top: 40px;
    text-align: center;
  }
  .cc__price--kind {
    font-size: 18px;
  }
  .cc__price--amount {
    font-size: 32px;
  }
  .cc__faq {
    text-align: left;
  }
  .cc__faq--titlearea {
    width: 100%;
    max-width: 320px;
  }
  .cc__faq--list {
    width: 100%;
  }
  .cc__faq--item {
    height: 108px;
  }
  .cc__faq--item + .cc__faq--item {
    margin-top: 24px;
  }
  .cc__faq--box {
    padding: 24px;
  }
  .cc__faq--abox {
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
    transition: clip-path 0.5s ease, visibility 0s 0.5s;
  }
  .cc__faq--abox.is-open {
    clip-path: inset(0 0 0% 0);
    visibility: visible;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
    transition: clip-path 0.5s ease, visibility 0s 0s;
  }
  .cc__faq--q, .cc__faq--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #E46501;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    max-width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .cc__faq--a {
    color: #E46501;
    background-color: #fff;
    border: 1px solid #E46501;
  }
}
@media (max-width: 767.9px) {
  .cc--section__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .cc__lead {
    margin-top: 40px;
    text-align: center;
  }
  .cc--catch {
    position: relative;
    background-color: #f7f8fb;
  }
  .cc--catch__list {
    gap: 16px;
  }
  .cc--catch__item {
    width: 100%;
    height: 80px;
    padding: 16px;
    font-size: 1rem;
  }
  .cc__about--lead {
    font-size: 1.25rem;
  }
  .cc__about--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    list-style: none;
  }
  .cc__about--item {
    width: 100%;
  }
  .cc__about--image {
    height: 320px;
  }
  .cc__price--list {
    gap: 16px;
  }
  .cc__price--item {
    width: 100%;
    height: 200px;
    padding: 16px;
  }
  .cc__price__lead {
    margin-top: 40px;
    text-align: center;
  }
  .cc__price--kind {
    font-size: 18px;
  }
  .cc__price--amount {
    font-size: 32px;
  }
  .cc__faq {
    text-align: left;
  }
  .cc__faq--titlearea {
    width: 100%;
    max-width: 320px;
  }
  .cc__faq--list {
    width: 100%;
  }
  .cc__faq--item {
    height: 77px;
  }
  .cc__faq--item + .cc__faq--item {
    margin-top: 16px;
  }
  .cc__faq--box {
    padding: 16px;
  }
  .cc__faq--abox {
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
    transition: clip-path 0.5s ease, visibility 0s 0.5s;
  }
  .cc__faq--abox.is-open {
    clip-path: inset(0 0 0% 0);
    visibility: visible;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
    transition: clip-path 0.5s ease, visibility 0s 0s;
  }
  .cc__faq--q, .cc__faq--a {
    font-size: 20px;
    max-width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .cc__lead {
    font-size: 1.125rem;
  }
  .cc__faq--box {
    padding: 8px;
  }
  .cc__faq--item {
    height: 64px;
  }
  .cc__about--item {
    padding: 16px;
  }
  .cc__about--image {
    width: calc(100% + 32px);
    margin: -16px 0 0 -16px;
  }
}

.cc--image {
  border: 1px solid #222;
}

.cc--imagebr4 {
  border: 1px solid #222;
  border-radius: 4px;
}

.consulting {
  position: relative;
}
.consulting--mv {
  background: url(../images/consulting_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 35% top;
}
.consulting--mv__title {
  color: #fff;
  font-size: 3rem;
}
.consulting--section__title {
  text-align: center;
}
.consulting--list {
  margin-top: 8px;
  font-size: inherit;
  list-style: disc;
  padding-left: 1rem;
}
.consulting--catch {
  position: relative;
  background-color: #f7f8fb;
}
.consulting--catch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.consulting--catch__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3333333333% - 16px);
  height: 240px;
  padding: 24px;
  color: #fff;
  background-color: #E46501;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.consulting__about--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  list-style: none;
}
.consulting__about--item {
  width: calc(33.3333333333% - 16px);
  padding: 24px;
  background-color: #f7f8fb;
  border: 1px solid #222;
  border-radius: 12px;
}
.consulting__about--image {
  width: calc(100% + 48px);
  height: 180px;
  margin: -24px 0 0 -24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.consulting__about--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.consulting__about--lead {
  margin-top: 24px;
  text-align: left;
}
.consulting__about--sublist {
  margin-top: 8px;
}
.consulting__about--sublist li {
  font-size: 14px;
}
.consulting__about--sublist li + .consulting__about--sublist li {
  margin-top: 8px;
}
.consulting__price--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  list-style: none;
}
.consulting__price--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(50% - 16px);
  height: 240px;
  padding: 24px 48px;
  color: #fff;
  background-color: #E46501;
  font-weight: bold;
  border-radius: 12px;
  text-align: center;
}
.consulting__price__lead {
  margin-top: 40px;
  text-align: center;
}
.consulting__price--kind {
  font-size: 24px;
}
.consulting__price--amount {
  font-size: 48px;
}
.consulting__faq {
  text-align: left;
}
.consulting__faq--titlearea {
  width: 100%;
  max-width: 320px;
}
.consulting__faq--list {
  width: 100%;
}
.consulting__faq--item {
  border: 1px solid #222;
  border-radius: 12px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.consulting__faq--item + .consulting__faq--item {
  margin-top: 24px;
}
.consulting__faq--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  border-radius: 0.5rem;
  padding: 24px;
}
.consulting__faq--btn {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #E46501;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.consulting__faq--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/2px 16px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) center/16px 2px no-repeat;
  background: linear-gradient(#fff, #fff) center/2px 16px no-repeat, linear-gradient(#fff, #fff) center/16px 2px no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.consulting__faq--btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.consulting__faq--abox {
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
  transition: clip-path 0.5s ease, visibility 0s 0.5s;
}
.consulting__faq--abox.is-open {
  clip-path: inset(0 0 0% 0);
  visibility: visible;
  -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
  transition: clip-path 0.5s ease, visibility 0s 0s;
}
.consulting__faq--q, .consulting__faq--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #E46501;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
}
.consulting__faq--a {
  color: #E46501;
  background-color: #fff;
  border: 1px solid #E46501;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .consulting--section__title {
    font-size: 2rem;
    text-align: center;
  }
  .consulting__lead {
    margin-top: 40px;
  }
  .consulting--catch {
    position: relative;
    background-color: #f7f8fb;
  }
  .consulting--catch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .consulting--catch__item {
    width: calc(50% - 12px);
    height: 180px;
    padding: 24px;
    line-height: 1.6;
  }
  .consulting__about--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
    list-style: none;
  }
  .consulting__about--item {
    width: calc(33.3333333333% - 8px);
    padding: 16px;
    background-color: #f7f8fb;
    border-radius: 12px;
  }
  .consulting__about--image {
    width: calc(100% + 32px);
    margin: -16px 0 0 -16px;
  }
  .consulting__price--item {
    padding: 24px;
  }
  .consulting__price__lead {
    margin-top: 40px;
    text-align: center;
  }
  .consulting__price--kind {
    font-size: 18px;
  }
  .consulting__price--amount {
    font-size: 32px;
  }
  .consulting__faq {
    text-align: left;
  }
  .consulting__faq--titlearea {
    width: 100%;
    max-width: 320px;
  }
  .consulting__faq--list {
    width: 100%;
  }
  .consulting__faq--item {
    height: 108px;
  }
  .consulting__faq--item + .consulting__faq--item {
    margin-top: 24px;
  }
  .consulting__faq--box {
    padding: 24px;
  }
  .consulting__faq--abox {
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
    transition: clip-path 0.5s ease, visibility 0s 0.5s;
  }
  .consulting__faq--abox.is-open {
    clip-path: inset(0 0 0% 0);
    visibility: visible;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
    transition: clip-path 0.5s ease, visibility 0s 0s;
  }
  .consulting__faq--q, .consulting__faq--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #E46501;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    max-width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .consulting__faq--a {
    color: #E46501;
    background-color: #fff;
    border: 1px solid #E46501;
  }
}
@media (max-width: 767.9px) {
  .consulting--mv__title {
    font-size: 2rem;
  }
  .consulting--section__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .consulting__lead {
    margin-top: 40px;
    text-align: center;
  }
  .consulting--catch {
    position: relative;
    background-color: #f7f8fb;
  }
  .consulting--catch__list {
    gap: 16px;
  }
  .consulting--catch__item {
    width: 100%;
    height: 80px;
    padding: 16px;
    font-size: 1rem;
  }
  .consulting__about--lead {
    font-size: 1.25rem;
  }
  .consulting__about--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    list-style: none;
  }
  .consulting__about--item {
    width: 100%;
  }
  .consulting__price--list {
    gap: 16px;
  }
  .consulting__price--item {
    width: 100%;
    height: 200px;
    padding: 16px;
  }
  .consulting__price__lead {
    margin-top: 40px;
    text-align: center;
  }
  .consulting__price--kind {
    font-size: 18px;
  }
  .consulting__price--amount {
    font-size: 32px;
  }
  .consulting__faq {
    text-align: left;
  }
  .consulting__faq--titlearea {
    width: 100%;
    max-width: 320px;
  }
  .consulting__faq--list {
    width: 100%;
  }
  .consulting__faq--item {
    height: 77px;
  }
  .consulting__faq--item + .consulting__faq--item {
    margin-top: 16px;
  }
  .consulting__faq--box {
    padding: 16px;
  }
  .consulting__faq--abox {
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0.5s;
    transition: clip-path 0.5s ease, visibility 0s 0.5s;
  }
  .consulting__faq--abox.is-open {
    clip-path: inset(0 0 0% 0);
    visibility: visible;
    -webkit-transition: clip-path 0.5s ease, visibility 0s 0s;
    transition: clip-path 0.5s ease, visibility 0s 0s;
  }
  .consulting__faq--q, .consulting__faq--a {
    font-size: 20px;
    max-width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .consulting__lead {
    font-size: 1.125rem;
  }
  .consulting__faq--box {
    padding: 8px;
  }
  .consulting__faq--item {
    height: 64px;
  }
}
@media (max-width: 480px) {
  .consulting--mv__title {
    font-size: 1.5rem;
  }
}

.breadcrumb a {
  color: #222;
}
.breadcrumb a:hover {
  color: #E46501;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
.single__title {
  font-weight: bold;
  color: #222;
  margin-top: 40px;
  font-size: 2rem;
}
.single__date {
  margin-top: 24px;
}
.single__tags {
  margin-top: 8px;
}
.single__content p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single p {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .single {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
  }
  .single__title {
    font-weight: bold;
    color: #222;
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .single__date {
    margin-top: 8px;
  }
  .single__content p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .single__inner {
    padding: 0 16px;
  }
}

.has-image p {
  margin: 24px auto 0;
}
.has-image p img {
  margin-top: 40px;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767.9px) {
  .has-image p {
    margin-top: 24px;
  }
}

.section__404 {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 767.9px) {
  .section__404 {
    padding-top: 80px;
  }
}

.footer {
  position: relative;
  background-color: #E46501;
  color: #fff;
  border-top: 1px solid #E46501;
}
.footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-left: auto;
}
.footer__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: 100%;
  margin-top: 16px;
}
.footer__list li {
  position: relative;
  margin-top: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__list li + .footer__list li {
  margin-top: 0rem;
  margin-left: 1rem;
}
.footer__list li a {
  font-size: 0.75rem;
  line-height: 1;
}
.footer__list li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.footer__list li a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__title {
  margin-bottom: 8px;
}
.footer__title a {
  font-size: 1rem;
  position: relative;
}
.footer__title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.footer__title a:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__btn li {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__inner {
    padding: 40px 24px;
  }
}
@media (max-width: 767.9px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    text-align: center;
  }
  .footer__inner > .logo {
    width: 100%;
  }
  .footer__inner > .logo a {
    font-size: 2rem;
    text-align: center;
  }
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .footer__title a {
    font-size: 1.15rem;
    position: relative;
  }
  .footer__title a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 0;
    height: 1px;
    background-color: #fff;
  }
  .footer__title a:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer__list {
    padding-right: 0;
    text-align: center;
  }
  .footer__list li {
    margin: 8px auto 0;
  }
  .footer__list li + li {
    margin-left: 0;
  }
  .footer__list li a {
    font-size: 0.875rem;
    text-align: center;
  }
  .footer__item li {
    width: 100%;
  }
  .footer__item li a {
    text-align: center;
  }
  .footer__btn {
    margin: 0 auto;
    gap: 0;
  }
  .footer__btn li {
    margin-top: 8px;
  }
  .footer__btn li a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer__btn > .contact__btn,
  .footer__btn > .tel__btn {
    margin: 16px auto 0;
  }
}
@media (max-width: 480px) {
  .footer__inner {
    padding: 16px;
  }
}

.copyright {
  margin-top: 24px;
  font-size: 0.75rem;
  text-align: center;
}

.-text {
  font-size: 1rem;
  line-height: 1.6;
}

.-mcenter {
  margin-left: auto;
  margin-right: auto;
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.-flex-j-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.-flex-jsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-flex-a-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-center {
  text-align: center;
}

.-left {
  text-align: left;
}

.-right {
  text-align: right;
}

.-mt0 {
  margin-top: 0;
}

.-mtb-1rem {
  margin: 1rem 0;
}

.-c-green {
  color: #E46501;
}

.-small {
  font-size: 0.75rem;
}

.-white {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.-mt80sp40 {
  margin-top: 80px;
}

.-mt40sp24 {
  margin-top: 40px;
}

.-mt24sp16 {
  margin-top: 24px;
}

.-mt16sp8 {
  margin-top: 16px;
}

.-mb40 {
  margin-bottom: 40px;
}

.-mb24sp16 {
  margin-bottom: 24px;
}

.-mb16sp8 {
  margin-bottom: 16px;
}

.-prinner {
  padding-left: 40px;
}

.-bblast {
  border-bottom: 1px solid #222;
}

.-fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.-spsm-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .-prinner {
    padding-left: 24px;
  }
}
@media (max-width: 767.9px) {
  .-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .-mt80sp40 {
    margin-top: 40px;
  }
  .-mt40sp24 {
    margin-top: 24px;
  }
  .-mt24sp16 {
    margin-top: 16px;
  }
  .-mt16sp8 {
    margin-top: 8px;
  }
  .-mb24sp16 {
    margin-bottom: 16px;
  }
  .-mb16sp8 {
    margin-bottom: 8px;
  }
  .-sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-prinner {
    padding-left: 16px;
  }
}
@media (max-width: 480px) {
  .-spsm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-pinnersp-sm {
    padding-left: 16px;
    padding-right: 16px;
  }
}
._disp-pc {
  display: block !important;
}
@media (max-width: 767.9px) {
  ._disp-pc {
    display: none !important;
  }
}

._disp-sp {
  display: none !important;
}
@media (max-width: 767.9px) {
  ._disp-sp {
    display: block !important;
  }
}

._disp-sp-sm {
  display: none !important;
}
@media (max-width: 480px) {
  ._disp-sp-sm {
    display: block !important;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #E46501;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.loading.is-hide {
  opacity: 0;
  pointer-events: none;
}
.loading__inner {
  text-align: center;
  -webkit-animation: fade-up 0.7s ease forwards;
          animation: fade-up 0.7s ease forwards;
}
.loading__title {
  font-size: 4rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.9px) {
  .loading__title {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */