
/** -----------------------------------
    導入
-------------------------------------**/

#forTrial{
  margin-top: 100px;
}

.ftft{
  text-align: center;
  font-size: .5em;
}

#forTrial h2{
  font-size: 30px;
  letter-spacing: 2px;
}



/** -----------------------------------
    無料相談で相談できること例
-------------------------------------**/


.box-011 {
    position: relative;
    max-width: 800px;
    margin: 4em auto;
    padding: 4em 1.5em 2em;
    border: 2px solid #9ac57b;
}

.box-011 span {
position: absolute;
    top: -0.9em;
    left: 27px;
    padding: 0.6em 1.8em;
    background-color: #9ac57b;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1.5px;
}


.box-011 ul{
  padding-left:20px;
}

.box-011 li{
  list-style: none;
  background: url("../images/ch.svg");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 21px;
  padding-left: 45px;
  margin-bottom: 18px;
  letter-spacing: 1.4px;
      font-size: 17px;
}

.bottomimg{
  position: absolute;
bottom: -45px;
    right: -25px;
}

.bottomimg img{
  width: 300px;
}


.bt_flex{
  display: flex;
  margin: 0 auto;
  gap: 2em;
}

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

.box-011 {
  width:80%;
}
}
@media screen and (max-width: 768px) {

.box-011 {
  width:75%;

        padding: 2em 1em;
}

.box-011 span {

    padding: 0.6em .5em;

    font-size: 16px;
}
.bottomimg img{
  width: 200px;
}

.bottomimg{
bottom: -80px;
    right: 0px;
}

.box-011 li {

    background-size: 18px;
    padding-left: 32px;

    font-size: 15px;
}

}


/** -----------------------------------
    お客様の声
-------------------------------------**/

#cv{
    background-color: #EAE6E0;
  margin: 30px auto;
  padding: 5em 0 1em;
}

#cv h2{
    margin: 20px auto;
}


#cv span{
    background-color: #9ac57b;
        color: #fff;
            padding: 0.6em 1.8em;
}

.cvbox{
margin: 30px auto;
    background-color: #fff;
    padding: 1em 3em;
    border-radius: 10px;
}
@media screen and (max-width: 1000px) {
#cv .section-inner{
  width: 90%;
  
}
}


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

  #cv h2{
    font-size: 18px;
    letter-spacing: 2px;
            text-align: center;
}

#cv span {
    padding: 0.6em 1.2em;
}



.cvbox {
    padding: 1em;
    border-radius: 5px;
    width: 84%;
}
.bt_flex {

    flex-direction: column;
}
}

/** -----------------------------------
    QA集
-------------------------------------**/

#QA {
    margin: 100px auto;

}

.titleflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.title_tx {
  margin-left: 70px;
  z-index: 2;
}

.title_tx h2 {
  font-size: 1.7rem;
  letter-spacing: 1.2px;
}


.title_img {
  width: 20%;
  display: block;

}

#QA h3 {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 50px;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  padding: 0 .4em .2em;

}
.heading-7 {
    display: block;
    position: relative;
}
.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-bottom: 3px dotted #9ac57b;
    background-color: #ffffff;
}


/* アコーディオン */

.accordion-001 {
    max-width: 900px;
    background-color: #eaf1e4;
    margin: 20px auto;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #9ac57b;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
@media screen and (max-width: 1000px) {
  #QA .section-inner{
    width: 90%;
  }

}


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


  .title_tx {
    margin-left: 0px;
    text-align: center;
}
.title_img {
    width: 40%;
    display: block;
    margin-left: auto;
}

.titleflex {
    flex-direction: column;
}

.accordion-001 summary {
    line-height: 1.8;
    font-size: 15px;
}
.accordion-001 summary::before, .accordion-001 summary::after {
    width: 0px;
}

}