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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 12.8205128205px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .main {
    padding-top: 5.7rem;
  }
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-main .page-fv {
  position: relative;
}
.page-main .page-title {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 4rem;
  left: 8rem;
}
@media (max-width: 767px) {
  .page-main .page-title {
    font-size: 4rem;
    bottom: 2rem;
    left: 2rem;
  }
}

.to-top-area-fixed {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9900;
}
@media (max-width: 767px) {
  .to-top-area-fixed {
    right: 1.5rem;
  }
}

.to-top-button-svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.to-top-button-svg:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .l-header {
    height: 5.7rem;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    padding: 0 2rem;
  }
}
.l-header .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  position: relative;
  z-index: 10000;
}
.l-header .l-header__logo-link {
  display: block;
  width: 20rem;
}
.l-header .l-header__logo-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .l-header .l-header__logo-link {
    width: 12rem;
  }
}
.l-header .l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .l-header .l-header__nav {
    display: none;
  }
}
.l-header .l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.l-header .l-header__nav-link {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header .l-header__nav-link:hover {
  opacity: 0.6;
}
.l-header .l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-header .l-header__tel {
    display: none;
  }
}
.l-header .l-header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border: 1px solid #000;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.l-header .l-header__tel-link:hover {
  background: #000;
  color: #fff;
}
.l-header .l-header__tel-link:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.l-header .l-header__tel-icon {
  width: 1.8rem;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.l-header .l-header__tel-text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.l-header__sp-controls {
  display: none;
  position: relative;
  z-index: 10000;
}
@media (max-width: 767px) {
  .l-header__sp-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.l-header__sp-controls .l-header__sp-tel, .l-header__sp-controls .hamburger {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.l-header__sp-controls .l-header__sp-tel img {
  width: 2rem;
  height: auto;
}
.l-header__sp-controls .hamburger {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.l-header__sp-controls .hamburger span {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 1px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header__sp-controls .hamburger span:nth-child(1) {
  top: calc(50% - 0.6rem);
}
.l-header__sp-controls .hamburger span:nth-child(2) {
  top: 50%;
}
.l-header__sp-controls .hamburger span:nth-child(3) {
  top: calc(50% + 0.6rem);
}
.l-header__sp-controls .hamburger.open span {
  left: 50%;
  top: 50%;
}
.l-header__sp-controls .hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2.6rem;
}
.l-header__sp-controls .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.l-header__sp-controls .hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.6rem;
}

body.fixed {
  overflow: hidden;
}
body.fixed .l-header {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.fixed .l-header__logo-link img {
  content: url("../img/logo-w.webp");
}
body.fixed .l-header__sp-controls .l-header__sp-tel, body.fixed .l-header__sp-controls .hamburger {
  border-color: #fff;
}
body.fixed .l-header__sp-controls .l-header__sp-tel img {
  content: url("../img/icon-tel-w.webp");
}
body.fixed .l-header__sp-controls .hamburger span {
  background-color: #fff;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9990;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}
.hamburger-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hamburger-menu .hamburger-menu__scroll {
  overflow-y: auto;
  height: 100vh;
  width: 100%;
}
.hamburger-menu .hamburger-menu__wrapper {
  padding: 15rem 4rem 4rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hamburger-menu .hamburger-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.hamburger-menu .hamburger-menu__listItem {
  text-align: left;
  margin-left: 2rem;
}
.hamburger-menu .hamburger-menu__listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.hamburger-menu .hamburger-menu__listLink::before {
  content: "—";
  margin-right: 1.5rem;
  color: #fff;
}

.l-footer {
  background: #000;
  padding: 10rem 27rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 6rem;
  }
}
.l-footer .l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer__logo {
  width: 29rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__logo {
    width: 16rem;
    margin: 0 auto;
  }
}
.l-footer .l-footer__link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .l-footer .l-footer__link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer__link--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border: 2px solid #fff;
  min-width: 22rem;
}
.l-footer .l-footer__link--item__icon {
  width: 2rem;
  height: auto;
}
.l-footer .l-footer__sitemap {
  margin: 10rem auto 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    margin: 6rem auto;
  }
}
.l-footer .l-footer__sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap__list--item {
    text-align: center;
  }
}
.l-footer .copyright {
  padding: 3rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .copyright {
    padding: 2rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

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

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

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-number-orange {
  background: #f79427;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 1rem;
}

.u-red {
  color: red;
}

.u-orange {
  color: #f79427;
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-link {
  color: blue !important;
  text-decoration: underline !important;
}

.u-bg-white {
  background: #fff;
}

.u-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
@media (max-width: 767px) {
  .u-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.main .fv {
  padding: 0 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .main .fv {
    padding: 0;
  }
}
.main .fv-inner {
  padding: 3rem 0 12rem;
}
.main .fv-text-area {
  width: 70rem;
  height: 33rem;
  background: #fff;
  padding: 6rem;
  position: absolute;
  top: calc(50% - 5rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main .fv-text-area {
    width: 32rem;
    height: 27.5rem;
    padding: 2rem;
    top: 70%;
  }
}
.main .fv-catch {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main .fv-catch {
    font-size: 2rem;
  }
}
.main .fv-catch span {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .main .fv-catch span {
    font-size: 2.4rem;
  }
}
.main .fv-text {
  margin-top: 4rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .main .fv-text {
    margin-top: 2rem;
    line-height: 2.2;
  }
}
.main .fv-image-area {
  width: 90rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .main .fv-image-area {
    width: 33.5rem;
  }
}
.main .thought {
  background: url(../img/bg-thought.webp);
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .main .thought {
    padding: 6rem 2rem;
  }
}
.main .thought .thought-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .main .thought .thought-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .thought .thought-image-area__image {
  width: 48rem;
  height: auto;
}
@media (max-width: 767px) {
  .main .thought .thought-image-area__image {
    width: 100%;
  }
}
.main .thought .thought-image-area__image img {
  aspect-ratio: 480/300;
}
.main .thought .thought-text-area {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .main .thought .thought-text-area {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 2rem;
  }
}
.main .thought .thought-text-area__title {
  font-size: 4rem;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main .thought .thought-text-area__title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
.main .thought .thought-text-area__text {
  padding: 10rem 6rem 0 0;
  line-height: 4;
}
@media (max-width: 767px) {
  .main .thought .thought-text-area__text {
    padding: 2rem 0 0;
    line-height: 2.2;
  }
}
.main .protect-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .main .protect-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main .protect-text-area {
  padding: 8rem 7rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: auto;
}
@media (max-width: 767px) {
  .main .protect-text-area {
    padding: 2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.main .protect-text-area__title {
  font-size: 4rem;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main .protect-text-area__title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
.main .protect-text-area__text {
  padding: 10rem 6rem 0 0;
  line-height: 4;
}
@media (max-width: 767px) {
  .main .protect-text-area__text {
    padding: 2rem 0 0;
    line-height: 2.2;
  }
}
.main .protect-image-area {
  width: 53%;
  height: auto;
}
@media (max-width: 767px) {
  .main .protect-image-area {
    width: 100%;
  }
}
.main .protect-image-area__image {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .gallery-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.main .gallery-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .main .gallery-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .gallery-contents__title {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  padding: 4rem 2rem;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate(23rem, -8rem);
          transform: translate(23rem, -8rem);
}
@media (max-width: 767px) {
  .main .gallery-contents__title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 4rem 2rem 2rem;
    background: none;
  }
}
.main .gallery-contents__image-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 12rem 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .main .gallery-contents__image-area {
    padding: 0;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.main .gallery-contents__image-area__image {
  width: 32rem;
  height: auto;
}
@media (max-width: 767px) {
  .main .gallery-contents__image-area__image {
    width: 100%;
  }
}
.main .about {
  background: url(../img/bg-outline.webp);
  padding: 6rem 24.5rem 12rem;
}
@media (max-width: 767px) {
  .main .about {
    padding: 6rem 2rem;
  }
}
.main .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media (max-width: 767px) {
  .main .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .about-title {
  font-size: 4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-right: 6rem;
}
@media (max-width: 767px) {
  .main .about-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-right: 0;
    text-align: center;
  }
}
.main .about-table-area {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .main .about-table-area {
    padding-top: 4rem;
  }
}
.main .about-table {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .main .about-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .about-table th,
.main .about-table td {
  padding: 2rem 0;
  position: relative;
  vertical-align: middle;
  line-height: 1.5;
}
.main .about-table th::after,
.main .about-table td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
}
.main .about-table th {
  width: 24rem;
  text-align: center;
}
@media (max-width: 767px) {
  .main .about-table th {
    width: 10rem;
  }
}
.main .about-table th::after {
  width: calc(100% - 1rem);
}
.main .about-table td {
  width: 48rem;
}
@media (max-width: 767px) {
  .main .about-table td {
    width: 23rem;
  }
}
.main .about-table td::after {
  width: 100%;
}
.main .tel-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border: 1px solid #fff;
  padding: 2rem 4rem;
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
}
.main .tel-icon {
  width: 1.6rem;
  height: 1.6rem;
}
.main .google-map {
  padding: 8rem 12rem;
}
@media (max-width: 767px) {
  .main .google-map {
    padding: 4rem 2rem;
  }
}
.main .google-map iframe {
  width: 100%;
  height: 56rem;
}
@media (max-width: 767px) {
  .main .google-map iframe {
    height: 44rem;
  }
}
.main .google-map-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.main .google-map-note__icon {
  width: 1.5rem;
  height: auto;
}
.page-works .works-contents {
  padding: 8rem 4rem;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-works .works-contents {
    padding: 6rem 2rem;
  }
}
.page-works .works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 767px) {
  .page-works .works-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.page-works .works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-works .works-card__thumbnail {
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.page-works .works-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-works .works-card__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.page-works .works-card__table th, .page-works .works-card__table td {
  border-top: 1px solid #333;
  padding: 1.5rem 0;
  vertical-align: middle;
}
.page-works .works-card__table tr:last-child th,
.page-works .works-card__table tr:last-child td {
  border-bottom: 1px solid #333;
}
.page-works .works-card__table th {
  width: 35%;
  text-align: center;
  font-weight: normal;
}
.page-works .works-card__table td {
  width: 65%;
  text-align: left;
  padding-left: 2rem;
  line-height: 1.6;
}

.page-thought .thought-contents {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-thought .thought-contents {
    margin-top: 4rem;
  }
}
.page-thought .thought-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-thought .thought-contents-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-thought .thought-contents-flex > * {
  width: 50%;
}
@media (max-width: 767px) {
  .page-thought .thought-contents-flex > * {
    width: 100%;
  }
}
.page-thought .thought-contents__text-area {
  padding: 0 10rem;
}
@media (max-width: 767px) {
  .page-thought .thought-contents__text-area {
    padding: 2rem;
  }
}
.page-thought .thought-contents__text-area__title {
  font-size: 2.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-thought .thought-contents__text-area__title {
    font-size: 2rem;
  }
}
.page-thought .thought-contents__text-area__text {
  margin-top: 3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-thought .thought-contents__text-area__text {
    margin-top: 2rem;
  }
}
.page-protect .protect-contents {
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .page-protect .protect-contents {
    padding: 0 2rem;
  }
}
.page-protect .protect-contents-flex {
  margin: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6rem;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .page-protect .protect-contents-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.page-protect .protect-contents__text-area__title {
  position: relative;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 6rem;
}
.page-protect .protect-contents__text-area__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: url(../img/icon-slash.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-protect .protect-contents__text-area__title::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-protect .protect-contents__text-area__title {
    font-size: 2rem;
    padding-left: 0rem;
  }
}
.page-protect .protect-contents__text-area__text {
  line-height: 2;
  margin-top: 2rem;
}
.page-protect .protect-contents__image-area {
  width: 48rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-protect .protect-contents__image-area img {
  aspect-ratio: 480/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-outline .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  padding: 6rem 0 8rem 8rem;
}
@media (max-width: 767px) {
  .page-outline .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 2rem;
  }
}
.page-outline .greeting__text-area {
  padding-top: 1rem;
}
.page-outline .greeting__text-area__title {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-outline .greeting__text-area__title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }
}
.page-outline .greeting__text-area__text {
  margin-top: 2rem;
  line-height: 2;
}
.page-outline .greeting__image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.page-outline .greeting-image {
  width: 40rem;
  height: auto;
}
.page-outline .company-outline {
  background: url(../img/bg-outline.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
.page-outline .company-table-area {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
}
.page-outline .company-table-area__title {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .page-outline .company-table-area__title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }
}
.page-outline .company-table {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-outline .company-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4rem;
    margin-top: 2rem;
  }
}
.page-outline .company-table th,
.page-outline .company-table td {
  padding: 4rem 3rem 4rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  color: #fff;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-outline .company-table th,
  .page-outline .company-table td {
    padding: 2rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.page-outline .company-table th::after,
.page-outline .company-table td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.page-outline .company-table th {
  width: 24rem;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .page-outline .company-table th {
    width: 10rem;
  }
}
.page-outline .company-table th::after {
  width: calc(100% - 1rem);
}
.page-outline .company-table td {
  width: 48rem;
}
@media (max-width: 767px) {
  .page-outline .company-table td {
    width: 23rem;
  }
}
.page-outline .company-table td::after {
  width: 100%;
}
.page-outline .google-map {
  padding: 8rem 12rem;
}
@media (max-width: 767px) {
  .page-outline .google-map {
    padding: 4rem 2rem;
  }
}
.page-outline .google-map iframe {
  width: 100%;
  height: 56rem;
}
@media (max-width: 767px) {
  .page-outline .google-map iframe {
    height: 44rem;
  }
}

.page-404 .not-found-contents {
  padding: 12rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-404 .not-found-contents {
    padding: 8rem 2rem;
  }
}
.page-404 .not-found-box {
  display: inline-block;
  max-width: 60rem;
  margin: 0 auto;
}
.page-404 .not-found-message {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-404 .not-found-message {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }
}
.page-404 .not-found-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 6rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.page-404 .not-found-btn:hover {
  background: #fff;
  color: #000;
}

.page-news-list .news {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-news-list .news {
    padding: 4rem 0;
  }
}
.page-news-list .news-content {
  width: 80rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .page-news-list .news-content {
    margin: 2rem auto 0;
    width: 100%;
  }
}
.page-news-list .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.page-news-list .news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.page-news-list .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-news-list .news-list__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-news-list .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.page-news-list .news-list__date {
  font-size: 2rem;
  color: #f79427;
  min-width: 10rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-news-list .news-list__date {
    font-size: 1.6rem;
    min-width: auto;
  }
}
.page-news-list .news-list__title {
  font-size: 2rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-news-list .news-list__title {
    font-size: 1.6rem;
  }
}
.page-news-list .news-list__empty {
  margin-top: 2rem;
  font-size: 2.2rem;
  text-align: center;
}
.page-news-list .news-list-page__pager {
  margin-top: 4rem;
}
.page-news-list .news-list-page__pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.page-news-list .news-list-page__pager .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-news-list .news-list-page__pager .pagination .page-numbers.current {
  background: #f79427;
  border-color: #f79427;
  color: #fff;
}
.page-news-list .news-list-page__pager .pagination .page-numbers:hover:not(.current) {
  background: rgba(247, 148, 39, 0.1);
  border-color: #f79427;
  color: #f79427;
}
.page-news-list .news-list-page__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: #fff;
  max-width: 30rem;
  margin: 4rem auto 0;
}

.single-works .works-single-section {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .single-works .works-single-section {
    padding: 4rem 0;
  }
}
.single-works .works-single {
  margin-bottom: 6rem;
}
.single-works .works-single__header {
  margin-bottom: 4rem;
  text-align: center;
}
.single-works .works-single__title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .single-works .works-single__title {
    font-size: 2.4rem;
  }
}
.single-works .works-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .single-works .works-single__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.single-works .works-single__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-works .works-single__thumb img {
  width: 100%;
  height: auto;
}
.single-works .works-single__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.single-works .works-single__table th, .single-works .works-single__table td {
  border-top: 1px solid #ddd;
  padding: 2rem 0;
  vertical-align: middle;
}
.single-works .works-single__table tr:last-child th,
.single-works .works-single__table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.single-works .works-single__table th {
  width: 30%;
  text-align: left;
  font-weight: normal;
}
.single-works .works-single__table td {
  width: 70%;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single-works .works-single__table {
    font-size: 1.4rem;
  }
  .single-works .works-single__table th, .single-works .works-single__table td {
    padding: 1.5rem 0;
  }
}
.single-works .works-single__content {
  font-size: 1.6rem;
  line-height: 2;
}
.single-works .works-single__content p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .single-works .works-single__content {
    font-size: 1.4rem;
  }
}
.single-works .works-single__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .single-works .works-single__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
.single-works .works-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 4rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.single-works .works-single__btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .single-works .works-single__btn {
    width: 100%;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    bottom: 2rem;
    right: 1.5rem;
  }
}

.to-top-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.to-top-button:hover {
  opacity: 0.7;
}
.to-top-button .to-top-svg {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .to-top-button .to-top-svg {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.thought .c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6rem;
}
@media (max-width: 767px) {
  .thought .c-link-button-area {
    margin: 3rem 0 3rem 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.thought .c-link__button {
  border: 2px solid #fff;
  padding: 6rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
@media (max-width: 767px) {
  .thought .c-link__button {
    padding: 1.5rem 6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.thought .c-link__button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0.1rem;
  height: 3rem;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media (max-width: 767px) {
  .thought .c-link__button::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
    height: 0.1rem;
    width: 3rem;
  }
}

.protect .c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6rem;
}
@media (max-width: 767px) {
  .protect .c-link-button-area {
    margin: 3rem 0 3rem 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.protect .c-link__button {
  border: 2px solid #000;
  padding: 6rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
@media (max-width: 767px) {
  .protect .c-link__button {
    padding: 1.5rem 6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.protect .c-link__button::after {
  content: "";
  position: absolute;
  background: #000;
  width: 0.1rem;
  height: 3rem;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media (max-width: 767px) {
  .protect .c-link__button::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
    height: 0.1rem;
    width: 3rem;
  }
}

.about .c-link-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6rem;
}
@media (max-width: 767px) {
  .about .c-link-button-area {
    margin: 3rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .c-link__button {
  border: 2px solid #fff;
  padding: 6rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  .about .c-link__button {
    padding: 1.5rem 6rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.about .c-link__button::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 0.1rem;
  height: 3rem;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media (max-width: 767px) {
  .about .c-link__button::after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
    height: 0.1rem;
    width: 3rem;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-pager {
    margin-top: 4rem;
    gap: 1rem;
  }
}
.c-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #000;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pager .page-numbers:hover, .c-pager .page-numbers.current {
  background: #000;
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  width: auto;
  padding: 0 2rem;
}