* {
    margin: 0;
    padding: 0;    
    }

body{
    background-color:#0d648c;
}

.midasi {
    color: #ffffff;
    text-align:center;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 35px;
  }

  .jidou{ 
    width:100%;
    height: auto;
  }

  .dougu {
    display: flex; /*横並び*/
  }
  .dougu .image {
    width: 500px; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 300px;
  }
  .dougu .right {
    margin: 0 0 0 20px;
    padding: 0;
  }
  .dougu .title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 30px;
    margin-right: 200px;
  }
  .dougu .text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 25px;
  }

  .dougu{
    color:#ffffff;
    font-family: "Kosugi Maru", sans-serif;
  }

  .button-wrapper {
    display: flex; /* 子要素（ボタン）を横並びにする */
    justify-content: center; /* ボタンを中央に揃える（任意） */
    gap: 20px; /* ボタン間のスペースを設定（任意、適宜調整してください） */
    margin-top: 30px; /* 必要であれば、上部にスペースを追加 */
    margin-bottom: 30px;
  }

  .midasi {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #ffffff;
    line-height: 0.5;
    margin-left:12%
}

.midasi::before {
    position: absolute;
    bottom: calc(-2em / 4);
    left: calc(-2.5em / 2);
    z-index: -1;
    width: 90px;
    height:90px;
    border-radius: 50%;
    background: #6ba7ba;
    content: '';
}

.midasi:first-letter {
  color: #ffffff;
  font-size: 50px;
}
