.accordion-button::after {
    background-image: url('../img/chevron-down.svg') !important;
}

.worry-bg {
    background-image: url('../img/bg-company.jpg');
    background-size: cover;

}

.worry {
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
}

.balloon {
    background-color: #F4F6F9;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .school-fle-l {
    background-color: #EDF0F4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53%;
    position: relative;
  }

  .school-fle-l-label {
    background-color: #353F75EB;
    color: #fff;
    font-size: 12px;
    font-weight: 600;;
    padding: 12px;
    width: 100%;;
  }

  .school-fle-r {
    width: 47%;
  }

  .ribbon14 {  
    display: inline-block;
    position: absolute;
    top: 0;
    left:10%;
    margin: 0;
    padding: 4px;
    z-index: 2;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: #CC0033;
  }
  
  .ribbon14:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 6px solid #CC0033;
  }



@media screen and (min-width: 768px) {
    .worry-bg {
        background-size: contain;
        background-position: right 0;
        background-repeat: no-repeat;
    }

    .worry {
        display: inline-block;
        min-width: 520px;
        font-size: 20px;
    }

    .balloon {
        position: relative;
        display: inline-block;
        padding: 15px 25px;
        margin-left: 25px;
        /* 吹き出し本体を少し右に移動させます */
    }

    .balloon:after {
        content: '';
        position: absolute;
        top: 50%;
        /* 縦方向の中心に配置 */
        left: -15px;
        transform: translateY(-50%);
        /* 縦方向の中心を基準に矢印を配置 */
        border-right: 15px solid #F4F6F9;
        /* 右側に矢印を表示 */
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        /* border-left, margin-left, および width を削除 */
    }

    .school-fle-l-label {
        font-size: 22px;
      }

      .ribbon14 {  
        width: 80px;
        font-size: 16px;
        
      }
      
      .ribbon14:after {
        
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 10px solid #CC0033;
      }
}
    @media screen and (min-width: 992px) {

    .school-fle-l-label {
        font-size: 30px;
      }

      .ribbon14 {  
        padding: 12px; 
        width: 102px;
        font-size: 18px;
        
      }
      
      .ribbon14:after {
        
        border-left: 51px solid transparent;
        border-right: 51px solid transparent;
        border-top: 20px solid #CC0033;
      }

}

iframe.movie {
width: 100%;
height: auto;
aspect-ratio: 16/9;
max-width: 850px;
display: block;
margin: auto;
  }