@charset "UTF-8";
.bottom_nav a {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottom_nav a[href^="tel:"] {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 997;
    width: 100%;
    background: #e60012;
    border-radius: 10px 10px 0 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    display: flex;
    padding: 10px;
    text-decoration: none;
  }
  .bottom_nav a[href^="tel:"] .bn_telope {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_nav a[href^="tel:"] .bn_telope .bn_telope_img {
    width: 70%;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry {
    width: 100%;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_l {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber {
    display: flex;
    align-items: center;
    container-type: inline-size;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber .bn_free_dial_img {
    width: 30px;
    margin-right: 10px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber .bn_dial_number {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
    font-size: 6vw;
    color: #fff;
    line-height: 1.25;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_business_hours {
    color: #e60012;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 2px;
  }
}
footer {
  text-align: center;
  background: #e60012;
  color: #fff;
  line-height: 2;
}
footer .footer_content p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 130px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.mainSection-title,
h2 {
  background-color: #f5f5f5;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
}

dt {
  border: none !important;
}

dd {
  border: none !important;
}

h3::after {
  border: none !important;
}

.section_ttl {
  text-align: center;
  padding-top: 50px;
}
.section_ttl .jp_ttl {
  font-size: 25px;
  color: #555;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 50px;
}
.section_ttl .jp_ttl_w {
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .section_ttl .jp_ttl {
    padding-bottom: 0;
  }
}
.section_ttl_02 {
  text-align: center;
  font-size: 25px;
  color: #555;
  font-weight: 600;
  padding-bottom: 20px;
}

.ttl_text {
  text-align: center;
  color: #555;
}

@media screen and (max-width: 768px) {
  .section_ttl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .loading_logo {
  width: 10%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #loading .loading_logo {
    width: 50%;
  }
}
.page_top {
  position: fixed;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  right: -80px;
  bottom: 100px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #e60012;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
.page_top img {
  position: absolute;
  width: 30px;
  color: #fff;
  top: 15px;
}
.page_top p {
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.is_active {
  opacity: 1;
  visibility: visible;
}

.page_top.is_active {
  right: -2px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
#first_view {
  width: 100%;
  background: #e60012;
  text-align: center;
  color: #fff;
}
#first_view .top_ttl_wrap {
  position: relative;
}
#first_view .top_ttl_wrap .top_ttl {
  text-align: center;
  font-size: 10cqw;
  font-feature-settings: "palt";
  font-weight: bolder;
  padding-top: 80px;
}
#first_view .top_ttl_wrap .top_ttl .top_ttl_small_pc {
  font-size: 3.25cqw;
}
#first_view .top_ttl_wrap .top_ttl_small_sp {
  display: none;
  font-weight: bolder;
}
#first_view .top_ttl_wrap .hukidashi {
  position: absolute;
  width: 13%;
  top: 20px;
  right: 5%;
}
#first_view .secchi_day {
  width: 80%;
}
#first_view .emblem {
  display: block;
  padding-top: 50px;
  width: 40%;
  margin: 30px auto 0;
}
#first_view .first_view_note {
  display: block;
  width: 30%;
  margin: 20px auto 0;
}
#first_view .follow_ttl {
  display: block;
  width: 40%;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  #first_view .top_ttl_wrap .top_ttl {
    font-size: 15cqw;
  }
  #first_view .top_ttl_wrap .top_ttl .top_ttl_small_pc {
    display: none;
  }
  #first_view .top_ttl_wrap .top_ttl_small_sp {
    display: block;
    font-size: 5cqw;
  }
  #first_view .top_ttl_wrap .hukidashi {
    width: 100px;
    top: -5px;
    right: 5px;
  }
  #first_view .top_ttl_note {
    font-size: 2.55cqw;
  }
  #first_view .emblem {
    padding-top: 0;
    width: 80%;
  }
  #first_view .first_view_note {
    width: 75%;
  }
  #first_view .follow_ttl {
    width: 75%;
  }
}
#employee_img {
  background-image: linear-gradient(#e60012, #ffffff);
  text-align: center;
}
#employee_img img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  #employee_img img {
    width: 70%;
  }
}
.banner h2 {
  text-align: center;
  color: #555;
  line-height: 3.5em;
}

.trading {
  background-color: #fff;
}
.trading h2 {
  font-size: 25px;
  font-weight: 600;
  color: #555;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
}
.trading h2 .emphasis {
  color: red;
}
.trading h2 .emphasis .emphasis_number {
  font-size: 40px;
}
.trading h2 .emphasis .current_number {
  font-size: 10px;
}
.trading .data_date {
  font-size: 12px;
  text-align: center;
}
.trading .slider_parent {
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}
.trading .slider_parent .slider {
  display: flex;
  justify-content: space-between;
}
.trading .slider_parent .slider .logos {
  flex-shrink: 0;
}
.trading .slider_parent .slider .text_scroll {
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.trading .slider_parent .slider .text_scroll ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.trading .slider_parent .slider .text_scroll ul li {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
.trading h3 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #555;
  line-height: 1em;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}
.contents_link {
  background: #e60012;
}
.contents_link ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents_link ul li {
  text-align: center;
  padding: 25px 20px;
}
.contents_link ul li a {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.contents_link ul li a:hover::after {
  transform: scale(1, 1);
}
.contents_link ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.contents_link ul li a span img {
  width: 10px;
  vertical-align: middle;
  margin-left: 5px;
}

@media only screen and (max-width: 590px) {
  .contents_link ul li {
    width: 50%;
    padding: 15px 20px;
  }
}
.image_area {
  width: 100%;
}
.image_area .swiper {
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.image_area .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.image_area .swiper .swiper-slide {
  border: 1px solid #b5b5b5;
  position: relative;
}
.image_area .swiper .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_area .swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #fff;
}

.cta {
  margin: 50px auto;
}
.cta .employee {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.cta .employee img {
  width: 80%;
}
.cta .support_dial_card {
  display: flex;
  width: 980px;
  margin: auto;
  border: 2px solid #e60012;
  border-radius: 10px;
  overflow: hidden;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.cta .support_dial_card .dial {
  display: flex;
  background: #e60012;
  width: calc(100% - 370px);
  padding: 20px 30px;
  text-decoration: none;
  order: 1;
}
.cta .support_dial_card .dial .telope {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta .support_dial_card .dial .telope img {
  width: 70%;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
.cta .support_dial_card .dial .inquiry {
  width: 70%;
}
.cta .support_dial_card .dial .inquiry .inquiry_l {
  color: #fff;
  font-weight: 800;
  padding-top: 5px;
  font-size: 18px;
}
.cta .support_dial_card .dial .inquiry .inquiry_telnumber {
  display: flex;
  align-items: center;
  container-type: inline-size;
}
.cta .support_dial_card .dial .inquiry .inquiry_telnumber img {
  width: 30px;
  margin-right: 10px;
}
.cta .support_dial_card .dial .inquiry .inquiry_telnumber .dial_number {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 10cqw;
  color: #fff;
  line-height: 1.25;
}
.cta .support_dial_card .dial .inquiry .business_hours {
  color: #e60012;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.cta .support_dial_card .credit_card {
  width: 370px;
  order: 2;
  text-align: center;
}
.cta .support_dial_card .credit_card img {
  width: 95%;
  margin-top: 5px;
}
.cta .support_dial_card .credit_card .cta_note_pc {
  font-size: 10px;
  text-indent: 1em;
  text-align: left;
  margin-top: 10px;
}
.cta .support_dial_card .cta_note_sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .cta .employee img {
    width: 90%;
  }
  .cta .support_dial_card {
    flex-direction: column-reverse;
    width: 95%;
  }
  .cta .support_dial_card .dial {
    width: 95%;
    margin: 15px auto;
    border-radius: 10px;
  }
  .cta .support_dial_card .dial a[href^="tel:"] {
    pointer-events: none;
  }
  .cta .support_dial_card .dial a[href^="tel:"] .inquiry .inquiry_l {
    font-size: 3.5cqw;
  }
  .cta .support_dial_card .dial a[href^="tel:"] .inquiry .inquiry_telnumber .dial_number {
    font-size: 5.5vw;
  }
  .cta .support_dial_card .credit_card {
    width: 100%;
    margin-top: 10px;
  }
  .cta .support_dial_card .credit_card .cta_note_pc {
    display: none;
  }
  .cta .support_dial_card .cta_note_sp {
    display: block;
    font-size: 10px;
    text-indent: 1em;
    margin-top: -10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .cta .support_dial_card .dial {
    padding: 20px 10px;
  }
  .cta .support_dial_card .dial .inquiry .business_hours {
    font-size: 12px;
  }
}
#install_fee {
  background: rgba(230, 0, 18, 0.1);
}
#install_fee .installation {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#install_fee .installation .standard {
  width: 100%;
  padding-top: 50px;
}
#install_fee .installation .standard h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
  background: #e60012;
  color: #fff;
}
#install_fee .installation .standard .std_fee_describe {
  background: #fff;
}
#install_fee .installation .standard .std_fee_describe .std_price {
  width: 40%;
  margin: 15px auto;
}
#install_fee .installation .standard .std_fee_describe .std_price_note_wrap {
  width: 80%;
  margin: auto;
  padding-bottom: 20px;
}
#install_fee .installation .standard .std_fee_describe .std_price_note_wrap .std_price_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  color: #555;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}
#install_fee .installation #campaign {
  padding-top: 30px;
  padding-bottom: 30px;
}
#install_fee .installation #campaign .campaign_banner_pc {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#install_fee .installation #campaign .campaign_banner_sp {
  display: none;
}
#install_fee .installation .service_area_wrap_nomap {
  width: 75%;
  max-width: 1200px;
  margin: auto;
}
#install_fee .installation .service_area_wrap_nomap .area_ttl {
  font-size: 25px;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #e60012;
  text-align: center;
  margin-bottom: 15px;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap {
  display: flex;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block {
  width: 45%;
  margin: auto;
  background: #fff;
  border: 2px solid #e60012;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block .area_name {
  color: #fff;
  background: #e60012;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block .area_list {
  display: flex;
  align-items: center;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block .area_list .prefectures {
  width: 70%;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  padding: 15px;
  text-align: center;
}
#install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block .area_list img {
  width: auto;
  height: 150px;
  padding: 15px;
}
#install_fee .installation .install_part_img {
  width: 50%;
}
#install_fee .installation .install_type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-bottom: 30px;
}
#install_fee .installation .install_type .type_content {
  width: 45%;
  margin: 30px 2.5%;
  background: #fff;
}
#install_fee .installation .install_type .type_content .circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e60012;
  margin-bottom: -25px;
}
#install_fee .installation .install_type .type_content .circle span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
#install_fee .installation .install_type .type_content .type h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0;
  background: #e60012;
  color: #fff;
}
#install_fee .installation .install_type .type_content .type .type_data {
  background: #fff;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe {
  width: 90%;
  color: #e60012;
  margin: 0 5%;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .type_img {
  width: 60%;
  margin: 30px auto 0;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .type_img img {
  width: 100%;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .type_img p {
  width: 100%;
  font-size: 12px;
  background: #e60012;
  color: #fff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .price {
  width: 50%;
  margin-bottom: 15px;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .fee_icon_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 20px;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .fee_icon_wrap .fee_icon {
  width: 100%;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .required_time {
  width: 100%;
  margin: 10px auto;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background: #e60012;
  color: #fff;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .price_note_wrap {
  padding-bottom: 20px;
}
#install_fee .installation .install_type .type_content .type .type_data .type_describe .price_note_wrap .price_note {
  font-size: 12px;
  text-align: left;
  line-height: 1.35;
  color: #555;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  #install_fee .installation .service_area_wrap_nomap {
    width: 95%;
  }
  #install_fee .installation .service_area_wrap_nomap .area_ttl {
    margin-bottom: 0;
  }
  #install_fee .installation .service_area_wrap_nomap .area_block_wrap {
    display: block;
  }
  #install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block {
    width: 100%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 768px) {
  #install_fee .installation #campaign .campaign_banner_pc {
    display: none;
  }
  #install_fee .installation #campaign .campaign_banner_sp {
    display: block;
  }
  #install_fee .installation .service_area_wrap_nomap {
    width: 95%;
  }
  #install_fee .installation .service_area_wrap_nomap .area_ttl {
    margin-bottom: 0;
  }
  #install_fee .installation .service_area_wrap_nomap .area_block_wrap {
    display: block;
  }
  #install_fee .installation .service_area_wrap_nomap .area_block_wrap .area_block {
    width: 100%;
    margin: 15px auto;
  }
  #install_fee .installation .install_part_img {
    width: 100%;
  }
  #install_fee .installation .install_type {
    display: block;
    width: 100%;
  }
  #install_fee .installation .install_type .type_content {
    width: 95%;
  }
  #install_fee .installation .install_type .type_content .type {
    margin-bottom: 30px;
  }
  #install_fee .installation .install_type .type_content .type .type_data {
    display: block;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe {
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe .type_img {
    width: 70%;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe .price {
    letter-spacing: 0;
    font-size: 8cqw;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe .fee_icon_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 90%;
    margin: auto;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe .fee_icon_wrap .fee_icon {
    width: 90%;
  }
  #install_fee .installation .install_type .type_content .type .type_data .type_describe .fee_icon_wrap .dummy {
    display: none;
  }
}
#other_duties {
  background: #f6f6f6;
}
#other_duties .other_duties_tt_l_text {
  padding-bottom: 50px;
}
#other_duties .duties_list {
  width: 1200px;
  max-width: 95%;
  margin: auto;
}
#other_duties .duties_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-bottom: 50px;
}
#other_duties .duties_list ul li {
  width: 30%;
  text-align: center;
  border: 1px solid #ddd;
  overflow: hidden;
}
#other_duties .duties_list ul li h2 {
  background: #fff;
  color: #555;
  padding: 17px 0 !important;
}
#other_duties .duties_list ul li .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#other_duties .duties_list ul li .img_wrap img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #other_duties .duties_list ul {
    gap: 20px;
  }
  #other_duties .duties_list ul li {
    width: 45%;
    text-align: center;
  }
  #other_duties .duties_list ul h2 {
    padding: 10px 0;
  }
  #other_duties .duties_list ul img {
    width: 90%;
  }
}
#chosen_reason {
  background: rgba(230, 0, 18, 0.1);
}
#chosen_reason .chosen_reason_list {
  width: 1200px;
  max-width: 95%;
  margin: auto;
}
#chosen_reason .chosen_reason_list ul {
  display: flex;
  flex-wrap: wrap;
}
#chosen_reason .chosen_reason_list ul li {
  background: #fff;
  width: 45%;
  overflow: hidden;
  text-align: center;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
#chosen_reason .chosen_reason_list ul li img {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#chosen_reason .chosen_reason_list ul li .cr_list_item {
  width: 80%;
  margin: 30px auto;
}
#chosen_reason .chosen_reason_list ul li .cr_list_item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #555;
}
#chosen_reason .chosen_reason_list ul li .cr_list_item .explanation {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #555;
}
#chosen_reason .chosen_reason_list ul li .cr_list_item .note {
  text-align: left;
  font-size: 10px;
  line-height: 1.35;
  color: #555;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #chosen_reason .chosen_reason_list {
    width: 90%;
    margin: auto;
  }
  #chosen_reason .chosen_reason_list ul li {
    width: 100%;
    margin: 25px auto;
  }
}
#usage_flow {
  background: #fff;
}
#usage_flow .flow_list {
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
#usage_flow .flow_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#usage_flow .flow_list ul li {
  position: relative;
  width: 20%;
  margin-bottom: 30px;
  margin-right: 3%;
  background: rgba(230, 0, 18, 0.1);
  padding: 20px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
#usage_flow .flow_list ul li::before {
  content: url("..//IMG/arrow.svg");
  display: inline-block;
  width: 35px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -45px;
}
#usage_flow .flow_list ul li:last-child {
  margin-right: 0;
}
#usage_flow .flow_list ul li:last-of-type::before {
  content: none;
}
#usage_flow .flow_list ul li .phase {
  text-align: center;
}
#usage_flow .flow_list ul li .phase .phase_icon {
  width: 100px;
}
#usage_flow .flow_list ul li .phase .phase_ttl {
  font-weight: 600;
  font-size: 25px;
  color: #555;
  margin: 10px auto;
}
#usage_flow .flow_list ul li .phase_wrap {
  text-align: center;
}
#usage_flow .flow_list ul li .phase_wrap .phase_img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
#usage_flow .flow_list ul li .phase_wrap .phase_explain {
  text-align: left !important;
  font-size: 15px;
  color: #555;
  line-height: 25px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  #usage_flow .flow_list {
    width: 100%;
  }
  #usage_flow .flow_list ul {
    display: block;
  }
  #usage_flow .flow_list ul li {
    margin: auto;
    margin-bottom: 35px;
    padding: 5px 10px;
    width: 90%;
  }
  #usage_flow .flow_list ul li::before {
    rotate: 90deg;
    top: calc(100% + 5px);
    right: calc(50% + 10px);
  }
  #usage_flow .flow_list ul li:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  #usage_flow .flow_list ul li .phase .phase_icon {
    width: 75px;
    margin-top: -50px;
  }
  #usage_flow .flow_list ul li .phase .phase_ttl {
    font-size: 23px;
  }
  #usage_flow .flow_list ul li .phase_wrap {
    display: flex;
  }
  #usage_flow .flow_list ul li .phase_wrap .phase_img {
    width: 30%;
    order: 2;
    margin-top: -30px;
  }
  #usage_flow .flow_list ul li .phase_wrap .phase_explain {
    order: 1;
  }
}
#kouji_tantou {
  background: rgba(230, 0, 18, 0.1);
}
#kouji_tantou .tantou_text_up {
  text-align: center;
}
#kouji_tantou .tantou_list {
  width: 1200px;
  max-width: 95%;
  margin: 20px auto 0;
  padding-bottom: 50px;
}
#kouji_tantou .tantou_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
#kouji_tantou .tantou_list ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
}
#kouji_tantou .tantou_list ul li img {
  margin: auto;
  width: 150px;
  max-width: 95%;
  border-radius: 50%;
}
#kouji_tantou .tantou_list ul li p {
  margin-top: 10px;
}
#kouji_tantou .tantou_text_down {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  color: #555;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #kouji_tantou .tantou_list ul {
    gap: 30px 20px;
  }
  #kouji_tantou .tantou_list ul li {
    width: 45%;
  }
}
#area .service_area_wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
#area .service_area_wrap .service_area_img {
  width: 60%;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  #area .service_area_wrap .service_area_img {
    width: 90%;
  }
}
#customer_voice {
  background: rgba(230, 0, 18, 0.1);
}
#customer_voice ul {
  margin: 0 auto;
  padding: 30px 40px 50px 40px;
  max-width: 1200px;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  list-style: none;
}
#customer_voice ul li {
  position: relative;
  padding: 56px 24px 32px 24px;
  background: #fff;
}
#customer_voice ul li .voice_info {
  background: #e60012;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 10;
  padding: 8px 10px;
  font-size: 16px;
}
#customer_voice ul li .voice_name {
  display: flex;
  margin-bottom: 20px;
  color: #555;
}
#customer_voice ul li .voice_name h3 {
  width: calc(100% - 120px);
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5em;
}
#customer_voice ul li .voice_name img {
  width: 80px;
}
#customer_voice ul li .voice_text {
  color: #555;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  #customer_voice ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  #customer_voice ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#faq {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 50px;
}
#faq .faq_container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 150px;
}
#faq .faq_container .accordion {
  width: 90%;
  margin: auto;
}
#faq .staff_img {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: -1;
}
#faq .city_img_pc {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
#faq .city_img_sp {
  display: none;
}

.accordion_header {
  background: rgba(230, 0, 18, 0.1);
  padding: 12px 45px 10px 20px;
  margin: 30px 0 0;
  transition: background 0.3s ease;
  position: relative;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}

.accordion_content {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 12px 20px 10px;
}

.accordion_header span,
.accordion_content span {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}

.accordion_header span::before {
  position: absolute;
  content: "Q";
  top: -7px;
  left: -20px;
  color: #fff;
  font-size: 17px;
  background: #e60012;
  border-radius: 50%;
  padding: 7px 10px;
  margin-left: 10px;
}

.accordion_content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  color: #151e2f;
  font-size: 17px;
}

/* hover */
@media screen and (max-width: 768px) {
  #faq .staff_img {
    width: 35%;
  }
  #faq .city_img_pc {
    display: none;
  }
  #faq .city_img_sp {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
}
#cando {
  background: rgba(230, 0, 18, 0.1);
}
#cando .cando_list {
  width: 1200px;
  max-width: 95%;
  border: 1px solid #e60012;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin: auto;
}
#cando .cando_list h3 {
  text-align: center;
  background: #e60012;
  color: #fff;
  padding: 17px 0;
}
#cando .cando_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin: 20px auto;
}
#cando .cando_list ul li {
  width: 25%;
  text-align: center;
  border: 1px solid #e60012;
}
#cando .cando_list ul li h4 {
  background: #e60012;
  color: #fff;
  padding: 10px 0;
}
#cando .cando_list ul li img {
  width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  #cando .cando_list {
    width: 75%;
  }
  #cando .cando_list ul {
    width: 90%;
    margin: 30px auto;
    gap: 30px;
  }
  #cando .cando_list ul li {
    width: 40%;
    text-align: center;
  }
  #cando .cando_list ul li h4 {
    padding: 10px 0;
  }
  #cando .cando_list ul li img {
    width: 95%;
    margin: 10px auto;
  }
}
#contact_form {
  background: rgba(230, 0, 18, 0.1);
}
#contact_form .form_container {
  max-width: 800px;
  margin: 0 auto;
}
#contact_form .form_container .form_top {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #555;
  padding-bottom: 50px;
}
#contact_form .form_container .form_top .accent {
  color: #e60012;
  font-weight: bolder;
}
#contact_form .form_container .CF7_table {
  width: 90%;
  table-layout: fixed;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#contact_form .form_container .CF7_table tr {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  color: #555;
}
#contact_form .form_container .CF7_table tr th {
  padding: 15px 0;
  width: 200px !important;
  /*「必須」文字*/
  /*「任意」文字*/
}
#contact_form .form_container .CF7_table tr th .CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
#contact_form .form_container .CF7_table tr th .CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
#contact_form .form_container .CF7_table tr td {
  padding: 15px 0 !important;
  width: calc(95% - 200px);
}
#contact_form .form_container .CF7_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox {
  line-height: 50px;
}
#contact_form .form_container .CF7_table tr td .wpcf7-form-control-wrap .wpcf7-text {
  text-indent: 10px;
  line-height: 35px;
  background: #fcfcfc;
  border-radius: 5px;
  margin-left: 15px;
  width: 90%;
}
#contact_form .form_container .CF7_table tr td .wpcf7-form-control-wrap .wpcf7-textarea {
  text-indent: 10px;
  background: #fcfcfc;
  border-radius: 5px;
  margin-left: 15px;
  width: 90%;
}
#contact_form .form_container .check {
  text-align: center;
  color: #555;
  font-weight: 600;
  font-size: 15px;
}
#contact_form .form_container .wpcf7-turnstile {
  margin: 20px auto;
  text-align: center;
}
#contact_form .form_container .CF7_btn {
  text-align: center;
  margin-top: 20px;
}
#contact_form .form_container .CF7_btn .wpcf7-submit {
  transition: all 0.3s;
  border-radius: 100px;
  background: #e60012;
  box-shadow: 0px 4px 0px 0px #cd4b35;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.8px;
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 14px;
  margin: 0 auto;
}
#contact_form .form_container .CF7_btn .wpcf7-spinner {
  width: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #contact_form .form_container {
    width: 95%;
  }
  #contact_form .form_container .CF7_table tr,
  #contact_form .form_container .CF7_table td,
  #contact_form .form_container .CF7_table th {
    display: block;
    width: 100%;
  }
  #contact_form .form_container .CF7_table tr {
    padding: 10px 0;
  }
  #contact_form .form_container .CF7_table td {
    padding: 0 !important;
    width: 100% !important;
  }
  #contact_form .form_container .CF7_table td .wpcf7-form-control-wrap .wpcf7-checkbox {
    line-height: 25px !important;
  }
  #contact_form .form_container .CF7_table td .wpcf7-form-control-wrap .wpcf7-text {
    line-height: 35px;
    width: 100%;
  }
  #contact_form .form_container .CF7_table td .wpcf7-form-control-wrap .wpcf7-textarea {
    line-height: 1.5em;
    width: 100%;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}

#privacy_policy {
  background: rgba(230, 0, 18, 0.1);
  padding: 10px 0 50px;
}
#privacy_policy .privacy_policy_content {
  width: 800px;
  max-width: 90%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  height: 262px;
  overflow-y: scroll;
  color: #9f9999;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

#about_us {
  background: #fff;
  text-align: center;
}
#about_us .logo_redbeam {
  width: 200px;
  margin-top: 50px;
}
#about_us .section_ttl {
  color: #555 !important;
  margin-top: -30px;
}
#about_us .info_table {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  text-align: left;
  color: #555;
}
#about_us .info_table .half_cell {
  width: 48%;
  display: flex;
  border-bottom: 1px dotted #555;
}
#about_us .info_table .half_cell dt {
  width: 120px;
  padding-left: 0;
  font-weight: 600 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.75px;
  padding: 16px 13px;
}
#about_us .info_table .half_cell dd {
  width: calc(100% - 120px);
  font-size: 16px;
  font-weight: 400;
  line-height: 28.75px;
  padding: 16px 13px;
}
#about_us .info_table .whole_cell {
  width: 100%;
}
#about_us .info_table .whole_cell dt {
  padding: 16px 13px;
}
#about_us .info_table .whole_cell dd {
  padding: 16px 13px;
}
#about_us .info_table .whole_cell dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
#about_us .info_table .whole_cell dd ul li {
  padding-left: 20px;
  width: 48%;
}
#about_us .info_table .whole_cell dd ul li .office {
  margin-bottom: 10px;
}
#about_us .info_table .whole_cell dd ul li .office_place {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #about_us .info_table .half_cell {
    width: 100%;
  }
  #about_us .info_table .whole_cell dd ul {
    display: block;
  }
  #about_us .info_table .whole_cell dd ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #about_us .info_table .whole_cell dd ul li .office {
    margin-bottom: 5px;
  }
  #about_us .info_table .whole_cell dd ul li:last-child {
    margin-bottom: 0;
  }
}
.bottom_nav a {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottom_nav a[href^="tel:"] {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 997;
    width: 100%;
    background: #e60012;
    border-radius: 10px 10px 0 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    display: flex;
    padding: 10px;
    text-decoration: none;
  }
  .bottom_nav a[href^="tel:"] .bn_telope {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom_nav a[href^="tel:"] .bn_telope .bn_telope_img {
    width: 70%;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry {
    width: 100%;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_l {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber {
    display: flex;
    align-items: center;
    container-type: inline-size;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber .bn_free_dial_img {
    width: 30px;
    margin-right: 10px;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_inquiry_telnumber .bn_dial_number {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
    font-size: 6vw;
    color: #fff;
    line-height: 1.25;
  }
  .bottom_nav a[href^="tel:"] .bn_inquiry .bn_business_hours {
    color: #e60012;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 2px;
  }
}
.siteContent_after {
  display: none !important;
}/*# sourceMappingURL=style.css.map */