@charset "UTF-8";
.mv {
  position: relative; }

.mv_sp {
  display: none; }

.mv_line {
  position: absolute;
  width: 64%;
  max-width: 800px;
  height: auto;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.typeWriter {
  font-size: 5rem;
  color: #fff;
  font-weight: 900;
  margin: 0 !important;
  min-height: 150px; }

.typeWriter > span {
  border-right: 2px solid;
  animation: caret 0.5s steps(1) infinite; }

@keyframes caret {
  50% {
    border-color: transparent; } }
@media screen and (max-width: 900px) {
  .typeWriter {
    font-size: 3.3rem; } }
@media screen and (max-width: 900px) {
  .mv {
    margin-top: 50px; }

  .typeWriter {
    font-size: 3.1rem; } }
.h2_box {
  position: relative;
  text-align: center;
  /* 文字の中央寄せ */
  padding-bottom: 80px; }
  .h2_box .h3_1 {
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px; }
  .h2_box .h2_1 {
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }

.h2_box::before {
  background-color: #000;
  /* 線の色 */
  border-radius: 5px;
  /* 線の両端を丸く */
  bottom: 40px;
  /* 線の位置 */
  content: "";
  height: 1px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 42px;
  /* 線の長さ */ }

.inner2 {
  max-width: 750px;
  margin: 0 auto; }

.about_box {
  background-color: rgba(215, 40, 23, 0.05);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 18px 20px 20px; }
  .about_box h4 {
    font-weight: 700;
    font-size: 2.3rem;
    color: #D72817;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    margin-top: 0; }

.about_box::last-child {
  margin-bottom: 0; }

.list1 {
  margin-bottom: 1.5em; }
  .list1 li {
    padding-left: 1em;
    text-indent: -1em; }

.service_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px; }
  .service_wrap .service_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 18px 20px 20px;
    width: 44%; }
    .service_wrap .service_box h4 {
      text-align: center;
      font-weight: 900;
      font-size: 2.7rem;
      line-height: 1.59;
      letter-spacing: 0.04em;
      border-bottom: 2px solid #D72817;
      padding-bottom: 6px;
      margin-bottom: 10px;
      margin-top: 0; }

.list1.no-space {
  margin-bottom: 0; }

.service_img {
  margin-bottom: 116px; }

.case_box {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px; }
  .case_box .case_ttl {
    color: #fff;
    background-color: #D72817;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    padding: 0.4em 1em;
    margin-bottom: 0; }
  .case_box .case_cont {
    padding: 16px 20px 20px; }

.case_cat {
  color: #D72817;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: rgba(215, 40, 23, 0.05);
  border-left: 3px solid #D72817;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 6px; }

.case_cat.cat_space {
  margin-top: 20px; }

.more_btn {
  text-align: center;
  padding-top: 30px; }
  .more_btn a {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    background-color: #D72817;
    border-radius: 44px;
    padding: 0.8em 6em; }
    .more_btn a:hover {
      background-color: #fff;
      color: #D72817;
      border: 2px solid #D72817; }

.comp_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .comp_wrap .comp_img {
    width: 30%; }
  .comp_wrap .comp_cont {
    width: 66.5%; }
    .comp_wrap .comp_cont .ceo_ttl {
      font-size: 1.3rem;
      font-weight: 500; }
    .comp_wrap .comp_cont .ceo_name {
      font-weight: 700;
      font-size: 2.4rem;
      margin-bottom: 8px; }

.list1 a {
  color: #008EF7; }

.list1.a_space li {
  margin-bottom: 12px; }

.h3_comp {
  text-align: center;
  font-weight: 900;
  font-size: 2.9rem;
  letter-spacing: 0.04em;
  padding-top: 120px;
  padding-bottom: 30px; }

.map {
  height: 480px; }

@media screen and (max-width: 900px) {
  .h2_box {
    padding-bottom: 60px; }
    .h2_box .h3_1 {
      font-size: 1.5rem;
      margin-bottom: 16px; }
    .h2_box .h2_1 {
      font-size: 2.8rem; }

  .h2_box::before {
    bottom: 30px;
    /* 線の位置 */ }

  .about_box {
    margin-bottom: 24px;
    padding: 16px 20px 20px; }
    .about_box h4 {
      font-size: 1.8rem; }

  .service_wrap {
    margin-bottom: 80px; }
    .service_wrap .service_box {
      padding: 16px 20px 20px; }
      .service_wrap .service_box h4 {
        font-size: 2rem; }

  .service_img {
    margin-bottom: 80px; }

  .case_box {
    margin-bottom: 40px; }
    .case_box .case_ttl {
      font-size: 1.9rem; }
    .case_box .case_cont {
      padding: 16px 20px 20px; }

  .comp_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    .comp_wrap .comp_img {
      width: 30%; }
    .comp_wrap .comp_cont .ceo_name {
      font-size: 2rem; }

  .more_btn a {
    font-size: 1.5rem; }

  .h3_comp {
    font-size: 2.3rem;
    padding-top: 70px; }

  .map {
    height: 400px; } }
@media screen and (max-width: 640px) {
  .h2_box {
    padding-bottom: 60px; }
    .h2_box .h3_1 {
      font-size: 1.4rem;
      margin-bottom: 16px; }
    .h2_box .h2_1 {
      font-size: 2.4rem; }

  .about_box {
    margin-bottom: 24px;
    padding: 16px 20px 20px; }
    .about_box h4 {
      font-size: 1.7rem; }

  .service_wrap {
    display: block; }
    .service_wrap .service_box {
      width: 100%;
      margin-bottom: 30px; }
      .service_wrap .service_box h4 {
        font-size: 1.8rem; }

  .case_box {
    margin-bottom: 30px; }
    .case_box .case_ttl {
      font-size: 1.7rem; }
    .case_box .case_cont {
      padding: 16px 16px 20px; }

  .comp_wrap {
    display: block;
    margin-bottom: 40px; }
    .comp_wrap .comp_img {
      width: 60%;
      margin: 0 auto;
      margin-bottom: 10px; }
    .comp_wrap .comp_cont {
      width: 100%; }
      .comp_wrap .comp_cont .ceo_name {
        font-size: 1.8rem;
        text-align: center; }
      .comp_wrap .comp_cont .ceo_ttl {
        text-align: center; }

  .h3_comp {
    font-size: 2.1rem; } }
/* ベースのスタイル（必要に応じて調整してください） */
.company-profile {
  width: 100%;
  box-sizing: border-box; }

.table-container {
  max-width: 800px;
  /* テーブルの最大幅 */
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  /* 上下の余白 */ }

/*-----------------------------------
  テーブル本体のデザイン
-----------------------------------*/
.profile-table {
  width: 90%;
  /* コンテナ内で少し小さくして左右の余白を作る */
  margin: 0 auto;
  border-collapse: collapse;
  /* 隙間をなくす */
  font-size: 15px;
  margin-bottom: 80px; }

.profile-table th,
.profile-table td {
  padding: 20px;
  text-align: left;
  position: relative;
  vertical-align: top; }

.profile-table th {
  width: 150px;
  /* PCでの項目幅 */
  font-weight: bold; }

/* 下線（共通） */
.profile-table tr {
  border-top: 1px solid #A0A0A0; }

.profile-table tr:last-child {
  border-bottom: 1px solid #A0A0A0; }

/*-----------------------------------
  スマホ対応（レスポンシブ）
-----------------------------------*/
@media screen and (max-width: 640px) {
  .mv_sp {
    display: block; }

  .mv_pc {
    display: none; }

  .mv_line {
    position: absolute;
    width: 88%;
    left: 6%; }

  .profile-table {
    width: 100%; }

  /* テーブル要素をブロック化して縦積みにする */
  .profile-table tr,
  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
    box-sizing: border-box; }

  .profile-table tr {
    margin-bottom: 5px; }

  .profile-table tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

  .profile-table th {
    padding: 10px 0 5px;
    width: 100%; }

  .profile-table td {
    padding: 0 0 10px; }

  /* スマホではth右の縦線を消す */
  .profile-table th::after {
    display: none; } }
