@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

#main-contents {
  letter-spacing: 0.08em;
  background: #fbfbfb;
}
.load {
  display: none;
}
#main-contents .bg-circle {
  background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center top;
}
#main-contents .bg-circle.others {
  background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center -150px;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: flex-start;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 8%);
}
#main-contents .originalBg {
  background: #daecff url("../../img/bg_circle_w.gif") repeat-y center 60px;
  overflow: hidden;
}
#main-contents h2.ttl {
  margin-bottom: 25px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #205fe5;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h3.sub-ttl {
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 	1.313em;
  text-align: center;
}
#main-contents h3.sub-ttl span {
  display: inline-block;
  background:linear-gradient(transparent 65%, #85bcff 65%);
}


@media all and (max-width: 812px) {
  #main-contents .bg-circle {
    background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center top / 120% auto;
  }
  #main-contents .bg-circle.others {
    background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center -15vw / 120% auto;
  }
  #main-contents .center {
    width: 85%;
    padding: 50px 0;
  }
  #main-contents .originalBg {
    background: #daecff url("../../img/bg_circle_w.gif") repeat-y center 10vw / 120% auto;
  }
  
  #main-contents h2.ttl {
    margin-bottom: 20px;
  }
  #main-contents h2.ttl strong {
    font-size: 34px;
  }
  #main-contents h3.sub-ttl {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
  .block-list .flex {
    display: block;
  }

}



@media all and (max-width: 568px) {
  #main-contents .bg-circle {
    background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center top / 150% auto;
  }
  #main-contents .bg-circle.others {
    background: #fbfbfb url("../../img/bg_circle_g.gif") repeat-y center -15vw / 150% auto;
  }
  #main-contents .originalBg {
    background: #daecff url("../../img/bg_circle_w.gif") repeat-y center 10vw / 150% auto;
  }
  #main-contents .center {
    width: 90%;
    padding: 10vw 0;
  }
  #main-contents h2.ttl {
    margin-bottom: 3vw;
  }
  #main-contents h2.ttl span {
    font-size: 4vw;
  }
  #main-contents h2.ttl strong {
    margin-top: 2.6vw;
    font-size: 7vw;
  }
  #main-contents h3.sub-ttl {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

}




























