@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15; /* Correct the line height */
  -webkit-text-size-adjust: 100%; /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent; /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0; /* Remove margin */
}

main {
  display: block; /* Render `main` consistently */
}

/* 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 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/********** base **********/
body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #151515;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.1em;
}

.m-section-ttl span {
  font-size: 45px;
  font-family: "EB Garamond", "sans-serif";
}
@media (max-width: 576px) {
  .m-section-ttl span {
    font-size: 32px;
  }
}
.m-section-ttl h1,
.m-section-ttl h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
.m-section-ttl h1::before,
.m-section-ttl h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #00A162;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 0px;
  border-top: 1px solid #E4E4E4;
}
@media (max-width: 576px) {
  .footer {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.footer__nav {
  width: fit-content;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 20px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .footer__nav {
    padding-top: 20px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.footer__nav-title,
.footer__nav-item {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.footer__nav-list--child .footer__nav-title {
  margin-bottom: 12px;
  line-height: 1;
}

.footer__nav-list--child .footer__nav-item {
  padding: 6px;
  line-height: 1;
  font-size: clamp(12px, 0.8vw, 16px);
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.footer__nav-list--child .footer__nav-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #77918C;
  border-right: 1px solid #77918C;
  transform: translateY(-2px) rotate(45deg);
  margin-right: 4px;
  margin-left: 4px;
}

.footer__nav-list--individual .footer__nav-item {
  margin-bottom: 2em;
  line-height: 1;
}
@media (max-width: 576px) {
  .footer__nav-list--individual .footer__nav-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .footer__nav-item--mb0 {
    margin-bottom: 0 !important;
  }
}

.footer__bottom-wrap {
  margin-top: 100px;
  align-items: end;
}
@media (max-width: 768px) {
  .footer__bottom-wrap {
    grid-template-columns: 1fr !important;
  }
}

.footer__address span {
  display: block;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.footer__address span:first-child {
  font-size: 18px;
  margin-bottom: 12px;
}

.footer__address span:not(:first-child) {
  font-size: 12px;
  margin-bottom: 8px;
}

.footer__sns {
  margin-top: 42px;
  display: flex;
  gap: 40px;
}
@media (max-width: 576px) {
  .footer__sns {
    flex-direction: column;
    gap: 20px;
  }
}

.footer__sns-item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 13px;
  color: #848484;
}

.footer__sns-item img {
  line-height: 1;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer__copyright {
  display: block;
  font-size: 12px;
  color: #77918C;
  margin-top: 60px;
  font-family: "Barlow", "sans-serif";
  padding-bottom: 20px;
}

.footer__logo-line {
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .footer__logo-line {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: auto;
  }
}

#svg-logo-line {
  width: 100%;
  height: 100%;
  transform: translate(30px, 20px);
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 317.6217651367px;
    stroke-dasharray: 317.6217651367px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.6217651367px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 317.6217651367px;
    stroke-dasharray: 317.6217651367px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.6217651367px;
  }
}
.svg-elem-3 {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.svg-elem-3.active {
  opacity: 1;
  -webkit-animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

.cls-1 {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.cls-1.active {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
}

.header__menu-inner {
  display: flex;
  position: fixed;
  top: 0;
  right: 20px;
  gap: 12px;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .header__menu-inner {
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 0px;
    transform: translateY(-25%);
    z-index: 998;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .header__menu-inner--pc {
    display: none;
  }
}

.header__menu-inner--sp {
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, -50%);
  transition: all 0.4s ease;
  height: fit-content;
}
.header__menu-inner--sp.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0%, -50%);
}

.header__menu-inner .header__menu-item:first-child {
  background: #ECF4F2;
  color: #00A162;
}
@media (max-width: 768px) {
  .header__menu-inner .header__menu-item:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}

.header__menu-inner .header__menu-item:last-child {
  background: #00A162;
  color: #fff;
}
@media (max-width: 768px) {
  .header__menu-inner .header__menu-item:last-child {
    border-radius: 10px 0px 0px 10px;
  }
}

.header__menu-item {
  border-radius: 0 0px 10px 10px;
}
@media (max-width: 768px) {
  .header__menu-item {
    writing-mode: vertical-lr;
  }
}

.header__menu-item a {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.header__menu-item-text {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__menu-item img {
  width: 14px;
  height: 14px;
}

.header__menu-item span {
  font-size: 14px;
  font-family: "A1 Mincho", "serif";
}

.header__menu-item .slash {
  writing-mode: initial;
}
@media (max-width: 768px) {
  .header__menu-item .slash {
    font-size: 12px;
    transform: translateX(1px) rotate(25deg);
  }
}

.sp-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 18px 20px 20px;
}

.sp-header__logo {
  width: 100px;
  height: auto;
}

.sp-header__menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .sp-header__menu {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    opacity: 1;
    transform: translateY(0%);
    z-index: 998;
    pointer-events: auto;
  }
}
.sp-header__menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
}
.sp-header__menu.scroll-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%);
  animation: fadeIn 0.3s ease-out;
}
@media (max-width: 768px) {
  .sp-header__menu.scroll-active {
    display: grid;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp-header__menu-item img {
  object-fit: contain;
  object-position: bottom;
}

.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 900;
  padding: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease;
}
.sp-nav.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sp-nav__logo {
  width: 100px;
  margin: 0 auto;
}

.sp-nav__item {
  margin-bottom: 3vh;
}

.sp-nav__item a {
  display: flex;
  flex-direction: column;
}

.sp-nav__link-text-en {
  font-size: 12px;
  font-family: "EB Garamond", "sans-serif";
}

.sp-nav__link-text-ja {
  font-family: "A1 Mincho", "serif";
}

.sp-nav__sns-list {
  display: flex;
  gap: 20px;
}

.sp-nav__sns-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}

.sp-nav__sns-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sp-nav__sns-link span {
  display: inline-block;
  font-size: 10px;
  color: #77918C;
  font-family: "A1 Mincho", "serif";
}

.sp-nav__accent-img {
  position: absolute;
  width: 95%;
  height: auto;
  opacity: 0.5;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.opening__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 220px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .opening__logo {
    max-width: 180px;
  }
}

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

.mainV {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mainV {
    margin-bottom: 40px;
  }
}

.js-mainV-slideshow {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .js-mainV-slideshow {
    height: 80vh;
  }
}
.js-mainV-slideshow .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.js-mainV-slideshow .slideshow__slide {
  width: 100%;
  height: calc(100% - 119px);
  position: relative;
  overflow: hidden;
}
.js-mainV-slideshow .slideshow__slide-img {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  transform: translateX(0%);
  animation: mainV-slide-in 40s linear infinite;
}
@media (max-width: 576px) {
  .js-mainV-slideshow .slideshow__slide-img {
    animation: mainV-slide-in 27s linear infinite;
  }
}
.js-mainV-slideshow .slideshow__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@keyframes mainV-slide-in {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}

.contents {
  padding: 80px 0 0 0;
}
@media (max-width: 576px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.content-inner {
  width: calc(100% - 140px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content-inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
}

.content-inner--footer {
  margin: 0 0 0 auto;
}

.content-inner-md {
  width: calc(100% - 140px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content-inner-md {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .content-inner-md {
    width: 100%;
    padding: 0 15px;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(800px + 32px);
}

.container-md {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(940px + 32px);
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1100px + 32px);
}

.container-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1280px + 32px);
}

.container-map {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1280px + 32px);
  padding: 0;
}

.container-map--pc {
  display: block;
}
@media (max-width: 576px) {
  .container-map--pc {
    display: none;
  }
}

.container-map--sp {
  display: none;
}
@media (max-width: 576px) {
  .container-map--sp {
    display: block;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 23px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  z-index: 999;
}
@media (max-width: 576px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu__icon {
  position: relative;
  width: 25px;
  height: 13px;
  margin: 0 auto;
  transform: translateY(4px);
  margin-bottom: 8px;
}
.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #00A162;
  /*メニューバーの色*/
  transition: ease 0.3s;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(25deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(-25deg);
}

.hamburger-menu__text {
  font-size: 8px;
  display: block;
  color: #00A162;
  text-align: center;
}

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

.m-display-container {
  display: flex;
}

.m-display-content {
  width: 100%;
  flex: 1;
}

a {
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.5;
}

.m-more-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", "sans-serif";
  color: #151515;
  text-decoration: none;
}
.m-more-btn span:first-child {
  font-size: 20px;
}
@media (max-width: 576px) {
  .m-more-btn span:first-child {
    font-size: 15px;
  }
}
.m-more-btn span:last-child {
  transition: all 0.2s ease;
  width: 32px;
  height: auto;
  transform: translateY(-4px);
}
.m-more-btn span:last-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-more-btn:hover span:last-child {
  transform: translate(8px, -4px);
}

.m-more-btn__B {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  padding: 18px 10px;
  border: 1px solid #00A162;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", "sans-serif";
  color: #151515;
  background: #fff;
  text-decoration: none;
}

.m-more-btn__B span:first-child {
  font-size: 12px;
}
.m-more-btn__B span:nth-child(2) {
  width: 28px;
  height: auto;
  transform: translateY(-6px);
}
.m-more-btn__B span:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-more-btn__B span:last-child {
  display: none;
  width: 28px;
  height: auto;
  transform: translateY(-6px);
  transition: all 0.4s ease;
}

.m-more-btn__B:hover {
  background: #00A162;
  color: #fff;
  opacity: 1;
}
.m-more-btn__B:hover span:nth-child(2) {
  display: none;
}
.m-more-btn__B:hover span:last-child {
  display: block;
}

.m-more-btn__sm {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", "sans-serif";
  color: #151515;
  text-decoration: none;
}
.m-more-btn__sm span:first-child {
  font-size: 12px;
  color: #77918C;
}
.m-more-btn__sm span:last-child {
  width: 28px;
  height: auto;
  transform: translateY(-6px);
}

.m-grid-4col-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
@media (max-width: 768px) {
  .m-grid-4col-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .m-grid-4col-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-grid-3col-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
@media (max-width: 768px) {
  .m-grid-3col-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .m-grid-3col-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-grid-2col-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media (max-width: 576px) {
  .m-grid-2col-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-grid-2col-layout--gap100 {
  gap: 100px;
}

.m-flex-2col-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .m-flex-2col-layout {
    flex-direction: column;
  }
}

.m-flex-2col-layout-item {
  width: 50%;
}
@media (max-width: 576px) {
  .m-flex-2col-layout-item {
    width: 100%;
  }
}

.m-scale-change {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.m-scale-change img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
}

.m-scale-change:hover img {
  transform: scale(1.05);
  /* 拡大 */
}

.m-scale-change a:hover {
  opacity: 1;
}

.content-inner-md a:hover {
  opacity: 1;
}

.m-table__list-wrap {
  gap: 0;
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1080px) {
  .m-table__list-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .m-table__list-wrap {
    width: 100%;
    padding: 0 16px;
  }
}

.m-table__list-wrap .m-table__list:first-child {
  border-right: 1px solid #E4E4E4;
}
@media (max-width: 576px) {
  .m-table__list-wrap .m-table__list:first-child {
    border-right: none;
  }
}

.m-table__item {
  font-family: "A1 Mincho", "serif";
  border-bottom: 1px solid #E4E4E4;
}

.m-table__list-wrap--pc {
  display: block;
}
@media (max-width: 576px) {
  .m-table__list-wrap--pc {
    display: none;
  }
}

.m-table__list-wrap--sp {
  display: none;
}
@media (max-width: 576px) {
  .m-table__list-wrap--sp {
    display: block;
  }
}

.m-table__list-wrap--reform {
  padding: 0;
}

.m-table__link {
  display: flex;
  padding: 32px 40px 32px 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .m-table__link {
    font-size: 16px;
    padding: 24px 24px 24px 16px;
  }
}
@media (max-width: 576px) {
  .m-table__link {
    font-size: 15px;
    padding: 16px 12px 16px 12px;
  }
}
@media (max-width: 420px) {
  .m-table__link {
    font-size: 14px;
    padding: 16px 12px 16px 12px;
  }
}

.m-table__link span:last-child {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #77918C;
  border-right: 1px solid #77918C;
  transform: rotate(45deg) translateY(calc(50% + 4px));
  margin-left: auto;
  transition: all 0.2s ease;
}

.m-table__list {
  gap: 80px;
}

.m-page-section {
  padding-top: 120px;
}

.m-page-disc {
  padding-top: 3em;
  line-height: 2;
}

.m-table__list-wrap--map {
  width: 100%;
  margin-top: 100px;
}

.m-table__list-wrap--map .m-table__link span:last-child {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #77918C;
  border-right: 1px solid #77918C;
  transform: rotate(-45deg) translateY(calc(50% + 4px));
  margin-left: auto;
  transition: all 0.2s ease;
}

.m-news__date-wrap {
  margin-top: 23px;
}

.m-news__cat {
  margin-left: 18px;
  font-size: 12px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  border: 1px solid #151515;
  padding: 2px 10px;
}

.m-news__date {
  font-size: 12px;
  font-weight: 400;
}

.m-news__title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.m-cta {
  margin-top: 100px;
  position: relative;
}

.m-cta__inner {
  width: 100%;
  border-radius: 15px;
  z-index: -1;
  background: url("../img/common/cta-bg.png") center bottom/cover no-repeat;
}
@media (max-width: 768px) {
  .m-cta__inner {
    background: url("../img/common/cta-bg-sp.png") center bottom/cover no-repeat;
  }
}

.m-cta__inner {
  width: 100%;
  padding-bottom: 15%;
}
@media (max-width: 768px) {
  .m-cta__inner {
    text-align: center;
    padding-bottom: 50%;
  }
}

.m-cta__contents {
  width: 100%;
  margin: 0 auto;
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .m-cta__contents {
    width: fit-content;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
}

.m-cta__title span {
  display: block;
}
.m-cta__title span:first-child {
  font-size: clamp(45px, 3vw, 70px);
  font-weight: 400;
  font-family: "EB Garamond", "sans-serif";
}
.m-cta__title span:last-child {
  font-size: 12px;
  font-weight: 400;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
}
@media (max-width: 768px) {
  .m-cta__title {
    text-align: center;
  }
}

.m-cta__left-content {
  width: fit-content;
}
@media (max-width: 768px) {
  .m-cta__left-content {
    width: 100%;
  }
}

.m-cta__tel {
  font-size: clamp(30px, 2.5vw, 46px);
  font-weight: 400;
  font-family: "EB Garamond", "sans-serif";
  margin-top: 1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .m-cta__tel {
    text-align: left;
  }
}

.m-cta__tel--large {
  font-size: clamp(50px, 4vw, 70px);
  color: #00A162;
}
@media (max-width: 768px) {
  .m-cta__tel--large {
    display: block;
    margin-top: 10px;
  }
}

.m-cta__time {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .m-cta__time {
    font-size: 13px;
  }
}

.m-cta__right-content {
  width: fit-content;
  min-width: 30%;
}
@media (max-width: 768px) {
  .m-cta__right-content {
    width: 100%;
    margin-top: 32px;
  }
}

.m-cta__right-content p {
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 576px) {
  .m-cta__right-content p {
    font-size: 13px;
  }
}

.m-cta__btn {
  width: 100%;
  max-width: 540px;
  margin-top: 28px;
  background: transparent;
  padding: 26px 0;
  color: #00A162;
}
@media (max-width: 768px) {
  .m-cta__btn {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    margin-top: 24px;
  }
}

.m-child-page__title {
  padding-top: 96px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .m-child-page__title {
    flex-wrap: wrap;
  }
}

.m-child-page__title h1 {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: baseline;
}
@media (max-width: 576px) {
  .m-child-page__title h1 {
    font-size: 12px;
  }
}

.m-child-page__title h1 span {
  font-size: 50px;
  font-family: "EB Garamond", "sans-serif";
}
@media (max-width: 576px) {
  .m-child-page__title h1 span {
    font-size: 32px;
    text-align: left;
  }
}

.m-child-page__border-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}

.m-child-page__title p {
  flex-shrink: 0;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
}

.m-child-page__title {
  display: flex;
  width: 100%;
  align-items: baseline;
}
@media (max-width: 576px) {
  .m-child-page__title {
    flex-direction: column;
  }
}

.m-child-page__border-line-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.m-child-page__border-line-wrapper p {
  padding-left: 10px;
}

.m-pagination__content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 14px;
}

.breadcrumbs {
  font-size: 13px;
  font-weight: 300;
  color: #848484;
  text-decoration: none;
  line-height: 1.75;
  width: 100%;
}

.single-works-detail .breadcrumbs {
  color: #fff;
}

.breadcrumbs-wrapper {
  transform: translateY(50%);
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.m-display-container {
  height: auto;
}

.sidebar {
  min-width: 200px;
  width: fit-content;
  padding: 0px 5% 0px 5%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

@media (max-width: 1080px) {
  .m-display-sidebar {
    display: none;
  }
}

.sidebar__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: space-between;
  gap: 40px;
  padding: 3vh 0;
}

.sidebar__logo {
  max-width: 146px;
  height: auto;
  margin: 0 auto;
}

.sidebar-nav__item {
  margin-top: 5vh;
  line-height: 1;
}

.sidebar-nav__link {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.sidebar-nav__link-text-en {
  font-size: 12px;
  font-family: "EB Garamond", "sans-serif";
}

.sidebar-nav__link-text-ja {
  padding-top: 8px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
}

.sidebar-sns__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
}

.sidebar-sns__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sidebar-sns__link img {
  width: 20px;
  height: 20px;
}

.sidebar-sns__link span {
  font-weight: bold;
  font-size: 10px;
  color: #77918C;
  font-family: "A1 Mincho", "serif";
}

.sidebar-toggle.is-active {
  display: none;
}

.sidebar-toggle {
  background-color: #fff;
  width: 70px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  z-index: 1001;
}

.sidebar-toggle__logo {
  width: 32px;
  height: auto;
  margin: 0 auto;
}

.sidebar-toggle__menu-btn {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.sidebar-toggle__menu-btn img {
  width: 32px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar-toggle__sidebar {
  position: sticky;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  width: 70px;
  min-width: 70px;
  height: 100vh;
  transition: all 0.2s ease-in-out;
}

.sidebar__close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 0px;
  transform: translateX(50%);
}

.sidebar-toggle__sidebar.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  width: 200px;
  min-width: 200px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-center {
  text-align: center;
}

.u-mc {
  margin: 0 auto;
}

.u-mr {
  margin: 0 0 0 auto;
}

.u-en {
  font-family: "EB Garamond", "sans-serif";
}

.u-ja {
  font-family: "A1 Mincho", "serif";
}

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

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

/********** pages **********/
/* top-page*/
.top-topics {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  justify-content: space-between;
  gap: 20px;
  min-height: 120px;
  padding: 20px 5%;
  z-index: 50;
}
@media (max-width: 768px) {
  .top-topics {
    flex-direction: column;
    width: 100%;
    align-items: start;
    height: fit-content;
    padding-top: 40px;
    gap: 40px;
  }
}

.top-topics__title h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 48px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  flex-shrink: 0;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .top-topics__title h2 {
    font-size: 28px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}

.top-topics__item-01 {
  width: 65%;
}
@media (max-width: 768px) {
  .top-topics__item-01 {
    width: 100%;
  }
}

.top-topics__item-02 {
  width: auto;
}
@media (max-width: 768px) {
  .top-topics__item-02 {
    width: 100%;
  }
}

.top-topics__title span {
  flex-shrink: 0;
}

.top-topics-swiper {
  width: 40%;
}
@media (max-width: 768px) {
  .top-topics-swiper {
    width: 100%;
  }
}

.top-topics__flex {
  display: flex;
  align-items: center;
}

.top-topics__title-img {
  display: block;
  max-width: 135px;
  height: auto;
}

.top-topics__contents {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .top-topics__contents {
    align-items: start;
  }
}

.top-topics__contents a {
  display: inline-block;
  width: 100%;
}

.top-topics__head-wrap {
  text-align: center;
  flex-shrink: 0;
}

.top-topics__head-title {
  font-size: 20px;
  font-family: "EB Garamond", "sans-serif";
  color: #77918C;
}

.top-topics__head-date {
  font-size: 12px;
  margin-top: 8px;
  font-family: "EB Garamond", "sans-serif";
}

.top-topics__separator {
  width: 1px;
  height: 60px;
  display: block;
  margin: 0 16px 0 22px;
  background: #E4E4E4;
}
@media (max-width: 768px) {
  .top-topics__separator {
    height: 50px;
    margin: 0 10px 0 10px;
  }
}

.top-topics__body {
  padding-right: 20px;
  max-width: 380px;
}
@media (max-width: 576px) {
  .top-topics__body {
    max-width: 70%;
    margin-top: 10px;
  }
}

.top-topics__title {
  font-size: 15px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .top-topics__title {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 420px) {
  .top-topics__title {
    font-size: 13px;
  }
}

.top-topics__pager {
  margin-left: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 10px !important;
  height: 10px !important;
  right: 0 !important;
  left: auto !important;
}

.swiper-button-prev {
  top: 60% !important;
  transform: rotate(90deg);
}

.swiper-button-next {
  top: 100% !important;
  transform: rotate(90deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px !important;
  color: #77918C;
}

.scroll-down {
  position: absolute;
  right: 1%;
  bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  z-index: 100;
}
@media (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down p {
  writing-mode: vertical-rl;
  font-size: 12px;
  font-family: "EB Garamond", "sans-serif";
  color: #77918C;
  animation: float 2s ease-in-out infinite;
}

.scroll-down span {
  display: block;
  width: 1px;
  height: 88px;
  background: #77918C;
  position: relative;
  overflow: hidden;
}
.scroll-down span::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-event {
  padding-top: 60px;
}

.top-event__contents {
  padding-top: 40px;
}

#iemiru-cms-index-page {
  width: 100% !important;
  max-width: 100% !important;
}

#iemiru-cms-index-page .index-page__events-event {
  transition: 0.2s !important;
}

#iemiru-cms-index-page .index-page__events-event:hover {
  background: none !important;
  opacity: 0.8 !important;
}

#iemiru-cms-index-page .index-page__events-event .index-page__events-event-address {
  color: #77918C !important;
  font-size: 13px !important;
}

#iemiru-cms-index-page .label-event-black {
  font-family: "A1 Mincho", "serif" !important;
}

#iemiru-cms-index-page .label-yoyaku {
  font-family: "A1 Mincho", "serif" !important;
}

#iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
  font-family: "A1 Mincho", "serif" !important;
}

.top-event__more-btn {
  margin: 0 0 0 auto;
  margin-right: 5%;
  margin-top: 64px;
}

.top-section-accent {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .top-section-accent {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .top-section-accent {
    margin-top: 60px;
    height: 400px;
  }
}

.top-section-accent__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  clip-path: inset(0);
  z-index: -999;
}
@media (max-width: 576px) {
  .top-section-accent__inner {
    height: 400px;
  }
}

.top-section-accent__01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../../assets/img/top/top-section-bg01.png);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
@media (max-width: 768px) {
  .top-section-accent__01 {
    background-image: url(../../assets/img/top/top-section-bg01-sp.png);
  }
}

/***************************************************
 * Generated by SVG Artista on 6/13/2025, 9:08:22 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(189, 230, 215);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(189, 230, 215);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 2.5s linear 0s both;
  animation: animate-svg-fill-1 2.5s linear 0s both;
}

.top-concept {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-concept {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .top-concept {
    padding-bottom: 40px;
  }
}

.top-concept__line {
  position: absolute;
  top: 100px;
  right: 5%;
  width: 100vw;
  height: 100vh;
  z-index: -50;
}

.top-concept__line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-concept__head span {
  font-size: 16px;
  font-family: "EB Garamond", "sans-serif";
  color: #77918C;
}
.top-concept__head h2 {
  font-size: 40px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .top-concept__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .top-concept__head h2 {
    font-size: 24px;
  }
}

.top-concept__inner {
  display: flex;
  padding-right: 2.5%;
}
@media (max-width: 768px) {
  .top-concept__inner {
    flex-direction: column-reverse;
  }
}

.top-concept__left-contents {
  width: 50%;
  padding-top: 54px;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-concept__left-contents {
    width: 100%;
    padding-top: 0;
  }
}

.top-concept__left-contents-inner {
  text-align: left;
  display: inline-block;
}

.top-concept__text {
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 576px) {
  .top-concept__text {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .top-concept__text {
    font-size: 13px;
  }
}

.top-concept__more-btn {
  margin-top: 40px;
}

.top-concept__accent-img-wrap {
  position: relative;
  width: 50vw;
  z-index: 1;
}
@media (max-width: 1080px) {
  .top-concept__accent-img-wrap {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .top-concept__accent-img-wrap {
    width: 100%;
  }
}

.top-concept__accent-img--01 {
  width: 26vw;
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  z-index: -10;
}
@media (max-width: 768px) {
  .top-concept__accent-img--01 {
    width: 60%;
  }
}

.top-concept__accent-img--02 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(40%, -100%);
  width: 19vw;
  height: auto;
  aspect-ratio: 1/0.7;
}
@media (max-width: 768px) {
  .top-concept__accent-img--02 {
    width: 40%;
  }
}

.top-concept__accent-img--03 {
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 16vw;
  height: auto;
  transform: translate(-30%, 75%);
  aspect-ratio: 1/0.7;
  z-index: -10;
}
@media (max-width: 768px) {
  .top-concept__accent-img--03 {
    width: 40%;
  }
}

.top-service {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .top-service {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .top-service {
    padding-top: 60px;
  }
}

.top-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .top-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .top-service__list {
    gap: 40px;
  }
}

.top-service__item {
  padding: 70px;
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .top-service__item {
    padding: 15px;
  }
}

.top-service__item:hover {
  background: #F4F1E9;
}

.top-service__item .m-more-btn__sm span:nth-child(2) {
  transition: transform 0.3s ease;
}

.top-service__item:hover .m-more-btn__sm span:nth-child(2) {
  transform: translate(10px, -6px);
}

.top-voice__item .m-more-btn__sm span:nth-child(2) {
  transition: transform 0.3s ease;
}

.top-voice__item:hover .m-more-btn__sm span:nth-child(2) {
  transform: translate(6px, -6px);
}

.top-service__title {
  display: flex;
  flex-direction: column;
}
.top-service__title span {
  font-size: 50px;
}
@media (max-width: 576px) {
  .top-service__title span {
    font-size: 32px;
  }
}
.top-service__title span:last-child {
  font-size: 16px;
  font-weight: bold;
}

.top-service__text {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .top-service__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .top-service__text {
    font-size: 13px;
  }
}

.top-works {
  padding-top: 100px;
}

.top-works__list {
  margin-top: 40px;
}

.top-works__head {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
}

.top-works__head-arrow {
  display: block;
  width: 100%;
  height: 8px;
  border-bottom: 1px solid #151515;
  margin-left: auto;
  transform: translateX(-100%);
  transition: transform 0.8s ease;
}

.top-works__link:hover .top-works__head-arrow {
  transform: translateX(0);
}

.top-works__thumb {
  position: relative;
}
.top-works__thumb img {
  aspect-ratio: 16/9;
}

.top-works__new-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #fff;
  color: #00A162;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  font-family: "EB Garamond", "sans-serif";
  z-index: 10;
}
@media (max-width: 576px) {
  .top-works__new-label {
    font-size: 9px;
    padding: 3px 6px;
    bottom: 6px;
    left: 6px;
  }
}

.top-works__date-wrap {
  margin-top: 16px;
  font-size: 12px;
  color: #77918C;
}

.top-works__more-btn {
  margin-top: 54px;
}

.top-voice {
  margin-top: 100px;
  padding: 56px 0;
  background: #EFEFEF;
}

.top-voice__head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 576px) {
  .top-voice__head-wrap {
    flex-direction: column;
    align-items: start;
  }
}

.top-voice__head {
  position: relative;
  line-height: 1;
}

.top-voice__head span {
  font-size: 100px;
  font-family: "EB Garamond", "sans-serif";
  color: #fff;
}

.top-voice__head h2 {
  position: absolute;
  top: 52%;
  left: 20%;
  font-size: 18px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
}

.top-voice__copy {
  font-size: 14px;
  font-weight: 400;
}

.top-voice__list {
  margin-top: 64px;
}

.top-voice__item {
  background: #fff;
  position: relative;
}

.top-voice__link {
  display: block;
  padding: 32px 20px 26px 20px;
}

.top-voice__title {
  font-size: 24px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .top-voice__title {
    font-size: 18px;
  }
}

.top-voice__name {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .top-voice__name {
    font-size: 12px;
  }
}

.top-voice__contents {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .top-voice__contents {
    flex-direction: column;
    align-items: start;
  }
}

.top-voice__thumb {
  aspect-ratio: 1/1;
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .top-voice__thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.top-voice__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-voice__text {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 576px) {
  .top-voice__text {
    font-size: 13px;
  }
}

.top-voice__item-more-btn {
  margin: 0 0 0 auto;
  margin-top: 18px;
  bottom: 28px;
  right: 20px;
}

.top-voice__more-btn {
  margin-top: 64px;
  margin-left: auto;
}

.top-news {
  margin-top: 100px;
}

.top-news__list {
  margin-top: 40px;
}

.top-news__more-btn {
  margin-top: 68px;
}

.top-news .m-news__thumb {
  aspect-ratio: 1/0.7;
}

.top-news .m-news__thumb img {
  object-fit: cover;
  height: 100%;
}

.top-instagram {
  margin-top: 140px;
  padding-bottom: 64px;
  background: #F4F1E9;
}

@media (max-width: 576px) {
  .top-instagram__contents {
    gap: 40px;
  }
}

.top-instagram__head {
  transform: translateY(-50%);
}

.top-instagram__inner {
  margin-top: 40px;
}

.top-instagram__content {
  width: 45%;
}
@media (max-width: 576px) {
  .top-instagram__content {
    width: 100%;
  }
}

.top-instagram__name {
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .top-instagram__name {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
}

.top-instagram__name span:first-child {
  font-size: 20px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .top-instagram__name span:first-child {
    font-size: 16px;
  }
}

.top-instagram__name span:last-child {
  font-size: 15px;
  color: #77918C;
  margin-left: 32px;
}
@media (max-width: 576px) {
  .top-instagram__name span:last-child {
    margin-left: 0;
  }
}

.svg-wrap {
  width: 135px;
  height: auto;
  flex-shrink: 0;
  display: block;
  background: #fff;
  position: relative;
  aspect-ratio: 16/9;
  pointer-events: none;
}

.svg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.svg-elem-1 {
  stroke: #fff;
  fill: none;
  animation: animate-svg-stroke-1 0s ease-in 0s forwards;
}

.svg-elem-2 {
  stroke: #fff;
  fill: none;
  animation: animate-svg-stroke-2 0.5s ease-in 0.2s forwards;
  /* ← 遅らせたい場合 */
}

@media (max-width: 768px) {
  .top-concept__line-wrap {
    width: 100%;
    overflow: hidden;
  }
}

/* SVGアニメーション用のスタイル */
.animated-svg {
  width: 80%;
  height: auto;
  max-width: 1200px;
  margin: 50px auto;
  display: block;
  position: absolute;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .animated-svg {
    top: 25%;
    width: auto;
    left: 50%;
  }
}

.animated-path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}

.policy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.policy__content {
  line-height: 1.75;
}
.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}
.policy__content .wp-block-spacer {
  height: 40px !important;
}
.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}
.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}
.policy__content a {
  border-bottom: 1px solid #555;
}

.contact-page .header__menu-inner {
  display: none;
}

.contact__info {
  font-size: 14px;
  line-height: 2;
  margin-top: 46px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .contact__info {
    font-size: 13px;
  }
}

.contact__form {
  margin-top: 64px;
  width: 100%;
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  gap: 20px;
  align-items: baseline;
}
@media (max-width: 768px) {
  .form-unit {
    flex-direction: column;
    gap: 0;
  }
}

.form-unit--last {
  align-items: flex-start;
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  justify-content: space-between;
  width: 200px;
}
@media (max-width: 576px) {
  .form-unit__head {
    width: 100%;
  }
}

.m-required::after {
  content: "必須";
  color: #00A162;
  font-size: 10px;
  margin-left: 2px;
  border: 0.5px solid #707070;
  padding: 0 5px;
  line-height: 1.5;
}

.wpcf7-form-control-wrap {
  width: 100%;
  max-width: 600px;
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #D1D1D0;
  background: #F4F4F4;
  font-size: 16px;
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #D1D1D0;
  background: #F4F4F4;
  font-size: 16px;
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}
.wpcf7-list-item {
  display: block;
}

.submit-btn {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.submit-btn::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/common/arrow-right01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 20px;
  border: 1px solid #00A162;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  background-color: #00A162;
  color: #fff;
}

.submit-btn:hover::after {
  background-image: url("../../assets/img/common/arrow-right-white.png") !important;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #D1D1D0;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00A162;
  transform: translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}
.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .form-consent {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.form-consent p {
  text-align: left;
  line-height: 1.75;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-consent p {
    font-size: 13px;
  }
}

input.wpcf7-form-control.wpcf7-previous.form__prev {
  display: block !important;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 14px;
}

.m-category-list {
  margin-top: 64px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 576px) {
  .m-category-list {
    flex-direction: column;
  }
}

.m-category-list--column {
  flex-direction: column;
}

.m-cat__head {
  font-size: 20px;
  font-family: "EB Garamond", "sans-serif";
  color: #848484;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .m-cat__head {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .m-cat__head {
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 14px;
  }
}

.m-category-list--column .m-cat__head {
  margin-right: 0;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .m-category-list--column .m-cat__head {
    margin-bottom: 14px;
  }
}

.m-cat__list {
  display: flex;
  gap: 80px;
  margin-left: 1em;
  font-family: "A1 Mincho", "serif";
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .m-cat__list {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .m-cat__list {
    gap: 20px;
    font-size: 12px;
  }
}

.m-cat__item.active a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #848484;
}

.m-category-list-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .m-category-list-wrapper {
    flex-direction: column;
  }
}

.m-post__archive {
  margin-top: 64px;
}

.m-post__archive-ttl {
  font-size: 20px;
  font-family: "EB Garamond", "sans-serif";
  color: #848484;
  margin-bottom: 10px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .m-post__archive-ttl {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 12px;
  }
}
@media (max-width: 576px) {
  .m-post__archive-ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.m-post__archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-post__archive-item {
  position: relative;
}
.m-post__archive-item select {
  width: 100%;
  max-width: 200px;
  padding: 12px 16px;
  padding-right: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "A1 Mincho", "serif";
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23848484' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px;
}
@media (max-width: 768px) {
  .m-post__archive-item select {
    font-size: 15px;
    max-width: 150px;
    padding: 10px 12px;
  }
}
.m-post__archive-item select:focus {
  outline: none;
  border-color: #151515;
  box-shadow: 0 0 0 2px rgba(0, 161, 98, 0.1);
}
@media (max-width: 576px) {
  .m-post__archive-item select {
    font-size: 12px;
    padding: 10px 12px;
    padding-right: 35px;
    max-width: 130px;
    background-size: 10px;
    background-position: right 8px center;
  }
}

.pagenation-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.pagenation-wrapper .container {
  display: flex;
  gap: 8px;
}

.pagenation-inner {
  margin: 0 auto;
}

.page-numbers {
  font-size: 16px;
  min-width: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333;
  text-decoration: none;
}
.page-numbers:hover {
  border-color: #ccc;
}
.page-numbers.current {
  border-bottom: 1px solid #151515;
}

.page-numbers {
  margin: 0 12px;
}

.prev.page-numbers {
  margin-right: 40px;
}

.next.page-numbers {
  margin-left: 40px;
}

.m-article-content {
  margin-top: 80px;
}
@media (max-width: 576px) {
  .m-article-content {
    margin-top: 40px;
  }
}
.m-article-content h2 {
  font-size: 24px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 1em;
}
.m-article-content h3 {
  font-size: 20px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 1em;
}
.m-article-content p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1em;
}
@media (max-width: 576px) {
  .m-article-content p {
    font-size: 15px;
  }
}
.m-article-content a {
  color: #00A162;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 1em;
}
.m-article-content img {
  margin-top: 1em;
  aspect-ratio: 16/9;
}

.single-post img {
  object-fit: contain;
}

@media (min-width: 601px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-column {
    flex: 1 1 0% !important;
  }
}
.m-article-title {
  font-size: 38px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 1080px) {
  .m-article-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .m-article-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .m-article-title {
    font-size: 20px;
    margin-top: 20px;
  }
}

.m-article-date {
  font-size: 15px;
  font-family: "Barlow", "sans-serif";
  margin-top: 20px;
}
@media (max-width: 576px) {
  .m-article-date {
    font-size: 13px;
  }
}

.m-article-other {
  margin-top: 96px;
}

.m-article-other-ttl {
  font-size: 28px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .m-article-other-ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .m-article-other-ttl {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .m-article-other-ttl {
    font-size: 16px;
  }
}

.m-article-other-list {
  margin-top: 40px;
}

.m-article-other-item-content h3 {
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  font-size: 18px;
  margin-top: 12px;
}

.m-article-other-item-date span {
  font-size: 12px;
  color: #77918C;
  margin-top: 13px;
}

.m-article-other h2::before {
  content: "";
  display: none;
}

.voice__list {
  margin-top: 64px;
  gap: 60px;
}

.voice__thumb img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__content-title {
  font-size: 22px;
  margin-top: 40px;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .voice__content-title {
    font-size: 20px;
    margin-top: 20px;
  }
}

.voice__content-date {
  font-size: 15px;
  margin-top: 22px;
  color: #77918C;
}
@media (max-width: 576px) {
  .voice__content-date {
    font-size: 13px;
    margin-top: 10px;
  }
}

.voice-contents {
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .voice-contents {
    margin-top: 20px;
  }
}

.voice-contents__left {
  width: 90%;
  margin: 0 auto;
}

.voice-contents__left h2 {
  font-size: 24px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .voice-contents__left h2 {
    font-size: 20px;
  }
}

.voice-contents__left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", "sans-serif";
}
@media (max-width: 576px) {
  .voice-contents__left p {
    font-size: 14px;
  }
}

.voice__article-header {
  text-align: center;
}

.voice__article-thumb {
  margin-top: 80px;
  aspect-ratio: 16/9;
}
@media (max-width: 576px) {
  .voice__article-thumb {
    margin-top: 40px;
  }
}

.voice-contents h2 {
  display: flex;
  flex-direction: column;
}

.voice-contents h2::before {
  font-size: 18px;
  font-family: "EB Garamond", "sans-serif";
  font-weight: 300;
}

.voice-contents:nth-of-type(1) h2::before {
  content: "Question.01";
}

.voice-contents:nth-of-type(2) h2::before {
  content: "Question.02";
}

.voice-contents:nth-of-type(3) h2::before {
  content: "Question.03";
}

.voice-contents:nth-of-type(4) h2::before {
  content: "Question.04";
}

.voice-contents:nth-of-type(5) h2::before {
  content: "Question.05";
}

.voice-message {
  display: flex;
  margin-top: 140px;
}
@media (max-width: 576px) {
  .voice-message {
    margin-top: 100px;
    flex-direction: column;
  }
}

.voice-message__left {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .voice-message__left {
    width: 100%;
  }
}

.voice-message__left img {
  width: 100%;
  margin: 0 !important;
}

.voice-message__right {
  padding: 40px;
  background: #F4F1E9;
  width: 100%;
}

.voice-message__right-title {
  font-size: 25px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.voice-message__right p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "sans-serif";
}
@media (max-width: 576px) {
  .voice-message__right p {
    font-size: 14px;
  }
}

.m-article-other-item-thumb img {
  aspect-ratio: 16/10;
  object-position: center;
}

.staff__list-contents {
  margin-top: 80px;
}

.staff__list {
  gap: 64px 45px;
  margin-bottom: 200px;
}
@media (max-width: 1080px) {
  .staff__list {
    gap: 64px 20px;
  }
}
@media (max-width: 768px) {
  .staff__list {
    margin-bottom: 100px;
  }
}

.staff-position {
  font-size: 14px;
  font-family: "A1 Mincho", "serif";
  font-weight: 300;
  margin-top: 1em;
}

.staff-name {
  font-size: 20px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  margin-top: 14px;
}
@media (max-width: 768px) {
  .staff-name {
    font-size: 18px;
  }
}

.staff-message {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.staff-text-wrap {
  display: flex;
  align-items: baseline;
}
@media (max-width: 576px) {
  .staff-text-wrap {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .staff-text-wrap p:last-child {
    font-size: 14px;
  }
}

.staff-text {
  flex-shrink: 0;
}

.staff-text span {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  min-width: 6em;
  color: #77918C;
}
@media (max-width: 576px) {
  .staff-text span {
    font-size: 12px;
  }
}

.works__list {
  margin-top: 64px;
  gap: 60px 0;
}

.works__thumb {
  aspect-ratio: 1/0.7;
}

.works__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works__content {
  margin-top: 20px;
  padding: 0 15px;
}

.works__content-title {
  font-size: 18px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 12px;
}

.works__content-date {
  font-size: 12px;
  margin-top: 12px;
  font-family: "Noto Sans JP", "sans-serif";
  color: #77918C;
}

.works__detail-mainV {
  word-wrap: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
}

.works__article-header {
  position: relative;
  height: 100vh;
}

.works__article-header-ttl h1 {
  transform: translateX(5px);
}

.works__article-header-ttl h1::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #00A162;
  display: inline-block;
}

.works__article-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.works__article-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.2);
}

.works__article-header-content {
  width: calc(100% - 32px);
  position: absolute;
  bottom: 80px;
  left: 0;
}
@media (max-width: 576px) {
  .works__article-header-content {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}

.works__article-title {
  font-size: 34px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 1080px) {
  .works__article-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .works__article-title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .works__article-title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.works__article-content {
  margin-top: 80px;
}

.works__article-content img {
  margin-top: 2em;
}

.works__article-overview {
  margin-top: 80px;
  width: 100%;
  max-width: 400px;
}

.works__article-overview h3 {
  font-size: 16px;
  color: #77918C;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 6px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .works__article-overview h3 {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .works__article-overview h3 {
    padding-left: 10px;
  }
}

.works__article-overview-content {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 14px;
}
@media (max-width: 576px) {
  .works__article-overview-content {
    font-size: 13px;
    padding-left: 10px;
  }
}

.works__article-overview-content h4 {
  min-width: 5em;
  margin-right: 20px;
}

.news__list {
  margin-top: 64px;
  gap: 60px;
}

.news__thumb img {
  aspect-ratio: 1/0.7;
  width: 100%;
  height: 100%;
}

.news__content-title {
  font-size: 16px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 12px;
}

.news__content-date {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.news__content-date span:first-child {
  font-size: 12px;
  font-weight: bold;
  font-weight: 400;
  line-height: 1;
}

.news__content-date span:last-child {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-family: "A1 Mincho", "serif";
  border: 1px solid #151515;
  padding: 4px 18px;
}

.news__article-header {
  text-align: center;
}

.news__article-category-item {
  font-size: 15px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.news__article-content {
  padding-top: 80px;
}

.page-building .building-mainV__img {
  transform: translateY(-24px);
}
@media (max-width: 576px) {
  .page-building .building-mainV__img {
    width: 100%;
    height: 40vh;
    margin: 0 auto;
    margin-top: 40px;
    transform: translateY(0);
  }
}

.page-building .building-mainV__img img {
  object-position: center bottom;
}

.building-mainV {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60vh;
}
@media (max-width: 576px) {
  .building-mainV {
    padding-top: 80px;
  }
}

.building-mainV__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 576px) {
  .building-mainV__img {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 20px;
  }
}

.building-mainV__title-en {
  font-size: 50px;
  font-family: "EB Garamond", "sans-serif";
}

.building-mainV__title {
  font-size: 50px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}

.building-mainV__text {
  margin-top: 80px;
  font-size: 40px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 576px) {
  .building-mainV__text {
    font-size: 24px;
  }
}

.building__content-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.building__content-list {
  gap: 80px;
  margin-top: 200px;
}
@media (max-width: 1080px) {
  .building__content-list {
    gap: 40px;
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .building__content-list {
    gap: 20px;
    margin-top: 120px;
  }
}
@media (max-width: 576px) {
  .building__content-list {
    gap: 80px;
  }
}

.building__content-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  margin-top: 34px;
}
@media (max-width: 768px) {
  .building__content-title {
    font-size: 16px;
    margin-top: 18px;
  }
}

.building__content-head span {
  color: #848484;
  font-family: "EB Garamond", "sans-serif";
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .building__content-head span {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .building__content-head span {
    font-size: 12px;
    margin-top: 6px;
  }
}

.m-building-page__child-contents-section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .m-building-page__child-contents-section {
    margin-top: 64px;
  }
}
@media (max-width: 576px) {
  .m-building-page__child-contents-section {
    margin-top: 40px;
  }
}

.m-building-page__child-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1080px) {
  .m-building-page__child-contents {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .m-building-page__child-contents {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.m-building-page__child-contents-left {
  width: 50%;
}
@media (max-width: 1080px) {
  .m-building-page__child-contents-left {
    width: 100%;
    max-width: 600px;
  }
}

.m-building-page__child-contents-left h2 {
  font-size: 40px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .m-building-page__child-contents-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .m-building-page__child-contents-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.m-building-page__child-contents-left p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .m-building-page__child-contents-left p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .m-building-page__child-contents-left p {
    font-size: 14px;
  }
}

.m-building-page__child-contents-right {
  width: 50%;
  transform: translateY(-100px);
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .m-building-page__child-contents-right {
    width: 30%;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .m-building-page__child-contents-right {
    transform: translateY(0);
    margin: 0 auto;
    width: 100%;
  }
}

.m-building-page__child-contents-right-img img {
  object-position: bottom;
  max-height: 800px;
}

.faq-list {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .faq-list {
    margin-top: 80px;
  }
}

.faq-list tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .faq-list tr {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .faq-list tr {
    margin-bottom: 20px;
  }
}

.faq-list tr td:first-child {
  font-size: 22px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 768px) {
  .faq-list tr td:first-child {
    font-size: 18px;
  }
}

.faq-list tr td:first-child::before {
  content: "Q";
  display: inline-block;
  margin-right: 15px;
  font-size: 32px;
  font-weight: 400;
  font-family: "EB Garamond", "sans-serif";
}
@media (max-width: 768px) {
  .faq-list tr td:first-child::before {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .faq-list tr td:first-child::before {
    font-size: 20px;
    margin-right: 8px;
  }
}

.faq-list tr td:last-child {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .faq-list tr td:last-child {
    font-size: 14px;
  }
}

.faq-list td {
  border: none;
  line-height: 2;
}

.flow_head {
  margin-top: 110px;
  font-size: 40px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow_head {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .flow_head {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .flow_head {
    font-size: 22px;
  }
}

.flow-list__item-free {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.flow-list__item-free p {
  font-size: 18px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  flex-shrink: 0;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .flow-list__item-free p {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .flow-list__item-free p {
    font-size: 13px;
    padding: 0 10px;
  }
}

.flow-list__item-free::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}

.flow-list__item-free::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}

.flow-list {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .flow-list {
    margin-top: 80px;
  }
}

.flow-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
}
@media (max-width: 1080px) {
  .flow-list__item {
    grid-template-columns: 1fr 0.8fr;
    gap: 40px;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .flow-list__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.flow-list__item {
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .flow-list__left-content {
    grid-row: 2;
  }
}

.flow-list__item-step {
  font-size: 18px;
  font-family: "EB Garamond", "sans-serif";
  font-style: italic;
}

.flow-list__step-number {
  font-size: 50px;
}
@media (max-width: 576px) {
  .flow-list__step-number {
    font-size: 32px;
  }
}

.flow-list__item-title h2 {
  font-size: 28px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .flow-list__item-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .flow-list__item-title h2 {
    font-size: 20px;
  }
}

.flow-list__item-title h2 span {
  font-size: 14px;
}

.flow-list__item-text {
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .flow-list__item-text {
    font-size: 14px;
    margin-top: 28px;
  }
}

.flow-list__item-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.flow-list__item-tag span {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  padding: 15px 20px;
  font-family: "A1 Mincho", "serif";
  border: 1px solid #151515;
}

.page-energy-saving {
  overflow-x: hidden;
}

.energy-zeh {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .energy-zeh {
    margin-top: 96px;
  }
}

.energy-zeh__right-content table {
  text-align: center;
  border: 1px solid #BCBCBC !important;
  width: 100%;
}
@media (max-width: 768px) {
  .energy-zeh__right-content table {
    font-size: 12px;
    min-width: 100%;
    overflow-x: auto;
    margin-right: 50px;
  }
}

.js-scroll {
  overflow-y: hidden !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #BCBCBC transparent;
}

.scroll-hint-icon-small {
  top: 0% !important;
  transform: scale(0.7);
}
@media (max-width: 576px) {
  .scroll-hint-icon-small {
    transform: scale(0.7);
  }
}

@media (max-width: 576px) {
  .energy-zeh__right-content .wp-block-table {
    overflow-x: auto;
    margin: 0 -25px;
    padding: 0 25px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #BCBCBC transparent;
  }
}

@media (max-width: 576px) {
  .energy-zeh__right-content .wp-block-table::-webkit-scrollbar {
    height: 4px;
  }
}

@media (max-width: 576px) {
  .energy-zeh__right-content .wp-block-table::-webkit-scrollbar-track {
    background: transparent;
  }
}

@media (max-width: 576px) {
  .energy-zeh__right-content .wp-block-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 2px;
  }
}

.energy-zeh__right-content .wp-block-table thead {
  border: 1px solid #BCBCBC !important;
}

.energy-zeh__right-content table th {
  background: #00A162;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", "sans-serif";
  text-align: center;
  font-weight: 500;
  border: 1px solid #BCBCBC;
  padding: 8px 4px;
}
@media (max-width: 576px) {
  .energy-zeh__right-content table th {
    font-size: 10px;
    padding: 6px 2px;
    white-space: nowrap;
  }
}

.energy-zeh__right-content table th:first-child {
  background: #fff;
  color: #000;
}

.energy-zeh__right-content .wp-block-table td,
.energy-zeh__right-content .wp-block-table th {
  border: 1px solid #BCBCBC !important;
}

.energy-zeh__right-content .wp-block-table td {
  padding: 8px 4px;
}
@media (max-width: 576px) {
  .energy-zeh__right-content .wp-block-table td {
    font-size: 10px;
    padding: 6px 2px;
    white-space: nowrap;
  }
}

.energy-zeh__right-content .is-layout-flex {
  margin-bottom: 0 !important;
}

.energy-zeh__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
  overflow-x: hidden;
}
@media (max-width: 1080px) {
  .energy-zeh__contents {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .energy-zeh__contents {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .energy-zeh__contents {
    margin-bottom: 100px;
    gap: 30px;
  }
}

.energy-zeh__left-content {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 576px) {
  .energy-zeh__left-content {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .energy-zeh__right-content {
    width: 100%;
    margin-top: 20px;
  }
}

.energy-zeh__left-content h2 {
  font-size: 34px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .energy-zeh__left-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .energy-zeh__left-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.energy-zeh__left-content p,
.energy-zeh__right-content-text {
  line-height: 2;
  font-weight: 400;
  margin-top: 1em;
}
@media (max-width: 576px) {
  .energy-zeh__left-content p,
  .energy-zeh__right-content-text {
    font-size: 14px;
  }
}

.energy-zeh__right-content-text {
  margin-top: 1em;
}

.energy-zeh__right-content-img {
  margin-bottom: 40px;
}

.energy-zeh__right-content-img-text {
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .energy-zeh__right-content-img-text {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}

.energy-zeh__right-content-img-text--first {
  margin-top: 10px;
}

.page-design {
  overflow-x: hidden;
}

.design__contents {
  margin-top: 140px;
  align-items: center;
}
@media (max-width: 768px) {
  .design__contents {
    gap: 20px;
    grid-template-columns: 1fr 0.7fr;
    margin-top: 96px;
  }
}
@media (max-width: 576px) {
  .design__contents {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}

.design__left-content {
  max-width: 600px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .design__left-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .design__contents--reverse {
    grid-template-columns: 0.7fr 1fr;
  }
}
@media (max-width: 576px) {
  .design__contents--reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .design__left-content--grid-row02 {
    grid-row: 1;
    margin-top: 120px;
  }
}

.design__contents--last {
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .design__contents--last {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .design__contents--last .design__left-content {
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .design__right-content--last {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .design__right-content--last {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .design__right-content--last {
    gap: 10px;
  }
}

.design__contents h2 {
  font-size: 34px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .design__contents h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .design__contents h2 {
    font-size: 24px;
  }
}

.design__contents h3 {
  font-size: 22px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .design__contents h3 {
    font-size: 20px;
  }
}

.design__contents p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .design__contents p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .design__contents p {
    font-size: 14px;
  }
}

.design__right-content-img {
  width: 100%;
}

.design__right-content-img img {
  object-fit: contain;
  object-position: bottom;
}

.design__right-content-img-text {
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .design__right-content-img-text {
    font-size: 13px !important;
  }
}
@media (max-width: 576px) {
  .design__right-content-img-text {
    font-size: 12px !important;
  }
}
@media (max-width: 420px) {
  .design__right-content-img-text {
    font-size: 10px !important;
  }
}

.performance {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .performance {
    margin-top: 100px;
  }
}

.performance__title {
  font-size: 40px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .performance__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .performance__title {
    font-size: 28px;
  }
}

.performance__right-content p {
  margin-top: 1em;
  line-height: 2;
}

.performance__list {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  margin-top: 64px;
}
@media (max-width: 576px) {
  .performance__list {
    margin-top: 40px;
    justify-content: space-around;
    gap: 10px;
  }
}

.performance__item {
  padding: 20px 0;
  margin-left: 32px;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .performance__item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .performance__item {
    font-size: 13px;
    margin-left: 6px;
  }
}

.performance__item span:first-child {
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  padding-right: 0.5em;
}

.performance__item span:last-child {
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #77918C;
  border-right: 1px solid #77918C;
  transform: translateY(-50%) rotate(45deg);
  margin-left: auto;
  transition: all 0.2s ease;
}

.performance__contents {
  gap: 80px;
}

@media (max-width: 1080px) {
  .performance__contents {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .performance__contents {
    grid-template-columns: 1fr;
    margin-top: 80px;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .performance__contents {
    margin-top: 28px;
  }
}
@media (max-width: 1080px) {
  .performance__contents--first {
    grid-template-columns: 0.8fr 1fr;
  }
}
@media (max-width: 768px) {
  .performance__contents--first {
    grid-template-columns: 0.6fr 1fr;
  }
}
@media (max-width: 576px) {
  .performance__contents--first {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .performance__contents--first .performance__right-content {
    grid-row: 2 !important;
    width: 100% !important;
  }
}

.performance__contents--border {
  border-top: 1px solid #E4E4E4;
  margin-top: 40px;
  padding-top: 40px;
}

.performance__left-content--w90 {
  width: 90%;
}
@media (max-width: 576px) {
  .performance__left-content--w90 {
    width: 100%;
  }
}

.performance__left-content-title {
  font-size: 34px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  display: flex;
  color: #00A33E;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  .performance__left-content-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .performance__left-content-title {
    font-size: 22px;
    margin-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.performance__left-content-head {
  font-size: 22px;
  color: #151515;
  font-family: "A1 Mincho", "serif";
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .performance__left-content-head {
    font-size: 20px;
  }
}

.performance__left-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "A1 Mincho", "serif";
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .performance__left-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .performance__left-content h3 {
    font-size: 18px;
  }
}

.performance__left-content h4 {
  font-size: 20px;
  margin-bottom: 32px;
}

.performance__title--2col {
  flex-direction: column;
  align-items: flex-start !important;
}
.performance__sub-title {
  font-size: 18px;
  margin-top: 30px;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .performance__sub-title {
    font-size: 16px;
  }
}

.performance__left-content p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .performance__left-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .performance__left-content p {
    font-size: 14px;
  }
}

.performance__right-content img {
  object-fit: contain;
}

@media (max-width: 768px) {
  .performance__right-content--img {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .performance__right-content--img {
    grid-row: 2 !important;
  }
}

.performance__right-content--img img {
  max-width: 160px;
  object-fit: contain;
}

.performance__info {
  margin-top: 40px;
  border: 1px solid #707070;
  padding: 1.5em 2em;
}

.performance__info p {
  font-size: 16px;
  line-height: 2;
}

.performance__green-bg {
  background: #ECF4F2;
  padding: 50px;
}
@media (max-width: 1080px) {
  .performance__green-bg {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .performance__green-bg {
    padding: 40px 10px;
  }
}

.performance__green-bg .m-grid-2col-layout {
  grid-template-columns: 1fr 0.3fr;
}
@media (max-width: 576px) {
  .performance__green-bg .m-grid-2col-layout {
    grid-template-columns: 1fr;
  }
}

.performance__green-bg .performance__contents {
  margin-top: 0;
}

.performance__right-content-img-wrap {
  display: flex;
  gap: 100px;
  flex-direction: column;
}

@media (max-width: 768px) {
  .performance__caption {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.performance__last {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 576px) {
  .performance__last {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.performance__cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 576px) {
  .performance__cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.quality-housing-section__contents {
  align-items: end;
}
@media (max-width: 1080px) {
  .quality-housing-section__contents {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .quality-housing-section__contents {
    gap: 40px;
  }
}

.performance__right-content {
  width: 80%;
}
@media (max-width: 1080px) {
  .performance__right-content {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .performance__right-content {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .performance__right-content {
    width: 85%;
    grid-row: 2;
  }
}

.energy-zeh__right-content-table .scroll-notice {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .energy-zeh__right-content-table .scroll-notice {
    display: block;
  }
}

.quality-housing-section__contents-2 {
  margin-top: 190px;
}
@media (max-width: 768px) {
  .quality-housing-section__contents-2 {
    margin-top: 120px;
  }
}

.quality-housing-section__contents-2 .m-grid-2col-layout {
  gap: 100px;
}
@media (max-width: 768px) {
  .quality-housing-section__contents-2 .m-grid-2col-layout {
    gap: 40px;
  }
}

.quality-housing-section__contents-2 h2 {
  font-size: 34px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .quality-housing-section__contents-2 h2 {
    font-size: 22px;
  }
}

.quality-housing-section__contents-2-left p {
  line-height: 2;
  margin-bottom: 2em;
}

@media (max-width: 576px) {
  .quality-housing-section__contents-2-right {
    grid-row: 1;
  }
}

.about-us__content-wrap {
  padding-top: 86px;
  padding-bottom: 120px;
}
@media (max-width: 576px) {
  .about-us__content-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.about-us__title {
  margin-top: 28px;
  font-size: 28px;
  font-weight: 700;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 768px) {
  .about-us__title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .about-us__title {
    margin-top: 20px;
  }
}

.about-us__list {
  gap: 40px 80px;
}
@media (max-width: 1080px) {
  .about-us__list {
    gap: 40px 20px;
  }
}

.m-hover-wrap .m-more-btn__sm {
  transform: translateX(-10px);
}
.m-hover-wrap .m-more-btn__sm span {
  transition: all 0.3s ease;
}

.m-hover-wrap li:hover .m-more-btn__sm span:last-child {
  transform: translateY(-6px) translateX(10px);
}

.about-us__title span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #848484;
  font-family: "EB Garamond", "sans-serif";
}

.m-section-child__info {
  margin-top: 46px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .m-section-child__info {
    font-size: 14px;
  }
}

.message {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .message {
    margin-top: 80px;
  }
}

.message__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 170px;
  gap: 10px;
}
@media (max-width: 576px) {
  .message__item {
    flex-direction: column-reverse;
    margin-bottom: 80px;
    gap: 32px;
  }
}

@media (max-width: 576px) {
  .message__item:nth-child(even) {
    flex-direction: column;
  }
}

.message__text {
  width: 50%;
}
@media (max-width: 1080px) {
  .message__text {
    width: 55%;
  }
}
@media (max-width: 576px) {
  .message__text {
    width: 100%;
  }
}

.message__item-img {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .message__item-img {
    width: 100%;
  }
}

.message h2 {
  font-size: 34px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
}
@media (max-width: 768px) {
  .message h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .message h2 {
    font-size: 20px;
  }
}

.message p {
  font-family: "A1 Mincho", "serif";
  margin-top: 2em;
  line-height: 1.75;
}

.splide-wrapper {
  margin-top: 70px;
  pointer-events: none;
}

.img-slider__img-wrap {
  margin-top: 64px;
  overflow: hidden;
}

.img-slider__slider {
  position: relative;
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: slideLeft 50s linear infinite;
  z-index: -1;
}

.img-slider__img {
  flex-shrink: 0;
  width: 25vw;
  max-width: 400px;
  min-width: 200px;
}

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

/* アニメーション（全体の50%だけ動く） */
@keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-75%);
  }
}
.company-table {
  margin-top: 80px;
}

.company-table tr:first-child {
  border-top: 1px solid #BCBCBC;
}

.company-table tr {
  border-bottom: 1px solid #BCBCBC;
}
@media (max-width: 576px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 1em 0;
  }
}

.company-table tr td:first-child {
  font-size: 18px;
  color: #77918C;
}
@media (max-width: 576px) {
  .company-table tr td:first-child {
    font-size: 14px;
  }
}

.company-table td {
  padding: 1em;
  border: none;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .company-table td {
    padding: 0;
    font-size: 14px;
  }
}

.page-history {
  width: 100vw;
  overflow-x: hidden;
}

.company-history {
  margin-top: 120px;
  margin-bottom: 190px;
}
@media (max-width: 768px) {
  .company-history {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.company-history__content {
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .company-history__content {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .company-history__content {
    margin-bottom: 60px;
  }
}

.company-history .company-history__content:first-child {
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .company-history .company-history__content:first-child {
    margin-bottom: 80px;
  }
}

.company-history__content-flex {
  display: flex;
}
@media (max-width: 768px) {
  .company-history__content-flex {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .company-history__content-flex--first {
    flex-direction: column-reverse;
  }
}

.company-history__content-flex-text {
  width: 50%;
  padding-right: 70px;
  line-height: 2;
}
@media (max-width: 768px) {
  .company-history__content-flex-text {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .company-history__content-flex-text h4 {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .company-history__content-flex-text p {
    font-size: 13px;
  }
}

.company-history__content-flex-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 768px) {
  .company-history__content-flex-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .company-history__content-flex-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.company-history__content-flex-text h4 {
  font-family: "A1 Mincho", "serif";
}

.company-history__content-flex-img {
  width: 50%;
}
@media (max-width: 768px) {
  .company-history__content-flex-img {
    width: 100%;
  }
}

.company-history__content-flex-img img {
  object-fit: contain;
}

.company-history__content-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.company-history__content-title h2 {
  font-size: 55px;
  font-family: "EB Garamond", "sans-serif";
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .company-history__content-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .company-history__content-title h2 {
    font-size: 32px;
  }
}
.company-history__content-title span {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: 18px;
  flex-shrink: 0;
  font-family: "A1 Mincho", "serif";
}
@media (max-width: 768px) {
  .company-history__content-title span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .company-history__content-title span {
    font-size: 16px;
    margin-left: 12px;
    margin-top: 10px;
  }
}
.company-history__content-title p {
  font-size: 14px;
  line-height: 2;
  margin-left: 35px;
}
@media (max-width: 576px) {
  .company-history__content-title p {
    margin-left: 0;
    margin-top: 13px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .company-history__content-flex--history {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .company-history__content-flex--history {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .company-history__content-title--history {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company-history__content-title-flex--history p {
  display: block;
}
@media (max-width: 768px) {
  .company-history__content-title-flex--history p {
    display: none;
  }
}

.company-history__content-title-flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company-history__content-title--line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
  margin-left: 28px;
  margin-right: calc(50% - 50vw);
}

.company-history__content-wrap {
  background: #F0F0F0;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .company-history__content-wrap {
    padding: 40px 15px;
  }
}

.company-history__content-wrap .company-history__content-flex-img {
  padding: 0 10px;
}
@media (max-width: 576px) {
  .company-history__content-wrap .company-history__content-flex-img {
    padding: 0;
  }
}

.m-table__list-wrap--reform {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 576px) {
  .m-table__list-wrap--reform {
    margin-top: 40px;
  }
}

.m-table__list-wrap--reform .m-table__link {
  font-size: 16px;
}

.m-table__list-wrap--reform-sp {
  display: none;
}
@media (max-width: 576px) {
  .m-table__list-wrap--reform-sp {
    display: grid;
  }
}

.m-table__list-wrap--reform-pc {
  display: grid;
}
@media (max-width: 576px) {
  .m-table__list-wrap--reform-pc {
    display: none;
  }
}

.reform__head-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .reform__head-wrap {
    flex-direction: column-reverse;
  }
}

.reform__head-wrap .m-page-disc {
  width: 50%;
  max-width: 580px;
}
@media (max-width: 576px) {
  .reform__head-wrap .m-page-disc {
    width: 100%;
    max-width: 100%;
  }
}

.reform__head-wrap .m-page-disc h2 {
  font-size: 40px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reform__head-wrap .m-page-disc h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .reform__head-wrap .m-page-disc h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.reform__head-wrap p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .reform__head-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .reform__head-wrap p {
    font-size: 15px;
  }
}

.reform__head-img {
  width: 50%;
  aspect-ratio: 0.6/1;
  max-height: 85vh;
}
@media (max-width: 576px) {
  .reform__head-img {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.reform__contents {
  margin-top: 240px;
}
@media (max-width: 1080px) {
  .reform__contents {
    margin-top: 120px;
  }
}
@media (max-width: 576px) {
  .reform__contents {
    margin-top: 80px;
  }
}

.reform__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1080px) {
  .reform__content {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .reform__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.reform__content-right {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .reform__content-right {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .reform__content-right {
    width: 100%;
  }
}

.reform__content-title {
  font-size: 32px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reform__content-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .reform__content-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.reform__content-copy {
  font-size: 22px;
  font-family: "A1 Mincho", "serif";
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reform__content-copy {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.reform__content-text {
  font-size: 18px;
  line-height: 2em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .reform__content-text {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .reform__content-text {
    font-size: 16px;
  }
}

.reform__content-img-wrap {
  margin-top: 64px;
}

.reform__content-img-wrap h3 {
  font-size: 22px;
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .reform__content-img-wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.reform__content-label {
  margin-top: 20px;
}

.reform__content-label span {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #707070;
  padding: 6px 16px;
  margin: 5px;
  font-family: "A1 Mincho", "serif";
}

.reform__content-first {
  background: #F0F0F0;
  margin-top: 116px;
}
@media (max-width: 576px) {
  .reform__content-first {
    margin-top: 80px;
  }
}

.reform__content-first-inner {
  padding: 70px 10%;
}
@media (max-width: 576px) {
  .reform__content-first-inner {
    padding: 40px 20px;
  }
}

.reform__content-first-inner p {
  line-height: 2;
}
@media (max-width: 768px) {
  .reform__content-first-inner p {
    font-size: 14px;
  }
}

.reform__content-first-inner p:first-child {
  margin-bottom: 50px;
  font-size: 18px;
}

.reform__content-first-inner p:first-child {
  font-size: 16px;
}

@media (max-width: 420px) {
  .reform__content-first-inner p:first-child {
    font-size: 15px;
  }
}

.reform__content-first-img-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 576px) {
  .reform__content-first-img-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .reform__content-first-img {
    width: calc(33.3333333333% - 10px);
  }
}

.reform__content-first-img {
  aspect-ratio: 1/1;
}

.reform__content-second {
  margin-top: 40px;
}

.reform__content-second-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 576px) {
  .reform__content-second-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.reform__content-second-img {
  aspect-ratio: 1/1;
  padding: 20px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.reform__content-second-img:hover {
  opacity: 0.7;
}

.reform__content-second-img img {
  object-fit: contain;
}

.reform__content-second-search {
  width: 30px;
  margin: 0 0 0 auto;
  cursor: pointer;
  transition: opacity 0.3s;
}

.reform__content-second-search:hover {
  opacity: 0.7;
}

/* 画像ポップアップ用モーダル */
.img-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.img-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.img-modal__content img {
  max-width: 80vw;
  max-height: 70vh;
  display: block;
  margin-bottom: 8px;
}

.img-modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 2;
}

.reform__content-third {
  margin-top: 80px;
}

.reform__content-third-content {
  display: flex;
  padding-top: 30px;
  border-top: 1px solid #00A162;
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .reform__content-third-content {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.reform__content-third-content-head {
  font-family: "A1 Mincho", "serif";
  font-weight: bold;
  font-size: 25px;
  color: #00A162;
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .reform__content-third-content-head {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .reform__content-third-content-head {
    width: 100%;
    font-size: 18px;
  }
}

.reform__content-third-content-body {
  line-height: 2;
}
@media (max-width: 768px) {
  .reform__content-third-content-body {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .reform__content-third-content-body {
    font-size: 13px;
  }
}

.reform__content-third-content-body p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .reform__content-third-content-body p {
    font-size: 16px;
  }
}

.reform__content-third-content-body--flex {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .reform__content-third-content-body--flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.reform__content-third-content-body--flex h4 {
  font-size: 18px;
  flex-shrink: 0;
  background: #ECF4F2;
  min-width: 6em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 22px;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .reform__content-third-content-body--flex h4 {
    font-size: 16px;
    min-width: 0;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.reform__content-third-content--bg {
  background: #ECF4F2;
  padding: 40px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 576px) {
  .reform__content-third-content--bg {
    padding: 20px;
  }
}

.reform__content-third-content--bg p {
  font-size: 18px;
}

@media (max-width: 576px) {
  .reform__content-third-content--bg p {
    font-size: 16px;
    text-align: left;
  }
}

.reform__content-third-content--last {
  padding-bottom: 40px;
}

.reform__content-fourth-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 124px;
}
@media (max-width: 768px) {
  .reform__content-fourth-img {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .reform__content-fourth-img {
    margin-top: 64px;
    width: 100%;
  }
}

.reform__content-fourth-img p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .reform__content-fourth-img p {
    font-size: 13px;
  }
}

.reform__content-fifth {
  margin-top: 60px;
}

.reform__content-fifth-content .container-md {
  padding: 0;
}

.reform__content-fifth .container-lg {
  padding: 0;
}

.reform__content-fifth-content h2 {
  font-size: 25px;
  font-weight: bold;
  font-family: "A1 Mincho", "serif";
  color: #00A162;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #00A162;
  border-bottom: 1px solid #00A162;
}
@media (max-width: 576px) {
  .reform__content-fifth-content h2 {
    font-size: 20px;
  }
}

.reform__content-fifth-content-grid {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reform__content-fifth-content-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .reform__content-fifth-content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.reform__content-fifth-content-bg {
  background: #ECF4F2;
  padding: 50px 10px;
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 576px) {
  .reform__content-fifth-content-bg {
    margin-top: 60px;
    padding: 20px;
  }
}

.reform__content-fifth-content-bg p {
  font-size: 18px;
}
@media (max-width: 576px) {
  .reform__content-fifth-content-bg p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .reform__content-fifth-content-bg p {
    font-size: 15px;
  }
}

.reform__content-fifth-content-btn a {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1;
  padding: 20px;
  border: 1px solid #00A162;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}
@media (max-width: 576px) {
  .reform__content-fifth-content-btn a {
    line-height: 1.5;
  }
}

.reform__content-fifth-content-btn span {
  font-size: 16px;
}

.reform__content-fifth-content-btn img {
  width: 13px;
  height: 13px;
  transform: translateY(-0.25em);
}

#other-work {
  margin-bottom: 160px;
}/*# sourceMappingURL=main.css.map */