/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.main_page {
  position: relative;
}
.main_page::before {
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background-color: rgba(188, 59, 43, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page::before {
    height: calc(100% - 3rem);
  }
}
@media (max-width: 767px) {
  .main_page::before {
    height: calc(100% - 2rem);
  }
}
.main_page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: calc(50% - 50vw);
  position: relative;
}
.main_page .content .txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: unset;
  align-content: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: calc(50% - 50vw);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main_page .content .txt {
    padding-bottom: 0;
  }
}
.main_page .content .txt h2 {
  width: 100%;
  position: relative;
}
.main_page .content .txt h2::before {
  content: attr(data-inverted);
  width: calc(50vw - 50%);
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.main_page .content .txt h2 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.33;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page .content .txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .main_page .content .txt h2 {
    font-size: 1.875rem;
  }
}
.ul_b_cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-line-pack: unset;
  align-content: unset;
}
.ul_b_cmn::after {
  content: "";
  width: 31.11111%;
}
.ul_b_cmn li {
  width: 31.11111%;
  background-color: #bc3b2b;
  border-radius: 1.5rem;
  padding: 2.5rem 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .ul_b_cmn li {
    width: 100%;
    padding: 1rem 0.5em;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .ul_b_cmn li:nth-child(n + 4) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ul_b_cmn li:nth-child(n + 4) {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .ul_b_cmn li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.breadcrumbs {
  padding: 0.4rem 0;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs ul li {
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.breadcrumbs ul li.any {
  color: #d1d1d1;
}
.breadcrumbs ul li.current {
  color: #bc3b2b;
}
.about_about .leftover_cmn .txt p.txt01 {
  text-align: center;
}
.about_bg {
  height: calc(700 / 1920 * 100vw);
  background: url(../../uploads/2024/06/29485880_m.png) center
    center/cover no-repeat;
}
.about_concept .box {
  border: 1px solid #bc3b2b;
  border-radius: 4rem / 2rem;
  padding: 3rem 5%;
}
@media (max-width: 767px) {
  .about_concept .box {
    padding: 2rem 4%;
  }
}
.about_concept .box:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .about_concept .box:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.about_concept .box h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  background-color: #fff;
  padding: 0 1em;
  margin-top: -4.5rem;
}
@media (max-width: 767px) {
  .about_concept .box h3 {
    min-width: auto;
    margin-top: -2.7rem;
  }
}
.about_policy {
  background-color: rgba(188, 59, 43, 0.1);
  position: relative;
  overflow: hidden;
}
.about_policy .txt_left {
  font-size: 12.5rem;
  color: transparent;
  font-weight: 400;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: -0.05em;
  left: -0.15em;
}
.about_policy h3 {
  text-align: center;
}
.about_policy .area_b {
  background-color: #bc3b2b;
  border-radius: 2rem;
  padding: 3rem 4% 5rem;
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .about_policy .area_b {
    padding: 2rem 4% 3rem;
    margin-bottom: 3.5rem;
  }
}
.about_policy .area_b h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .about_policy .area_b h4 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.about_policy .area_b h4::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.about_policy .area_b h4 span {
  background-color: #bc3b2b;
  padding: 0 0.5em;
  position: relative;
}
.about_policy .area_b p.txt01 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .about_policy .area_b p.txt01 {
    font-size: 1.25rem;
  }
}
.about_policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-line-pack: unset;
  align-content: unset;
}
.about_policy ul li {
  width: 30.92593%;
}
@media (max-width: 767px) {
  .about_policy ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_policy ul li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.about_policy ul li .img {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: unset;
  align-content: unset;
  background-color: #f3f3f3;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .about_policy ul li .img {
    width: 70vw;
    height: auto;
    padding: 1.5rem 0;
    margin: 0 auto 0.7rem;
  }
}
.about_policy ul li h5 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .about_policy ul li h5 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
}
.about_policy ul li h5 em {
  color: #bc3b2b;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 1em;
}
.about_policy ul li p:not(:last-child) {
  margin-bottom: 1rem;
}
.about_business p.txt01 {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .about_business p.txt01 {
    margin-bottom: 3rem;
  }
}
.about_business h3 {
  padding-left: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .about_business h3 {
    padding-left: 24vw;
  }
}
.about_business h3::before {
  content: "";
  width: 100px;
  border-bottom: 1px solid #bc3b2b;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .about_business h3::before {
    width: 20vw;
  }
}
.about_business .leftover_cmn .txt {
  padding: 3rem 5% 0;
}
@media (max-width: 767px) {
  .about_business .leftover_cmn .txt {
    padding: 2rem 4% 0;
  }
}
.about_business .leftover_cmn .txt ul {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about_business .leftover_cmn .txt ul {
    margin-bottom: 2rem;
  }
}
.about_business .leftover_cmn .txt ul li {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .about_business .leftover_cmn .txt ul li {
    font-size: 1.125rem;
  }
}
.about_business .leftover_cmn .txt ul li::before {
  content: "・";
}
.about_business .leftover_cmn .txt ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .about_business .leftover_cmn .txt ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.about_business .leftover_cmn .txt ul li span {
  display: block;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .about_business .leftover_cmn .txt ul li span {
    font-size: 0.9375rem;
  }
}
.service_our .ttl01 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .service_our .ttl01 {
    margin-bottom: 1.5rem;
  }
}
.service_our .area_b {
  background-color: #bc3b2b;
  border-radius: 2rem;
  padding: 2rem 4% 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .service_our .area_b {
    padding: 1.5rem 4% 2rem;
    margin-bottom: 1.5rem;
  }
}
.service_our .area_b h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service_our .area_b h4 {
    font-size: 1rem;
  }
}
.service_our .lump:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .service_our .lump:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.service_our .lump h3 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .service_our .lump h3 {
    font-size: 1.375rem;
    margin-bottom: 1.8rem;
  }
}
.service_our .lump .ttl02 {
  padding-bottom: 1rem;
  border-bottom: 3px solid #707070;
  margin-bottom: 1rem;
}
.service_our .lump h4 {
  text-align: center;
}
.service_our .lump .img {
  text-align: center;
}
.service_service {
  background-color: rgba(188, 59, 43, 0.1);
}
.service_service h3.ttl01 {
  font-size: 2.25rem;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .service_service h3.ttl01 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.service_service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-line-pack: unset;
  align-content: unset;
}
.service_service ul::after {
  content: "";
  width: 30.92593%;
}
.service_service ul li {
  width: 30.92593%;
}
@media (max-width: 767px) {
  .service_service ul li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .service_service ul li:nth-child(n + 4) {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service_service ul li:nth-child(n + 4) {
    margin-top: 6rem;
  }
}
.service_service ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.service_service ul li .img {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .service_service ul li .img {
    margin-bottom: 0.8rem;
  }
}
.service_service ul li .num {
  font-size: 1.125rem;
  color: #bc3b2b;
  line-height: 1.25;
  font-weight: 600;
  padding-left: 70px;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .service_service ul li .num {
    font-size: 0.875rem;
    padding-left: 24vw;
    margin-bottom: 0.2rem;
  }
}
.service_service ul li .num::before {
  content: "";
  width: 50px;
  border-bottom: 1px solid #bc3b2b;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .service_service ul li .num::before {
    width: 20vw;
  }
}
.service_service ul li h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .service_service ul li h3 {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 0.8em;
  }
}
.consulting_service .leftover_cmn .txt ul {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .consulting_service .leftover_cmn .txt ul {
    margin-bottom: 3rem;
  }
}
.consulting_service .leftover_cmn .txt .area {
  background-color: #ffe8e5;
  border-radius: 1.5rem;
  padding: 2rem 4%;
}
@media (max-width: 767px) {
  .consulting_service .leftover_cmn .txt .area {
    padding: 1.5rem 4%;
  }
}
.consulting_reason {
  background-color: rgba(188, 59, 43, 0.1);
  position: relative;
  overflow: hidden;
}
.consulting_reason .txt_left {
  font-size: 12.5rem;
  color: transparent;
  font-weight: 400;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: -0.05em;
  left: -0.15em;
}
.consulting_reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-line-pack: unset;
  align-content: unset;
}
.consulting_reason ul li {
  width: 30.92593%;
}
@media (max-width: 767px) {
  .consulting_reason ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .consulting_reason ul li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.consulting_reason ul li .img {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .consulting_reason ul li .img {
    margin-bottom: 0.8rem;
  }
}
.consulting_reason ul li .num {
  font-size: 1.375rem;
  color: #bc3b2b;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .consulting_reason ul li .num {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.consulting_case .rightover_cmn .txt .num {
  font-size: 1.625rem;
  color: #bc3b2b;
  line-height: 1.25;
  font-weight: 600;
  padding-left: 120px;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .consulting_case .rightover_cmn .txt .num {
    font-size: 1.125rem;
    padding-left: 24vw;
    margin-bottom: 1.2rem;
  }
}
.consulting_case .rightover_cmn .txt .num::before {
  content: "";
  width: 100px;
  border-bottom: 1px solid #bc3b2b;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .consulting_case .rightover_cmn .txt .num::before {
    width: 20vw;
  }
}
.consulting_flow {
  background-color: rgba(188, 59, 43, 0.1);
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .consulting_flow {
    margin-bottom: 4rem;
  }
}
.consulting_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -ms-flex-line-pack: unset;
  align-content: unset;
}
.consulting_flow ul li {
  width: 87.96296%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 4%;
  position: relative;
}
.consulting_flow ul li:not(:last-child) {
  margin-bottom: 4rem;
}
.consulting_flow ul li::before {
  content: "●";
  font-size: 1.5625rem;
  color: #bc3b2b;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -14%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.consulting_flow ul li::after {
  content: "";
  height: calc(100% + 4rem);
  border-left: 1px solid #bc3b2b;
  position: absolute;
  top: 50%;
  left: -14%;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.consulting_flow ul li:last-child::after {
  content: none;
}
.consulting_flow ul li .num {
  font-size: 3.75rem;
  color: #bc3b2b;
  line-height: 1;
  font-weight: 600;
  margin-top: -4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .consulting_flow ul li .num {
    font-size: 2rem;
    margin-top: -3rem;
  }
}
.consulting_flow ul li h3 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .consulting_flow ul li h3 {
    margin-bottom: 1rem;
  }
}
.promotion_service .leftover_cmn .txt .lump:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .promotion_service .leftover_cmn .txt .lump:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.promotion_service .leftover_cmn .txt .lump p:not(:last-child) {
  margin-bottom: 2rem;
}
.promotion_service .leftover_cmn .txt .lump .area {
  background-color: rgba(188, 59, 43, 0.1);
  border-radius: 1rem;
  padding: 1.5rem 4%;
  margin-bottom: 1.5rem;
}
.promotion_service .leftover_cmn .txt .lump .area h5 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.promotion_service .leftover_cmn .txt .lump .ttl_bar {
  padding-left: 130px;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .promotion_service .leftover_cmn .txt .lump .ttl_bar {
    padding-left: 19vw;
    margin-bottom: 1rem;
  }
}
.promotion_service .leftover_cmn .txt .lump .ttl_bar::before {
  content: "";
  width: 100px;
  border-bottom: 1px solid #bc3b2b;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .promotion_service .leftover_cmn .txt .lump .ttl_bar::before {
    width: 17vw;
  }
}
.promotion_service .leftover_cmn .txt .lump01 h3 {
  font-size: 3.75rem;
  line-height: 1.3;
  color: #bc3b2b;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .promotion_service .leftover_cmn .txt .lump01 h3 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.promotion_service .leftover_cmn .txt .lump01 p.txt01 {
  font-size: 2rem;
  color: #bc3b2b;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .promotion_service .leftover_cmn .txt .lump01 p.txt01 {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.food_service .leftover_cmn .txt .lump01 {
  padding: 0 1rem;
}
.food_service .leftover_cmn .txt .lump01 p.txt01 {
  text-align: left;
}
.tbl_company {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .tbl_company {
    margin-bottom: 3.5rem;
  }
}
.tbl_company th,
.tbl_company td {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .tbl_company th,
  .tbl_company td {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 1rem 0;
  }
}
.tbl_company th {
  width: 25.92593%;
  font-weight: 700;
  text-align: left;
  border-top: 1px solid #bc3b2b;
}
@media (max-width: 767px) {
  .tbl_company th {
    width: 100%;
  }
}
.tbl_company td {
  width: 74.07407%;
  font-weight: 400;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .tbl_company td {
    width: 100%;
  }
}
.tbl_company td span {
  display: inline-block;
}
.tbl_company td span:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .tbl_company td span:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.map {
  position: relative;
  width: 100%;
  padding-top: 420px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map {
    padding-top: 100%;
  }
}
.map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw);
  }
}
.contact_form .area_b {
  background-color: #bc3b2b;
  border-radius: 2rem;
  padding: 3rem 4% 5rem;
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .contact_form .area_b {
    padding: 2rem 4% 3rem;
    margin-bottom: 3.5rem;
  }
}
.contact_form .area_b h4 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact_form .area_b h4 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.contact_form .area_b h4::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.contact_form .area_b h4 span {
  background-color: #bc3b2b;
  padding: 0 0.5em;
  position: relative;
}
.contact_form .area_b .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: unset;
  align-content: unset;
  color: #fff;
}
.contact_form .area_b .tel a i {
  font-size: 3.125rem;
  line-height: 1;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .contact_form .area_b .tel a i {
    font-size: 1.875rem;
    margin-right: 0.5rem;
  }
}
.contact_form .area_b .tel a p {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact_form .area_b .tel a p {
    font-size: 2.125rem;
  }
}
.contact_form .area_b .tel a p span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact_form .area_b .tel a p span {
    font-size: 0.875rem;
  }
}
.contact_form p.txt01 {
  margin-bottom: 3rem;
}
.tbl_contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 15px;
}
.tbl_contact .col_th {
  width: 35%;
}
@media (max-width: 767px) {
  .tbl_contact .col_th {
    display: none;
  }
}
.tbl_contact .col_td {
  width: 65%;
}
@media (max-width: 767px) {
  .tbl_contact .col_td {
    display: none;
  }
}
.tbl_contact th,
.tbl_contact td {
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .tbl_contact th,
  .tbl_contact td {
    padding: 0.5rem 0;
  }
}
.tbl_contact th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .tbl_contact th {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
.tbl_contact td {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .tbl_contact td {
    display: block;
    width: 100%;
  }
}
.tbl_contact .required {
  position: relative;
}
.tbl_contact .required::after {
  content: "必須";
  background-color: #bc3b2b;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tbl_contact .required::after {
    right: 0;
    padding: 0.2rem 0.5rem;
  }
}
.tbl_contact .required.th_textarea::after {
  top: 1.8rem;
}
@media (max-width: 767px) {
  .tbl_contact .required.th_textarea::after {
    top: 50%;
  }
}
.tbl_contact .any {
  position: relative;
}
.tbl_contact .any::after {
  content: "任意";
  background-color: #777;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tbl_contact .any::after {
    right: 0;
    padding: 0.2rem 0.5rem;
  }
}
.tbl_contact td input[type="text"],
.tbl_contact td input[type="tel"],
.tbl_contact td input[type="email"] {
  background: #f4f3f3;
  padding: 3px 5px;
}
.tbl_contact td input[type="text"],
.tbl_contact td input[type="email"] {
  width: 100%;
}
.tbl_contact td input[type="tel"] {
  width: 70%;
}
.tbl_contact td textarea {
  width: 100%;
  height: 267px;
  background: #f4f3f3;
  padding: 5px;
}
.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.th_textarea {
  vertical-align: top;
}
.check_confirm {
  font-size: 1rem;
  color: inherit;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .check_confirm {
    font-size: 0.875rem;
  }
}
.check_confirm label {
  padding: 20px;
}
.check_confirm span {
  margin-right: 5px;
}
.btn_submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.btn_submit input[type="submit"] {
  border: 1px solid #bc3b2b;
  width: 251px;
  height: 59px;
  border-radius: 28px;
  font-size: 1rem;
  color: #bc3b2b;
  font-weight: 400;
  line-height: 1.3;
}
.btn_submit input[type="submit"]:hover {
  background-color: #bc3b2b;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_submit input[type="submit"][disabled] {
  opacity: 0.3;
}
.btn_submit input[type="submit"]:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}
.ajax-loader {
  display: none !important;
}
/*# sourceMappingURL=lower-style.css.map */
.consulting_reason ul li {
  margin-bottom: 30px;
}
