@charset "UTF-8";
#seizou .ttl{
	background-color: #008df0;
	padding: 0.5em 0 1em;
}
#seizou .ttl_wrap{
	color: #fff;
	max-width: 1350px;
	margin: 0 auto;
	padding-left: 1em
}
#seizou .ttl_wrap h1{
	    font-size: clamp(16px, 9vw, 40px);
    color: #fff;
    margin-right: auto;
    letter-spacing: .3rem;
}
#seizou .ttl_wrap p{
	    font-size: 13px;
}
@media (max-width:767px) {
#seizou .ttl_wrap p{
	    font-size: 9px;
}
}
#seizou .submain {
	 background: center/cover no-repeat url('../img/submain/seizo.webp');
  height: 600px;
	position: relative;
}
#seizou .catch {
  position: absolute;
  top: 30%;
  left: 0;
  /*transform: translateY(-50%);*/
  text-align: left;
  z-index: 10;
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 20px;
}



#seizou .catch__sub,
#seizou .catch__main {
  background: #008df0;
  color: #fff;
  padding: 5px 35px;
  letter-spacing: .3rem;
}


#seizou .catch__sub {
  font-size: clamp(15px, 2.5vw, 31px);
  font-weight: 600;
}

#seizou .catch__main {
  font-size: clamp(20px, 4vw, 52px);
  font-weight: bold;
  line-height: 1.4;
}

#seizou .contents_box{
	 max-width: 1000px;
	margin: 0 auto;
}
#seizou .btn{
	display: block;
	text-align: center;
	margin: 4em 0;
}

    a{color:#0b63a8; text-decoration:none}
    .wrap{max-width:1100px; margin:0 auto; padding:28px}
    header{display:flex; align-items:center; justify-content:space-between; gap:16px}
    .logo{font-weight:700; color:#0b63a8; font-size:18px}
    .nav{display:flex; gap:12px}


.bg{
	background-color: #008df0;
	padding: 30px 0;
}
.bg2{
	background-color: #dbf0ff;
	padding: 30px 0;
}
.ttl_hosho{
    text-align: center;
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
}

    /* Features */
    .hosho{margin: 20px 0;}
    .feature{display: flex;
        align-items: center; 
        padding: 20px; 
        background:#fff; 
        border-radius:12px; 
        margin-bottom: 50px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.5);
        position: relative;
}
.feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: none; /* 三角の色：メインカラー */
  border-bottom: 40px solid #ff3e02;
  border-right: none;
}
.hleft{
    width: 33%;
}
.hleft img{
    width: 100%;
}
.hright{
    width: 67%;
    padding: 0 20px;
    box-sizing: border-box;
}
    .hright h3{margin:0 0 8px; font-size:3rem; color: #ff3e02;}
    .hright p{margin:0; font-size:1.8rem}
.tbl_hosho{
    margin: 10px 0;
    border-collapse: separate;
    border-spacing: 10px;
}

.tbl_hosho th{
    padding: 5px;
    font-weight: bold;
    background: #0d4394;
    text-align: center;
    color: #fff;
    min-width: 8em;
}
.tbl_hosho td{
    padding: 5px;
}
.tbl_hosho td p{
    font-weight: bold;
    padding: 0 .5em;
    display: inline;
    background: linear-gradient(transparent 50%, #ffec4c 50%);
    box-decoration-break: clone;
}
    /* Comparison */
    .table{width:100%; border-collapse:collapse; margin-top:20px}
    .table th, .table td{padding:12px; border-bottom:1px solid #eef2f7; text-align:left}
    .table th{background:#fbfdff}

    /* Cases & FAQ */
    .cases{display:flex; gap:16px; flex-direction:column; margin-top:28px}
    .case{background:#fff; padding:16px; border-radius:12px; border:1px solid #eef2f7}
    .faq{margin-top:18px}
    .faq dt{font-weight:700; margin-top:12px}
    .faq dd{margin:6px 0 12px; color:#6b7280}

    /* CTA banner */
    .banner{background:#0b63a8; color:#fff; border-radius:12px; padding:20px; margin-top:28px; display:flex; align-items:center; justify-content:space-between; gap:12px}
    .banner p{margin:0}

    footer{margin:32px 0 80px; color:#6b7280; font-size:13px}

    /* Responsive */
    @media (max-width: 786px)){
      .hero{flex-direction:column}
      .grid{grid-template-columns:1fr}
      .hero-right{width:100%}
      .wrap{padding:18px}
    }
.problem {
  
  border-radius: 16px;
  padding: 30px;
    background: url("../img/lp/s01.png") no-repeat;
    background-color: #dbf0ff;
    background-position: bottom right -10px;
    background-size: auto 80%;
}
.ttl_nayami {
  color: #008df0;
  font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.problem .intro {
    width: 60%;
  margin: 20px 0 20px 5%;
  font-size: 1.68rem;
  line-height: 1.7;
}
.problem-list {
    width: 60%;
  margin: 30px 0 30px 5%;
  list-style: none;
  padding: 0;
}
.problem-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
    font-size: 2.5rem;
}
.problem-list li::before {
  content: '□';
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.arrow {
    margin: 0px auto 0;
    width: 0;
  height: 0;
  border-left: 300px solid transparent;   /* 左側を透明 */
  border-right: 300px solid transparent;  /* 右側を透明 */
  border-top: 80px solid #ff3e02;           /* 上辺だけ色を付ける → 下向き矢印 */
}
/*-----------------------------------
  事故例
-----------------------------------*/
.accident{
	position: relative;
    padding: 50px 0;
}
.accident::after {
    content: "";
    display: block;
    width: 95%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;

    z-index: -1;
}

.accident li {
  border: 2px solid #008df0;
  border-radius: 10px;
  padding: 2rem;
  background: #fff;
}
.accident .accident_ttl {
  display: flex;
  align-items: center;
  /*gap: 10px;*/
  margin-bottom: 8px;
}
.accident .accident_ttl img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.accident h3 {
  margin: 0;
  font-size: 20px;
  padding-left: 20px;
  color: #008df0;
  line-height: 1.5;
}
.accident p { margin: .5em 0 0; }

.accident ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accident li {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}
.ttl_hosho2{
    text-align: center;
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
}
.wide_bx{
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.txt_bx{
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.img_bx{
  width: 50%;
}
.img_bx img{
  width: 100%;
}
.odr1{
  order: 1;
}
.odr2{
  order: 2;
}
.subtitle_wrap {
 display: flex;
 /*justify-content: center;*/
 align-items: center;
 margin-bottom: 2em;
}
.subtitle_wrap > h3 {
 font-size: clamp(21px, 4.5vw, 30px);
 position: relative;
 display: block;
 font-weight: bold;
 padding: 0;
 letter-spacing: .05em;
 line-height: 1.4;
 text-align: left;
	padding-left: 130px;
  color: #fff;
}
.subtitle_wrap > p.number {
     font-size: clamp(60px, 8vw, 90px);
    color: #ffec4c;
    position: absolute;
    /*left: 5.5rem;
    top: -10rem;*/
    font-family: "Outfit", sans-serif;
    font-weight: bold;
}
p.text{
	margin-bottom: 2em;
  color: #fff;
}
/* フォーム */

.container_wrap {
  max-width: 800px;
  margin: 8em auto;
}
.contact_form .contact_form_text {
  line-height: 1.8;
  margin-bottom: 4rem;
}
.contact_form tbody tr th p {
  color: #0d4394;
  letter-spacing: .06em;
  line-height: 1;
  font-size: clamp(16px, 15.4px + 0.16vw, 18px);
	font-weight: bold;
}
.contact_form tr {
  display: flex;
  flex-direction: column;
  border-top: .2rem solid #d5ecfc;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact_form tr:last-child {
  border-bottom: .2rem solid #d5ecfc;
  margin-bottom: 5rem;
}
.contact_form th {
  margin-bottom: 1.5rem;
}
.form_required {
  display: inline-block;
  background-color: #ed1c24;
  border-radius: 4px;
  color: #fff;
  font-weight: 100;
  font-size: 13px;/*clamp(13px, 12.8px + 0.10vw, 14px); */
  letter-spacing: .05em;
  padding: 5px 6px 6px;/*6px 8px 8px;*/
  margin-right: 15px;
}

.form_any {
  display: inline-block;
  background-color: #999999;
  border-radius: 4px;
  color: #fff;
  font-weight: 100;
  font-size: 13px;/*clamp(13px, 12.8px + 0.10vw, 14px);*/ 
  letter-spacing: .05em;
  padding: 5px 6px 6px;/*6px 8px 8px;*/
  margin-right: 15px;
}

.contact_form input[type] {
  width: 100%;
  border: 1px solid #00a0d2;
  border-radius: .3rem;
  overflow: hidden;
  padding: 1rem 2rem;
}
.contact_form textarea {
  width: 100%;
  border: 1px solid #00a0d2;
  border-radius: .3rem;
  overflow: hidden;
  padding: 1rem 2rem;
}
.action {
  max-width: 300px;
  margin: 0 auto;
}
/*@media (max-width:768px) {
  .action {
    max-width: 100%;
  }
}*/
.contact_form .action input[type="submit"] {
  background-color: #2589d0;
  color: #fff;
  border: none;
  border-radius: 90px;
  padding: 15px;
  font-size: 18px;
	cursor: pointer;
	transition: background-color .2s ease, transform .05s ease;
	font-weight: bold;
}
.contact_form .action input[type="submit"]:hover {
  background-color: #0d6fb3;
	transform: translateY(1px);
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.check .wpcf7-list-item {
  display: unset;
  margin: 0;
}
.check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}
.tel{
  width: 90%;
  margin: 60px auto;
  border: 8px solid #008df0;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #f4fcff;
}

.tel .toi{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.sptel{
  color: #008df0;
  font-weight: bold;
  font-size: 8rem;
  position: relative;
}
.sptel::before{
  color: #008df0;
  content: '\f2a0';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  margin-right: 20px;
  font-size: 6rem;
}
.unei{
  width: 60%;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.unei .uttl{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}
/*スマホ-----------------------------*/
@media (max-width: 786px) {
  #seizou .submain {
	 background: cover no-repeat url('../img/submain/seizo.webp');
   background-position:center left 20%;
  height: 600px;
	position: relative;
}
#seizou .catch {
  position: absolute;
  top: 10%;
  left: 0;
  /*transform: translateY(-50%);*/
  text-align: left;
  z-index: 10;
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 10px;
}
#seizou .ttl_wrap h1 {
        font-size: clamp(22px, 7vw, 26px);
        letter-spacing: .08em;
    }
	#seizou .submain {
  height: 300px;
}
#seizou .catch__sub,
#seizou .catch__main {
  padding: 4px 3px 4px 8px;
  letter-spacing: unset;
}
#seizou .catch__main {
  margin-bottom: 80px;
}
.accident::after {
    width: 100%;
    
}
  .accident ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
 .accident li { grid-column: auto; }
.accident .accident_ttl img {
  width: 40px;
  height: 40px;
}
	.accident h3 {
  font-size: 18px;
}
.problem {
  
  border-radius: 16px;
  padding: 20px;
    background: none;
    background-color: #dbeafe;
    background-position: bottom right -10px;
    background-size: auto 80%;
}
.ttl_nayami {
  color: #00a0d2;
  font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.problem .intro {
    width: 100%;
    box-sizing: border-box;
  margin: 20px 0 20px 0%;
  font-size: 1.5rem;
  line-height: 1.7;
}
.problem-list {
    width: 100%;
    box-sizing: border-box;
  margin: 30px 0 30px 0%;
  list-style: none;
  padding: 0;
}
.problem-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #333;
    font-size: 1.5rem;
}
.problem-list li::before {
  content: '□';
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.arrow {
    margin: 0px auto 0;
    width: 0;
  height: 0;
  border-left: 100px solid transparent;   /* 左側を透明 */
  border-right: 100px solid transparent;  /* 右側を透明 */
  border-top: 40px solid #ff3e02;           /* 上辺だけ色を付ける → 下向き矢印 */
}
.ttl_hosho{
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

    /* Features */
    .hosho{margin: 20px 0;}
    .feature{display: flex;
      flex-direction: column;
        align-items: center; 
        padding: 20px; 
        background:#fff; 
        border-radius:12px; 
        margin-bottom: 50px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.5);
        position: relative;
}
.feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: none; /* 三角の色：メインカラー */
  border-bottom: 40px solid #ff3e02;
  border-right: none;
}
.hleft{
    width: 100%;
    margin-bottom: 10px;
}
.hleft img{
    width: 100%;
}
.hright{
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
}
    .hright h3{margin:0 0 8px; font-size:2rem; color: #ff3e02;}
    .hright p{margin:0; font-size:1.5rem}
.tbl_hosho{
    margin: 10px 0;
    border-collapse: separate;
    border-spacing: 10px;
}

.tbl_hosho th{
    padding: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    background: #0d4394;
    text-align: center;
    color: #fff;
}
.tbl_hosho td{
    padding: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.tbl_hosho td p{
    font-weight: bold;
    padding: 0;
    display: inline;
    background: linear-gradient(#fff 50%, #ffec4c 50%);
}
.ttl_hosho2{
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}
.wide_bx{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.txt_bx{
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  order: 2;
}
.img_bx{
  width: 100%;
  order: 1;
}
.img_bx img{
  width: 100%;
  margin-bottom: 10px;
}
.odr1{
  order: 1;
}
.odr2{
  order: 2;
}
.subtitle_wrap {
 display: flex;
 /*justify-content: center;*/
 align-items: center;
 margin-bottom: 1em;
}
.subtitle_wrap > h3 {
 font-size: clamp(18px, 4.5vw, 30px);
 position: relative;
 display: block;
 font-weight: bold;
 padding: 0;
 letter-spacing: .05em;
 line-height: 1.4;
 text-align: left;
	padding-left: 80px;
  color: #fff;
}
.subtitle_wrap > p.number {
     font-size: clamp(50px, 8vw, 90px);
    color: #ffec4c;
    position: absolute;
    /*left: 5.5rem;
    top: -10rem;*/
    font-family: "Outfit", sans-serif;
    font-weight: bold;
}
p.text{
	margin-bottom: 2em;
  color: #fff;
}
.container_wrap {
  margin: 4em auto;
    width: 90%;
}
.contact_form tr {
    padding-top: 2.5rem;
        padding-bottom: 2.5rem;
  }
  .form_required {
    padding: 4px 6px 5px;
  }
  .form_any {
    padding: 4px 6px 5px;
    margin-right: 12px;
  }
   .tel{
  width: 100%;
  margin: 30px auto;
  border: 4px solid #008df0;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #f4fcff;
}
.tel .toi{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.sptel{
  color: #008df0;
  font-weight: bold;
  font-size: 3.5rem;
  position: relative;
}
.sptel a{
  color: #ff0000;
  text-decoration: none;
}
.sptel::before{
  color: #000;
  content: '\f2a0';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  margin-right: 10px;
  font-size: 3rem;
}
.unei{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.unei .uttl{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}
}