@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #191919;
  background-color: #fff;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.grecaptcha-badge {
  display: none;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.cv {
  background-image: url(../images/common/cv_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(25, 25, 25, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .cv {
    background-image: url(../images/common/sp-cv_bg01.jpg);
  }
}

.cv__inner {
  position: relative;
  z-index: 10;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .cv__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .cv__inner {
    padding-top: 4.7rem;
    padding-bottom: 4rem;
  }
}

.cv__upper {
  align-items: center;
  justify-content: space-between;
}

.cv__upperItem:nth-child(2) {
  gap: 0 0.8rem;
  align-items: center;
}

.cv__title {
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1; /* 116.667% */
  font-family: "Jost", sans-serif;
}

.cv__text {
  text-align: center;
  margin-top: 0.7rem;
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 200% */
}
@media screen and (max-width: 750px) {
  .cv__text {
    font-size: 1.4rem;
  }
}

.cv__lower {
  margin-top: 2.8rem;
  gap: 0 4rem;
}
@media screen and (max-width: 750px) {
  .cv__lower {
    flex-direction: column;
    gap: 2rem 0;
  }
}

.cv__button {
  width: 48.5rem;
  background-color: #6E5748;
  color: #FFF;
  height: 7rem;
  padding: 2rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  position: relative;
  gap: 0 2rem;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .cv__button {
    padding: 0.5rem 0.5rem;
    width: 100%;
    height: 4.4rem;
  }
}
.cv__button:hover {
  filter: brightness(0.6);
}
.cv__button.cv__button--color01 {
  background-color: #B4AC98;
}

.cv__buttonIcon {
  width: 2.8rem;
}
.cv__buttonIcon.cv__buttonIcon--event {
  width: 3.2rem;
}
@media screen and (max-width: 750px) {
  .cv__buttonIcon {
    display: block;
    width: 2rem;
    position: absolute;
    left: 1.6rem;
    top: 0.9rem;
  }
  .cv__buttonIcon.cv__buttonIcon--event {
    width: 2.1rem;
    top: 1.1rem;
  }
}
.cv__buttonIcon svg {
  width: 100%;
  height: auto;
  display: block;
}

.cv__buttonText {
  color: #FFF;
  font-family: "Shippori Mincho B1";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 77.778% */
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .cv__buttonText {
    font-size: 1.6rem;
  }
}

.cv__buttonArrow {
  width: 0.8rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .cv__buttonArrow {
    right: 1rem;
  }
}
.cv__buttonArrow svg {
  display: block;
}

.footer {
  background-image: url(../images/top/blog_bg01.png);
  background-repeat: repeat;
  background-size: 37.5rem auto;
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #191919;
  mix-blend-mode: darken;
  z-index: 1;
}

.footer__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 7.2rem;
  padding-bottom: 6.7rem;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner {
    flex-direction: column;
    padding-top: 4.5rem;
    padding-bottom: 4.7rem;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  width: 15.1rem;
  flex-grow: 1;
}

.footer__privacy {
  margin-top: 1.5rem;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 140% */
}
@media screen and (max-width: 750px) {
  .footer__privacy {
    margin-top: 0;
    margin-left: auto;
  }
}

.footer__content {
  gap: 0 5rem;
}
@media screen and (max-width: 750px) {
  .footer__content {
    flex-direction: column;
    margin-top: 4rem;
  }
}

.footer__list {
  max-width: 65rem;
  gap: 5rem 4.3rem;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .footer__list {
    flex-wrap: wrap;
    gap: 2.5rem 2rem;
  }
}

@media screen and (max-width: 750px) {
  .footer__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .footer__item .footer__mainLink {
    width: 13rem;
    margin-right: 4rem;
  }
  .footer__item:nth-child(1) {
    order: 2;
  }
  .footer__item:nth-child(2) {
    order: 1;
  }
  .footer__item:nth-child(3) {
    order: 3;
  }
  .footer__item:nth-child(4) {
    order: 4;
  }
  .footer__item:nth-child(5) {
    order: 5;
  }
  .footer__item:nth-child(6) {
    order: 6;
  }
  .footer__item:nth-child(7) {
    order: 7;
  }
  .footer__item:nth-child(8) {
    order: 8;
  }
  .footer__item:nth-child(9) {
    order: 9;
  }
}

.footer__mainLink {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .footer__mainLink {
    text-decoration: underline;
    font-size: 1.4rem;
  }
}

.footer__subList {
  margin-top: 1.7rem;
  margin-right: -1rem;
}
@media screen and (max-width: 750px) {
  .footer__subList {
    margin-top: 0;
    margin-right: 0;
  }
}

.footer__subItem + .footer__subItem {
  margin-top: 1rem;
}

.footer__subLink {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .footer__subLink {
    text-decoration: underline;
    font-size: 1.4rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .footer__bottom {
    margin-top: 5rem;
  }
}

.footer__bottomItem:first-child {
  gap: 0 2rem;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .footer__bottomItem:first-child {
    display: flex;
    gap: 0 2rem;
  }
}
.footer__bottomItem:last-child {
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  .footer__bottomItem:last-child {
    margin-top: 5rem;
  }
}

.footer__bottomLink {
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.footer__bottomLink + .footer__bottomLink {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .footer__bottomLink + .footer__bottomLink {
    margin-top: 0;
  }
}

.footer__snsLink svg {
  display: block;
}
.footer__snsLink:nth-child(1) {
  width: 1.6rem;
}
.footer__snsLink:nth-child(2) {
  width: 1.4rem;
}
.footer__snsLink:nth-child(3) {
  width: 2.2rem;
}

.header {
  height: 6.5rem;
  background: transparent;
  pointer-events: none;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .header {
    height: 5.4rem;
    position: fixed;
  }
}
.header::before {
  content: "";
  display: block;
  width: calc(100% - 10rem);
  position: absolute;
  bottom: 0;
  left: 5rem;
  height: 0.1rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .header::before {
    width: calc(100% - 5.4rem);
    left: 2.7rem;
  }
}
.frontpage .header {
  position: fixed;
  height: 10rem;
}
.frontpage .header::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .frontpage .header {
    height: 5.4rem;
  }
}
.header a {
  pointer-events: all;
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 2.1rem 2.7rem;
  }
}

.header__logo {
  display: block;
  width: 15.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 10.8rem;
  }
}
.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 2.4rem;
  align-items: center;
}
.header__pcList .header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem 0;
}
.header__pcList .header__link--en {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
}
.header__pcList .header__link--jp {
  font-size: 1rem;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
}
.header__pcList .header__sns {
  gap: 1rem;
}
.header__pcList .header__snsLink:nth-child(1) {
  width: 1.6rem;
}
.header__pcList .header__snsLink:nth-child(2) {
  width: 1.4rem;
}
.header__pcList .header__snsLink:nth-child(3) {
  width: 2.2rem;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -0.9rem;
  border-radius: 2rem;
  height: 3.4rem;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #6E5748;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.08em;
}
.header__pcList .header__button--color01 {
  background: #D7CCB0;
}
.header__pcList .header__button + .header__button {
  margin-left: 1rem;
}
.header__pcList .header__button:hover {
  opacity: 0.7;
}
.header__pcList .header__button::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/header_button_arrow01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  right: 0.9rem;
  top: 50%;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F7F7F7;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
.header__spList .header__list {
  padding: 10rem 2.6rem;
  position: relative;
  z-index: 10;
}
.header__spList .header__link {
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.header__spList .header__link--en {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
}
.header__spList .header__link--jp {
  color: #B4AC98;
  font-size: 1rem;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__spList .header__button:hover:before {
  opacity: 0;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    pointer-events: all;
  }
}

.header__hbBorder {
  display: block;
  background-color: #000;
  width: 1.4rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.3rem;
}
.header__hbBorder:last-child {
  width: 0.8rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  width: 1.4rem;
  transform: rotate(45deg) translate(-0.2rem, -0.2rem);
}

.fixedIcon {
  position: fixed;
  top: 16rem;
  right: -0.2rem;
  z-index: 1000;
}

.frontpage .fixedIcon {
  top: 50%;
  right: -0.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .frontpage .fixedIcon {
    right: 0;
  }
}

.fixedIcon__item {
  width: 5rem;
  height: 5rem;
  background-color: #6E5748;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .fixedIcon__item {
    width: 5.8rem;
    height: 5.8rem;
  }
}
.fixedIcon__item:hover {
  filter: brightness(0.6);
}
.fixedIcon__item svg {
  display: block;
}
.fixedIcon__item + .fixedIcon__item {
  margin-top: 0.7rem;
}
.fixedIcon__item:nth-child(1) svg {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .fixedIcon__item:nth-child(1) svg {
    width: 2.3rem;
  }
}
.fixedIcon__item:nth-child(2) {
  background-color: #B4AC98;
}
.fixedIcon__item:nth-child(2) svg {
  width: 2.3rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .fixedIcon__item:nth-child(2) svg {
    width: 2.7rem;
  }
}

.breadcrumbsHead {
  padding: 2rem 5rem 5rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .breadcrumbsHead {
    padding: 2rem 3.5rem 2rem;
  }
}
.breadcrumbsHead a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.breadcrumbsHead a:hover {
  text-decoration-line: none;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 5.4rem;
  }
}
body.frontpage {
  padding-top: 0;
}

.topMv {
  background-color: #191919;
}

.topMv__inner {
  position: relative;
}

.topMv__slide {
  position: relative;
  z-index: 10;
}
.topMv__slide .swiper-slide {
  height: 100vh;
  height: 100lvh;
}
@media screen and (max-width: 750px) {
  .topMv__slide .swiper-slide {
    max-height: 70rem;
  }
}
.topMv__slide .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.topMv__slide .swiper-pagination {
  bottom: 1.6666666667vw;
  right: 1.6666666667vw;
  display: flex;
  gap: 0 1.1666666667vw;
}
.topMv__slide .swiper-pagination-bullet {
  background-color: #F2F2F2;
  opacity: 1;
  width: 0.5vw;
  height: 0.5vw;
}
.topMv__slide .swiper-pagination-bullet-active {
  background-color: #191919;
}

.topMv__scroll {
  position: absolute;
  left: 3.1666666667vw;
  bottom: 0;
  z-index: 100;
  height: 7.0833333333vw;
}
@media screen and (max-width: 750px) {
  .topMv__scroll {
    transform: translateX(-50%);
    left: 50%;
    height: 8.5rem;
  }
}

.topMv__scrollText {
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding-right: 0.6666666667vw;
}
@media screen and (max-width: 750px) {
  .topMv__scrollText {
    display: none;
  }
}

.topMv__scrollBorder {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.0833333333vw;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .topMv__scrollBorder {
    background-color: #F2F2F2;
    width: 0.1rem;
  }
}
.topMv__scrollBorder::after {
  content: "";
  display: block;
  position: absolute;
  height: 2.9166666667vw;
  width: 0.0833333333vw;
  background-color: #191919;
  right: 0;
  top: 0;
  z-index: 10;
  animation: border_anim 3s ease-in-out forwards infinite;
}
@media screen and (max-width: 750px) {
  .topMv__scrollBorder::after {
    height: 2.8rem;
    width: 0.1rem;
    animation: border_anim_sp 3s ease-in-out forwards infinite;
  }
}
@keyframes border_anim {
  0% {
    transform: translateY(0);
    height: 2.9166666667vw;
  }
  100% {
    transform: translateY(600%);
    height: 1.25vw;
  }
}
@keyframes border_anim_sp {
  0% {
    transform: translateY(0);
    height: 2.8rem;
  }
  100% {
    transform: translateY(600%);
    height: 1.8rem;
  }
}

.topBlog {
  background-image: url(../images/top/blog_bg01.png);
  background-repeat: repeat;
  background-size: 37.5rem auto;
}

.topBlog__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .topBlog__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .topBlog__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.topBlog__upper {
  gap: 0 6rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .topBlog__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.topBlog__upperTitle {
  position: relative;
}
.topBlog__upperTitle::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 0.3rem;
  right: -3rem;
  background-color: #E7E7E7;
}
@media screen and (max-width: 750px) {
  .topBlog__upperTitle::after {
    content: none;
  }
}

.topBlog__text {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .topBlog__text {
    margin-top: 0.5rem;
  }
}

.topBlog__lower {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .topBlog__lower {
    margin-top: 4.6rem;
  }
}

.topBlog__button {
  margin: 7rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .topBlog__button {
    margin-top: 2.4rem;
  }
}

.boxBlog {
  gap: 0 5rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
}
.boxBlog .swiper {
  position: relative;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
@media screen and (max-width: 750px) {
  .boxBlog .swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.boxBlog .swiper-slide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 750px) {
  .boxBlog .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxBlog .swiper-button-prev,
.boxBlog .swiper-button-next {
  height: 3rem;
  width: 3rem;
  transform: translateY(100%);
  top: 8.3rem;
}
.boxBlog .swiper-button-prev svg,
.boxBlog .swiper-button-next svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .boxBlog .swiper-button-prev,
  .boxBlog .swiper-button-next {
    height: 4rem;
    width: 4rem;
    top: 6.3rem;
  }
}
.boxBlog .swiper-button-prev {
  left: 1rem;
}
@media screen and (max-width: 750px) {
  .boxBlog .swiper-button-prev {
    left: -1.5rem;
  }
}
.boxBlog .swiper-button-next {
  right: 1rem;
}
@media screen and (max-width: 750px) {
  .boxBlog .swiper-button-next {
    right: -1.5rem;
  }
}
.boxBlog .swiper-button-prev::after,
.boxBlog .swiper-button-next::after {
  content: none;
}

.cardBlog {
  display: block;
  width: 30rem;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .cardBlog {
    width: 100%;
  }
}
.cardBlog:hover .cardBlog__thumb {
  filter: brightness(0.6); /* 明るくする */
}

.cardBlog__thumb {
  height: 18.3rem;
  flex-shrink: 0;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .cardBlog__thumb {
    height: 19.6rem;
  }
}
.cardBlog__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardBlog__content {
  margin-top: 1.6rem;
}

.cardBlog__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 16.8px */
}

.cardBlog__text {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 15px */
  letter-spacing: 0.08em;
}

.noPostText {
  font-size: 1.8rem;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 16.8px */
}

.topConcept__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 750px) {
  .topConcept__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .topConcept__inner {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 9rem;
  }
}

.topConcept__upper {
  width: 26.5vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .topConcept__upper {
    order: 2;
    width: 23.7rem;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-top: 6.4rem;
  }
}

.topConcept__center {
  align-items: center;
  padding-top: 3.3333333333vw;
  gap: 0 7.5vw;
  margin-top: -6.3333333333vw;
}
@media screen and (max-width: 750px) {
  .topConcept__center {
    flex-direction: column;
    padding-top: 0;
    gap: 0;
    margin-top: 0;
    order: 1;
  }
}

@media screen and (max-width: 750px) {
  .topConcept__center--imgOnTitle .topConcept__centerImg {
    height: 0;
  }
}
@media screen and (max-width: 750px) {
  .topConcept__center--imgOnTitle .topConcept__content {
    padding-top: 13rem;
  }
}
.topConcept__center--imgOnTitle .topConcept__text {
  margin-top: 2.7rem;
}
@media screen and (max-width: 750px) {
  .topConcept__center--imgOnTitle .topConcept__text {
    margin-top: 17rem;
  }
}

.topConcept__centerImg {
  width: 43.75vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .topConcept__centerImg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.topConcept__content {
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .topConcept__content {
    margin-right: 0;
    padding-top: 12rem;
  }
}

@media screen and (max-width: 750px) {
  .topConcept__title {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.topConcept__text {
  margin-top: 2.7rem;
}

.topConcept__button {
  margin-top: 6.6rem;
}
@media screen and (max-width: 750px) {
  .topConcept__button {
    margin-top: 5.1rem;
  }
}

.topConcept__lower {
  margin-top: 0.9166666667vw;
  width: 18.5833333333vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw + 7.1666666667vw);
}
@media screen and (max-width: 750px) {
  .topConcept__lower {
    order: 3;
    width: 20.2rem;
    margin-left: auto;
    margin-right: calc(50% - 50vw + 1.9rem);
    margin-top: 3.9rem;
  }
}

.topSpecialty__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 11rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .topSpecialty__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .topSpecialty__inner {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}

.topSpecialty__upper {
  margin: 0 calc(50% - 50vw);
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .topSpecialty__upper {
    display: none;
  }
}

.topSpecialty__upperImg01 {
  width: 50vw;
}

.topSpecialty__upperImg02 {
  width: 29.75vw;
  margin-top: 18.0833333333vw;
}

.topSpecialty__center {
  margin-top: -18.0833333333vw;
}
@media screen and (max-width: 750px) {
  .topSpecialty__center {
    margin-top: 0;
  }
}

.topSpecialty__content {
  height: 33.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .topSpecialty__content {
    height: 41.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .topSpecialty__content {
    height: auto;
  }
}

.topSpecialty__text {
  margin-top: 2.2rem;
}
@media screen and (max-width: 750px) {
  .topSpecialty__text {
    margin-top: 1rem;
  }
}

.topSpecialty__button {
  margin: 7rem auto 0;
}
@media screen and (max-width: 750px) {
  .topSpecialty__button {
    margin-top: 3.6rem;
  }
}

.topSpecialty__lower {
  justify-content: space-between;
  margin: -14.3333333333vw calc(50% - 50vw) 0;
}
@media screen and (max-width: 750px) {
  .topSpecialty__lower {
    display: none;
  }
}

.topSpecialty__lowerLeft {
  width: 32.4166666667vw;
}

.topSpecialty__lowerImg01 {
  width: 25vw;
}

.topSpecialty__lowerImg02 {
  width: 23.5833333333vw;
  margin-top: -1.0833333333vw;
  margin-left: auto;
}

.topSpecialty__lowerImg03 {
  margin-top: 12vw;
  width: 19.1666666667vw;
  margin-right: 6.6666666667vw;
}

.photoSlide {
  overflow: hidden;
  width: 100vw;
}

.photoSlide__list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  animation: slide-left 20s linear infinite;
}

.photoSlide__item {
  flex-shrink: 0;
  width: 100vw; /* 画面幅に合わせる */
}

.photoSlide__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* アニメーション */
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.topNews {
  background-image: url(../images/top/blog_bg01.png);
  background-repeat: repeat;
  background-size: 37.5rem auto;
}

.topNews__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .topNews__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .topNews__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.topNews__column {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .topNews__column {
    flex-direction: column;
  }
}

.topNews__left {
  flex-shrink: 0;
}

.topNews__button {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .topNews__button {
    margin: 3rem auto 0;
  }
}

.topNews__right {
  max-width: 67rem;
  width: 100%;
}

.boxNews--top {
  margin-top: -4rem;
}
@media screen and (max-width: 750px) {
  .boxNews {
    margin-top: 0.6rem;
  }
}

.worksCategoryBox + .boxNews {
  margin-top: -5rem;
}
@media screen and (max-width: 750px) {
  .worksCategoryBox + .boxNews {
    margin-top: -7rem;
  }
}

.boxNews__link {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #DEDEDE;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .boxNews__link {
    padding: 3.2rem 0;
    gap: 0 2rem;
  }
}
.boxNews__link:hover .boxNews__content {
  color: #B4AC98;
}

.boxNews__content {
  transition: all 0.6s;
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 100% */
  text-transform: capitalize;
}
@media screen and (max-width: 750px) {
  .boxNews__content {
    display: flex;
  }
}

.boxNews__title {
  margin-left: 0.8rem;
}
@media screen and (max-width: 750px) {
  .boxNews__title {
    margin-left: 1.6rem;
  }
}

.boxNews__arrow {
  width: 0.8rem;
  flex-shrink: 0;
}
.boxNews__arrow svg {
  display: block;
  height: auto;
  width: 100%;
}

.pageBg {
  background-image: url(../images/top/blog_bg01.png);
  background-repeat: repeat;
  background-size: 37.5rem auto;
}

.worksArchive__calendar {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .worksArchive__calendar {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .worksArchive__calendar {
    padding-bottom: 5rem;
  }
}

.worksArchive__content {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .worksArchive__content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .worksArchive__content {
    padding-bottom: 5rem;
  }
}

.worksCategoryBox {
  max-width: 100rem;
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 0.1rem dotted #DEDEDE;
  border-bottom: 0.1rem dotted #DEDEDE;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .worksCategoryBox {
    margin-bottom: 7rem;
    padding: 3rem 0;
  }
}

.worksCategoryBox__list {
  gap: 1rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .worksCategoryBox__list {
    gap: 2rem;
  }
}

.worksCategoryBox__item {
  min-width: 13rem;
}
@media screen and (max-width: 750px) {
  .worksCategoryBox__item {
    min-width: 15rem;
  }
}

.buttonCategory01 {
  background-color: #fff;
  border-radius: 10rem;
  height: 4rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 125% */
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.buttonCategory01.is-active {
  background-color: #191919;
  color: #fff;
}
.buttonCategory01:hover {
  background-color: #191919;
  color: #fff;
}
.buttonCategory01--small {
  font-size: 1.4rem;
  height: 4.8rem;
}
@media screen and (max-width: 750px) {
  .buttonCategory01--small {
    height: 4rem;
  }
}

.worksBox__inner {
  gap: 3.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .worksBox__inner {
    gap: 0.8rem 1.6rem;
  }
}

.worksBox__item {
  width: 31rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .worksBox__item {
    width: 15.2rem;
  }
}

.worksBox__icon {
  position: absolute;
  top: 17.5rem;
  right: 0.5rem;
  display: block;
  width: 3rem;
}
.worksBox__icon svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .worksBox__icon {
    top: 6.6rem;
    right: 0.6rem;
    width: 3rem;
  }
}

.worksBox__pagination {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .worksBox__pagination {
    margin-top: 3rem;
  }
}

.worksNoPost {
  padding-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .worksNoPost {
    font-size: 1.4rem;
  }
}

.cardWorksArchive {
  display: block;
  transition: all 0.3s;
}
.cardWorksArchive:hover {
  filter: brightness(1.05);
}

.cardWorksArchive__img {
  height: 21rem;
  overflow: hidden;
  background-color: #DEDEDE;
}
@media screen and (max-width: 750px) {
  .cardWorksArchive__img {
    height: 10.2rem;
  }
}
.cardWorksArchive__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardWorksArchive__content {
  margin-top: 1.6rem;
}

.cardWorksArchive__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.worksBox__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .worksBox__pagination .wp-pagenavi {
    gap: 0;
  }
}
.worksBox__pagination .wp-pagenavi a, .worksBox__pagination .wp-pagenavi span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  color: #CCCCCC;
  padding: 0.3rem;
}
.worksBox__pagination .wp-pagenavi a.nextpostslink, .worksBox__pagination .wp-pagenavi a.previouspostslink, .worksBox__pagination .wp-pagenavi span.nextpostslink, .worksBox__pagination .wp-pagenavi span.previouspostslink {
  width: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  position: relative;
  font-size: 0;
  padding-top: 0.5rem;
}
.worksBox__pagination .wp-pagenavi a.nextpostslink::before, .worksBox__pagination .wp-pagenavi a.nextpostslink::after, .worksBox__pagination .wp-pagenavi a.previouspostslink::before, .worksBox__pagination .wp-pagenavi a.previouspostslink::after, .worksBox__pagination .wp-pagenavi span.nextpostslink::before, .worksBox__pagination .wp-pagenavi span.nextpostslink::after, .worksBox__pagination .wp-pagenavi span.previouspostslink::before, .worksBox__pagination .wp-pagenavi span.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.1rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #191919;
  transform-origin: calc(100% - 0.5px) 50%;
}
.worksBox__pagination .wp-pagenavi a.nextpostslink::before, .worksBox__pagination .wp-pagenavi a.previouspostslink::before, .worksBox__pagination .wp-pagenavi span.nextpostslink::before, .worksBox__pagination .wp-pagenavi span.previouspostslink::before {
  transform: rotate(35deg);
}
.worksBox__pagination .wp-pagenavi a.nextpostslink::after, .worksBox__pagination .wp-pagenavi a.previouspostslink::after, .worksBox__pagination .wp-pagenavi span.nextpostslink::after, .worksBox__pagination .wp-pagenavi span.previouspostslink::after {
  transform: rotate(-35deg);
}
.worksBox__pagination .wp-pagenavi a.previouspostslink, .worksBox__pagination .wp-pagenavi span.previouspostslink {
  transform: rotate(180deg);
}
.worksBox__pagination .wp-pagenavi a.page:hover {
  color: #191919;
  text-decoration: underline;
}
.worksBox__pagination .wp-pagenavi span.current {
  color: #191919;
  text-decoration: none;
}

.worksSingle__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 750px) {
  .worksSingle__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .worksSingle__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.realEstateSingle__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .realEstateSingle__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.singleColumn {
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .singleColumn {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .singleColumn--spReverse {
    flex-direction: column;
    gap: 3rem;
  }
}

.singleColumn__article {
  width: 70rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__article {
    width: 100%;
  }
}

.singleColumn__slide {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__slide {
    padding-bottom: 3rem;
  }
}
.singleColumn__slide .swiper-container--02main .swiper-slide {
  width: 100%;
  height: 47rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__slide .swiper-container--02main .swiper-slide {
    height: 21.3rem;
  }
}
.singleColumn__slide .swiper-container--02main .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.singleColumn__slide .swiper-container--02thumb {
  margin-top: 1.3rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__slide .swiper-container--02thumb {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.singleColumn__slide .swiper-container--02thumb .swiper-slide {
  width: 16.666%;
  height: 7.2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__slide .swiper-container--02thumb .swiper-slide {
    width: 25%;
    padding: 0 0.3rem;
    height: 5rem;
  }
}
.singleColumn__slide .swiper-container--02thumb .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.singleColumn__slide .swiper-container--02thumb .swiper-wrapper {
  gap: 0;
}
@media screen and (max-width: 750px) {
  .singleColumn__slide .swiper-container--02thumb .swiper-wrapper {
    gap: 0;
  }
}

.singleColumn__sidebar {
  width: 26rem;
}
@media screen and (max-width: 750px) {
  .singleColumn__sidebar {
    width: 100%;
  }
}

.sidebarSingle {
  position: sticky;
  top: 8rem;
  background-color: #fff;
  padding: 2.5rem 3rem 3rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 1.5rem 0 rgba(139, 122, 110, 0.3);
  overflow: hidden;
}
.sidebarSingle::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 6.6rem;
  background-color: #CCC;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebarSingle__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 111.111% */
}

.sidebarSingle__content {
  margin-top: 1.7rem;
}

.sidebarSingle__text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 257.143% */
  display: flex;
  gap: 0 0.3rem;
}
.sidebarSingle__text + .sidebarSingle__text {
  margin-top: 1.2rem;
}
.sidebarSingle__text--link {
  text-decoration: underline;
}
.sidebarSingle__text--link:hover {
  text-decoration: none;
}

.sidebarSingle__text--item::after {
  content: " /";
}
.sidebarSingle__text--item:first-child {
  flex-shrink: 0;
}

.sidebarSingle__button {
  margin-top: 2.3rem;
}

.articleStyle .articleStyle__content {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__content *:not(:where(.formMain, .formMain *, .wp-block-word-balloon-word-balloon-block, .wp-block-word-balloon-word-balloon-block *, .wp-block-heading)) {
  margin-top: 1.4rem;
}
.articleStyle .articleStyle__content *:not(:where(.formMain, .formMain *, .wp-block-word-balloon-word-balloon-block, .wp-block-word-balloon-word-balloon-block *, .wp-block-heading)):first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .wpcf7 .formArticleTitle {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .wpcf7 .formArticleTitle {
    font-size: 1.8rem;
  }
}
.articleStyle .articleStyle__content .wpcf7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.articleStyle .articleStyle__content .wpcf7:last-child {
  padding-bottom: 0;
}
.articleStyle .articleStyle__content .wpcf7 .wpcf7-form {
  margin: 0;
}
.articleStyle .articleStyle__content .wpcf7 .formMain {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.articleStyle .articleStyle__content p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content p {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__content ul, .articleStyle .articleStyle__content ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.articleStyle .articleStyle__content ul:last-child, .articleStyle .articleStyle__content ol:last-child {
  margin-bottom: 0;
}
.articleStyle .articleStyle__content ol {
  counter-reset: listnum;
}
.articleStyle .articleStyle__content ul li {
  margin-top: 1.2rem;
  position: relative;
  padding: 0;
  padding-left: 3.5rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content ul li {
    margin-top: 0.6rem;
  }
}
.articleStyle .articleStyle__content ul li:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #6E5748;
  transform: translateY(-50%);
  transform-origin: center center;
  top: 1.4rem;
  left: 1.4rem;
  pointer-events: none;
  transition: all 0.3s;
}
.articleStyle .articleStyle__content ol li {
  margin-top: 1.2rem;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content ol li {
    margin-top: 0.6rem;
  }
}
.articleStyle .articleStyle__content ol li:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content ol li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum);
  /* カウントした数に応じて番号を表示 */
  position: absolute;
  top: 0;
  left: 1.2rem;
  color: #6E5748;
  font-weight: 700;
}
.articleStyle .articleStyle__content .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.articleStyle .articleStyle__content .wp-block-image img {
  margin-top: 0;
}
.articleStyle .articleStyle__content .wp-block-image:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .wp-block-image:last-child {
  margin-bottom: 0;
}
.articleStyle .articleStyle__content h2.wp-block-heading {
  margin-top: 6rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h2.wp-block-heading {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.articleStyle .articleStyle__content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h3.wp-block-heading {
  margin-top: 4rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h3.wp-block-heading {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.articleStyle .articleStyle__content h3.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h4.wp-block-heading {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h4.wp-block-heading {
    font-size: 1.6rem;
  }
}
.articleStyle .articleStyle__content h4.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h5.wp-block-heading {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h5.wp-block-heading {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__content h5.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h6.wp-block-heading {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h6.wp-block-heading {
    font-size: 1.2rem;
  }
}
.articleStyle .articleStyle__content h6.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .wp-block-quote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.articleStyle .articleStyle__content .wp-block-quote::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #CCC;
  position: absolute;
  left: 0;
  top: 0;
}
.articleStyle .articleStyle__content .wp-block-quote:last-child {
  margin-bottom: 0;
}
.articleStyle .articleStyle__content a {
  color: #6E5748;
  text-decoration: underline;
}
.articleStyle .articleStyle__content a:hover {
  text-decoration: none;
}
.articleStyle .articleStyle__content .wp-block-embed {
  aspect-ratio: 16/9;
}
.articleStyle .articleStyle__content .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.articleStyle .articleStyle__content .articleStyle__bgbox {
  margin-top: 4.4rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .articleStyle__bgbox {
    margin-top: 3rem;
  }
}
.articleStyle .articleStyle__content .articleStyle__bgbox + .articleStyle__bgbox {
  margin-top: 1.4rem;
}
.articleStyle .articleStyle__content .articleStyle__bgbox:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .articleStyle__bgbox .wp-block-group__inner-container {
  padding: 2.4rem 2rem;
}
.articleStyle .articleStyle__content .articleStyle__bgbox p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .articleStyle__bgbox p {
    line-height: 1.7;
  }
}
.articleStyle .articleStyle__content .articleStyle__bgbox p.articleStyle__bgboxTitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.articleStyle .articleStyle__content .articleStyle__bgbox p + p {
  margin-top: 1.4rem;
}
.articleStyle .articleStyle__content .articleStyle__borderbox {
  margin-top: 3.6rem;
  border-top: 0.1rem dotted #806C5F;
  border-bottom: 0.1rem dotted #806C5F;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .articleStyle__borderbox {
    margin-top: 3rem;
  }
}
.articleStyle .articleStyle__content .articleStyle__borderbox:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .articleStyle__borderbox .wp-block-group__inner-container {
  padding: 2.4rem 0;
}
.articleStyle .articleStyle__content .articleStyle__borderbox p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .articleStyle__borderbox p {
    line-height: 1.7;
  }
}
.articleStyle .articleStyle__content .articleStyle__borderbox p.articleStyle__borderboxTitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.articleStyle .articleStyle__content .articleStyle__borderbox p + p {
  margin-top: 1.4rem;
}
.articleStyle .articleStyle__content .is-provider-youtube iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content .is-provider-youtube iframe {
    height: 35rem;
  }
}
.articleStyle .articleStyle__content .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
.articleStyle .articleStyle__content iframe.instagram-media {
  margin: 2rem auto !important;
  max-width: 35rem !important;
  min-width: inherit !important;
}
.articleStyle .articleStyle__nextprev {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 0 10rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__nextprev {
    margin-top: 3rem;
    gap: 0 5rem;
  }
}
.articleStyle .articleStyle__nextprev .articleStyle__prev,
.articleStyle .articleStyle__nextprev .articleStyle__next {
  display: flex;
  gap: 0 1.3rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__nextprev .articleStyle__prev,
  .articleStyle .articleStyle__nextprev .articleStyle__next {
    gap: 0 0.7rem;
  }
}
.articleStyle .articleStyle__nextprev .articleStyle__next {
  margin-left: auto;
}
.articleStyle .articleStyle__nextprev .articleStyle__arrow {
  display: block;
  width: 1.1rem;
}
.articleStyle .articleStyle__nextprev .articleStyle__linkText {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 100% */
  letter-spacing: 0.08em;
  text-decoration-line: underline;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__nextprev .articleStyle__linkText {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__backButton {
  flex-grow: 1;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.worksReccomend__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 750px) {
  .worksReccomend__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .worksReccomend__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.worksReccomend__title {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  text-align: center;
}

.worksReccomend__content {
  margin-top: 2.2rem;
}
.worksReccomend__content .boxBlog {
  gap: 0 3.5rem;
}
.worksReccomend__content .cardBlog {
  width: 31rem;
  transition: all 0.6s;
}
.worksReccomend__content .cardBlog:hover .cardBlog__thumb {
  filter: brightness(0.6); /* 明るくする */
}
@media screen and (max-width: 750px) {
  .worksReccomend__content .cardBlog {
    width: 100%;
  }
}
.worksReccomend__content .cardBlog__thumb {
  height: 18.3rem;
  flex-shrink: 0;
  transition: all 0.6s;
}
@media screen and (max-width: 750px) {
  .worksReccomend__content .cardBlog__thumb {
    height: 19.6rem;
  }
}
.worksReccomend__content .cardBlog__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.worksReccomend__content .cardBlog__content {
  margin-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  gap: 0 0.5rem;
}
.worksReccomend__content .cardBlog__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
}
.worksReccomend__content .cardBlog__arrow {
  margin-top: 0.6rem;
  width: 0.8rem;
  flex-shrink: 0;
}
.worksReccomend__content .cardBlog__arrow svg {
  display: block;
  height: auto;
  width: 100%;
}

.realEstateArchive__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .realEstateArchive__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .realEstateArchive__inner {
    padding-bottom: 10rem;
  }
}

.realEstateArchive__content {
  margin-top: 9.2rem;
}
@media screen and (max-width: 750px) {
  .realEstateArchive__content {
    margin-top: 5rem;
  }
}

.singleColumn__author {
  margin-top: 4rem;
}

.boxAuthor {
  background-color: #fff;
  border-radius: 0.6rem;
}

.boxAuthor__inner {
  padding: 4rem;
}
@media screen and (max-width: 750px) {
  .boxAuthor__inner {
    padding: 2.4rem;
  }
}

.boxAuthor__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 111.111% */
  border-bottom: 0.1rem solid #806C5F;
  text-align: center;
  padding-bottom: 0.7rem;
}

.boxAuthor__upper {
  margin-top: 2rem;
  display: flex;
  gap: 0 2rem;
}

.boxAuthor__thumb {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  overflow: hidden;
  border: 0.1rem solid #806C5F;
}
@media screen and (max-width: 750px) {
  .boxAuthor__thumb {
    width: 6rem;
    height: 6rem;
  }
}

.boxAuthor__name {
  margin-top: 2.7rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 111.111% */
}
@media screen and (max-width: 750px) {
  .boxAuthor__name {
    margin-top: 1.8rem;
  }
}

.boxAuthor__lower {
  margin-top: 2rem;
}

.boxAuthor__detail {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .boxAuthor__detail {
    line-height: 1.7;
  }
}

.searchTabs {
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 750px) {
  .searchTabs {
    gap: 0 1rem;
  }
}

.searchTabs__button {
  width: 48rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  border-radius: 0.4rem;
  background-color: #F2F2F2;
  position: relative;
}
.searchTabs__button.is-active {
  color: #fff;
  background-color: #191919;
}
.searchTabs__button.is-active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  border-top: 1.6rem solid #191919;
  border-bottom: 0;
  position: absolute;
  transform: translate(-50%, 100%);
  bottom: 0.3rem;
  left: 50%;
}

.searchForm__content {
  margin-top: 2.5rem;
  border-top: 0.1rem solid #6E5748;
  border-bottom: 0.1rem solid #6E5748;
}
@media screen and (max-width: 750px) {
  .searchForm__content {
    margin-top: 2rem;
  }
}

.searchCategory {
  display: flex;
  padding: 1.5rem 0;
}
.searchCategory:not(:last-child) {
  border-bottom: 0.1rem dashed #6E5748;
}
@media screen and (max-width: 750px) {
  .searchCategory {
    flex-direction: column;
    gap: 1rem;
  }
}

.searchCategory__title {
  color: #6E5748;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .searchCategory__title {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.searchCategory__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.searchCategory__button {
  padding: 0.2rem 0.8rem;
  min-width: 13rem;
  height: 4rem;
  background-color: #F2F2F2;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  text-align: center;
  border-radius: 0.4rem;
}
@media screen and (max-width: 750px) {
  .searchCategory__button {
    padding: 0.2rem 1.4rem;
    min-width: auto;
    font-size: 1.2rem;
    height: 3rem;
  }
}
.searchCategory__button[data-value=apartment].is-active {
  background-color: #BB9D88;
  color: #fff;
}
.searchCategory__button[data-value=land].is-active {
  background-color: #E1A399;
  color: #fff;
}
.searchCategory__button.is-active {
  background-color: #6E5748;
  color: #fff;
}

.searchForm__buttons {
  margin: 2rem auto 0;
  justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .searchForm__buttons {
    flex-direction: column;
    gap: 1rem;
  }
}

.searchSubmitButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #CB5E4C;
  color: #fff;
  padding: 0.2rem 0.8rem;
  text-align: center;
  width: 30rem;
  height: 4.4rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .searchSubmitButton {
    width: 100%;
    height: 3.5rem;
  }
}
.searchSubmitButton--reset {
  background-color: #F2F2F2;
  color: #191919;
}

.realEstateBox__pagination {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .realEstateBox__pagination {
    margin-top: 4rem;
  }
}

.realEstateBox__item:not(:last-child) {
  border-bottom: 0.1rem dashed #6E5748;
}

.realEstateNoPost {
  padding-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .realEstateNoPost {
    font-size: 1.4rem;
  }
}

.cardRealEstateArchive {
  gap: 0 3rem;
  padding: 3.6rem 0;
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.cardRealEstateArchive__img {
  width: 27rem;
  height: 17.8rem;
  overflow: hidden;
  background-color: #DEDEDE;
  border-radius: 0.4rem;
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive__img {
    width: 100%;
    height: 18rem;
  }
}
.cardRealEstateArchive__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardRealEstateArchive__upper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive__upper {
    gap: 1rem 0.5rem;
  }
}

.cardRealEstateArchive__category {
  min-width: 7rem;
  height: 2rem;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  background-color: #917867;
  padding: 0 1.4rem;
  border-radius: 10rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive__category {
    order: 2;
  }
}

.cardRealEstateArchive__number {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  border-radius: 0.2rem;
  border: 0.1rem solid #CCC;
  padding: 0 1rem;
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive__number {
    order: 1;
    width: 100%;
    text-align: center;
  }
}

.cardRealEstateArchive__center {
  margin-top: 1.5rem;
}

.cardRealEstateArchive__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 111.111% */
}
@media screen and (max-width: 750px) {
  .cardRealEstateArchive__title {
    font-size: 1.6rem;
  }
}

.cardRealEstateArchive__lower {
  margin-top: 2.4rem;
}

.cardRealEstateArchive__detail {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 142.857% */
  display: flex;
  gap: 0 1.3rem;
}
.cardRealEstateArchive__detail + .cardRealEstateArchive__detail {
  margin-top: 0.7rem;
}

.cardRealEstateArchive__detailTitle {
  flex-shrink: 0;
}

.realEstateSingle .singleColumn__article {
  width: 60rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__article {
    width: 100%;
  }
}
.realEstateSingle .singleColumn__sidebar {
  width: 36rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__sidebar {
    width: 100%;
  }
}
.realEstateSingle .singleColumn__slide {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__slide {
    padding-bottom: 3rem;
  }
}
.realEstateSingle .singleColumn__slide .swiper-container--02main .swiper-slide {
  width: 100%;
  height: 38.5rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__slide .swiper-container--02main .swiper-slide {
    height: 21rem;
  }
}
.realEstateSingle .singleColumn__slide .swiper-container--02main .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.realEstateSingle .singleColumn__slide .swiper-container--02thumb {
  margin-top: 1.3rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__slide .swiper-container--02thumb {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
.realEstateSingle .singleColumn__slide .swiper-container--02thumb .swiper-slide {
  width: 16.666%;
  height: 7.2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__slide .swiper-container--02thumb .swiper-slide {
    width: 25%;
    padding: 0 0.3rem;
    height: 5rem;
  }
}
.realEstateSingle .singleColumn__slide .swiper-container--02thumb .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.realEstateSingle .singleColumn__slide .swiper-container--02thumb .swiper-wrapper {
  gap: 0;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .singleColumn__slide .swiper-container--02thumb .swiper-wrapper {
    gap: 0;
  }
}
.realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox {
  margin-top: 3.6rem;
  border-top: 0.1rem dotted #806C5F;
  border-bottom: 0.1rem dotted #806C5F;
}
.realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox:first-child {
  margin-top: 0;
}
.realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox .wp-block-group__inner-container {
  padding: 2.4rem 0;
}
@media screen and (max-width: 750px) {
  .realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox .wp-block-group__inner-container {
    padding: 2.1rem 0;
  }
}
.realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25; /* 142.857% */
}
.realEstateSingle .articleStyle .articleStyle__content .articleStyle__borderbox p + p {
  margin-top: 1.4rem;
}
.realEstateSingle .articleStyle .articleStyle__content .wp-block-embed iframe {
  margin-top: 3.6rem;
  width: 100%;
  height: 100%;
}

.realEstateSingle__upper {
  padding-bottom: 2.4rem;
}

.realEstateSingle__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 83.333% */
}

.realEstateSingle__lead {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}

.realEstateSingle__categorys {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle__categorys {
    gap: 1rem 0.5rem;
  }
}

.realEstateSingle__category {
  min-width: 7rem;
  height: 2rem;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  background-color: #917867;
  padding: 0 1.4rem;
  border-radius: 10rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .realEstateSingle__category {
    order: 2;
  }
}

.realEstateSingle__number {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
  border-radius: 0.2rem;
  border: 0.1rem solid #CCC;
  padding: 0 1rem;
}
@media screen and (max-width: 750px) {
  .realEstateSingle__number {
    order: 1;
    width: 100%;
    text-align: center;
  }
}

.worksSingleCalendar__title {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  text-align: center;
}

.worksSingleCalendar__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 750px) {
  .worksSingleCalendar__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .worksSingleCalendar__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.worksSingleCalendar__content {
  margin-top: 2.2rem;
}

.newsSingle__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 750px) {
  .newsSingle__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .newsSingle__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.newsSingle__upper {
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .newsSingle__upper {
    padding-bottom: 4rem;
  }
}

.newsSingle__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 83.333% */
}

.request__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18rem;
}
@media screen and (max-width: 750px) {
  .request__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .request__inner {
    padding-bottom: 10rem;
  }
}

.request__form {
  max-width: 67.5rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 750px) {
  .request__form {
    margin: 5rem auto 0;
  }
}

.request__button {
  text-align: center;
  margin: 5rem auto 0;
}

.formMain + .wpcf7-response-output {
  font-size: 1.4rem;
}

.formMain__blk {
  display: flex;
}
@media screen and (max-width: 750px) {
  .formMain__blk {
    flex-direction: column;
    gap: 1rem;
  }
}
.formMain__blk + .formMain__blk {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .formMain__blk + .formMain__blk {
    margin-top: 2rem;
  }
}
.formMain__blk + .formMain__blk--mtSmall {
  margin-top: 1rem;
}

.formMain__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 16.5rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .formMain__title {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

.formMain__title--require::after {
  content: "*";
  color: #FA5050;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  margin-left: 0.2rem;
}

.formMain__reserve {
  display: flex;
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  .formMain__reserve {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.formMain__reserve .formMain__input {
  width: 20rem;
}
.formMain__reserve .formMain__select {
  width: 20rem;
}

.formMain__input {
  width: 51rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__input {
    width: 100%;
  }
}
.formMain__input .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__input--flex {
  display: flex;
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--flex {
    flex-direction: column;
  }
}

.formMain__select {
  width: 51rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__select {
    width: 100%;
  }
}
.formMain__select .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.formMain__select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-top: 0.9rem solid #101211;
  border-bottom: 0;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  z-index: 10;
}

.formMain__select--flex {
  display: flex;
  gap: 0 1rem;
}

.formMain__input--small {
  width: 18rem;
  flex-shrink: 0;
}

.formMain__input--text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--text {
    margin-top: 0.8rem;
  }
}

.formMain__radio {
  padding-top: 0.7rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formMain__radio .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__agree {
  margin-top: 2rem;
  padding-left: 16.5rem;
}
@media screen and (max-width: 750px) {
  .formMain__agree {
    padding-left: 0;
  }
}

.formMain__submit {
  margin-top: 6rem;
  padding-left: 16.5rem;
}
@media screen and (max-width: 750px) {
  .formMain__submit {
    margin-top: 5rem;
    padding-left: 0;
  }
}

.formMain__submit--flex {
  display: flex;
  gap: 0 2rem;
}
.formMain__submit--flex .formSubmitWrapper, .formMain__submit--flex .formPrevWrapper {
  width: calc(50% - 1rem);
  display: block;
}

.formInput, .formTextArea, .formSelect {
  background-color: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.formSelect {
  padding-right: 4rem;
}

.formSubmitWrapper {
  width: 100%;
  display: block;
  position: relative;
}
.formSubmitWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  right: 2rem;
}

.formPrevWrapper {
  width: 100%;
  display: block;
  position: relative;
}
.formPrevWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}

.formSubmit {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #6E5748;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.formSubmit--contact {
  background: #101211;
}

.formPrev {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #ddd;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.formAgree .wpcf7-list-item {
  margin-left: 0;
}
.formAgree .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formAgree input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.formAgree .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #f0f0f0;
}
.formAgree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formAgree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.formRadio {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formRadio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formRadio .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formRadio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formRadio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  border: 0.1rem solid #f0f0f0;
}
.formRadio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #191919;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.formRadio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.formCheck {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formCheck .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formCheck .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formCheck input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.formCheck .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #f0f0f0;
}
.formCheck .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formCheck input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.request--confirm .formMain__input {
  padding-top: 0.7rem;
}

.privacy__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 94rem;
  padding-bottom: 19.5rem;
}
@media screen and (max-width: 750px) {
  .privacy__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.privacy__blk:not(:first-child) {
  margin-top: 4rem;
}
.privacy__blk:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 0.1rem dashed #6E5748;
}

.privacy__text {
  margin-top: 0.6rem;
}

.companyUpper {
  position: relative;
}
.companyUpper::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 16.4166666667vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .companyUpper::before {
    height: 26.7rem;
  }
}

.companyUpper__inner {
  position: relative;
  z-index: 10;
}

.headTitlePage__inner {
  align-items: center;
}

.headTitlePage__title {
  flex-grow: 1;
  padding-left: 8.3333333333vw;
  padding-bottom: 4.1666666667vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .headTitlePage__title {
    padding-left: 3.7rem;
    padding-bottom: 2rem;
    margin-right: -10rem;
  }
}

.headTitlePage__title--en {
  display: block;
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitlePage__title--en {
    font-size: 2.4rem;
  }
}

.headTitlePage__title--jp {
  display: block;
  margin-top: 0.2rem;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitlePage__title--jp {
    margin-top: -0.2rem;
  }
}

.headTitlePage__img {
  width: 74.5833333333vw;
  height: 35.8333333333vw;
  flex-shrink: 0;
}
.headTitlePage__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .headTitlePage__img {
    width: 25.9rem;
    height: 26.7rem;
  }
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.companyMessage__inner {
  padding-top: 11rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .companyMessage__inner {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.titleContents__en {
  display: block;
  text-align: center;
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 116.667% */
  text-transform: capitalize;
}

.titleContents__jp {
  display: block;
  text-align: center;
  margin-top: 0.1rem;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.companyMessage__subtitle {
  margin-top: 7.5rem;
  color: #191919;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2; /* 62.5% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .companyMessage__subtitle {
    margin-top: 5rem;
    font-size: 2.4rem;
    font-style: normal;
    text-align: center;
  }
}

.companyMessage__column {
  margin-top: 3.8rem;
  gap: 0 5rem;
}
@media screen and (max-width: 750px) {
  .companyMessage__column {
    margin-top: 1.1rem;
    gap: 2.5rem 0;
    flex-direction: column;
  }
}

.companyMessage__detail {
  flex-grow: 1;
}

.companyMessage__text {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}

.companyMessage__img01 {
  width: 23.6rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .companyMessage__img01 {
    display: none;
  }
}

.companyMessage__photo {
  flex-shrink: 0;
  width: 37.3rem;
}
@media screen and (max-width: 750px) {
  .companyMessage__photo {
    width: 100%;
  }
}

.companyMessage__name {
  margin-top: 1.4rem;
  color: #191919;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .companyMessage__name {
    margin-top: 1.1rem;
  }
}

.companyPhilosopy__inner {
  padding-top: 9rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__inner {
    padding-top: 5rem;
    padding-bottom: 8.5rem;
  }
}

.companyPhilosopy__list {
  margin-top: 3.6rem;
  flex-wrap: wrap;
}

.companyPhilosopy__item {
  width: 50%;
  border: 0.1rem solid #DEDEDE;
  padding: 4rem 3rem 3.5rem;
  height: 30rem;
}
.companyPhilosopy__item:nth-child(even) {
  margin-left: -0.1rem;
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__item:nth-child(even) {
    margin-left: 0;
  }
}
.companyPhilosopy__item:nth-child(n+3) {
  margin-top: -0.1rem;
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__item:nth-child(n+2) {
    margin-top: -0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__item {
    width: 100%;
    height: 100%;
    padding: 3.4rem 1.9rem;
  }
}

.companyPhilosopy__itemTitle {
  color: #191919;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4; /* 100% */
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__itemTitle {
    font-size: 1.8rem;
  }
}

.companyPhilosopy__itemText {
  margin-top: 2.5rem;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 750px) {
  .companyPhilosopy__itemText {
    margin-top: 2rem;
  }
}

.companyProfile__inner {
  max-width: 90rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .companyProfile__inner {
    padding-bottom: 9rem;
  }
}

.titleContents--column {
  display: flex;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 750px) {
  .titleContents--column {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.titleContents--column .titleContents__en {
  position: relative;
  text-align: left;
}
.titleContents--column .titleContents__en::before {
  content: "";
  display: block;
  background-color: #D7D4D4;
  height: calc(100% - 0.6rem);
  width: 0.1rem;
  position: absolute;
  top: 0.3rem;
  right: -3rem;
}
@media screen and (max-width: 750px) {
  .titleContents--column .titleContents__en::before {
    content: none;
  }
}
.titleContents--column .titleContents__jp {
  text-align: left;
  display: block;
  margin-top: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 140% */
}
@media screen and (max-width: 750px) {
  .titleContents--column .titleContents__jp {
    font-size: 1.4rem;
  }
}

.companyProfile__table {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .companyProfile__table {
    margin-top: 2.7rem;
  }
}

.tableMain__tr:not(:last-child) {
  border-bottom: 0.1rem solid #DEDEDE;
}

.tableMain__th {
  width: 13.2rem;
  padding: 2rem 0;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .tableMain__th {
    width: 9rem;
    padding-top: 1.5rem 0;
    padding-right: 1.5rem;
  }
}

.tableMain__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .tableMain__text {
    font-size: 1.4rem;
  }
}

.tableMain__td {
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .tableMain__td {
    padding-top: 1.5rem 0;
  }
}

.tableMain__img {
  margin-top: 2rem;
}

.companyHistory__inner {
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .companyHistory__inner {
    padding-bottom: 9rem;
  }
}

.companyHistory__table {
  margin-top: 6rem;
  width: 100%;
}

.tableSecondary__tr:nth-child(odd) {
  background-color: #FAFAFA;
}

.tableSecondary__th {
  width: 15rem;
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .tableSecondary__th {
    width: 12.5rem;
    padding: 1rem 1rem 1rem 1rem;
  }
}

.tableSecondary__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tableSecondary__td {
  padding: 1rem 1rem 1rem 0;
}

.topInformation {
  background-color: #FAFAFA;
  background-image: url(../images/top/blog_bg01.png);
  background-repeat: repeat;
  background-size: 37.5rem auto;
}

.topInformation__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 10.5rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 750px) {
  .topInformation__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .topInformation__inner {
    padding-bottom: 6rem;
  }
}

.topInformation__title {
  color: #191919;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 88.889% */
  letter-spacing: 0.1em;
}

.topInformation__upper {
  margin-top: 4.7rem;
  gap: 0 4.5rem;
}
@media screen and (max-width: 750px) {
  .topInformation__upper {
    margin-top: 4.2rem;
    flex-direction: column;
    gap: 3rem 0;
  }
}

.topInformation__img {
  width: 48rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .topInformation__img {
    width: 100%;
  }
}

.topInformation__access {
  width: 48.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .topInformation__access {
    width: 100%;
  }
}

.topInformation__accent {
  position: absolute;
  width: 15rem;
  transform: translateY(-100%);
  top: 0;
  right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .topInformation__accent {
    right: 1.3rem;
  }
}

.topInformation__map {
  height: 30rem;
}
@media screen and (max-width: 750px) {
  .topInformation__map {
    height: 24rem;
  }
}

.topInformation__place {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .topInformation__place {
    margin-top: 1rem;
  }
}

.topInformation__placeTitle {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.topInformation__placeSubTitle {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  min-height: 4rem;
}
@media screen and (max-width: 750px) {
  .topInformation__placeSubTitle {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: initial;
  }
}

.topInformation__placeText {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .topInformation__placeText {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.topInformation__placeText--link {
  text-decoration: underline;
}

.topInformation__lower {
  margin-top: 6.5rem;
  gap: 0 1.8rem;
}
@media screen and (max-width: 750px) {
  .topInformation__lower {
    margin-top: 5.4rem;
    gap: 5rem 0;
    flex-direction: column;
  }
}

.topInformation__card {
  width: 49.5rem;
}
@media screen and (max-width: 750px) {
  .topInformation__card {
    width: 100%;
  }
}

.topInformation__cardImg {
  border-radius: 0.6rem;
  overflow: hidden;
}

.conceptLead01__inner {
  padding-top: 8.5rem;
}
@media screen and (max-width: 750px) {
  .conceptLead01__inner {
    padding-top: 4.5rem;
    padding-bottom: 5.3rem;
  }
}

.conceptLead01__text {
  margin-top: 3rem;
}

.conceptLead02 {
  margin-top: -15.6666666667vw;
}
@media screen and (max-width: 750px) {
  .conceptLead02 {
    margin-top: 0;
  }
}

.specialtyLead__inner {
  padding-top: 1.5rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyLead__inner {
    padding-bottom: 4rem;
  }
}

.specialtyLead__title {
  color: #2D1F23;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .specialtyLead__title {
    font-size: 2rem;
  }
}

.specialtyLead__text {
  margin-top: 2.6rem;
  color: #2D1F23;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.85; /* 285.714% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .specialtyLead__text {
    margin-top: 1rem;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
}

.specialtyDetail__inner {
  padding-top: 12rem;
  padding-bottom: 18rem;
  max-width: 100rem;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.specialtyDetail__title {
  color: #2D1F23;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__title {
    font-size: 2rem;
  }
}

.specialtyDetail__content {
  margin-top: 9rem;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__content {
    margin-top: 5rem;
  }
}

.specialtyDetail__column {
  align-items: center;
  gap: 0 5.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__column {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.specialtyDetail__column + .specialtyDetail__column {
  margin-top: 7.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__column + .specialtyDetail__column {
    margin-top: 5rem;
  }
}
.specialtyDetail__column:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__column:nth-child(even) {
    flex-direction: column;
  }
}

.specialtyDetail__columnImg {
  width: 44rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__columnImg {
    width: 100%;
  }
}

.specialtyDetail__columnContent {
  flex-grow: 1;
}

.specialtyDetail__columnTitle {
  color: #191919;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.1; /* 210% */
  letter-spacing: 0.2em;
}

.specialtyDetail__columnText {
  margin-top: 2.4rem;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .specialtyDetail__columnText {
    margin-top: 1rem;
  }
}

.specialtyFlow__inner {
  padding-top: 11rem;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__inner {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.specialtyFlow__upper {
  gap: 0 10rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.specialtyFlow__upperTitle {
  position: relative;
}
.specialtyFlow__upperTitle::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 0.3rem;
  right: -5rem;
  background-color: #121412;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__upperTitle::after {
    content: none;
  }
}

.titleSpecialtySec {
  color: #0B0917;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.specialtyFlow__subtitle {
  margin-top: 0.8rem;
}

.titleSubSpecialtySec {
  color: #0B0917;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.textSpecialtySec {
  color: #0B0917;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 750px) {
  .textSpecialtySec {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .specialtyFlow__text {
    margin-top: 1rem;
  }
}

.specialtyFlow__content {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__content {
    margin-top: 5rem;
  }
}

.specialtyFlow__contract {
  counter-reset: step;
}
.specialtyFlow__contract + .specialtyFlow__contract {
  margin-top: 7rem;
}

.specialtyFlow__head {
  color: #12110F;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  padding: 1.3rem 2rem;
  border-radius: 10rem;
  background-color: #DEDEDE;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__head {
    font-size: 1.6rem;
  }
}

.specialtyFlow__head--color01 {
  color: #fff;
  background-color: #0B0917;
}

.specialtyFlow__flowList {
  margin-top: 2.5rem;
  flex-wrap: wrap;
  gap: 5rem 5rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowList {
    gap: 3rem 3rem;
  }
}

.specialtyFlow__flowList--5col {
  gap: 5rem 3.7rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowList--5col {
    gap: 3rem 3rem;
  }
}
.specialtyFlow__flowList--5col .specialtyFlow__flowItem {
  width: 17rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowList--5col .specialtyFlow__flowItem {
    width: calc(50% - 1.5rem);
  }
}

.specialtyFlow__flowList--4col {
  gap: 6rem 4.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowList--4col {
    gap: 3rem 3rem;
  }
}
.specialtyFlow__flowList--4col .specialtyFlow__flowItem {
  width: 21.5rem;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowList--4col .specialtyFlow__flowItem {
    width: calc(50% - 1.5rem);
  }
}

.specialtyFlow__flowItem {
  width: 30rem;
  counter-increment: step;
  position: relative;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowItem {
    width: calc(50% - 1.5rem);
  }
}
.specialtyFlow__flowItem:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(100%, -50%);
  top: 50%;
  right: -1rem;
  width: 2.4rem;
  height: 1.8rem;
  background-image: url(../images/specialty/flow_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .specialtyFlow__flowItem:not(:last-child)::after {
    right: -0.4rem;
    width: 2rem;
    height: 1.3rem;
  }
}

.cardSpecialtyFlow__step {
  text-align: center;
  color: #12110F;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; /* 166.667% */
}
.cardSpecialtyFlow__step::after {
  content: counter(step);
}

.cardSpecialtyFlow__title {
  text-align: center;
  color: #12110F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 100% */
  margin: 0 -1rem;
}
@media screen and (max-width: 750px) {
  .cardSpecialtyFlow__title {
    font-size: 1.4rem;
  }
}

.cardSpecialtyFlow__img {
  margin-top: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.cardSpecialtyFlow__text {
  margin-top: 1rem;
  color: #12110F;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .cardSpecialtyFlow__text {
    font-size: 1.2rem;
  }
}

.materialsLead__inner {
  padding-top: 1.5rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .materialsLead__inner {
    padding-bottom: 4rem;
  }
}

.materialsLead__title {
  color: #2D1F23;
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}
@media screen and (max-width: 750px) {
  .materialsLead__title {
    font-size: 2.4rem;
  }
}

.materialsLead__text {
  margin-top: 3rem;
  color: #2D1F23;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.3; /* 225% */
}
@media screen and (max-width: 750px) {
  .materialsLead__text {
    margin-top: 1rem;
  }
}

.materialsLead__text--blk {
  display: block;
}
.materialsLead__text--blk + .materialsLead__text--blk {
  margin-top: 2rem;
}

.materialsSystem__inner {
  padding-top: 6.3rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 750px) {
  .materialsSystem__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.materialsSystem__title {
  color: #2D1F23;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 750px) {
  .materialsSystem__title {
    font-size: 2rem;
  }
}

.materialsSystem__content {
  margin-top: 3.4rem;
}

.materialsSystem__column {
  background-color: #fff;
  border-radius: 1rem;
  flex-wrap: wrap;
}

.materialsSystem__columnItem {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .materialsSystem__columnItem {
    width: 100%;
  }
}
.materialsSystem__columnItem:first-child {
  width: 100%;
}
.materialsSystem__columnItem:nth-child(1) .materialsSystem__box {
  padding: 3.5rem 4.1rem 4rem;
}
@media screen and (max-width: 750px) {
  .materialsSystem__columnItem:nth-child(1) .materialsSystem__box {
    padding: 2.5rem 2.1rem 3rem;
  }
}
.materialsSystem__columnItem:nth-child(2) {
  border-top: 0.1rem solid #DEDEDE;
}
.materialsSystem__columnItem:nth-child(3) {
  border-top: 0.1rem solid #DEDEDE;
  border-left: 0.1rem solid #DEDEDE;
}

.materialsSystem__box {
  position: relative;
}

.materialsSystem__boxImg01 {
  width: 12.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .materialsSystem__boxImg01 {
    width: 6.1rem;
  }
}

.materialsSystem__boxImg02 {
  width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .materialsSystem__boxImg02 {
    width: 22.5rem;
    margin: 0;
  }
}

.materialsSystem__boxImg03 {
  width: 91.7rem;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .materialsSystem__boxImg03 {
    margin: 2.5rem auto 0;
    width: 100%;
  }
}

.materialsSystem__boxThumb {
  width: 100%;
  height: 26rem;
}
@media screen and (max-width: 750px) {
  .materialsSystem__boxThumb {
    height: auto;
  }
}
.materialsSystem__boxThumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.materialsSystem__boxContent {
  padding: 0 2.4rem 3.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .materialsSystem__boxContent {
    padding: 0 2.4rem 2rem;
    margin-top: 1.5rem;
  }
}

.materialsSystem__boxTitle {
  color: #2D1F23;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 100% */
}

.materialsSystem__boxText {
  margin-top: 1rem;
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 142.857% */
}

.materialsSystem__boxNotice {
  margin-top: 0.8rem;
  color: #2D1F23;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 166.667% */
}

.materialsDetail__inner {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 750px) {
  .materialsDetail__inner {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.materialsDetail__blk {
  position: relative;
}
.materialsDetail__blk:not(:last-child) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blk:not(:last-child) {
    padding-bottom: 6rem;
  }
}

.materialsDetail__blkSide {
  color: #2D1F23;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1; /* 112.5% */
  letter-spacing: 0.1em;
  position: absolute;
  left: -5rem;
  top: 1rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkSide { /* IE用 */
    writing-mode: horizontal-tb; /* 標準 */
    position: relative;
    left: 0;
    top: 0;
  }
}
.materialsDetail__blkSide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  right: -0.3rem;
  background-color: #2D1F23;
  width: 0.1rem;
  height: calc(100% - 0.3rem);
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkSide::before {
    top: auto;
    bottom: -0.3rem;
    right: auto;
    left: 0.3rem;
    width: calc(100% - 0.3rem);
    height: 0.1rem;
  }
}

.materialsDetail__blkTitle:not(:first-child) {
  margin-top: 4.5rem;
}
.materialsDetail__blkSide + .materialsDetail__blkTitle {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkSide + .materialsDetail__blkTitle {
    margin-top: 3rem;
  }
}

.materialsDetail__blkContent {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkContent {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .boxMaterialsDetail {
    flex-direction: column;
  }
}

.boxMaterialsDetail--performance {
  gap: 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetail--performance {
    gap: 2rem;
  }
}
.boxMaterialsDetail--performance .boxMaterialsDetail__detailImg {
  width: 54rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetail--performance .boxMaterialsDetail__detailImg {
    width: 100%;
  }
}

.boxMaterialsDetail__detail {
  flex-grow: 1;
}

.boxMaterialsDetail__detailImg {
  flex-shrink: 0;
}

.boxMaterialsDetailBorder {
  border: 0.1rem solid #DEDEDE;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder {
    flex-direction: column;
  }
}

.boxMaterialsDetailBorder__detail {
  width: 50%;
  padding: 2.5rem 1rem 2.5rem 3rem;
  gap: 0 2.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detail {
    width: 100%;
    padding: 2.5rem 1rem 2.5rem 1.5rem;
    gap: 0 1.5rem;
  }
}
.boxMaterialsDetailBorder__detail:nth-child(1) .boxMaterialsDetailBorder__detailImg {
  width: 7.9rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detail:nth-child(1) .boxMaterialsDetailBorder__detailImg {
    width: 5.9rem;
  }
}
.boxMaterialsDetailBorder__detail:nth-child(2) {
  border-left: 0.1rem solid #DEDEDE;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detail:nth-child(2) {
    border-left: none;
    border-top: 0.1rem solid #DEDEDE;
  }
}
.boxMaterialsDetailBorder__detail:nth-child(2) .boxMaterialsDetailBorder__detailImg {
  width: 7.1rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detail:nth-child(2) .boxMaterialsDetailBorder__detailImg {
    width: 5.5rem;
  }
}

.boxMaterialsDetailBorder__detailImg {
  flex-shrink: 0;
}

.boxMaterialsDetailBorder__detailTitle {
  color: #2D1F23;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 233.333% */
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detailTitle {
    font-size: 1.6rem;
  }
}

.boxMaterialsDetailBorder__detailText {
  margin-top: 0.6rem;
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailBorder__detailText {
    font-size: 1.2rem;
  }
}
.boxMaterialsDetailBorder__detailText--lhSmall {
  line-height: 1.4; /* 142.857% */
}

.boxMaterialsDetailBorder__detailText--indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.materialsDetail__blkText {
  margin-top: 1.2rem;
}

.cardsListMaterialsDetail {
  gap: 0 3rem;
}
@media screen and (max-width: 750px) {
  .cardsListMaterialsDetail {
    gap: 3rem;
    flex-direction: column;
  }
}

.cardsListMaterialsDetail__item {
  width: 31.3rem;
}
@media screen and (max-width: 750px) {
  .cardsListMaterialsDetail__item {
    width: 100%;
  }
}

.cardMaterialsDetail__title {
  margin-top: 1rem;
  color: #2D1F23;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 233.333% */
}

.cardMaterialsDetail__text {
  margin-top: 0.6rem;
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.85; /* 185.714% */
}

.boxMaterialsDetailNotice {
  border-radius: 1rem;
  border: 0.1rem solid #DEDEDE;
  padding: 3rem 3rem 3rem 3.5rem;
  gap: 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailNotice {
    flex-direction: column;
    padding: 2rem 2rem 2rem 2rem;
  }
}

.boxMaterialsDetailNotice__img {
  width: 54rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetailNotice__img {
    width: 100%;
  }
}

.boxMaterialsDetail--insurance {
  gap: 0 4rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetail--insurance {
    gap: 2rem;
  }
}
.boxMaterialsDetail--insurance .boxMaterialsDetail__detailImg {
  width: 45rem;
}
@media screen and (max-width: 750px) {
  .boxMaterialsDetail--insurance .boxMaterialsDetail__detailImg {
    width: 100%;
  }
}

.boxMaterialsDetail__detailText--blk {
  display: block;
}
.boxMaterialsDetail__detailText--blk + .boxMaterialsDetail__detailText--blk {
  margin-top: 2rem;
}

.boxMaterialsDetail__detailText--indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.materialsDetail__blkHead {
  align-items: center;
  justify-content: space-between;
  gap: 0 5rem;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkHead {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.materialsDetail__blkHeadImg {
  width: 22.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkHeadImg {
    width: 17.6rem;
  }
}

.materialsDetail__blkNotice {
  margin-top: 4rem;
  color: #2D1F23;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 140% */
}
@media screen and (max-width: 750px) {
  .materialsDetail__blkNotice {
    margin-top: 3rem;
  }
}

.materialsDetail__blkNotice--blk {
  display: block;
}

.materialsDetail__blkNotice--indent {
  display: block;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.staffArchive__upper {
  gap: 0 6rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .staffArchive__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.staffArchive__upperTitle {
  position: relative;
  flex-shrink: 0;
}
.staffArchive__upperTitle::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: calc(100% - 0.8rem);
  position: absolute;
  top: 0.3rem;
  right: -3rem;
  background-color: #E7E7E7;
}
@media screen and (max-width: 750px) {
  .staffArchive__upperTitle::after {
    content: none;
  }
}

.staffArchive__text {
  margin-top: 1rem;
  margin-right: -5rem;
}
@media screen and (max-width: 750px) {
  .staffArchive__text {
    margin-right: 0;
  }
}

.staffArchive__inner {
  padding-top: 10rem;
  padding-bottom: 20rem;
  max-width: 102.1rem;
}
@media screen and (max-width: 750px) {
  .staffArchive__inner {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.staffCategoryBox {
  max-width: 100rem;
  margin: 6rem auto 0;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .staffCategoryBox {
    margin-top: 2rem;
    padding: 3rem 0;
  }
}

.staffCategoryBox__list {
  gap: 1rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .staffCategoryBox__list {
    gap: 1.2rem;
  }
}

.staffCategoryBox__item {
  min-width: 13rem;
}
@media screen and (max-width: 750px) {
  .staffCategoryBox__item {
    min-width: 15rem;
    width: 100%;
  }
}

.staffBox__inner {
  gap: 6rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .staffBox__inner {
    gap: 3rem 0;
  }
}

.staffBox__item {
  width: 30.7rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .staffBox__item {
    width: 50%;
  }
}

.staffBox__icon {
  position: absolute;
  bottom: 0.7rem;
  right: 0.5rem;
  display: block;
  width: 3rem;
}
.staffBox__icon svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .staffBox__icon {
    bottom: 0.6rem;
    right: 0.6rem;
    width: 3rem;
  }
}

.staffBox__pagination {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .staffBox__pagination {
    margin-top: 3rem;
  }
}

.staffNoPost {
  padding-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .staffNoPost {
    font-size: 1.4rem;
  }
}

.cardStaffArchive {
  display: block;
  transition: all 0.3s;
}
.cardStaffArchive:hover {
  filter: brightness(1.05);
}

.cardStaffArchive__img {
  height: 32rem;
  overflow: hidden;
  background-color: #DEDEDE;
}
@media screen and (max-width: 750px) {
  .cardStaffArchive__img {
    height: 17.2rem;
  }
}
.cardStaffArchive__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardStaffArchive__name {
  margin-top: 1.4rem;
  text-align: center;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
}
@media screen and (max-width: 750px) {
  .cardStaffArchive__name {
    margin-top: 0.7rem;
  }
}

.staffBox__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .staffBox__pagination .wp-pagenavi {
    gap: 0;
  }
}
.staffBox__pagination .wp-pagenavi a, .staffBox__pagination .wp-pagenavi span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  color: #CCCCCC;
  padding: 0.3rem;
}
.staffBox__pagination .wp-pagenavi a.nextpostslink, .staffBox__pagination .wp-pagenavi a.previouspostslink, .staffBox__pagination .wp-pagenavi span.nextpostslink, .staffBox__pagination .wp-pagenavi span.previouspostslink {
  width: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  position: relative;
  font-size: 0;
  padding-top: 0.5rem;
}
.staffBox__pagination .wp-pagenavi a.nextpostslink::before, .staffBox__pagination .wp-pagenavi a.nextpostslink::after, .staffBox__pagination .wp-pagenavi a.previouspostslink::before, .staffBox__pagination .wp-pagenavi a.previouspostslink::after, .staffBox__pagination .wp-pagenavi span.nextpostslink::before, .staffBox__pagination .wp-pagenavi span.nextpostslink::after, .staffBox__pagination .wp-pagenavi span.previouspostslink::before, .staffBox__pagination .wp-pagenavi span.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.1rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #191919;
  transform-origin: calc(100% - 0.5px) 50%;
}
.staffBox__pagination .wp-pagenavi a.nextpostslink::before, .staffBox__pagination .wp-pagenavi a.previouspostslink::before, .staffBox__pagination .wp-pagenavi span.nextpostslink::before, .staffBox__pagination .wp-pagenavi span.previouspostslink::before {
  transform: rotate(35deg);
}
.staffBox__pagination .wp-pagenavi a.nextpostslink::after, .staffBox__pagination .wp-pagenavi a.previouspostslink::after, .staffBox__pagination .wp-pagenavi span.nextpostslink::after, .staffBox__pagination .wp-pagenavi span.previouspostslink::after {
  transform: rotate(-35deg);
}
.staffBox__pagination .wp-pagenavi a.previouspostslink, .staffBox__pagination .wp-pagenavi span.previouspostslink {
  transform: rotate(180deg);
}
.staffBox__pagination .wp-pagenavi a.page:hover {
  color: #191919;
  text-decoration: underline;
}
.staffBox__pagination .wp-pagenavi span.current {
  color: #191919;
  text-decoration: none;
}

.JsModalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(25, 25, 25, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.JsModalContent img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.JsModalClose {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: #191919;
  color: #fff;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
}

.JsModalContent {
  position: relative;
  background: #fff;
  padding: 0;
  width: 90rem;
  height: 60rem;
}
@media screen and (max-width: 750px) {
  .JsModalContent {
    width: calc(100% - 7rem);
    height: 80vh;
  }
}

.JsModalImageWrap {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .JsModalImageWrap {
    flex-direction: column;
  }
}

.JsModalImageWrap__img {
  width: 55.6rem;
  flex-shrink: 0;
  background-color: #DEDEDE;
}
@media screen and (max-width: 750px) {
  .JsModalImageWrap__img {
    width: 100%;
  }
}

.JsModalImageWrap__content {
  padding: 4.5rem 4rem;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .JsModalImageWrap__content {
    padding: 2.5rem 2rem;
    max-width: 50rem;
  }
}

.JsModalImageWrap__blk {
  padding-bottom: 1.5rem;
}
.JsModalImageWrap__blk:not(:last-child) {
  border-bottom: 0.1rem solid #F2F2F2;
}
.JsModalImageWrap__blk + .JsModalImageWrap__blk {
  margin-top: 1rem;
}

.JsModalImageWrap__title {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 200% */
}

.JsModalImageWrap__text {
  margin-top: 0.6rem;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
}

.JsModalPrev,
.JsModalNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #B4AC98;
  border: none;
  font-size: 1.2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  cursor: pointer;
}

.JsModalPrev {
  left: -2rem;
}

.JsModalNext {
  right: -2rem;
}

.eventCalendar, .articleStyle {
  /* まずデフォルトでラベルごと非表示に */
  /* チェックボックスをカスタム表示にする */
  /* カスタムチェックボックスの枠 */
  /* チェックマーク */
}
.eventCalendar #booking-package_calendarPage .calendarHeader, .articleStyle #booking-package_calendarPage .calendarHeader {
  align-items: center;
}
.eventCalendar #booking-package .bookingDate,
.eventCalendar #booking-package .bookingTime, .articleStyle #booking-package .bookingDate,
.articleStyle #booking-package .bookingTime {
  line-height: 1.4;
}
.eventCalendar #booking-package .bookingSubtitle, .articleStyle #booking-package .bookingSubtitle {
  display: block;
  line-height: 1.4;
  color: #6E5748;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.eventCalendar #booking-package_calendarPage .calendar, .articleStyle #booking-package_calendarPage .calendar {
  margin-bottom: 0;
}
.eventCalendar .calendarData, .articleStyle .calendarData {
  font-size: 1.4rem;
}
.eventCalendar #booking-package_schedulePage .topPanel, .articleStyle #booking-package_schedulePage .topPanel {
  height: 4rem;
}
.eventCalendar #booking-package_schedulePage .courseListPanel, .articleStyle #booking-package_schedulePage .courseListPanel {
  top: 4rem;
}
.eventCalendar #booking-package, .articleStyle #booking-package {
  background-color: #FFF;
  font-size: 1.4rem;
}
.eventCalendar #booking-package_inputFormPanel .name, .eventCalendar #booking-package_serviceDetails .name, .eventCalendar #booking-package_myBookingDetailsFroVisitor .name, .eventCalendar #booking-package_myBookingDetails_panel .name, .eventCalendar #booking-package-user-form .name, .eventCalendar #booking-package-loginform .name, .eventCalendar #booking-package-user-edit-form .name, .articleStyle #booking-package_inputFormPanel .name, .articleStyle #booking-package_serviceDetails .name, .articleStyle #booking-package_myBookingDetailsFroVisitor .name, .articleStyle #booking-package_myBookingDetails_panel .name, .articleStyle #booking-package-user-form .name, .articleStyle #booking-package-loginform .name, .articleStyle #booking-package-user-edit-form .name {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.eventCalendar #booking-package_inputFormPanel .row, .eventCalendar #booking-package_myBookingDetails .row, .eventCalendar #booking-package_serviceDetails .row, .eventCalendar #booking-package_myBookingDetailsFroVisitor .row, .eventCalendar #booking-package-user-form .row, .eventCalendar #booking-package-loginform .row, .eventCalendar #booking-package-user-edit-form .row, .articleStyle #booking-package_inputFormPanel .row, .articleStyle #booking-package_myBookingDetails .row, .articleStyle #booking-package_serviceDetails .row, .articleStyle #booking-package_myBookingDetailsFroVisitor .row, .articleStyle #booking-package-user-form .row, .articleStyle #booking-package-loginform .row, .articleStyle #booking-package-user-edit-form .row {
  padding: 2rem;
  margin: 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.1rem;
  width: 100%;
  box-sizing: border-box;
}
.eventCalendar #booking-package_inputFormPanel .form_text, .eventCalendar #booking-package-loginform .form_text, .eventCalendar #booking-package-user-form .form_text, .eventCalendar #booking-package-user-edit-form .form_text, .articleStyle #booking-package_inputFormPanel .form_text, .articleStyle #booking-package-loginform .form_text, .articleStyle #booking-package-user-form .form_text, .articleStyle #booking-package-user-edit-form .form_text {
  width: 100%;
  padding: 0.5rem 1rem;
}
.eventCalendar #booking-package_inputFormPanel .title_in_form, .eventCalendar #booking-package_myBookingDetails .selectedDate, .articleStyle #booking-package_inputFormPanel .title_in_form, .articleStyle #booking-package_myBookingDetails .selectedDate {
  top: 0;
  padding: 1.5rem 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  vertical-align: middle;
  z-index: 3;
  background-color: #191919;
  color: #fff;
}
.eventCalendar #booking-package_schedulePage .selectedDate, .articleStyle #booking-package_schedulePage .selectedDate {
  text-align: center;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #191919;
  color: #fff;
}
.eventCalendar #booking_package_input_terms input[type=checkbox], .articleStyle #booking_package_input_terms input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.eventCalendar #booking_package_input_terms .radio_title, .articleStyle #booking_package_input_terms .radio_title {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.eventCalendar #booking_package_input_terms .radio_title::before, .articleStyle #booking_package_input_terms .radio_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #191919;
  background-color: #fff;
}
.eventCalendar #booking_package_input_terms input[type=checkbox]:checked + .radio_title::after, .articleStyle #booking_package_input_terms input[type=checkbox]:checked + .radio_title::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0rem;
  width: 0.6rem;
  height: 1.2rem;
  border: solid #191919;
  border-width: 0 0.1rem 0.1rem 0;
  transform: rotate(45deg);
}
.eventCalendar .eventCalendar #booking_package_input_terms .radio_title, .articleStyle .eventCalendar #booking_package_input_terms .radio_title {
  margin-left: 0;
}
.eventCalendar #booking-package_inputFormPanel .cartPanel, .articleStyle #booking-package_inputFormPanel .cartPanel {
  margin: 0;
}
.eventCalendar #booking-package button, .articleStyle #booking-package button {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 1.5rem;
  background-color: #ddd;
  color: #191919;
  font-size: 1.6rem;
}
.eventCalendar #booking-package_inputFormPanel #paymentPanel.cartPanel .bottomBarPanel .book_now_button, .articleStyle #booking-package_inputFormPanel #paymentPanel.cartPanel .bottomBarPanel .book_now_button {
  margin: 0;
  padding: 1.5rem;
  background-color: #B4AC98;
  color: #fff;
  font-size: 1.6rem;
}
.eventCalendar #booking-package_inputFormPanel .bottomBarPanel, .eventCalendar #booking-package_pay_with_stripe_konbini .bottomBarPanel, .articleStyle #booking-package_inputFormPanel .bottomBarPanel, .articleStyle #booking-package_pay_with_stripe_konbini .bottomBarPanel {
  margin: 0;
}
.eventCalendar #booking-package_inputFormPanel .return_form_button,
.eventCalendar #booking-package_schedulePage .bottomPanelForPositionInherit, .articleStyle #booking-package_inputFormPanel .return_form_button,
.articleStyle #booking-package_schedulePage .bottomPanelForPositionInherit {
  margin: 0;
  padding: 1.5rem;
  background-color: #ddd;
  color: #191919;
  font-size: 1.6rem;
}
.eventCalendar #booking-package_schedulePage .bottomPanelForPositionInherit, .articleStyle #booking-package_schedulePage .bottomPanelForPositionInherit {
  margin: 0;
  padding: 0;
}
.eventCalendar .xo-event-calendar table.xo-month, .articleStyle .xo-event-calendar table.xo-month {
  border: 1px solid #6E5748;
}
.eventCalendar .xo-event-calendar table.xo-month .month-dayname td div, .articleStyle .xo-event-calendar table.xo-month .month-dayname td div {
  font-weight: 400;
}
.eventCalendar .xo-event-calendar table.xo-month .month-dayname td:last-child div, .articleStyle .xo-event-calendar table.xo-month .month-dayname td:last-child div {
  border-width: 1px 0 0 0;
}
.eventCalendar .xo-event-calendar table.xo-month .month-dayname td div.today, .articleStyle .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #000;
  font-weight: 700;
}
.eventCalendar .xo-event-calendar table, .articleStyle .xo-event-calendar table {
  color: #6E5748;
}
.eventCalendar .xo-event-calendar table.xo-month td, .eventCalendar .xo-event-calendar table.xo-month th, .articleStyle .xo-event-calendar table.xo-month td, .articleStyle .xo-event-calendar table.xo-month th {
  border: none;
}
.eventCalendar .xo-event-calendar table.xo-month, .articleStyle .xo-event-calendar table.xo-month {
  font-size: 1.8rem;
}
.eventCalendar .xo-event-calendar table.xo-month .month-week, .articleStyle .xo-event-calendar table.xo-month .month-week {
  height: 10rem;
}
@media screen and (max-width: 750px) {
  .eventCalendar .xo-event-calendar table.xo-month .month-week, .articleStyle .xo-event-calendar table.xo-month .month-week {
    height: 5rem;
  }
}
.eventCalendar .xo-event-calendar table.xo-month > thead th, .articleStyle .xo-event-calendar table.xo-month > thead th {
  height: 3rem;
  vertical-align: middle;
}
.eventCalendar .xo-event-calendar table.xo-month .month-event-title, .articleStyle .xo-event-calendar table.xo-month .month-event-title {
  padding: 0.5rem;
  font-size: 1.2rem;
}
.eventCalendar .xo-event-calendar table.xo-month button, .articleStyle .xo-event-calendar table.xo-month button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.eventCalendar .xo-event-calendar table.xo-month button:hover span.nav-prev, .articleStyle .xo-event-calendar table.xo-month button:hover span.nav-prev {
  border-width: 0 0 3px 3px;
}
.eventCalendar .xo-event-calendar table.xo-month button:hover span.nav-next, .articleStyle .xo-event-calendar table.xo-month button:hover span.nav-next {
  border-width: 3px 3px 0 0;
}
.eventCalendar .xo-event-calendar p.holiday-title, .articleStyle .xo-event-calendar p.holiday-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

.faq__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 18rem;
}
@media screen and (max-width: 750px) {
  .faq__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 750px) {
  .faq__inner {
    padding-bottom: 10rem;
  }
}

.faq__content {
  max-width: 80rem;
  margin: 0 auto;
}
.faq__button {
  text-align: center;
  margin: 5rem auto 0;
}

.acFaq__blk {
  border-top: 0.1rem dotted #6E5748;
  border-bottom: 0.1rem dotted #6E5748;
}
.acFaq__blk:not(:first-child) {
  border-top: none;
}

.acFaq__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.acFaq__title {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  position: relative;
}

.acFaq__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
  margin-left: 1.3rem;
  margin-right: 2.5rem;
}
.acFaq__icon::before, .acFaq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.acFaq__icon::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .acFaq__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.acFaq__content {
  padding-bottom: 2.3rem;
}

.acFaq__text {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7142857143; /* 171.429% */
}

.table-info__tr {
  display: flex;
}
@media screen and (max-width: 750px) {
  .table-info__tr {
    flex-direction: column;
  }
}
.table-info__tr + .table-info__tr {
  margin-top: 2rem;
}
.table-info__th {
  color: #fff;
  width: 15.6rem;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .table-info__th {
    width: 100%;
  }
}
.table-info__td {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .table-info__td {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.linkViewMore01 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 116.667% */
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  padding-right: 2.4rem;
  position: relative;
}
.linkViewMore01::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/viewmore_link_arrow01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}

.buttonMain {
  display: block;
  background-color: #1C1C1C;
  text-align: center;
  position: relative;
  padding: 0.8rem 2.5rem;
  min-width: 12rem;
  border-radius: 10rem;
  transition: all 0.6s;
}
.buttonMainContainer {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .buttonMain {
    padding: 1.2rem 2.5rem;
    min-width: 16rem;
  }
}
.buttonMain:hover {
  filter: brightness(0.6);
}
.buttonMain .buttonMain__inner {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 140% */
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .buttonMain .buttonMain__inner {
    font-size: 1.4rem;
  }
}
.buttonMain .buttonMain__arrow {
  position: absolute;
  transform: translateY(-50%);
  display: block;
  width: 0.8rem;
  top: 50%;
  right: 1.1rem;
}
.buttonMain .buttonMain__arrow svg {
  display: block;
}
.buttonMain.buttonMain--large {
  width: 100%;
}
.buttonMain.buttonMain--large .buttonMain__inner {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 100% */
  letter-spacing: 0;
}

.titleTopBlogSec {
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 116.667% */
  text-transform: capitalize;
}
@media screen and (max-width: 750px) {
  .titleTopBlogSec {
    font-size: 2rem;
    line-height: 1.2; /* 120% */
  }
}

.titleSubTopBlogSec {
  color: #2D1F23;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .titleSubTopBlogSec {
    font-size: 1.4rem;
  }
}

.titleTopLeadSec {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em;
}
.titleTopLeadSec--tac {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spVertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spLarge {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.75; /* 175% */
  }
}

.headTitle__inner {
  padding: 6rem 5rem;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding: 6rem 3.5rem 4.5rem;
  }
}

.headTitle__title--en {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 75% */
  display: block;
  text-align: center;
}

.headTitle__title--jp {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
}

.titlePrivacy {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
}

.titleMaterialsDetail {
  color: #2D1F23;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 750px) {
  .titleMaterialsDetail {
    font-size: 2rem;
  }
}

.textTopBlogSec {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .textTopBlogSec {
    font-size: 1rem;
  }
}
.textTopBlogSec--ls0 {
  letter-spacing: 0;
}

.textTopLeadSec {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.1em;
}
.textTopLeadSec--tac {
  text-align: center;
}
.textTopLeadSec--lhLarge {
  line-height: 2.8; /* 280% */
}
@media screen and (max-width: 750px) {
  .textTopLeadSec {
    letter-spacing: 0.02em;
    line-height: 2.1; /* 200% */
  }
  .textTopLeadSec--lhLarge {
    line-height: 2.3; /* 280% */
  }
}

.textTopLeadSec__blk {
  display: block;
}
.textTopLeadSec__blk + .textTopLeadSec__blk {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .textTopLeadSec__blk + .textTopLeadSec__blk {
    margin-top: 2rem;
  }
}

.textRequestLeadSec {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textRequestLeadSec--link {
  text-decoration: underline;
}
.textRequestLeadSec--link:hover {
  text-decoration: none;
}

.textPrivacy {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textPrivacy--bold {
  font-weight: 600;
}

.textMaterialsDetail {
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 200% */
}

.card-merit {
  background-color: #fff;
  position: relative;
  border-radius: 1rem;
  padding-top: 5rem;
  padding-bottom: 2.1rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .card-merit {
    padding-top: 2.3rem;
    padding-bottom: 1.7rem;
  }
}
.card-merit__icon {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -1.2rem;
  left: -2.9rem;
}
@media screen and (max-width: 750px) {
  .card-merit__icon {
    top: -2.5rem;
    left: -1.1rem;
  }
}
.card-merit__iconContent {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.card-merit__iconText {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}
.card-merit__iconNum {
  margin-top: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
.card-merit__img {
  width: 27.4rem;
  margin: 0 auto;
}
.card-merit__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2F3D45;
  width: 25.2rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__title {
    letter-spacing: 0.1em;
  }
}
.card-merit__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 25.2rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__text {
    line-height: 2;
  }
}
.card-features {
  background-color: #F5F5F5;
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-features {
    padding-top: 2rem;
    padding-bottom: 2.6rem;
  }
}
.card-features__icon::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  transform: rotate(45deg);
  background-color: #B5CB39;
  position: absolute;
  z-index: 1;
  left: -5.5rem;
  top: -5.5rem;
}
.card-features__iconNum {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 0.4rem;
  left: 1rem;
  color: #fff;
}
.card-features__img {
  width: 22rem;
  margin: 0 auto;
}
.card-features__title {
  margin: 2rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 1px solid #2F3D45;
}
@media screen and (max-width: 750px) {
  .card-features__title {
    letter-spacing: 0.1em;
  }
}
.card-features__text {
  margin: 1.5rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-features__text {
    line-height: 2;
  }
}
.card-features--04 {
  padding-top: 3.2rem;
}
.card-features--04 .card-features__img {
  width: 22.8rem;
}
.card-features--04 .card-features__title {
  margin-top: 5.5rem;
}
@media screen and (max-width: 750px) {
  .card-features--04 .card-features__title {
    margin-top: 2.4rem;
  }
}
.card-features--05 {
  padding-top: 6.8rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 {
    padding-top: 1rem;
  }
}
.card-features--05 .card-features__title {
  margin-top: 3.6rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 .card-features__title {
    margin-top: 0.5rem;
  }
}
.card-features--06 {
  padding-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 {
    padding-top: 1.1rem;
  }
}
.card-features--06 .card-features__title {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 .card-features__title {
    margin-top: 1.4rem;
  }
}
.card-use {
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-use {
    display: flex;
    flex-direction: column;
    padding-left: 3.5rem;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: visible;
  }
}
.card-use__icon {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .card-use__icon {
    flex-direction: column;
    position: absolute;
    order: 1;
    left: 0;
  }
}
.card-use__iconNum {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0.4rem 1rem;
  background-color: #2F3D45;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .card-use__iconNum {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 1rem 0.4rem;
    margin-left: -0.8rem;
  }
}
.card-use__iconArrow {
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 0.5rem;
}
.card-use__iconArrow img {
  display: block;
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow {
    width: 0.6rem;
    height: 35rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow--spHidden {
    height: 26rem;
    overflow: hidden;
  }
}
.card-use__title {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 6rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .card-use__title {
    order: 3;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.25;
    display: block;
    text-align: left;
    height: auto;
  }
}
.card-use__titleSub {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-use__titleSub {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    margin-top: -0.5rem;
    display: block;
  }
}
.card-use__img {
  width: 18.4rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-use__img {
    width: 18rem;
    order: 2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--mtSmallSp {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--wSmallSp {
    width: 13.4rem;
  }
}
.card-use__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-use__textNotice {
  display: block;
  padding-left: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .card-use__textNotice {
    font-size: 1.2rem;
    line-height: 2;
    padding-left: 0;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text {
    order: 4;
    line-height: 2;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text--lsSmallSp {
    letter-spacing: 0.05em;
  }
}
.card-price {
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
.card-price__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #B5CB39;
  padding: 1rem 2rem;
}
.card-price__content {
  padding-top: 2rem;
}
.card-price__contentText {
  padding: 0 3rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.card-price__contentText--color01 {
  color: #B5CB39;
}
.card-price__contentText--small {
  padding: 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__contentNotice {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__price {
  font-family: "Roboto", sans-serif;
  color: #B5CB39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-price__price--align-items-flex-end {
  align-items: flex-end;
}
.card-price__price--mtSmall {
  margin-top: 1rem;
}
.card-price__price--mbMedium {
  margin-bottom: 2.5rem;
}
.card-price__price--mtNegaSmall {
  margin-top: -1rem;
}
.card-price__price--mbNegaSmall {
  margin-bottom: -1rem;
}
.card-price__price--cancell {
  color: #2F3D45;
  opacity: 0.3;
  position: relative;
}
.card-price__price--cancell::after {
  content: "";
  display: block;
  width: 25.9rem;
  height: 0.3rem;
  background-color: #2F3D45;
  position: absolute;
}
.card-price__priceMark {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: 0.8rem;
}
.card-price__priceMark--small {
  font-size: 4.3rem;
}
.card-price__priceMark--large {
  font-size: 8rem;
  margin-bottom: 1rem;
}
.card-price__priceNum {
  margin-right: 1.4rem;
  font-size: 6.6rem;
  line-height: 1.3181818182;
  letter-spacing: 0;
  font-weight: 500;
}
.card-price__priceNum--large {
  font-size: 15.8rem;
  line-height: 1;
}
.card-price__priceNum--small {
  font-size: 5.7rem;
}
.card-price__priceSlash {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.card-price__priceSlash--small {
  font-size: 4.3rem;
}
.card-price__priceUnit {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: -0.4rem;
  margin-top: 1.4rem;
}
.card-price__priceUnit--small {
  font-size: 1.7rem;
}
.card-price__checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 0 3.4rem;
  margin: 1.3rem 2rem 0;
  border-top: 2px solid #B5CB39;
}
.card-price__text {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__text--check {
  display: flex;
  align-items: flex-start;
}
.card-price__text--check::before {
  flex-shrink: 0;
  content: "";
  display: inline;
  background-image: url(../images/price-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.7rem;
  margin-top: 0.7rem;
  margin-right: 1.6rem;
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.JsParallax {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.JsBrightBox__01, .JsBrightBox__02, .JsBrightBox__03, .JsBrightBox__04, .JsBrightBox__05, .JsBrightBox__06, .JsBrightBox__07, .JsBrightBox__08, .JsBrightBox__09, .JsBrightBox__10 {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.is-active .JsBrightBox__01, .is-active .JsBrightBox__02, .is-active .JsBrightBox__03, .is-active .JsBrightBox__04, .is-active .JsBrightBox__05, .is-active .JsBrightBox__06, .is-active .JsBrightBox__07, .is-active .JsBrightBox__08, .is-active .JsBrightBox__09, .is-active .JsBrightBox__10 {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}
.JsBrightBox__01 {
  transition-delay: 0;
}
.JsBrightBox__02 {
  transition-delay: 0.8s;
}
.JsBrightBox__03 {
  transition-delay: 1.6s;
}
.JsBrightBox__04 {
  transition-delay: 2.4s;
}
.JsBrightBox__05 {
  transition-delay: 3.2s;
}
.JsBrightBox__06 {
  transition-delay: 4s;
}
.JsBrightBox__07 {
  transition-delay: 4.8s;
}
.JsBrightBox__08 {
  transition-delay: 5.6s;
}
.JsBrightBox__09 {
  transition-delay: 3.2s;
}
.JsBrightBox__10 {
  transition-delay: 3.6s;
}

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

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