@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
#index .creating-comfort-for .text-2, .page-title .page-title-ja, .section-title-small {
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.small-narrow, .small, .middle {
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  color: #403F3E;
  margin: 0;
  /* Safari only: 対象のクラスやタグを細くする */
  -webkit-font-smoothing: antialiased;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #403F3E;
  display: inline-block;
}

img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.container {
  padding: 120px 96px 150px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container {
    padding: 120px 60px;
  }
}
@media (max-width: 780px) {
  .container {
    padding: 100px 20px;
  }
}

.page-wrap {
  background-color: #ffffff;
  padding: 120px 15%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .page-wrap {
    padding: 100px 10%;
  }
}
@media (max-width: 780px) {
  .page-wrap {
    padding: 70px 5%;
  }
}

.section-title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  .section-title-wrap {
    margin-bottom: 20px;
  }
}

.section-title-small {
  color: #C13E3E;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
@media (max-width: 780px) {
  .section-title-small {
    font-size: 1rem;
  }
}
.section-title-small:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #C13E3E;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.section-title-en {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .section-title-en {
    font-size: 2.5rem;
  }
}

.section-title-ja {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .section-title-ja {
    font-size: 2rem;
  }
}

.box-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .box-title {
    font-size: 1.4rem;
  }
}

.page-title {
  background-color: #F7F7F7;
  padding-top: 100px;
}
@media (max-width: 780px) {
  .page-title .container {
    padding-block: 50px;
  }
}
.page-title .page-title-ja {
  color: #C13E3E;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
@media (max-width: 780px) {
  .page-title .page-title-ja {
    font-size: 1rem;
  }
}
.page-title .page-title-ja:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #C13E3E;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-title .page-title-en {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media (max-width: 780px) {
  .page-title .page-title-en {
    font-size: 2.8rem;
  }
}

.middle {
  font-size: 1.6rem;
}
@media (max-width: 1100px) {
  .middle {
    font-size: 1.5rem;
  }
}
@media (max-width: 780px) {
  .middle {
    font-size: 1.2rem;
  }
}

.small {
  font-size: 1.4rem;
  line-height: 1.9;
}
@media (max-width: 1100px) {
  .small {
    font-size: 1.2rem;
  }
}
@media (max-width: 780px) {
  .small {
    font-size: 1rem;
  }
}

.small-narrow {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (max-width: 1100px) {
  .small-narrow {
    font-size: 1.2rem;
  }
}
@media (max-width: 780px) {
  .small-narrow {
    font-size: 1rem;
  }
}

.fadein {
  transform: translateY(20px);
  opacity: 0;
  transition: 1s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.fadein2 {
  transform: translateY(20px);
  opacity: 0;
  transition: 1s ease;
}
.fadein2.active2 {
  opacity: 1;
  transform: translateY(10);
}

.breadcrumb {
  background-color: #F7F7F7;
}
.breadcrumb .breadcrumb-inner {
  background-color: #ffffff;
  border-radius: 70px 70px 0 0;
  box-shadow: -15px -15px 15px rgba(84, 84, 84, 0.03);
}
@media (max-width: 780px) {
  .breadcrumb .breadcrumb-inner {
    border-radius: 20px 20px 0 0;
  }
}
.breadcrumb .breadcrumb-inner nav {
  padding-block: 50px 0;
}
@media (max-width: 780px) {
  .breadcrumb .breadcrumb-inner nav {
    padding-block: 30px 0;
  }
}

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

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

.anim-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 35px 20px;
  width: 180px;
  height: 55px;
  border: 1px solid #333333;
  background-color: #403F3E;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
@media (max-width: 780px) {
  .anim-button {
    padding-inline: 25px 10px;
    width: 140px;
    height: 40px;
  }
}
.anim-button .btn-text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 780px) {
  .anim-button .btn-text {
    font-size: 1.2rem;
  }
}
.anim-button .btn-icon {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  margin-left: 12px;
  z-index: 1;
}
.anim-button {
  /* ホバーアクション */
}
.anim-button:hover .btn-text {
  transform: translateX(25px);
}
@media (max-width: 780px) {
  .anim-button:hover .btn-text {
    transform: translateX(10px);
  }
}
.anim-button:hover .btn-icon svg {
  animation: iconJumps 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes iconJumps {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(40px);
    opacity: 0;
  }
  36% {
    transform: translateX(-140px);
    opacity: 0;
  }
  100% {
    transform: translateX(-105px);
    opacity: 1;
  }
}

@media (max-width: 780px) {
  .contact {
    padding-block: 0px 50px;
  }
}
.contact .contact-wrap {
  padding: 60px 80px;
  border-radius: 20px;
  background-image: linear-gradient(rgba(193, 62, 62, 0.85), rgba(193, 62, 62, 0.7)), url(./img/contact-back.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1100px) {
  .contact .contact-wrap {
    padding: 40px 50px;
    align-items: end;
  }
}
@media (max-width: 780px) {
  .contact .contact-wrap {
    padding: 30px;
    align-items: end;
    gap: 10px;
    border-radius: 15px;
  }
}
@media (max-width: 1100px) {
  .contact .contact-wrap .section-title-wrap {
    margin-bottom: 10px;
    width: 60%;
  }
}
.contact .contact-wrap .section-title-wrap .section-title-en {
  margin-bottom: 20px;
}
.contact .contact-wrap .anim-button {
  padding: 25px 20px;
  width: 310px;
  height: 80px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  .contact .contact-wrap .anim-button {
    padding-inline: 10px 15px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 780px) {
  .contact .contact-wrap .anim-button {
    padding-inline: 5px;
    width: 50px;
    height: 50px;
  }
}
.contact .contact-wrap .anim-button .btn-text {
  color: #403F3E;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .contact .contact-wrap .anim-button .btn-text {
    display: none;
  }
}
.contact .contact-wrap .anim-button .btn-icon {
  color: #403F3E;
  font-size: 20px;
  margin-left: 12px;
}
@media (max-width: 1100px) {
  .contact .contact-wrap .anim-button .btn-icon {
    margin-left: 10px;
  }
}
.contact .contact-wrap .anim-button:hover .btn-icon svg {
  animation: iconJump-contact 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@keyframes iconJump-contact {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(40px);
    opacity: 0;
  }
  36% {
    transform: translateX(-280px);
    opacity: 0;
    @media (max-width: 1100px) {
      .contact .contact-wrap .anim-button {
        transform: translateX(0px);
      }
    }
  }
  100% {
    transform: translateX(-255px);
    opacity: 1;
    @media (max-width: 1100px) {
      .contact .contact-wrap .anim-button {
        transform: translateX(0px);
      }
    }
  }
}

header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3.5% 4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 780px) {
  header {
    height: 90px;
  }
}
header .site-logo {
  line-height: 0;
}
header .site-logo .logo {
  width: 75px;
  margin-top: 0px;
}
@media (max-width: 780px) {
  header .site-logo .logo {
    width: 50px;
  }
}
header .menu-bg {
  width: 100%;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(193, 45, 45, 0.6);
  transform: translateX(100%);
  opacity: 0;
  transition: 0.4s ease;
}
header .hamburger-menu {
  height: 100vh;
  width: 80%;
  position: fixed;
  top: 0%;
  right: 0;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0 0 0 50px;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
  margin-inline: auto;
  flex-direction: column-reverse;
  padding-inline: 0;
}
header .hamburger-menu::after {
  width: 35px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #403F3E;
  transform: rotate(45deg);
}
@media (max-width: 1100px) {
  header .hamburger-menu::after {
    top: 40px;
    right: 30px;
  }
}
header .hamburger-menu::before {
  width: 35px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #403F3E;
  transform: rotate(-45deg);
}
@media (max-width: 1100px) {
  header .hamburger-menu::before {
    top: 40px;
    right: 30px;
  }
}
header .hamburger-menu .right {
  margin-top: 35%;
}
header .hamburger-menu .right .menu {
  margin-bottom: 40px;
}
header .hamburger-menu .right .menu li {
  overflow: hidden;
  margin-bottom: 20px;
}
header .hamburger-menu .right .menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: uppercase;
  transition: 0.4s ease;
  color: #403F3E;
  font-size: 1.8rem;
}
header .hamburger-menu .right .menu li a span {
  transition: 0.4s ease;
}
header .hamburger-menu .right .menu li a .en {
  transform: translateY(0);
}
header .hamburger-menu .right .menu li a .ja {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}
header .hamburger-menu .right .menu li a:hover .en {
  transform: translateY(-100%);
  opacity: 0;
}
header .hamburger-menu .right .menu li a:hover .ja {
  transform: translateY(0);
  opacity: 1;
}
header .header-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 780px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu .menu {
  display: flex;
  padding-inline-start: 0;
  margin-right: 20px;
}
header .header-menu .menu li {
  width: 130px;
  overflow: hidden;
  text-align: center;
}
header .header-menu .menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: uppercase;
  transition: 0.4s ease;
}
header .header-menu .menu li a span {
  display: block;
  transition: 0.4s ease;
}
header .header-menu .menu li a .en {
  transform: translateY(0);
}
header .header-menu .menu li a .ja {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  opacity: 0;
}
header .header-menu .menu li a:hover .en {
  transform: translateY(-100%);
  opacity: 0;
}
header .header-menu .menu li a:hover .ja {
  transform: translateY(0);
  opacity: 1;
}
header.active .menu-bg {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  z-index: 998;
}
header.active .hamburger-menu {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
header .hamburger_toggle {
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: none;
}
@media (max-width: 780px) {
  header .hamburger_toggle {
    display: inline-block;
  }
}
header .hamburger_toggle span {
  width: 100%;
  height: 1.5px;
  background-color: #403F3E;
  transition: 0.4s ease;
  position: absolute;
  left: 0;
}
header .hamburger_toggle span:nth-child(1) {
  top: 5px;
}
header .hamburger_toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .hamburger_toggle span:nth-child(3) {
  bottom: 5px;
}

.header-button {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 120px;
  height: 45px;
  border: 1px solid #C13E3E;
  background-color: #C13E3E;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.header-button:hover {
  background-color: transparent;
}
.header-button .btn-text {
  margin: 0 auto;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.header-button {
  /* ホバーアクション */
}
.header-button:hover .btn-text {
  color: #C13E3E;
}

.no-scroll {
  overflow: hidden;
}

.footer {
  background-color: #403F3E;
  color: #ffffff;
  border-radius: 70px 70px 0 0;
}
@media (max-width: 780px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }
}
.footer .container {
  padding: 100px 40px 70px;
}
@media (max-width: 780px) {
  .footer .container {
    padding: 70px 40px 50px;
  }
}
.footer .div-2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
.footer .footer-top {
  border-bottom: solid 0.5px #ffffff;
  padding-bottom: 80px;
}
@media (max-width: 780px) {
  .footer .footer-top {
    padding-bottom: 50px;
  }
}
.footer .footer-top .social-links {
  display: flex;
  gap: 10px;
  width: 80px;
}
.footer .footer-top .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1.3rem;
}
@media (max-width: 780px) {
  .footer .footer-top .nav {
    display: block;
  }
}
.footer .footer-top .nav li {
  cursor: pointer;
}
@media (max-width: 780px) {
  .footer .footer-top .nav li {
    margin-bottom: 5px;
  }
}
.footer .footer-top .nav li a {
  color: #ffffff;
}
.footer .credits {
  margin-top: 25px;
  text-align: center;
  font-size: 1rem;
}
.footer .credits .row {
  display: flex;
  gap: 24px;
}
@media (max-width: 780px) {
  .footer .credits .row {
    display: block;
  }
}

#index .fv {
  position: relative;
  padding: 10px 4% 0 0;
  margin-top: 100px;
}
#index .fv img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 1100px) {
  #index .fv img {
    height: 50vh;
  }
}
@media (max-width: 780px) {
  #index .fv img {
    height: 45vh;
    border-radius: 0 20px 20px 0;
  }
}
#index .fv .sub-copy {
  position: absolute;
  left: 7%;
  top: 38%;
  width: 22%;
  height: auto;
  z-index: 2;
}
@media (max-width: 780px) {
  #index .fv .sub-copy {
    width: 30%;
    top: 43%;
  }
}
#index .fv .fv-copy {
  position: absolute;
  left: 7%;
  top: 40%;
  display: inline-block;
}
@media (max-width: 780px) {
  #index .fv .fv-copy {
    top: 45%;
  }
}
#index .fv .fv-copy .main-copy {
  width: 100%;
  display: block;
}
#index .fv .fv-copy .main-copy .copy {
  font-size: 5rem;
  padding: 2% 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1100px) {
  #index .fv .fv-copy .main-copy .copy {
    font-size: 4.2rem;
    padding-inline: 15px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 780px) {
  #index .fv .fv-copy .main-copy .copy {
    font-size: 2.3rem;
    padding: 1% 10px;
    margin-bottom: 8px;
  }
}
#index .fv .fv-copy .main-copy .copy span {
  color: #C13E3E;
}
#index .concept {
  padding-bottom: 50px;
}
@media (max-width: 780px) {
  #index .concept {
    padding-bottom: 0px;
  }
}
#index .concept .section-title-wrap {
  margin-bottom: 70px;
}
@media (max-width: 780px) {
  #index .concept .section-title-wrap {
    margin-bottom: 50px;
  }
}
#index .concept .section-title-wrap .section-title-ja {
  margin-bottom: 10px;
}
#index .concept .section-title-wrap .section-title-en {
  font-size: 3rem;
}
@media (max-width: 780px) {
  #index .concept .section-title-wrap .section-title-en {
    font-size: 2rem;
  }
}
#index .concept .concept-text .small-narrow {
  max-width: 70%;
  margin-left: 25%;
}
@media (max-width: 780px) {
  #index .concept .concept-text .small-narrow {
    max-width: 100%;
    margin-left: 0%;
  }
}
#index .creating-comfort-for {
  padding: 40px 0 80px;
  overflow: hidden;
}
#index .creating-comfort-for .text-2 {
  font-size: 10rem;
  color: #F6F7FB;
  text-align: center;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
@media (max-width: 1100px) {
  #index .creating-comfort-for .text-2 {
    font-size: 8rem;
  }
}
@media (max-width: 780px) {
  #index .creating-comfort-for .text-2 {
    font-size: 5rem;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#index .service {
  background-color: #F6F7FB;
  border-radius: 70px;
}
@media (max-width: 780px) {
  #index .service {
    border-radius: 30px;
  }
}
#index .service .middle {
  margin-bottom: 50px;
}
#index .service .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  #index .service .cards {
    gap: 15px;
  }
}
@media (max-width: 780px) {
  #index .service .cards {
    grid-template-columns: 1fr;
  }
}
#index .service .cards .card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #C13E3E;
}
@media (max-width: 1100px) {
  #index .service .cards .card {
    padding: 30px 15px;
  }
}
@media (max-width: 780px) {
  #index .service .cards .card {
    padding: 10px 15px 30px;
    border-radius: 15px;
  }
}
#index .service .cards .card .image-box {
  margin: 20px auto;
}
@media (max-width: 780px) {
  #index .service .cards .card .image-box {
    margin: 30px auto 0px;
  }
}
#index .service .cards .card .image-box img {
  height: 160px;
}
@media (max-width: 1100px) {
  #index .service .cards .card .image-box img {
    height: 130px;
  }
}
#index .service .cards .card .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 20px 15px;
}
#index .service .cards .card .box-title .button-arrow {
  background-color: #403F3E;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 30px;
}
#index .service .cards .card .box-title .button-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 11px;
  height: 2.5px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
#index .service .cards .card .box-title .button-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 7px);
  width: 10px;
  height: 10px;
  border-top: 2.5px solid #ffffff;
  border-right: 2.5px solid #ffffff;
  transform: translate(-100%, -50%) rotate(45deg);
}
#index .service .cards .card .box-title .button-arrow:hover {
  background-color: #444;
}
#index .service .cards .card .box-title .button-arrow:hover:before {
  transform: translate(-40%, -50%);
}
#index .service .cards .card .box-title .button-arrow:hover:after {
  transform: translate(-90%, -50%) rotate(45deg);
}
#index .news {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}
@media (max-width: 1100px) {
  #index .news {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 780px) {
  #index .news {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  #index .news .news-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
#index .news .news-list {
  border-top: 0.5px solid #5A5A5A;
  margin: 0;
}
#index .news .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 35px 10px;
  border-bottom: 0.5px solid #5A5A5A;
}
#index .news .news-list .news-item:hover {
  background-color: #F7F7F7;
}
#index .news .news-list .news-item .news-info {
  display: flex;
  align-items: center;
  min-width: 240px;
}
@media (max-width: 780px) {
  #index .news .news-list .news-item .news-info {
    min-width: 130px;
  }
}
#index .news .news-list .news-item .news-info .news-category {
  font-size: 1.2rem;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  background-color: #F6F7FB;
}
@media (max-width: 780px) {
  #index .news .news-list .news-item .news-info .news-category {
    font-size: 1rem;
    padding: 2px 10px;
    margin-right: 10px;
  }
}
#index .news .news-list .news-item .news-title:hover {
  opacity: 0.7;
}

.service-page .service-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 40px;
  padding: 90px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.service-page .service-block:last-child {
  border-bottom: none;
  padding-block: 90px 0;
}
.service-page .service-block:first-child {
  padding-block: 0 90px;
}
@media (max-width: 1100px) {
  .service-page .service-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 780px) {
  .service-page .service-block {
    padding: 40px 0;
  }
  .service-page .service-block:last-child {
    border-bottom: none;
    padding-block: 40px 0;
  }
  .service-page .service-block:first-child {
    padding-block: 0 40px;
  }
}
.service-page .service-block .service-block-left .box-title-no {
  color: #C13E3E;
  font-weight: 700;
}
.service-page .service-block .service-block-left .service-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.service-page .service-block .service-block-left .small {
  margin-block: 10px 40px;
  width: 80%;
}
@media (max-width: 780px) {
  .service-page .service-block .service-block-left .small {
    margin-block: 10px;
    width: 100%;
  }
}
.service-page .service-block .service-block-left .service-image {
  width: 280px;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .service-page .service-block .service-block-left .service-image {
    width: 200px;
    display: flex;
    margin-inline: auto;
    margin-block: 20px 30px;
  }
}
.service-page .service-block .service-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.service-page .service-block .service-cards .service-card {
  background-color: #F6F7FB;
  border-radius: 15px;
  padding: 25px 40px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 780px) {
  .service-page .service-block .service-cards .service-card {
    padding: 12px 20px 15px;
    border-radius: 10px;
  }
}
.service-page .contact {
  background-color: #ffffff;
}

.company-page .company-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 40px;
}
.company-page .company-block:first-child {
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .company-page .company-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.company-page .company-block .company-block-right dl {
  margin-bottom: 70px;
}
.company-page .company-block .company-block-right dt {
  color: #C13E3E;
  margin-bottom: 10px;
  border-left: 2px #C13E3E solid;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-left: 15px;
  margin-bottom: 30px;
}
.company-page .company-block .company-block-right dd {
  line-height: 2.3;
}
.company-page .company-block .company-table {
  margin-top: 10px;
  border-collapse: collapse;
  border-top: 0.5px solid #b6b6b6;
  border-bottom: 0.5px solid #b6b6b6;
}
.company-page .company-block .company-table tr {
  border-bottom: 0.5px solid #b6b6b6;
}
.company-page .company-block .company-table th,
.company-page .company-block .company-table td {
  text-align: left;
  padding: 3rem 1rem;
  vertical-align: top;
}
.company-page .company-block .company-table th {
  width: 30%;
  font-weight: 400;
  font-weight: 700;
}
.company-page .company-block .company-table td {
  line-height: 1.6;
}
.company-page .company-block .company-table a {
  text-decoration: underline;
  word-break: break-all;
}

.news-page .news-list {
  border-top: 0.5px solid #5A5A5A;
  margin: 0;
}
.news-page .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 50px 20px;
  border-bottom: 0.5px solid #5A5A5A;
}
@media (max-width: 780px) {
  .news-page .news-list .news-item {
    display: block;
    padding: 25px 10px;
  }
}
.news-page .news-list .news-item:hover {
  background-color: #F7F7F7;
  opacity: 0.7;
}
.news-page .news-list .news-item .news-info {
  display: flex;
  align-items: center;
  min-width: 240px;
}
@media (max-width: 780px) {
  .news-page .news-list .news-item .news-info {
    margin-bottom: 10px;
  }
}
.news-page .news-list .news-item .news-info .news-category {
  font-size: 1.5rem;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
  margin-right: 20px;
  background-color: #F6F7FB;
}
@media (max-width: 780px) {
  .news-page .news-list .news-item .news-info .news-category {
    font-size: 1rem;
    padding: 0px 8px;
  }
}

.article-page .post-header {
  margin-bottom: 40px;
}
.article-page .post-header .meta-info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.article-page .post-header .meta-info .category-tag {
  background-color: #F6F7FB;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
}
.article-page .post-header .meta-info .post-date {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.article-page .post-header .section-title-en {
  font-size: 3rem;
}
@media (max-width: 780px) {
  .article-page .post-header .section-title-en {
    font-size: 2rem;
  }
}
.article-page {
  /* Main Visual */
}
.article-page .post-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: -10px -10px 50px rgba(84, 84, 84, 0.1);
  border-radius: 10px;
}
@media (max-width: 780px) {
  .article-page .post-visual {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.article-page .post-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 780px) {
  .article-page .post-visual img {
    height: 250px;
  }
}
.article-page .placeholder-icon {
  width: 80px;
  height: 80px;
  opacity: 0.2;
}
.article-page {
  /* Post Content */
}
.article-page .text {
  border-left: 3px solid #C13E3E;
  padding-left: 50px;
  margin-bottom: 80px;
}
.article-page .text p {
  margin-bottom: 2em;
  text-align: justify;
  word-break: break-all;
}
.article-page .text p:last-child {
  margin-bottom: 0;
}
.article-page .button-area {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-page .inner {
  background-color: #F7F7F7;
  border-radius: 20px;
}
.contact-page .inner form {
  padding: 80px 10%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .contact-page .inner form {
    padding: 60px 7%;
  }
}
@media (max-width: 780px) {
  .contact-page .inner form {
    padding: 60px 2%;
  }
}
.contact-page .inner form .small {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 780px) {
  .contact-page .inner form .small {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.contact-page .inner form .form-row {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 780px) {
  .contact-page .inner form .form-row {
    display: block;
    padding: 10px;
  }
}

.contact-page .inner form .form-row p {
  width:100%;
}

.contact-page .inner form .form-row:last-child {
  border-bottom: none;
}
.contact-page .inner form .form-row .form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
@media (max-width: 1100px) {
  .contact-page .inner form .form-row .form-label {
    width: 200px;
    margin-bottom: 5px;
  }
}
.contact-page .inner form .form-row .form-label label {
  font-weight: 700;
}
.contact-page .inner form .form-row .form-label span {
  font-weight: 700;
  color: #C13E3E;
}
.contact-page .inner form {
  /* フォームパーツのデザイン */
}
.contact-page .inner form .fomr-row p {
  width: 100%;
}
.contact-page .inner form input,
.contact-page .inner form textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 15px 10px;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 780px) {
  .contact-page .inner form input,
  .contact-page .inner form textarea {
    width: 100%;
    padding: 12px;
  }
}
.contact-page .inner form input::placeholder,
.contact-page .inner form textarea::placeholder {
  color: #b6b6b6;
}
.contact-page .inner form .button-area {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.contact-page .inner form .button-area .anim-button {
  margin: 0 auto;
}
.contact-page .contact {
  background-color: #ffffff;
}

.recruit-page .recruit-wrap {
  background-color: #ffffff;
}
.recruit-page .recruit-wrap .contact {
  background-color: #ffffff;
}/*# sourceMappingURL=main.css.map */