@charset "UTF-8";

h1:after {
  background: linear-gradient(to right, #00437C 0%, #00437C 50%, #900C52 50%, #900C52 100%);
}
@media screen and (max-width: 767px) {
.t-h6-2 span { width:auto; margin-right:0; }
}
.urcp_marker { background:linear-gradient(transparent 60%, #FFEE00 60%); }
.grid { display:grid; }
@media screen and (max-width: 767px) {
.grid { display:block; }
}

/* main_visual */
.main_visual { grid-template-columns: 48% 1fr; gap:0 20px; margin-bottom:100px; }
.main_img {  }
.main_img img { margin-bottom:10px; }
}
.main_text {  }
.lead_main { margin-bottom:10px; font-size:32px; font-weight:bold; color:#1D5CAD; }
.lead_sub { font-size:20px; color:#333333; }
.urcp_span { padding:5px; border:1px #900C52 solid; font-size:120%; color:#900C52; font-weight:bold; text-align:center; }
@media screen and (max-width: 767px) {
.lead_main { font-size:24px; }
.lead_sub { font-size:18px; }
}
/* benefit */
.urcp_table tr th, .urcp_table tr td { width:auto; }
.urcp_table thead tr th, .urcp_table tbody tr th { text-align:center; }
.urcp_table_item {
  margin-bottom:30px;
  padding:20px;
  border-radius:10px;
  background-color:#f2f2f2;
}
.urcp_table_vertical {  }
.urcp_table_vertical dt { margin-bottom:10px; padding:5px 0; font-size:100%; font-weight:bold; color:#005BAC; }
.urcp_table_vertical dd {  }
.urcp_table_summary {  }
.urcp_table_summary dt { margin-bottom:5px; color:#000000; font-weight:normal; font-size:100%; }
.urcp_table_summary dt::before { display:inline-block; content: "-"; margin-right: 0.5em; color: #D4AF37; font-weight: bold; }
.urcp_table_summary dd { margin-bottom:5px; padding-bottom:5px; border:none; }
/*list*/
.urcp__toggle--button {
  position:relative;
  padding:10px;
  border:1px #005BAC solid;
  background-color:#FFFFFF;
  color:#005BAC;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  transition:background 0.4s ease-in-out;
  cursor:pointer;
}
.urcp__toggle--button span:after {
  position:absolute;
  top:7px;
  width:10px;
  margin-left:10px;
}
.urcp__toggle--button:hover {
  background:#005BAC;
  color:#FFFFFF;
  transition:background 0.4s ease-in-out;
}
.urcp__toggle--hide span:after {
  content:url("/urcp/img/cursor_down_b.svg");
}
.urcp__toggle--hide:hover span:after {
  content:url("/urcp/img/cursor_down_w.svg");
}
.urcp__toggle--show span:after {
  content:url("/urcp/img/cursor_up_b.svg");
}
.urcp__toggle--show:hover span:after {
  content:url("/urcp/img/cursor_up_w.svg");
}
.urcp__toggle-contents { padding-top:20px; }
.urcp_list { padding:35px; border:5px solid #ededed; border-radius:10px; margin-bottom:40px;  }
.urcp_list dt { font-weight:bold; }
.urcp_list dt::before { display:inline-block; content:"-"; margin-right:0.5em; color:#D4AF37; font-weight:bold; }
.urcp_list dd { margin-bottom:20px; padding-bottom:20px; border-bottom:1px #000000 dotted; }
.urcp_list dd:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.urcp_list ul li { display:inline-block; margin:10px 20px; }
@media screen and (max-width: 375px) {
  .urcp_list ul li { display:block; margin:10px 0; }
}
/* faq */
.urcp_faq {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.urcp_q {
  position: relative;
  font-weight: bold;
  padding-right: 2em;
  cursor: pointer;
  transition: color 0.2s ease;
}
.urcp_q::after {
  content: '＋';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #333;
  transition: transform 0.3s ease, color 0.2s ease;
}
.urcp_q:hover::after {
  color: #0078c8;
}
.urcp_faq_show::after {
  content: '－';
}
.urcp_a {
  padding:10px;
}
.urcp_a p:last-child { margin-bottom:0; }
/* inquiry */
.urcp_inquiry { grid-template-columns:40% 1fr; gap:0 20px; }
.urcp_form .yellow_btn { margin-top:20px; }
.urcp_tel .freecall_block { margin-top:20px; margin-bottom:0; padding:20px; }
.urcp_tel .freecall_block .freecall_tel { font-size:50px; }
@media screen and (max-width: 767px) {
.urcp_tel .freecall_block .freecall_tel { font-size:30px; }
}
/* slider */
.urcp_service_slider {
  padding:40px 20px;
  background: #f8f8f8;
  text-align: center;
}
.urcp_slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.urcp_slider .urcp_slide {
  padding: 0 10px;
}
.urcp_slider img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.urcp_caption {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
/* 矢印の共通スタイル */
.urcp_slick-prev, .urcp_slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8); /* ← ここが重要！ */
  color: #333;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
}
.urcp_slick-prev::before,
.urcp_slick-next::before {
  font-family: "slick";
  font-size: 18px;
  line-height: 1;
  font-weight:bold;
  opacity: 1;
  content: '';
}
.urcp_slick-prev::after {
  content: '<';
}
.urcp_slick-next::after {
  content: '>';
}
.urcp_slick-prev {
  left: 10px;
}
.urcp_slick-next {
  right: 10px;
}
.urcp_slick-prev:hover,
.urcp_slick-next:hover {
  background-color: rgba(255, 255, 0, 0.8); /* ホバー時は黄色の半透明 */
  transform: translateY(-50%) scale(1.1);
}

@media (max-width: 480px) {
  .urcp_slick-prev, .urcp_slick-next {
    top: 37%;
    transform: translateY(-37%);
    width: 28px;
    height: 28px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5); /* グレー半透明に変更 */
    box-shadow: none;
    color:#FFFFFF;
  }
  .urcp_slick-prev {
    left: 4px;
  }
  .urcp_slick-next {
    right: 4px;
  }
  .urcp_slick-prev:hover,
  .urcp_slick-next:hover {
    background-color: rgba(0, 0, 0, 0.6); /* モバイルでは少し濃くなる程度 */
    transform: translateY(-50%);
  }
  .urcp_caption {
    font-size:14px;
  }
}
/* flow */
.urcp_flow_cta {
  margin-top: 24px;
}

.urcp_flow_cta p {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.urcp_flow_cta .urcp_flow_cta_btn {
  display: inline-block;
  background-color: #ffd600;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.1s ease;
}

.urcp_flow_cta .urcp_flow_cta_btn:hover {
  background-color: #ffcc00;
  transform: scale(1.02);
}


