
.section-title__asirai{
    font-size: clamp(22px,2vw,24px);
    position: relative;
    color: #43B869;
    font-size: 22px;
    font-family: "Zen Old Mincho", serif;
}

.section-title__asirai:before{
    content: "";
    display:inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100px;
    height: 60px;
    background-image:url(../img/title-asirai.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.section-title__title{
    text-align: center;
    color: #43B869;
}
.section-title__main{
   grid-area: title;
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    text-align: center;
}

.section-title__message{
    font-size: clamp(1.25rem,1.75vw,22px);
    color: #43B869;
    font-family:"Zen Old Mincho", serif;
}
.section__message--borderBottom{
    border-bottom:1px dotted #43B869;
}
.section-title__text{
     margin-top: 24px;
    font-size: clamp(14px,1vw,15px);
    grid-row: 3 / 4;
}
.section-title__text  a{
    text-decoration: none;
    color: #000;
}
.section-title__text.u-mobile{
    margin-top: 0;
}
.section-title__subText{
    grid-row: 3 / 4;
    margin-top: 20px;
}
.section-title__subText a{
    text-decoration: none;
    color: #000;
}
.u-desktop a,
.u-mobile a{
    text-decoration: none;
    color: #000;
}

@media (min-width: 768px) {
    section-title__textArea{
        width: calc((447 / 1440)* 100%);
        line-height: calc(46 / 22);
        margin-left: clamp(6rem,8vw,114px);
    }
    section-title__text:first-child{
        margin-top: 42px;
    }
   .section-title__text {
    margin-top: 40px;
   }
    .section-title__message{
      line-height: calc(46 / 22);  
      margin-top: 30px;
    }
    .section-title__main{
        text-align: left;
    }
    .section-title__subText{
        margin-top: 0;
    }
}