.contents-block{
    margin: 3em auto;
}

/************************************
** specials
************************************/
.sp-txt{
        margin: 3em auto;
    text-align: center;
}
.sp-txt-p01{
        font-size: 2.5em;
        color: #ffffff;
}
.sp-txt-p02{
        font-size: 3em;
}
.sp-fv-tane{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sp-fv-tane div{
    width: 15em;
    height: 15em;
    background-color: #ffffff;
    border-radius: 50%;
}
@media screen and (max-width: 749px){
    .sp-txt-p01{
        font-size: 1.3em;
    }
    .sp-txt-p02{
            font-size: 1.5em;
    }
    .sp-fv-tane div{
        width: 5em;
        height: 5em;
    }
}
/************************************
** about
************************************/
#about{
    margin-bottom: 10em;
}
.about-img{
    position: absolute;
    top: -60px;
    right: 0;
    width: 10em;
}
#about .contents-block{
    border: double;
    background-color: #ffffff;
    padding: 2em;
}
.sp-about-txt h2{
    font-size: 1.4em;
    text-align: center;
}
.sp-about-txt p{
        margin: 1em;
}

@media screen and (max-width: 749px){
    #about{
    margin-bottom: 7em;
    }
    #about .contents-block{
        padding:0;
    }
    .sp-about-txt h2{
    font-size: 1.1em;
}
    .about-img{
        top: auto;
            right: 0;
            width: 7em;
            bottom: -5em;
    }
}



/************************************
** kinds
************************************/
#kinds{
        margin-top: 7em;
}
.kinds-leads{
        margin: 2em auto;
    width: 80%;
}
.kinds-block{
    margin: 5em auto 11em;
        position: relative;
}
.kinds-block:after{
    content:"";
    width:80%;
    height:1px;
    background-color:#ffffff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.kinds-box{
    align-items: center;
    margin: 3em auto;
}

.kinds-box-img-cap{
    text-align: center;
}
.kinds-box-txt{
        margin: auto 2em;
        color: #ffffff;
}
.kinds-box-txt h3{
    font-size: 1.5em;
    margin: 1em auto;
}
.kinds-box-txt p{
    margin: 2em auto;
}
.kinds-box-txt a{
    background-color: #cfcfcf;
    color: #000000;
    padding: 0.3em 2em;
    border-radius: 16px;
    display: block;
    width: 40%;
    text-align: center;
    margin: 2em auto;
}

.kind-box-owner{
    background-color: #ffffff;
        padding: 1em;
}
.kind-box-owner > p{
        font-size: 1.5em;
    text-align: center;
}


.toggle-btn {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.2s ease;
}
.toggle-btn:hover {
  background: #eaeaea;
}
.toggle-btn.active {
  background: #ddd;
  border-color: #bbb;
}
.toggle-btn::after {
  content: "＋";
  margin-left: 8px;
}
.toggle-btn.active::after {
  content: "−";
}

@media screen and (max-width: 749px){

    #kinds .contents-block{
        margin: 3em auto;
    }
    .kinds-leads{
            width: 100%;
    }
    .kinds-box-txt{
        margin: auto;
    }
}


/************************************
** home
************************************/
#home{
        padding-top: 2em;
    margin-bottom: 15em;
}
#home a{
    background-color: #ffffff;
    color: #2ca070;
    padding: 1em 2em;
    border-radius: 24px;
    margin: auto;
    text-align: center;
    display: block;
    width: 50%;
    font-weight: bold;
}

@media screen and (max-width: 749px){
    #home a{
        width: auto;
    }
}