@charset "utf-8";

@media screen and (max-width: 768px) {
  #inquiry .footerWrapArea {
    z-index: -1 !important;
  }
  .formArea
    .innerBlock
    .box
    .field
    .row
    .wpcf7-form-control-wrap[data-name="your-day1"]
    input,
  .formArea
    .innerBlock
    .box
    .field
    .row
    .wpcf7-form-control-wrap[data-name="your-day2"]
    input {
    width: 100%;
    line-height: 50px;
    text-align: left !important;
    margin-bottom: 20px;
  }
  input::-webkit-datetime-edit {
    text-align: left !important;
  }
}

/* お問い合わせページ　LINE CV */
.contactArea .lineBlock {
  width: 754px;
  margin: 30px auto 0;
  padding: 40px 50px;
  text-align: center;
  background: #fff5dc;
  border-radius: 10px;
  display: block;
}
.contactArea .lineBlock .upper {
  font-weight: bold;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #f66000;
}
.contactArea .lineBlock .lineBlock-txt {
  margin: 50px 0 5px;
}
.contactArea .lineBlock .line-link {
  width: 180px;
  display: block;
  margin: 0 auto;
}
.contactArea .lineBlock .line-link img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contactArea .lineBlock {
    width: 100%;
    padding: 32px 10px;
    margin-top: 25px;
  }
  .contactArea .lineBlock .upper {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .contactArea .lineBlock a {
    width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .contactArea .lineBlock .lineBlock-txt {
    font-size: 14px;
  }
}

/* 2023.5 */
#inquiry .notificationArea {
  display: none;
}
.companyAccessArea .contents .detail {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.companyAccessArea .contents .detail:nth-of-type(3) {
  margin-bottom: 50px;
}

.reviewBlock_header {
  /* border-bottom: 7px solid #F66000;
    color: #F66000; */
  width: 100%;
  background: #f66000;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}
.reviewBlock_heade-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  padding-bottom: 10px;
}
.reviewBlock_heade-title img {
  width: 350px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(238deg)
    brightness(100%) contrast(103%);
  padding-bottom: 1px;
  padding-right: 5px;
}
.evaluation_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.evaluation_box .evaluation_all,
.evaluation_box .number-evaluations {
  font-weight: bold;
}
.evaluation_box .star {
  color: #ffc746;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .reviewBlock_heade-title {
    font-size: 1.5rem;
  }
  .reviewBlock_heade-title img {
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .evaluation_box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .evaluation_box .evaluation_all {
    margin-bottom: 5px;
  }
  .evaluation_box .star {
    padding-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .reviewBlock_heade-title {
    font-size: 1rem;
    padding: 15px 0 10px;
  }
  .reviewBlock_heade-title img {
    width: 180px;
  }
}

/* 2023.06 side tel btn */
.notificationArea.tel {
  position: fixed;
  right: 30px;
  bottom: 210px;
}
.side-tel-btn {
  width: 100px;
  height: 100px;
  display: block;
}
.side-tel-btn img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .notificationArea {
    bottom: 1vw;
  }
  .notificationArea.tel {
    right: 15px;
    bottom: 110px;
  }
  .side-tel-btn {
    width: 70px;
    height: 70px;
  }
}

/* 2023.06 口コミheader line */
.review_header_line {
  width: 100%;
  background: #f66000;
  margin: 60px 0 0;
}
.review_header_line .inner {
  width: 90vw;
  max-width: 980px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7vw;
  margin: 0 auto;
}
.review_header_line_txt {
  width: 125px;
  color: #fff;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.review_header_line_txt::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/common/photo.png") no-repeat center;
  background-size: cover;
  /* border-radius: 50%; */
  position: absolute;
  left: -60px;
  top: -5px;
}
.review_header_line .wp-gr .wp-google-right {
  width: auto !important;
}
.review_header_line .wp-google-powered {
  display: none !important;
}
.review_header_line .wp-google-right > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.review_header_line .wp-gr .wp-google-rating {
  color: #fff !important ;
  margin: 3px 0 0 5px !important;
}
.review_header_line .wp-gr .wp-google-stars .wp-star path {
  fill: #ffc746 !important;
}
.reviewBlock {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .review_header_line .inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .review_header_line_txt::before {
    width: 40px;
    height: 40px;
    left: -41px;
    top: -28px;
  }
}

/* 2023.06 topの会社紹介タイトル追加 */
.staffIntroductionArea .message {
  margin-top: 0;
}
.staffIntroductionArea .message-head {
  margin: 167px 0 50px;
}
@media screen and (max-width: 800px) {
  .staffIntroductionArea .message .left .icon.sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .staffIntroductionArea .message-head {
    margin: 100px 0 50px;
  }
}

/* 2023.06 お問い合わせページ　画像＋吹き出し */
header {
  z-index: 999;
}
.contactArea-top {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.bubble-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.bubble-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bubble-box {
  width: calc(100% - 400px);
  border: 2px solid #f66000;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-right: 40px;
}
.bubble-box::before,
.bubble-box::after {
  content: "";
  border: 14px solid transparent;
  position: absolute;
  transform: rotate(270deg);
}
.bubble-box::before {
  border-top-color: #f66000;
  top: 45%;
  right: -28px;
}
.bubble-box::after {
  border-top-color: #fff;
  top: 45%;
  right: -25.5px;
}
.contactArea .lowerBlock[data-current-tab="1"] .group:nth-of-type(1) {
  height: auto;
}
.contactArea .lineBlock {
  margin: 50px auto;
  position: relative;
}
#inquiry .inquiryBtnArea + footer {
  margin-top: 0;
}
#inquiry .inquiryBtnArea + footer .innerBlock {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contactArea-top {
    flex-direction: column;
  }
  .bubble-box {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .bubble-box::before,
  .bubble-box::after {
    left: 50%;
    transform: translateX(-50%) rotate(0);
  }
  .bubble-box::before {
    top: auto;
    right: auto;
    bottom: -28px;
  }
  .bubble-box::after {
    top: auto;
    right: auto;
    bottom: -25px;
  }
  .bubble-img {
    width: 200px;
    height: 200px;
  }
  #inquiry .footerWrapArea {
    margin-top: 6vw;
  }
}

/* 2023.06 topのお客様の声 */
.customerVoiceArea {
  overflow: hidden;
  padding-bottom: 100px;
}
.customerVoiceArea .contents .upper {
  position: relative;
}
/* top部分 */
.customer_comment_pop {
  width: 80%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px 40px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.customer_comment_title {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}
.customer_comment_txt {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 15px;
}
.customer_comment_txt .title {
  font-weight: 700;
}
.customer_comment_more {
  cursor: pointer !important;
  pointer-events: all;
  font-weight: 700;
  text-align: center;
}
.customer_comment_more .close {
  display: none;
}
.customer_comment_more .arrow {
  display: inline-block;
  margin-left: 15px;
  transform: rotate(90deg);
}
.customer_comment_more.hidden .arrow {
  transform: rotate(270deg);
}
.customer_comment_more.hidden .more {
  display: none;
}
.customer_comment_more.hidden .close {
  display: inline;
}
.customer_comment_more-area {
  display: none;
  padding-bottom: 30px;
}
/* .customer_comment_more-area.active {
    display: block;
} */

/* スライダー用 */
.js-observer.-cue.-fadeup {
  z-index: 100;
}
.carousel .item .upper .img {
  width: 100%;
  border-radius: 30px;
  padding-top: 65.3594%;
  position: relative;
  overflow: hidden;
}
.carousel .item .upper .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel .item .lower {
  margin-top: 1.38889vw;
}
.carousel .item .lower .catWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel .item .lower .cat {
  width: fit-content;
  border: 1px solid #f66000;
  border-radius: 20px;
}
.carousel .item .lower .cat .text {
  display: block;
  height: auto;
  padding: 0.41667vw 0.97222vw 0.20833vw;
  font-size: 0.75rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #f66000;
}
.carousel .item .lower .catWrap .date {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25vw;
  text-align: right;
  letter-spacing: 0.1em;
  color: #f66000;
}
.carousel .item .lower .textarea {
  margin-top: 0.69444vw;
  overflow: hidden;
}
.carousel .item .lower .textarea .text {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.customerVoiceArea .contents .carousel .group .item {
  height: auto;
  margin: 0 10px;
  pointer-events: all;
}
.staffIntroductionArea {
  margin-top: -100px;
}
@media screen and (max-width: 1150px) {
  .top-voice-main {
    display: block;
    max-width: none;
    width: calc(100% - 200px);
    margin: 50px auto 0 auto;
  }
  .customerVoiceArea .contents .upper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-voice-main {
    width: calc(100% - 60px);
    margin: 50px auto 0;
  }
  .top-voice-main .upper {
    margin: 0;
  }
  .customerVoiceArea .contents .upper {
    margin: 0;
  }
  .customer_comment_pop {
    width: 90%;
    padding: 25px 20px 30px;
  }
  .customer_comment_pop.active {
    height: 350px;
    overflow-y: scroll;
  }
  .customer_comment_title {
    font-size: 1rem;
  }
  .customer_comment_txt,
  .customer_comment_more {
    font-size: 0.85rem;
  }
  .customer_comment_more-area {
    padding-bottom: 10px;
  }
}

/* 2023.07 top 会社紹介の画像差替え
--------------------------- */
@media screen and (max-width: 1000px) {
  .staffIntroductionArea .message .left .img {
    height: 280px;
    position: relative;
  }
  .staffIntroductionArea .message .left .img img {
    height: auto;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .staffIntroductionArea .message .left .img {
    height: 230px;
  }
  .staffIntroductionArea .message .left .img img {
    height: 100%;
  }
}

/* 2023.08 top 施工事例バナー追加
--------------------------- */
.top_works_bnr {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}
.top_works_bnr .top_works_bnr-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2023.08 top 施工事例・事業紹介のSP時の表示入れ替え
--------------------------- */
.sp-img {
  display: none;
}
@media screen and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
  .pc-img {
    display: none !important;
  }
  .sp-img {
    display: block;
  }
  .sectionDetailArea .right {
    width: 100%;
    max-width: 100%;
  }
  .sp-margin-no {
    margin-top: 0 !important;
  }
  .sectionDetailArea .right .textarea.sp-block-txt {
    padding-right: 60px;
  }
  .sectionDetailArea .left.sp-block-left {
    margin: 0 0 20px 0;
  }
  .sectionDetailArea .left.sp-block-left2 {
    margin: 0 auto 20px -30px;
  }
  .top_works_bnr {
    max-width: 320px;
    margin: 0 auto 20px 0;
  }
}

/* 2023.08 topメインテキスト修正
--------------------------- */
.topHeroArea .topHeroTitle.for-layout {
  height: 72.91667vw;
}
.topHeroArea .topHeroTitle.top-title {
  height: auto;
  padding-left: 0;
  position: static;
  top: 0;
}
.topHeroArea .lowerBlock .contentBlock .textBlock .des {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .topHeroArea .topHeroTitle.for-layout {
    height: 160vw;
  }
  .topHeroArea .lowerBlock .contentBlock {
    height: auto;
    padding-top: 0;
  }
  .topHeroArea .lowerBlock .contentBlock .textBlock .des {
    padding-top: 15px;
  }
}

/* 2023.09 topメインテキスト追加＋固定
--------------------------- */
body {
  overflow-x: hidden;
}
.topHeroArea .topHeroTitle {
  z-index: 0;
}
.topHeroArea .lowerBlock {
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topHeroArea .topHeroTitle {
    font-size: 5.5vw;
    padding-top: 50px;
  }
}

/* 2023.09 お問い合わせページのheader
--------------------------- */
.page-id-13 nav {
  visibility: hidden;
}

/* 2023.09 top 塗料バナー４点追加
--------------------------- */
.paintBnrArea {
  margin-top: 180px;
}
.paintBnrArea .head .icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.paintBnrArea .head .icon svg {
  width: 40px;
  height: auto;
}
.paintBnrArea .head h2 {
  margin-top: 4px;
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 30px;
}
.bnr_list {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bnr_item {
  width: 45%;
  display: block;
  margin: 10px 2.5% 10px;
}
.bnr_item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .paintBnrArea .head h2 {
    font-size: 1.5rem;
  }
  .bnr_list {
    width: 95%;
  }
}
@media screen and (max-width: 414px) {
  .bnr_item {
    width: 100%;
  }
}

/* 2023.10 top＋一覧　動画投稿追加
--------------------------- */
/* ↓横スクロール防止 */
.topHeroArea {
  /* 調整 */
  overflow-x: hidden !important;
}
.topHeroLowerArea::before,
.topHeroArea .upperBlock {
  width: 100%;
}
/* 施工事例のメイン画像部分 */
.sectionDetailArea .right {
  width: calc(100% - 30px);
}
.sectionDetailArea .left.sp-block-left {
  width: 100%;
  margin-right: 0;
}
/* ↑横スクロール防止 */
.topHeroArea .upperBlock {
  pointer-events: none;
}
.movieArea {
  margin-top: 180px;
}
.movieArea .carousel .item:nth-of-type(5n) {
  display: none;
}
.movieArea .carousel .slick-prev,
.movieArea .carousel .slick-next {
  width: 40px;
  height: 150px;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto !important;
}
.movieArea .carousel .slick-prev {
  left: 12.5%;
}
.movieArea .carousel .slick-next {
  right: 12.5%;
}
.businessWorksArea.is-movie {
  margin-top: 0;
}
.mainVisualArea.is-single .left .img.movie {
  height: auto;
  min-height: auto !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .movieArea .carousel {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .topicsCarouselArea.movieArea .carousel.no-init .item {
    margin: 0 10px;
  }
  .topicsCarouselArea.movieArea .carousel.no-init .item:nth-child(n + 4) {
    display: block;
  }
  .topicsCarouselArea.movieArea .carousel .item a .upper {
    height: auto;
  }
  .topicsCarouselArea.movieArea .carousel .item a .upper .img {
    height: 0;
    padding-top: 65.3594%;
  }
  /* .movieArea .carousel .slick-prev, .movieArea .carousel .slick-next {
        width: 30px;
        height: 100px;
        top: 56%;
    }
    .movieArea .carousel .slick-prev {
        left: 0;
    }
    .movieArea .carousel .slick-next {
        right: 0;
    } */
}

/* 2023.11 よくある質問追加
--------------------------- */
.faqArea .innerBlock .inner {
  display: block;
  max-width: 79.16667vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.faqArea {
  margin-bottom: 30px;
}
.faqArea_cat_title {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
}
.faq-item {
  cursor: pointer;
}
.faq-item .question__question {
  padding: 30px 0;
  position: relative;
}
.faq-item .question__title {
  color: #f66000;
  font-family: noto-sans, sans-serif;
  font-size: 1.25rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.faq-item .question__title:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #aaaaaa;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq-item .question__txt {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #000;
  padding-left: 40px;
  transition: all 0.5s;
}
.faq-item .question__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}
.faq-item .question__icon:before,
.faq-item .question__icon:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #aaaaaa;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.faq-item .question__icon.plus:after {
  transform: rotate(270deg);
}
.faq-item .question__answer {
  padding: 0 0 30px 0;
}
.faq-item .hidden {
  display: none;
}

/* 右下バケツ調整 */
@media screen and (max-width: 768px) {
  .faqArea_cat_title {
    font-size: 1.5rem;
  }
  .faq-item .question__txt {
    padding-right: 40px;
  }
  .notificationArea .img img {
    width: 40%;
    margin: 0 27px 0 auto;
  }
}

/* 2024.3：お客様の声 カスタム投稿に出力 */
.post-type-archive-voice .categoryMenu {
  display: none;
}
.post-type-archive-voice .topicsAcArea {
  display: none;
}

/* 2024.4：top バッジ追加 */
.badgeBlock {
  width: 12%;
  max-width: 160px;
  height: auto;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: -1;
}
.badgeBlock .img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .badgeBlock {
    width: 20%;
  }
}

/* 2024.5：top キャッチコピー下のバナー追加 */
.topHeroTitle_bnr {
  width: 25vw;
  max-width: 250px;
  cursor: pointer;
  display: block;
  margin-top: 15px;
  transition: all 0.5s ease;
  pointer-events: all;
}
.topHeroTitle_bnr .img {
  width: 100%;
  height: auto;
  display: block;
}
.topHeroTitle_bnr:hover {
  filter: brightness(80%);
}
@media screen and (max-width: 768px) {
  .topHeroTitle_bnr {
    width: 70%;
    margin-top: -30px;
    position: absolute;
    top: 68%;
    left: 5.33333vw;
  }
}

/* 2024.5：ヘッダー お問い合わせボタン */
@media screen and (max-width: 1200px) {
  header .list.sp-show li.inquiry a {
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  header .list.sp-show li.inquiry .icon {
    width: 30px;
    height: 30px;
  }
  header .list.sp-show li.inquiry .icon img {
    width: 100%;
    height: auto;
  }
  /* header .list.sp-show li.inquiry .text {
    width: 60px;
    margin-top: 2px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    z-index: 1;
  }*/
}

/* 2024.10 事業内容ページ：サービスの流れ */
.businessProcessArea .js-observer.-cue.-fadeup {
  z-index: 0;
}


/* 2024.11 topによくある質問追加 */
.topFaqArea {
  margin-top: 180px;
}
.topFaqArea .head,
.topFaqArea .head h2 {
  text-align: center;
}
.topFaqArea .head h2 {
  margin-top: 4px;
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 30px;
}
.top_faq_list {
  display: block;
  max-width: 75vw;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

/* 2024.11 topのお問い合わせ調整 */
.inquiryBtnArea .contents .left {
  width: 100% !important;
}
.inquiryBtnArea .head h2 + p {
  text-align: center;
}
.inquiryBtnArea .contents .left a .upper h3 {
  display: block;
  margin-left: 0;
}
.ft_contact_inner {
  background: #fff;
  border-radius: 30px;
  color: #f66000;
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px 25px 0;
  margin-top: 3px;
}
@media screen and (max-width: 1200px) {
  .inquiryBtnArea .contents .left {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 500px) {
  .inquiryBtnArea .contents h3 .pc-hide {
    display: block;
  }
  .inquiryBtnArea .contents .left a .lower .text {
      width: 100%;
      margin: 6px auto 0;
  }
  .inquiryBtnArea .contents .left a .arrow {
    right: 18px;
  }
}

/* 2025.02 add 吹き出しアニメ付き */
footer .detail .lower .copyright {
  padding-bottom: 100px;
}
.cta-footer {
  width: 100%;
  height: 68px;
  background: rgb(255 78 0);
  padding: 0.5rem 0.25rem 0.25rem;
  position: fixed;
  bottom: 0px;
  z-index: 50;
}
.cta-footer .img {
  width: 100%;
  height: auto;
  display: block;
}
.cta_lg_flex {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_lg_flex-l .text-white {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse;
}
@keyframes pulse{
  0%, 100%{
    opacity: 1;
  }
  50%{
    opacity: 0.5;
  }
}
.cta_lg_flex-l .lg_hidden {
  display: none;
}
.cta_lg_flex-r {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel_box {
  width: 295px;
}
.contact_box {
  width: 145px;
}
.tel_box > a,
.contact_box > a {
  display: block;
}
.tel_box .sp_img {
  display: none;
}
.contact_box .sp_img {
  display: none;
}
.bubble {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -1.5rem;
  margin-bottom: 0.25rem;
  z-index: 15;
}
.bubble_inner {
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
  background-color: rgb(255 255 255);
  border-color: rgb(255 78 0);
  border-width: 2px;
  border-radius: 9999px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
}
.bubble_inner span {
  color: rgb(255 78 0);
  font-size: 1rem;
}
.bubble_bottom {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgb(255 255 255);
  border-color: rgb(255 78 0);
  border-right-width: 2px;
  border-bottom-width: 2px;
  position: absolute;
  bottom: -0.25rem;
  transform: rotate(45deg);
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@media screen and (max-width: 1000px) {
  footer .detail .lower .copyright {
    padding-bottom: 130px;
  }
  .cta-footer {
    height: 90px;
  }
  .cta-footer .img {
    height: 100%;
    width: auto;
  }
  .cta_lg_flex {
    flex-direction: column;
  }
  .cta_lg_flex-l .text-white {
    font-size: 0.7rem;
  }
  .cta_lg_flex-l .text-white br {
    display: none;
  }
  .cta_lg_flex-l .lg_hidden {
    display: inline-block;
  }
  .tel_box, .contact_box {
    height: 56px;
    width: auto;
  }
  .tel_box .sp_img {
    display: block;
    height: 56px;
    width: auto;
  }
  .tel_box .pc_img {
    display: none;
  }
  .contact_box .sp_img {
    display: block;
    height: 56px;
    width: auto;
  }
  .contact_box .pc_img {
    display: none;
  }
}