@charset "UTF-8";
#loading {
  position: fixed;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#loading .shape {
  width: 500px;
  height: 500px;
  background-image: conic-gradient(#fff 0deg, #210405 0deg);
  -webkit-clip-path: circle();
          clip-path: circle();
  display: grid;
  place-items: center;
  color: #210405;
  background-color: #210405;
  position: relative;
}
#loading .shape::after {
  content: "";
  position: absolute;
  width: 498px;
  height: 498px;
  background-color: #210405;
  -webkit-clip-path: circle();
          clip-path: circle();
  top: 1px;
  left: 1px;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -85%);
  animation: fadeIn 0.5s ease forwards !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loaded {
  animation: fadeOut 0.5s ease forwards !important;
  pointer-events: none;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.l-header {
  z-index: 888 !important;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: #210405;
  padding: 10px 30px;
  transition: 0.5s;
  border: 1px solid #210405;
}
.btn a {
  padding: 10px 30px;
  color: #fff;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 94%;
  height: 1px;
  width: 25px;
  background-color: #fff;
  z-index: 10;
  transition: 0.5s;
}

.btn:hover {
  background-color: #fff;
}
.btn:hover a {
  color: #210405;
}

.btn:hover::after {
  right: -30%;
  width: 50px;
  background-color: #210405;
  transition: 0.5s;
}

body:not(.home) header {
  background-color: #fff;
}
body:not(.home) header .c-row__col {
  color: #210405;
}

.logo-small {
  z-index: 100;
}

.c-hamburger-btn__label {
  color: #fff;
}

.c-entry-summary__term {
  right: inherit !important;
}

header nav li a span {
  font-size: 12px;
}
header .u-invisible-md-down {
  margin-left: auto;
}
header .c-row {
  position: relative;
}
header .c-row .u-invisible-md-down {
  position: absolute;
  right: 0;
}

#mv {
  position: relative;
  height: 100vh;
}
#mv .slideshow {
  position: fixed; /* 常に画面いっぱいに表示 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1; /* 背景扱いにしたい場合は -1。必要に応じて調整 */
}
#mv .slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover; /* 画面いっぱいにカバー */
  background-position: center;
  opacity: 0;
  animation: fadeZoom 84s infinite;
}
#mv .slideshow .slide:nth-child(1) {
  animation-delay: 0s;
}
#mv .slideshow .slide:nth-child(2) {
  animation-delay: 7s;
}
#mv .slideshow .slide:nth-child(3) {
  animation-delay: 14s;
}
#mv .slideshow .slide:nth-child(4) {
  animation-delay: 21s;
}
#mv .slideshow .slide:nth-child(5) {
  animation-delay: 28s;
}
#mv .slideshow .slide:nth-child(6) {
  animation-delay: 35s;
}
#mv .slideshow .slide:nth-child(7) {
  animation-delay: 42s;
}
#mv .slideshow .slide:nth-child(8) {
  animation-delay: 49s;
}
#mv .slideshow .slide:nth-child(9) {
  animation-delay: 56s;
}
#mv .slideshow .slide:nth-child(10) {
  animation-delay: 63s;
}
#mv .slideshow .slide:nth-child(11) {
  animation-delay: 70s;
}
#mv .slideshow .slide:nth-child(12) {
  animation-delay: 77s;
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
#mv .slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* ←黒の不透明度50% */
  z-index: 1;
}
#mv #mv-copy {
  position: relative;
}
#mv #mv-copy .smb-section__inner {
  position: absolute;
  top: 50vh;
}
#mv #mv-copy .smb-section__inner h2 {
  color: white;
  mix-blend-mode: difference;
  transform: translate3d(0, 0, 0);
}
#mv #mv-copy .smb-section__inner h3 {
  color: white;
  opacity: 0.9;
}

#about {
  position: relative;
}
#about .logo-red01 {
  position: absolute;
  top: -100px;
  left: -150px;
  transform: rotate(23deg);
}
#about .logo-red02 {
  position: absolute;
  bottom: -100px;
  left: -150px;
  transform: rotate(-20deg);
}
#about .logo-red03 {
  position: absolute;
  top: 200px;
  right: -150px;
  transform: rotate(-20deg);
}
#about .wp-block-columns {
  z-index: 100;
  max-width: 1280px;
}
#about .layer-top {
  z-index: 100;
}

#vision {
  position: relative;
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: calc(var(--wp--preset--spacing--80) + 150px);
  z-index: 5;
}

#vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6.5625rem);
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/about-image01.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  filter: brightness(30%);
}

#service {
  z-index: 100;
  position: relative;
  padding-top: calc(var(--wp--preset--spacing--80) - 200px);
  padding-bottom: calc(var(--wp--preset--spacing--80) + 150px);
}
#service .service-content {
  position: relative;
}
#service .service-content .smb-items__item__body {
  text-align: center;
}
#service .service-content img {
  width: 100%;
}
#service .service-content .smb-items__item__title {
  font-size: 15px;
  text-align: center;
}
#service .service-content .smb-items__item__lede {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px;
  background-color: #210405;
  color: #fff;
  border: 1px solid #210405;
  position: relative;
  transition: 0.5s;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
#service .service-content .smb-items__item__content {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  aspect-ratio: 1;
  padding: 0 2.125rem 2.125rem 0;
  color: white;
  background-color: #A48636;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

#service::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  width: calc(100% - 6.5625rem);
  height: 100%;
  background-image: url("/wp-content/uploads/2025/07/service-image01-scaled.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.service-content:hover .smb-items__item__lede {
  background-color: #fff !important;
  color: #210405 !important;
}

.smb-items__item__lede:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 94%;
  height: 1px;
  width: 25px;
  background-color: #fff;
  z-index: 10;
  transition: 0.5s;
}

.service-content:hover .smb-items__item__lede:after {
  right: -30%;
  width: 50px;
  background-color: #210405;
  transition: 0.5s;
}

#news .c-entries__item {
  border-bottom: 1px solid #DFDFE0;
}
#news .c-entries__item:first-of-type {
  border-top: 1px solid #DFDFE0;
}

#articles .c-meta__item--author {
  display: none;
}
#articles .c-entry-summary__term {
  right: inherit;
}

footer .c-row > .c-row__col {
  margin-bottom: 22px !important;
}
footer .l-footer--default, footer .l-footer-widget-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .l-footer--default .c-fluid-container, footer .l-footer-widget-area .c-fluid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
footer .wp-block-separator {
  border-top: 1px solid;
  width: 1280px;
}

.contact, .recruit {
  transition: 0.5s;
}
.contact .smb-items__item--block-link, .recruit .smb-items__item--block-link {
  background-color: #210405;
  padding: 30px 50px;
}

.contact:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.recruit:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.page-id-743 .services-headline-wrapper {
  position: relative;
}
.page-id-743 .services-headline-wrapper .services-headline {
  position: sticky;
  top: 100px;
}
.page-id-743 .services-headline-wrapper .services-subheadline {
  position: sticky;
  top: 200px;
}
.page-id-743 .wp-block-cover {
  position: relative;
}
.page-id-743 .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  height: 100%;
}
.page-id-743 .wp-block-cover .service-title {
  mix-blend-mode: difference;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.archive header {
  background-color: #fff;
}
.archive header .c-row__col {
  color: #210405;
}
.archive .c-page-header img {
  filter: brightness(30%);
}
.archive .c-page-header .c-page-header__title {
  font-size: 5rem;
}
.archive .c-entry-summary__figure {
  margin-top: 10px;
}
.archive .c-entry-summary__body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.archive .c-entry-summary__body .c-meta__item--published {
  position: absolute;
  top: 0;
  left: 0;
  order: -10;
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
}
.archive .c-entry-summary__body .c-entry-summary__title {
  padding-top: 35px;
  order: 1;
  flex-flow: column;
}
.archive .c-entry-summary__body .c-entry-summary__content {
  order: 10;
  padding-bottom: 45px;
}
.archive .c-entry-summary__term {
  right: inherit;
}

.category-7 .c-page-header__title::after {
  content: " お知らせ";
  font-size: 1rem;
}

.category-8 .c-page-header__title::after {
  content: " 記事一覧";
  font-size: 1rem;
}

.category-news .c-entry-summary__term {
  background-color: #A48636;
}

.post-template-default header, .post-template-right-sidebar header {
  background-color: #fff;
}
.post-template-default header .u-invisible-md-down, .post-template-right-sidebar header .u-invisible-md-down {
  color: #210405;
}
.post-template-default .c-meta .c-meta__item--categories, .post-template-right-sidebar .c-meta .c-meta__item--categories {
  order: -10;
  background-color: #A48636;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}
.post-template-default .c-meta .c-meta__item--categories a, .post-template-right-sidebar .c-meta .c-meta__item--categories a {
  text-decoration: none;
}
.post-template-default .c-meta .c-meta__item--categories .fa-folder, .post-template-right-sidebar .c-meta .c-meta__item--categories .fa-folder {
  display: none;
}
.post-template-default .c-meta .fa-clock, .post-template-right-sidebar .c-meta .fa-clock {
  display: none;
}
.post-template-default .c-meta .c-meta__item--author, .post-template-right-sidebar .c-meta .c-meta__item--author {
  display: none;
}
.post-template-default .c-meta__item--modified, .post-template-right-sidebar .c-meta__item--modified {
  display: none;
}
.post-template-default .wp-profile-box, .post-template-right-sidebar .wp-profile-box {
  display: none;
}
.post-template-default .p-trackbacks, .post-template-right-sidebar .p-trackbacks {
  display: none;
}
.post-template-default h2.wp-block-heading, .post-template-right-sidebar h2.wp-block-heading {
  position: relative;
  padding: 1rem 2rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  font-size: 1.33rem;
}
.post-template-default h2.wp-block-heading::before, .post-template-right-sidebar h2.wp-block-heading::before, .post-template-default h2.wp-block-heading::after, .post-template-right-sidebar h2.wp-block-heading::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}
.post-template-default h2.wp-block-heading::before, .post-template-right-sidebar h2.wp-block-heading::before {
  top: 0;
}
.post-template-default h2.wp-block-heading::after, .post-template-right-sidebar h2.wp-block-heading::after {
  bottom: 0;
}
.post-template-default h3.wp-block-heading, .post-template-right-sidebar h3.wp-block-heading {
  padding: 0.5rem 1.5rem;
  border-left: 6px double #A48636;
}
.post-template-default aside h3, .post-template-right-sidebar aside h3 {
  padding: inherit !important;
  border-left: inherit !important;
}

.post-template-right-sidebar .c-meta__item--categories {
  background-color: #210405 !important;
}
.post-template-right-sidebar .wp-profile-box {
  display: inherit !important;
}
.post-template-right-sidebar .wp-profile-box .wp-profile-box__title {
  font-size: 0;
}
.post-template-right-sidebar .wp-profile-box .wp-profile-box__title::before {
  content: "この記事の執筆者";
  font-size: var(--_fluid-font-size);
}
.post-template-right-sidebar .wp-profile-box .wp-profile-box__sns-accounts-item {
  display: none;
}

.category .c-page-header__title {
  font-size: 3rem;
}

.page-id-752 .wp-block-cover .group-company-title {
  mix-blend-mode: difference;
}
.page-id-752 #group-company-sp {
  padding: 0 15px;
}
.page-id-752 #group-company-sp .c-row--margin-l {
  gap: var(--_margin3);
}
.page-id-752 .smb-items__item--block-link {
  overflow: hidden;
}
.page-id-752 .smb-items__item--block-link img, .page-id-752 .smb-items__item--block-link .smb-items__item__title, .page-id-752 .smb-items__item--block-link .smb-items__item__content {
  transition: all 0.3s ease;
}
.page-id-752 .smb-items__item--block-link:hover img {
  transform: scale(1.05);
}
.page-id-752 .smb-items__item--block-link:hover .smb-items__item__title, .page-id-752 .smb-items__item--block-link:hover .smb-items__item__content {
  color: #A48636;
}

.page-id-753 .recruit-mv .copy {
  writing-mode: vertical-rl;
}
.page-id-753 .recruit-mv .copy .copy-rotate {
  text-orientation: upright;
}
.page-id-753 .merit .wp-block-items-item-free-is-layout-constrained {
  position: relative;
}
.page-id-753 .merit .wp-block-items-item-free-is-layout-constrained .merit-number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  aspect-ratio: 1;
  padding: 0 2.125rem 2.125rem 0;
  color: white;
  background-color: #A48636;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page-id-753 .btn {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1315px) {
  #service .wp-block-snow-monkey-blocks-items .smb-items__item__body {
    padding: 30px 7px;
  }
  #service .wp-block-snow-monkey-blocks-items .smb-items__item__body .smb-items__item__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 1279px) {
  header .c-row > .c-row__col {
    padding-left: 0;
    padding-right: 0;
  }
  header .p-global-nav .c-navbar__item > a {
    padding: 10px;
  }
  #post h2 .sme-font-size {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-header {
    background-color: #210405 !important;
  }
  .l-header .u-invisible-lg-up {
    color: #fff;
  }
  .l-header .u-invisible-lg-up .c-hamburger-btn__bar {
    background-color: #fff;
  }
  #mv h3 .sme-font-size {
    font-size: 3vw !important;
  }
  #about #about-us h3 .sme-font-size {
    font-size: 3vw !important;
  }
  #about #vision h2 .sme-font-size {
    font-size: 3vw !important;
  }
  #about #vision::before {
    width: calc(100% - 1.5rem);
  }
  #about #service::before {
    width: calc(100% - 1.5rem);
    top: -100px;
  }
  #post .btn {
    left: 50%;
    transform: translateX(-50%);
  }
  #post #articles h2 .sme-font-size {
    font-size: 2rem !important;
  }
  footer .c-row > .c-row__col {
    margin-bottom: 0 !important;
  }
  footer .c-copyright {
    padding-top: 40px;
  }
  footer .recruit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 781px) {
  #about #about-us h3 .sme-font-size {
    font-size: 5vw !important;
  }
  #about #vision h2 .sme-font-size {
    font-size: 4vw !important;
  }
  #about #service h2 .sme-font-size {
    font-size: 3rem !important;
  }
  .post-template-default h1.c-entry__title, .post-template-right-sidebar h1.c-entry__title {
    --_font-size-level: 2;
  }
  .post-template-default h2.wp-block-heading, .post-template-right-sidebar h2.wp-block-heading {
    padding: 0.5rem 1rem;
    font-size: 20px;
  }
  .post-template-default h3.wp-block-heading, .post-template-right-sidebar h3.wp-block-heading {
    padding: 0.3rem 1rem;
    font-size: 18px;
  }
  .post-template-default h4.wp-block-heading, .post-template-right-sidebar h4.wp-block-heading {
    font-size: 16px;
  }
  .post-template-default p, .post-template-right-sidebar p {
    font-size: 14px;
  }
  .post-template-default .c-prev-next-nav .c-prev-next-nav__item a, .post-template-right-sidebar .c-prev-next-nav .c-prev-next-nav__item a {
    padding: 12px;
  }
  .post-template-default .c-prev-next-nav .c-prev-next-nav__item a .c-prev-next-nav__item-title, .post-template-right-sidebar .c-prev-next-nav .c-prev-next-nav__item a .c-prev-next-nav__item-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .c-container {
    padding: 0 10px;
  }
  #loading .shape {
    width: 300px !important;
    height: 300px !important;
  }
  #loading .shape::after {
    width: 298px !important;
    height: 298px !important;
  }
  #loading .logo {
    transform: translate(-52%, -100%) !important;
    width: 200px !important;
  }
  #mv #mv-copy .smb-section__inner {
    top: 35%;
    left: 2%;
  }
  #mv #mv-copy .smb-section__inner .btn {
    left: 50%;
    transform: translateX(-50%);
  }
  #about {
    padding-bottom: 0 !important;
  }
  #about #about-us {
    padding-bottom: 0;
  }
  #about #about-us h3 .sme-font-size {
    font-size: 7vw !important;
  }
  #about #about-us p {
    font-size: 14px;
  }
  #about #about-us p .sme-line-height {
    line-height: 1.8 !important;
  }
  #about #vision {
    padding-bottom: calc(var(--wp--preset--spacing--30) + 100px);
  }
  #about #vision h2 {
    text-align: left;
  }
  #about #vision h2 .sme-font-size {
    font-size: 5vw !important;
  }
  #about #vision p {
    text-align: left;
    font-size: 14px;
  }
  #about #vision p .sme-line-height {
    line-height: 1.8 !important;
  }
  #about #vision::before {
    background-attachment: inherit !important;
  }
  #about #service {
    padding-bottom: calc(var(--wp--preset--spacing--30) + 150px);
  }
  #about #service h2 {
    text-align: center;
  }
  #about #service h2 .sme-font-size {
    font-size: 1.8rem !important;
  }
  #about #service .wp-block-snow-monkey-blocks-items .c-row--margin .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(odd) {
    padding-right: calc(var(--_gap) * 0.25);
  }
  #about #service .wp-block-snow-monkey-blocks-items .c-row--margin .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(even) {
    padding-left: calc(var(--_gap) * 0.25);
  }
  #about #service .wp-block-snow-monkey-blocks-items .smb-items__item__body {
    padding: 15px 0;
  }
  #about #service .wp-block-snow-monkey-blocks-items .smb-items__item__content {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0px 22px 22px 0;
  }
  #about .logo-red01 {
    top: -65px;
    left: -45px;
  }
  #about .logo-red01 img {
    width: 350px !important;
  }
  #about .logo-red02 {
    display: none;
  }
  #about .logo-red03 {
    top: 370px;
    right: -80px;
  }
  #about .logo-red03 img {
    width: 350px !important;
  }
  #post .btn {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .l-footer-widget-area__item {
    margin-bottom: 0 !important;
  }
  footer .smb-items__item__title {
    text-align: center;
  }
  footer .c-copyright {
    font-size: 12px;
    padding-top: 45px;
  }
  footer .c-copyright .c-fluid-container {
    padding: 0 10px;
  }
  .page-id-743 .services-headline .sme-font-size {
    font-size: 2.5rem !important;
  }
  .page-id-753 .wp-block-snow-monkey-blocks-items .c-row > .c-row__col:nth-child(odd) {
    padding-right: calc(var(--_gap) * 0.25);
    margin-bottom: calc(var(--_gap) * 0.5);
  }
  .page-id-753 .wp-block-snow-monkey-blocks-items .c-row > .c-row__col:nth-child(even) {
    padding-left: calc(var(--_gap) * 0.25);
    margin-bottom: calc(var(--_gap) * 0.5);
  }
  .page-id-753 .wp-block-snow-monkey-blocks-items .wp-block-heading {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .page-id-753 .wp-block-snow-monkey-blocks-items .wp-block-heading .sme-line-height {
    font-size: 14px;
  }
  .page-id-753 .wp-block-snow-monkey-blocks-items .merit-number {
    width: 3.25rem !important;
    height: 3.25rem !important;
    padding: 0 20px 20px 0 !important;
  }
  .archive .c-page-header__title {
    font-size: 3rem !important;
  }
  .archive .l-contents__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive .c-entries__item a {
    padding: 20px 0;
  }
  .archive .c-entry-summary__figure {
    margin-right: 15px;
  }
  .archive .c-entry-summary__body h2 {
    font-size: 15px;
  }
  .post-template-default .l-contents__container {
    padding: 0 10px;
  }
}/*# sourceMappingURL=style.css.map */