@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #26282f;
}

* {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap.lr {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .wrap {
    padding: 0 10px;
  }
  .wrap.lr {
    padding: 0 10px;
  }
}
a {
  color: #26282f;
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

/* font */
.din {
  font-family: din-2014, sans-serif;
}

/* #top .top-inner */
#top .top-inner {
  max-width: 1094px;
  margin: 0 auto;
}

/* top section title */
#top .section-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .section-title .en {
  font-size: 88px;
  font-family: din-2014, sans-serif;
}

#top .section-title .jp {
  font-size: 29px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  #top .section-title .en {
    font-size: clamp(60px, 6.4421669107vw, 88px);
  }
  #top .section-title .jp {
    font-size: clamp(20px, 2.1229868228vw, 29px);
  }
}
@media (max-width: 768px) {
  #top .section-title {
    gap: 2.56vw;
  }
  #top .section-title .en {
    font-size: 10.26vw;
  }
  #top .section-title .jp {
    font-size: 4.1vw;
  }
}
/* 共通：ヘッダー */
.header {
  background-color: #dbebf8;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
  height: 100%;
}

.header-logo {
  width: 307px;
  height: 71px;
}

.header-logo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.header-logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  border: none;
  padding: 5px 0 0;
  height: 90px;
  width: 90px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.header-toggle-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-toggle-lines span {
  display: block;
  width: 45px;
  height: 2px;
  background: #26282f;
  transition: transform 0.3s, opacity 0.3s;
}

.header-toggle-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.header-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 80vw;
  height: 100vh;
  background: #fff;
  padding: 120px 40px 30px;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.header-drawer-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.header-drawer-list li {
  list-style: none;
}

.header-drawer-list a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 6px 0;
  transition: all 0.3s;
  position: relative;
}

.header-drawer-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #26282f;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.header-drawer-list a:hover {
  opacity: 0.7;
}

.header-drawer-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.menu-open .header-drawer {
  transform: translateX(0);
}

body.menu-open .header-toggle-lines span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

body.menu-open .header-toggle-lines span:nth-child(2) {
  opacity: 0;
}

body.menu-open .header-toggle-lines span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
}

.header-tel {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-tel-icon {
  width: 27px;
  height: 27px;
}

.header-tel-icon .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-tel-number {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1;
  font-family: din-2014, sans-serif;
}

.header-tel-hours {
  font-size: 13px;
  margin: 0;
}

.header-tel-hours .din {
  font-size: 13px;
}

.header-nav {
  flex: 1;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-menu-item .header-menu-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  position: relative;
}

.header-menu-item .header-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #26282f;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.header-menu-item .header-menu-link:hover {
  opacity: 0.7;
}

.header-menu-item .header-menu-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  width: 170px;
  height: 100px;
  display: flex;
  flex-direction: column;
  background: #26282f;
  color: #fff;
  border-radius: 0 0 0 24px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 24px;
  position: relative;
  padding: 25px 0 0 27px;
  line-height: 1;
  gap: 6px;
}

.header-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  width: 16px;
  height: 13px;
  background-image: url("../img/arrow_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-contact:hover {
  opacity: 0.7;
}

.header-contact-sub {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 13px;
}

@media (max-width: 1240px) {
  .header-right {
    display: none;
  }
  .header-toggle {
    display: flex;
  }
  /* 追従時はロゴと背景色を非表示 */
  body.is-header-scrolled .header {
    background-color: transparent;
    transition: all 0.3s;
  }
  body.is-header-scrolled .header .header-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  /* 追従時：トグルは背景 #dbebf8、テキスト・線は白 */
  body.is-header-scrolled .header .header-toggle {
    background-color: #dbebf8;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header-logo {
    width: 200px;
    height: 46.2540716612px;
  }
  .header-toggle {
    gap: 4px;
    padding: 5px 10px 0;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
  }
  .header-toggle-lines {
    gap: 5px;
  }
  .header-toggle-lines span {
    width: 25px;
    height: 2px;
  }
  .header-toggle-text {
    font-size: 10px;
  }
  .header-drawer {
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }
  body.menu-open .header-toggle-lines span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  body.menu-open .header-toggle-lines span:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .header-toggle-lines span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* top mv */
#top .mv {
  position: relative;
  background-color: #dbebf8;
  padding-top: 100px;
}

/* グローバルメニューと青空写真の境のグラデーション（ヘッダー背景色 #dbebf8 から自然に繋ぐ） */
#top .mv-content {
  position: relative;
  z-index: 2;
}

#top .mv-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .mv-image-box .image-box01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .mv-image-box .image-box01 .image {
  top: 30px;
  left: calc(47px + (100vw - 1366px) / 2);
  width: 1243px;
  height: 728px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
}

#top .mv-image-box .image-box01 .mv-slide {
  position: absolute;
  opacity: 0;
  animation: mv-slide-fade 24s ease-in-out infinite;
}

#top .mv-image-box .image-box01 .mv-slide-1 {
  animation-delay: 2s;
}

#top .mv-image-box .image-box01 .mv-slide-2 {
  animation-delay: 8s;
}

#top .mv-image-box .image-box01 .mv-slide-3 {
  animation-delay: 14s;
}

#top .mv-image-box .image-box01 .mv-slide-4 {
  animation-delay: 20s;
}

#top .mv-title {
  padding: 315px 0 309px 0;
  font-size: 52px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0;
  position: relative;
  color: #26282f;
  animation: mv-title-out 2s ease forwards;
  animation-delay: 2s;
}

@keyframes mv-title-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes mv-slide-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1366px) {
  #top .mv-image-box .image-box01 .image {
    top: 2.196193265vw;
    left: 3.4407027818vw;
    width: 90.9956076135vw;
    height: 53.2942898975vw;
  }
  #top .mv-title {
    padding: 23.0600292826vw 0 22.6207906296vw 0;
    font-size: 3.8067349927vw;
  }
}
@media (max-width: 768px) {
  #top .mv {
    padding-top: 60px;
  }
  #top .mv-title {
    padding: 23.0600292826vw 0 18.3016105417vw 0;
    font-size: 5.13vw;
  }
}
/* mv test */
.mv-test {
  position: relative;
  height: 728px;
  overflow: hidden;
}

.mv-test .image-box0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-test .image-box0 .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1366px) {
  .mv-test {
    height: 53.2942898975vw;
  }
}
@media (max-width: 768px) {
  .mv-test {
    height: 52.0833333333vw;
  }
}
/* top about */
#top .about {
  padding: 95px 0;
  overflow: hidden;
}

#top .about-header {
  text-align: center;
  margin-bottom: 145px;
}

#top .about-title {
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 35px 0;
  letter-spacing: 0.1em;
}

#top .about-lead {
  font-size: 18px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#top .about-lead::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -137px;
  width: 69px;
  height: 85px;
  background-image: url("../img/about_illust01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#top .about .highlight {
  background: linear-gradient(to right, #cde3f6, #fbedf6);
}

#top .about-card-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

#top .about-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#top .about-card-body {
  display: flex;
  flex-direction: column;
  padding-right: 60px;
}

#top .about-card.reverse .about-card-body {
  order: 2;
  padding-right: 0;
  padding-left: 60px;
}

#top .about-card-no {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  color: #6aade6;
  font-weight: 700;
}

#top .about-card-no .label {
  font-size: 21px;
  letter-spacing: 0.1em;
}

#top .about-card-no .no {
  font-size: 35px;
  letter-spacing: 0.1em;
  position: relative;
  font-family: din-2014, sans-serif;
}

#top .about-card-no .no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background-color: #edf4fa;
  z-index: -1;
  border-radius: 50%;
}

#top .about-card-title {
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 20px 0 0 0;
}

#top .about-card-text {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0 0;
}

#top .about-card-image {
  margin-right: calc(50% - 50vw);
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}

#top .about-card.reverse .about-card-image {
  order: 1;
  margin-right: unset;
  margin-left: calc(50% - 50vw);
  border-radius: 0 40px 40px 0;
}

#top .about-card-image .image {
  width: 683px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-right: auto;
}

#top .about-card.reverse .about-card-image .image {
  margin-right: unset;
  margin-left: auto;
}

#top .about .btn-wrapper {
  text-align: center;
  margin-top: 75px;
}

#top .about .btn {
  width: 426px;
  background-color: #f5c245;
  position: relative;
}

#top .about .btn::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -377px;
  width: 240px;
  height: 294px;
  background-image: url("../img/about_illust02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#top .about .btn:hover {
  background-color: #fff;
}

@media (max-width: 1366px) {
  #top .about {
    padding: 6.9546120059vw 0;
  }
  #top .about-header {
    margin-bottom: 10.6149341142vw;
  }
  #top .about-title {
    font-size: 4.0995607613vw;
    margin: 0 0 2.5622254758vw 0;
  }
  #top .about-lead {
    font-size: clamp(14px, 1.32vw, 18px);
  }
  #top .about-lead::before {
    bottom: -2.196193265vw;
    right: -10.0292825769vw;
    width: 5.0512445095vw;
    height: 6.2225475842vw;
  }
  #top .about-card-list {
    gap: 8.78477306vw;
  }
  #top .about-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #top .about-card-body {
    display: flex;
    flex-direction: column;
    padding-right: 4.39238653vw;
  }
  #top .about-card.reverse .about-card-body {
    order: 2;
    padding-right: 0;
    padding-left: 4.39238653vw;
  }
  #top .about-card-no {
    display: inline-flex;
    align-items: center;
    gap: 1.3909224012vw;
    color: #6aade6;
    font-weight: 700;
  }
  #top .about-card-no .label {
    font-size: clamp(16px, 1.5373352855vw, 21px);
    letter-spacing: 0.1em;
  }
  #top .about-card-no .no {
    font-size: clamp(20px, 2.5622254758vw, 35px);
    letter-spacing: 0.1em;
    position: relative;
  }
  #top .about-card-no .no::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.6866764275vw;
    height: 7.6866764275vw;
    background-color: #edf4fa;
    z-index: -1;
    border-radius: 50%;
  }
  #top .about-card-title {
    font-size: clamp(20px, 2.1229868228vw, 29px);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 1.4641288433vw 0 0 0;
  }
  #top .about-card-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
    font-weight: 500;
    margin: 2.196193265vw 0 0 0;
  }
  #top .about-card-image {
    margin-right: calc(50% - 50vw);
    border-radius: 2.9282576867vw 0 0 2.9282576867vw;
    overflow: hidden;
  }
  #top .about-card.reverse .about-card-image {
    order: 1;
    margin-right: unset;
    margin-left: calc(50% - 50vw);
    border-radius: 0 2.9282576867vw 2.9282576867vw 0;
  }
  #top .about-card-image .image {
    width: 50vw;
    height: 35.1390922401vw;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-right: auto;
  }
  #top .about-card.reverse .about-card-image .image {
    margin-right: unset;
    margin-left: auto;
  }
  #top .about .btn-wrapper {
    text-align: center;
    margin-top: 5.4904831625vw;
  }
  #top .about .btn {
    width: 426px;
    background-color: #f5c245;
    position: relative;
  }
  #top .about .btn::after {
    content: "";
    position: absolute;
    top: -9.5168374817vw;
    right: -20.4978038067vw;
    width: 17.5695461201vw;
    height: 21.5226939971vw;
    background-image: url("../img/about_illust02.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #top .about .btn:hover {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  #top .about {
    padding: 15.38vw 0;
  }
  #top .about-header {
    margin-bottom: 20.51vw;
  }
  #top .about-title {
    font-size: 6.15vw;
    margin: 0 0 5.13vw 0;
  }
  #top .about-lead {
    font-size: 4.1vw;
    text-align: left;
  }
  #top .about-lead::before {
    display: none;
  }
  #top .about-card-list {
    gap: 15.38vw;
  }
  #top .about-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0vw;
  }
  #top .about-card-body {
    display: contents;
  }
  #top .about-card.reverse .about-card-body {
    order: 1;
    padding-right: 0;
    padding-left: 0;
  }
  #top .about-card-no {
    display: inline-flex;
    align-items: center;
    gap: 2.56vw;
    color: #6aade6;
    font-weight: 700;
    order: 1;
  }
  #top .about-card-no .label {
    font-size: 5.13vw;
    letter-spacing: 0.1em;
  }
  #top .about-card-no .no {
    font-size: 7.18vw;
    letter-spacing: 0.1em;
    position: relative;
    font-family: din-2014, sans-serif;
  }
  #top .about-card-no .no::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20.51vw;
    height: 20.51vw;
    background-color: #edf4fa;
    z-index: -1;
    border-radius: 50%;
  }
  #top .about-card-title {
    font-size: 5.13vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 5.13vw 0 0 0;
    order: 3;
  }
  #top .about-card-text {
    font-size: 4.1vw;
    font-weight: 500;
    margin: 7.69vw 0 0 0;
    order: 4;
  }
  #top .about-card-image {
    margin-right: 0;
    border-radius: 10.26vw;
    overflow: hidden;
    height: 51.28vw;
    order: 2;
    margin-top: 7.69vw;
  }
  #top .about-card.reverse .about-card-image {
    order: 2;
    margin-right: unset;
    margin-left: 0;
    border-radius: 10.26vw;
    height: 51.28vw;
  }
  #top .about-card-image .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-right: auto;
  }
  #top .about-card.reverse .about-card-image .image {
    margin-right: unset;
    margin-left: auto;
  }
  #top .about .btn-wrapper {
    text-align: center;
    margin-top: 15.38vw;
  }
  #top .about .btn {
    width: 100%;
    background-color: #f5c245;
    position: relative;
  }
  #top .about .btn::after {
    display: none;
  }
  #top .about .btn:hover {
    background-color: #fff;
  }
}
/* top news */
#top .news {
  padding: 120px 0;
  overflow: hidden;
}

#top .news-list {
  position: relative;
  max-width: 980px;
  margin: 20px auto 0;
}

#top .news-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 2px;
  background-color: #26282f;
}

#top .news-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1366px;
  height: 2px;
  background-color: #26282f;
}

#top .news-item {
  border-bottom: 1px solid #d9d9d9;
}

#top .news-item:last-child {
  border-bottom: none;
}

#top .news-link {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 24px 0;
  transition: all 0.3s;
}

#top .news-link:hover {
  opacity: 0.7;
}

#top .news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

#top .news-date {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#top .news-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  border: 2px solid currentColor;
  white-space: nowrap;
}

#top .news-tag-news {
  color: #6aade6;
}

#top .news-tag-event {
  color: #73a675;
}

#top .news-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  flex: 1;
  padding-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#top .news .btn-wrapper {
  text-align: center;
  margin-top: 46px;
}

@media (max-width: 1366px) {
  #top .news {
    padding: 8.78477306vw 0;
  }
  #top .news-list {
    margin: 1.4641288433vw auto 0;
  }
  #top .news-list::before {
    width: 100vw;
  }
  #top .news-list::after {
    width: 100vw;
  }
  #top .news-date {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
  #top .news-text {
    font-size: clamp(16px, 1.317715959vw, 18px);
  }
}
@media (max-width: 768px) {
  #top .news {
    padding: 15.38vw 0 15.38vw;
  }
  #top .news-list {
    max-width: 100%;
    margin: 5.13vw auto 0;
  }
  #top .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.56vw;
    padding: 5.13vw 0;
  }
  #top .news-meta {
    gap: 2.56vw;
  }
  #top .news-date {
    font-size: 4.1vw;
  }
  #top .news-tag {
    width: 17.44vw;
    height: 5.64vw;
    font-size: 2.82vw;
  }
  #top .news-text {
    font-size: 4.1vw;
    padding-right: 5.13vw;
    width: 100%;
  }
  #top .news .btn-wrapper {
    margin-top: 10.26vw;
  }
}
/* top service */
#top .service {
  padding: 120px 0 390px;
  background: linear-gradient(to bottom, #e8f7ff 0%, #fbf3f8 100%);
  position: relative;
}

#top .service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.6398243045vw;
  background-image: url("../img/top_service_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#top .service-header {
  margin: 0 auto 36px;
}

#top .service-lead {
  font-size: 18px;
  font-weight: 700;
  margin: 36px 0 0;
  letter-spacing: 0.1em;
}

#top .service-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 70px 0;
}

#top .service-card {
  position: relative;
}

#top .service-card-label {
  position: absolute;
  top: -12px;
  left: 12px;
  background: #fff;
  border-radius: 6px;
  padding: 22px 12px 25px;
  font-size: 24px;
  font-weight: 500;
  writing-mode: vertical-rl;
  z-index: 3;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .service-card-label-border {
  position: absolute;
  top: -14px;
  left: 10px;
  background: #fff;
  border: 2px solid #26282f;
  border-radius: 6px;
  padding: 2px 12px 25px;
  font-size: 24px;
  font-weight: 500;
  writing-mode: vertical-rl;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 1;
}

#top .service-card-body {
  background: #fff;
  border: 2px solid #26282f;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

#top .service-card-image {
  position: relative;
  height: 330px;
  z-index: 2;
}

#top .service-card-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .service-card-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 0.1em;
  flex: 1;
}

#top .service-other-service {
  text-align: center;
  margin-bottom: 30px;
}

#top .service-other-service-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}

#top .service-category-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-content: space-between;
}

#top .service-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

#top .service-category:nth-child(2n) {
  margin-top: 30px;
}

#top .service-category-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

#top .service-category-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .service-category-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

#top .service .btn-wrapper {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 1366px) {
  #top .service {
    padding: 8.78477306vw 0 28.5505124451vw;
  }
  #top .service-lead {
    font-size: clamp(16px, 1.0248901903vw, 18px);
  }
  #top .service-card-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
  #top .service-category {
    gap: 1.0980966325vw;
  }
  #top .service-category:nth-child(2n) {
    margin-top: 2.196193265vw;
  }
  #top .service-category-image {
    width: 8.78477306vw;
    height: 8.78477306vw;
  }
  #top .service-category-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 768px) {
  #top .service {
    padding: 15.38vw 0 30.77vw;
  }
  #top .service::before {
    height: 11.6398243045vw;
  }
  #top .service-header {
    margin: 0 auto 7.69vw;
  }
  #top .service-lead {
    font-size: 4.1vw;
    margin: 7.69vw 0 0;
  }
  #top .service-card-list {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin: 0 0 17.95vw 0;
  }
  #top .service-card-label {
    top: -3.08vw;
    left: 3.08vw;
    border-radius: 1.54vw;
    padding: 5.13vw 3.08vw 5.13vw;
    font-size: 5.13vw;
  }
  #top .service-card-label-border {
    top: -3.59vw;
    left: 2.56vw;
    border-radius: 1.54vw;
    padding: 5.13vw 3.08vw 5.13vw;
    font-size: 5.13vw;
  }
  #top .service-card-body {
    border-radius: 4.1vw;
  }
  #top .service-card-image {
    height: 71.79vw;
  }
  #top .service-card-text {
    font-size: 4.62vw;
    padding: 5.13vw 3.85vw;
  }
  #top .service-other-service {
    margin-bottom: 7.69vw;
  }
  #top .service-other-service-text {
    font-size: 4.62vw;
  }
  #top .service-category-list {
    grid-template-columns: repeat(4, 1fr);
  }
  #top .service-category {
    gap: 3.85vw;
  }
  #top .service-category:nth-child(2n) {
    margin-top: 7.69vw;
  }
  #top .service-category-image {
    width: 20.51vw;
    height: 20.51vw;
  }
  #top .service-category-text {
    font-size: 3.33vw;
  }
  #top .service .btn-wrapper {
    margin-top: 15.38vw;
  }
}
/* top diy */
#top .diy {
  padding: 0;
  position: relative;
  z-index: 1;
}

#top .diy-inner {
  padding-bottom: 120px;
  border-bottom: 1px solid #26282f;
}

#top .diy-title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#top .diy-title::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -335px;
  width: 303px;
  height: 299px;
  background-image: url("../img/top_diy_illust01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .diy-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 129px;
  height: 131px;
  background-image: url("../img/top_diy_illust02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .diy-title-en {
  font-family: "Oleo Script", cursive;
  font-size: 76px;
  margin: 0 0 10px 0;
  line-height: 1;
  letter-spacing: 0.03em;
}

#top .diy-title-en .illust {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#top .diy-title-en .illust::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -60px;
  width: 211px;
  height: 53px;
  background-image: url("../img/top_diy_illust03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .diy-title-jp {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1em;
}

#top .diy-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 35px;
}

#top .diy-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#top .diy-image {
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  margin-left: 50px;
}

#top .diy-image .image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1366px) {
  #top .diy-inner {
    padding-bottom: 8.78477306vw;
  }
  #top .diy-title::before {
    top: -4.39238653vw;
    left: -23.4260614934vw;
    width: 22.1815519766vw;
    height: 21.8887262079vw;
  }
  #top .diy-title::after {
    right: -2.9282576867vw;
    width: 9.4436310395vw;
    height: 9.5900439239vw;
  }
  #top .diy-title-en {
    font-size: clamp(60px, 5.5636896047vw, 76px);
    margin: 0 0 0.7320644217vw 0;
  }
  #top .diy-title-en .illust::before {
    bottom: 1.2445095168vw;
    left: -4.39238653vw;
    width: 15.4465592972vw;
    height: 3.8799414348vw;
  }
  #top .diy-title-jp {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
  #top .diy-content {
    margin-top: 2.5622254758vw;
  }
  #top .diy-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
  #top .diy-image {
    border-radius: 2.3426061493vw;
    margin-left: 3.6603221083vw;
  }
}
@media (max-width: 768px) {
  #top .diy-inner {
    padding-bottom: 15.38vw;
  }
  #top .diy-title::before {
    display: none;
  }
  #top .diy-title::after {
    display: none;
  }
  #top .diy-title-en {
    font-size: 12.31vw;
    margin: 0 0 2.56vw 0;
  }
  #top .diy-title-en .illust::before {
    bottom: 3.33vw;
    left: -12.31vw;
    width: 38.46vw;
    height: 9.49vw;
  }
  #top .diy-title-jp {
    font-size: 4.1vw;
  }
  #top .diy-content {
    grid-template-columns: 1fr;
    margin-top: 7.69vw;
    gap: 5.13vw;
  }
  #top .diy-text {
    font-size: 4.1vw;
  }
  #top .diy-image {
    border-radius: 4.1vw;
    margin-left: 0;
  }
}
/* top area */
#top .area {
  padding: 110px 0 90px;
  background: #fff;
}

#top .area-header {
  text-align: center;
  margin-bottom: 55px;
}

#top .area-title {
  justify-content: center;
}

#top .area-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 35px 0 0 0;
}

#top .area-content {
  display: flex;
  gap: 66px;
}

#top .area-map {
  width: 733px;
  height: 365px;
}

#top .area-map .image {
  width: 100%;
  height: auto;
  display: block;
}

#top .area-list-title {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 25px 0;
  letter-spacing: 0.1em;
}

#top .area-group {
  margin-bottom: 25px;
}

#top .area-group-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 8px 0;
}

#top .area-group-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

#top .area-group-title.area-east {
  color: #6aade6;
}

#top .area-group-title.area-central {
  color: #b1b2b5;
}

#top .area-group-title.area-west {
  color: #73a675;
}

@media (max-width: 1366px) {
  #top .area {
    padding: 8.0527086384vw 0 6.588579795vw;
  }
  #top .area-header {
    margin-bottom: 4.0263543192vw;
  }
  #top .area-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 2.5622254758vw 0 0 0;
  }
  #top .area-content {
    gap: 4.831625183vw;
    justify-content: center;
  }
  #top .area-map {
    width: 53.6603221083vw;
    height: 26.7203513909vw;
  }
  #top .area-map .image {
    width: 100%;
    height: auto;
    display: block;
  }
  #top .area-list-title {
    font-size: clamp(20px, 2.3426061493vw, 32px);
    margin: 0 0 1.8301610542vw 0;
  }
  #top .area-group {
    margin-bottom: 1.8301610542vw;
  }
  #top .area-group-title {
    font-size: clamp(14px, 1.0980966325vw, 15px);
    margin: 0 0 0.5856515373vw 0;
  }
  #top .area-group-text {
    font-size: clamp(14px, 1.0980966325vw, 15px);
    margin: 0;
  }
}
@media (max-width: 768px) {
  #top .area {
    padding: 15.38vw 0 15.38vw;
  }
  #top .area-header {
    margin-bottom: 10.26vw;
  }
  #top .area-lead {
    font-size: 4.1vw;
    margin: 8.97vw 0 0 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #top .area-content {
    gap: 7.69vw;
    flex-direction: column;
    align-items: center;
  }
  #top .area-map {
    width: 100%;
    height: auto;
  }
  #top .area-list-title {
    font-size: 5.13vw;
    margin: 0 0 2.56vw 0;
  }
  #top .area-group {
    margin-bottom: 3.85vw;
  }
  #top .area-group-title {
    font-size: 4.62vw;
    margin: 0 0 0vw 0;
  }
  #top .area-group-text {
    font-size: 4.1vw;
  }
}
/* top works */
#top .works {
  padding: 55px 0 90px;
  background-color: #e9f4fb;
  position: relative;
  z-index: 1;
  margin: 130px 0 0;
}

#top .works::before {
  content: "";
  position: absolute;
  top: -129px;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #e9f4fb;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}

#top .works::after {
  content: "";
  position: absolute;
  bottom: -129px;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #e9f4fb;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: -1;
}

#top .works-header {
  margin: 0 0 45px 0;
  position: relative;
  z-index: 1;
}

#top .works-header::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 465px;
  width: 93px;
  height: 66px;
  background-image: url("../img/top_works_illust01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .works-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 25px 0 0 0;
}

#top .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  position: relative;
}

#top .works-list::before {
  content: "";
  position: absolute;
  top: -345px;
  right: -52px;
  width: 327px;
  height: 359px;
  background-image: url("../img/top_works_illust02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .works-item {
  list-style: none;
}

#top .works-link {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

#top .works-link:hover {
  opacity: 0.7;
}

#top .works-image-wrapper {
  position: relative;
}

#top .works-image {
  border-radius: 21px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 341.33/227.55;
}

#top .works-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .works-tag {
  position: absolute;
  bottom: -14px;
  left: 0;
  min-width: 80px;
  height: 28px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}

#top .works-tag-kitchen {
  background: #66bb6a;
}

#top .works-tag-toilet {
  background: #81d4fa;
}

#top .works-tag-bath {
  background: #4fc3f7;
}

#top .works-tag-living {
  background: #ffb74d;
}

#top .works-tag-exterior {
  background: #90a4ae;
}

#top .works-tag-office {
  background: #9575cd;
}

#top .works-tag-roof {
  background: #78909c;
}

#top .works-tag-outer-wall {
  background: #616161;
}

#top .works-tag-entrance {
  background: #a1887f;
}

#top .works-tag-garden {
  background: #8bc34a;
}

#top .works-tag-new-house {
  background: #ff8a65;
}

#top .works-meta {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

#top .works-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#top .works .btn-wrapper {
  text-align: center;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

#top .works .btn-wrapper::before {
  content: "";
  position: absolute;
  bottom: -290px;
  right: -30px;
  width: 284px;
  height: 303px;
  background-image: url("../img/top_works_illust03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

@media (max-width: 1366px) {
  #top .works {
    padding: 4.0263543192vw 0 6.588579795vw;
  }
  #top .works::before {
    top: -9.4436310395vw;
    height: 9.5168374817vw;
  }
  #top .works::after {
    bottom: -9.4436310395vw;
    height: 9.5168374817vw;
  }
  #top .works-header {
    margin: 0 0 3.2942898975vw 0;
  }
  #top .works-header::before {
    top: -2.5622254758vw;
    left: 34.0409956076vw;
    width: 6.8081991215vw;
    height: 4.831625183vw;
  }
  #top .works-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 1.8301610542vw 0 0 0;
  }
  #top .works-list {
    gap: 2.5622254758vw;
  }
  #top .works-list::before {
    top: -25.2562225476vw;
    right: -1.6105417277vw;
    width: 23.9385065886vw;
    height: 26.2811127379vw;
  }
  #top .works-image {
    border-radius: 1.5373352855vw;
  }
  #top .works-tag {
    bottom: -1.0248901903vw;
    height: 28px;
    border-radius: 3px;
    font-size: 13px;
  }
  #top .works-meta {
    font-size: clamp(14px, 1.1713030747vw, 16px);
    margin-top: 2.196193265vw;
  }
  #top .works-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin-top: 2.5622254758vw;
  }
  #top .works .btn-wrapper {
    margin-top: 5.1244509517vw;
  }
  #top .works .btn-wrapper::before {
    bottom: -21.2298682284vw;
    right: -2.196193265vw;
    width: 20.7906295754vw;
    height: 22.1815519766vw;
  }
}
@media (max-width: 768px) {
  #top .works {
    padding: 15.38vw 0 15.38vw;
    background-color: #e9f4fb;
    position: relative;
    z-index: 1;
    margin: 15.38vw 0 0;
  }
  #top .works::before {
    content: "";
    position: absolute;
    top: -15.13vw;
    left: 0;
    width: 100%;
    height: 15.38vw;
    background-color: #e9f4fb;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
  }
  #top .works::after {
    content: "";
    position: absolute;
    bottom: -15.13vw;
    left: 0;
    width: 100%;
    height: 15.38vw;
    background-color: #e9f4fb;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: -1;
  }
  #top .works-header {
    margin: 0 0 11.54vw 0;
    position: relative;
    z-index: 1;
  }
  #top .works-header::before {
    display: none;
  }
  #top .works-lead {
    font-size: 4.1vw;
    margin: 6.41vw 0 0 0;
  }
  #top .works-list {
    grid-template-columns: 1fr;
    gap: 7.69vw;
  }
  #top .works-list::before {
    display: none;
  }
  #top .works-image {
    border-radius: 5.38vw;
    height: 51.28vw;
    aspect-ratio: unset;
  }
  #top .works-tag {
    bottom: -3.59vw;
    min-width: 20.51vw;
    height: 7.18vw;
    border-radius: 0.77vw;
    font-size: 3.33vw;
    padding: 0 3.85vw;
  }
  #top .works-meta {
    font-size: 3.59vw;
    margin-top: 5.13vw;
  }
  #top .works-text {
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }
  #top .works .btn-wrapper {
    margin-top: 12.82vw;
  }
  #top .works .btn-wrapper::before {
    display: none;
  }
}
/* top voice */
#top .voice {
  padding: 150px 0 120px;
}

#top .voice-header {
  position: relative;
  z-index: 1;
}

#top .voice-header::before {
  content: "";
  position: absolute;
  top: -135px;
  left: 47px;
  width: 87px;
  height: 113px;
  background-image: url("../img/top_voice_illust01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .voice-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 34px 0 55px 0;
}

#top .voice-list {
  display: grid;
  gap: 42px;
}

#top .voice-card {
  position: relative;
  border: 1px solid #ecf4f7;
  border-radius: 16px;
  padding: 44px 70px 40px 76px;
  width: calc(100% - 6px);
  z-index: 0;
}

#top .voice-card > * {
  position: relative;
  z-index: 2;
}

#top .voice-card::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #cde3f6, #fbedf6);
  border-radius: 16px;
  z-index: 0;
}

#top .voice-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 16px;
  z-index: 1;
}

#top .voice-number {
  position: absolute;
  top: -55px;
  right: 50px;
  font-family: "Oleo Script", cursive;
  font-size: 32px;
  color: #fff;
  -webkit-text-stroke: 8px #26282f;
  paint-order: stroke fill;
}

#top .voice-number .highlight {
  font-size: 60px;
}

#top .voice-card-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}

#top .voice-card-meta {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}

#top .voice-card-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#top .voice-card-text p {
  margin: 0;
}

#top .voice .btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1366px) {
  #top .voice {
    padding: 10.980966325vw 0 8.78477306vw;
  }
  #top .voice-header::before {
    top: -9.8828696925vw;
    left: 3.4407027818vw;
    width: 6.3689604685vw;
    height: 8.2723279649vw;
  }
  #top .voice-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 2.4890190337vw 0 4.0263543192vw 0;
  }
  #top .voice-list {
    gap: 3.074670571vw;
  }
  #top .voice-card {
    border-radius: 1.1713030747vw;
    padding: 3.2210834553vw 5.1244509517vw 2.9282576867vw 5.5636896047vw;
    width: calc(100% - 0.439238653vw);
  }
  #top .voice-card::before {
    top: 0.439238653vw;
    left: 0.439238653vw;
    border-radius: 1.1713030747vw;
  }
  #top .voice-card::after {
    border-radius: 1.1713030747vw;
  }
  #top .voice-number {
    top: -4.0263543192vw;
    right: 3.6603221083vw;
    font-size: clamp(20px, 2.3426061493vw, 32px);
    -webkit-text-stroke: 0.5856515373vw #26282f;
  }
  #top .voice-number .highlight {
    font-size: clamp(30px, 4.39238653vw, 60px);
  }
  #top .voice-card-title {
    font-size: clamp(14px, 1.756954612vw, 24px);
    margin: 0 0 0.7320644217vw 0;
  }
  #top .voice-card-meta {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0 0 0.7320644217vw 0;
  }
  #top .voice-card-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
  #top .voice .btn-wrapper {
    margin-top: 3.6603221083vw;
  }
}
@media (max-width: 768px) {
  #top .voice {
    padding: 15.38vw 0 15.38vw;
  }
  #top .voice-header::before {
    display: none;
  }
  #top .voice-lead {
    font-size: 4.1vw;
    margin: 6.41vw 0 14.1vw 0;
  }
  #top .voice-list {
    gap: 7.69vw;
  }
  #top .voice-card {
    border-radius: 4.1vw;
    padding: 5.13vw 5.13vw 5.13vw 5.13vw;
    width: calc(100% - 1.54vw);
  }
  #top .voice-card::before {
    content: "";
    position: absolute;
    top: 1.54vw;
    left: 1.54vw;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #cde3f6, #fbedf6);
    border-radius: 4.1vw;
    z-index: 0;
  }
  #top .voice-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 4.1vw;
    z-index: 1;
  }
  #top .voice-number {
    position: absolute;
    top: -6.41vw;
    right: 6.41vw;
    font-family: "Oleo Script", cursive;
    font-size: 6.15vw;
    color: #fff;
    -webkit-text-stroke: 2.05vw #26282f;
    paint-order: stroke fill;
  }
  #top .voice-number .highlight {
    font-size: 7.69vw;
  }
  #top .voice-card-title {
    font-size: 5.13vw;
    margin: 0 0 1.28vw 0;
  }
  #top .voice-card-meta {
    font-size: 3.59vw;
    margin: 0 0 2.56vw 0;
  }
  #top .voice-card-text {
    font-size: 4.1vw;
  }
  #top .voice .btn-wrapper {
    margin-top: 15.38vw;
  }
}
/* top blog */
#top .blog {
  padding: 100px 0;
  background: #e7f0e9;
}

#top .blog-header {
  position: relative;
  z-index: 1;
}

#top .blog-header::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 25px;
  width: 175px;
  height: 149px;
  background-image: url("../img/top_blog_illust.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#top .blog-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 15px 0 60px 0;
}

#top .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

#top .blog-item {
  list-style: none;
}

#top .blog-link {
  display: flex;
  flex-direction: column;
}

#top .blog-image {
  border-radius: 24px;
  overflow: hidden;
}

#top .blog-image .image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .blog-meta {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 20px 0 0 0;
}

#top .blog-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#top .blog .btn-wrapper {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 1366px) {
  #top .blog {
    padding: 7.3206442167vw 0;
  }
  #top .blog-header::before {
    top: -2.9282576867vw;
    right: 1.8301610542vw;
    width: 12.8111273792vw;
    height: 10.9077598829vw;
  }
  #top .blog-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 1.0980966325vw 0 4.39238653vw 0;
  }
  #top .blog-list {
    gap: 2.635431918vw;
  }
  #top .blog-image {
    border-radius: 1.756954612vw;
  }
  #top .blog-meta {
    font-size: clamp(14px, 1.1713030747vw, 16px);
    margin: 1.4641288433vw 0 0 0;
  }
  #top .blog-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0.7320644217vw 0 0 0;
  }
  #top .blog .btn-wrapper {
    margin-top: 5.1244509517vw;
  }
}
@media (max-width: 768px) {
  #top .blog {
    padding: 15.38vw 0 15.38vw;
  }
  #top .blog-header::before {
    display: none;
  }
  #top .blog-lead {
    font-size: 4.1vw;
    margin: 6.41vw 0 15.38vw 0;
  }
  #top .blog-list {
    grid-template-columns: 1fr;
    gap: 7.69vw;
  }
  #top .blog-image {
    border-radius: 6.15vw;
    height: 51.28vw;
  }
  #top .blog-meta {
    font-size: 3.59vw;
    margin: 2.56vw 0 0 0;
  }
  #top .blog-text {
    font-size: 4.1vw;
    margin: 2.56vw 0 0 0;
  }
  #top .blog .btn-wrapper {
    margin-top: 15.38vw;
  }
}
/* top instagram */
#top .instagram {
  padding: 120px 0 120px;
  position: relative;
}

#top .instagram-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

#top .instagram-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#top .instagram-logo {
  width: 43px;
  height: 43px;
}

#top .instagram-logo .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#top .instagram-title {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Oleo Script", cursive;
  line-height: 1;
  margin: 0 0 20px 0;
}

#top .instagram-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 50px 0;
  text-align: center;
}

#top .instagram-follow {
  position: relative;
  z-index: 2;
  text-align: center;
}

#top .instagram-follow-image {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 139px;
  height: 29px;
  z-index: 1;
}

#top .instagram-follow-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#top .instagram-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .instagram-images .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .instagram-grid-item {
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
}

#top .instagram-grid-item .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .instagram-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1176px;
  height: 47px;
}

#top .instagram-line .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1366px) {
  #top .instagram {
    padding: 8.78477306vw 0 8.78477306vw;
  }
  #top .instagram-logo {
    width: 3.1478770132vw;
    height: 3.1478770132vw;
  }
  #top .instagram-title {
    font-size: clamp(60px, 5.8565153734vw, 80px);
    margin: 0 0 1.4641288433vw 0;
  }
  #top .instagram-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0 0 3.6603221083vw 0;
  }
  #top .instagram-follow-image {
    top: -1.0248901903vw;
    width: 10.1756954612vw;
    height: 2.1229868228vw;
  }
  #top .instagram-images .image {
    border-radius: 0.878477306vw;
  }
  #top .instagram-line {
    width: 86.0907759883vw;
    height: 3.4407027818vw;
  }
}
@media (max-width: 768px) {
  #top .instagram {
    padding: 15.38vw 0 23.08vw;
    position: relative;
  }
  #top .instagram-body {
    grid-template-columns: 1fr;
    gap: 0vw;
  }
  #top .instagram-text {
    display: contents;
  }
  #top .instagram-title-box {
    order: 1;
    margin: 0;
  }
  #top .instagram-logo {
    width: 8.21vw;
    height: 8.21vw;
  }
  #top .instagram-title {
    font-size: 12.31vw;
    margin: 0 0 5.13vw 0;
  }
  #top .instagram-lead {
    font-size: 4.1vw;
    margin: 0 0 10.26vw 0;
    order: 2;
  }
  #top .instagram-follow {
    order: 4;
    margin-top: 15.38vw;
  }
  #top .instagram-images {
    order: 3;
  }
  #top .instagram-follow-image {
    top: -3.59vw;
    width: 35.64vw;
    height: 7.44vw;
  }
  #top .instagram-grid-item {
    border-radius: 3.08vw;
  }
  #top .instagram-line {
    width: 90%;
    height: 12.05vw;
  }
}
/* top company */
#top .company {
  padding: 150px 0 90px;
  position: relative;
  z-index: 1;
}

#top .company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 356px;
  background: #edf4fa;
  z-index: -1;
}

#top .company-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#top .company-map {
  margin-right: 60px;
  border-radius: 60px;
  overflow: hidden;
  height: 384px;
}

#top .company-map .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top .company-title {
  white-space: nowrap;
}

#top .company-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 70px 0 5px 0;
}

#top .company-list {
  display: grid;
  margin: 0;
  gap: 5px;
}

#top .company-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#top .company-item dt {
  font-weight: 700;
}

#top .company-item dd {
  margin: 0;
}

#top .company-list a[href^=tel],
#top .company-list a[href^=fax] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1366px) {
  #top .company {
    padding: 10.980966325vw 0 6.588579795vw;
  }
  #top .company::before {
    height: 26.0614934114vw;
  }
  #top .company-map {
    margin-right: 4.39238653vw;
    border-radius: 4.39238653vw;
    height: 28.1112737921vw;
  }
  #top .company-name {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 5.1244509517vw 0 0.3660322108vw 0;
  }
  #top .company-list {
    gap: 0.3660322108vw;
  }
  #top .company-item {
    grid-template-columns: 6.588579795vw 1fr;
    gap: 0.7320644217vw;
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 768px) {
  #top .company {
    padding: 23.08vw 0 15.38vw;
  }
  #top .company::before {
    height: 132.05vw;
  }
  #top .company-inner {
    grid-template-columns: 1fr;
    gap: 7.69vw;
  }
  #top .company-map {
    margin-right: 0;
    border-radius: 6.15vw;
    height: 51.28vw;
    order: 2;
  }
  #top .company-name {
    font-size: 4.1vw;
    margin: 10.26vw 0 1.28vw 0;
  }
  #top .company-list {
    gap: 1.28vw;
  }
  #top .company-item {
    grid-template-columns: 23.08vw 1fr;
    gap: 2.56vw;
    font-size: 4.1vw;
  }
}
/* top contact */
.contact-cta {
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
}

.contact-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/contact-cta_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact-cta-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.contact-cta-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 40px;
  padding: 70px 20px 65px;
}

.contact-cta-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-cta-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  justify-content: center;
}

.contact-cta-title .en {
  font-size: 88px;
  font-family: din-2014, sans-serif;
}

.contact-cta-title .jp {
  font-size: 29px;
  font-weight: 500;
  margin-top: 13px;
}

.contact-cta-lead {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 35px 0 40px 0;
  text-align: center;
}

.contact-cta-actions {
  display: flex;
  gap: 13px;
  justify-content: center;
}

.contact-cta-tel,
.contact-cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  width: 400px;
  height: 120px;
  transition: all 0.3s;
}

.contact-cta-tel:hover,
.contact-cta-form:hover {
  opacity: 0.7;
}

.contact-cta-tel {
  border: 2px solid #f5c245;
  color: #26282f;
  background-color: #f5c245;
}

.contact-cta-tel-number-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-cta-tel-number-icon {
  width: 25px;
  height: 26px;
}

.contact-cta-tel-number-icon .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-cta-tel-number {
  font-size: 29px;
  letter-spacing: 0.06em;
}

.contact-cta-tel-meta {
  font-size: 15px;
  font-weight: 500;
}

.contact-cta-form {
  border: 2px solid #73a675;
  color: #26282f;
  flex-direction: row;
  gap: 10px;
  background-color: #e5f8e7;
}

.contact-cta-form-icon {
  width: 28px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-cta-form-icon .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-cta-form-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact-cta-form-arrow {
  width: 16px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-cta-form-arrow .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1366px) {
  .contact-cta {
    padding: 7.3206442167vw 0 8.78477306vw;
  }
  .contact-cta-card {
    border-radius: 2.9282576867vw;
    padding: 5.1244509517vw 1.4641288433vw 4.7584187408vw;
  }
  .contact-cta-header {
    margin-bottom: 2.196193265vw;
  }
  .contact-cta-title {
    gap: 1.4641288433vw;
  }
  .contact-cta-title .en {
    font-size: clamp(60px, 6.4421669107vw, 88px);
  }
  .contact-cta-title .jp {
    font-size: clamp(20px, 2.1229868228vw, 29px);
    margin-top: 0.9516837482vw;
  }
  .contact-cta-lead {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 2.5622254758vw 0 2.9282576867vw 0;
  }
}
@media (max-width: 768px) {
  .contact-cta {
    padding: 15.38vw 0 15.38vw;
  }
  .contact-cta-card {
    border-radius: 6.15vw;
    padding: 10.26vw 5.13vw 5.13vw;
  }
  .contact-cta-header {
    margin-bottom: 7.69vw;
  }
  .contact-cta-title {
    flex-direction: column;
    gap: 0vw;
  }
  .contact-cta-title .en {
    font-size: 10.26vw;
  }
  .contact-cta-title .jp {
    font-size: 4.1vw;
    margin-top: 1.28vw;
  }
  .contact-cta-lead {
    font-size: 4.1vw;
    margin: 7.69vw 0 10.26vw 0;
  }
  .contact-cta-actions {
    flex-direction: column;
    gap: 5.13vw;
  }
  .contact-cta-tel,
  .contact-cta-form {
    gap: 2.05vw;
    border-radius: 4.1vw;
    width: 100%;
    height: 30.77vw;
  }
  .contact-cta-tel-number-wrap {
    gap: 2.56vw;
  }
  .contact-cta-tel-number-icon {
    width: 6.41vw;
    height: 6.67vw;
  }
  .contact-cta-tel-number {
    font-size: 7.18vw;
  }
  .contact-cta-tel-meta {
    font-size: 3.59vw;
  }
  .contact-cta-form {
    gap: 2.56vw;
  }
  .contact-cta-form-icon {
    width: 7.18vw;
    height: 5.38vw;
  }
  .contact-cta-form-text {
    font-size: 5.13vw;
  }
  .contact-cta-form-arrow {
    width: 4.1vw;
    height: 3.33vw;
  }
}
/* footer */
.footer {
  padding: 80px 0 30px;
}

.footer-inner {
  max-width: 1094px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 45px;
  border-bottom: 1px solid #26282f;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-brand-inner {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-logo {
  display: block;
  width: 120px;
  height: 120px;
}

.footer-logo .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-info {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

.footer-sns {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-sns-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.footer-instagram {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.footer-instagram:hover {
  opacity: 0.7;
}

.footer-instagram .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-nav-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  margin: 0;
  padding: 0;
  row-gap: 15px;
}

.footer-nav-item {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.footer-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6fbf73;
}

.footer-nav-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.footer-nav-link:hover {
  opacity: 0.7;
}

.footer-partners {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 70px 0;
}

.footer-partner-1 {
  width: 209px;
  height: 91px;
}

.footer-partner-1 .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-partner-2 {
  width: 105px;
  height: 92px;
}

.footer-partner-2 .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-copyright {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

.footer-bottom-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #26282f;
  transition: all 0.3s;
}

.footer-bottom-link:hover {
  opacity: 0.7;
}

@media (max-width: 1366px) {
  .footer {
    padding: 5.8565153734vw 0 2.196193265vw;
  }
  .footer-main {
    gap: 2.9282576867vw;
    padding-bottom: 3.2942898975vw;
  }
  .footer-brand {
    gap: 1.4641288433vw;
  }
  .footer-brand-inner {
    gap: 1.8301610542vw;
  }
  .footer-logo {
    width: 8.78477306vw;
    height: 8.78477306vw;
  }
  .footer-info {
    font-size: clamp(14px, 1.0980966325vw, 15px);
  }
  .footer-sns {
    margin-top: 1.4641288433vw;
    gap: 1.2445095168vw;
  }
  .footer-sns-label {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
  .footer-instagram {
    width: 1.9033674963vw;
    height: 1.9033674963vw;
  }
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.196193265vw;
    row-gap: 1.0980966325vw;
  }
  .footer-nav-item {
    padding-left: 1.317715959vw;
    font-size: clamp(14px, 1.0248901903vw, 14px);
  }
  .footer-nav-item::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
  .footer-nav-link {
    font-size: clamp(14px, 1.0980966325vw, 15px);
  }
  .footer-partners {
    gap: 5.1244509517vw;
    margin: 5.1244509517vw 0;
  }
  .footer-partner-1 {
    width: 15.3001464129vw;
    height: 6.6617862372vw;
  }
  .footer-partner-2 {
    width: 7.6866764275vw;
    height: 6.7349926794vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 15.38vw 0 23.08vw;
  }
  .footer-main {
    gap: 0;
    padding-bottom: 10.26vw;
    flex-direction: column;
    align-items: center;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 5.13vw;
    align-items: center;
  }
  .footer-brand-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.69vw;
  }
  .footer-logo {
    display: block;
    width: 30.77vw;
    height: 30.77vw;
  }
  .footer-logo .image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-info {
    font-size: 4.1vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .footer-sns {
    margin-top: 0vw;
    display: flex;
    align-items: center;
    gap: 2.56vw;
  }
  .footer-sns-label {
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .footer-instagram {
    width: 6.67vw;
    height: 6.67vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .footer-nav-list {
    display: none;
  }
  .footer-partners {
    display: flex;
    justify-content: center;
    gap: 7.69vw;
    margin: 7.69vw 0;
  }
  .footer-partner-1 {
    width: 38.46vw;
    height: 15.38vw;
  }
  .footer-partner-1 .image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-partner-2 {
    width: 19.23vw;
    height: 15.38vw;
  }
  .footer-bottom-copyright {
    font-size: 3.08vw;
  }
  .footer-bottom-link {
    font-size: 3.08vw;
  }
}
/* 固定フッター（SPのみ） */
.fixed_footer {
  display: none;
}

@media (max-width: 768px) {
  .fixed_footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15.38vw;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    pointer-events: none;
  }
  body.is-fixed-footer-visible .fixed_footer {
    transform: translateY(0);
    pointer-events: auto;
  }
  .fixed_footer_inner {
    display: flex;
    gap: 2.56vw;
    padding: 1.28vw 2.56vw;
    height: 100%;
  }
  .fixed_footer .contact-cta-tel,
  .fixed_footer .contact-cta-form {
    width: 100%;
    height: 100%;
    border-radius: 3.08vw;
    gap: 1.54vw;
  }
  .fixed_footer .contact-cta-tel-number {
    font-size: 4.62vw;
  }
  .fixed_footer .contact-cta-form-text {
    font-size: 3.59vw;
  }
  .fixed_footer .contact-cta-tel-number-icon {
    width: 5.13vw;
    height: 5.13vw;
  }
  .fixed_footer .contact-cta-form-icon {
    width: 4.62vw;
    height: 4.1vw;
  }
  .fixed_footer .contact-cta-form-arrow {
    width: 3.08vw;
    height: 2.56vw;
  }
}
/* 共通：ページMV（メインビジュアル） */
.page-mv {
  padding: 58px 0 83px;
  text-align: center;
  margin: 100px 0 0 0;
  position: relative;
}

.page-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}

.page-mv .page-mv-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 96px 0 90px;
  width: 608px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-mv .page-mv-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page_title_bg.webp") no-repeat center center;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.page-mv .page-mv-title .jp {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.page-mv .page-mv-title .en {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: din-2014, sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 5px;
  border-top: 2px solid #26282f;
  border-bottom: 2px solid #26282f;
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 1366px) {
  .page-mv {
    padding: 4.2459736457vw 0 6.0761346999vw;
  }
  .page-mv .page-mv-title {
    gap: 0.7320644217vw;
    padding: 7.027818448vw 0 6.588579795vw;
    width: 44.5095168375vw;
  }
  .page-mv .page-mv-title .jp {
    font-size: clamp(24px, 2.3426061493vw, 32px);
  }
  .page-mv .page-mv-title .en {
    font-size: clamp(20px, 2.1229868228vw, 29px);
    padding: 0.878477306vw 0.3660322108vw;
  }
}
@media (max-width: 768px) {
  .page-mv {
    padding: 10.26vw 0 12.82vw;
    margin: 60px 0 0 0;
  }
  .page-mv .page-mv-title {
    gap: 1.28vw;
    padding: 10.26vw 0 10.26vw;
    width: 92.31vw;
  }
  .page-mv .page-mv-title .jp {
    font-size: clamp(22px, 7.18vw, 7.18vw);
  }
  .page-mv .page-mv-title .en {
    font-size: clamp(18px, 5.13vw, 5.13vw);
    padding: 2.05vw 1.28vw;
  }
}
/* 共通：パンくずリスト */
.breadcrumb {
  padding: 1rem 0;
}

.breadcrumb .breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb .breadcrumb-list .breadcrumb-item {
  display: inline-block;
  font-size: 0.9rem;
}

.breadcrumb .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  content: " > ";
  margin: 0 0.5rem;
}

.breadcrumb .breadcrumb-list .breadcrumb-item .link {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.breadcrumb .breadcrumb-list .breadcrumb-item .link:hover {
  opacity: 0.7;
}

.breadcrumb .breadcrumb-list .breadcrumb-item.breadcrumb-current {
  color: #666;
}

/* ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  border-radius: 13px;
  border: 2px solid #26282f;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  width: 350px;
  height: 68px;
  margin: 0 auto;
  box-shadow: 5px 4px 0 0 rgb(0, 0, 0);
}

/* .btn::before,
.btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 12.5px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
    transition: all 0.3s;
}

.btn::before {
    transform: rotate(45deg);
}

.btn::after {
    transform: rotate(-45deg);
} */
.btn .btn_text {
  font-size: 18px;
  font-weight: 500;
  color: #26282f;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn .btn_text::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("../img/arrow_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn:hover {
  background: #f5c245;
}

/* .btn:hover {
    background: #fff;
    border: 1px solid #1e40af;
}

.btn:hover .btn_text {
    color: #1e40af;
}

.btn:hover::before,
.btn:hover::after {
    background-color: #1e40af;
} */
@media (max-width: 768px) {
  .btn {
    width: 66.67vw;
    height: 17.44vw;
  }
  .btn .btn_text {
    font-size: 4.1vw;
    gap: 2.56vw;
  }
  .btn .btn_text::after {
    width: 4.1vw;
    height: 3.33vw;
  }
}
/* 共通：ページネーション */
.pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.pagination .pagination_info {
  text-align: right;
  width: 100%;
}

.pagination .pagination_info .pagination_count {
  font-size: 0.875rem;
  color: #e60000;
}

.pagination .navigation {
  display: flex;
  justify-content: center;
}

.pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
}

.pagination .nav-links .page-numbers:not(.current) {
  background: #fff;
  color: #999;
  border: 1px solid #e0e0e0;
}

.pagination .nav-links .page-numbers:not(.current):hover {
  background: #f5f5f5;
}

.pagination .nav-links .page-numbers.current {
  background: #1e3a8a;
  color: #fff;
  border: 1px solid #1e3a8a;
}

/* 共通：ページコンテンツ */
.page-content {
  padding: 3rem 0 6rem 0;
}

/* 共通：Contact Form 7のスピナーを非表示 */
.wpcf7-spinner {
  display: none !important;
}

/* 共通：ページトップボタン */
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.page_top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page_top_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #26282f;
  background-color: #fff;
  z-index: 1000;
}

.page_top_link .image {
  width: 12px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page_top_link:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .page_top {
    bottom: 20.51vw;
    right: 5.13vw;
  }
  .page_top_link {
    width: 13.08vw;
    height: 13.08vw;
  }
  .page_top_link .image {
    width: 3.08vw;
    height: 4.1vw;
  }
}
/* プライバシーポリシーページ */
#privacy-policy .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#privacy-policy .intro {
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.8;
}

#privacy-policy .intro .text {
  margin: 0;
}

#privacy-policy .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 3rem;
}

#privacy-policy .list .item {
  background: #fff;
  padding: 0;
}

#privacy-policy .list .item .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

#privacy-policy .list .item .content {
  font-size: 0.95rem;
  line-height: 1.8;
}

#privacy-policy .list .item .content .text {
  margin: 0 0 1rem 0;
}

#privacy-policy .list .item .content .text:last-child {
  margin-bottom: 0;
}

/* お問い合わせページ */
#contact .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#contact .intro {
  font-size: 1rem;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem auto;
}

#contact .intro .text {
  margin: 0;
}

#contact .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 3rem;
}

#contact .list .item {
  background: #fff;
}

#contact .list .item .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

#contact .list .item .content {
  font-size: 0.95rem;
  line-height: 1.8;
}

#contact .list .item .content .text {
  margin: 0 0 2rem 0;
}

#contact .list .item .content .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

@media (max-width: 768px) {
  #contact .list .item .content .info {
    flex-direction: column;
    gap: 2rem;
  }
}
#contact .list .item .content .info .info_item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#contact .list .item .content .info .info_item.link {
  transition: all 0.3s;
}

#contact .list .item .content .info .info_item.link:hover {
  opacity: 0.7;
}

#contact .list .item .content .info .info_item .label {
  font-weight: 700;
  min-width: 60px;
  font-size: 1.5rem;
  color: #333;
}

#contact .list .item .content .info .info_item .number {
  font-size: 1.5rem;
  font-weight: 700;
}

#contact .list .item .content .note {
  margin-top: 1rem;
  text-align: center;
}

#contact .list .item .content .note .note_text {
  font-size: 0.8rem;
}

/* フォーム */
#contact .inner .item .content .text {
  text-align: center;
}

#contact .form {
  margin-top: 2rem;
}

#contact .form .form_group {
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
}

@media (max-width: 768px) {
  #contact .inner .item .content .text {
    font-size: 0.75rem;
  }
  #contact .form .form_group {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
#contact .form .form_group .form_label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  min-width: 230px;
}

@media (max-width: 768px) {
  #contact .form .form_group .form_label {
    align-items: center;
  }
}
#contact .form .form_group .form_label .form_label_text {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  min-width: 160px;
  display: inline-block;
}

@media (max-width: 768px) {
  #contact .form .form_group .form_label .form_label_text {
    min-width: auto;
  }
}
#contact .form .form_group .form_label .form_label_required {
  display: inline-block;
  background: #e60000;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 2px;
}

#contact .form .form_group .form_input,
#contact .form .form_group .form_textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
}

#contact .form .form_group .form_input:focus,
#contact .form .form_group .form_textarea:focus {
  outline: none;
  border-color: #333;
}

#contact .form .form_submit {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#contact .form .form_submit .btn {
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0;
}

#contact .form .form_submit .btn_primary {
  background: #333;
  color: #fff;
}

#contact .form .form_submit .btn_primary:hover {
  background: #555;
}

/* お問い合わせ完了ページ */
#contact .contact-thanks {
  text-align: center;
  margin-top: 2rem;
}

#contact .contact-thanks .thanks_text {
  font-size: 1rem;
  font-weight: 700;
}

/* ニュース一覧ページ */
#news-archive .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#news-archive .list {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 800px;
}

#news-archive .list .item {
  border-bottom: 1px solid #333;
}

#news-archive .list .item .link {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
  padding: 1.5rem 0 1.5rem 2rem;
}

#news-archive .list .item .link:hover {
  opacity: 0.7;
}

#news-archive .list .item .link .date_box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#news-archive .list .item .link .date {
  font-size: 1rem;
  color: #333;
  min-width: 100px;
}

#news-archive .list .item .link .tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 2px;
  white-space: nowrap;
}

#news-archive .list .item .link .tag_news {
  background: #b3d9ff;
  color: #333;
}

#news-archive .list .item .link .tag_event {
  background: #ffcc99;
  color: #333;
}

#news-archive .list .item .link .title_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ニュース詳細ページ */
#news-single .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#news-single .article .page_header {
  margin-bottom: 2rem;
}

#news-single .article .page_header .title {
  font-size: 1.5rem;
  font-weight: 700;
}

#news-single .article .page_header .date {
  font-size: 1rem;
  text-align: right;
}

#news-single .article .content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 13rem;
}

#news-single .article .btn-wrapper {
  text-align: center;
}

@media (max-width: 768px) {
  #news-archive .title {
    font-size: 1.5rem;
  }
  #news-archive .list {
    min-height: auto;
  }
  #news-archive .list .item .link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
  }
  #news-archive .list .item .link .date {
    min-width: auto;
  }
  #news-single .article .page_header {
    flex-direction: column;
    gap: 1rem;
  }
  #news-single .article .page_header .date {
    align-self: flex-start;
  }
  #news-single .article .content {
    margin-bottom: 3rem;
  }
}
/* ブログ一覧ページ */
#blog-archive .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#blog-archive .intro {
  margin-bottom: 3rem;
  text-align: center;
}

#blog-archive .intro .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: #333;
}

#blog-archive .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  align-items: stretch;
  align-content: start;
  gap: 2rem;
  min-height: 800px;
}

#blog-archive .list .item {
  margin: 0;
  display: flex;
}

#blog-archive .list .item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 0;
}

#blog-archive .list .item .link:hover {
  opacity: 0.7;
}

#blog-archive .list .item .link .image_box {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.5rem;
}

#blog-archive .list .item .link .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

#blog-archive .list .item .link .date {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #ccc;
  width: 100%;
}

#blog-archive .list .item .link .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

/* ブログ詳細ページ */
#blog-single .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#blog-archive .intro {
  text-align: left;
  width: 76.92vw;
  margin: 0 auto 3rem auto;
}

#blog-single .article .page_header {
  margin-bottom: 2rem;
}

#blog-single .article .page_header .title {
  font-size: 1.5rem;
  font-weight: 700;
}

#blog-single .article .page_header .date {
  font-size: 1rem;
  text-align: right;
}

#blog-single .article .content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 13rem;
}

#blog-single .article .content p {
  margin: 0 0 1.5rem 0;
}

#blog-single .article .content p:last-child {
  margin-bottom: 0;
}

#blog-single .article .btn-wrapper {
  text-align: center;
}

@media (max-width: 768px) {
  #blog-archive .list {
    min-height: auto;
    gap: 1.5rem;
  }
  #blog-single .article .page_header {
    flex-direction: column;
    gap: 1rem;
  }
  #blog-single .article .page_header .date {
    align-self: flex-start;
  }
  #blog-single .article .content {
    margin-bottom: 3rem;
  }
}
/* FAQ固定ページ */
#faq .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#faq .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
}

#faq .intro {
  margin-bottom: 3rem;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

#faq .intro .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: #333;
}

#faq .section {
  margin-bottom: 3rem;
}

#faq .section:last-child {
  margin-bottom: 0;
}

#faq .section .section_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: #333;
}

#faq .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#faq .list .item {
  margin-bottom: 3rem;
}

#faq .list .item:last-child {
  margin-bottom: 0;
}

#faq .list .item .question {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

#faq .list .item .question .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
  border: 1px solid #66bb6a;
}

#faq .list .item .question .label_q {
  background: #66bb6a;
  color: #fff;
}

#faq .list .item .question .question_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  flex: 1;
  padding-top: 7px;
}

#faq .list .item .answer {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#faq .list .item .answer .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
  border: 1px solid #66bb6a;
}

#faq .list .item .answer .label_a {
  background: #fff;
  color: #66bb6a;
}

#faq .list .item .answer .answer_text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  flex: 1;
  padding-top: 5px;
}

#faq .list .item .answer .answer_text p {
  margin: 0 0 1rem 0;
}

#faq .list .item .answer .answer_text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #faq .title {
    font-size: 1.5rem;
  }
  #faq .section .section_title {
    font-size: 1.25rem;
  }
  #faq .list .item .question .label,
  #faq .list .item .answer .label {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  #faq .list .item .question .question_text {
    padding-top: 5px;
  }
  #faq .list .item .answer .answer_text {
    padding-top: 3px;
  }
  #faq .list .item .question,
  #faq .list .item .answer {
    gap: 0.75rem;
  }
}
/* お客様の声一覧ページ */
#voice-archive .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#voice-archive .intro {
  margin-bottom: 3rem;
  text-align: center;
}

#voice-archive .intro .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: #333;
}

#voice-archive .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}

#voice-archive .list .item {
  margin: 0;
}

#voice-archive .list .item .card {
  border: 1px solid #333;
  padding: 2rem;
  background: #fff;
}

#voice-archive .list .item .card .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #333;
}

#voice-archive .list .item .card .author_info {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}

#voice-archive .list .item .card .excerpt {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

#voice-archive .list .item .card .btn-wrapper {
  text-align: right;
}

#voice-archive .list .item .card .btn {
  width: 200px;
  background: #f5c245;
}

#voice-archive .list .item .card .btn:hover {
  background: #fff;
}

@media (max-width: 768px) {
  #voice-archive .intro .text {
    text-align: left;
  }
  #voice-archive .list .item .card {
    padding: 1.5rem;
  }
  #voice-archive .list .item .card .title {
    font-size: 1.1rem;
  }
  #voice-archive .list .item .card .btn-wrapper {
    text-align: center;
  }
  #voice-archive .list .item .card .btn {
    margin: 0 auto;
    width: 46.15vw;
    height: 12.82vw;
  }
}
/* お客様の声詳細ページ */
#voice-single .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#voice-single .article .page_header .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

#voice-single .article .page_header .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#voice-single .article .page_header .meta .category {
  display: inline-block;
  padding: 0.25rem 3rem;
  font-size: 0.875rem;
  border-radius: 2px;
  background: lightblue;
  color: #333;
  font-weight: 700;
  border: 1px solid #333;
}

#voice-single .article .page_header .meta .date {
  font-size: 1rem;
  color: #333;
}

#voice-single .article .eyecatch {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#voice-single .article .eyecatch .eyecatch_image {
  width: 100%;
  height: auto;
  display: block;
}

#voice-single .article .eyecatch .author_info,
#voice-single .article .author_info {
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: right;
  font-size: 0.875rem;
  color: #333;
}

#voice-single .article .content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 13rem;
}

#voice-single .article .content p {
  margin: 0 0 1.5rem 0;
}

#voice-single .article .content p:last-child {
  margin-bottom: 0;
}

#voice-single .article .btn-wrapper {
  text-align: center;
}

@media (max-width: 768px) {
  #voice-single .article .page_header .title {
    font-size: 1.25rem;
  }
  #voice-single .article .page_header .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #voice-single .article .eyecatch {
    margin-top: 0;
  }
  #voice-single .article .content {
    margin-bottom: 3rem;
  }
}
/* 会社概要ページ */
#company .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#company .message-section {
  margin-bottom: 4rem;
}

#company .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #333;
}

#company .message-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  #company .message-content {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
#company .message-photo {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #company .message-photo {
    width: 100%;
    height: auto;
  }
}
#company .photo-image {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  #company .photo-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#company .message-text {
  flex: 1;
}

#company .message-text .highlight {
  font-weight: 700;
}

#company .message-text .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  color: #333;
}

#company .message-text .text:last-child {
  margin-bottom: 0;
}

#company .representative-name {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-top: 1rem;
}

#company .representative-name .name {
  font-size: 1.25rem;
}

#company .company-info-section {
  margin-bottom: 3rem;
}

#company .company-photo {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

#company .company-photo .photo-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

#company .company-info-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

#company .company-info-list .info-item {
  display: flex;
  border-bottom: 1px solid #333;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  #company .company-photo {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #company .company-photo .photo-image {
    width: 100%;
    height: 51.28vw;
  }
  #company .company-info-list .info-item {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
#company .company-info-list .info-label {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  min-width: 200px;
  flex-shrink: 0;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  #company .company-info-list .info-label {
    min-width: auto;
    padding-left: 0;
  }
}
#company .company-info-list .info-value {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
  flex: 1;
}

/* Googleマップセクション */
#company .map-section {
  margin: 4rem 0;
}

#company .map-container {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

/* 沿革セクション */
#company .history-section {
  margin: 9rem 0 0;
}

@media (max-width: 768px) {
  #company .history-section {
    margin: 4rem 0 0;
  }
}
#company .history-list {
  max-width: 800px;
  margin: 0 auto;
}

#company .history-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
}

#company .history-date {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  padding: 1.5rem 0 1.5rem;
}

#company .history-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  padding: 1.5rem 0 1.5rem 2rem;
  position: relative;
  border-left: 1px dashed #a5d6a7;
}

#company .history-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #66bb6a;
  transform: translate(-50%, -50%);
}

/* 事業案内ページ */
#service .intro {
  margin-bottom: 12rem;
}

#service .intro .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  color: #333;
}

#service .intro .text:last-child {
  margin-bottom: 0;
}

#service .service-section {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  margin-bottom: 6rem;
}

#service .service-section.reverse {
  flex-direction: row-reverse;
}

#service .service-section:last-child {
  margin-bottom: 0;
}

#service .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin: 0;
}

#service .service-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}

#service .service-text {
  margin: 0;
}

#service .service-image {
  flex-shrink: 0;
  width: 400px;
  min-height: 300px;
  height: auto;
}

#service .service-image .image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#service .service-image-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  width: 400px;
  min-height: 300px;
  height: auto;
}

#service .service-image-box .image-box .image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #service .intro {
    margin-bottom: 6rem;
  }
  #service .service-section {
    flex-direction: column;
    gap: 2rem;
  }
  #service .service-section.reverse {
    flex-direction: column;
  }
  #service .service-content {
    display: contents;
  }
  #service .section-title {
    order: 1;
  }
  #service .service-text {
    order: 3;
  }
  #service .service-image {
    width: 100%;
    order: 2;
    min-height: auto;
  }
  #service .service-image .image {
    width: 100%;
  }
  #service .service-image-box {
    width: 100%;
    order: 2;
    min-height: auto;
  }
}
/* 施工事例一覧ページ */
#work-archive .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#work-archive .intro {
  margin-bottom: 3rem;
  text-align: center;
}

#work-archive .intro .text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  color: #333;
}

#work-archive .category-filter {
  margin-bottom: 3rem;
}

#work-archive .filter-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: #333;
  text-align: center;
}

#work-archive .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

#work-archive .category-item {
  margin: 0;
}

#work-archive .category-link {
  display: inline-block;
  padding: 0.5rem 0;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 4px;
  transition: all 0.3s;
}

#work-archive .category-link:hover,
#work-archive .category-link.active {
  background: #66bb6a;
  color: #fff;
  border-color: #66bb6a;
}

#work-archive .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  #work-archive .intro .text {
    text-align: left;
  }
  #work-archive .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  #work-archive .category-link {
    padding: 0.5rem 1rem;
  }
  #work-archive .list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #work-archive .list .item {
    width: 100%;
  }
}
#work-archive .list .item {
  margin: 0;
  border: 1px solid #333;
  width: 100%;
}

#work-archive .list .item .link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
  height: 100%;
  padding-bottom: 1rem;
}

#work-archive .list .item .link:hover {
  opacity: 0.7;
}

#work-archive .list .item .link .image_box {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

#work-archive .list .item .link .image_box .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#work-archive .list .item .link .category_box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
}

#work-archive .list .item .link .date {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0.5rem;
}

#work-archive .list .item .link .category-tag {
  display: inline-block;
  padding: 0.25rem 0;
  min-width: 120px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  border: 1px solid #333;
}

/* カテゴリーごとの色設定 */
#work-archive .list .item .link .category-tag.category-kitchen,
#work-single .article .header .meta .category.category-kitchen {
  background: #66bb6a;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-toilet,
#work-single .article .header .meta .category.category-toilet {
  background: #81d4fa;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-bath,
#work-single .article .header .meta .category.category-bath {
  background: #4fc3f7;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-living,
#work-single .article .header .meta .category.category-living {
  background: #ffb74d;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-exterior,
#work-single .article .header .meta .category.category-exterior {
  background: #90a4ae;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-office,
#work-single .article .header .meta .category.category-office {
  background: #9575cd;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-roof,
#work-single .article .header .meta .category.category-roof {
  background: #78909c;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-outer-wall,
#work-single .article .header .meta .category.category-outer-wall {
  background: #616161;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-entrance,
#work-single .article .header .meta .category.category-entrance {
  background: #a1887f;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-garden,
#work-single .article .header .meta .category.category-garden {
  background: #8bc34a;
  color: #fff;
}

#work-archive .list .item .link .category-tag.category-new-house,
#work-single .article .header .meta .category.category-new-house {
  background: #ff8a65;
  color: #fff;
}

#work-archive .list .item .link .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 1rem;
}

/* 施工事例詳細ページ */
#work-single .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#work-single .article .page_header {
  margin-bottom: 2rem;
}

#work-single .article .page_header .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

#work-single .article .page_header .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#work-single .article .page_header .meta .category {
  display: inline-block;
  padding: 0.25rem 3rem;
  font-size: 0.875rem;
  border-radius: 2px;
  background: lightblue;
  color: #333;
  border: 1px solid #333;
  font-weight: 700;
}

/* カテゴリーごとの色が設定されていない場合のデフォルト */
#work-single .article .page_header .meta .category:not([class*=category-]) {
  background: lightblue;
  color: #333;
}

#work-single .article .page_header .meta .date {
  font-size: 1rem;
  color: #333;
}

#work-single .article .eyecatch {
  margin-bottom: 2rem;
}

#work-single .article .eyecatch .eyecatch_image {
  width: 100%;
  height: auto;
  display: block;
}

#work-single .article .project-details {
  margin-bottom: 3rem;
  border: 1px solid #333;
  max-width: 800px;
  margin: 0 auto;
}

#work-single .article .project-details .detail-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  #work-single .article .project-details .detail-row {
    grid-template-columns: 140px 1fr;
  }
}
#work-single .article .project-details .detail-row:last-child {
  border-bottom: none;
}

#work-single .article .project-details .detail-label {
  background: lightblue;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  display: flex;
  align-items: center;
}

#work-single .article .project-details .detail-value {
  background: #fff;
  color: #333;
  font-size: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
}

#work-single .article .content {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 3rem;
  margin-bottom: 13rem;
}

#work-single .article .content p {
  margin: 0 0 1.5rem 0;
}

#work-single .article .content p:last-child {
  margin-bottom: 0;
}

/* 画像の中央配置 */
#work-single .article .content .aligncenter,
#work-single .article .content .align-center,
#work-single .article .content figure.aligncenter,
#work-single .article .content figure.align-center,
#work-single .article .content .wp-block-image.aligncenter,
#work-single .article .content .wp-block-image.align-center,
#work-single .article .content .has-text-align-center,
#work-single .article .content p.has-text-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#work-single .article .content .aligncenter img,
#work-single .article .content .align-center img,
#work-single .article .content figure.aligncenter img,
#work-single .article .content figure.align-center img,
#work-single .article .content .wp-block-image.aligncenter img,
#work-single .article .content .wp-block-image.align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#work-single .article .btn-wrapper {
  text-align: center;
}

#work-single .article .btn {
  margin: 0 auto;
}

@media (max-width: 768px) {
  #work-single .article .content {
    margin-bottom: 3rem;
  }
  #work-single .article .page_header {
    flex-direction: column;
    gap: 1rem;
  }
  #work-single .article .page_header .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
/* about */
#about .about-inner {
  max-width: 1094px;
  margin: 0 auto;
}

#about .section-title {
  display: flex;
  align-items: flex-end;
  gap: 27px;
  margin: 0 0 0 0;
}

#about .section-title .en {
  font-size: 88px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

#about .section-title .jp {
  font-size: 29px;
  font-weight: 500;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

#about .intro {
  margin-top: 40px;
}

#about .intro-inner {
  display: flex;
  gap: 95px;
  align-items: flex-start;
  padding-left: 75px;
}

#about .intro-image {
  width: 300px;
  height: 330px;
  overflow: hidden;
  border-radius: 32px;
}

#about .intro-image .image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

#about .intro-content {
  flex: 1;
}

#about .intro-title {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#about .intro-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1em;
}

#about .intro-text .highlight {
  background: linear-gradient(to right, #cde3f6, #fbedf6);
}

#about .special {
  padding: 150px 0 120px;
}

#about .special-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 45px auto 0;
  max-width: 980px;
}

#about .special-card {
  border: 2px solid #26282f;
  border-radius: 21px;
  padding: 34px 10px 40px;
  text-align: center;
  background: #fff;
}

#about .special-card .no {
  color: #6aade6;
  font-weight: 400;
  font-size: 52px;
  margin-bottom: 0.5rem;
  width: 131px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-family: din-2014, sans-serif;
}

#about .special-card .no::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about_special_no_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#about .special-card .image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}

#about .special-card .image .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#about .special-card .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}

#about .special-points {
  margin-top: 100px;
  display: grid;
  gap: 100px;
}

#about .special-point {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 76px;
  align-items: flex-start;
}

#about .special-point:nth-child(odd) {
  grid-template-columns: 500px 1fr;
}

#about .special-point:nth-child(odd) .special-point-image {
  order: -1;
}

#about .special-point-content {
  padding-right: 25px;
}

#about .special-point:nth-child(even) .special-point-content {
  padding-left: 25px;
  padding-right: 0;
}

#about .special-point-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

#about .special-point-header .special-point-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about .special-point-label .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
}

#about .special-point-label .icon .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#about .special-point-header .special-point-label .en {
  font-size: 18px;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  padding: 10px 14px;
  border-top: 1px solid #26282f;
  border-bottom: 1px solid #26282f;
  letter-spacing: 0.16em;
  line-height: 1;
}

#about .special-point-header .special-point-label .no {
  font-size: 52px;
  font-weight: 700;
  color: #6aade6;
  font-family: din-2014, sans-serif;
  line-height: 1;
  margin-top: 10px;
}

#about .special-point-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

#about .special-point-text {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
}

#about .special-point-image {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

#about .special-point-image .image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .flow {
  padding: 100px 0 140px;
  background-color: #f4f9fc;
}

#about .flow-description {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
}

#about .flow-steps {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#about .flow-step {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

#about .step-image {
  width: 100%;
  height: 210px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

#about .step-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .step-no {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  font-family: "Oleo Script", cursive;
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-align: center;
  padding: 0 0 2px 7px;
}

#about .step-no::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 160px;
  background-color: #26282f;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
}

#about .step-title {
  margin: 25px 0 0 0;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1;
}

#about .step-title .sub {
  font-size: 13px;
  margin: 0 -10px;
}

#about .step-text {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
  letter-spacing: 0.1em;
}

#about .members {
  padding: 100px 0;
}

#about .members-description {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
}

#about .members-list {
  display: grid;
  gap: 25px;
  max-width: 980px;
  margin: 75px auto 0;
}

#about .member-card {
  border: 2px solid #26282f;
  border-radius: 16px;
  padding: 40px 60px 35px 40px;
  display: grid;
  grid-template-columns: 187px 1fr;
  gap: 45px;
  align-items: flex-start;
  background: #f4f9fc;
}

#about .member-photo-wrap {
  width: 100%;
  height: 216px;
  position: relative;
}

#about .member-photo-wrap .member-photo {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#about .member-photo .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#about .member-photo-wrap .member-icon {
  width: 52px;
  height: 71px;
  position: absolute;
  bottom: -35px;
  left: -26px;
  z-index: 1;
}

#about .member-photo-wrap .member-icon .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#about .member-role {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 15px 0 5px 0;
}

#about .member-name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 10px 0;
}

#about .member-name .jp {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#about .member-name .en {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: din-2014, sans-serif;
}

#about .member-qualification {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}

#about .member-comment-title-wrap {
  position: relative;
  display: flex;
}

#about .member-comment-title-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6aade6;
}

#about .member-comment-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #6aade6;
  font-family: "Oleo Script", cursive;
  padding: 4px 12px;
  line-height: 1;
  border: 1px solid #6aade6;
  border-radius: 50px;
  display: inline-block;
  margin: 0;
  position: relative;
  background: #fff;
}

#about .member-comment {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 10px 0 0 0;
}

@media (max-width: 1366px) {
  #about .section-title {
    gap: 1.9765739385vw;
  }
  #about .section-title .en {
    font-size: clamp(60px, 6.4421669107vw, 88px);
  }
  #about .section-title .jp {
    font-size: clamp(20px, 2.1229868228vw, 29px);
    margin: 0 0 1.0980966325vw 0;
  }
  #about .intro {
    margin-top: 2.9282576867vw;
  }
  #about .intro-inner {
    gap: 6.9546120059vw;
    padding-left: 5.4904831625vw;
  }
  #about .intro-image {
    width: 21.9619326501vw;
    height: 24.1581259151vw;
    border-radius: 2.3426061493vw;
  }
  #about .intro-image .image {
    border-radius: 1.1713030747vw;
  }
  #about .intro-title {
    font-size: clamp(30px, 3.2942898975vw, 45px);
    margin: 0 0 2.196193265vw 0;
  }
  #about .intro-text {
    font-size: clamp(16px, 1.317715959vw, 18px);
  }
  #about .special {
    padding: 10.980966325vw 0 8.78477306vw;
  }
  #about .special-cards {
    gap: 2.9282576867vw;
    margin: 3.2942898975vw auto 0;
    max-width: 71.7423133236vw;
  }
  #about .special-card {
    border-radius: 1.5373352855vw;
    padding: 2.4890190337vw 0.7320644217vw 2.9282576867vw;
  }
  #about .special-card .no {
    font-size: 3.8067349927vw;
    width: 9.5900439239vw;
    height: 8.5651537335vw;
  }
  #about .special-card .image {
    width: 7.3206442167vw;
    height: 7.3206442167vw;
    margin: -1.4641288433vw auto 0;
  }
  #about .special-card .title {
    font-size: clamp(16px, 1.756954612vw, 24px);
  }
  #about .special-points {
    margin-top: 7.3206442167vw;
    gap: 7.3206442167vw;
  }
  #about .special-point {
    grid-template-columns: 1fr 36.6032210835vw;
    gap: 5.5636896047vw;
  }
  #about .special-point:nth-child(odd) {
    grid-template-columns: 36.6032210835vw 1fr;
  }
  #about .special-point-content {
    padding-right: 1.8301610542vw;
  }
  #about .special-point:nth-child(even) .special-point-content {
    padding-left: 1.8301610542vw;
  }
  #about .special-point-header {
    gap: 1.756954612vw;
  }
  #about .special-point-label .icon {
    width: 2.5622254758vw;
    height: 2.5622254758vw;
    margin: 0 auto 0.3660322108vw;
  }
  #about .special-point-header .special-point-label .en {
    font-size: clamp(14px, 1.317715959vw, 18px);
    padding: 0.7320644217vw 1.0248901903vw;
  }
  #about .special-point-header .special-point-label .no {
    font-size: 3.8067349927vw;
    margin-top: 0.7320644217vw;
  }
  #about .special-point-title {
    font-size: clamp(20px, 2.3426061493vw, 32px);
    margin-top: 4.39238653vw;
  }
  #about .special-point-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0.7320644217vw 0 0 0;
  }
  #about .special-point-image {
    height: 29.2825768668vw;
    border-radius: 2.3426061493vw;
  }
  #about .flow {
    padding: 7.3206442167vw 0 10.2489019034vw;
  }
  #about .flow-description {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0.7320644217vw 0 0 0;
  }
  #about .flow-steps {
    margin-top: 5.1244509517vw;
    gap: 2.196193265vw;
  }
  #about .step-image {
    height: 15.3733528551vw;
    border-radius: 1.1713030747vw;
  }
  #about .step-no {
    font-size: 2.3426061493vw;
    padding: 0 0 0.1464128843vw 0.5124450952vw;
  }
  #about .step-no::before {
    width: 13.17715959vw;
    height: 11.7130307467vw;
  }
  #about .step-title {
    margin: 1.8301610542vw 0 0 0;
    font-size: clamp(14px, 1.5373352855vw, 21px);
  }
  #about .step-title .sub {
    font-size: 0.9516837482vw;
    margin: 0 -0.7320644217vw;
  }
  #about .step-text {
    font-size: clamp(14px, 1.1713030747vw, 16px);
    margin: 1.4641288433vw 0 0 0;
  }
  #about .members {
    padding: 7.3206442167vw 0;
  }
  #about .members-description {
    font-size: clamp(14px, 1.317715959vw, 18px);
    margin: 0.7320644217vw 0 0 0;
  }
  #about .members-list {
    gap: 1.8301610542vw;
    margin: 5.4904831625vw auto 0;
  }
  #about .member-card {
    border-radius: 1.1713030747vw;
    padding: 2.9282576867vw 4.39238653vw 2.5622254758vw 2.9282576867vw;
    grid-template-columns: 13.6896046852vw 1fr;
    gap: 3.2942898975vw;
  }
  #about .member-photo-wrap {
    height: 15.8125915081vw;
  }
  #about .member-photo-wrap .member-photo {
    border-radius: 1.1713030747vw;
  }
  #about .member-photo-wrap .member-icon {
    width: 3.8067349927vw;
    height: 5.1976573939vw;
    bottom: -2.5622254758vw;
    left: -1.9033674963vw;
  }
  #about .member-role {
    font-size: clamp(12px, 1.0980966325vw, 15px);
    margin: 1.0980966325vw 0 0.3660322108vw 0;
  }
  #about .member-name {
    gap: 1.4641288433vw;
    margin: 0 0 0.7320644217vw 0;
  }
  #about .member-name .jp {
    font-size: clamp(14px, 1.5373352855vw, 21px);
  }
  #about .member-name .en {
    font-size: clamp(12px, 1.0980966325vw, 15px);
  }
  #about .member-qualification {
    font-size: clamp(12px, 1.0980966325vw, 15px);
    margin: 0 0 1.0980966325vw 0;
  }
  #about .member-comment-title {
    font-size: clamp(14px, 1.317715959vw, 18px);
    padding: 0.2928257687vw 0.878477306vw;
  }
  #about .member-comment {
    font-size: clamp(14px, 1.1713030747vw, 16px);
    margin: 0.7320644217vw 0 0 0;
  }
}
@media (max-width: 768px) {
  #about .section-title {
    flex-direction: column;
    gap: 2.56vw;
    align-items: flex-start;
  }
  #about .section-title .en {
    font-size: 13.33vw;
  }
  #about .section-title .jp {
    font-size: 4.62vw;
    margin: 0 0 3.85vw 0;
  }
  #about .intro {
    margin-top: 5.13vw;
  }
  #about .intro-inner {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  #about .intro-image {
    width: 100%;
    height: 51.28vw;
    border-radius: 4.1vw;
    order: 2;
    margin-bottom: 5.13vw;
  }
  #about .intro-image .image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  #about .intro-content {
    display: contents;
  }
  #about .intro-title {
    font-size: 6.15vw;
    margin: 0 0 5.13vw 0;
    order: 1;
  }
  #about .intro-text {
    font-size: 4.1vw;
    order: 3;
  }
  #about .special {
    padding: 20.51vw 0 20.51vw;
  }
  #about .special-cards {
    grid-template-columns: 1fr;
    gap: 5.13vw;
    margin: 5.13vw auto 0;
    max-width: 100%;
  }
  #about .special-card {
    border-radius: 5.38vw;
    padding: 5.13vw 2.56vw 5.13vw;
  }
  #about .special-card .no {
    font-size: 8.21vw;
    width: 20.51vw;
    height: 17.95vw;
  }
  #about .special-card .image {
    width: 17.95vw;
    height: 17.95vw;
    margin: -2.56vw auto 0;
  }
  #about .special-card .title {
    font-size: 4.62vw;
  }
  #about .special-points {
    margin-top: 15.38vw;
    display: grid;
    gap: 12.82vw;
  }
  #about .special-point {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.13vw;
    align-items: flex-start;
  }
  #about .special-point:nth-child(odd) {
    grid-template-columns: 1fr;
  }
  #about .special-point:nth-child(odd) .special-point-image {
    order: 2;
  }
  #about .special-point-content {
    padding-right: 0;
    display: contents;
  }
  #about .special-point:nth-child(even) .special-point-content {
    padding-left: 0;
    padding-right: 0;
  }
  #about .special-point-header {
    gap: 3.85vw;
    order: 1;
  }
  #about .special-point-label .icon {
    width: 7.69vw;
    height: 7.69vw;
    margin: 0 auto 1.28vw;
  }
  #about .special-point-header .special-point-label .en {
    font-size: 4.1vw;
    padding: 1.28vw 2.56vw;
  }
  #about .special-point-header .special-point-label .no {
    font-size: 8.21vw;
    margin-top: 1.28vw;
  }
  #about .special-point-title {
    font-size: 6.15vw;
    margin: 0;
    margin-top: 12.82vw;
  }
  #about .special-point-text {
    font-size: 4.1vw;
    margin: 1.28vw 0 0 0;
    order: 3;
  }
  #about .special-point-image {
    width: 100%;
    height: 51.28vw;
    border-radius: 8.21vw;
    order: 2;
  }
  #about .flow {
    padding: 20.51vw 0 20.51vw;
  }
  #about .flow-description {
    font-size: 4.1vw;
    margin: 1.28vw 0 0 0;
  }
  #about .flow-steps {
    margin-top: 12.82vw;
    grid-template-columns: 1fr;
    gap: 12.82vw;
  }
  #about .step-image {
    height: 51.28vw;
    border-radius: 4.1vw;
    order: 2;
  }
  #about .step-no {
    font-size: 6.15vw;
    padding: 0 0 0.51vw 1.79vw;
  }
  #about .step-no::before {
    width: 38.46vw;
    height: 33.33vw;
  }
  #about .step-title {
    margin: 0 0 5.13vw 0;
    font-size: 5.13vw;
    order: 1;
  }
  #about .step-title .sub {
    font-size: 3.33vw;
    margin: 0 -2.56vw;
  }
  #about .step-text {
    font-size: 4.1vw;
    margin: 3.85vw 0 0 0;
    order: 3;
  }
  #about .members {
    padding: 20.51vw 0 0;
  }
  #about .members-description {
    font-size: 4.1vw;
    margin: 1.28vw 0 0 0;
  }
  #about .members-list {
    gap: 6.41vw;
    max-width: 100%;
    margin: 12.82vw auto 0;
  }
  #about .member-card {
    border-radius: 4.1vw;
    padding: 5.13vw 2.56vw 5.13vw;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: flex-start;
  }
  #about .member-photo-wrap {
    width: 100%;
    height: 51.28vw;
  }
  #about .member-photo-wrap .member-photo {
    border-radius: 4.1vw;
  }
  #about .member-photo-wrap .member-icon {
    width: 10.26vw;
    height: 14.1vw;
    bottom: -5.13vw;
    left: 0;
  }
  #about .member-body {
    display: contents;
  }
  #about .member-role {
    font-size: 3.59vw;
    margin: 7.69vw 0 1.28vw 0;
  }
  #about .member-name {
    gap: 1.28vw;
    margin: 0 0 2.56vw 0;
  }
  #about .member-name .jp {
    font-size: 5.38vw;
  }
  #about .member-name .en {
    font-size: 3.85vw;
  }
  #about .member-qualification {
    font-size: 3.59vw;
    margin: 0 0 5.13vw 0;
  }
  #about .member-comment-title {
    font-size: 4.1vw;
    padding: 0.51vw 2.56vw;
    border-radius: 50px;
  }
  #about .member-comment {
    font-size: 4.1vw;
    margin: 2.56vw 0 0 0;
  }
}