.green {
  background-color: #effff3;
}
section {
  margin-bottom: 50px;
}
.white {
  background-color: #FFFFFF;
  margin-top: -35px;
}

/*＝＝＝＝＝＝＝＝＝＝＝タイトルの緑のやつ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.midorititle {
  position: relative;
  color: #158b2b;
  font-size: 25px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
  font-weight: 600;
}
.midorititle:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 241px;
  height: 87px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.midorititle2 {
  position: relative;
  color: #158b2b;
  font-size: 25px;
  padding: 49px;
  text-align: center;
  margin: 1.5px;
  font-weight: 600;
}
.midorititle2:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 241px;
  height: 87px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 670px) {
  .midorititle2 {
      position: relative;
      color: #158b2b;
      font-size: 23px;
      padding: 45px;
      text-align: center;
      margin: 1.5px;
      font-weight: 600;
  }
  .midorititle2:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 50%;
      width: 241px;
      height: 120px;
      border-radius: 50%;
      border: 5px solid #a6ddb0;
      border-left-color: transparent;
      border-right-color: transparent;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}
.midorititle3 {
  position: relative;
  color: #158b2b;
  font-size: 25px;
  padding: 60px 0;
  text-align: center;
  margin: 0.5em 0;
  font-weight: 600;
}
.midorititle3:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 272px;
  height: 115px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 670px) {
  .midorititle3 {
      position: relative;
      color: #158b2b;
      font-size: 25px;
      padding: 53px 0;
      text-align: center;
      margin: 0.5em 0;
      font-weight: 600;
  }
  .midorititle3:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 50%;
      width: 272px;
      height: 108px;
      border-radius: 50%;
      border: 5px solid #a6ddb0;
      border-left-color: transparent;
      border-right-color: transparent;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}
.midorititle4 {
  position: relative;
  color: #158b2b;
  font-size: 25px;
  padding: 49px;
  text-align: center;
  margin: 1.5px;
  font-weight: 600;
}
.midorititle4:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 241px;
  height: 87px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 670px) {
  .midorititle4 {
      position: relative;
      color: #158b2b;
      font-size: 23px;
      padding: 45px;
      text-align: center;
      margin: 1.5px;
      font-weight: 600;
  }
  .midorititle4:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 50%;
      width: 241px;
      height: 95px;
      border-radius: 50%;
      border: 5px solid #a6ddb0;
      border-left-color: transparent;
      border-right-color: transparent;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝タイトルの緑のやつここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝角丸画像＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 1000px) {
  .kadomaru {
      padding:0 !important;
      text-align: center;
  }
  .kadomaru img{
      border-radius:15px;
      -ms-filter: contrast(120%);
      filter: contrast(120%);
  }
}

@media (max-width: 670px) {
  .kadomaru {
      padding:0 !important;
  }
  .kadomaru img{
      border-radius:15px;
      -ms-filter: contrast(120%);
      filter: contrast(120%);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝角丸画像ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝歯ちゃん＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 1000px) {
  .icon {
    position: absolute;
    left: -150px;
    top: 76px;
    scale: 0.4;
    z-index: 1;
  }
}
@media (max-width: 670px) {
  .icon {
    position: absolute;
    left: -143px;
    top: 70px;
    scale: 0.4;
    z-index: 1;
  }
}
.oya {
  position: relative;
}
/*＝＝＝＝＝＝＝＝＝＝＝歯ちゃんここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝シュッとなってる線＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.green_border {
  margin:  0;             /* デフォルトCSS打ち消し */
  font-size:  24px;       /* 文字サイズ指定 */
  position:  relative;    /* 位置調整 */
  font-weight:  normal;   /* 文字の太さ調整 */
  margin-bottom: 15px;    /* 周りの余白指定 */
  border-bottom: solid 4px rgba(76, 175, 80, 0.6);        /* 線指定 */
  border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
h3:first-letter {
  font-size: 150%;
  color: #007E51;
}
/*＝＝＝＝＝＝＝＝＝＝＝シュッとなってる線ここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝丸見出しここから＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.circle {
  margin:  0;                 /* デフォルトCSS打ち消し */
  font-size:  24px;           /* 文字サイズ指定 */
  position:  relative;        /* 位置調整 */
  font-weight:  normal;       /* 文字の太さ調整 */
  display:  inline-block;     /* インラインブロックにする */
  padding-top: 16px;          /* 余白指定 */
  padding-left: 25px;         /* 余白指定 */
  padding-bottom: 20px;       /* 余白指定 */
  z-index: 1;
}
.circle:before {
  content:  '';               /* 空白の要素を作る */
  background-color: #ffbf83;  /* 背景色指定 */
  display:  block;            /* ブロック要素にする */
  position:  absolute;        /* 位置調整 */
  left:  -2px;                   /* 位置調整 */
  height: 70px;               /* 高さ指定 */
  width: 70px;                /* 幅指定 */
  border-radius:  50%;        /* 丸くする */
  top: -15px;                     /* 位置調整 */
  z-index:  -1;               /* 重なり調整 */
}

/*＝＝＝＝＝＝＝＝＝＝＝丸見出しここまで＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media (min-width: 1000px) {
  .gather  {
      text-align: center;
  }
}
@media (max-width: 670px) {
  .gather  {
      text-align: left;
  }
}