@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

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

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28204/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  background-color: #FFFFFF;
  line-height: 1.85;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

ul, ol {
  list-style: none;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.sec-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #ED4B00;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.sec-label.light {
  color: #FFFFFF;
}

.sec-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
}
.sec-title.light {
  color: #FFFFFF;
}

/* Buttons */
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 2.5rem;
  background: #0D0D0D;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  border: 1px solid #0D0D0D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.btn-link:hover {
  border-color: #ED4B00;
  color: #FFFFFF;
}
.btn-link:hover::before {
  width: 100%;
}
.btn-link:hover i {
  transform: translateX(6px);
}
.btn-link i {
  transition: transform 0.3s ease;
}
.btn-link--light {
  background: #FFFFFF;
  color: #0D0D0D;
  border-color: #FFFFFF;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13, 13, 13, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0;
}
header.is-scrolled {
  background: rgba(13, 13, 13, 0.98);
  padding: 5px 0;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 4%;
}
header .brand-logo {
  display: flex;
  flex-direction: column;
  z-index: 1002;
}
header .brand-logo .sub {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
}
header .brand-logo .main {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
header .brand-logo .main span {
  color: #ED4B00;
}
header nav.main-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
header nav.main-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0.5rem 0;
}
header nav.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ED4B00;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
header nav.main-nav a:hover::after, header nav.main-nav a.active::after {
  width: 100%;
}
@media (max-width: 992px) {
  header nav.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(13, 13, 13, 0.98);
    backdrop-filter: blur(15px);
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 100px 2rem 3rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 1001;
    overflow-y: auto;
  }
  header nav.main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header nav.main-nav a {
    font-size: 1.15rem;
  }
}
header .mobile-menu-bottom {
  display: none;
}
@media (max-width: 992px) {
  header .mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 320px;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
header .mobile-nav-tel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #ED4B00;
}
header .mobile-nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(237, 75, 0, 0.4);
}
header .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(237, 75, 0, 0.3);
}
header .header-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 992px) {
  header .header-cta {
    display: none;
  }
}
header .nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1002;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  header .nav-toggle {
    display: flex;
  }
}

section.fv {
  position: relative;
  height: 100vh;
  min-height: 680px;
  background: #0D0D0D;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #FFFFFF;
}
section.fv .fv-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.fv .fv-bg-slider .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 8s ease-out;
  transform: scale(1.08);
}
section.fv .fv-bg-slider .slide-item.active {
  opacity: 0.45;
  transform: scale(1);
}
section.fv .fv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.9) 100%);
  z-index: 2;
}
section.fv .fv-content {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
section.fv .fv-sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #ED4B00;
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.fv .fv-sub-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #ED4B00;
}
section.fv .fv-main-copy {
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
section.fv .fv-main-copy .highlight {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.fv .fv-lead {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  border-left: 4px solid #C81E00;
  padding-left: 1.25rem;
}
section.fv .scroll-indicator {
  position: absolute;
  bottom: 40px;
  right: 5%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
section.fv .scroll-indicator .line {
  width: 2px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
section.fv .scroll-indicator .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ED4B00;
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(200%);
  }
}
section.sec-msg {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
section.sec-msg::before {
  content: "ENDEAVOR";
  position: absolute;
  top: -3%;
  left: -2%;
  font-family: "Montserrat", sans-serif;
  font-size: 18vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  line-height: 0.8;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.sec-msg .msg-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  section.sec-msg .msg-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.sec-msg .msg-catch {
  border-left: 6px solid #ED4B00;
  padding-left: 2rem;
}
section.sec-msg .msg-catch h2 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.2rem, 4vw, 2.9rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
section.sec-msg .msg-body {
  font-size: 1.05rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.82);
}
section.sec-msg .msg-body p {
  margin-bottom: 1.5rem;
}
section.sec-msg .msg-body p strong {
  color: #ED4B00;
  font-weight: 700;
}

section.sec-about {
  padding: 140px 0;
  background: #FFFFFF;
}
section.sec-about .about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  section.sec-about .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.sec-about .about-img-box {
  position: relative;
}
section.sec-about .about-img-box .img-main {
  width: 100%;
  height: 520px;
  border-radius: 2px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
section.sec-about .about-img-box .badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 2.5rem;
  border-left: 5px solid #ED4B00;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  section.sec-about .about-img-box .badge {
    right: 0;
    bottom: -20px;
    padding: 1.5rem;
  }
}
section.sec-about .about-img-box .badge .badge-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #ED4B00;
  line-height: 1;
}
section.sec-about .about-img-box .badge .badge-txt {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.3rem;
}
section.sec-about .about-txt-box .sub-heading {
  font-size: 1.5rem;
  font-weight: 800;
  color: #C81E00;
  margin-bottom: 1.25rem;
}
section.sec-about .about-txt-box p {
  color: #1A1A1A;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

section.sec-staff {
  background: #F5F5F3;
  padding: 140px 0;
  position: relative;
}
section.sec-staff .staff-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  section.sec-staff .staff-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.sec-staff .staff-lead {
  font-size: 1.1rem;
  line-height: 2.1;
  color: #1A1A1A;
  margin: 1.5rem 0 2.5rem;
  font-weight: 500;
}
section.sec-staff .staff-img-wrap {
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
section.sec-staff .staff-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
section.sec-staff .staff-img-wrap:hover img {
  transform: scale(1.05);
}

section.sec-biz {
  padding: 140px 0;
  background: #FFFFFF;
}
section.sec-biz .biz-banner {
  position: relative;
  background: #0D0D0D;
  color: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  section.sec-biz .biz-banner {
    grid-template-columns: 1fr;
  }
}
section.sec-biz .biz-banner-img {
  position: relative;
  min-height: 400px;
}
section.sec-biz .biz-banner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
section.sec-biz .biz-banner-content {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  section.sec-biz .biz-banner-content {
    padding: 3rem 2rem;
  }
}
section.sec-biz .biz-banner-content h3 {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
section.sec-biz .biz-banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
  line-height: 1.9;
}

section.sec-social {
  padding: 120px 0;
  background: #F5F5F3;
}
section.sec-social .social-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  background: #FFFFFF;
  padding: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  section.sec-social .social-box {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.sec-social .social-txt-content p {
  margin-bottom: 1.25rem;
}
section.sec-social .social-txt-content p.desc-space {
  margin-bottom: 2.25rem;
}
section.sec-social .social-img-wrap {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.sec-social .social-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
section.sec-social .social-img-wrap:hover img {
  transform: scale(1.05);
}

section.sec-movie {
  padding: 140px 0;
  background: #0D0D0D;
  color: #FFFFFF;
  text-align: center;
}
section.sec-movie .movie-lead {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
}
section.sec-movie .movie-container {
  max-width: 900px;
  margin: 3rem auto;
  position: relative;
  padding-top: 56.25%;
}
section.sec-movie .movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

section.sec-news {
  padding: 140px 0;
  background: #FFFFFF;
}
section.sec-news .news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.sec-news .news-list {
  margin-top: 2rem;
  border-top: 2px solid #0D0D0D;
}
section.sec-news .news-item {
  display: flex;
  align-items: center;
  padding: 1.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
section.sec-news .news-item:hover {
  background: #F5F5F3;
  padding-left: 1.5rem;
}
section.sec-news .news-item .date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ED4B00;
  width: 140px;
  flex-shrink: 0;
}
section.sec-news .news-item .category {
  font-size: 0.75rem;
  font-weight: 800;
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
section.sec-news .news-item .title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1A1A1A;
  flex-grow: 1;
}

section.sec-contact {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
section.sec-contact .contact-card {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  padding: 5rem 4rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 30px 60px rgba(237, 75, 0, 0.25);
}
section.sec-contact .contact-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  margin-bottom: 1rem;
}
section.sec-contact .contact-card p {
  font-size: 1.15rem;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
  opacity: 0.95;
}
section.sec-contact .btn-contact-main {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  background: #FFFFFF;
  color: #0D0D0D;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 1.5rem 4rem;
  border-radius: 2px;
  letter-spacing: 0.1em;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
section.sec-contact .btn-contact-main:hover {
  background: #0D0D0D;
  color: #FFFFFF;
  transform: translateY(-3px);
}

footer {
  background: #080808;
  color: rgba(255, 255, 255, 0.7);
  padding: 90px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
footer .footer-info .company-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .footer-info .sub-name {
  font-size: 0.875rem;
  color: #ED4B00;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer .footer-info address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.9;
}
footer .footer-info .tel-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ED4B00;
  margin-top: 1rem;
}
footer .footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
footer .footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
}
footer .footer-nav a:hover {
  color: #ED4B00;
}
footer .copyright {
  text-align: center;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}

.page-header {
  position: relative;
  background: #0D0D0D;
  padding: 180px 0 90px;
  color: #FFFFFF;
  overflow: hidden;
  border-bottom: 3px solid #ED4B00;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28485/page-header-bg.jpg") center/cover;
  opacity: 0.18;
  filter: grayscale(100%);
}
.page-header .page-header-content {
  position: relative;
  z-index: 2;
}
.page-header .page-title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #ED4B00;
  letter-spacing: 0.3em;
  margin-bottom: 0.5rem;
}
.page-header .page-title-main {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.page-header .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1.5rem;
}
.page-header .breadcrumb a:hover {
  color: #ED4B00;
}

section.sec-philosophy {
  padding: 130px 0;
  background: #0D0D0D;
  color: #FFFFFF;
  position: relative;
}
section.sec-philosophy .philosophy-card {
  background: #171717;
  border-left: 6px solid #ED4B00;
  padding: 5rem 4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
section.sec-philosophy .philosophy-catch {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
section.sec-philosophy .philosophy-catch span {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.sec-philosophy .philosophy-text {
  font-size: 1.05rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
}
section.sec-philosophy .philosophy-text p {
  margin-bottom: 1.75rem;
}
section.sec-philosophy .philosophy-text p strong {
  color: #ED4B00;
  font-weight: 700;
}
section.sec-philosophy .philosophy-conclusion {
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
  margin-top: 2.5rem;
}

section.sec-profile {
  padding: 130px 0;
  background: #FFFFFF;
}
section.sec-profile .profile-table-wrap {
  margin-top: 2.5rem;
  border-top: 2px solid #0D0D0D;
}
section.sec-profile .profile-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: baseline;
}
@media (max-width: 768px) {
  section.sec-profile .profile-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
section.sec-profile .profile-label {
  font-weight: 800;
  font-size: 1rem;
  color: #0D0D0D;
}
section.sec-profile .profile-value {
  font-size: 0.975rem;
  color: #1A1A1A;
  line-height: 1.8;
}
section.sec-profile .profile-value ul {
  padding-left: 1.25rem;
  list-style-type: disc;
}
section.sec-profile .map-wrap {
  margin-top: 4rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.sec-profile .map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

section.sec-social-history {
  padding: 130px 0;
  background: #F5F5F3;
}
section.sec-social-history .social-history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  section.sec-social-history .social-history-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section.sec-social-history .social-card {
  background: #FFFFFF;
  padding: 2.5rem;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
section.sec-social-history .social-card-head {
  margin-bottom: 1.5rem;
}
section.sec-social-history .social-card-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  background: #ED4B00;
  color: #FFFFFF;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}
section.sec-social-history .social-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0D0D0D;
}
section.sec-social-history .video-container {
  position: relative;
  padding-top: 56.25%;
  margin-top: 1.5rem;
  border-radius: 2px;
  overflow: hidden;
}
section.sec-social-history .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
}
section.sec-social-history .social-gallery-img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.5rem;
  border-radius: 2px;
}

section.sec-chairman {
  padding: 130px 0;
  background: #0D0D0D;
  color: #FFFFFF;
}
section.sec-chairman .chairman-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: start;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  section.sec-chairman .chairman-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
section.sec-chairman .chairman-media-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.sec-chairman .chairman-photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
section.sec-chairman .chairman-info-box {
  background: #171717;
  padding: 3rem;
  border-top: 4px solid #ED4B00;
}
section.sec-chairman .chairman-title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: #ED4B00;
  letter-spacing: 0.15em;
}
section.sec-chairman .chairman-name {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
section.sec-chairman .chairman-name span {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 0.75rem;
}
section.sec-chairman .timeline-list {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding-left: 1.5rem;
}
section.sec-chairman .timeline-list .timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
}
section.sec-chairman .timeline-list .timeline-item::before {
  content: "";
  position: absolute;
  left: -1.95rem;
  top: 0.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ED4B00;
}
section.sec-chairman .timeline-list .timeline-year {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: #ED4B00;
}
section.sec-chairman .timeline-list .timeline-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

section.sec-staff-members {
  padding: 130px 0;
  background: #FFFFFF;
}
section.sec-staff-members .staff-lead-text {
  font-size: 1.1rem;
  line-height: 2;
  color: #1A1A1A;
  margin-bottom: 3.5rem;
}
section.sec-staff-members .staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 992px) {
  section.sec-staff-members .staff-grid {
    grid-template-columns: 1fr;
  }
}
section.sec-staff-members .staff-card {
  background: #F5F5F3;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 576px) {
  section.sec-staff-members .staff-card {
    grid-template-columns: 1fr;
  }
}
section.sec-staff-members .staff-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
section.sec-staff-members .staff-card-img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-staff-members .staff-card-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.sec-staff-members .staff-role {
  font-size: 0.8125rem;
  font-weight: 800;
  color: #C81E00;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
section.sec-staff-members .staff-member-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0D0D0D;
  margin-bottom: 1rem;
}
section.sec-staff-members .staff-member-name span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
  margin-left: 0.5rem;
}
section.sec-staff-members .staff-comment {
  font-size: 0.9375rem;
  color: #1A1A1A;
  line-height: 1.75;
}
section.sec-staff-members .staff-award-tag {
  margin-top: 0.75rem;
  font-size: 0.78125rem;
  font-weight: 700;
  background: rgba(237, 75, 0, 0.1);
  color: #C81E00;
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  display: inline-block;
}

section.sec-biz-about {
  padding: 130px 0;
  background: #0D0D0D;
  color: #FFFFFF;
}
section.sec-biz-about .biz-about-card {
  background: #171717;
  border-left: 6px solid #ED4B00;
  padding: 4.5rem 4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  section.sec-biz-about .biz-about-card {
    padding: 2.5rem 1.5rem;
  }
}
section.sec-biz-about .biz-about-catch {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
section.sec-biz-about .biz-about-catch span {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.sec-biz-about .biz-about-text {
  font-size: 1.05rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
}
section.sec-biz-about .biz-about-text p {
  margin-bottom: 1.5rem;
}
section.sec-biz-about .biz-about-text p strong {
  color: #ED4B00;
  font-weight: 700;
}

section.sec-biz-movies {
  padding: 130px 0;
  background: #F5F5F3;
}
section.sec-biz-movies .biz-movie-lead {
  font-size: 1.1rem;
  color: #1A1A1A;
  margin-bottom: 3rem;
  font-weight: 500;
}
section.sec-biz-movies .biz-movie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  section.sec-biz-movies .biz-movie-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  section.sec-biz-movies .biz-movie-grid {
    grid-template-columns: 1fr;
  }
}
section.sec-biz-movies .biz-movie-item {
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
section.sec-biz-movies .biz-movie-title {
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #0D0D0D;
  line-height: 1.4;
  background: #FFFFFF;
  border-bottom: 2px solid #ED4B00;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
section.sec-biz-movies .video-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  background: #000;
}
section.sec-biz-movies .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
}

section.sec-biz-style {
  padding: 130px 0;
  background: #FFFFFF;
}
section.sec-biz-style .style-lead-box {
  max-width: 900px;
  margin-bottom: 4rem;
}
section.sec-biz-style .style-lead-box h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #C81E00;
  margin-bottom: 1rem;
}
section.sec-biz-style .style-lead-box p {
  font-size: 1.05rem;
  line-height: 2;
  color: #1A1A1A;
}
section.sec-biz-style .step-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
section.sec-biz-style .step-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #F5F5F3;
  border-radius: 4px;
  overflow: hidden;
  border-left: 6px solid #0D0D0D;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 640px) {
  section.sec-biz-style .step-card {
    grid-template-columns: 1fr;
  }
}
section.sec-biz-style .step-card:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.sec-biz-style .step-card.step--active {
  border-left-color: #ED4B00;
}
section.sec-biz-style .step-card.step--active .step-head {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
}
section.sec-biz-style .step-head {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.sec-biz-style .step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  opacity: 0.9;
}
section.sec-biz-style .step-name {
  font-size: 1.35rem;
  font-weight: 900;
  margin-top: 0.25rem;
}
section.sec-biz-style .step-body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  section.sec-biz-style .step-body {
    padding: 1.5rem;
  }
}
section.sec-biz-style .step-sub-catch {
  font-size: 1.2rem;
  font-weight: 800;
  color: #C81E00;
  margin-bottom: 0.75rem;
}
section.sec-biz-style .step-desc {
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.85;
}
section.sec-biz-style .step-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ED4B00;
  font-size: 1.75rem;
  margin: -0.5rem 0;
}
section.sec-biz-style .style-conclusion {
  margin-top: 4rem;
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 2.5rem;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
section.sec-biz-style .style-conclusion span {
  color: #ED4B00;
}

section.sec-biz-works {
  padding: 130px 0;
  background: #F5F5F3;
}
section.sec-biz-works .works-intro {
  max-width: 850px;
  font-size: 1.05rem;
  line-height: 2;
  margin-bottom: 4rem;
}
section.sec-biz-works .partner-box {
  background: #FFFFFF;
  padding: 3rem 3.5rem;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #ED4B00;
}
@media (max-width: 768px) {
  section.sec-biz-works .partner-box {
    padding: 2rem 1.5rem;
  }
}
section.sec-biz-works .partner-box h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0D0D0D;
  margin-bottom: 1rem;
}
section.sec-biz-works .partner-box p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.85;
}
section.sec-biz-works .partner-list-title {
  font-size: 0.875rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #ED4B00;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
section.sec-biz-works .partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section.sec-biz-works .partner-tag {
  background: #F5F5F3;
  color: #0D0D0D;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.6rem 1.4rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
section.sec-biz-works .works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  section.sec-biz-works .works-grid {
    grid-template-columns: 1fr;
  }
}
section.sec-biz-works .work-card {
  background: #FFFFFF;
  padding: 2.5rem;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  border-top: 3px solid #0D0D0D;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
section.sec-biz-works .work-card:hover {
  border-top-color: #ED4B00;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.sec-biz-works .work-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
section.sec-biz-works .work-card-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
section.sec-biz-works .work-card-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0D0D0D;
}
section.sec-biz-works .work-card-desc {
  font-size: 0.975rem;
  line-height: 1.85;
  color: #1A1A1A;
}

section.sec-biz-info {
  padding: 130px 0;
  background: #FFFFFF;
}
section.sec-biz-info .info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 992px) {
  section.sec-biz-info .info-grid {
    grid-template-columns: 1fr;
  }
}
section.sec-biz-info .info-table-wrap {
  border-top: 2px solid #0D0D0D;
}
section.sec-biz-info .info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 1.35rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: baseline;
}
@media (max-width: 640px) {
  section.sec-biz-info .info-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
section.sec-biz-info .info-label {
  font-weight: 800;
  font-size: 0.95rem;
  color: #0D0D0D;
}
section.sec-biz-info .info-value {
  font-size: 0.95rem;
  color: #1A1A1A;
  line-height: 1.8;
}
section.sec-biz-info .cert-card {
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 3rem 2.5rem;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #ED4B00;
  text-align: center;
}
section.sec-biz-info .cert-badge-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  background: #ED4B00;
  color: #FFFFFF;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
section.sec-biz-info .cert-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
section.sec-biz-info .cert-img-wrap {
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 2px;
  margin-top: 1.5rem;
}
section.sec-biz-info .cert-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.sec-disclosure {
  padding: 130px 0;
  background: #FFFFFF;
}
section.sec-disclosure .disclosure-lead {
  max-width: 850px;
  font-size: 1.05rem;
  line-height: 2;
  color: #1A1A1A;
  margin-bottom: 3.5rem;
}
section.sec-disclosure .doc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  section.sec-disclosure .doc-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
section.sec-disclosure .doc-card {
  background: #F5F5F3;
  padding: 2.25rem 2.5rem;
  border-radius: 4px;
  border-left: 5px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 576px) {
  section.sec-disclosure .doc-card {
    padding: 1.5rem;
  }
}
section.sec-disclosure .doc-card:hover {
  border-left-color: #ED4B00;
  background: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
section.sec-disclosure .doc-card:hover .doc-icon {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
}
section.sec-disclosure .doc-card:hover .doc-arrow {
  transform: translateX(6px);
}
section.sec-disclosure .doc-card-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1rem;
}
section.sec-disclosure .doc-icon {
  width: 52px;
  height: 52px;
  background: #0D0D0D;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
section.sec-disclosure .doc-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0D0D0D;
  line-height: 1.5;
}
section.sec-disclosure .doc-arrow {
  color: #ED4B00;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

section.sec-activities {
  padding: 130px 0;
  background: #F5F5F3;
}
section.sec-activities .activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  section.sec-activities .activity-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  section.sec-activities .activity-grid {
    grid-template-columns: 1fr;
  }
}
section.sec-activities .post-card {
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
section.sec-activities .post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
section.sec-activities .post-card:hover .post-img-wrap img {
  transform: scale(1.08);
}
section.sec-activities .post-img-wrap {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
section.sec-activities .post-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
section.sec-activities .post-category-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
section.sec-activities .post-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
}
section.sec-activities .post-date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ED4B00;
  margin-bottom: 0.5rem;
}
section.sec-activities .post-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0D0D0D;
  line-height: 1.5;
  margin-bottom: 1rem;
}
section.sec-activities .post-excerpt {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.8;
  flex-grow: 1;
}

section.sec-contact-intro {
  padding: 120px 0 80px;
  background: #FFFFFF;
}
section.sec-contact-intro .contact-intro-card {
  background: #0D0D0D;
  color: #FFFFFF;
  border-left: 6px solid #ED4B00;
  padding: 4.5rem 4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  section.sec-contact-intro .contact-intro-card {
    padding: 2.5rem 1.5rem;
  }
}
section.sec-contact-intro .contact-intro-catch {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
section.sec-contact-intro .contact-intro-catch span {
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.sec-contact-intro .contact-intro-text {
  font-size: 1.05rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}
section.sec-contact-intro .contact-intro-text p {
  margin-bottom: 1.25rem;
}
section.sec-contact-intro .contact-notice-box {
  background: #F5F5F3;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  section.sec-contact-intro .contact-notice-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
}
section.sec-contact-intro .contact-notice-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  flex-shrink: 0;
}
section.sec-contact-intro .contact-notice-content h3 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0D0D0D;
  margin-bottom: 0.5rem;
}
section.sec-contact-intro .contact-notice-content p {
  font-size: 0.95rem;
  color: #1A1A1A;
  line-height: 1.8;
}
section.sec-contact-intro .contact-tel-wrap {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
section.sec-contact-intro .contact-tel-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ED4B00;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
section.sec-contact-intro .contact-tel-time {
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666;
}

section.sec-mailform {
  padding: 80px 0 120px;
  background: #F5F5F3;
}
section.sec-mailform .form-wrapper {
  background: #FFFFFF;
  padding: 4.5rem 4rem;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border-top: 5px solid #0D0D0D;
}
@media (max-width: 768px) {
  section.sec-mailform .form-wrapper {
    padding: 2.5rem 1.5rem;
  }
}
section.sec-mailform .form-group {
  margin-bottom: 2.5rem;
}
section.sec-mailform .form-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: #0D0D0D;
  margin-bottom: 0.75rem;
}
section.sec-mailform .form-badge-required {
  background: #ED4B00;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
section.sec-mailform .form-badge-optional {
  background: #666666;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  letter-spacing: 0.05em;
}
section.sec-mailform .form-control {
  width: 100%;
  padding: 1.1rem 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  background: #FAFAFA;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
}
section.sec-mailform .form-control:focus {
  background: #FFFFFF;
  border-color: #ED4B00;
  box-shadow: 0 0 0 3px rgba(237, 75, 0, 0.15);
}
section.sec-mailform textarea.form-control {
  min-height: 180px;
  resize: vertical;
  line-height: 1.7;
}
section.sec-mailform .form-privacy-agree {
  text-align: center;
  margin: 3rem 0 2rem;
}
section.sec-mailform .form-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.sec-mailform .form-checkbox-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #ED4B00;
  cursor: pointer;
}
section.sec-mailform .form-actions {
  text-align: center;
}
section.sec-mailform .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 1.4rem 3rem;
  background: linear-gradient(135deg, #ED4B00 0%, #B01000 100%);
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(237, 75, 0, 0.3);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
section.sec-mailform .btn-submit:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(237, 75, 0, 0.4);
}
section.sec-mailform .form-response-msg {
  display: none;
  margin-top: 2.5rem;
  padding: 2rem;
  background: #EAF8F0;
  border: 2px solid #28A745;
  color: #155724;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

section.sec-privacy {
  padding: 100px 0 130px;
  background: #FFFFFF;
}
section.sec-privacy .privacy-card {
  background: #F5F5F3;
  border-radius: 4px;
  padding: 3.5rem 4rem;
  border-top: 4px solid #ED4B00;
}
@media (max-width: 768px) {
  section.sec-privacy .privacy-card {
    padding: 2.5rem 1.5rem;
  }
}
section.sec-privacy .privacy-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #0D0D0D;
  margin-bottom: 2rem;
}
section.sec-privacy .privacy-article {
  margin-bottom: 2rem;
}
section.sec-privacy .privacy-article:last-child {
  margin-bottom: 0;
}
section.sec-privacy .privacy-article h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0D0D0D;
  margin-bottom: 0.6rem;
}
section.sec-privacy .privacy-article p {
  font-size: 0.9375rem;
  color: #1A1A1A;
  line-height: 1.85;
}

.form-contents {
  padding: 0px !important;
  margin: auto;
}

/* ---------- entry ---------- */
.entry-wrap {
  padding: 5rem 0 6rem;
}
@media screen and (max-width: 991px) {
  .entry-wrap {
    padding: 3rem 0 4rem;
  }
}

.entry {
  max-width: 840px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.entry-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.entry-meta .entry-date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ED4B00;
}
.entry-meta .entry-meta-line {
  flex: 1;
  height: 1px;
  background: #E6E3DE;
}

.entry-title {
  font-size: clamp(1.6rem, 3.2vw, 2.375rem);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #1A1A1A;
  margin: 0 0 3rem;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  .entry-title {
    margin-bottom: 2rem;
  }
}

/* ---------- entry body (rich text) ---------- */
.entry-body {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  font-size: 1.0625rem;
  line-height: 2;
  color: #333333;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  .entry-body {
    font-size: 1rem;
    line-height: 1.95;
    gap: 1.5rem;
  }
}
.entry-body p {
  margin: 0;
}
.entry-body strong {
  font-weight: 700;
  background: linear-gradient(transparent 65%, rgba(237, 75, 0, 0.18) 65%);
}
.entry-body a {
  text-decoration: underline;
}
.entry-body h3 {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6;
  color: #1A1A1A;
  margin: 1.5rem 0 0;
  padding-left: 1rem;
  border-left: 5px solid #ED4B00;
}
.entry-body h4 {
  font-size: 1.125rem;
  font-weight: 900;
  color: #1A1A1A;
  margin: 1.25rem 0 -0.5rem;
}
.entry-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.entry-body ul li {
  position: relative;
  padding-left: 1.5rem;
}
.entry-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8px;
  height: 8px;
  background: #ED4B00;
}
.entry-body blockquote {
  margin: 1rem 0;
  padding: 1.75rem 2rem;
  background: #F6F5F3;
  border-left: 4px solid #0D0D0D;
  font-size: 1rem;
  line-height: 1.95;
  color: #4A4540;
}
@media screen and (max-width: 767px) {
  .entry-body blockquote {
    padding: 1.25rem 1.25rem;
  }
}
.entry-body figure {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.entry-body figcaption {
  font-size: 0.8125rem;
  color: #8C867E;
  line-height: 1.7;
}

.entry-img-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .entry-img-2col {
    grid-template-columns: 1fr;
  }
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */