@charset "utf-8";
/* CSS Document */
.check-box p {
  cursor: pointer; /* マウスカーソルを指マークに */
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}
/* Company Page Styles */
/* Section01 - Renovation Section */
.section01 {
  background-color: #181818;
}
.renovation-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.renovation-title {
  font-family: 'Yu Gothic UI', 'Yu Gothic UI Bold', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 60px;
  letter-spacing: 0;
  line-height: 1;
}
.renovation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
.renovation-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.renovation-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.renovation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renovation-item-title {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
}
/* Responsive Design for Renovation Section */
@media (max-width: 1080px) {
  .renovation-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .renovation-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .renovation-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .renovation-title {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
  }
  .renovation-item-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .renovation-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .renovation-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .renovation-item-title {
    font-size: 15px;
  }
}
/* Section02 - Flow Section */
.flow-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.flow-title {
  font-family: 'Yu Gothic UI', 'Yu Gothic UI Bold', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
.flow-subtitle {
  font-family: "Orbitron", "Orbitron Medium", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: #cc2222;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
.flow-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 160px;
  position: relative;
}
.flow-step-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.flow-step-content {
  background: linear-gradient(135deg, #cc2222 0%, #b91c1c 100%);
  padding: 15px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-shadow: 0 2px 8px rgba(204, 34, 34, 0.3);
}
.flow-step:nth-child(1) .flow-step-content {
  background: linear-gradient(135deg, #cc2222 0%, #b91c1c 100%);
}
.flow-step:nth-child(2) .flow-step-content {
  background: linear-gradient(135deg, #c61b1b 0%, #b31717 100%);
}
.flow-step:nth-child(3) .flow-step-content {
  background: linear-gradient(135deg, #be1716 0%, #ad1312 100%);
}
.flow-step:nth-child(4) .flow-step-content {
  background: linear-gradient(135deg, #b50d0e 0%, #a5090a 100%);
}
.flow-step:nth-child(5) .flow-step-content {
  background: linear-gradient(135deg, #af0908 0%, #9e0506 100%);
}
.flow-step:nth-child(6) .flow-step-content {
  background: linear-gradient(135deg, #960100 0%, #850001 100%);
}
.flow-step-number {
  font-family: "Orbitron", "Orbitron Medium", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
  color: #cc2222;
  order: 1;
  z-index: 2;
}
.flow-step:nth-child(6) {
  align-items: flex-start;
  text-align: left;
}
.flow-step:nth-child(6) .flow-step-number {
  align-self: flex-start;
  margin-left: 0;
}
.flow-step:nth-child(1) .flow-step-number {
  color: #cc2222;
}
.flow-step:nth-child(3) .flow-step-number {
  color: #c61b1b;
}
.flow-step:nth-child(5) .flow-step-number {
  color: #be1716;
}
.flow-step:nth-child(7) .flow-step-number {
  color: #b50d0e;
}
.flow-step:nth-child(9) .flow-step-number {
  color: #af0908;
}
.flow-step:nth-child(11) .flow-step-number {
  color: #960100;
}
.flow-step-title {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.flow-arrow {
  width: 120px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  order: 2;
  opacity: 0.9;
}
.arrow-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow-note {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}
.flow-note p {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.5;
}
/* Responsive Design for Flow Section */
@media (max-width: 1280px) {
  .flow-steps {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .flow-step {
    flex: 0 0 calc(33.333% - 40px);
    max-width: 200px;
  }
}
@media (max-width: 1080px) {
  .flow-steps {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .flow-step {
    flex: 0 0 calc(33.333% - 40px);
    max-width: 200px;
  }
  .flow-arrow {
    display: none;
  }
  .flow-step:nth-child(6) {
    align-items: center;
    text-align: center;
  }
  .flow-step:nth-child(6) .flow-step-number {
    align-self: center;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .flow-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 60px;
  }
  .flow-subtitle {
    font-size: 44px;
  }
  .flow-steps {
    gap: 30px;
  }
  .flow-step {
    flex: 0 0 calc(50% - 30px);
    max-width: 180px;
  }
  .flow-step-title {
    font-size: 16px;
  }
  .flow-step-number {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .flow-steps {
    flex-direction: column;
    gap: 40px;
  }
  .flow-step {
    flex: none;
    max-width: 200px;
  }
  .flow-subtitle {
    font-size: 32px;
  }
  .flow-title {
    font-size: 17px;
  }
  .flow-step-title {
    font-size: 15px;
  }
  .flow-step-number {
    font-size: 24px;
  }
  .flow-note p {
    font-size: 14px;
  }
}
/* Section05 - Cases Section */
.cases-section {
  background: #181818;
  padding: 100px 0;
}
.cases-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.cases-content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.cases-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cases-header {
  flex: 0 0 120px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
}
.cases-subtitle {
  font-family: "Orbitron", "Orbitron Medium", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120px;
  font-weight: 500;
  color: #cc2222;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.case-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  transition: none;
  position: relative;
}
.case-item:last-child {
  border-bottom: none;
}
.case-image {
  flex: 0 0 370px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.case-img {
  width: 100%;
  height: 277.5px;
  object-fit: cover;
  transition: none;
  filter: none;
  border-radius: 10px;
}
.case-item:hover .case-img {
  transform: none;
  filter: none;
}
.case-content {
  flex: 1;
  padding: 0;
}
.case-title {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
.case-text {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 0;
}
.contactform-subtitle {
  font-family: "Orbitron", "Orbitron Medium", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #cc2222;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-shadow: none;
  position: relative;
  display: block;
  white-space: pre-line;
  line-height: 1.3;
}
.form-box h3, .form-box p {
  color: #fff;
}
.send .send-bt:hover {
  background-color: #CC2222;
  color: #fff;
  border: 1px solid #CC2222;
}
/* Responsive Design for Cases Section */
@media (max-width: 1080px) {
  .cases-section {
    padding: 80px 0;
  }
  .cases-content {
    gap: 50px;
  }
  .cases-header {
    flex: none;
    margin-bottom: 40px;
  }
  .cases-content {
    flex-direction: column;
    gap: 0px;
  }
  .cases-subtitle {
    font-size: 60px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
  }
  .cases-header {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .case-title {
    text-align: center;
  }
  .cases-section {
    padding: 80px 0;
  }
  .case-item {
    flex-direction: column;
    gap: 20px;
  }
  .case-image {
    flex: none;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    order: -1;
  }
  .cases-subtitle {
    font-size: 80px;
  }
  .cases-content {
    flex-direction: column;
    gap: 30px;
  }
  .cases-content {
    gap: 0;
  }
  .contact-header, .cases-header, .news-header {
    margin-left: auto;
    margin-right: auto;
  }
  .reasons-subtitle, .contact-subtitle, .cases-subtitle, .about-title, .news-title, .contact-subtitle {
    font-size: 44px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cases-section {
    padding: 60px 0;
  }
  .cases-header {
    margin-bottom: 30px;
  }
  .case-item {
    padding: 0;
  }
  .cases-list {
    gap: 40px;
  }
  .contact-header, .cases-header {
    margin-left: auto;
    margin-right: auto;
  }
  .case-text {
    text-align: left;
  }
  .case-content {
    padding: 15px;
  }
  .case-title {
    font-size: 16px;
  }
  .case-text {
    font-size: 13px;
  }
  .cases-subtitle, .contact-subtitle {
    font-size: 32px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
  }
}