@charset "UTF-8";
.mv {
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  position: relative;
  opacity: 0;
  transition: opacity 1.5s;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: calc(100vh - 65px);
    height: calc(100svh - 65px);
  }
}
@media print, screen and (min-width: 1000px) {
  .mv {
    height: calc(100vh - 73px);
    height: calc(100svh - 73px);
  }
}
@media print, screen and (min-width: 1280px) {
  .mv {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
  }
}
.mv.is-active {
  opacity: 1;
}
.mv .splide__track {
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
}
@media print, screen and (min-width: 768px) {
  .mv .splide__track {
    height: calc(100vh - 65px);
    height: calc(100svh - 65px);
  }
}
@media print, screen and (min-width: 1000px) {
  .mv .splide__track {
    height: calc(100vh - 73px);
    height: calc(100svh - 73px);
  }
}
@media print, screen and (min-width: 1280px) {
  .mv .splide__track {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
  }
}
.mv .splide__slide picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mv .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 8s ease-out;
}
.mv .splide__slide.is-active img {
  transform: scale(1.07);
  transition-delay: 0s;
}
.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mv-text {
  font-size: clamp(2.4rem, 1.849rem + 2.35vw, 4.2rem);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .mv-text {
    line-height: 1.54;
  }
}
.mv-text span {
  display: inline-block;
  opacity: 0;
}
.mv-text .mv-text_number {
  font-size: clamp(5rem, 3.469rem + 6.53vw, 10rem);
  line-height: 1.2;
  filter: blur(10px);
}
@media print, screen and (min-width: 768px) {
  .mv-text .mv-text_number {
    line-height: 1.54;
  }
}
.mv-text .mv-text_number:nth-child(3) {
  margin-left: 5px;
}
.mv-text .mv-text_number:nth-child(4) {
  margin-right: 2px;
}

.mv-scrolldown {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 45px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.mv-scrolldown::after {
  content: "";
  width: 1px;
  height: 35px;
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 1;
  animation: mv-scrolldown 2s ease-in-out infinite;
}

@keyframes mv-scrolldown {
  0% {
    height: 0;
    top: 25px;
  }
  30% {
    height: 100%;
  }
  80% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
.mv.is-active .mv-text .mv-text_before {
  animation: mv-text_before 0.3s linear forwards;
}
.mv.is-active .mv-text .mv-text_before:nth-child(1) {
  animation-delay: 1.07s;
}
.mv.is-active .mv-text .mv-text_before:nth-child(2) {
  animation-delay: 1.14s;
}
.mv.is-active .mv-text .mv-text_number {
  animation: mv-text_number 0.5s linear forwards;
}
.mv.is-active .mv-text .mv-text_number:nth-child(1) {
  animation-delay: 1.24s;
}
.mv.is-active .mv-text .mv-text_number:nth-child(2) {
  animation-delay: 1.34s;
}
.mv.is-active .mv-text .mv-text_number:nth-child(3) {
  animation-delay: 1.44s;
}
.mv.is-active .mv-text .mv-text_number:nth-child(4) {
  animation-delay: 1.54s;
}
.mv.is-active .mv-text .mv-text_after {
  animation: mv-text_after 0.3s linear forwards;
}
.mv.is-active .mv-text .mv-text_after:nth-child(1) {
  animation-delay: 1.56s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(2) {
  animation-delay: 1.63s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(3) {
  animation-delay: 1.7s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(4) {
  animation-delay: 1.77s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(5) {
  animation-delay: 1.84s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(6) {
  animation-delay: 1.91s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(7) {
  animation-delay: 1.98s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(8) {
  animation-delay: 2.05s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(9) {
  animation-delay: 2.12s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(10) {
  animation-delay: 2.19s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(11) {
  animation-delay: 2.26s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(12) {
  animation-delay: 2.33s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(13) {
  animation-delay: 2.4s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(14) {
  animation-delay: 2.47s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(15) {
  animation-delay: 2.54s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(16) {
  animation-delay: 2.61s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(17) {
  animation-delay: 2.68s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(18) {
  animation-delay: 2.75s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(19) {
  animation-delay: 2.82s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(20) {
  animation-delay: 2.89s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(21) {
  animation-delay: 2.96s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(22) {
  animation-delay: 3.03s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(23) {
  animation-delay: 3.1s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(24) {
  animation-delay: 3.17s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(25) {
  animation-delay: 3.24s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(26) {
  animation-delay: 3.31s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(27) {
  animation-delay: 3.38s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(28) {
  animation-delay: 3.45s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(29) {
  animation-delay: 3.52s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(30) {
  animation-delay: 3.59s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(31) {
  animation-delay: 3.66s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(32) {
  animation-delay: 3.73s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(33) {
  animation-delay: 3.8s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(34) {
  animation-delay: 3.87s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(35) {
  animation-delay: 3.94s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(36) {
  animation-delay: 4.01s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(37) {
  animation-delay: 4.08s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(38) {
  animation-delay: 4.15s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(39) {
  animation-delay: 4.22s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(40) {
  animation-delay: 4.29s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(41) {
  animation-delay: 4.36s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(42) {
  animation-delay: 4.43s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(43) {
  animation-delay: 4.5s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(44) {
  animation-delay: 4.57s;
}
.mv.is-active .mv-text .mv-text_after:nth-child(45) {
  animation-delay: 4.64s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(1) {
  animation-delay: 1.76s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(2) {
  animation-delay: 1.83s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(3) {
  animation-delay: 1.9s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(4) {
  animation-delay: 1.97s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(5) {
  animation-delay: 2.04s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(6) {
  animation-delay: 2.11s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(7) {
  animation-delay: 2.18s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(8) {
  animation-delay: 2.25s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(9) {
  animation-delay: 2.32s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(10) {
  animation-delay: 2.39s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(11) {
  animation-delay: 2.46s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(12) {
  animation-delay: 2.53s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(13) {
  animation-delay: 2.6s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(14) {
  animation-delay: 2.67s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(15) {
  animation-delay: 2.74s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(16) {
  animation-delay: 2.81s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(17) {
  animation-delay: 2.88s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(18) {
  animation-delay: 2.95s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(19) {
  animation-delay: 3.02s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(20) {
  animation-delay: 3.09s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(21) {
  animation-delay: 3.16s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(22) {
  animation-delay: 3.23s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(23) {
  animation-delay: 3.3s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(24) {
  animation-delay: 3.37s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(25) {
  animation-delay: 3.44s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(26) {
  animation-delay: 3.51s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(27) {
  animation-delay: 3.58s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(28) {
  animation-delay: 3.65s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(29) {
  animation-delay: 3.72s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(30) {
  animation-delay: 3.79s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(31) {
  animation-delay: 3.86s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(32) {
  animation-delay: 3.93s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(33) {
  animation-delay: 4s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(34) {
  animation-delay: 4.07s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(35) {
  animation-delay: 4.14s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(36) {
  animation-delay: 4.21s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(37) {
  animation-delay: 4.28s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(38) {
  animation-delay: 4.35s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(39) {
  animation-delay: 4.42s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(40) {
  animation-delay: 4.49s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(41) {
  animation-delay: 4.56s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(42) {
  animation-delay: 4.63s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(43) {
  animation-delay: 4.7s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(44) {
  animation-delay: 4.77s;
}
.mv.is-active .mv-text .mv-text_after.after_delay:nth-child(45) {
  animation-delay: 4.84s;
}

@keyframes mv-text_before {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-text_number {
  0% {
    transform: translateY(0);
    filter: blur(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes mv-text_after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_contents {
  overflow: hidden;
}

.top_section {
  padding-block: 50px 60px;
}
@media print, screen and (min-width: 768px) {
  .top_section {
    padding-block: 70px 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .top_section {
    padding-block: 90px 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_section {
    padding-block: 105px 120px;
  }
}

.section_title {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .section_title {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1000px) {
  .section_title {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .section_title {
    margin-bottom: 55px;
  }
}
.section_title .eng {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .section_title .eng {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .section_title .eng {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .section_title .eng {
    font-size: 4.6rem;
  }
}
.section_title .eng::before, .section_title .eng::after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  margin-top: 10px;
  background-color: #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .section_title .eng::before, .section_title .eng::after {
    margin-top: 15px;
  }
}
.section_title .eng span {
  font-size: 5rem;
  color: #B82C2C;
}
@media print, screen and (min-width: 768px) {
  .section_title .eng span {
    font-size: 5.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .section_title .eng span {
    font-size: 6.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .section_title .eng span {
    font-size: 6.8rem;
  }
}
.section_title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #BC9850;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .section_title h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .section_title h2 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .section_title h2 {
    font-size: 1.8rem;
  }
}

.about {
  overflow: hidden;
}
.about .about-text {
  line-height: 2.3;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .about .about-text {
    text-align: center;
    line-height: 2.4;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about .about-text {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .about-text {
    line-height: 2.5;
    margin-bottom: 50px;
  }
}
.about .linkBtn {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .about .linkBtn {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about .linkBtn {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about .linkBtn {
    margin-bottom: 100px;
  }
}

.about-ticker {
  width: 100%;
}
.about-ticker img {
  width: 100%;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .about-ticker img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about-ticker img {
    border-radius: 10px;
  }
}
.about-ticker .splide__slide:nth-child(even) {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .about-ticker .splide__slide:nth-child(even) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .about-ticker .splide__slide:nth-child(even) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 1280px) {
  .about-ticker .splide__slide:nth-child(even) {
    margin-top: 40px;
  }
}

.service {
  overflow: hidden;
}
.service .meat {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .service .meat {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service .meat {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service .meat {
    margin-bottom: 100px;
  }
}

.service-block_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}
@media print, screen and (min-width: 768px) {
  .service-block_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service-block_grid {
    gap: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service-block_grid {
    gap: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-slide {
    width: 118%;
    margin-right: -18%;
    left: -18%;
  }
}
.service-slide img {
  width: 100%;
  max-width: initial;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .service-slide img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service-slide img {
    border-radius: 10px;
  }
}
.service-slide img.bdr {
  border: 2px solid #D9D9D9;
}

.splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .splide__pagination {
    bottom: 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .splide__pagination {
    bottom: 20px;
  }
}
.splide__pagination button {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #FFF;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .splide__pagination button {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .splide__pagination button {
    width: 14px;
    height: 14px;
  }
}
.splide__pagination button.is-active {
  background-color: #BC9850;
}
@media (hover: hover) {
  .splide__pagination button:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #BC9850;
  }
}

.service-block-text h3 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #B82C2C;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .service-block-text h3 {
    font-size: 2.6rem;
    padding-bottom: 12px;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service-block-text h3 {
    font-size: 2.9rem;
    padding-bottom: 14px;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service-block-text h3 {
    font-size: 3.2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.service-block-text p {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .service-block-text p {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .service-block-text p {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .service-block-text p {
    margin-bottom: 50px;
  }
}
.service-block-text .linkBtn {
  justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .web .service-slide {
    order: 1;
    margin-right: 0;
    left: 0;
  }
}

.news .section_title {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .news .section_title {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1000px) {
  .news .section_title {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .news .section_title {
    margin-bottom: 25px;
  }
}
.news .cmn_newslist {
  border-top: none;
}
.news .linkBtn {
  margin-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .news .linkBtn {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .news .linkBtn {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 1280px) {
  .news .linkBtn {
    margin-top: 60px;
  }
}

.company table {
  width: 100%;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .company table {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company table {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .company table {
    margin-bottom: 50px;
  }
}
.company table th,
.company table td {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  vertical-align: middle;
  padding: 15px 15px;
}
@media print, screen and (min-width: 768px) {
  .company table th,
  .company table td {
    font-size: 1.4rem;
    padding: 15px 17px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company table th,
  .company table td {
    font-size: 1.5rem;
    padding: 15px 19px;
  }
}
@media print, screen and (min-width: 1280px) {
  .company table th,
  .company table td {
    padding: 15px 20px;
  }
}
.company table th {
  width: 80px;
  white-space: nowrap;
  border-bottom: 1px solid #BC9850;
}
@media print, screen and (min-width: 768px) {
  .company table th {
    width: 90px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company table th {
    width: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .company table th {
    width: 105px;
  }
}
.company table td {
  border-bottom: 1px solid #D9D9D9;
}
.company table tr:first-child th {
  border-top: 1px solid #BC9850;
}
.company table tr:first-child td {
  border-top: 1px solid #D9D9D9;
}
.company .linkBtn {
  justify-content: flex-start;
}

.company_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media print, screen and (min-width: 768px) {
  .company_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company_grid {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1280px) {
  .company_grid {
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .company-info {
    min-width: 360px;
  }
}

.company-logo {
  width: 80%;
  max-width: 350px;
  margin: 0 auto 24px auto;
}
@media print, screen and (min-width: 768px) {
  .company-logo {
    width: 58.87%;
    max-width: auto;
    margin: 0 0 24px 0;
  }
}
.company-logo a {
  display: block;
}
.company-logo img {
  width: 100%;
}

.company-address {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .company-address {
    text-align: left;
  }
}

.company-tel,
.company-fax {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .company-tel,
  .company-fax {
    justify-content: start;
  }
}
.company-tel dt,
.company-fax dt {
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.company-tel dt::after,
.company-fax dt::after {
  content: "：";
}
.company-tel dd,
.company-fax dd {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.company-tel dd a,
.company-fax dd a {
  display: block;
}

.company-tel {
  margin-bottom: 10px;
}

.company-fax {
  margin-bottom: 35px;
}

.company-map .map_frame {
  height: 250px;
  margin-bottom: 13px;
  border: 8px solid #FFF;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .company-map .map_frame {
    height: 407px;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company-map .map_frame {
    height: 430px;
    border: 10px solid #FFF;
  }
}
@media print, screen and (min-width: 1280px) {
  .company-map .map_frame {
    height: 450px;
    border-radius: 10px;
  }
}
.company-map .company-map-link {
  display: flex;
  justify-content: end;
}
.company-map .company-map-link a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  transition: color 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .company-map .company-map-link a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .company-map .company-map-link a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
}