/*-------------------------
 page-sol06.php
-------------------------*/



/* ---共通--- */
.sol06 .wrap_lower04 {
  padding: 115px 2vw;
}

.sol06 h2.lower {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}

.sol06 h4.lower {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8125;
  color: #333;
  margin-bottom: 60px;
}

.sol06 h4.lowerL {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8125;
  color: #333;
  margin-bottom: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
}


.sol06 strong {
  color: #BA0900;
  font-weight: 700;
}

.underline {
  text-decoration: underline solid #333;
  font-weight: 600;
}

/* cta */
.cta {
  text-align: center;
}

.cta-btn {
  display: inline-block;
  padding: 20px 50px;
  background: linear-gradient(to right bottom, #1E90FF, #4169E1);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease
}

.cta-btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.w-100 {
  width: 100% !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}


/* アイコン */
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 200,
    'opsz' 40
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}




/* ---FV--- */
.sol06 .sol-hero {
  /* padding: 100px 0 80px; */
  background: url(/wp-content/themes/fid/assets/img/lower/sol06/bg_hero.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.sol06 .logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;

}

.sol06 .sol-hero h1.lower {
  font-size: 40px;
  text-shadow: 0 0 5px #afb6db, 0 0 10px #393d4f;
}

.sol06 .sol-hero .lead-txt {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 10px 8px 4px;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 5px #afb6db, 0 0 10px #393d4f;
  font-size: 25px;
}



/* ---accident--- */

.sol06 .accident .wrap_lower04 h2.lower {
  color: #002676;
  font-weight: 800;
  font-size: 34px;

}

.sol06 .accident span.accident__head {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
  padding-top: 10px;

}

.sol06 .accident .inneraccident__list {
  justify-content: space-around;
}

.sol06 .accident .accident__item {
  color: #002676;
  background-color: #f0f3f8;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 105px 0;
  text-align: center;
}

.sol06 .accident_img1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}


.sol06 .accident_img1 img {
  width: 200px;
  height: auto;
}


/* ---merit---- */
.sol06 .merit {
  background-color: #f0f3f8;
  position: relative;
}

.sol06 .merit::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  border: transparent 150px solid;
  border-top: #fff 50px solid;
  transform: translate(-50%, 0);
}

.sol06 .merit h2:nth-of-type(n+2) {
  margin-top: 40px;
}


.sol06 .merit__h2 {
  position: relative;
}


.sol06 .merit__h2::before {
  position: absolute;
  content: "";
  display: block;
  background: url('/wp-content/themes/fid/assets/img/lower/sol06/merit_bubble.png') no-repeat;
  top: -30px;
  left: 150px;
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
}

.sol06 .merit_img3 {
  margin-top: 50px !important;
  text-align: center;
}

.sol06 .merit_img3 img {
  width: 500px;
}

.sol06 .merit_arrow {
  width: 150px;
  height: auto;
  margin: 0 auto;
}



.sol06 .merit .wrap_lower04 {
  padding-bottom: 80px;
}


/* ---regular--- */
.sol06 .regular {
  background-size: cover;
  background-color: #fff;
}


.sol06 .regular::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  border: transparent 150px solid;
  border-top: #f0f3f8 50px solid;
  transform: translate(-50%, 0);
}

.sol06 .regular h4.lower strong {
  color: #BA0900;
}

.regular__block {
  padding: 20px 30px;
  gap: 10px;
}

.regular .wrap_lower04 {
  padding-top: 100px;
}


/* 5つのポイント */
.regular__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #002676;

}

.regular__item {
  cursor: pointer;
  background-color: #EDF5FC;
  color: #002676;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: calc(33.3333% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}


.regular__item:hover {
  transform: scale(1.05);
}

.material-symbols-outlined {
  transition: transform 0.3s ease;
}

.regular__item:hover .material-symbols-outlined {
  transform: translateY(10px);
}

.regular__item .number {
  font-size: 48px;
  font-weight: 600;
  color: #002676;
  font-family: 'Montserrat', sans-serif;
}

.regular__item .text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.regular__item .g-arrow {
  margin-top: auto;
  padding-top: 20px;
}

.regular_img2 {
  text-align: center;
  margin: 20px 0;
}

.regular_img2 img {
  width: 500px !important;
  margin-bottom: 3px;
  padding-right: 6px;
  max-width: 100%;
}

.regular_img1 {
  text-align: center;
  margin-top: 100px !important;
  margin: 0 auto;
}

.regular_img1 img {
  width: 80% !important;
  height: auto;
}


/* ---point--- */
.point {
  position: relative;
  overflow: hidden;
}

.point1,
.point3,
.point5 {
  background-color: #EDF5FC;
}

.point .point_r {
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  padding: 80px 0 140px 0;
}

.sol06 .point .point__heading strong {
  font-weight: 800;
}


.sol06 h2.point__heading {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: #002676;

}

.sol06 h2.point__heading::before {
  content: attr(data-number);
  display: block;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}

.point h3.point__summary {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 25px;
  color: #333333;
}


.point .wrap_lower04 {
  padding: 50px 20px;
}

.point .wrap {
  padding: 50px 20px 10px 20px;

}


.sol06 .point .point__text {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8125;

}

.sol06 .point .point__img {
  width: 40%;
}


.point__second {
  background-color: #EDDADA;
  padding: 80px 70px;
  text-align: center;
  margin-top: 100px;
  position: relative;
}


.point__second .point__text {
  width: 100% !important;
}

.point__second h3.point__heading {
  color: #BA0900;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.point__second h3.point__subheading {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #BA0900;
  color: white;
  padding: 3px 8px;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}


.point__second h4.point__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8125;
  text-align: center;
  color: #333;
  margin: 20px 0;

}


.point__second .point__flex {
  gap: 10px;
}

.point__second ul.point__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 20px;
}

.point__second li.point__item {
  background-color: #fff;
  color: #420300;
  padding: 20px 10px;
  width: calc(50% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(239, 220, 220, 1);
  border-radius: 10px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
}

.point__second .point__subtext li.point__item {
  width: calc(33% - 20px);
}

.point__link {
  font-weight: 500;
}

.point__link a {
  color: #0000ee;
  text-decoration: none;
  text-decoration: underline;
}

.point__link a:hover {
  color: #551A8B;
}

.point__link a:focus {
  outline: 2px solid #FF0000;
  outline-offset: 2px;
}

.point__link a:active {
  color: #FF0000;
}



.point__item b {
  flex-direction: row;
  display: inline;
}

.point__summary_head {
  display: block;
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
  background-color: #002676;
  color: #fff;
  padding: 5px 8px;
  border-radius: 50px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}


/* ---security--- */
.security {
  background: #fff;
}

.security_img1 {
  margin-bottom: 70px !important;
  text-align: center;
}

.security_img1 img {
  width: 80% !important;
  height: auto;
}




@media (max-width: 768px) {


  .sol06 .wrap_lower04 {
    padding: 40px 15px;
  }

  .sol06 h2.lower {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 20px;
  }


  /* ---FV--- */
  .sol06 .sol-hero h1.lower {
    font-size: 30px;
  }

  /* ---accident--- */
  .sol06 .accident span.accident__head {
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 0;
  }

  .sol06 .accident .wrap_lower04 h2.lower {
    font-size: 25px;
  }


  .sol06 .accident .accident__item {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-radius: 0;
    margin-bottom: 10px;
  }

  /* ---merit--- */
  .sol06 .merit .wrap_lower04 {
    padding-top: 115px;
    /* padding-bottom: 115px; */
  }

  .sol06 .merit__h2::before {
    top: -30px;
    left: -5px;
    width: 50px;
    height: 50px;
  }



  .sol06 .merit_img3 img {
    width: 300px;

  }

  .sol06 .merit_arrow {
    width: 100px;

  }


  /* ---regular--- */
  .regular .wrap_lower04 {
    padding-top: 100px;
  }

  .regular__logo {
    width: 230px !important;
  }


  .regular__block {
    padding: 0 !important;

  }

  .sol06 .regular__item {
    width: 100% !important;
    text-align: left;
    flex-direction: row;

  }

  .regular__item .number {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
  }

  .sol06 .regular__item .text {
    min-height: auto;
    font-size: 18px;
    margin-top: 0;
  }

  .sol06 .g-arrow {
    display: none;
  }

  .regular_img1 {
    display: none;
  }

  /* ---point--- */
  .sol06 h2.point__heading {
    font-size: 23px;
  }


  .point .wrap {
    padding: 40px 15px;
  }

  .point h3.point__summary {
    font-size: 22px;
  }

  .sol06 .point .point__text {
    width: 100%;

  }

  .sol06 .point .point__img {
    width: 100%;
  }

  .sol06 .point h4.lowerL {
    margin-bottom: 30px;
  }


  .point__second {
    padding: 50px 20px;
  }


  .point__second h3.point__heading {
    font-size: 22px;
  }

  .point__second li.point__item {
    width: 100%;
  }

  .point__second .point__subtext li.point__item {
    width: calc(44% - 5px);
  }



  .point__summary_head {
    width: 100%;
    color: #002676;
    font-size: 22px;
    font-weight: 700;
    background-color: inherit;

  }


  /* ---security--- */
  .security_img1 img {
    display: none;
  }

}