#overview {
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}
.bbp_mv {
  margin: 80px auto 0;
  position: relative;
  background: rgba(0, 133, 208, 0.1);
  padding: 0 0 3em;
}
.bbp_mv_logo01 {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 100px;
}
.bbp_mv_logo02 {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 200px;
}
.bbp_mv_logo03 {
  display: none;
}
.bbp_mv_txt {
  width: 90%;
  margin: -1em auto 0;
}
.bbp_mv_txt01 {
  width: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em -5px;
  justify-content: space-between;
}
.bbp_mv_txt01 img {
  margin: 0 5px 0em;
  width: calc(100% / 2 - 10px);
}
.bbp_mv_txt02 {
  margin: 1em auto 0;
  text-align: left;
  font-weight: bold;
}
.bbp_mv_txt02 p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.bbp_mv_txt02 p span {
  color: #e64290;
}
.bbp_mv_txt02 div {
  color: #e64290;
  display: inline-block;
  border: 2px solid #e64290;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 0.5em auto 0;
  font-size: 2rem;
}
.bbp_bg {
  padding: 3em 0;
}
.bbp_btn.mgn {
  margin: 2em auto 3em;
}
.bbp_btn {
  width: 320px;
  margin: auto;
}
.bbp_btn li {
  margin: 1em auto 0;
  position: relative;
}
.bbp_btn li:first-child {
  margin: 0 auto;
}
.bbp_btn li a {
  position: relative;
  display: block;
  font-weight: bold;
  background: #3756a5;
  border: 4px solid #16295d;
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 0;
  transition: ease .2s;
}
.bbp_btn li a::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0%, -50%);
  display: block;
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #cada34;
  font-size: 1.8rem;
  transition: ease .2s;
}
.bbp_btn li a:hover {
  background: #16295d;
}
.bbp_btn li:nth-child(2) a {
  background: #e64290;
  border: 4px solid #731346;
}
.bbp_btn li:nth-child(2) a:hover {
  background: #731346;
}
.bbp_btn li:nth-child(3) a {
  background: #87ab16;
  border: 4px solid #465d08;
}
.bbp_btn li:nth-child(3) a:hover {
  background: #465d08;
}
.bbp_btn li:nth-child(3) a span {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 3px 8px;
  background: #465d08;
  letter-spacing: 1px;
}
.bbp_title {
  margin: 0 auto 1em;
}
.bbp_title p {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
}
.bbp_title p span {
  font-size: 1.5rem;
}
.bbp_title p::before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 300px;
  height: 30px;
  background-image: url("/img/bbp/title_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.bbp_title div {
  margin: 0.3em auto 0;
  font-family: 'Futura', sans-serif;
  color: #3756a5;
  font-size: 1.5rem;
}
.bbp_inner {
  width: 85%;
  margin: auto;
}
.bbp_subtitle {
  color: #fff;
  padding: 7px 0;
  background: linear-gradient(45deg, #083e96 0%, #e64290 100%);
  font-size: 1.8rem;
}
.bbp_subtitle img {
  display: block;
  width: auto;
  height: 18px;
  margin: 3px auto 3px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.bbp_subtitle02 {
  display: inline-block;
  padding: 7px 20px;
  background: #e64290;
  color: #fff;
  font-size: 1.9rem;
}
/* about */
.bbp_about {
  margin: 4em auto 2em;
  text-align: left;
}
.bbp_about_txt {
  margin: 1em auto 0;
}
.bbp_about_txt div {
  color: #0075c1;
  font-weight: bold;
  font-size: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0 auto 0.5em;
}
.bbp_about_txt div img {
  width: auto;
  height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.bbp_about_list {
  margin: 0 auto 2em;
}
.bbp_about_list li {
  margin: 1em auto 0;
  background: #e6eef6;
  text-align: left;
  padding: 20px;
}
.bbp_about_list li div {
  text-align: center;
  font-weight: bold;
  color: #0d4493;
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
  line-height: 1.4;
}
.bbp_about_list li div img {
  display: inline-block;
  width: auto;
  height: 25px;
  margin: 5px 0 0 10px;
}
.bbp_about_list li div span {
  font-size: 1.4rem;
}
.bbp_about_list li div span.black {
  color: #000;
}
.bbp_about_list li div span.pink {
  color: #e64290;
}
.bbp_about_close {
  margin: 0 auto 3em;
}
.bbp_about_close div {
  font-weight: bold;
  color: #0d4493;
  margin: 0 auto 0.5em;
  font-size: 2rem;
  line-height: 1.4;
}
.bbp_about_close div span {
  display: inline-block;
}
.bbp_about_close p {
  text-align: left;
}
/* mentoring */
.mentoring {
  margin: 0 auto 3em;
}
.mentoring > li {
  margin: 1em auto 2em;
}
.mentoring_ttl {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.mentoring_ttl p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mentoring_txt {
  text-align: left;
  margin: 0.5em auto 0;
}
.mentoring_txt p {}
.mentoring_txt div {
  margin: 0.5em auto 0;
  font-size: 1.2rem;
}
.mentoring_txt div span {
  color: #e64290;
}
.mentoring_slider {
  margin: 1em auto 0;
}
.mentoring_slider .slick-slide {
  margin: 0 5px;
}
.mentoring_slider .slick-prev, .mentoring_slider .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #666; /*矢印の色*/
  border-right: 1px solid #666; /*矢印の色*/
  height: 10px;
  width: 10px;
}
.mentoring_slider .slick-prev { /*戻る矢印の位置と形状*/
  left: -15px;
  transform: rotate(-135deg);
}
.mentoring_slider .slick-next { /*次へ矢印の位置と形状*/
  right: -15px;
  transform: rotate(45deg);
}
.mentoring_slider_txt {
  margin: 0.5em auto 0;
}
.mentoring_slider_txt div {
  font-weight: bold;
  font-size: 1.7rem;
}
.mentoring_slider_txt div span {
  display: inline-block;
  font-size: 1.2rem;
}
.mentoring_slider_txt p {
  font-size: 1.2rem;
  margin: 0.2em auto 0;
}
.mentoring_slider_txt p span {
  display: block;
  font-size: 1.1rem;
  color: #e64290;
}
.mentoring_slider_ttl {
  background: #0075c1;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  height: 50px;
  display: grid;
  place-items: center;
  place-content: center;
}
.mentoring_slider_ttl span {
  display: inline-block;
}
.mentoring > li:nth-child(2) .mentoring_slider_txt p span {
  color: #0075c1;
}
.mentoring > li:nth-child(3) .mentoring_slider_txt p span {
  color: #38882a;
}
/* plugandplay */
.plugandplay {
  margin: 0 auto 3em;
}
.plugandplay_txt {
  margin: 0 auto 1em;
}
.plugandplay_txt01 {
  text-align: left;
}
.plugandplay_txt01 div {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.5em;
}
.plugandplay_txt01 div img {
  display: inline-block;
  width: auto;
  height: 30px;
  margin: 0 0 0 10px;
}
.plugandplay_txt01 p {}
.plugandplay_txt02 {
  margin: 1em auto 0;
}
.plugandplay_txt02 img {
  width: 180px;
  margin: auto;
}
.plugandplay_txt02 p {
  margin: 0.5em auto 0;
}
.plugandplay_txt02 div {
  font-weight: bold;
  font-size: 1.7rem;
}
.plugandplay_txt02 div span {
  font-size: 1.3rem;
}
/* siliconvalley */
.siliconvalley {
  margin: 0 auto 3em;
}
.siliconvalley p {
  width: 85%;
  margin: 0 auto 1.5em;
  text-align: left;
}
.siliconvalley p span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #e64290;
  margin: 0 auto 0.5em;
  font-size: 1.8rem;
}
.siliconvalley > img {
  height: 200px;
  object-fit: cover;
}
.siliconvalley div {
  width: 85%;
  margin: 1em auto 0;
  text-align: left;
}
.siliconvalley div span {
  display: block;
  margin: 0 auto 1em;
  font-size: 1.3rem;
}
/* demoday */
.demoday {
  margin: 2em auto 1em;
}
.demoday img {
  width: 80%;
  margin: auto;
}
.demoday p {
  text-align: left;
  margin: 1em auto 0;
}
/* schedule */
.schedule {
  margin: 1em auto 3em;
}
.schedule p {
  margin: 1em auto 0;
  font-size: 1.1rem;
  text-align: right;
}
/* voice */
.voice_list {
  margin: 0 auto 3em;
}
.voice_list li {
  margin: 1.5em auto 0em;
  border: 4px solid #cada34;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
}
.voice_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
}
.voice_img img {
  width: 110px;
}
.voice_img div {
  width: calc(100% - 120px);
  font-weight: bold;
  color: #e64290;
  font-size: 1.3rem;
}
.voice_img div span {
  margin: 0.3em auto 0;
  display: block;
  color: #3756a5;
  font-size: 1.8rem;
}
.voice_txt {}
.voice_txt div {
  position: relative;
  display: inline-block;
  background: #5b6700;
  color: #fff;
  font-weight: bold;
  border-radius: 50px 50px 0 50px;
  padding: 3px 15px;
  font-size: 1.5rem;
  margin: 0 auto 0.5em;
}
.voice_txt div span {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #cada34;
  font-size: 1rem;
}
.voice_txt div::before {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 20px;
  height: 10px;
  background: #5b6700;
  content: '';
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
/* overview */
.overview_ttl {
  margin: 1.5em auto 0;
  font-weight: bold;
  background: #e64290;
  color: #fff;
  padding: 5px 0;
  font-size: 1.5rem;
}
.overview_ttl.blue01 {
  background: #0085d0;
}
.overview_ttl.blue02 {
  background: #004097;
}
.overview_schedule {
  margin: 1em auto 3em;
}
.overview_wrap {
  background: rgba(230, 66, 144, 0.1);
  padding: 20px;
  text-align: left;
  margin: 0 auto 3em;
}
.overview_wrap.blue {
  background: rgba(0, 133, 208, 0.1);
}
.overview01 {}
.overview01_ttl {
  text-align: center;
  font-weight: bold;
  color: #e64290;
  font-size: 2rem;
}
.overview01_ttl span {
  display: inline-block;
  border: 2px solid #e64290;
  padding: 0px 10px;
  border-radius: 10px;
  margin: 0 0 0 10px;
}
.overview01_txt {
  font-weight: bold;
  margin: 1em auto 0;
}
.overview01_txt p {
  font-size: 1.5rem;
}
.overview01_txt div {
  margin: 1em auto 0;
  color: #e64290;
}
.overview01_txt ul {}
.overview01_txt ul li {
  position: relative;
  padding: 8px 0 8px 26px;
}
.overview01_txt ul li span {
  display: block;
  color: #0d4493;
  font-size: 1.6rem;
}
.overview01_txt ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #0d4493;
}
.overview02 {}
.overview02 > li {
  margin: 1em auto 0;
}
.overview02 > li:first-of-type {
  margin: 0 auto;
}
.overview02 > li p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0d4493;
}
.overview02 > li ul {
  margin: 0.3em auto 0;
  padding: 0 0 0 20px;
  font-weight: bold;
}
.overview02 > li ul li {
  position: relative;
  padding: 5px 0 5px 26px;
}
.overview02 > li ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.overview03 {}
.overview03_day {
  text-align: center;
  font-weight: bold;
  color: #e64290;
  font-size: 1.5rem;
}
.overview03_day span {
  display: block;
  font-size: 1.8rem;
}
.overview03_circle {
  margin: 0.5em auto 0;
}
.overview03_circle li {
  position: relative;
  font-weight: bold;
  padding: 3px 0 3px 20px;
}
.overview03_circle li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0d4493;
}
.overview03_square {
  margin: 0.8em auto 0;
}
.overview03_square li {
  position: relative;
  padding: 3px 0 3px 20px;
}
.overview03_square li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\f0c8';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0d4493;
}
.overview03_square li.pink {
  color: #e64290;
}
.overview03_square li.pink::before {
  color: #e64290;
}
.overview03_ttl {
  margin: 1em auto 0;
  display: inline-block;
  font-weight: bold;
  background: #595757;
  color: #fff;
  padding: 3px 10px;
}
.overview03_no {
  margin: 0.5em auto 0;
}
.overview03_no li {
  position: relative;
  padding: 3px 0 3px 20px;
  counter-increment: mycounter;
}
.overview03_no li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: counter(mycounter, decimal);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background: #e64290;
  color: #fff;
  font-size: 1.1rem;
}
.overview03_note {
  margin: 0.5em auto 0;
}
.overview03_note li {
  position: relative;
  padding: 3px 0 3px 20px;
  font-size: 1.2rem;
}
.overview03_note li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '※';
}
/* faq */
.faq_list {
  margin: 0.8em auto 0;
}
.faq_list > li {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px dotted #93a4ce;
}
.faq_list > li:last-child {
  border-bottom: none;
}
.faq li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 0;
}
.faq li dt {
  width: 50px;
  font-family: 'Futura', sans-serif;
  font-weight: bold;
  background: #5c5fbc;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  border-radius: 50px 0 50px 50px;
}
.faq li:last-child dt {
  background: #83ab36;
}
.faq li dd {
  width: calc(100% - 60px);
}
/* ------------------------------------ */
/* PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .bbp_mv {
    padding: 0 0 3em;
  }
  .bbp_mv picture img {
    height: 700px;
    object-fit: cover;
  }
  .bbp_mv_logo01 {
    top: 50px;
    right: 50px;
    width: 200px;
  }
  .bbp_mv_logo02 {
    top: 50px;
    left: 8%;
    width: 30%;
  }
  .bbp_mv_logo03 {
    display: block;
    position: absolute;
    top: 450px;
    right: 50%;
    width: 55%;
  }
  .bbp_mv_txt {
    width: 90%;
    max-width: 1100px;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .bbp_mv_txt01 {
    width: 350px;
    display: block;
    margin: 0em;
  }
  .bbp_mv_txt01 img {
    margin: 0 0 20px;
    width: 100%;
  }
  .bbp_mv_txt02 {
    width: calc(100% - 350px);
    margin: 0;
    text-align: right;
  }
  .bbp_mv_txt02 p {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .bbp_mv_txt02 div {
    letter-spacing: 2px;
    padding: 1px 25px;
    margin: 0.3em auto 0;
    font-size: 4rem;
  }
  .bbp_bg {
    padding: 5em 0;
  }
  .bbp_btn.mgn {
    margin: 3em auto 6em;
  }
  .bbp_btn {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .bbp_btn li {
    margin: 0 10px 0em;
    width: calc(100% / 2 - 20px);
  }
  .bbp_btn li:first-child {
    margin: 0;
  }
  .bbp_btn li:last-child {
    width: 650px;
    margin: 2em auto 0;
  }
  .bbp_btn li a {
    font-size: 2.5rem;
    padding: 15px 0;
  }
  .bbp_btn li a::before {
    left: 40px;
    font-size: 2.8rem;
  }
  .bbp_btn li a:hover::before {
    left: 45px;
  }
  .bbp_btn li:nth-child(3) a span {
    margin: 0 0 0 15px;
    padding: 3px 15px;
  }
  .bbp_title {
    margin: 0 auto 2em;
  }
  .bbp_title p {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  .bbp_title p span {
    font-size: 2.5rem;
  }
  .bbp_title p::before {
    bottom: -30px;
    width: 600px;
    height: 60px;
  }
  .bbp_title div {
    margin: 0.5em auto 0;
    font-size: 1.7rem;
  }
  .bbp_inner {
    width: 90%;
    max-width: 1200px;
  }
  .bbp_subtitle {
    padding: 7px 0;
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .bbp_subtitle img {
    display: inline-block;
    height: 30px;
    margin: 0 15px 0 0;
  }
  .bbp_subtitle02 {
    padding: 7px 30px;
    font-size: 3rem;
  }
  /* about */
  .bbp_about {
    margin: 6em auto 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .bbp_about > img {
    width: 45%;
  }
  .bbp_about_txt {
    box-sizing: border-box;
    margin: 0;
    width: 55%;
    padding: 0 0 0 3%;
  }
  .bbp_about_txt div {
    font-size: 3rem;
    margin: 0 auto 0.5em;
  }
  .bbp_about_txt div img {
    height: 30px;
    margin: 0 10px 0 0;
  }
  .bbp_about_txt p {
    font-size: 1.7rem;
    line-height: 2;
  }
  .bbp_about_list {
    margin: 1.5em auto 3em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .bbp_about_list li {
    margin: 0 8px 0em;
    width: calc(100% / 4 - 16px);
    padding: 20px;
    box-sizing: border-box;
  }
  .bbp_about_list li div {
    font-size: 2rem;
  }
  .bbp_about_list li div img {
    height: 28px;
  }
  .bbp_about_list li div span {
    font-size: 1.4rem;
  }
  .bbp_about_list li p {
    font-size: 1.6rem;
  }
  .bbp_about_close {
    margin: 0 auto 6em;
  }
  .bbp_about_close div {
    font-size: 4rem;
    line-height: 1.5;
  }
  .bbp_about_close p {
    font-size: 1.8rem;
  }
  /* mentoring */
  .mentoring {
    margin: 0 auto 6em;
  }
  .mentoring > li {
    margin: 2em auto 4em;
  }
  .mentoring_ttl {
    font-size: 2.3rem;
  }
  .mentoring_ttl {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2.3rem;
  }
  .mentoring_ttl p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mentoring_txt {
    margin: 1em auto 0;
  }
  .mentoring_txt p {
    font-size: 1.8rem;
  }
  .mentoring_txt div {
    font-size: 1.6rem;
  }
  .mentoring_slider {
    margin: 2em auto 0;
  }
  .mentoring_slider_ttl {
    height: 70px;
    font-size: 1.6rem;
  }
  .mentoring_slider_txt div {
    font-size: 2.5rem;
  }
  .mentoring_slider_txt div span {
    font-size: 1.6rem;
  }
  .mentoring_slider_txt p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0.5em auto 0;
  }
  .mentoring_slider_txt p span {
    margin: -0.5em auto 0.3em;
    font-size: 1.3rem;
  }
  /* plugandplay */
  .plugandplay {
    max-width: 900px;
    margin: 0 auto 6em;
  }
  .plugandplay_txt {
    margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .plugandplay_txt01 {
    width: calc(100% - 270px);
  }
  .plugandplay_txt01 div {
    font-size: 3rem;
    margin: 0 auto 1em;
    justify-content: flex-start;
  }
  .plugandplay_txt01 div img {
    height: 70px;
    margin: 0 0 0 15px;
  }
  .plugandplay_txt01 p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .plugandplay_txt02 {
    margin: 0;
    width: 220px;
  }
  .plugandplay_txt02 img {
    width: 100%;
  }
  .plugandplay_txt02 p {
    margin: 0.5em auto 0;
    line-height: 1.5;
  }
  .plugandplay_txt02 div {
    font-size: 2.5rem;
  }
  .plugandplay_txt02 div span {
    font-size: 1.6rem;
  }
  /* siliconvalley */
  .siliconvalley {
    margin: 0 auto 6em;
  }
  .siliconvalley p {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 1.5em;
    text-align: left;
    font-size: 1.7rem;
  }
  .siliconvalley p span {
    line-height: 1.5;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .siliconvalley > img {
    height: 600px;
  }
  .siliconvalley div {
    width: 90%;
    max-width: 1100px;
    margin: 2em auto 0;
  }
  .siliconvalley div span {
    max-width: 900px;
    margin: 0 auto 2em;
    font-size: 1.6rem;
  }
  /* demoday */
  .demoday {
    max-width: 1000px;
    margin: 5em auto 4em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .demoday img {
    width: 50%;
    margin: 0;
  }
  .demoday p {
    width: 45%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  /* schedule */
  .schedule {
    margin: 2em auto 6em;
  }
  .schedule p {
    font-size: 1.6rem;
  }
  /* voice */
  .voice_list {
    margin: 0 auto 6em;
  }
  .voice_list li {
    margin: 2em auto 0em;
    border: 8px solid #cada34;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .voice_img {
    display: block;
    margin: 0em;
    width: 200px;
  }
  .voice_img img {
    width: 100%;
  }
  .voice_img div {
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .voice_img div span {
    margin: 0.3em auto 0;
    font-size: 2.8rem;
  }
  .voice_txt {
    width: calc(100% - 250px);
  }
  .voice_txt div {
    padding: 3px 15px;
    font-size: 2.3rem;
    margin: 0 auto 1em;
  }
  .voice_txt div span {
    font-size: 1.4rem;
  }
  .voice_txt div::before {
    right: -15px;
    width: 30px;
    height: 15px;
  }
  .voice_txt p {
    font-size: 1.7rem;
    line-height: 2;
  }
  /* overview */
  .overview_ttl {
    margin: 2em auto 0;
    padding: 5px 0;
    font-size: 2.5rem;
  }
  .overview_schedule {
    margin: 2em auto 5em;
  }
  .overview_wrap {
    padding: 50px;
    margin: 0 auto 5em;
  }
  .overview01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .overview01_ttl {
    width: 150px;
    font-size: 3.5rem;
  }
  .overview01_ttl span {
    font-size: 3rem;
    padding: 0px 20px;
    border-radius: 15px;
    margin: 0px;
  }
  .overview01_txt {
    width: calc(100% - 200px);
    margin: 0;
  }
  .overview01_txt p {
    font-size: 2rem;
  }
  .overview01_txt div {
    margin: 1em auto 0;
    font-size: 1.8rem;
  }
  .overview01_txt ul {}
  .overview01_txt ul li {
    padding: 8px 0 8px 30px;
    font-size: 1.8rem;
  }
  .overview01_txt ul li span {
    font-size: 2.5rem;
  }
  .overview01_txt ul li::before {
    top: 22px;
  }
  .overview02 {
    max-width: 740px;
    margin: auto;
  }
  .overview02 > li {
    margin: 1em auto 0;
  }
  .overview02 > li p {
    font-size: 2.5rem;
  }
  .overview02 > li ul {
    margin: 0.3em auto 0;
    padding: 0 0 0 20px;
    font-weight: bold;
  }
  .overview02 > li ul li {
    font-size: 1.8rem;
    padding: 5px 0 5px 30px;
  }
  .overview02 > li ul li::before {
    top: 12px;
  }
  .overview03 {
    max-width: 900px;
    margin: auto;
  }
  .overview03_day {
    line-height: 1;
    font-size: 3rem;
  }
  .overview03_day span {
    display: inline-block;
    font-size: 3.5rem;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    border-left: 2px solid #e64290;
  }
  .overview03_circle {
    margin: 1.5em auto 0;
  }
  .overview03_circle li {
    font-size: 1.8rem;
    padding: 3px 0 3px 30px;
  }
  .overview03_circle li::before {
    top: 3px;
  }
  .overview03_square {
    margin: 0.8em auto 0;
  }
  .overview03_square li {
    padding: 2px 0 2px 30px;
    font-size: 1.6rem;
  }
  .overview03_square li::before {
    top: 3px;
  }
  .overview03_ttl {
    margin: 1em auto 0;
    font-size: 2rem;
    padding: 3px 15px;
  }
  .overview03_no {
    margin: 1em auto 0;
  }
  .overview03_no li {
    font-size: 1.7rem;
    padding: 2px 0 2px 30px;
  }
  .overview03_no li::before {
    top: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.3rem;
  }
  .overview03_note {
    margin: 0.8em auto 0;
  }
  .overview03_note li {
    padding: 3px 0 3px 25px;
    font-size: 1.5rem;
  }
  /* faq */
  .faq_list {
    margin: 1em auto 0;
    max-width: 1000px;
  }
  .faq_list > li {
    padding: 15px 0;
  }
  .faq li {
    padding: 5px 0;
  }
  .faq li dt {
    width: 80px;
    font-size: 3rem;
  }
  .faq li dd {
    padding: 10px 0 0;
    width: calc(100% - 100px);
    font-size: 1.7rem;
  }
}