<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**********
base
**********/
/*リセットCSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing:border-box;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
address{
  font-style:normal;
}
a{
  text-decoration:none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input{
  background-color:transparent;
}

/*初期設定CSS*/
:root{
  color:#333;
  font:400 10px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
body{
  font-size: 1.6rem;
}
@media screen and (max-width: 599px){
  body{
    font-size: 1.4rem;
  } 
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/**********
layout
**********/
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  padding-top: 104px;
  padding-bottom: 104px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 32px;
}
.l_section--point &gt; .l_section__item + .l_section__item{
  margin-top: 64px;
}
.l_section--why &gt; .l_section__item + .l_section__item{
  margin-top: 48px;
}
.l_section--seminar &gt; .l_section__item + .l_section__item{
  margin-top: 48px;
}
.l_section--faq &gt; .l_section__item + .l_section__item{
  margin-top: 48px;
}
.l_section--step &gt; .l_section__item + .l_section__item{
  margin-top: 48px;
}
@media screen and (max-width: 768px){
  .l_section--point &gt; .l_section__item + .l_section__item{
    margin-top: 0;
  }
}


/* リスト */
.l_list{}
.l_list__item{}
.l_list__item + .l_list__item{
  margin-top: 12px;
}


/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--recommend{
  margin: -20px;
}
.l_grid--recommend .l_grid__item{
  padding: 20px;
}
.l_grid--why{
  margin: -20px;
}
.l_grid--why .l_grid__item{
  padding: 20px;
}
.l_grid--step{
  margin: -20px;
}
.l_grid--step .l_grid__item{
  padding: 20px;
}
/* ナビ */
.l_nav{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.l_nav__item{
  display: flex;
}
.l_nav__target{
  display: block;
  width: 100%;
}
.l_nav--local{
  margin: -12px;
}
.l_nav--local .l_nav__item{
  padding: 12px;
}

/* メイン */
.l_main{}
.l_main__cont{
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.l_main__cont--sm{
  max-width: 960px;
}
@media screen and (max-width: 768px){
  .l_main{
    overflow: hidden;
  }
}

/* ヘッダー */
.l_header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
/* フッター */
.l_footer{}

/**********
module
**********/
/* 見出し */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.3;
}
.m_heading--primary{
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.m_heading--primary .m_heading__ttl{
  color: #011f35;
  text-align: center;
  font-size: 4rem;
  line-height: 1.8;
}
.m_heading--primary::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: #011f35;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary{
    margin-bottom: 56px;
    padding-bottom: 28px;
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 2rem;
  }
}
/* アイコン */
.m_hasIco{
  position: relative;
  display: block;
}
.m_hasIco::before,
.m_hasIco__item{
  position: absolute;
  left: 0;
  display: block;
}
.m_hasIco--circleNum{
  padding-left: 1.5em;  
}
.m_hasIco--ast{
  padding-left: 1em;  
}
.m_hasIco--ast::before{
  content: "※"
}
.m_hasIco--dot{
  padding-left: 1em;  
}
.m_hasIco--dot::before{
  content: "・";
}
.m_hasIco--voice{
  padding-left: 80px;
}
.m_hasIco--voice::before{
  content: "";
  top: 0;
  bottom: 0;
  height: 60px;
  margin: auto 0;
}
.m_hasIco--voice1::before{
  content: url("/resource/img/bup/python-academy_voice01.png");
}
.m_hasIco--voice2::before{
  content: url("/resource/img/bup/python-academy_voice02.png");
}
.m_hasIco--voice3::before{
  content: url("/resource/img/bup/python-academy_voice03.png");
}

/* リンク */
.m_link{
  color: #33bad2;
  text-decoration: underline;
}
.m_link:hover{
  text-decoration: none;
}
/* ボタン */
.m_btn{
  display: flex;
}
.m_btn::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
}
/*
.m_btn--mainCta{
  font-size: 2vw;
}
.m_btn--mainCta::before{
  height: 3em;
}
.m_btn--mainCta .m_btn__target{
  width: 40vw; 
  border: 1px solid;
  color: #fff;
  transition: .3s color cubic-bezier(0.55, 0.05, 0.22, 0.99), .3s background cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_btn--mainCta .m_btn__target:hover{
  color: #011f35;
  background: #fff;
}
*/
.m_btn--mainCta{
  font-size: 2rem;
}
.m_btn--mainCta::before{
  height: 3em;
}
.m_btn--mainCta .m_btn__target{
  width: 100%; 
  border: 3px solid #fb7b15;
  border-radius: 100px;
  background: #fb7b15;
  font-weight: bold;
  color: #fff;
  transition: .3s color cubic-bezier(0.55, 0.05, 0.22, 0.99), .3s background cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_btn--mainCta .m_btn__target:hover{
  color: #fb7b15;
  background: #fff;
}
.m_btn--cta{
  font-size: 2rem;
}
.m_btn--cta::before{
  height: 3em;
}
.m_btn--cta .m_btn__target{
  width: 100%; 
  border: 3px solid #fb7b15;
  border-radius: 100px;
  background: #fff;
  font-weight: bold;
  color: #fb7b15;
  transition: .3s color cubic-bezier(0.55, 0.05, 0.22, 0.99), .3s background cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_btn--cta .m_btn__target:hover{
  color: #fff;
  background: #fb7b15;
}
.m_btn--step{
  font-size: 1.6rem;
  justify-content: center;
}
.m_btn--step::before{
  height: 2.5em;
}
.m_btn--step .m_btn__target{
  width: 90%;
  border: 2px solid #fb7b15;
  border-radius: 100px;
  color: #fb7b15;
  font-weight: bold;
  transition: .3s color cubic-bezier(0.55, 0.05, 0.22, 0.99), .3s background cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_btn--step .m_btn__target:hover{
  color: #fff;
  background: #fb7b15;
}
@media screen and (max-width: 768px){
/*
  .m_btn--mainCta{
    font-size: 3vw;
  }
  .m_btn--mainCta .m_btn__target{
    width: 72vw;
  }
*/
}
@media screen and (max-width: 599px){
  .m_btn--mainCta{
    font-size: 1.6rem;
  }
/*
  .m_btn--mainCta .m_btn__target{
    width: 90vw;
  }
*/
  .m_btn--cta{
    font-size: 1.6rem;
  }
}


/* ヘッダー */
.m_header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.m_header__iconLink{
  display: block;
  width: 160px;
  line-height: 0;
}
.m_header__iconLink img{
  width: 100%;
  height: auto;
}
.m_header--keyvisual{
  padding: 1.6vw;
}
@media screen and (max-width: 768px){
  .m_header--keyvisual{
    padding: 2.4vw;
  }
  .m_header--keyvisual .m_header__iconLink{
    width: 120px;
  }
}
@media screen and (max-width: 599px){
  .m_header__nav{
    display: none;
  }
}
/* フッター */
.m_footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.6vw;
  background: #f0f0f0;
}
.m_footer__item {}
@media screen and (max-width: 599px){
  .m_footer{
    display: block;
    padding: 16px;
  }
  .m_footer__item + .m_footer__item{
    margin-top: 12px;
  }
}

/* カンパニーロゴ */
.m_companyLogo{}
.m_companyLogo__target{
  display: block;
  line-height: 0;
}
.m_companyLogo__target img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_companyLogo__target{
    width: 120px;
  }
}
/* コピーライト */
.m_copyright{
  font-size: 1.2rem;
}
@media screen and (max-width: 599px){
  .m_copyright{
    font-size: 1rem;
 }  
}
/* ローカルナビ */
.m_localNav{
  position: relative;
  display: block;
  padding: 0 4px 4px;
  color: inherit;
  font-size: 1.6rem;
}
.m_localNav::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #333;
  transition: .3s width cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_localNav:hover::before{
  width: 100%;
}
.m_localNav--keyvisual{
  color: #333;
}
.m_localNav--keyvisual::before{
  background: #333;
}
@media screen and (max-width: 768px){
  .m_localNav{
    font-size: 1.4rem;
  }
}
/* 脚注 */
.m_footnote{
  font-size: 1.2rem;
}
/* キービジュアル */
.m_keyvisual {}
.m_keyvisual__imgWrap{
  position: relative;
  z-index: 998;
  width: 100%;
  height: 80vh;
  height: calc(var(--vh, 1vh) * 80);
  overflow: hidden;
}
.m_keyvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/python-lp/keyvisual2.jpg") no-repeat right 10% bottom/cover;
  line-height: 0;
  animation: 60s zoom linear forwards;
}
.m_keyvisual__lead {
  position: absolute;
  top: calc(50% - 4vw);
  left: 6vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #011f35;
  transform: translateY(-50%);
}
.m_keyvisual__cardsWrap{
  position: absolute;
  bottom: 4vw;
  left: 6vw;
}
.m_keyvisual__cards {
  display: flex;
  margin: -1.2vw;
}
.m_keyvisual__card {
  display: flex;
  padding: 1.2vw;
}
.m_keyvisual__card__inner{
  display: block;
  width: 100%;
}
/* 
.m_keyvisual__cta{
  position: relative;
  padding-top: calc(100% * 2 / 13);
  background: #011f35;
}
.m_keyvisual__ctaBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.m_keyvisual__cta{
  padding-top: 24px;
  background: #f6f6f6;
}
.m_keyvisual__ctaBtn{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .m_keyvisual__lead {
   top: 18vw;
    font-size: 6.4vw;
    transform: none;
  }
  .m_keyvisual__cardsWrap{
    width: 100%;
    left: 0;
  }
  .m_keyvisual__cards {
    margin: 0;
  }
  .m_keyvisual__card {
    width: 100%;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 599px){
  .m_keyvisual__lead {
    top: 24vw;
    left: 4vw;
    font-size: 7.6vw;
    letter-spacing: -1px;
  }
  .m_keyvisual__img {
    background-position: right 15% bottom;
  }
  .m_keyvisual__cardsWrap{
    width: 50%;
  }
  .m_keyvisual__cards{
    display: block;
  }
  .m_keyvisual__card {
    padding: 1.6vw;
  }
  /*
  .m_keyvisual__cta{
    padding-top: calc(100% * 1 / 4);
  }
  */
}
/* キービジュアル内のカード */
.m_keyvisualCard{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14vw;
  padding: 1.6vw 0;
  border-left: 1.4vw solid #efefef;
  border-radius: 4px;
  box-shadow: 6px 6px 9px #333;
  background: #fff;
  transform: rotate(-8deg);
}
.m_keyvisualCard__body{
  font-size: 1.4vw;
}
@media screen and (max-width: 768px){
  .m_keyvisualCard {
    width: 100%;
  }
  .m_keyvisualCard__body{
    font-size: 3vw;
  }
}
@media screen and (max-width: 599px){
  .m_keyvisualCard__body{
    font-size: 4.2vw;
  }
}
/* お悩み */
.m_problem{}
.m_problem__listWrap{
  display: flex;
  justify-content: center;
}
.m_problem__item{
  position: relative;
  padding-left: 24px;
  font-size: 2rem;
}
.m_problem__item + .m_problem__item{
  margin-top: 20px;
}
.m_problem__item::before{
  content: "\f14a";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
}
.m_problem__listWrap + .m_problem__resolve{
  margin-top: 40px;
}
.m_problem__resolve{
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0 24px;
  font-size: 2.8rem;
  transform: translateX(-50%);
}
.m_problem__resolve::before{
  content: "";
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fb7b15;
  opacity: .4;
  transform: skew(-23.4deg);
}
@media screen and (max-width: 768px){
  .m_problem__item{
    font-size: 1.6rem;
  }
  .m_problem__resolve{
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px){
  .m_problem__resolve{
    padding: 0 12px;
    letter-spacing: 0;
  }
}


/* 解決策 */
.m_resolve{}
.m_resolve__em{
  font-weight: bold;
  background: linear-gradient(to top, rgba(251, 123, 21, .4) 0, rgba(255, 255, 255, 0) 50%);
}
.m_resolve__list{
  font-weight: bold;
}
.m_resolve__conclusion{
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0 24px;
  font-size: 2.8rem;
  transform: translateX(-50%);
}
.m_resolve__conclusion::before{
  content: "";
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fb7b15;
  opacity: .4;
  transform: skew(-23.4deg);
}
@media screen and (max-width: 768px){
  .m_resolve__conclusion{
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px){
  .m_resolve__conclusion{
    padding: 0 12px;
    letter-spacing: 0;
  }
}

/* なぜパイソン */
.m_whyCard{
  border-radius: 24px;
  box-shadow: 6px 6px 9px #333;
  color: #333;
  background: #fff;
  overflow: hidden;
}
.m_whyCard__img{
  line-height: 0;
  text-align: center;
}
.m_whyCard__img img{
  width: 100%;
  height: auto;
}
.m_whyCard__body{
  padding: 40px 24px;
}
.m_whyCard__catch{
  font-size: 2rem;
  font-weight: bold;
}
.m_whyCard__catch + .m_whyCard__msg{
  margin-top: 24px;
}
.m_whyCard__msg + .m_whyCard__msg{
  margin-top: 12px;
} 
@media screen and (max-width: 768px){
  .m_whyCard{
    max-width: 320px;
    margin: 0 auto;
    box-shadow: none;
  }
  .m_whyCard__catch{
    font-size: 1.6rem;
  }
}
/* お客さまの声 */
.m_voice{
  display: flex;
  align-items: center;
}
.m_voice__img{
  order: 2;
  flex: 0 0 280px;
  margin-left: 64px;
  line-height: 0;
}
.m_voice__img img{
  width: 100%;
  height: auto;
}
.m_voice__list{
  flex: 1 1 auto;
}
.m_voice__item + .m_voice__item{
  margin-top: 32px;
}
@media screen and (max-width: 768px){
  .m_voice__img{
    flex: 0 0 160px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 599px){
  .m_voice__img{
    display: none;
  }
}
/* 無料セミナー */
.m_seminarCard{}
.m_seminarCard__heading{
  position: relative;
  display: inline-block;
  margin: 0 0 32px 10px;
  padding: 4px 16px;
}
.m_seminarCard__heading::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 40px;
  margin: auto 0;
  background: #011f35;
  transform: rotate(23.4deg);
}
.m_seminarCard__heading::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 40px;
  margin: auto 0;
  background: #011f35;
  transform: rotate(23.4deg);
}

.m_seminarCard__ttl{
  color: #011f35;
  font-size: 2rem;
}
.m_seminarCard__body{
  padding: 40px;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px){
  .m_seminarCard__body{
    padding: 24px;
  }
}
@media screen and (max-width: 599px){
  .m_seminarCard__ttl{
    font-size: 1.6rem;
  }
  .m_seminarCard__body{
    padding: 24px 16px;
  }
}
/* セミナー詳細 */
.m_seminarDetail{}
.m_seminarDetail__item + .m_seminarDetail__item{
  margin-top: 16px;
}
.m_seminarDetail__item{
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border-bottom: 1px solid;
}
.m_seminarCard__detailTtl{
  flex: 0 0 120px;
  font-size: 2rem;
}
@media screen and (max-width: 768px){
  .m_seminarDetail__item{
    align-items: center;
  }
  .m_seminarCard__detailTtl{
    flex: 0 0 72px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px){
  .m_seminarDetail__item{
    padding: 0 0 16px 0;
  }
  .m_seminarDetail__item + .m_seminarDetail__item{
    margin-top: 32px;
  }
  .m_seminarCard__detailTtl{
    flex: 0 0 48px;
  }
}
/* ポイント */
.m_point {
  overflow: hidden;
}

.m_point__wrap {
  position: relative;
  width: 66%;
  max-width: 710px;
  margin-left: auto;
}

.m_point__img {
  line-height: 0;
  text-align: right;
}

.m_point__img img {
  width: 100%;
  height: auto;
}
.m_point__body {
  display: block;
  position: absolute;
  bottom: 16%;
  left: -60%;
  width: 480px;
}
.m_point__inner{
  padding: 44px 40px;
  background: #fff;
}
.m_point__ttl {
  color: #011f35;
  font-size: 4rem;
  line-height: 1.4;
}
.m_point__ttl + .m_point__msg {
  margin-top: 24px;
}
.m_point__msg {
  font-size: 1.6rem;
}
.m_point--rev .m_point__wrap {
  margin-left: 0;
}
.m_point--rev .m_point__img {
  text-align: left;
}
.m_point--rev .m_point__body {
  right: -60%;
  left: auto;
}
@media screen and (max-width: 1200px){
  .m_point__body {
    bottom: 5%;
    left: -50%;
    width: 400px;
  }
  .m_point__inner{
    padding: 24px;
  }
  .m_point--rev .m_point__body {
    right: -50%;
    left: auto;
  }
}
@media screen and (max-width: 768px){
  .m_point__wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }
  .m_point__img{
    order: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .m_point__img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 110%;
    transform: translate(-50%, -50%);
  }
  .m_point__body{
    position: static;
    width: 100%;
  }
  .m_point__ttl{
    font-size: 2rem;
  }
  .m_point__msg{
    font-size: 1.6rem;
  }
  .m_point--rev .m_point__img {
    order: 0;
  }
}
@media screen and (max-width: 599px){
  .m_point__inner{
    padding: 16px 12px;
  }
  .m_point__img img{
    left: 40%;
    height: 100%;
  }
  .m_point__ttl{
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .m_point__msg{
    font-size: 1.3rem;
  }
}
/* カリキュラム */
.m_curriculum{}
.m_curriculum__item + .m_curriculum__item{
  margin-top: 24px;
}
.m_curriculum__ttl{
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 8px 4px;
  border-bottom: 1px solid;
}
/* レコメンド */
.m_recommendCard{
  border-radius: 24px;
  box-shadow: 6px 6px 9px #333;
  color: #333;
  background: #fff;
  overflow: hidden;
}
.m_recommendCard__img{
  line-height: 0;
  text-align: center;
}
.m_recommendCard__img img{
  width: 100%;
  height: auto;
}
.m_recommendCard__body{
  padding: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px){
  .m_recommendCard{
    max-width: 320px;
    box-shadow: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px){
  .m_recommendCard__body{
    padding: 24px;
  }
}
/* QA */
.m_faq{}
.m_faq__q{
  position: relative;
  width: 80%;
  margin-left: 24px;
  padding: 40px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  background: #fff;
}
.m_faq__q::before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 1px;
  border-top: 12px solid rgba(255, 255, 255, 0);
  border-bottom: 12px solid rgba(255, 255, 255, 0);
  border-right: 25px solid #fff;
  transform: translate(-100%, -50%);
}
.m_faq__q + .m_faq__a{
  margin-top: 24px;
}
.m_faq__a{
  position: relative;
  width: 80%;
  margin-right: 24px;
  margin-left: auto;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  color: #333;
}
.m_faq__a::before{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1px;
  border-top: 12px solid rgba(255, 255, 255, 0);
  border-bottom: 12px solid rgba(255, 255, 255, 0);
  border-left: 25px solid #fff;
  transform: translate(100%, -50%);
}
.m_faq__msg + .m_faq__msg{
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .m_faq__q{
    padding: 40px 24px;
  }
  .m_faq__a{
    padding: 40px 24px;
  }
}
@media screen and (max-width: 599px){
  .m_faq__q{
    width: calc(100% - 48px);
    padding: 24px 16px;
  }
  .m_faq__a{
    width: calc(100% - 48px);
    padding: 24px 16px;
  }
}

/* ステップ */
.m_stepCard{
  position: relative;
  border: 1px solid #011f35;
  background: #fff;
}
.m_stepCard__header{
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #011f35;
}
.m_stepCard__body{
  padding-bottom: 88px;
}
.m_stepCard__img{
  line-height: 0;
  text-align: center;
}
.m_stepCard__img img{
  width: 100%;
  height: auto;
}
.m_stepCard__img + .m_stepCard__ttl{
  margin-top: 20px;
}
.m_stepCard__ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.2em;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}
.m_stepCard__msg{
  width: 90%;
  margin: 0 auto;
}
.m_stepCard__btn{
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_stepCard{
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px){
  .m_stepCard__msg{
    font-size: 1.6rem;
  }
}


/* キャンペーン */
.m_campaign{
  position: relative;
}
.m_campaign__tag{
  position: absolute;
  top: -16px;
  left: 24px;
  width: 72px;
  padding: 24px 0 32px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  background: #fb7b15;
}
.m_campaign__tag::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 36px solid rgba(255, 255, 255, 0); 
  border-right: 36px solid rgba(255, 255, 255, 0); 
  border-bottom: 16px solid #fff; 
}
.m_campaign__ttl{
  margin-bottom: 24px;
  padding-left: 72px;
  font-size: 3.2rem;
}
.m_campaign__msg{
  font-size: 2.4rem;
  text-align: center;
  color: #ff0000;
}
.m_campaign__msg + .m_campaign__body{
  margin-top: 40px;
}
.m_campaign__body{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.m_campaign__oldPrice s{
  text-decoration: line-through;
}
.m_campaign__oldPrice + .m_campaign__newPriceList{
  margin-left: 40px;
}
.m_campaign__newPriceItem + .m_campaign__newPriceItem{
  margin-top: 40px;
}
.m_campaign__newPriceItem{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 56px;
}
.m_campaign__newPrice{
  line-height: 1;
  font-size: 2rem;
}
.m_campaign__newPriceNum{
  font-size: 4rem;
  color: #fb7b15;
  font-weight: bold;
}
.m_campaign__newPriceRate{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  background: #fb7b15;
}
@media screen and (max-width: 768px){
  .m_campaign__ttl{
    margin-bottom: 40px;
  }
  .m_campaign__tag{
    width: 64px;
    padding: 16px 0 32px;
    font-size: 1.6rem;
  }
  .m_campaign__tag::after{
    border-left: 32px solid rgba(255, 255, 255, 0); 
    border-right: 32px solid rgba(255, 255, 255, 0); 
  }
  .m_campaign__msg{
    font-size: 2rem;
  }
  .m_campaign__oldPrice + .m_campaign__newPriceList{
    margin-top: 40px;
    margin-left: 0;
  }
  .m_campaign__ttl{
    font-size: 2rem;
  }
  .m_campaign__body{
    display: block;
  }
}
@media screen and (max-width: 599px){
  .m_campaign__tag{
    left: 12px;
  }
  .m_campaign__msg{
    font-size: 1.8rem;
  }
  .m_campaign__newPriceTtl{
    font-weight: bold;
    font-size: 1.6rem;
  }
  .m_campaign__newPriceItem{
    display: block;
    padding-right: 0;
  }
  .m_campaign__newPrice{
    font-size: 1.6rem;
    text-align: right;
  }
  .m_campaign__newPriceRate{
    bottom: 2em;
  }
}
/* マウスストーカー */
.m_stalker {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
  mix-blend-mode: exclusion;
}
.m_stalker__body {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  transition: .5s width cubic-bezier(0.55, 0.05, 0.22, 0.99), .5s height cubic-bezier(0.55, 0.05, 0.22, 0.99), .5s transform cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_stalker__body::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #fb7b15;
  opacity: 0;
  transform: translateY(-50%);
  transition: .5s opacity cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.m_stalker.is_hovLink {
  mix-blend-mode: normal;
}
.m_stalker.is_hovLink .m_stalker__body{
  position: relative;
  width: 88px;
  height: 88px;
  border: 4px solid #fb7b15;
  transform: translate(20px, -20px);
}
.m_stalker.is_hovLink .m_stalker__body::before{
  content: "クリック";
  opacity: 1;
}
@media screen and (max-width: 768px){
  .m_stalker {
    display: none !important;
  }
}
/**********
theme
**********/
.theme_contWrap{
  background: #f6f6f6;
}
.theme_contWrap--theme{
  color: #fff;
  background: radial-gradient(circle 50vw at 50% 50%, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 50%,  rgba(255, 255, 255, 0) 100%), #011f35;
}
.theme_contWrap--theme .m_heading--primary::before{
  background: #fff;
}
.theme_contWrap--theme .m_heading--primary .m_heading__ttl{
  color: #fff;
}
.theme_contWrap--theme .m_seminarCard__heading::before,
.theme_contWrap--theme .m_seminarCard__heading::after{
  background: #fff;
}
.theme_contWrap--theme .m_seminarCard__ttl{
  color: #fff;
}
@media screen and (max-width: 768px){
  .theme_contWrap--theme{
    background: #011f35;
  }
}
/**********
state
**********/
/*
.js_faderHeading::before{
  width: 0;
  transition: 1s width cubic-bezier(.4,.1,.3,1);
}
.js_faderHeading.is_show::before{
  width: 120px;
}
.js_faderHeading .js_separateTxt__item{
  display: inline-block;
  opacity: 0;
  transform: scale(0.1);
  transform-origin: center bottom;
  transition: transform .4s cubic-bezier(.25,-.14,.16,1.07),opacity .3s cubic-bezier(.4,.1,.3,1);
}
.js_faderHeading.is_show .js_separateTxt__item{
  opacity: 1;
  transform: scale(1);
}

.js_faderCard{
  opacity: 0;
  transform: translateY(64px);
  transition: 1s opacity cubic-bezier(0.55, 0.05, 0.22, 0.99), 1s transform cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.js_faderCard.is_show{
  opacity: 1;
  transform: translateY(0);
}

.js_faderVoice{
  opacity: 0;
  transform: translateY(64px);
  transition: .7s opacity cubic-bezier(0.55, 0.05, 0.22, 0.99), .7s transform cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.js_faderVoice.is_show{
  opacity: 1;
  transform: translateY(0);
}
.js_faderPoint {
  transform: translateX(120px);
  opacity: 0;
  transition: 2s transform cubic-bezier(0.55, 0.05, 0.22, 0.99), 2s opacity cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.js_faderPoint.is_show {
  transform: translateX(0);
  opacity: 1;
}
.js_faderPoint--txt {
  transition-delay: .5s;
}
.js_faderPoint--rev {
  transform: translateX(-120px);
}

.js_faderFaq {
  transform: translateX(-120px);
  opacity: 0;
  transition: 1s transform cubic-bezier(.4,.1,.3,1), 1s opacity cubic-bezier(.4,.1,.3,1);
}

.js_faderFaq.is_show {
  transform: translateX(0);
  opacity: 1;
}
.js_faderFaq--rev {
  transform: translateX(120px);
}
*/
/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 間隙 */
.u_pt56{
  padding-top: 56px;
}
.u_pt104{
  padding-top: 104px;
}

/* 要素を出す/隠す */
.u_hide{
  display: none !important;
}
@media screen and (max-width:599px){
  .u_resSmHide{
    display: none !important;
  }
  .u_resSmInline{
    display: inline !important;
  }
}

/* 上付き */
.u_super{
  vertical-align: super;
  font-size: 1.2rem;
}</pre></body></html>