@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #fff;
}


html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}



section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}


header {
  position: relative;   /* または static */
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.head_cont {
  max-width: 1200px;
  margin: auto;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 42%;
  padding: 1% 2%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1px;
}

.header_tel {
  width: 68px;
}

.hbtan {
  width: 116px;
}

.hamburger {
  width: 72px;
  height: 72px;
  background: #111;
  border: none;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hamburger span {
  width: 36px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}

.drawer-menu {
  position: fixed;
  top: 70px;
  right: -320px;
  width: 235px;
  height: 100vh;
  background: #fff;
  transition: .35s;
  z-index: 9998;
}

.drawer-menu.open {
  right: 0;
}

.drawer-menu a {
  display: block;
  padding: 13px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .head_cont {
    max-width: 1200px;
    margin: auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_tel {
    width: 56px;
  }

  .hbtan {
    width: 90px;
  }

  .hamburger {
    width: 60px;
    height: 60px;
    background: #111;
    border: none;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hamburger span {
    width: 36px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
  }

  .drawer-menu {
    position: fixed;
    top: 60px;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    transition: .35s;
    z-index: 9998;
  }
}

section.mv {
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  section.mv {
    margin-top: 0;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


@media screen and (min-width: 768px) {
  .date {
    line-height: 1.3;
  }
}

/* スライダー */


div .slick-next {
  right: 5%;
}

div .slick-prev:before,
div .slick-next:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}

.result div .slick-prev:before,
.result div .slick-next:before {
  font-size: 30px;
}

div .slick-prev {
  left: 2%;
}


.form-ttl {
  font-size: 18px;
  margin: 8px 0px 0px;
  padding: 0px 5px 8px;
  font-weight: bold;
  text-align: left;
  width: 95%;
  color: #000000;
}


.file-upload input[type="file"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.file-note {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

span.must {
  margin-left: 10px;
  color: #fff;
  background: #f40100;
  padding: 2px 4px 3px;
  font-size: 16px;
  margin-bottom: 3px;
  margin-right: 2px;
  border-radius: 3px;
}

span.any {
  margin-left: 10px;
  color: #fff;
  background: #3a3a3a;
  padding: 2px 4px 3px;
  font-size: 16px;
  margin-bottom: 3px;
  margin-right: 2px;
  border-radius: 3px;
}


.form-input input,
textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 15px 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  font-weight: bold;
}

textarea {
  font-size: 15px;
  border-radius: 5px;
  text-indent: 1em;
  padding: 10px 0;
  width: 100%;
  background-color: #d4e0f8;
  border: none;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .form-input input,
textarea {
  font-size: 12px;
  border-radius: 5px;
  text-indent: 0.9em;
  padding: 15px 0;
}
}
#contact {
  position: relative;
  background: #d2f5ff;
  border-radius: 12px;
}

@media (min-width:758px) {
  #contact {
    max-width: 700px;
    margin: 0 auto;
  }
}

::placeholder {
  color: #7583ae;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #7583ae;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #7583ae;
}


button.hover.goBack {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #585f63;
  border: solid 1px #585f63;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

button.hover.sendFrom {
  width: auto !important;
  padding: 14px 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #fe5e00;
  border: solid 1px #fe5e00;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 5% auto 0;
}

.error-wrap {
  color: #da0301;
  font-size: 14px;
  margin-bottom: 2%;
}

.error {
  color: #da0301;
  font-size: 14px;
  margin: 2% 0 -3%;
}

h2 {
  text-align: center;
  line-height: 0.5;
  padding: 5% 0 1%;
}


.submitbtn2 input[type="submit"] {
  width: auto !important;
  padding: 15px 30px 12px 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #2982dc;
  border: solid 1px #0f9ada;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
}

.submitbtn {
  text-align: center;
  margin-top: 20px;
}

#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
  color: #999;
}

div #footer {
  text-align: center;
}

.finish_b {
  background: #fff;
  width: 90%;
  padding: 5%;
}

.form-box {
  margin-bottom: 8%;
}

.confirm-table {
  background: #fff;
  margin: auto;
  padding: 3%;
  width: 90%;
  border-radius: 10px;
  border: 2px solid #b2b2b2;
  text-align: center;
}

.check-contents-box {
  background: #fff;
  text-align: center;
  padding: 5% 0;
}

h1.confirm {
  color: #000000;
  margin: 5%;
}

.confirm-table td,
.confirm-table th {
  display: block;
}

.confirm-table tr {
  display: block;
  margin: 0;
}

.contents.thank-contents {
  background: #fff;
  text-align: center;
}

@media screen and (max-width:767px) {
  .contents.thank-contents {
    background: #fff;
    text-align: center;
    margin-top: 9%;
  }
}

.contents-box {
  background: #fff;
}

p.btn {
  text-align: center;
  color: #1b3071;
  font-weight: bold;
  margin: 10% auto;
}

.contents-box a.back.hover {
  text-decoration: none;
}

input[type="checkbox"] {
  transform: translateY(5px);
}

input[type="radio"],
input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

.head_cont {
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}

@media screen and (min-width: 768px) {

  .logo {
    width: 19%;
    padding: 1%;
  }

  .head_cont {
    max-width: 1200px;
  }


  .ttl {
    width: 54%;
    margin: auto;
    padding: 3% 0 2%;
    position: relative;
  }

  .container {
    max-width: 1200px;
    margin: auto;
  }

  .voice .container {
    padding-top: 2%;
  }

  .resultbtn {
    width: 24%;
    padding: 2% 0 0%;
  }

  .faq_c_01 {
    margin: 2% 0;
  }

  .faq_c_q {
    padding: 1% 3% 0%;
  }

  .form-box {
    margin-bottom: 2%;
  }

  .consent {
    font-size: 18px;
  }

  button#confirm {
    margin-bottom: 2%;
  }

  h2 {
    padding: 0;
  }

  .contents-box {
    padding: 5%;
    background: #fff;
    max-width: 1000px;
    margin: auto;
  }

  .thanksText {
    line-height: 1.7;
  }

  .contents-box {
    padding: 2% 5%;
  }


}

.thank-contents .contents-box {
  padding: 7% 0%;
}

#contact_2 {
  background-position: center top;
  background-size: cover;
}


.form h2 {
  padding: 21px;
}

@media (min-width: 768px) {
  #contact_2 {
    background-position: center top;
    background-size: cover;
  }
}



/* ==========================
CTA
========================== */

.cta {
  background: #1d9be3;
}

.cta-status {
  background: #fff100;
  text-align: center;
  padding: 28px 15px;
  padding-bottom: 12px;
}

.cta-time {
  font-size: 24px;
  font-weight: 700;
  color: #e40000;
  margin: 0;
}

.cta-note {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 700;
}

.cta-inner {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.cta-inner2 {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.cta-btn {
  display: block;
  transition: .3s;
}

.cta-btn img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.cta-btn:hover {
  transform: translateY(-4px);
  opacity: .9;
}

.tap_icon {
  position: absolute;
  bottom: -18px;
  /* 電話ボタン右下に配置 */
  right: -10px;
  width: 50px;
  animation: tapMotion 1.2s infinite ease-in-out;
  pointer-events: none;
  /* クリック操作を邪魔しない */
}


@media screen and (max-width:767px) {

  .cta-status {
    padding: 10px 15px;
    padding-bottom: 2px;
  }

  .cta-time {
    font-size: 17px;
    line-height: 1.5;
  }

  .cta-note {
    font-size: 12px;
  }

  .cta-inner {
    display: block;
    padding: 30px 15px;
  }

  .cta-inner2 {
    display: block;
    padding: 30px 15px;
  }

  .cta-btn {
    margin-bottom: 9px;
  }

  .cta-btn:last-child {
    margin-bottom: 0;
  }

  .cta-btn img {
    max-width: 100%;
  }

}

/* ========================================
   電話ボタン波紋アニメーション (赤い波紋)
======================================== */
.ripple-btn {
  position: relative;
  display: block;
  z-index: 1; /* 疑似要素を後ろに隠すために必要 */
}

.ripple-btn::before,
.ripple-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 93%;          /* 画像内の余白を考慮した幅 */
  height: 97%;         /* 画像内の余白を考慮した高さ */
  top: 0;
  left: 3.5%;
  border-radius: 15px; /* ボタンの丸みに合わせる */
  background: rgba(230, 0, 18, 0.7); /* 赤色の波紋 */
  transform: translate3d(0, 0, 0) scale(1);
}

.ripple-btn::before {
  animation: ripple-aura 3s ease-out infinite;
}

.ripple-btn::after {
  animation: ripple-aura 3s ease-out 1.5s infinite; /* 少し遅れて2つ目の波紋が出る */
}

@keyframes ripple-aura {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.15, 1.4); /* 横と縦の広がり具合 */
    opacity: 0;
  }
}


/* お困りではないですか？ */
.trouble {
  background: #d8eef6;
  padding: 80px 20px;
}

.inner {
  max-width: 1100px;
  margin: auto;
}

.trouble-heading {
  margin-bottom: 50px;
  text-align: center;
}

.trouble-heading img {
  width: 100%;
  max-width: 760px;
  height: auto;
}

.trouble-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trouble-item {
  background: #0e39a8;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  /* ← 外側の青い縁 */
}

.trouble-item img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.trouble-item p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 1px 1px;
}


@media screen and (max-width:767px) {

  .trouble {
    padding: 34px 15px;
    padding-bottom: 51px;
  }

  .trouble-heading {
    margin-bottom: 30px;
  }

  .trouble-heading img {
    max-width: 520px;
  }

  .trouble-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .trouble-item p {
    font-size: 15px;
    padding: 1px 1px;
  }

}



/* グラフ */
.repair {
  background: #fff;
}

.repair-head {
  position: relative;
  background:
    repeating-linear-gradient(-35deg,
      #1aa8f4 0,
      #1aa8f4 18px,
      #20aef9 18px,
      #20aef9 36px);
  padding: 44px 20px 110px;
}

.repair-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;

  background: white;

  clip-path: polygon(0 0,
      50% 62%,
      100% 0,
      100% 100%,
      0 100%);
}

.repair-title {
  position: relative;
  z-index: 2;
  text-align: center;
}

.repair-title img {
  max-width: 920px;
  width: 100%;
}

.repair-logo {
  max-width: 900px;
  margin: 14px auto;
  text-align: center;
  padding: 16px;
  margin-top: -10px;
}

.repair-logo img {
  width: 100%;
}

@media screen and (min-width:768px) {

  .repair-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .repair-title .pc {
    width: 100%;
    max-width: 820px;
    /* 少し小さくして中央感を出す */
    margin: 0 auto;
    display: block;
  }

}



.repair-table-wrap {
  max-width: 700px;
  margin: 70px auto;
  position: relative;
}

.repair-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.repair-table thead th {
  height: 74px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #d9d9d9;
}


.repair-table th {
  background: #000;
  color: #fffb00;
  width: 90px;
  font-size: 15px;
  border: 1px solid #4b4b4b;

}

.repair-table th,
.repair-table td {
  border: 1px solid #d6d6d6;
}

.our {
  background: #ff7800;
  color: #fff;
}

.side {
  background: #000;
  color: #fff;
  width: 90px;
  font-size: 18px;
  font-weight: 700;
}

.repair-table td {
  background: #fffce9;
  padding: 14px;
  text-align: center;
}

.our {
  background: #ff7400 !important;
  color: #fff;
}

.other {
  background: #666;
  color: #fff;
}

.our-body {
  background: #fffce9;
  text-align: center;
  padding: 18px;
}

.other-body {
  background: #f5f5f5;
  text-align: center;
  padding: 18px;
}

.other-body strong {
  font-size: 26px;
  line-height: 1.2;
}

.average {
  font-size: 18px;
  font-weight: 700;
  margin-right: 6px;
}

.repair-price {
  font-size: 60px;
  font-weight: 700;
  color: #ff6600;
  line-height: 1;
  margin: 0;
}

.repair-price span {
  font-size: 28px;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.price-box strong {
  line-height: 1.5;
}

.repair-day {
  color: #ff6600;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.repair-balloon {
  position: absolute;
  left: -30px;
  top: -70px;
  width: 180px;
  z-index: 5;
}

.repair-balloon img {
  width: 100%;
}


.repair-table .other {
  background: #666 !important;
  color: #fff;
}

.repair-table .other-body {
  background: #f4f4f4;
}



/*============================
プロからの一言
=============================*/

.repair-comment {
  max-width: 880px;
  margin: 70px auto;
  padding: 30px 24px 24px;
  background: #dff2ff;
  border-radius: 18px;
  position: relative;
}

.repair-comment-title {
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  background: #19a5f5;
  color: #fff;
  padding: 8px 34px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}

.repair-comment-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #19a5f5;
}

/* 横並び */

.repair-comment-inner {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.repair-text {
  width: calc(100% - 133px);
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.repair-text p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 6px;
}

/* 右 */
.repair-person {
  position: absolute;
  right: -23px;
  bottom: -24px;
  width: 138px;
  z-index: 1;
}

.repair-staff {
  width: 100%;
  max-width: none;
  display: block;
}

@media screen and (max-width:767px) {

  .repair-comment {
    margin: 55px 15px;
    padding: 28px 18px 28px;
    overflow: visible;
  }

  .repair-comment-title {
    font-size: 18px;
    padding: 8px 22px;
    top: -37px;
  }

  .repair-comment-inner {
    position: relative;
    display: block;
  }

  .repair-text {
    width: calc(100% - 70px);
    padding-right: 8px;
  }

  .repair-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .repair-person {
    position: absolute;
    right: -17px;
    bottom: -34px;
    width: 112px;
    margin: 0;
  }

  .repair-staff {
    width: 100%;
    max-width: none;
  }
}


/* 黄色マーカー */

.marker {
  background: linear-gradient(transparent 62%, #fff100 62%);
}


/*============================
  プロからの一言
=============================*/

.crown-pro-comment {
  max-width: 880px;
  margin: 70px auto;
  padding: 30px 24px 24px;
  background: #ffffdc;
  border-radius: 18px;
  position: relative;
}

.crown-pro-comment-title {
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  background: #19a5f5;
  color: #fff;
  padding: 8px 34px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}

.crown-pro-comment-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #19a5f5;
}

.crown-pro-comment-inner {
  position: relative;
  min-height: 250px;
}


.crown-pro-comment-text {
  width: 100%;
}

.crown-pro-comment-text p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0;
}

/* 1段落 */

.crown-pro-comment-text p:first-child {
  margin-bottom: 16px;
}

/* 赤帯 */

.crown-pro-alert {
  width: calc(100% - 170px);
  background: #e60012;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 9px 10px;
  margin-bottom: 18px;
}


/* 2段落 */

.crown-pro-comment-text p:last-child {
  width: calc(100% - 170px);
}

.crown-pro-comment-person {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 125px;
  z-index: 2;
}

.crown-pro-comment-staff {
  display: block;
  width: 100%;
}

@media screen and (max-width:767px) {

  .crown-pro-comment {
    margin: 55px 0;
    padding: 24px 14px 14px;
  }

  .crown-pro-comment-title {
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    background: #19a5f5;
    color: #fff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    z-index: 10;
  }




  .crown-pro-comment-inner {
    position: relative;
    min-height: 180px;
  }

  .crown-pro-comment-text {
    width: 100%;
  }

  .crown-pro-comment-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .crown-pro-alert {
    width: calc(100% - 95px);
    font-size: 16px;
    padding: 8px;
    margin: 12px 0;
  }

  .crown-pro-comment-text p:last-child {
    width: calc(100% - 95px);
  }

  .crown-pro-comment-person {
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 111px;
  }

  .crown-pro-comment-staff {
    width: 100%;
    max-width: none;
  }

}

.crown-pro-marker {
  background: linear-gradient(transparent 62%, #fff100 62%);
}

.crown-pro-comment-person .pc {
  display: block !important;
}

.crown-pro-comment-person .sp {
  display: none !important;
}

@media screen and (max-width:767px) {

  .crown-pro-comment-person .pc {
    display: none !important;
  }

  .crown-pro-comment-person .sp {
    display: block !important;
  }

}

/* ========================================
  修理比較表：SP調整
======================================== */
@media screen and (max-width: 767px) {

  .repair-table-wrap {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 65px auto 55px;
    position: relative;
    box-sizing: border-box;
  }

  .repair-table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
  }

  /* 左項目列 */
  .repair-table .blank,
  .repair-table .side {
    width: 16%;
  }

  /* 当社列 */
  .repair-table .our,
  .repair-table .our-body {
    width: 60%;
  }

  /* 他社列 */
  .repair-table .other,
  .repair-table .other-body {
    width: 42%;
  }

  .repair-table th,
  .repair-table td {
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: normal;
    border: 1px solid #d6d6d6;
  }

  /* 見出し */
  .repair-table thead th {
    height: auto;
    padding: 10px 3px;
    font-size: 15px;
    line-height: 1.35;
  }

  .repair-table .blank {
    padding: 0;
  }

  .repair-table .side {
    background: #000;
    color: #fff;
  }

  /* 内容セル */
  .repair-table td,
  .repair-table .our-body,
  .repair-table .other-body {
    padding: 18px 4px;
  }

  /* 当社の金額 */
  .repair-price {
    margin: 0;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1;
    white-space: nowrap;
  }

  .repair-price span {
    font-size: 18px;
  }

  .repair-tax {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1.4;
  }

  /* 他社の費用 */
  .price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }

  .average {
    flex: 0 0 auto;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .other-body strong {
    display: block;
    min-width: 0;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
  }

  /* 日数 */
  .repair-day {
    margin: 0;
    font-size: clamp(25px, 8vw, 35px);
    line-height: 1.2;
    white-space: nowrap;
  }

  /* 他社の日数 */
  .repair-table tbody tr:last-child .other-body {
    white-space: nowrap;
  }

  .repair-table tbody tr:last-child .other-body strong {
    display: inline;
    font-size: 15px;
  }

  /* 赤い吹き出し */
  .repair-balloon {
    left: -6px;
    top: -58px;
    width: 151px;
  }

  .repair-balloon img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.marker {
  background: linear-gradient(transparent 60%,
      #fff100 60%);
  font-weight: bold;
}


/* 明朗会計 */
.price-sec {
  background: #d9f2fb;
  padding: 80px 20px;
  padding-bottom: 30px;
}

.price-inner {
  max-width: 1000px;
  margin: auto;
}

.price-title {
  text-align: center;
  margin-bottom: 40px;
}

.price-title img {
  width: 100%;
  max-width: 600px;
}

/* 横並び */

.price-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.price-card {
  background: #fff;
  border: 2px solid #18a5f6;
}

.price-card h3 {
  margin: 0;
  background: #18a5f6;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 14px;
}

/* テーブル */

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  width: 95px;
  background: #111;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}

.price-table td {
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.price-big {
  color: #e60012;
  font-size: 48px;
  font-weight: 900;
}

.price-big small {
  font-size: 16px;
}

.price-table small {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
}

.red {

  color: #e60012;

}

/* 青帯 */

.price-label {
  width: 82%;
  margin: 20px auto;
  background: #0e39a8;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 8px;
  font-weight: 700;
  margin-bottom: 11px;
}

/* リスト */
.price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 20px 20px;
  margin: 0;
}

.price-list li {
  position: relative;
  padding-left: 22px;
}

.price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2148b6;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  font-family: sans-serif;
}

.price-list2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 20px 20px;
  margin: 0;
}

.price-list2 li {
  position: relative;
  padding-left: 22px;
}

.price-list2 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2148b6;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  font-family: sans-serif;
}

.price-list2 .note {
  font-size: 0.85em; /* 親要素の85% */
  color: #666;       /* 任意で少し薄い色に */
}

@media screen and (max-width:767px) {

  .price-sec {
    padding: 50px 15px;
    padding-bottom: 13px;
  }

  .price-card-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-card h3 {
    font-size: 24px;
    padding: 12px;
  }

  .price-table th {
    width: 72px;
    font-size: 14px;
  }

  .price-table td {
    font-size: 15px;
    padding: 10px;
  }

  .price-big {
    font-size: 34px;
  }

  .price-label {
    width: 88%;
    font-size: 14px;
  }

  .price-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 12px 15px;
  }

  .price-list li {
    font-size: 13px;
    padding-left: 18px;
  }

  .price-list2 {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 12px 15px;
  }

  .price-list2 li {
    font-size: 13px;
    padding-left: 18px;
  }

}


/*=============================
おすすめ商品
=============================*/

.product-sec {

  background: #ffe1e1;

}

/* 赤ストライプ */

.product-head {

  background:
    repeating-linear-gradient(-35deg,
      #e60012 0,
      #e60012 18px,
      #ff2020 18px,
      #ff2020 36px);

  padding: 20px 20px;
  padding-bottom: 29px;

}

.product-title {
  text-align: center;
}

.product-title img {
  width: 100%;
  max-width: 590px;

}

/* 中身 */

.product-inner {
  max-width: 700px;
  margin: auto;
  padding: 56px 13px;
  padding-bottom: 62px;
}

.product-slider {
  margin-bottom: 16px;
}

.product-slider img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {

  .product-slider {
    margin-bottom: 16px;
  }

  .product-slider:last-child {
    margin-bottom: 0;
  }

}

/* =========================
  左右矢印
========================= */

.product-prev,
.product-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 20;
  padding: 0;
}

/* 左 */

.product-prev {
  left: -55px;
}

.product-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;

  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 30px solid #000;
}

/* 右 */

.product-next {
  right: -55px;
}

.product-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;

  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #000;
}

@media screen and (max-width:767px) {

  .product-prev {
    left: -10px;
  }

  .product-next {
    right: -25px;
  }

  .product-prev::before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 22px solid #000;
  }

  .product-next::before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #000;
  }

}

.product-slider .pc {
  display: block;
}

.product-slider .sp {
  display: none;
}

@media screen and (max-width:767px) {

  .product-slider .pc {
    display: none;
  }

  .product-slider .sp {
    display: block;
  }

}


/* 選ばれる理由 */


.reason-sec {
  background: #d8eef6;
  padding: 80px 20px;
}

.reason-inner {
  max-width: 1100px;
  margin: auto;
}

.reason-title {
  text-align: center;
  margin-bottom: 38px;
}

.reason-title img {
  max-width: 613px;
  width: 100%;
}

/*----------------*/

.reason-list {

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 22px;

}

.reason-card:nth-child(1) {

  grid-column: 1 / span 2;

}

.reason-card:nth-child(2) {

  grid-column: 3 / span 2;

}

.reason-card:nth-child(3) {

  grid-column: 5 / span 2;

}

.reason-card:nth-child(4) {

  grid-column: 2 / span 2;

}

.reason-card:nth-child(5) {

  grid-column: 4 / span 2;

}

.reason-list::after {
  content: "";
}


.reason-card {
  position: relative;
  background: #fff;
  border: 4px solid #9ed9ff;
}

.reason-card img {
  display: block;
  width: 100%;
}

.reason-point {
  position: absolute;
  top: 0;
  left: 0;
  background: #18a5f5;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  font-size: 22px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.reason-text {
  padding: 5px 9px;
  text-align: center;
}

.reason-copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}

.reason-blue {
  color: #18a5f5;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}


@media screen and (max-width:767px) {
  .reason-sec {
    padding: 50px 15px;
  }

  .reason-list {
    display: block;
  }

  .reason-card {
    margin-bottom: 25px;
  }

  .reason-card:last-child {
    margin-bottom: 0;
  }

  .reason-point {
    font-size: 18px;
    padding: 7px 14px;
  }

  .reason-copy {
    font-size: 15px;
  }

  .reason-blue {
    font-size: 22px;
  }

}


@media (min-width:768px) {

  .reason-card:nth-child(4),
  .reason-card:nth-child(5) {
    margin-top: 25px;
  }

}


/* お客様の声 */
.voice-review {
  background:
    repeating-linear-gradient(-45deg,
      #fff 0,
      #fff 26px,
      #f8f8f8 26px,
      #f8f8f8 52px);
  padding: 80px 20px;
}

.voice-review__inner {
  max-width: 1100px;
  margin: auto;
}

.voice-review__title {
  text-align: center;
  margin-bottom: 50px;
}

.voice-review__title img {
  width: 100%;
  max-width: 524px;
}

/* スライダー */

.voice-review-slider {
  max-width: 660px;
  margin: auto;
}

/* カード */

.voice-review-item {
  border: 3px solid #16a2f5;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.voice-review-head {
  background: #16a2f5;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 18px;
}

.voice-review-body {
  padding: 17px;
}

.voice-review-top {
  display: flex;
  gap: 20px;
  align-items: center;
}

.voice-review-photo {
  width: 60%;
}

.voice-review-photo img {
  width: 100%;
}

.voice-review-profile {
  width: 40%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

.voice-review-profile strong {
  font-size: 40px;
}

.voice-review-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.9;
}

.voice-review-prev,
.voice-review-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #18a5f5;
  border: none;
  cursor: pointer;
  z-index: 20;

}

.voice-review-prev {
  left: -25px;
}

.voice-review-next {
  right: -25px;
}

.voice-review-prev::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 18px solid #fff;
}

.voice-review-next::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

@media screen and (max-width:767px) {
  .voice-review {
    padding: 50px 15px;
  }

  .voice-review__title {
    margin-bottom: 35px;
  }

  .voice-review-head {
    font-size: 18px;
    padding: 14px;
  }

  .voice-review-top {
    display: flex;
    align-items: center;
    gap: 0px;
  }

  .voice-review-photo {
    width: 70%;
    flex-shrink: 0;
  }

  .voice-review-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* プロフィール */
  .voice-review-profile {
    width: 48%;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
  }

  .voice-review-profile strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin: 4px 0;
  }

  /* 本文 */
  .voice-review-text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.7;
  }

  .voice-review-prev {
    left: -9px;
  }

  .voice-review-next {
    right: -11px;
  }

  .voice-review-prev,
  .voice-review-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #18a5f5;
    border: none;
    cursor: pointer;
    z-index: 20;

  }

  .voice-review-prev::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 12px solid #fff;
  }

  .voice-review-next::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
  }

}


.slick-slide img {
  width: 85%;
  margin: 0 auto;
}


@media (min-width: 768px) {


  .slick-slide img {
    width: 95%;
  }
}



/* 流れ */
/* ========================================
工事完了までの流れ
======================================== */

.work-flow {
  --flow-blue-01: #69c5f2;
  --flow-blue-02: #3db5ef;
  --flow-blue-03: #0da4eb;
  --flow-blue-04: #0788dc;
  --flow-accent: #00a1ef;
  --flow-bg: #d5f3fb;
  --flow-border: #bcecf8;

  background-color: var(--flow-bg);
  padding: 75px 20px 95px;
}

.work-flow *,
.work-flow *::before,
.work-flow *::after {
  box-sizing: border-box;
}

.work-flow__inner {
  width: min(100%, 980px);
  margin-inline: auto;
}

/* 見出し画像 */
.work-flow__heading {
  margin: 0 0 48px;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.work-flow__heading img {
  display: block;
  width: min(100%, 590px);
  height: auto;
  margin-inline: auto;
}

/* 一覧全体 */
.work-flow__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  border-radius: 14px;
}

/* 各ステップ */
.work-flow__item {
  display: grid;
  grid-template-columns: 134px minmax(0, 1fr);
  min-height: 124px;
  margin: 0;
  padding: 0;
  position: relative;
}

.work-flow__item:not(:last-child) {
  border-bottom: 1px solid var(--flow-border);
}

/* 左側のSTEP欄 */
.work-flow__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 27px 10px 17px;
  color: #fff;
  text-align: center;
}

.work-flow__item {
  position: relative;
}

/* STEP01 */
.work-flow__item:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 134px;
  height: 17px;
  background: #69c5f2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 5;
}

/* STEP02 */
.work-flow__item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 134px;
  height: 17px;
  background: #3db5ef;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 5;
}

/* STEP03 */
.work-flow__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 134px;
  height: 17px;
  background: #0da4eb;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 5;
}

@media (max-width:767px) {

  .work-flow__item:nth-child(1)::after,
  .work-flow__item:nth-child(2)::after,
  .work-flow__item:nth-child(3)::after {
    width: 25%;
    height: 18px;
  }

}

/* STEP04は不要 */
.work-flow__item:last-child::after {
  display: none;
}

/* STEPごとの背景色 */
.work-flow__step--01 {
  background-color: var(--flow-blue-01);
}

.work-flow__step--02 {
  background-color: var(--flow-blue-02);
}

.work-flow__step--03 {
  background-color: var(--flow-blue-03);
}

.work-flow__step--04 {
  background-color: var(--flow-blue-04);
}

/* STEP文字 */
.work-flow__step-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 0 0 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

/* アイコン画像 */
.work-flow__icon {
  display: block;
  width: auto;
  max-width: 76px;
  height: 64px;
  margin: 0;
  position: relative;
  z-index: 3;
  object-fit: contain;
}

.work-flow__icon--estimate,
.work-flow__icon--repair {
  height: 67px;
}

.work-flow__icon--payment {
  max-width: 72px;
  height: 65px;
}

/* 右側のテキスト欄 */
.work-flow__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 23px;
  background-color: #fff;
}

.work-flow__title {
  margin: 0 0 4px;
  padding: 0;
  color: var(--flow-accent);
  font-size: clamp(21px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
}

.work-flow__text {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
}

/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {
  .work-flow {
    padding: 48px 15px 70px;
  }

  .work-flow__inner {
    width: 100%;
    max-width: 720px;
  }

  .work-flow__heading {
    margin-bottom: 38px;
  }

  .work-flow__heading img {
    width: min(100%, 340px);
  }

  .work-flow__list {
    border-radius: 14px;
  }

  .work-flow__item {
    grid-template-columns: 23.5% minmax(0, 1fr);
    min-height: 173px;
  }

  .work-flow__step {
    padding: 33px 5px 22px;
  }

  .work-flow__item:not(:last-child) .work-flow__step::after {
    bottom: -29px;
    height: 30px;
  }

  .work-flow__step-number {
    gap: 4px;
    margin-bottom: 2px;
    font-size: clamp(15px, 4.2vw, 23px);
  }

  .work-flow__icon {
    max-width: 68px;
    width: 90%;
    height: 68px;
  }

  .work-flow__icon--estimate,
  .work-flow__icon--repair {
    height: 76px;
  }

  .work-flow__icon--payment {
    width: 90%;
    max-width: 82px;
    height: 78px;
  }

  .work-flow__content {
    padding: 24px 20px 22px 27px;
  }

  .work-flow__title {
    margin-bottom: 3px;
    font-size: clamp(20px, 5.8vw, 30px);
    line-height: 1.35;
  }

  .work-flow__text {
    font-size: clamp(15px, 4.1vw, 22px);
    line-height: 1.7;
  }

  .work-flow__br-pc {
    display: none;
  }
}

/* 幅がかなり狭い端末 */
@media screen and (max-width: 390px) {
  .work-flow {
    padding-inline: 15px;
  }

  .work-flow__item {
    grid-template-columns: 25% minmax(0, 1fr);
    min-height: 185px;
  }

  .work-flow__step {
    padding-top: 42px;
  }

  .work-flow__step-number {
    flex-direction: column;
    gap: 3px;
    align-items: center;
  }

  .work-flow__content {
    padding: 20px 14px 18px 18px;
  }

  .work-flow__title {
    font-size: 19px;
  }

  .work-flow__text {
    font-size: 14px;
    line-height: 1.65;
  }
}


/* ========================================
   対応エリア
======================================== */

.service-area {
  position: relative;
  min-height: 768px;
  padding: 88px 20px 58px;
  overflow: hidden;

  /* PC背景 */
  background-image: url("../img/map_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.service-area *,
.service-area *::before,
.service-area *::after {
  box-sizing: border-box;
}

.service-area__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  margin: 0 auto;
}

/* 見出し */
.service-area__heading {
  margin: 0 auto 24px;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.service-area__heading img {
  display: block;
  width: min(100%, 610px);
  height: auto;
  margin: 0 auto;
}

/* 赤い丸＋地図 */
.service-area__map {
  width: min(100%, 660px);
  margin: -3px auto 0;
  text-align: center;
}

.service-area__map img {
  display: block;
  width: 79%;
  height: auto;
  margin: 0 auto;
}


/* ========================================
   タブレット
======================================== */

@media screen and (min-width: 768px) and (max-width: 1100px) {

  .service-area {
    min-height: 700px;
    padding-top: 75px;
    padding-bottom: 45px;
  }

  .service-area__heading img {
    max-width: 520px;
  }

  .service-area__map {
    max-width: 570px;
  }
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

  .service-area {
    min-height: auto;
    padding: 68px 15px 60px;

    /* SP背景へ切り替え */
    background-image: url("../img/map_bg_sp.png");
    background-position: center top;
    background-size: cover;
  }

  .service-area__inner {
    width: 100%;
    max-width: 520px;
  }

  .service-area__heading {
    margin-bottom: 34px;
  }

  .service-area__heading img {
    width: min(100%, 350px);
  }

  .service-area__map {
    width: min(100%, 500px);
    margin-top: 0;
  }
}


/* ========================================
   小さいSP
======================================== */

@media screen and (max-width: 390px) {

  .service-area {
    padding: 55px 10px 48px;
  }

  .service-area__heading {
    margin-bottom: 26px;
  }

  .service-area__heading img {
    width: min(100%, 320px);
  }

  .service-area__map {
    width: 100%;
  }
}


/* よくある質問 */
.qa {
  background-color: #d5f3fb;
  padding-bottom: 12%;
  padding-top: 50px;
}

.qa-ttl {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 8%;
}

@media (min-width: 768px) {
  .qa {
    padding-bottom: 4%;
    padding-top: 71px;
  }

  .qa-ttl {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 3%;
  }
}

/* アコーディオン */
.faq_00 {
  width: 90%;
  margin: 0 auto;
}

.faq_c_q {
  display: flex;
  align-items: center;
  background: #00a8ff;
  padding: 2% 3% 1%;
  position: relative;
  cursor: pointer;
  transition: opacity .2s ease;
}

.faq_c_q:hover {
  opacity: .8;
}

.faq_c_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.faq_c_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}


.accordion-container .faq_c_q.open::before {
  transform: rotate(180deg);
}

.accordion-container .faq_c_q.open::after {
  opacity: 0;
}

.faq_c_q img,
.faq_c_a img {
  width: 7%;
  height: 7%;
  margin: 1%;
}

.faq_c_q p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1% 1% 3% 2%;
}

.faq_c_a {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 0% 3% 2%;
  border-radius: 0px;
}

.faq_c_a p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-left: 2%;
  line-height: 1.7;
}

.faq_c_01 {
  display: block;
  margin: 3% 0;
  overflow: hidden;
}

.accordion-container .acc-ttl.open::before {
  transform: rotate(180deg);
}

.accordion-container .acc-ttl.open::after {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  div .faq_c_q p {
    font-size: 4vw;
    line-height: 1.5;
  }

  div .faq_c_a p {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  .faq_00 {
    max-width: 900px;
  }

  .faq_c_q p {
    font-size: 19px;
  }

  .faq_c_a p {
    font-size: 19px;
  }

  .faq_c_q img,
  .faq_c_a img {
    width: 4%;
    height: 4%;
  }

  .faq_c_q p {
    margin: 1% 1% 2% 2%;
  }
}


/* お問い合わせ */
.form {
  padding-top: 33px;
}

.form_bg {
  width: 90%;
  margin: 10px auto;
  padding: 6% 0 10%;
  margin-top: -10px;
}

form#form-input {
  padding: 5%;
}

.form_ttl {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form_ttl {
    max-width: 700px;
  }

  .form_bg {
    padding: 2% 0 4%;
  }
}

.policy-box {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 50px;
}

.policy-box p {
  margin-top: 0;
}

.consent {
  font-size: 18px;
  color: #414141;
  margin-top: 25px;
  text-align: center;
}

button#confirm {
  background-color: #f40100;
  color: #fff;
  border-radius: 5px;
  padding: 17px 0;
  margin: 0 auto 8%;
  border: none;
  width: 85%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.s_btn {
  text-align: center;
  margin: 30px auto;
}

#confirm {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  padding: 18px 20px;
  background: #d2f5ff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 14px;
  cursor: pointer;
  transition: .15s;
}

#confirm:hover {
  transform: translateY(2px);
  box-shadow:
    0 6px 0 #9f0000,
    0 2px 8px rgba(0, 0, 0, .2);
}

#confirm:active {
  transform: translateY(6px);
  box-shadow:
    0 2px 0 #9f0000,
    0 1px 4px rgba(0, 0, 0, .2);
}

@media screen and (max-width:767px) {
  #confirm {
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    background: #d2f5ff;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 14px;
    cursor: pointer;
    transition: .15s;
  }
}

/* =========================
   footer
========================= */

.footer {
  background: #000;
  color: #fff;
  padding: 50px 20px;
}

.footer__inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}

.footer-info {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 1px;
  max-width: 400px;
  margin: 0 auto;
}

.footer-info dt {
  font-weight: 700;
}

.footer-info dd {
  margin: 0;
  line-height: 1.8;
}

.footer__privacy {
  display: block;
  margin-top: 45px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer__privacy:hover {
  text-decoration: underline;
}

@media screen and (max-width:767px) {

  .footer {
    padding: 40px 20px;
    padding-bottom: 40px;
  }

  .footer__title {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .footer-info {
    grid-template-columns: 90px 1fr;
    gap: 14px 16px;
  }

  .footer-info dt,
  .footer-info dd {
    font-size: 14px;
  }

  .footer__privacy {
    margin-top: 26px;
    font-size: 16px;
  }

}

/* ========================================
   画像添付欄
======================================== */

.file-upload {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file-upload input[type="file"] {
  display: block;
  width: 100%;
  min-width: 0;
  border-radius: 4px;
}

.file-upload input[type="file"]::file-selector-button {
  margin-right: 10px;
  padding: 6px 10px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #eee;
  color: #111;
  cursor: pointer;
}

.file-note {
  margin: 4px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

/* 確認画面 */
.confirm-files {
  margin: 0;
  padding-left: 1.4em;
}

.confirm-files li {
  margin-bottom: 5px;
  overflow-wrap: anywhere;
}

.confirm-errors {
  width: min(90%, 800px);
  margin: 30px auto;
  padding: 20px;
  border: 2px solid #c00;
  background: #fff5f5;
  color: #a00000;
}

.confirm-errors__title {
  margin: 0 0 12px;
  font-weight: 700;
}

.confirm-errors ul {
  margin: 0 0 15px;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .file-upload input[type="file"] {
    font-size: 12px;
  }

  .file-upload input[type="file"]::file-selector-button {
    margin-right: 6px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .file-note {
    font-size: 12px;
  }
}

.check-contents {
  padding: 40px 15px;
  background: #f5f7fb;
}

.contents-box {
  width: min(100%, 900px);
  margin: 0 auto;
}

.check-contents-box {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.confirm {
  margin: 0 0 25px;
  color: #1b3071;
  font-size: 30px;
  text-align: center;
}

.confirm-title {
  margin: 0 0 15px;
  color: #1b3071;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.confirm-text {
  margin: 0 0 25px;
  line-height: 1.8;
  text-align: center;
}

.confirm-table {
  width: 100%;
  border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
  padding: 14px;
  border: 1px solid #ccc;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.confirm-table th {
  width: 32%;
  background: #eef3ff;
  color: #1b3071;
}

.confirm-files {
  margin: 0;
  padding-left: 1.4em;
  list-style: disc;
}

.confirm-errors {
  width: min(100%, 800px);
  margin: 30px auto;
  padding: 20px;
  border: 2px solid #c00;
  background: #fff5f5;
  color: #a00000;
  box-sizing: border-box;
}

.confirm-errors__title {
  margin: 0 0 12px;
  font-weight: 700;
}

.confirm-errors ul {
  margin: 0 0 15px;
  padding-left: 1.5em;
  list-style: disc;
}

.submit-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .check-contents {
    padding: 20px 10px;
  }

  .check-contents-box {
    padding: 20px 12px;
  }

  .confirm {
    font-size: 24px;
  }

  .confirm-title {
    font-size: 20px;
  }

  .confirm-table,
  .confirm-table tbody,
  .confirm-table tr,
  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .confirm-table th {
    border-bottom: 0;
  }

  .confirm-table td {
    margin-bottom: 12px;
  }

  .submit-btn {
    gap: 10px;
  }

  .submit-btn button {
    font-size: 16px !important;
  }
}


/*追従*/
.tui {
  position: fixed;
  bottom: 0;
  z-index:auto;
  background-color: #0e39a8;
  padding: 60px 0 5px;
  width: 100%;
  will-change: transform; /* 追加：アニメーションのカクつきを抑える */
}
.tui div {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}

.btn-tui {
  margin-top: 50px;
}

.po_r {
  position: relative;
}

.po_a {
  position: absolute;
  bottom: 98%;
  right: 0;
  left: 0;
}

.po_a img {
  max-width: 470px;
  width: 98%;
  right: 0;
  left: 0;
}

.tui img {
  vertical-align: bottom;
}

.floating-cta{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  z-index: 999999;

  opacity: 1;

  transform: translate3d(0,0,0);

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  will-change: transform;
  transition:
      transform .25s ease,
      opacity .25s ease;
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
}

.tui_link {
  display: flex;
  justify-content: space-between;
}

.tui_link a {
  width: 48%;
}

.pagetop{
  transform: translate3d(0,100%,0);
  transition: transform .25s ease-out;
  will-change: transform;
}

.pagetop.is-show{
  transform: translate3d(0,0,0);
}

@media screen and (max-width:640px) {
  .tui {
    padding: 51px 0 5px;
  }

  .tui div {
    padding: 5px;
    width: 100%;
  }

  .po_a {
    bottom: 88%;
  }

  .tui_link a {
    width: 49%;
  }
}


.shine {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
}

.shine::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: shine-run;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  z-index: 2;
}

/* 点滅のアニメーションを定義 */
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0; /* ここで透明になります */
  }
  100% {
    opacity: 1;
  }
}

/* 点滅させたい要素に適用するクラス */
.blinking-text {
  animation: flash 1.5s linear infinite; /* 1.5秒かけて無限に点滅を繰り返す */
}


/* プライバシーポリシー用 */
.privacy-section {
    padding-top: 80px;
}

.privacy-wrap {
    text-align: left;
}

.privacy-wrap p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.privacy-wrap h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1b3071;
    margin: 40px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eef3ff;
    text-align: left;
}

.privacy-wrap a {
    color: #0058e6;
    text-decoration: underline;
}

.privacy-info {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    background: #fcfcfc;
    padding: 20px;
    border-radius: 5px;
}

.privacy-info p {
    margin-bottom: 0;
}

.back-btn-wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    margin: 20px;
}

.back-btn-wrap a {
    display: inline-block;
    padding: 15px 40px;
    background: #585f63;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    transition: opacity 0.3s;
}

.back-btn-wrap a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .privacy-section {
        padding-top: 27px;
    }

    .privacy-wrap p {
        font-size: 14px;
    }

    .privacy-wrap h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .back-btn-wrap a {
        width: 100%;
        box-sizing: border-box;
    }
}

