@charset "UTF-8";
/*
* top.css
*
*/
/* --------------------------------
   top
-------------------------------- */
.header {
  display: flex;
  position: fixed;
  z-index: 2; 
  top: 0;
  left: 0;
  width: 100%;
  height: 16.90821vw;
  background: #000;

  align-items: center;
}
@media (min-width: 1024px) {
  .header {
    position: absolute; 
    height: 90px;
  }
  .header.is-standby01 {
    visibility: hidden;
    opacity: 0;
    top: -90px;
    transition: 0.2s all;
  }
  .header.is-standby02 {
    position: fixed;
  }
  .header.is-fixed {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  .header.is-fixed .anchor {
    visibility: visible;
    opacity: 1;
  }
}

.header_inner {
  position: relative;
  width: 100%; 
  height: 100%;
}
@media (min-width: 1024px) {
  .header_inner {
    margin: 0 auto; 
    max-width: 1440px;
  }
}

.header_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6.03865vw; 
  margin: auto;
  width: 12.07729vw;
  height: 9.42029vw;
}
@media (min-width: 1024px) {
  .header_logo {
    left: 50px; 
    width: 68px;
    height: 53px;
  }
}
.header_logo a {
  display: block;
  height: inherit;
  transition: 0.2s ease;
}
.header_logo a:hover {
  opacity: 0.7;
}

.anchor {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(12.07729vw - 1px);
  left: 0; 
  padding: 2.41546vw 4.83092vw 3.1401vw;
  height: 31.15942vw;
  transition: 0.2s all;
}
@media (min-width: 1024px) {
  .anchor {
    position: static; 
    padding: 0;
    height: 100%;
  }
}
.anchor.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4.83092vw);
          transform: translateY(4.83092vw); 
  background: #242424;
}

.anchor_list {
  display: flex;
  height: 100%; 

  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .anchor_list {
    margin: 0 auto;
    width: 70%;
    max-width: 984px;

    flex-wrap: nowrap;
    flex: auto;
  }
}

.anchor_listItem {
  display: flex;
  position: relative;
  padding-right: 6.03865vw;
  width: 41.5%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif; 
  font-size: 3.62319vw;

  align-items: center;
  justify-content: center;
}
.anchor_listItem:nth-child(even) {
  padding-right: 2.41546vw; 
  width: 58.5%;
}
.anchor_listItem:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 2.41546vw;
  left: 0;
  width: 2px;
  height: 3.86473vw;
  background: #666;
}
.anchor_listItem:first-child img {
  width: 15.86957vw;
}
.anchor_listItem:nth-child(2) img {
  width: 38.35749vw;
}
.anchor_listItem:nth-child(3) img {
  width: 23.26087vw;
}
.anchor_listItem:nth-child(4) img {
  width: 30.36232vw;
}
@media (min-width: 1024px) {
  .anchor_listItem {
    cursor: pointer; 
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .anchor_listItem {
    font-size: 16px;
  }
}
.anchor_listItem span {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.anchor_listItem span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4.10628vw;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 1.93237vw;
  height: 1.93237vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .anchor_listItem span::after {
    right: -17px; 
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .anchor_listItem {
    display: flex;
    padding-right: 0; 
    width: auto;

    flex: auto;
    align-items: center;
    justify-content: center;
  }
  .anchor_listItem::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 23px;
    background: #666;
  }
  .anchor_listItem:nth-child(even) {
    padding-right: 0;
    width: auto;
  }
  .anchor_listItem:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 23px;
    background: #666;
  }
  .anchor_listItem:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 23px;
    background: #666;
  }
}

.sns {
  position: absolute;
  top: 0;
  right: 18.74396vw;
  bottom: 0;
  margin: auto;
  height: 5.63527vw;
}
@media (min-width: 1024px) {
  .sns {
    right: 52px;
    height: 36px;
  }
}

.sns_list {
  display: flex;
  height: inherit;
}
.sns_list li {
  height: inherit;
}
.sns_list li + li {
  margin-left: 4.39614vw;
}
@media (min-width: 1024px) {
  .sns_list li + li {
    margin-left: 18px;
  }
}
.sns_list a {
  display: block;
  height: inherit;
  transition: 0.2s ease;
}
.sns_list a:hover {
  opacity: 0.7;
}
.sns_list img {
  height: inherit;
  vertical-align: top;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 5.31401vw;
  bottom: 0;
  margin: auto;
  width: 7.24638vw;
  height: 4.34783vw;
  transition: 0.2s ease; 
  background: url(/webinar/bootcamp/img/ham_on.png) no-repeat center center/contain;
}
.hamburger.is-open {
  background: url(/webinar/bootcamp/img/ham_off.png) no-repeat center center/contain;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.content {
  padding-top: 16.90821vw; 
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .content {
    padding-top: 90px;
  }
}

.mv {
  padding: 6.76329vw 0 7.48792vw; 
  background: url("/webinar/bootcamp/img/mv_bg.png") no-repeat center top/contain;
  text-align: center;
}
@media (min-width: 1024px) {
  .mv {
    padding: 34px 0 58px;
    background: url("/webinar/bootcamp/img/mv_bg_left_lg.png") no-repeat top left/250px, url("/webinar/bootcamp/img/mv_bg_right_lg.png") no-repeat top right/200px;
  }
}
.mv h2 {
  position: relative; 
  margin: 4.34783vw auto 0;
  width: 79.71014vw;
}
@media (min-width: 1024px) {
  .mv h2 {
    margin: 30px auto 0; 
    width: 714px;
  }
}
.mv h2::before {
  content: "";
  position: absolute;
  top: 3.62319vw;
  left: -6.28019vw;
  width: 16.42512vw;
  height: 17.14976vw;
  background: url("/webinar/bootcamp/img/mv_badge.svg") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .mv h2::before {
    top: -4px;
    left: -119px; 
    width: 186px;
    height: 193px;
  }
}

.mv_logo {
  margin: 0 auto; 
  width: 19.32367vw;
}
@media (min-width: 1024px) {
  .mv_logo {
    width: 90px;
  }
}

.mv_ttl_date {
  display: flex;
  flex-direction: column;
  margin: 5.31401vw 7.24638vw 0;
  padding: 5.55556vw 4.10628vw 3.38164vw; 
  background: #00a1ae;

  align-items: center;
}
@media (min-width: 1024px) {
  .mv_ttl_date {
    margin: 38px auto 0;
    padding: 19px 40px; 
    max-width: 798px;
  }
}

.ttl_main {
  width: 65.21739vw;
}
@media (min-width: 1024px) {
  .ttl_main {
    width: 630px;
  }
}

.ttl_sub {
  margin-top: 1.69082vw;
  width: 75.84541vw;
}
@media (min-width: 1024px) {
  .ttl_sub {
    margin-top: 14px;
    width: 550px;
  }
}

.mv_ttl_lead {
  margin: 7.97101vw 10.86957vw 0;
  text-align: left;
  color: #707070;
  font-size: 3.86473vw; 
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .mv_ttl_lead {
    margin: 55px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
  }
}

.section {
  background: url("/webinar/bootcamp/img/section_bg.png") center top/100%;
  background-repeat: repeat-y;
}
@media (min-width: 1024px) {
  .section {
    padding-right: 50px; 
    padding-left: 50px;
    background: url("/webinar/bootcamp/img/section_bg_lg_left.png") top left/150px, url("/webinar/bootcamp/img/section_bg_lg_right.png") top right/150px;
    background-repeat: repeat-y;
  }
}

.section_ttl.layout01 {
  position: relative;
}
.section_ttl.layout01::before,
.section_ttl.layout01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.48792vw;
  height: 12.56039vw;
  background: url("/webinar/bootcamp/img/section_ttl_decoration.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .section_ttl.layout01::before,
  .section_ttl.layout01::after {
    width: 47px;
    height: 76px;
  }
}
.section_ttl.layout01::before {
  left: -6.28019vw;
}
@media (min-width: 1024px) {
  .section_ttl.layout01::before {
    left: -49px;
  }
}
.section_ttl.layout01::after {
  right: -6.28019vw; 
  -webkit-transform: rotateY(180deg); 
          transform: rotateY(180deg);
}
@media (min-width: 1024px) {
  .section_ttl.layout01::after {
    right: -49px;
  }
}

.section_content {
  margin: 4.34783vw 7.24638vw 0;
  padding-top: 9.90338vw;
  padding-bottom: 9.66184vw; 
  border-radius: 4.34783vw;
  background: #fff;
}
@media (min-width: 1024px) {
  .section_content {
    margin: 24px auto 0;
    padding-top: 40px;
    padding-bottom: 40px; 
    border-radius: 18px;
    max-width: 800px;
  }
}

.recommend {
  padding-top: 9.90338vw;
  padding-bottom: 7.00483vw; 
  background-color: #d6006c;
}
@media (min-width: 1024px) {
  .recommend {
    padding-top: 74.5px;
    padding-bottom: 79px;
  }
}
.recommend .section_ttl {
  margin: 0 auto 0; 
  width: 67.8744vw;
}
@media (min-width: 1024px) {
  .recommend .section_ttl {
    width: 419.7px;
  }
}
.recommend .section_content {
  position: relative;
}
.recommend .section_content::after {
  content: "";
  position: absolute;
  right: -5.07246vw;
  bottom: -7.00483vw;
  width: 30.91787vw;
  height: 34.05797vw;
  background: url("/webinar/bootcamp/img/recommend_badge.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .recommend .section_content::after {
    right: -67px;
    bottom: -80px; 
    width: 189px;
    height: 209px;
  }
}

.recommend_list {
  margin: 0 7.48792vw 0 6.28019vw;
}
@media (min-width: 1024px) {
  .recommend_list {
    margin: 0 48px 0;
  }
}

.recommend_listItem {
  position: relative; 
  padding-left: 7.72947vw;
  color: #707070;
  font-size: 3.38164vw;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .recommend_listItem {
    padding-left: 33px; 
    font-size: 16px;
  }
}
.recommend_listItem + .recommend_listItem {
  margin-top: 4.34783vw;
}
@media (min-width: 1024px) {
  .recommend_listItem + .recommend_listItem {
    margin-top: 11px;
  }
}
.recommend_listItem.w-check::before {
  content: "";
  position: absolute;
  top: 0.24155vw;
  left: 0;
  width: 5.31401vw;
  height: 4.95169vw;
  background: url("/webinar/bootcamp/img/recommend_icon.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .recommend_listItem.w-check::before {
    width: 21.9px;
    height: 20.3px; 
    font-size: 14px;
  }
}
.recommend_listItem span {
  color: #999; 
  font-size: 2.89855vw;
}
@media (min-width: 1024px) {
  .recommend_listItem span {
    font-size: 14px;
  }
}

.lesson {
  margin-top: -12.07729vw; 
  padding-top: 12.07729vw;
}
@media (min-width: 1024px) {
  .lesson {
    margin-top: -50px; 
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
.lesson .section_ttl {
  position: relative; 
  margin: 0 auto;
  width: 38.04348vw;
}
@media (min-width: 1024px) {
  .lesson .section_ttl {
    width: 471.8px;
  }
}
.lesson .section_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5.55556vw;
  left: 0;
  margin: auto;
  width: 19.32367vw;
  height: 0.96618vw;
  background: #008cd1;
}
@media (min-width: 1024px) {
  .lesson .section_ttl::before {
    bottom: -21px; 
    width: 104px;
    height: 4px;
  }
}

.lesson_content {
  padding-top: 15.45894vw;
  padding-bottom: 12.31884vw;
  background: url("/webinar/bootcamp/img/lesson_bg.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .lesson_content {
    padding-top: 134px;
    padding-bottom: 106px;
    background: url("/webinar/bootcamp/img/lesson_bg_lg_left.png") top left/250px, url("/webinar/bootcamp/img/lesson_bg_lg_right.png") top right/200px;
    background-repeat: repeat-y;
  }
}

.lesson_lead {
  margin-top: 12.07729vw;
  padding: 0 10.38647vw;
  text-align: left;
  color: #707070; 
  font-size: 3.86473vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .lesson_lead {
    margin-top: 68px;
    text-align: center; 
    font-size: 20px;
    line-height: 1.7;
  }
}

.lesson_list {
  margin: 11.83575vw 7.24638vw 0;
}
@media (min-width: 1024px) {
  .lesson_list {
    margin: 81px auto 0;
    max-width: 800px;
  }
}

.lesson_listItem + .lesson_listItem {
  margin-top: 16.90821vw;
}
@media (min-width: 1024px) {
  .lesson_listItem + .lesson_listItem {
    margin-top: 91px;
  }
}

.lesson_listItem:first-child .lesson_num {
  background: #008cd1;
}

.lesson_listItem:first-child .lesson_listItem_ttl {
  color: #008cd1;
}

.lesson_listItem:first-child .lesson_date_list {
  color: #008cd1;
}

.lesson_listItem:nth-child(2) .lesson_num {
  background: #00a1ae;
}

.lesson_listItem:nth-child(2) .lesson_listItem_ttl {
  color: #00a1ae;
}

.lesson_listItem:nth-child(2) .lesson_date_list {
  color: #00a1ae;
}

.lesson_listItem:nth-child(3) .lesson_num {
  background: #8cb808;
}

.lesson_listItem:nth-child(3) .lesson_listItem_ttl {
  color: #8cb808;
}

.lesson_listItem:nth-child(3) .lesson_date_list {
  color: #8cb808;
}

.lesson_listItem:nth-child(4) .lesson_num {
  background: #ffba00;
}

.lesson_listItem:nth-child(4) .lesson_listItem_ttl {
  color: #ffba00;
}

.lesson_listItem:nth-child(4) .lesson_date_list {
  color: #ffba00;
}

.lesson_listItem:nth-child(5) .lesson_num {
  background: #ed6c00;
}

.lesson_listItem:nth-child(5) .lesson_listItem_ttl {
  color: #ed6c00;
}

.lesson_listItem:nth-child(5) .lesson_date_list {
  color: #ed6c00;
}

.lesson_listItem:nth-child(6) .lesson_num {
  background: #d6006c;
}

.lesson_listItem:nth-child(6) .lesson_listItem_ttl {
  color: #d6006c;
}

.lesson_listItem:nth-child(6) .lesson_date_list {
  color: #d6006c;
}

@media (min-width: 1024px) {
  .lesson_listItem_ttl_wrapper {
    display: flex;
    width: 105%;
  }
}

.lesson_num {
  display: flex;
  padding-bottom: 1.44928vw; 
  height: 11.35266vw;

  align-items: center;
  justify-content: center;
}
.lesson_num img {
  width: 14.85507vw;
  height: 4.00966vw;
}
@media (min-width: 1024px) {
  .lesson_num {
    padding-bottom: 0; 
    height: 89.54px;
  }
  .lesson_num img {
    width: 129.2px;
    height: 89.5px;
  }
}

.lesson_listItem_ttl {
  margin-top: 5.55556vw; 
  font-size: 4.83092vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .lesson_listItem_ttl {
    margin-top: 7px; 
    margin-left: 23px;
    font-size: 25px;
  }
}

.lesson_txt_list {
  margin-top: 4.10628vw;
}
@media (min-width: 1024px) {
  .lesson_txt_list {
    margin-top: 12px;
    padding-bottom: 30px;
    padding-left: 152px;
    background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px);
    background-repeat: repeat-x;
    background-position: bottom; 
    background-size: 8px 3px;
  }
}
.lesson_txt_list li {
  position: relative;
  padding-left: 1em;
  color: #666;
  font-size: 2.89855vw;
  font-weight: normal; 
  line-height: 1.9;
}
@media (min-width: 1024px) {
  .lesson_txt_list li {
    font-size: 16px;
  }
}
.lesson_txt_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.lesson_date_list {
  margin-top: 3.62319vw;
  padding-bottom: 6.52174vw;
  background-image: linear-gradient(to right, #ccc, #ccc 0.72464vw, transparent 0.72464vw, transparent 1.93237vw);
  background-repeat: repeat-x;
  background-position: bottom; 
  background-size: 1.93237vw 0.72464vw;
}
@media (min-width: 1024px) {
  .lesson_date_list {
    display: flex;
    margin-top: 23px;
    padding-bottom: 0;
    padding-left: 19px; 
    width: 100%;
    background: none;

    justify-content: space-between;
  }
}
.lesson_date_list li {
  font-size: 3.86473vw;
}
@media (min-width: 1024px) {
  .lesson_date_list li {
    width: 49%; 
    font-size: 25px;
    line-height: 1.45;
  }
}
.lesson_date_list .sp-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .lesson_date_list .sp-hidden {
    display: inline;
  }
}

.date_txt {
  width: 17.14976vw;
}
@media (min-width: 1024px) {
  .date_txt {
    width: auto;
  }
}

.txt_sm {
  display: inline-block;
  margin: 0 0 0.48309vw 1.44928vw; 
  font-size: 3.38164vw;
}
@media (min-width: 1024px) {
  .txt_sm {
    margin: 0 0 2px 6px; 
    font-size: 18px;
  }
}

.txt_time {
  margin-left: 1.44928vw;
}
@media (min-width: 1024px) {
  .txt_time {
    margin-left: 6px;
  }
}

.lesson_link_list {
  margin-top: 5.7971vw;
}
@media (min-width: 1024px) {
  .lesson_link_list {
    display: flex;
    margin-top: 20px;

    justify-content: flex-end;
  }
}
.lesson_link_list li {
  position: relative;
  margin: 0 auto;
  border-radius: 3.38164vw;
  width: 61.5942vw;
  height: 12.96377vw;
  background-color: #fff; 
  box-shadow: 0 0.72464vw 2.41546vw 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .lesson_link_list li {
    margin: 0;
    padding-top: 4px; 
    border-radius: 14px;
    width: 255px;
    height: 53.67px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  }
}
.lesson_link_list li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.89855vw;
  bottom: 0;
  margin: auto;
  border-width: 1.20773vw 0 1.20773vw 1.69082vw;
  border-style: solid;
  border-color: transparent transparent transparent #ccc; 
  width: 0;
  height: 0;
}
@media (min-width: 1024px) {
  .lesson_link_list li::after {
    right: 12px;
    border-width: 5px 0 5px 7px;
  }
}
.lesson_link_list li img {
  display: inline-block;
  margin-right: 4.83092vw; 
  width: 24.15459vw;
}
@media (min-width: 1024px) {
  .lesson_link_list li img {
    margin-top: -5px; 
    margin-right: 21px;
    width: 100px;
  }
}
.lesson_link_list li + li {
  margin-top: 5.07246vw;
}
@media (min-width: 1024px) {
  .lesson_link_list li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
.lesson_link_list a {
  display: flex;
  height: 100%; 
  text-decoration: none;
  color: #666;
  font-size: 3.38164vw;

  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .lesson_link_list a {
    font-size: 14px;
  }
}

.value {
  padding-top: 10.38647vw;
  padding-bottom: 9.66184vw; 
  background-color: #099019;
}
@media (min-width: 1024px) {
  .value {
    padding-top: 67px;
    padding-bottom: 65px;
  }
}
.value .section_ttl {
  margin: 0 auto 0; 
  width: 67.8744vw;
}
@media (min-width: 1024px) {
  .value .section_ttl {
    width: 445px;
  }
}
.value .section_content {
  margin: 5.55556vw 7.24638vw 0;
  padding: 6.76329vw 0 11.11111vw;
}
@media (min-width: 1024px) {
  .value .section_content {
    margin: 29px auto 0;
    padding-top: 36px;
    padding-bottom: 23px;
  }
}
@media (min-width: 1024px) {
  .value .lesson_link_list {
    margin: 28px 39px 0;
    width: auto;

    justify-content: center;
  }
}

.value_lead {
  margin-left: 7.00483vw; 
  color: #8cb808;
  font-size: 4.83092vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .value_lead {
    margin: 0 46px;
    font-size: 25px;
  }
}

.value_lead_ttl {
  margin: 4.58937vw 0 0 6.52174vw;
  width: 70.77295vw;
}
@media (min-width: 1024px) {
  .value_lead_ttl {
    margin: 12px 48px;
    width: 705.2px;
  }
}

.value_list {
  position: relative;
  margin: 5.7971vw 7.24638vw 0;
  padding-bottom: 7.24638vw;
  background-image: linear-gradient(to right, #ccc, #ccc 0.72464vw, transparent 0.72464vw, transparent 1.93237vw);
  background-repeat: repeat-x;
  background-position: bottom; 
  background-size: 1.93237vw 0.72464vw;
}
@media (min-width: 1024px) {
  .value_list {
    margin: 12px 39px 0;
    padding-bottom: 23px;
    background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px); 
    background-size: 8px 3px;
  }
}
.value_list li {
  position: relative;
  padding-left: 1em;
  color: #666;
  font-size: 2.89855vw;
  font-weight: normal; 
  line-height: 1.9;
}
.value_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .value_list li {
    font-size: 16px;
  }
}

.youtube {
  padding: 14.49275vw 7.24638vw 9.66184vw;
  background-color: #ffba00;
}
@media (min-width: 1024px) {
  .youtube {
    padding: 100px 50px;
  }
}
.youtube .ytp_wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
@media (min-width: 1024px) {
  .youtube .ytp_wrapper {
    margin: 0 auto; 
    max-width: 800px;
  }
}
@media (min-width: 900px) {
  .youtube .ytp_wrapper {
    padding-bottom: calc(800px / 16 * 9);
  }
}
.youtube .ytp_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0; 
  width: 100%;
  height: 100%;
}

.testimonials {
  margin-top: -12.07729vw; 
  padding-top: 12.07729vw;
}
@media (min-width: 1024px) {
  .testimonials {
    margin-top: -50px; 
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
.testimonials .section_ttl {
  position: relative; 
  margin: 0 auto;
  width: 26.08696vw;
}
.testimonials .section_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7.00483vw;
  left: 0;
  margin: auto;
  width: 19.32367vw;
  height: 0.96618vw;
  background: #008cd1;
}
@media (min-width: 1024px) {
  .testimonials .section_ttl::before {
    bottom: -24px; 
    width: 200px;
    height: 4px;
  }
}
@media (min-width: 1024px) {
  .testimonials .section_ttl {
    width: 235px;
  }
}

.testimonials_content {
  padding: 13.28502vw 7.24638vw 12.07729vw;
  background: url("/webinar/bootcamp/img/testimonials_bg_top.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .testimonials_content {
    padding: 130px 0 105px;
    background: url("/webinar/bootcamp/img/testimonials_bg_lg_left.png") no-repeat top left/250px, url("/webinar/bootcamp/img/testimonials_bg_lg_right.png") no-repeat top right/200px;
  }
}

.testimonials_lead {
  display: flex;
  margin-top: 10.62802vw; 

  justify-content: center;
}
@media (min-width: 1024px) {
  .testimonials_lead {
    margin-top: 53px;
  }
}

.testimonials_lead_txt {
  text-align: left; 
  color: #707070;
  font-size: 3.86473vw;
}
@media (min-width: 1024px) {
  .testimonials_lead_txt {
    text-align: center; 
    letter-spacing: 0.01em;
    font-size: 20px;
  }
}

.testimonials_list {
  display: flex;
  margin: 6.76329vw auto 0; 

  justify-content: space-between;
}
@media (min-width: 1024px) {
  .testimonials_list {
    margin-top: 60px; 
    width: 780px;
  }
}
.testimonials_list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 25px) / 2); 

  align-items: center;
}
.testimonials_list li .testimonials_list_item {
  width: 100%;
}
@media (min-width: 1024px) {
  .testimonials_list li .testimonials_list_item {
    width: 345px;
  }
}
.testimonials_list li small {
  margin-top: 5.31401vw;
  padding-left: 1em;
  text-indent: -1em; 
  color: #707070;
  font-size: 2.89855vw;
}
@media (min-width: 1024px) {
  .testimonials_list li small {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.testimonials_slide {
  position: relative;
  margin: 6.28019vw auto 0;
  padding: 6.28019vw 9.66184vw 2.41546vw;
  border-radius: 18px; 
  background-color: #fcc800;
}
@media (min-width: 1024px) {
  .testimonials_slide {
    margin-top: 40px;
    padding: 50px 50px 25px;
    max-width: 800px;
  }
}

.slide_list {
  display: flex;
}
.slide_list li {
  padding: 4.34783vw 4.83092vw 12.07729vw;
  width: 50.72464vw;
  height: 54.10628vw; 
  background: url("/webinar/bootcamp/img/testimonials_fukidsahi.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .slide_list li {
    padding: 30px 25px 60px;
    width: 277px;
    height: 271px; 
    background: url("/webinar/bootcamp/img/testimonials_fukidsahi_lg.png") no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.slide_list li p {
  color: #707070;
  font-size: 3.38164vw;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .slide_list li p {
    font-size: 18px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 1;
  margin-top: -3.62319vw;
  border-radius: 50%;
  outline: none; 
  width: 6.52174vw;
  height: 6.52174vw;
  background-color: #f08300;
}
@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -10px;
    width: 27px;
    height: 27px;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.89855vw;
  height: 2.89855vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: 12px;
    height: 12px;
  }
}

.swiper-button-prev {
  left: 1.93237vw;
}
@media (min-width: 1024px) {
  .swiper-button-prev {
    left: 15px;
  }
}
.swiper-button-prev::before {
  right: 1.44928vw;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media (min-width: 1024px) {
  .swiper-button-prev::before {
    right: 6px;
  }
}

.swiper-button-next {
  right: 1.93237vw;
}
@media (min-width: 1024px) {
  .swiper-button-next {
    right: 15px;
  }
}
.swiper-button-next::before {
  left: 1.44928vw;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (min-width: 1024px) {
  .swiper-button-next::before {
    left: 6px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.question {
  padding: 13.28502vw 0 8.9372vw; 
  background-color: #8cb808;
}
@media (min-width: 1024px) {
  .question {
    padding: 55px 0 67px;
  }
}
.question .section_ttl {
  position: relative; 
  margin: 0 auto;
  width: 30.96618vw;
}
.question .section_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7.00483vw;
  left: 0;
  margin: auto;
  width: 19.32367vw;
  height: 0.96618vw;
  background: #008cd1;
}
@media (min-width: 1024px) {
  .question .section_ttl::before {
    bottom: -24px; 
    width: 104px;
    height: 4px;
  }
}
@media (min-width: 1024px) {
  .question .section_ttl {
    width: 235px;
  }
}
.question .section_content {
  margin: 0 7.24638vw 0;
  padding-top: 13.28502vw;
  padding-bottom: 9.66184vw;
}
@media (min-width: 1024px) {
  .question .section_content {
    margin: 29px auto 0;
    padding-top: 77px;
    padding-bottom: 73px;
  }
}

.question_list {
  margin: 16.42512vw 6.03865vw 0;
}
@media (min-width: 1024px) {
  .question_list {
    margin: 68px 50px 0;
  }
}
.question_list dt,
.question_list dd {
  position: relative;
  color: #666; 
  line-height: 1.75;
}
.question_list dt::before,
.question_list dd::before {
  position: absolute;
  top: 0;
}
.question_list dt {
  padding-left: 1.8em; 
  font-size: 3.38164vw;
}
@media (min-width: 1024px) {
  .question_list dt {
    font-size: 18px;
  }
}
.question_list dt::before {
  content: "Q：";
  left: 0; 
  color: #008cd1;
}
.question_list dt:not(:first-child) {
  margin-top: 7.72947vw;
}
@media (min-width: 1024px) {
  .question_list dt:not(:first-child) {
    margin-top: 44px;
  }
}
.question_list dd {
  margin-top: 1.93237vw;
  padding-left: 2.1em;
  font-size: 2.89855vw;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .question_list dd {
    margin-top: 2px;
    padding-left: 2.3em; 
    font-size: 14px;
  }
}
.question_list dd::before {
  content: "A：";
  top: -0.48309vw;
  left: 0.36232vw;
  color: #d6006c;
  font-size: 3.38164vw; 
  font-weight: bold;
}
@media (min-width: 1024px) {
  .question_list dd::before {
    top: -2px;
    left: 2px;
    font-size: 18px;
  }
}
.question_list dd a {
  text-decoration: none;
  color: #008cd1;
}
.question_list dd a:hover {
  opacity: 0.7; 
  text-decoration: underline;
}

.background {
  padding: 12.80193vw 0 13.28502vw; 
  background-color: #008cd1;
}
@media (min-width: 1024px) {
  .background {
    padding: 56px 0 122px; 
    font-size: 14px;
  }
}
.background .section_ttl {
  position: relative; 
  margin: 0 auto;
  width: 52.43961vw;
}
@media (min-width: 1024px) {
  .background .section_ttl {
    width: 386.5px;
  }
}
.background .section_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5.31401vw;
  left: 0;
  margin: auto;
  width: 19.32367vw;
  height: 0.96618vw;
  background: #008cd1;
}
@media (min-width: 1024px) {
  .background .section_ttl::before {
    bottom: -40px; 
    width: 104px;
    height: 4px;
  }
}
.background .section_content {
  margin: 0 7.24638vw 0;
  padding-top: 13.52657vw;
  padding-bottom: 10.38647vw;
}
@media (min-width: 1024px) {
  .background .section_content {
    margin: 29px auto 0;
    padding-top: 87px;
    padding-bottom: 50px;
  }
}

.background_txt {
  margin: 13.28502vw 7.24638vw 0;
  color: #666;
  font-size: 3.38164vw;
  font-weight: normal; 
  line-height: 1.9;
}
@media (min-width: 1024px) {
  .background_txt {
    margin: 84px 50px 0;
    letter-spacing: 0.01em; 
    font-size: 16px;
  }
}
.background_txt p + p {
  margin-top: 6.28019vw;
}
@media (min-width: 1024px) {
  .background_txt p + p {
    margin-top: 30px;
  }
}
.background_txt .author {
  margin-top: 4.34783vw; 
  text-align: right;
  font-size: 2.89855vw;
}
@media (min-width: 1024px) {
  .background_txt .author {
    margin-top: 32px; 
    font-size: 14px;
  }
}

.profile {
  margin-top: -9.66184vw; 
  padding-top: 9.66184vw;
}
@media (min-width: 1024px) {
  .profile {
    margin-top: -50px; 
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}
.profile .section_ttl {
  position: relative; 
  margin: 0 auto;
  width: 40.21739vw;
}
@media (min-width: 1024px) {
  .profile .section_ttl {
    width: 303.4px;
  }
}
.profile .section_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6.76329vw;
  left: 0;
  margin: auto;
  width: 19.32367vw;
  height: 0.96618vw;
  background: #008cd1;
}
@media (min-width: 1024px) {
  .profile .section_ttl::before {
    bottom: -34px; 
    width: 104px;
    height: 4px;
  }
}

.profile_content {
  padding: 16.90821vw 0 30.43478vw;
  background: url("/webinar/bootcamp/img/profile_bg_top.png") no-repeat center top/contain, url("/webinar/bootcamp/img/profile_bg_bottom.png") no-repeat center bottom/contain;
}
@media (min-width: 1024px) {
  .profile_content {
    padding: 99px 0 98px;
    background: url("/webinar/bootcamp/img/profile_bg_lg_left.png") no-repeat top left/250px, url("/webinar/bootcamp/img/profile_bg_lg_right.png") no-repeat top right/200px;
  }
}

.profile_img {
  margin-top: 14.49275vw; 
  text-align: center;
}
@media (min-width: 1024px) {
  .profile_img {
    margin-top: 78px;
  }
}
.profile_img img {
  width: 40.33816vw;
  height: 40.33816vw;
}
@media (min-width: 1024px) {
  .profile_img img {
    width: 224px;
    height: 224px;
  }
}

.profile_txt_block {
  margin: 18.11594vw 14.49275vw 0;
  line-height: 1.65;
}
@media (min-width: 1024px) {
  .profile_txt_block {
    margin: 34px auto 0;
    max-width: 700px;
  }
}

.profile_txt {
  color: #666; 
  font-size: 3.38164vw;
}
@media (min-width: 1024px) {
  .profile_txt {
    font-size: 16px;
  }
}
.profile_txt + .profile_txt {
  margin-top: 6.52174vw;
  line-height: 1.9;
}
@media (min-width: 1024px) {
  .profile_txt + .profile_txt {
    margin-top: 31px;
  }
}
.profile_txt.name {
  letter-spacing: 0.07em; 
  font-size: 3.86473vw;
}
@media (min-width: 1024px) {
  .profile_txt.name {
    font-size: 16px;
  }
}
.profile_txt a {
  text-decoration: none;
  color: #008cd1;
}
@media (min-width: 1024px) {
  .profile_txt a:hover {
    opacity: 0.7; 
    text-decoration: underline;
  }
}

.sns_timeline {
  padding: 45px 30px 50px;
  background-color: #d6006c;
}
@media (min-width: 1024px) {
  .sns_timeline {
    padding: 75px 0;
  }
}

.sns_timeline_list {
  display: flex;
  flex-direction: column;

  align-items: center;
}
@media (min-width: 1024px) {
  .sns_timeline_list {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 700px; 

    justify-content: space-between;
  }
}
.sns_timeline_list li {
  width: 100%;
  max-width: 325px;
}
@media (min-width: 1024px) {
  .sns_timeline_list li {
    width: 325px;
  }
}
.sns_timeline_list li + li {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .sns_timeline_list li + li {
    margin-top: 0;
  }
}
.sns_timeline_list li iframe {
  width: 100%;
}

/* --------------------------------
	Site Footer
-------------------------------- */
.siteFooter {
  background: #232323;
  color: #999;
}

.siteFooter .ci {
  padding: 27px 0 39px;
}

.siteFooter .ci .logo {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: url(/webinar/bootcamp/img/ftr_logo.png) no-repeat center center;
  background-size: cover;
  font-size: 0;
}

.siteFooter .ci .philosophy {
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif; 
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3846;
}

.siteFooter .meta {
  overflow: hidden;
  background: #101010;
}

.siteFooter .meta > .container {
  margin: 0 auto; 
  max-width: 960px;
}

.siteFooter .meta .group {
  display: table;
  float: right;
}

.siteFooter .meta .group_item {
  display: table-cell;
}

.siteFooter .meta .group_item img {
  height: 50px;
}

.siteFooter .meta .copyright {
  line-height: 50px;
}

@media only screen and (max-width: 1020px) {
  .siteFooter .meta > .container {
    padding: 15px 30px 20px;
  }
  .siteFooter .meta .group {
    float: none;
    margin: 0 auto 6px;
    padding-right: 4px;
  }
  .siteFooter .meta .group_item {
    padding: 0 5px;
  }
  .siteFooter .meta .copyright {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: normal;
  }
}

.footer_sns {
  margin-top: 40px; 
  height: 40px;
}

.footer_sns_list {
  display: flex;
  height: inherit;

  justify-content: center;
}
.footer_sns_list li {
  display: flex;
  height: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;

  align-items: center;
}
.footer_sns_list li + li {
  margin-left: 4.39614vw;
}
@media (min-width: 1024px) {
  .footer_sns_list li + li {
    margin-left: 18px;
  }
}
.footer_sns_list a {
  display: block;
  height: inherit;
  transition: 0.2s ease;
}
.footer_sns_list a:hover {
  opacity: 0.7;
}
.footer_sns_list img {
  height: inherit;
  vertical-align: top;
}