/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/scss/style.scss ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v2.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 {
  /* 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;
  line-height: 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; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通の要素--------------------------------------------------------------------------------------- */
html {
  margin-top: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

*:focus {
  outline: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
a,
span,
mark {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  padding: 0 45px;
  background-color: white;
}
@media (max-width: 1440px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .header__logo {
    font-size: 20px;
  }
}
.header__logo h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__logo-catch {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .header__logo-catch {
    font-size: 10px;
  }
}
.header__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .header__outer {
    justify-content: center;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 84px;
}
@media (max-width: 1200px) {
  .header__content {
    gap: 20px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
@media (max-width: 1200px) {
  .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media (max-width: 1200px) {
  .header__menu {
    font-size: 12px;
  }
}
.header__contact {
  width: 130px;
  height: 28px;
  background-color: #1c1c1c;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .header__contact {
    display: none;
  }
}

.footer {
  background-color: #1c1c1c;
}
.footer .footerContact {
  position: relative;
  padding: 60px 20px 40px;
}
@media screen and (max-width: 767px) {
  .footer .footerContact {
    padding: 30px 20px 20px;
  }
}
.footer .footerContact__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  opacity: 0.1;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -23px;
  left: -3px;
  writing-mode: vertical-rl;
  z-index: 20;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .footer .footerContact__heading {
    font-size: 100px;
    top: 0px;
    left: -4px;
  }
}
.footer .footerContact__inner {
  max-width: 780px;
  margin-inline: auto;
}
.footer .footerContact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: 700;
}
.footer .footerContact__title-sub {
  font-size: 12px;
  font-weight: bold;
}
.footer .footerContact__map {
  max-width: 780px;
  height: 328px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footerContact__map {
    height: 140px;
  }
}
.footer .footerContact__map iframe {
  width: 100%;
  height: 100%;
}
.footer .footerContact__info {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footerContact__info {
    margin-top: 20px;
  }
}
.footer .footerContact__address, .footer .footerContact__tel {
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer .footerContact__address, .footer .footerContact__tel {
    font-size: 12px;
  }
}
.footer .footerContact__address span, .footer .footerContact__tel span {
  font-weight: 400;
}
.footer .footerContact__viewmore {
  justify-content: flex-end;
  margin-top: 20px;
}
.footer .footerContact__viewmore-text {
  font-family: "Noto Sans JP", sans-serif;
}
.footer__nav {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 30px 20px;
  }
}
.footer__nav-inner {
  display: flex;
  justify-content: center;
  gap: 1em 3em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__nav-inner {
    justify-content: flex-start;
    gap: 0.5em 2em;
  }
}
.footer__nav-menu {
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .footer__nav-menu {
    font-size: 14px;
    line-height: 30px;
  }
}
.footer__homeLink {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__homeLink {
    font-size: 16px;
  }
}
.footer__bottom {
  padding: 18px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 24px 20px 28px;
  }
}
.footer__logo {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.footer__copyright {
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
}

/*ハンバーガーメニュー--------------------------------------------------------------------*/
.hamburger {
  position: fixed;
  z-index: 130;
  top: 18px;
  left: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .hamburger {
    display: block;
  }
}
.hamburger.open .hamburger__bar--top {
  transition: 0.3s;
  transform: translateY(6px) rotate(45deg);
  background-color: white;
}
.hamburger.open .hamburger__bar--middle {
  opacity: 0;
}
.hamburger.open .hamburger__bar--bottom {
  transition: 0.3s;
  transform: translateY(-6px) rotate(-45deg);
  background-color: white;
}
.hamburger__bar--top, .hamburger__bar--middle, .hamburger__bar--bottom {
  display: block;
  width: 21px;
  height: 1px;
  margin-bottom: 5px;
  transition: 0.4s;
  background-color: #333;
}

/*ハンバーガーメニュー内-----------------------------------------------------------------*/
.slide {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 110px 0;
  transition: 0.5s;
  transform: translateX(100%);
  background: rgba(28, 28, 28, 0.9);
}
.slide.show {
  transition: 0.5s;
  transform: translateX(0);
}
.slide__nav {
  padding: 0;
}
.slide__menu {
  color: white;
  font-size: 14px;
  display: block;
  padding: 15px 41px;
  border-bottom: white solid 1px;
}
.slide__menu:first-child {
  padding-top: 0;
}
.slide__menu:last-child {
  border-bottom: none;
}
.slide__contact {
  width: 289px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  display: grid;
  place-content: center;
  margin: 45px auto 0;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.viewmore {
  display: flex;
  align-items: center;
  gap: 11px;
}
.viewmore__text {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .viewmore__text {
    font-weight: 500;
  }
}
.viewmore__text.black {
  color: #1c1c1c;
}
.viewmore__button {
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .viewmore__button {
    width: 33px;
    height: 33px;
  }
  .viewmore__button img {
    width: 10px;
  }
}
.viewmore__button.black {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}
.viewmore__button.rotate {
  transform: rotate(180deg);
}

#loading {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
}
#loading.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #555 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load 1.4s infinite linear;
  transform: translateZ(0);
}
#loading .loader::before {
  width: 50%;
  height: 50%;
  background: #555;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#loading .loader::after {
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 共通の要素--------------------------------------------------------------------------------------- */
html {
  margin-top: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

*:focus {
  outline: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
a,
span,
mark {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  padding: 0 45px;
  background-color: white;
}

@media (max-width: 1440px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .header__logo {
    font-size: 20px;
  }
}
.header__logo h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__logo-catch {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .header__logo-catch {
    font-size: 10px;
  }
}
.header__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 850px) {
  .header__outer {
    justify-content: center;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 84px;
}

@media (max-width: 1200px) {
  .header__content {
    gap: 20px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

@media (max-width: 1200px) {
  .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

@media (max-width: 1200px) {
  .header__menu {
    font-size: 12px;
  }
}
.header__contact {
  width: 130px;
  height: 28px;
  background-color: #1c1c1c;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .header__contact {
    display: none;
  }
}
.footer {
  background-color: #1c1c1c;
}

.footer .footerContact {
  position: relative;
  padding: 60px 20px 40px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact {
    padding: 30px 20px 20px;
  }
}
.footer .footerContact__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  opacity: 0.1;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -23px;
  left: -3px;
  writing-mode: vertical-rl;
  z-index: 20;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__heading {
    font-size: 100px;
    top: 0px;
    left: -4px;
  }
}
.footer .footerContact__inner {
  max-width: 780px;
  margin-inline: auto;
}

.footer .footerContact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.footer .footerContact__title-sub {
  font-size: 12px;
  font-weight: bold;
}

.footer .footerContact__map {
  max-width: 780px;
  height: 328px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__map {
    height: 140px;
  }
}
.footer .footerContact__map iframe {
  width: 100%;
  height: 100%;
}

.footer .footerContact__info {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__info {
    margin-top: 20px;
  }
}
.footer .footerContact__address, .footer .footerContact__tel {
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__address, .footer .footerContact__tel {
    font-size: 12px;
  }
}
.footer .footerContact__address span, .footer .footerContact__tel span {
  font-weight: 400;
}

.footer .footerContact__viewmore {
  justify-content: flex-end;
  margin-top: 20px;
}

.footer .footerContact__viewmore-text {
  font-family: "Noto Sans JP", sans-serif;
}

.footer__nav {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 30px 20px;
  }
}
.footer__nav-inner {
  display: flex;
  justify-content: center;
  gap: 1em 3em;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__nav-inner {
    justify-content: flex-start;
    gap: 0.5em 2em;
  }
}
.footer__nav-menu {
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .footer__nav-menu {
    font-size: 14px;
    line-height: 30px;
  }
}
.footer__homeLink {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer__homeLink {
    font-size: 16px;
  }
}
.footer__bottom {
  padding: 18px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 24px 20px 28px;
  }
}
.footer__logo {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.footer__copyright {
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
}
/*ハンバーガーメニュー--------------------------------------------------------------------*/
.hamburger {
  position: fixed;
  z-index: 130;
  top: 18px;
  left: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 850px) {
  .hamburger {
    display: block;
  }
}
.hamburger.open .hamburger__bar--top {
  transition: 0.3s;
  transform: translateY(6px) rotate(45deg);
  background-color: white;
}

.hamburger.open .hamburger__bar--middle {
  opacity: 0;
}

.hamburger.open .hamburger__bar--bottom {
  transition: 0.3s;
  transform: translateY(-6px) rotate(-45deg);
  background-color: white;
}

.hamburger__bar--top, .hamburger__bar--middle, .hamburger__bar--bottom {
  display: block;
  width: 21px;
  height: 1px;
  margin-bottom: 5px;
  transition: 0.4s;
  background-color: #333;
}

/*ハンバーガーメニュー内-----------------------------------------------------------------*/
.slide {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 110px 0;
  transition: 0.5s;
  transform: translateX(100%);
  background: rgba(28, 28, 28, 0.9);
}

.slide.show {
  transition: 0.5s;
  transform: translateX(0);
}

.slide__nav {
  padding: 0;
}

.slide__menu {
  color: white;
  font-size: 14px;
  display: block;
  padding: 15px 41px;
  border-bottom: white solid 1px;
}

.slide__menu:first-child {
  padding-top: 0;
}

.slide__menu:last-child {
  border-bottom: none;
}

.slide__contact {
  width: 289px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  display: grid;
  place-content: center;
  margin: 45px auto 0;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.viewmore {
  display: flex;
  align-items: center;
  gap: 11px;
}

.viewmore__text {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .viewmore__text {
    font-weight: 500;
  }
}
.viewmore__text.black {
  color: #1c1c1c;
}

.viewmore__button {
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 767px) {
  .viewmore__button {
    width: 33px;
    height: 33px;
  }
  .viewmore__button img {
    width: 10px;
  }
}
.viewmore__button.black {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.viewmore__button.rotate {
  transform: rotate(180deg);
}

#loading {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #555 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load 1.4s infinite linear;
  transform: translateZ(0);
}

#loading .loader::before {
  width: 50%;
  height: 50%;
  background: #555;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#loading .loader::after {
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.topFv {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topFv {
    height: 600px;
  }
}
.topFv__catch {
  position: absolute;
  top: 287px;
  left: 100px;
  z-index: 1;
  padding-right: 20px;
}
.topFv__catch-logo {
  width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topFv__catch-logo {
    margin: 0 auto;
  }
}
.topFv__catch h2 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .topFv__catch h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topFv__catch h2 {
    font-size: 28px;
    line-height: 1.75;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 520px) {
  .topFv__catch h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topFv__catch {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    font-size: 28px;
    line-height: 1.75;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 520px) {
  .topFv__catch {
    font-size: 20px;
  }
}
.topFv__slide {
  width: 100%;
  height: 100%;
}
.topFv__slide-image {
  position: relative;
}
.topFv__slide-image img {
  height: 100%;
}
.topFv__slide-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  background-color: #d1d1d1;
  mix-blend-mode: multiply;
}

.topContact {
  width: 100%;
  background-image: url(dist/images/top-contact-back-pc.jpg);
  background-position: center;
  background-size: cover;
  display: grid;
  place-content: center;
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topContact {
    background-image: url(dist/images/top-contact-bg-sp.jpg);
    padding: 30px 20px;
  }
}
.topContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
}
.topContact__content {
  width: 881px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 20px 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .topContact__content {
    width: 100%;
    padding: 50px 50px 80px;
  }
}
@media screen and (max-width: 767px) {
  .topContact__content {
    padding: 20px 10px 60px;
  }
}
.topContact__title {
  width: 448px;
  height: 46px;
  display: grid;
  place-content: center;
  background-color: #1c1c1c;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topContact__title {
    width: auto;
    height: 30px;
    padding: 9px 34px;
    font-size: 12px;
  }
}
.topContact__catch {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .topContact__catch {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topContact__catch {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
.topContact__text {
  max-width: 650px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .topContact__text {
    margin-top: 15px;
    padding: 0 27px;
    font-size: 12px;
  }
}
.topContact__link {
  display: flex;
  align-items: center;
  gap: 11px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.topContact__link-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .topContact__link-text {
    font-weight: 400;
    right: 10px;
    bottom: 10px;
  }
}
.topContact__link-button {
  width: 60px;
  height: 60px;
  background-color: #1c1c1c;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .topContact__link-button {
    width: 33px;
    height: 33px;
  }
  .topContact__link-button img {
    width: 10px;
  }
}

.topService {
  background-color: white;
  padding: 177px 20px;
  position: relative;
}
@media (min-width: 1800px) {
  .topService {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .topService {
    padding: 26px 0px 50px;
  }
}
.topService__image {
  width: 800px;
  height: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 1800px) {
  .topService__image {
    position: relative;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .topService__image {
    height: 234px;
    position: relative;
    transform: translateX(20px);
    width: calc(100% - 20px);
  }
}
.topService__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media (min-width: 1800px) {
  .topService__inner {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topService__inner {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.topService__title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topService__title {
    font-size: 25px;
    line-height: 1.2;
  }
}
.topService__text {
  max-width: 524px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  margin-top: 20px;
  text-shadow: 0px 0px 3px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .topService__text {
    font-size: 12px;
    line-height: 2.1;
    text-align: justify;
    text-shadow: none;
  }
}

.topNews {
  background-color: #f3f3f3;
  position: relative;
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .topNews {
    padding: 30px 20px;
  }
}
.topNews__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -21px;
  right: -7px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .topNews__heading {
    font-size: 100px;
    line-height: 1;
    top: -22px;
    right: -22px;
  }
}
.topNews__inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.topNews__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.topNews__title-sub {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: bold;
}
.topNews__items {
  width: 100%;
  margin-top: 30px;
}
.topNews__item {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  padding: 25px 0;
}
.topNews__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .topNews__item {
    height: 80px;
    padding: 15px 0;
  }
}
.topNews__item-content {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .topNews__item-content {
    gap: 14px;
  }
}
.topNews__item-image {
  width: 130px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .topNews__item-image {
    width: 80px;
    height: 50px;
  }
}
.topNews__item-image img {
  height: 100%;
}
.topNews__item-date {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.topNews__item-title {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topNews__item-title {
    font-weight: 500;
    -webkit-line-clamp: 1;
  }
}
.topNews__item-arrow {
  flex-shrink: 0;
}
.topNews__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .topNews__link {
    margin-top: 20px;
  }
}
.topNews__link-text {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.topNews__link-button {
  width: 60px;
  height: 60px;
  background-color: #1c1c1c;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .topNews__link-button {
    width: 33px;
    height: 33px;
  }
  .topNews__link-button img {
    width: 10px;
  }
}

.topWork {
  background: #1c1c1c;
  position: relative;
  padding: 70px 0px;
}
@media screen and (max-width: 767px) {
  .topWork {
    padding: 30px 20px;
  }
}
.topWork__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  opacity: 0.1;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: 0px;
  left: -7px;
  writing-mode: vertical-lr;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .topWork__heading {
    font-size: 100px;
    line-height: 1;
    top: 0px;
    left: -22px;
  }
}
.topWork__inner {
  margin-inline: auto;
}
.topWork__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.topWork__title-sub {
  font-size: 12px;
  font-weight: bold;
}
.topWork__scroll {
  width: 100%;
  margin-top: 70px;
  overflow: visible;
  padding-left: 230px;
  padding-bottom: 50px;
  scrollbar-width: none;
}
@media (max-width: 1440px) {
  .topWork__scroll {
    padding-left: 15.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .topWork__scroll {
    margin-top: 30px;
    padding: 0 0 20px;
  }
}
.topWork__scroll::-webkit-scrollbar {
  display: none;
}
.topWork__scroll .simplebar-track {
  width: 500px;
  height: 3px;
  background-color: #555555;
  border-radius: 100px;
  translate: 230px;
}
@media (max-width: 1440px) {
  .topWork__scroll .simplebar-track {
    translate: 15.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .topWork__scroll .simplebar-track {
    width: 100%;
    translate: 0;
  }
}
.topWork__scroll .simplebar-scrollbar {
  height: 3px;
}
.topWork__scroll .simplebar-scrollbar:before {
  background-color: white;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100px;
}
.topWork__images {
  display: flex;
  gap: 20px;
}
.topWork__item {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .topWork__item {
    width: 100%;
  }
}
.topWork__item-image {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .topWork__item-image {
    height: 252px;
  }
}
.topWork__item-category {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .topWork__item-category {
    text-align: left;
  }
}
.topWork__itemInfo {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .topWork__itemInfo {
    flex-direction: column;
    gap: 10px;
  }
}
.topWork__itemInfo-title, .topWork__itemInfo-content {
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.topWork__margin {
  width: 20px;
  height: 100%;
}
.topWork__viewmore {
  translate: 230px;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .topWork__viewmore {
    translate: 15.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .topWork__viewmore {
    translate: 0;
    margin-top: 30px;
  }
}

.topFixation {
  background-image: url(dist/images/top-fixation-back-pc.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .topFixation {
    background-image: url(dist/images/top-fixation-back-sp.jpg);
    padding: 30px 20px;
  }
}
.topFixation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
  z-index: 1;
}
.topFixation__inner {
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.topFixation__title {
  color: white;
  font-size: 50px;
  line-height: 65px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topFixation__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
.topFixation__text {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .topFixation__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .topFixation__text {
    font-size: 12px;
    text-align: justify;
    margin-top: 30px;
  }
}
.topFixation__points {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .topFixation__points {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  .topFixation__points {
    gap: 20px;
    width: 284px;
    overflow: visible;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topFixation__points {
    flex-direction: column;
    gap: 20px;
  }
}
.topFixation__points .swiper-wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .topFixation__points .swiper-wrapper {
    display: flex;
  }
}
.topFixation .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  gap: 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .topFixation .swiper-pagination-bullets {
    display: flex;
  }
}
.topFixation .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: white;
  margin: 0 !important;
}
.topFixation .swiper-pagination-bullet-active {
  background-color: #1c1c1c;
}
.topFixation__point {
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .topFixation__point {
    width: 220px;
  }
}
.topFixation__point-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1c1c1c;
  display: grid;
  place-content: center;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 30px;
  line-height: 1.66;
  text-align: center;
  translate: 0 50%;
  position: relative;
  z-index: 10;
}
.topFixation__point-image {
  width: 100%;
  height: 388px;
  background: black;
  clip-path: path("M 0,142 A 142,142 0 0,1 284,142 L 284,388 L 0,388 Z");
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .topFixation__point-image {
    clip-path: path("M 0,110 A 110,110 0 0,1 220,110 L 220,388 L 0,388 Z");
  }
}
@media screen and (max-width: 767px) {
  .topFixation__point-image {
    clip-path: path("M 0,142 A 142,142 0 0,1 284,142 L 284,388 L 0,388 Z");
  }
}
.topFixation__point-image img {
  width: 120%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topFixation__point-image img {
    width: 100%;
  }
}
.topFixation__point-text {
  width: 220px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #1c1c1c;
  background: white;
  display: grid;
  place-content: center;
  translate: 0 -50%;
  padding-bottom: 2px;
}
@media screen and (max-width: 1024px) {
  .topFixation__point-text {
    width: 200px;
  }
}
.topFixation__point-text p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topFixation__point-text p {
    font-size: 18px;
  }
}
.topFixation__viewmore {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .topFixation__viewmore {
    margin-top: 30px;
  }
}

.topStep {
  background-color: white;
  padding: 70px 20px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topStep {
    padding: 30px 20px;
  }
}
.topStep__heading {
  font-family: "Manrope", sans-serif;
  color: #f3f3f3;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -10px;
  right: -7px;
  writing-mode: vertical-rl;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topStep__heading {
    font-size: 100px;
    line-height: 1;
    top: -7px;
    right: -22px;
  }
}
.topStep__inner {
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
.topStep__title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topStep__title {
    line-height: 35px;
    text-align: center;
  }
}
.topStep__steps {
  display: flex;
  gap: 23px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .topStep__steps {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-top: 40px;
  }
}
.topStep__step {
  width: min(100%, 313px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topStep__step {
    width: 230px;
  }
}
.topStep__step-image {
  width: 100%;
}
.topStep__step-text {
  max-width: 262px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
  text-align: justify;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .topStep__step-text {
    margin-top: 10px;
  }
}

/* 共通の要素--------------------------------------------------------------------------------------- */
html {
  margin-top: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

*:focus {
  outline: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
a,
span,
mark {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  padding: 0 45px;
  background-color: white;
}

@media (max-width: 1440px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .header__logo {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .header__logo {
    font-size: 20px;
  }
}
.header__logo h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__logo-catch {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .header__logo-catch {
    font-size: 10px;
  }
}
.header__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 850px) {
  .header__outer {
    justify-content: center;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 84px;
}

@media (max-width: 1200px) {
  .header__content {
    gap: 20px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

@media (max-width: 1200px) {
  .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

@media (max-width: 1200px) {
  .header__menu {
    font-size: 12px;
  }
}
.header__contact {
  width: 130px;
  height: 28px;
  background-color: #1c1c1c;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .header__contact {
    display: none;
  }
}
.footer {
  background-color: #1c1c1c;
}

.footer .footerContact {
  position: relative;
  padding: 60px 20px 40px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact {
    padding: 30px 20px 20px;
  }
}
.footer .footerContact__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  opacity: 0.1;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -23px;
  left: -3px;
  writing-mode: vertical-rl;
  z-index: 20;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__heading {
    font-size: 100px;
    top: 0px;
    left: -4px;
  }
}
.footer .footerContact__inner {
  max-width: 780px;
  margin-inline: auto;
}

.footer .footerContact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.footer .footerContact__title-sub {
  font-size: 12px;
  font-weight: bold;
}

.footer .footerContact__map {
  max-width: 780px;
  height: 328px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__map {
    height: 140px;
  }
}
.footer .footerContact__map iframe {
  width: 100%;
  height: 100%;
}

.footer .footerContact__info {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__info {
    margin-top: 20px;
  }
}
.footer .footerContact__address, .footer .footerContact__tel {
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer .footerContact__address, .footer .footerContact__tel {
    font-size: 12px;
  }
}
.footer .footerContact__address span, .footer .footerContact__tel span {
  font-weight: 400;
}

.footer .footerContact__viewmore {
  justify-content: flex-end;
  margin-top: 20px;
}

.footer .footerContact__viewmore-text {
  font-family: "Noto Sans JP", sans-serif;
}

.footer__nav {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    padding: 30px 20px;
  }
}
.footer__nav-inner {
  display: flex;
  justify-content: center;
  gap: 1em 3em;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__nav-inner {
    justify-content: flex-start;
    gap: 0.5em 2em;
  }
}
.footer__nav-menu {
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .footer__nav-menu {
    font-size: 14px;
    line-height: 30px;
  }
}
.footer__homeLink {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer__homeLink {
    font-size: 16px;
  }
}
.footer__bottom {
  padding: 18px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 24px 20px 28px;
  }
}
.footer__logo {
  display: block;
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.footer__copyright {
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
}
/*ハンバーガーメニュー--------------------------------------------------------------------*/
.hamburger {
  position: fixed;
  z-index: 130;
  top: 18px;
  left: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 850px) {
  .hamburger {
    display: block;
  }
}
.hamburger.open .hamburger__bar--top {
  transition: 0.3s;
  transform: translateY(6px) rotate(45deg);
  background-color: white;
}

.hamburger.open .hamburger__bar--middle {
  opacity: 0;
}

.hamburger.open .hamburger__bar--bottom {
  transition: 0.3s;
  transform: translateY(-6px) rotate(-45deg);
  background-color: white;
}

.hamburger__bar--top, .hamburger__bar--middle, .hamburger__bar--bottom {
  display: block;
  width: 21px;
  height: 1px;
  margin-bottom: 5px;
  transition: 0.4s;
  background-color: #333;
}

/*ハンバーガーメニュー内-----------------------------------------------------------------*/
.slide {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  padding: 110px 0;
  transition: 0.5s;
  transform: translateX(100%);
  background: rgba(28, 28, 28, 0.9);
}

.slide.show {
  transition: 0.5s;
  transform: translateX(0);
}

.slide__nav {
  padding: 0;
}

.slide__menu {
  color: white;
  font-size: 14px;
  display: block;
  padding: 15px 41px;
  border-bottom: white solid 1px;
}

.slide__menu:first-child {
  padding-top: 0;
}

.slide__menu:last-child {
  border-bottom: none;
}

.slide__contact {
  width: 289px;
  height: 60px;
  background-color: white;
  border-radius: 100px;
  display: grid;
  place-content: center;
  margin: 45px auto 0;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.viewmore {
  display: flex;
  align-items: center;
  gap: 11px;
}

.viewmore__text {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .viewmore__text {
    font-weight: 500;
  }
}
.viewmore__text.black {
  color: #1c1c1c;
}

.viewmore__button {
  width: 60px;
  height: 60px;
  border: 1px solid white;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 767px) {
  .viewmore__button {
    width: 33px;
    height: 33px;
  }
  .viewmore__button img {
    width: 10px;
  }
}
.viewmore__button.black {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.viewmore__button.rotate {
  transform: rotate(180deg);
}

#loading {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#loading .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #555 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load 1.4s infinite linear;
  transform: translateZ(0);
}

#loading .loader::before {
  width: 50%;
  height: 50%;
  background: #555;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#loading .loader::after {
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.company .companyGreeting {
  background-color: white;
  position: relative;
  padding: 252px 20px 85px;
}
@media screen and (max-width: 767px) {
  .company .companyGreeting {
    padding: 140px 20px 30px;
  }
}
.company .companyGreeting__heading {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .company .companyGreeting__heading {
    font-size: 70px;
    top: 50px;
    left: 0px;
  }
}
.company .companyGreeting__inner {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
.company .companyGreeting__title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company .companyGreeting__title {
    line-height: 1;
  }
}
.company .companyGreeting__text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .company .companyGreeting__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.3;
    text-align: justify;
    margin-top: 20px;
  }
}
.company .companySlide {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company .companySlide {
    height: 506px;
  }
}
.company .companySlide__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company .companySlide__slide {
    height: 506px;
  }
}
.company .companySlide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0 !important;
  transition: opacity 0.5s;
  position: relative;
  padding: 211px 20px 0;
}
@media screen and (max-width: 767px) {
  .company .companySlide__item {
    height: 100%;
    padding: 100px 20px 80px;
  }
}
.company .companySlide__item.swiper-slide-active {
  opacity: 1 !important;
  transition: opacity 0.5s;
}
.company .companySlide__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555555;
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 10;
}
.company .companySlide__item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company .companySlide__item-title {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .company .companySlide__item-title {
    line-height: 1;
  }
}
.company .companySlide__item-text {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: 30px;
}
.company .companySlide__item-text.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .company .companySlide__item-text.sp {
    display: -webkit-box;
  }
}
.company .companySlide__item-text.pc {
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .company .companySlide__item-text.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .company .companySlide__item-text {
    font-size: 14px;
    line-height: 2.1;
    text-align: justify;
    letter-spacing: -0.005em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    margin-top: 13px;
  }
}
.company .companySlide .swiper-pagination {
  display: none;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company .companySlide .swiper-pagination {
    display: block;
  }
}
.company .companySlide .swiper-pagination-bullets {
  display: none;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .company .companySlide .swiper-pagination-bullets {
    display: flex;
  }
}
.company .companySlide .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: white;
  opacity: 1;
}
.company .companySlide .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  border: 1px solid white;
  background-color: #1c1c1c;
}
.company .companySlide__buttons {
  height: 60px;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company .companySlide__buttons {
    display: none;
  }
}
.company .companySlide__buttons .swiper-button-prev,
.company .companySlide__buttons .swiper-button-next {
  width: 60px;
  height: 60px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
}
.company .companySlide__buttons .swiper-button-prev::after,
.company .companySlide__buttons .swiper-button-next::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(dist/images/company-slide-button.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.company .companySlide__buttons .swiper-button-next {
  rotate: 180deg;
}
.company .companyInfo {
  background-color: white;
  position: relative;
  padding: 70px 20px 100px;
}
@media screen and (max-width: 767px) {
  .company .companyInfo {
    padding: 70px 20px 50px;
  }
}
.company .companyInfo__heading {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 0.66;
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__heading {
    font-size: 70px;
    line-height: 1;
    left: -6px;
  }
}
.company .companyInfo__inner {
  max-width: 780px;
  margin-inline: auto;
}
.company .companyInfo__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__title {
    line-height: 1;
  }
}
.company .companyInfo__items {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__items {
    margin-top: 30px;
  }
}
.company .companyInfo__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__item {
    padding: 22px 20px;
  }
}
.company .companyInfo__item:first-child {
  border-top: 1px solid #b5b5b5;
}
.company .companyInfo__item-title {
  width: 80px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__item-title {
    width: 64px;
    font-size: 16px;
  }
}
.company .companyInfo__item-content {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company .companyInfo__item-content {
    font-size: 14px;
  }
}

.workList__fv {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .workList__fv {
    height: 600px;
  }
}
.workList__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1d1d1;
  mix-blend-mode: multiply;
  z-index: 10;
}
.workList__fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.workList .workListTrack {
  background-color: white;
  position: relative;
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack {
    padding: 75px 20px 30px;
  }
}
.workList .workListTrack__heading {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -60px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__heading {
    font-size: 70px;
    top: -25px;
    left: 0;
  }
}
.workList .workListTrack__inner {
  max-width: 980px;
  margin-inline: auto;
}
.workList .workListTrack__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__title {
    line-height: 1;
  }
}
.workList .workListTrack__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  align-items: baseline;
  gap: 30px 30px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 40px;
  }
}
.workList .workListTrack__item {
  max-width: 301px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__item {
    max-width: 100%;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .workList .workListTrack__item:first-child {
    padding-top: 0;
  }
}
.workList .workListTrack__item.hide {
  display: none;
}
.workList .workListTrack__item-image {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__item-image {
    width: 84px;
    height: 84px;
  }
}
.workList .workListTrack__item-info {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__item-info {
    margin-top: 0;
  }
}
.workList .workListTrack__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.workList .workListTrack__item-tag {
  height: 20px;
  border-radius: 3px;
  background-color: #f3f3f3;
  padding: 3px 13px 5px 13px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.workList .workListTrack__item-title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .workList .workListTrack__item-title {
    line-height: 1.3;
    margin-top: 15px;
    -webkit-line-clamp: 3;
  }
}
.workList__viewmore {
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .workList__viewmore {
    margin-top: 20px;
  }
}
.workList__viewmore.hide {
  display: none;
}

.work {
  position: relative;
  background-color: #f3f3f3;
  padding: 156px 20px 90px;
}
@media screen and (max-width: 767px) {
  .work {
    padding: 100px 20px 50px;
  }
}
.work__heading {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 150px;
  font-weight: 800;
  line-height: 100px;
  position: absolute;
  top: 97px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .work__heading {
    font-size: 70px;
    line-height: 1;
    top: 50px;
    left: 0px;
  }
}
.work__inner {
  max-width: 980px;
  margin-inline: auto;
}
.work__eyecatch {
  height: 522px;
}
@media screen and (max-width: 767px) {
  .work__eyecatch {
    height: 178px;
  }
}
.work__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .work__title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.work__tags {
  width: 350px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .work__tags {
    width: 100%;
    padding: 0 20px;
  }
}
.work__tag {
  height: 20px;
  border-radius: 3px;
  background-color: #b5b5b5;
  padding: 3px 13px 5px 13px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.work__info {
  padding: 48px 0 52px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .work__info {
    padding: 20px 5px;
    margin-top: 30px;
  }
}
.work__info-inner {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .work__info-inner {
    flex-direction: column;
    gap: 10px;
  }
}
.work__info-item {
  display: flex;
}
.work__info-title, .work__info-content {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .work__info-title, .work__info-content {
    font-size: 12px;
  }
}
.work__info-caution {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}
.work__text {
  max-width: 780px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .work__text {
    font-size: 12px;
    text-align: justify;
    margin-top: 30px;
  }
}
.work .workBefore,
.work .workAfter {
  margin-top: 111px;
}
@media screen and (max-width: 767px) {
  .work .workBefore,
  .work .workAfter {
    margin-top: 50px;
  }
}
.work .workBefore__image,
.work .workAfter__image {
  width: 600px;
  height: 600px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work .workBefore__image,
  .work .workAfter__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.work .workBefore__image img,
.work .workAfter__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work .workBefore__slide,
.work .workAfter__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.work .workBefore__slide-buttons,
.work .workAfter__slide-buttons {
  height: 60px;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .work .workBefore__slide-buttons,
  .work .workAfter__slide-buttons {
    display: none;
  }
}
.work .workBefore__slide-buttons .swiper-button-prev,
.work .workBefore__slide-buttons .swiper-button-next,
.work .workAfter__slide-buttons .swiper-button-prev,
.work .workAfter__slide-buttons .swiper-button-next {
  width: 60px;
  height: 60px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
}
.work .workBefore__slide-buttons .swiper-button-prev::after,
.work .workBefore__slide-buttons .swiper-button-next::after,
.work .workAfter__slide-buttons .swiper-button-prev::after,
.work .workAfter__slide-buttons .swiper-button-next::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(dist/images/company-slide-button.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.work .workBefore__slide-buttons .swiper-button-next,
.work .workAfter__slide-buttons .swiper-button-next {
  rotate: 180deg;
}
.work .workBefore__title,
.work .workAfter__title {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: bold;
  transform: skewX(-10deg);
  position: absolute;
  top: -60px;
  left: -24px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .work .workBefore__title,
  .work .workAfter__title {
    font-size: 50px;
    font-weight: 800;
    transform: none;
    top: -43px;
    left: -20px;
  }
}
.work .workBefore__text,
.work .workAfter__text {
  max-width: 780px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .work .workBefore__text,
  .work .workAfter__text {
    font-size: 12px;
    text-align: justify;
    margin-top: 30px;
  }
}
.work .workAfter__title {
  top: -56px;
  left: -21px;
}
@media screen and (max-width: 767px) {
  .work .workAfter__title {
    top: -40px;
    left: -20px;
  }
}

.newsList__fv {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList__fv {
    height: 600px;
  }
}
.newsList__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
  z-index: 10;
}
.newsList__fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.newsList .newsListTrack {
  background-color: white;
  position: relative;
  padding: 70px 20px 111px;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack {
    padding: 75px 20px 30px;
  }
}
.newsList .newsListTrack__heading {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -60px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__heading {
    font-size: 70px;
    top: -25px;
    left: 3px;
  }
}
.newsList .newsListTrack__inner {
  max-width: 980px;
  margin-inline: auto;
}
.newsList .newsListTrack__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__title {
    line-height: 1;
  }
}
.newsList .newsListTrack__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 30px 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 40px;
  }
}
.newsList .newsListTrack__item {
  width: min(100%, 230px);
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__item {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .newsList .newsListTrack__item:first-child {
    padding-top: 0;
  }
}
.newsList .newsListTrack__item-image {
  height: 143px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__item-image {
    width: 84px;
    height: 84px;
  }
}
.newsList .newsListTrack__item-info {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__item-info {
    margin-top: 13px;
  }
}
.newsList .newsListTrack__item-character {
  display: contents;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__item-character {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.newsList .newsListTrack__item-title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .newsList .newsListTrack__item-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
.newsList .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  margin-top: 40px;
}
.newsList .wp-pagenavi .current {
  width: 34px;
  height: 34px;
  background-color: #333;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2px;
}
.newsList .wp-pagenavi .page {
  width: 34px;
  height: 34px;
  background-color: white;
  border: 1px solid #333;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2px;
}
.newsList .wp-pagenavi .previouspostslink,
.newsList .wp-pagenavi .nextpostslink {
  width: 6px;
  height: 12px;
  background-image: url(dist/images/pagination-arrow.svg);
  background-size: cover;
}
.newsList .wp-pagenavi .previouspostslink {
  margin-left: 5px;
  rotate: 180deg;
}
.newsList .wp-pagenavi .nextpostslink {
  margin-right: 5px;
}
.newsList__viewmore {
  justify-content: flex-end;
  margin-top: 30px;
}
.newsList__viewmore.hide {
  display: none;
}

.news {
  position: relative;
  background-color: white;
  padding: 185px 20px 100px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 20px 30px;
  }
}
.news__inner {
  max-width: 780px;
  margin-inline: auto;
}
.news__eyecatch {
  height: auto;
  aspect-ratio: 780/394;
}
@media screen and (max-width: 767px) {
  .news__eyecatch {
    height: 178px;
  }
}
.news__info {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.news__category, .news__date {
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 500;
}
.news__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin-top: 30px;
  }
}
.news__text {
  max-width: 780px;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 40px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.news__text h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 1em;
}
.news__text h3,
.news__text h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 1em;
}
.news__text p {
  padding-bottom: 2em;
}
.news__text p:last-child {
  padding-bottom: 0;
}
.news__viewmore {
  justify-content: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news__viewmore {
    margin-top: 15px;
  }
}

.recruit__fv {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__fv {
    height: 600px;
  }
}
.recruit__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
  z-index: 10;
}
.recruit__fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit .recruitInfo {
  background-color: white;
  padding: 70px 0 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit .recruitInfo {
    padding: 75px 20px 50px;
  }
}
.recruit .recruitInfo__heading {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: -60px;
  left: -10px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .recruit .recruitInfo__heading {
    font-size: 70px;
    top: -25px;
    left: 3px;
  }
}
.recruit .recruitInfo__inner {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
.recruit .recruitInfo__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit .recruitInfo__title {
    line-height: 1;
  }
}
.recruit .recruitInfo__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitInfo__text {
    font-size: 14px;
  }
}
.recruit .recruitDetail {
  background-color: #f3f3f3;
  padding: 74px 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail {
    padding: 30px 20px;
  }
}
.recruit .recruitDetail__inner {
  max-width: 780px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__inner {
    padding: 0 0px;
  }
}
.recruit .recruitDetail__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.recruit .recruitDetail__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__list {
    margin-top: 20px;
  }
}
.recruit .recruitDetail__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #b5b5b5;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__item {
    gap: 20px;
    padding: 16px 10px;
    padding-right: 0;
  }
}
.recruit .recruitDetail__item:first-child {
  border-top: 1px solid #b5b5b5;
}
.recruit .recruitDetail__item-title {
  width: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__item-title {
    width: 65px;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
  }
}
.recruit .recruitDetail__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__item-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.recruit .recruitDetail__viewmore {
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitDetail__viewmore {
    margin-top: 20px;
  }
}
.recruit .recruitDetail__viewmore-text {
  font-family: "Noto Sans JP", sans-serif;
}
.recruit .recruitCooperative {
  background-color: #f3f3f3;
  padding: 0px 0 90px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative {
    padding: 0px 20px 30px;
  }
}
.recruit .recruitCooperative__inner {
  max-width: 780px;
  margin-inline: auto;
}
.recruit .recruitCooperative__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__title {
    line-height: 1;
  }
}
.recruit .recruitCooperative__text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__text {
    line-height: 23px;
    margin-top: 20px;
  }
}
.recruit .recruitCooperative__banner {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner {
    margin-top: 20px;
  }
}
.recruit .recruitCooperative__banner-title {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  background-color: #1c1c1c;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner-title {
    padding: 11px 0 12px;
  }
}
.recruit .recruitCooperative__banner-title p {
  color: white;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner-title p {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 11.2px;
  }
}
.recruit .recruitCooperative__banner-content {
  background-color: white;
  padding: 24px 20px 27px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner-content {
    padding: 20px;
  }
}
.recruit .recruitCooperative__banner-field {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner-field {
    font-size: 18px;
  }
}
.recruit .recruitCooperative__banner-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__banner-text {
    font-size: 12px;
  }
}
.recruit .recruitCooperative__viewmore {
  justify-content: flex-end;
  margin-top: 30px;
}
.recruit .recruitCooperative__viewmore-text {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit .recruitCooperative__viewmore {
    margin-top: 20px;
  }
}

.privacy {
  background-color: white;
  padding: 150px 20px 130px;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 80px 20px 30px;
  }
}
.privacy__inner {
  max-width: 780px;
  margin-inline: auto;
}
.privacy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.privacy__title h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.privacy__title span {
  font-size: 12px;
}
.privacy__content {
  width: 100%;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .privacy__content {
    margin-top: 30px;
  }
}
.privacy__content-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
}
.privacy__content ul {
  padding-left: 1.25em;
  list-style: decimal;
}
.privacy__content ul ul {
  list-style-type: lower-alpha;
}
.privacy__content ul ul ul {
  list-style-type: lower-roman;
}
.privacy__content li {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
}

.insurance__fv {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .insurance__fv {
    height: 600px;
  }
}
.insurance__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  mix-blend-mode: multiply;
  z-index: 10;
}
.insurance__slide {
  width: 100%;
}
.insurance__slide-image {
  position: relative;
}
.insurance__slide-image img {
  height: 100%;
}
.insurance__slide-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  background-color: #d1d1d1;
  mix-blend-mode: multiply;
}
.insurance .insuranceInfo {
  background-color: white;
  padding: 80px 20px 90px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceInfo {
    padding: 30px 20px 50px;
  }
}
.insurance .insuranceInfo__inner {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
.insurance .insuranceInfo__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceInfo__title {
    line-height: 40px;
  }
}
.insurance .insuranceInfo__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceInfo__text {
    margin-top: 20px;
    text-align: justify;
  }
}
.insurance .insuranceInfo__images {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceInfo__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
.insurance .insuranceConsul {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul {
    margin-top: 30px;
  }
}
.insurance .insuranceConsul__inner {
  max-width: 880px;
  margin-inline: auto;
}
.insurance .insuranceConsul__here {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__here {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.insurance .insuranceConsul__here::before, .insurance .insuranceConsul__here::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #333;
  vertical-align: middle;
}
.insurance .insuranceConsul__here::before {
  margin-right: 35px;
  rotate: -30deg;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__here::before {
    margin-right: 32px;
  }
}
.insurance .insuranceConsul__here::after {
  margin-left: 36px;
  rotate: 30deg;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__here::after {
    margin-left: 34px;
  }
}
.insurance .insuranceConsul__content {
  max-width: 881px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  margin-top: 30px;
  padding: 50px 20px 80px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__content {
    margin-top: 22px;
    padding: 20px 20px 63px;
  }
}
.insurance .insuranceConsul__title {
  width: 448px;
  height: 46px;
  display: grid;
  place-content: center;
  background-color: #1c1c1c;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__title {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 9px 35px;
    font-size: 12px;
  }
}
.insurance .insuranceConsul__catch {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .insurance .insuranceConsul__catch {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__catch {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
.insurance .insuranceConsul__text {
  max-width: 650px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__text {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 18px;
  }
}
.insurance .insuranceConsul__link {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__link {
    right: 10px;
    bottom: 10px;
  }
}
.insurance .insuranceConsul__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__link-text {
    font-weight: 400;
  }
}
.insurance .insuranceConsul__link-button {
  width: 60px;
  height: 60px;
  background-color: #1c1c1c;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .insurance .insuranceConsul__link-button {
    width: 33px;
    height: 33px;
  }
  .insurance .insuranceConsul__link-button img {
    width: 10px;
  }
}

.contact {
  padding: 150px 20px 80px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 80px 20px 40px;
  }
}
.contact__inner {
  max-width: 980px;
  margin: 0 auto;
}
.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.contact__title span {
  font-size: 12px;
}
.contact__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.contact .contactForm {
  margin: 60px auto 0;
  padding: 0 19px;
}
@media screen and (max-width: 767px) {
  .contact .contactForm {
    margin-top: 30px;
    padding: 0;
  }
}
.contact .contactForm__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .contactForm p {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
.contact .contactForm span {
  width: 100%;
}
.contact .contactForm__confirm p {
  width: auto;
}
.contact .contactForm__confirm-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .contactForm__item {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .contact .contactForm__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.contact .contactForm__item--select p {
  width: auto;
}
.contact .contactForm__item--textarea {
  align-items: flex-start;
}
.contact .contactForm__label {
  width: 192px;
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
}
.contact .contactForm__label--textarea {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .contact .contactForm__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
}
.contact .contactForm__input {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #b5b5b5;
  padding: 0 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact .contactForm__input {
    height: 35px;
  }
}
.contact .contactForm__select {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.contact .contactForm__selectWrapper {
  width: 100%;
  position: relative;
}
.contact .contactForm__selectWrapper::after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  background-image: url(dist/images/form-select-arrow.svg);
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact .contactForm__selectWrapper::after {
    top: 14px;
  }
}
.contact .contactForm__textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #b5b5b5;
  resize: none;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 10px;
  font-size: 16px;
}
.contact .contactForm__textarea::-webkit-scrollbar {
  display: none;
}
.contact .contactForm .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
}
.contact .contactForm__viewmore {
  justify-content: flex-end;
  margin-top: 10px;
}
.contact .contactForm__viewmore p {
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
}
.contact .contactForm__viewmore--back {
  flex-direction: row-reverse;
}

.contactConfirm__input {
  color: #b5b5b5;
}

.wpcf7-response-output {
  color: red !important;
  border: none !important;
}

.complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 20px 100px;
}
@media screen and (max-width: 767px) {
  .complete {
    padding: 80px 20px 50px;
  }
}
.complete__title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .complete__title {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
}
.complete__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .complete__text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.complete__viewmore {
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .complete__viewmore {
    margin-top: 30px;
  }
}

.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 20px 100px;
}
@media screen and (max-width: 767px) {
  .page404 {
    padding: 80px 20px 50px;
  }
}
.page404__inner {
  max-width: 980px;
  margin: 0 auto;
}
.page404__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page404__title h2 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.page404__title span {
  font-size: 12px;
}
.page404__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .page404__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.page404__viewmore {
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page404__viewmore {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=bundle.css.map*//* ========================================================= */
/* セクション全体のコンテナ設定 (renovationsSelect, renovationsSelect__inner) */
/* ========================================================= */
.mt50{
 margin-top:50px;
}
@media (max-width: 768px) {
    .mt50{
        margin-top:20px;
    }
}
.renovationsSelect {
    padding: 40px 0; /* セクション上下の余白 */
    /* 必要に応じて背景色やボーダーを設定 */
}

/* 左右のマージンと最大幅の設定 */
.renovationsSelect__inner {
    max-width: 1200px; /* コンテンツの最大幅 */
    margin: 0 auto; /* 左右自動マージンで中央寄せ */
    padding: 0 20px; /* 画面端にくっつかないための内側の余白 */
}

/* ========================================================= */
/* 施工事例セクションの共通設定 */
/* ========================================================= */

/* 見出し「施工事例を見る」のスタイル */
.work-section-title {
    text-align: center;
    font-size: 1.8em; 
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

/* ========================================================= */
/* カードリストと横並びのレイアウト */
/* ========================================================= */

.work-card-list {
    display: flex;
    gap: 20px; /* カード間のスペース */
    justify-content: flex-start; 
    margin-bottom: 40px;
}

/* 各カードのベーススタイル */
.work-card {
    /* 3分割の幅計算 */
    width: calc(33.333% - 13.333px); 
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px; 
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); 
    transition: transform 0.3s ease;
    text-decoration: none; 
    color: inherit;
}

.work-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* ========================================================= */
/* 画像の4:3比率固定 */
/* ========================================================= */

/* アイキャッチ画像を囲むラッパー（比率固定のコア部分） */
.work-card .card-thumbnail-wrapper {
    display: block;
    position: relative; 
    width: 100%;
    /* 縦横比を4:3に設定: 3/4 * 100% = 75% */
    padding-top: 75%; 
    overflow: hidden; 
}

/* 画像本体をラッパー内に配置 */
.work-card .card-thumbnail-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像をトリミングし、比率内に収める */
    display: block;
}

/* ========================================================= */
/* カード内のコンテンツと情報表示 */
/* ========================================================= */

.work-card .card-content {
    padding: 15px 20px;
}

/* タイトル */
.work-card h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.work-card h3 a {
    color: #333;
    text-decoration: none;
}
.work-card h3 a:hover {
    color: #0073aa; 
}

/* タグのコンテナ */
.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; 
    margin-top: 10px;
}

/* 各タグのアイテム */
.tag-item {
    background-color: #e6f7ff; 
    color: #0073aa; 
    font-size: 0.85em;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}

/* ========================================================= */
/* もっと見るボタン */
/* ========================================================= */

.view-more-container {
    text-align: center;
}

.view-more-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0073aa; 
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1em;
    border: none;
    transition: background-color 0.3s;
}

.view-more-button:hover {
    background-color: #005a87;
}


/* ========================================================= */
/* レスポンシブ対応 (モバイル表示) */
/* ========================================================= */

@media (max-width: 768px) {
    /* モバイルでは左右のpaddingのみを適用 */
    .renovationsSelect__inner {
        padding: 0 15px; 
    }
    
    .work-card-list {
        flex-direction: column; /* 縦積み */
        gap: 15px;
    }
    
    .work-card {
        width: 100%; /* 全幅表示 */
    }
    
    .work-section-title {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
}
/*
リノベーションメニュー
*/
/* ========================================================= */
/* 共通設定 (変更なし) */
/* ========================================================= */
.service-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.service-item {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.service-item:last-child {
    border-bottom: none;
}
.service-item__title {
    font-size: 1.6em;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

/* ========================================================= */
/* PC/タブレットレイアウト (2カラム) */
/* ========================================================= */

.service-item__content {
    display: flex;
    align-items: center; 
    gap: 40px; 
}

/* 🚨【変更点】画像エリアの幅を30%に縮小 */
.service-item__media {
    flex: 0 0 35%; /* 画像エリアの幅を30%に固定 */
    max-width: 35%;
    line-height: 0; 
    
    /* 4:3比率固定のための設定 (画像ラッパーとして機能させる) */
    position: relative; 
    padding-top: calc(35% * 0.75); /* 幅30%に対する高さ75% (4:3) */
    overflow: hidden;
}

/* 画像本体はラッパー内で絶対配置 */
.service-item__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; /* 4:3比率でトリミング */
    display: block;
    border-radius: 4px; 
}

.service-item__body {
    flex: 1; /* 残りの幅 (70% - gap) を占める */
    font-size: 16px;
    font-weight: 500;
    line-height: 2.1;
}

/* 画像とテキストの順番を反転させるためのクラス */
.service-item--reverse .service-item__content {
    flex-direction: row-reverse; 
}


/* ========================================================= */
/* レスポンシブ対応 (スマートフォン) - 変更なし */
/* ========================================================= */

@media (max-width: 768px) {
    .service-item {
        padding: 30px 0;
    }
    
    /* 縦積みに変更 */
    .service-item__content,
    .service-item--reverse .service-item__content {
        flex-direction: column; 
        gap: 20px; 
    }
    
    /* スマホ時は画像エリアを全幅に戻す */
    .service-item__media {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        order: -1; 
        
        /* スマホ時の4:3比率の再計算 (幅100%に対する高さ75%) */
        padding-top: 75%; 
    }
    
    .service-item--reverse .service-item__media {
        order: 1; 
    }
    
    .service-item__body {
        order: 0; 
    }

    .service-item--reverse .service-item__body {
        order: 0; 
    }

    .service-item__title {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
}
/*
 how to
*/
/* ========================================================= */
/* フローセクション全体のコンテナ設定 */
/* ========================================================= */
.flow-section {
    max-width: 1000px; 
    margin: 40px auto; 
    padding: 0 20px; 
}

/* フローアイテムごとのコンテナ */
.flow-item {
    padding: 30px 0;
    border-top: 1px solid #ddd; 
}
.flow-item:last-child {
    border-bottom: 1px solid #ddd; 
}

/* ========================================================= */
/* PC/タブレットレイアウト (2カラム) */
/* ========================================================= */

.flow-item__content {
    display: flex;
    align-items: center; 
    gap: 30px; 
    flex-direction: row; 
}

/* テキストエリア */
.flow-item__body {
    flex: 1; 
    padding-right: 20px; 
}

/* 画像エリア */
.flow-item__media {
    flex: 0 0 45%; 
    max-width: 45%;
    line-height: 0; /* 画像の下の余白を削除 */
}

/* 【追加】画像本体のスタイル */
.flow-item__media img {
    width: 100%;
    height: auto;
    display: block;
    /* 必要であればここで画像の角丸などを設定 */
}

/* フローアイテムの見出し */
.flow-item__title {
    font-size: 1.4em;
    font-weight: bold;
    color: #0073aa; 
    margin-bottom: 15px;
    border: 1px solid #0073aa; 
    display: inline-block; 
    padding: 5px 10px;
}

/* ========================================================= */
/* レスポンシブ対応 (スマートフォン) */
/* ========================================================= */

@media (max-width: 768px) {
    .flow-item {
        padding: 20px 0;
    }
    
    /* 縦積みに変更 (画像が下、テキストが上) */
    .flow-item__content {
        flex-direction: column; 
        gap: 20px; 
    }
    
    /* テキストエリアの余白をリセット */
    .flow-item__body {
        padding-right: 0;
        order: 0; 
    }
    
    /* 画像エリアを全幅に変更し、下に配置 */
    .flow-item__media {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        order: 1; 
    }
}
/*
目次
*/

/* ========================================================= */
/* フローナビゲーション（目次）のスタイル */
/* ========================================================= */

.flow-nav {
    margin: 60px auto 40px; 
    text-align: center;
    overflow-x: auto; 
    padding-bottom: 15px; 
}

.flow-nav__list {
    display: flex;
    justify-content: center; 
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap; 
    flex-wrap: nowrap; 
    
    background-color: #ffffff; 
    border-radius: 15px; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); 
    padding: 15px 10px;
}

.flow-nav__list li {
    display: flex;
    align-items: center;
    padding: 0; 
    position: relative; /* ラインの基準点とする */
}

/* 🚨【ラインの追加】li要素の後にラインを挿入 */
.flow-nav__list li::after {
    content: '';
    display: block;
    width: 30px; /* ラインの長さ */
    height: 2px; /* ラインの太さ */
    background-color: #008080; /* ラインの色 */
    margin: 0 10px; /* ラインの左右マージン */
}

/* 🚨【ラインの終点】最後の項目にはラインを表示しない */
.flow-nav__list li:last-child::after {
    display: none;
}


/* ナビゲーションリンク（全体）*/
.flow-nav__list a {
    writing-mode: vertical-rl; 
    text-orientation: upright; 
    
    display: flex; 
    justify-content: center; 
    align-items: center;    
    
    position: relative; 
    text-decoration: none;
    
    height: 220px; /* PCでの高さ */
    flex-shrink: 0; /* PC幅で縮まないようにする */
    
    padding: 15px 8px; 
    border-radius: 10px; 
    background-color: #fcfcfc; 
    border: 1px solid #eee; 
    transition: all 0.3s ease;
}

.flow-nav__list a:hover {
    background-color: #eaf8ff; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px); 
}

/* 数字の頭揃えと強調 */
.flow-nav__list a .step-num {
    writing-mode: horizontal-tb; 
    text-orientation: mixed;
    
    position: absolute; 
    top: 5px; 
    left: 5px; 
    
    font-size: 1.6em; 
    color: #008080; 
    font-weight: 900;
    padding: 2px;
}

/* テキストの配置調整 */
.flow-nav__list a .step-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    
    margin-top: 25px; 
    
    color: #555; 
    font-weight: 500;
    font-size: 1em;
}

/* ========================================================= */
/* フローアイテム（コンテンツ本体）のスタイル */
/* ========================================================= */

.flow-section {
    max-width: 1000px; 
    margin: 40px auto; 
    padding: 0 20px; 
}

/* アンカーリンクの飛び先調整 */
.flow-item {
    padding: 30px 0;
    border-top: 1px solid #ddd; 
}
.flow-item:last-child {
    border-bottom: 1px solid #ddd; 
}

/* フローアイテムの見出し */
.flow-item__title {
    font-size: 1.4em;
    font-weight: bold;
    color: #0073aa; 
    margin-bottom: 15px;
    border: 1px solid #0073aa; 
    display: inline-block; 
    padding: 5px 10px;
}

/* PC/タブレットレイアウト (2カラム) */
.flow-item__content {
    display: flex;
    align-items: center; 
    gap: 30px; 
    flex-direction: row; 
    flex-wrap: nowrap; /* PC幅で折り返さないようにする */
}
.flow-item__body {
    flex: 1; 
    padding-right: 20px; 
}
.flow-item__media {
    flex: 0 0 45%; 
    max-width: 45%;
    line-height: 0; 
    flex-shrink: 0; /* PC幅で画像が予期せず小さくなるのを防ぐ */
}
.flow-item__media img {
    width: 100%;
    height: auto;
    display: block;
}
    .recruit .flowDetail {
        background-color: #f3f3f3;
        padding: 74px 0 30px;
    }
/* ========================================================= */
/* レスポンシブ対応 (スマートフォン) - 安定化ブロック */
/* ========================================================= */

@media (max-width: 768px) {
    .recruit .flowDetail {
        padding: 30px 10px;
    }
    /* --- 1. ナビゲーション修正 --- */
    .flow-nav {
        padding-left: 0;
        padding-right: 0;
    }
    .flow-nav__list {
        padding: 8px; 
    }
    .flow-nav__list li{
        width:50px;
        left:4px;
    }
    .flow-nav__list li::after {
        width: 5px; /* スマホでラインを短く */
        margin: 0 5px;
    }
    .flow-nav__list a {
        height: 150px; 
        font-size: 0.9em;
        padding: 10px 4px;
        flex-shrink: 0; 
    }
    
    /* スマホで数字とテキストの配置を調整 */
    .flow-nav__list a .step-num {
        top: 5px; 
        left: 5px; 
        font-size: 1.2em;
        padding:0;
    }
    .flow-nav__list a .step-text {
        margin-top: 15px; 
        font-size: 0.9em;
    }

    /* --- 2. フローアイテム（コンテンツ本体）修正 --- */
    .flow-item__content {
        flex-direction: column; /* 縦積みに強制 */
        flex-wrap: wrap; 
    }
    
    .flow-item__body {
        padding-right: 0;
        order: 0;
    }
    
    .flow-item__media {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%; 
        order: 1; 
        flex-shrink: 1; 
    }
    
    .flow-item__media img {
        width: 100%;
        height: auto;
    }
    
    .flow-item__title {
        font-size: 1.2em;
    }
}
/*

price

*/

/* --- [work_accordion] ショートコード専用 CSS (最終版 - レスポンシブ対応) --- */

/* 1. 基本設定 (モバイルファースト) */
.work-accordion-wrapper {
    margin-bottom: 20px ;
    border: 1px solid #ddd ;
    border-radius: 5px ;
    background: #fff ;
    overflow: hidden ;
}
.work-accordion-wrapper .work-details {
    margin: 0 ;
}
.work-accordion-wrapper .work-summary-title-only { /* バー */
    display: flex ;
    align-items: center ;
    padding: 15px ;
    cursor: pointer ;
    list-style: none ;
    background-color: #f7f7f7 ; 
}
.work-accordion-wrapper .work-title-display { /* バータイトル */
    margin: 0 ;
    font-size: 18px ;
    font-weight: bold ;
    flex-grow: 1 ;
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
}
.work-accordion-wrapper .icon-toggle::before { content: '+' ; }
.work-accordion-wrapper .work-details[open] .icon-toggle::before { content: '-' ; }

/* 4. 開いた中身のメインエリア - モバイル設定 (縦並び、画像が上に来る) */
.work-accordion-wrapper .work-content-area {
    display: flex ;
    flex-direction: column ; /* ★モバイル: 縦に並べる */
    padding: 0 20px 20px ;
    background: #fafafa ;
    align-items: stretch ; /* 高さの基準を揃える */
}

/* 6. 右側：アイキャッチ画像エリア (モバイル時は上へ) */
.work-accordion-wrapper .work-post-header-right.image-only {
    order: -1 ; /* ★モバイル: 画像を一番上 (テーブルの上) に配置 */
    flex: none ;
    width: 100% ; /* スマホ幅いっぱい */
    margin-bottom: 20px ;
    text-align: center ; 
}
.work-accordion-wrapper .work-content-thumb { /* 画像コンテナ */
    width: 100% ; 
    height: 0 ; 
    padding-top: 75% ; /* ★モバイル: 4:3 比率固定 */
    position: relative ; 
    margin: 0 auto ; 
    overflow: hidden ;
    border: 1px solid #eee ;
}
.work-accordion-wrapper .work-content-thumb img {
    width: 100% ;
    height: 100% ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    object-fit: cover ; 
    display: block ;
    max-width: 100% ; 
}

/* 5. 左側：カスタムフィールド情報エリア (モバイル時は下へ) */
.work-accordion-wrapper .work-post-content {
    order: 0 ; /* ★モバイル: 画像の下に配置 */
    flex: none ;
    width: 100% ;
    padding-right: 0 ;
}
.work-accordion-wrapper .repair-description {
    margin-top: 0 ; 
    font-size: 14px ;
    display: flex ;
    flex-direction: column ; /* ★モバイル: 縦に並べる */
    padding: 20px ;
    border-top: 1px solid #eee ;
    background: #fafafa ;
    align-items: stretch ; /* 高さの基準を揃える */
}
.work-accordion-wrapper .repair-meta-table { /* テーブル */
    width: 100% ;
    border-collapse: collapse ;
    border: 1px solid #ccc ;
    font-size: 14px ;
    table-layout: fixed ; 
    margin-bottom: 0 ;
}
.work-accordion-wrapper .repair-meta-table th {
    background-color: #f0f0f0 ;
    width: 30% ; 
    font-weight: bold ;
    color: #333 ;
}
.work-accordion-wrapper .repair-meta-table th,
.work-accordion-wrapper .repair-meta-table td {
    padding: 8px 10px ;
    border: 1px solid #ccc ;
    text-align: left ;
}


/* ======================================================= */
/* 8. PC表示用メディアクエリ (幅 768px 以上で適用) */
/* ======================================================= */
@media (min-width: 768px) {

    /* 4. 開いた中身のメインエリア - PC設定 (横並び、高さ一致) */
    .work-accordion-wrapper .work-content-area {
        flex-direction: row ; /* ★PC: 横に並べる */
        align-items: stretch ; /* ★PC: 高さを自動で揃える */
    }

    /* 5. 左側：カスタムフィールド情報エリア - PC設定 */
    .work-accordion-wrapper .work-post-content {
        order: 0 ; /* テーブルを左に */
        flex: 1 ; /* スペースを占有 */
        width: auto ;
        padding-right: 30px ;
        /* テーブルのトップを揃えるために、説明文の上にマージンを入れない */
        margin-top: 0 ;
    }
    .work-accordion-wrapper .repair-description {
        margin-top: 0 ;
    }


    /* 6. 右側：アイキャッチ画像エリア - PC設定 */
    .work-accordion-wrapper .work-post-header-right.image-only {
        order: 1 ; /* 画像を右に */
        flex: 0 0 200px ; /* 幅を固定 */
        margin-bottom: 0 ;
        
        /* ★重要: 画像コンテナが左側のテーブルと同じ高さになるように Flex を使用 */
        display: flex ;
        flex-direction: column ;
        /* align-items: flex-start;  */ /* 画像のスタート位置を揃えるため、親の align-items: stretch を利用 */
    }

    /* 7. 中身のアイキャッチ画像（右側に配置） - PC設定 */
    .work-accordion-wrapper .work-content-thumb {
        width: 100% ; 
        height: 100% ; /* ★PC: 親要素の高さまで強制的に広げる */
        padding-top: 0 ; /* ★PC: 固定比率を解除し、高さ追従に切り替え */
        margin: 0 auto 0 auto ; 
        border: 1px solid #eee ;
        
        /* 画像のトップを揃えるために、画像コンテナの開始位置を調整 */
        align-self: flex-start ;
    }

    .work-accordion-wrapper .work-content-thumb img {
        height: 100% ; /* 画像も高さ100%で親要素に追従 */
        object-fit: cover ; 
    }
    
    .work-accordion-wrapper .no-image-placeholder {
        height: 100% ;
        padding-top: 0 ;
        line-height: normal ;
        display: flex ;
        align-items: center ;
        justify-content: center ;
    }
}
/*

blog

*/
.blog {
padding: 40px 20px 30px;
}
.blog__category, .blog__date {
color: #505050;
font-size: 12px;
font-weight: 500;
}
.blog__inner {
max-width: 780px;
margin: 40px auto auto;
}
.blog__text {
max-width: 780px;
font-size: 14px;
font-weight: 500;
text-align: justify;
line-height: 40px;
margin: 70px auto 0;
}
.blogList .blogListTrack__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
place-items: center;
gap: 30px 20px;
margin-top: 60px;
}
.bread {
  font-size:12px;
}
/*

work

*/
.work {
padding: 216px 20px 90px;
}
h3.jirei {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-top: 20px;
}
@media (min-width: 768px) {
h3.jirei {
font-size: 30px;
margin-top: 50px;
}
}

/* ベースのテーブルスタイル */
.work__info-table {
  width: 80%; 
  border-collapse: collapse; 
  margin: 1.5em auto; 
  font-size: 16px; 
}

.work__info-table th,
.work__info-table td {
  padding: 10px 15px; 
  border: 1px solid #ddd;
  line-height: 1.6;
}

.work__info-table th.work__info-title {
  width: 30%; 
  text-align: left; 
  background-color: #f7f7f7; 
  font-weight: bold; 
}

.work__info-table td.work__info-content {
  width: 70%; 
  text-align: left;
}

.work__info-table tr:nth-child(even) {

}
.work__info-table tr:nth-child(even) td {
  background-color: #ffffff; 
}
.work__info-table tr:nth-child(odd) td {
  background-color: #fcfcfc; 
}
.workBefore__image_box,.workAfter__image_box{
 display:flex;
}

.workBefore__title_new,.workAfter__title_new{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 768px) {
 .workBefore__title_new,.workAfter__title_new{
  font-size: 30px;
 }
}
.workBefore__image_box,.workAfter__image_box{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.swiper-slide_x {
  width: calc((100% - 40px) / 3);
  height: 0;
  padding-bottom: calc(((100% - 40px) / 3) / 3 * 4);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.swiper-slide_x img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .swiper-slide_x {
    /* 2列の場合の幅とPadding Hackを再計算 */
    /* 2列なので、合計20pxのgap（間の1つ）を引いて2で割ります */
    width: calc((100% - 20px) / 2);
    height: 0;
    
    /* 新しい幅に対して3:4を適用 (幅 / 3 * 4) */
    padding-bottom: calc(((100% - 20px) / 2) / 3 * 4); 
    
    /* 縦のgapはそのまま */
    margin-bottom: 20px;
  }
}
/*
FVの高さ調整
*/
 .recruit__fv,.workList__fv,.newsList__fv {
  height: 500px;
 }
@media (max-width: 768px) {
 .recruit__fv,.workList__fv,.newsList__fv {
  height: 150px;
 }
}

/* ========================================================= */
/* Header dropdown (こだわり配下) - PCは hover でプルダウン */
/* ========================================================= */

/* PCのみ hover 展開。スマホは details のクリック開閉を維持 */
@media (min-width: 769px) {

  /* ドロップダウンの基準 */
  .header__nav .header__menu--dropdown {
    position: relative;
    display: inline-block;
  }

  /* summary を通常のメニュー見た目に寄せる */
  .header__nav .header__menu--dropdown > summary.header__menu {
    list-style: none;
    cursor: pointer;
  }
  /* Safari/Chrome のマーカーを消す */
  .header__nav .header__menu--dropdown > summary::-webkit-details-marker {
    display: none;
  }

  /* サブメニュー（初期は非表示） */
  .header__nav .header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;

    min-width: 220px;
    padding: 10px;

    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
  }

  /* hover / キーボード操作時に表示 */
  .header__nav .header__menu--dropdown:hover .header__submenu,
  .header__nav .header__menu--dropdown:focus-within .header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* サブメニューのリンク */
  .header__nav .header__submenu-item {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;

    color: #333;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;

    transition: all 0.2s ease;
  }

  /* hover時のトーン（ew_library.cssのhover表現に寄せる） */
  .header__nav .header__submenu-item:hover,
  .header__nav .header__submenu-item:focus {
    background-color: #eaf8ff;
    color: #0073aa;
    outline: none;
  }

  /* details の open 状態に依存させない（hoverで出すため） */
  .header__nav .header__menu--dropdown[open] .header__submenu {
    /* hoverでの表示制御を優先するため、ここでは何もしない */
  }
}

/* ========================================================= */
/* （任意）スマホ：こだわり配下を少し見やすく */
/* ========================================================= */
@media (max-width: 768px) {
  .slide__nav .slide__submenu {
    padding-left: 10px;
	  color:white;
  }
  .slide__nav .slide__submenu-item {
    display: block;
    grouping: normal;
    padding: 10px 0;
  }
}
