

/* Strength section styles */


.align-c .strength-section__title2::after{
  right: 0;
  margin: 0 auto;
}


.strength-section__list4{
  margin: 1.5em auto;
}


.strength-section__list4 li{
  padding: 0.2em 1em;
  font-size: 1.2em;
  list-style: inside disc;
}



.strength-section__link1{
  color: var(--blue);
  text-decoration:underline;
}


.strength-section__link1:hover{
  text-decoration: none;
}


.strength-section__toggle2 h3{
  background: var(--blue-pare);
  padding: 0.2em 0.5em;
  margin-top: 1em;
}


.strength-section__toggle2 div{
  margin-bottom: 1em;
}



/*向井追記パッケージ------------*/

.strength-kv {
  width: 100%;
  margin: 0;
  padding: 150px 0 100px;
  position: relative;
  top: 0;
  overflow: hidden;
}


.strength-kv::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--blue-pare);
  transform: skewY(-10deg) translateY(200px);
  z-index: -1;
}



.strength-kv__innner{
  width:850px;
  margin:0 auto;
  letter-spacing:0.5em;
  position: relative;
}



.strength-kv__title{
  font-size: 2.75em;
  font-weight:bold;
  line-height:1.5em;
}



.strength-kv__title strong{
  color:var(--blue);
  font-size:1.8em;
  line-height:1.5em;
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}


.strength-kv__figure{
  position:absolute;
  bottom: -60px;
  right: -80px;
  width: 380px;
  text-align: right;
}


.strength-section {
  padding: 60px 0;
  letter-spacing:0.05em;
  border-bottom: 3px solid rgba(0 0 0 / 5%);
}



.strength-section b,
.strength-section strong{
  font-weight: bold;
}



.strength-section__title1{
  font-size: 1.5em;
  margin-bottom:1em;
  color:var(--blue);
  font-weight: bold;
}



.strength-section__title2{
  font-size:1.3em;
  font-weight:bold;
  position:relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.5em;
}


.strength-section__title2::after{
  content:"";
  display:block;
  position:absolute;
  bottom: -0;
  left: 0;
  width:3em;
  height:3px;
  background-color: var(--yellow);
}



.strength-section__list1 {
  display:flex;
  column-gap:20px;
  row-gap:20px; 
  margin: 1.5em 0 0;
}



.strength-section__list1 li {
  border: 1px solid var(--gray);
  padding: 0.5em 1em;
  border-radius: 10px;
  text-align: left;
}



.strength-section__list1.col1{
  flex-direction: column;
}


.strength-section__list1.col2 li{
  width: 50%;
}



.strength-section__list3{
  margin: 2em 0;
}


.strength-section__list3 li{
  margin: 0.5em 0 0 1em;
  font-size: 1.3em;
  list-style-type: disc;
  font-weight: bold;
  text-decoration: underline 3px solid var(--yellow);
}




.strength-section__label{
  position: relative;
  display: inline-block;
  margin: 0 0 0.5em -1.5em;
  padding: 0.2em 2em;
  background: var(--yellow);
}



.strength-section__label:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid var(--yellow-light);
  border-left: 10px solid transparent;
}



.strength-nav{
  padding: 1em 0 0.5em;
}



.strength-info__catch{
  font-size:1.5em;
  margin-bottom:0.5em;
 font-weight:bold;
}


.strength-info__link{
  display:flex;
  column-gap:20px;
  row-gap:20px;
  margin-bottom: 1.5em;
}


.strength-info__linkbtn{
  flex:1;
}


.strength-info__linkbtn a{
  display:block;
  font-weight:bold;
  font-size:1.4em;
  background-color: var(--white);
  color: var(--blue);
  padding:10px;
  border-radius:5px;
  transition: 0.5s;
}


.strength-info__linkbtn a:hover{
  background-color: var(--yellow);
  box-shadow: 5px 5px 0 var(--white);
}


.bg-yellow .strength-info__linkbtn a{
  color: var(--yellow);
  background-color: var(--blue);
}


.bg-yellow .strength-info__linkbtn a:hover{
  background-color: var(--white);
  color: var(--blue);
  box-shadow: 5px 5px 0 var(--blue);
}


.strength-info__tel{
  font-weight:bold;
  font-size:3em;
  line-height:1em;
}


.strength-info__tel span{
  color: var(--yellow);
  font-size:0.35em;
  display:block;
}

.strength-kv__paragraph{
  margin-top: 1em;
}



.strength-section__paragraph2{
  font-size: 0.8em;
}



.strength-section__table{
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  margin: 2em 0;
  background-color: var(--white);
  border: 2px solid var(--pare-gray);
}


.strength-section__table th,
.strength-section__table td{
  border: 1px solid var(--pare-gray);
  padding: 0 0.5em;
}


.strength-section__table thead{
  background-color: var(--blue-pare);
  border: 2px solid var(--pare-gray);
}


.strength-section__toggle1,
.strength-section__toggle2 {
    margin-bottom: 10px;
    border: 1px solid var(--gray);
    border-radius: 10px;
    box-shadow: 4px 4px 0 rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: var(--white);
    text-align: left;
}



.strength-section__toggle1 summary,
.strength-section__toggle2 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-weight: 600;
    cursor: pointer;
}



.strength-section__toggle1 summary::before,
.strength-section__toggle1 p::before,
.strength-section__toggle2 summary::before,
.strength-section__toggle2 div::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}



.strength-section__toggle1 summary::before {
    color: var(--blue);
    content: "Q";
}



.strength-section__toggle1 summary::after,
.strength-section__toggle2 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid var(--gray-dark);
    border-right: 3px solid var(--gray-dark);
    content: '';
    transition: transform .5s;
}



.strength-section__toggle1[open] summary::after,
.strength-section__toggle2[open] summary::after {
    transform: rotate(225deg);
}



.strength-section__toggle1 p,
.strength-section__toggle2 div {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}



.strength-section__toggle1[open] p,
.strength-section__toggle2[open] div {
    transform: none;
    opacity: 1;
}



.strength-section__toggle1 p::before {
    color: var(--yellow);
    line-height: 1.2;
    content: "A";
}

@media (max-width: 1024px) {
/*向井追記パッケージ------------*/
  .strength-kv {
    padding: 100px 30px 50px;
  }



  .strength-kv__innner{
    width:100%;
  }



  .strength-kv__title{
    font-size: 2em;
  }



  .strength-kv__figure{
    bottom: -30px;
    right: 20px;
    width: 200px;
  }
}

@media (max-width: 768px) {
.strength-kv {
    padding: 80px 20px 20px;
  }


  .strength-kv__title{
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }


  .strength-kv__figure{
    bottom: -10px;
    right: 0px;
    width: 100px;
    z-index: -1;

  }


  .strength-section {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.8em;
    text-align:left;
  }


  .strength-section__title1,
  .strength-section__title2{
    line-height:1.5em;
  }


 .strength-section__title2::after {
    width:100%;
 }


  .strength-section__list1 {
    display: block;
  }


  .strength-section__list1 li {
    width:100%;
    margin-top: 1em;
  }


  .strength-section__label{
   left: -5px; 
 }


  .strength-info__catch{
    font-size:1.2em;
  }


  .strength-info__link{
    display:block;
  }


  .strength-info__linkbtn{
    margin-top:10px;
  }


  .strength-info__tel{
    font-size:2em;
  }
}
