@charset "UTF-8";

@media screen and (max-width:756px){
  h2{
    font-size: 2.8rem;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  /* ↓共通 */
  .inner{
    max-width: unset;
    min-width: unset;
    width: 93%;
  }
  /* ↓申し込みボタン */
    .btn a{
      padding: 23px 32px;
    }
  /* ↑申し込みボタン */
  /* ↓共通_section */
  section{
    padding-bottom: 80px;
    min-width: unset;
  }
  /* ↑共通_section */
  /* ↓ 共通_cta-arra */
  .cta-area{
    padding: 60px 0;
  }
  .cta-area .contents-wrapper h2{
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .cta-area .contents-wrapper h2 .small{
    font-size: 1.8rem;
  }
  .cta-area .btn{
    background: var(--cta-btn-gradient);
    border-radius: 40px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
    width: fit-content;
    padding: 11px 30px 11px 20px;
    margin: 0 auto;
    position: relative;
  }
  .cta-area .btn a{
    background: unset;
    box-shadow: none;
    padding: 0;
  }
  .cta-area .btn::after{
    content: '';
    display: inline-block;
    background-image: url(../img/icon01.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
  }
  .cta-area .btn a::after{
    content: none;
  }
  /* ↑ 共通_cta-area */
  /* ↑共通 */
  /* ↓ヘッダー */
  header{
    height: 70px;
    width: 100vw;
    min-width: unset;
    position: absolute;
  }
  .header-inner{
    width: 95%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .header-wrapper{
    height: 70px;
    align-items: stretch;
  }
  .header-wrapper .header-left{
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .header-wrapper .header-left img{
    width: min(50vw, 195px);
  }
    /* ↓申し込みボタン */
    .header-wrapper .header-right .btn{
      background: var(--cta-btn-gradient);
      text-align: center;
      height: -webkit-fill-available;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .header-wrapper .header-right .btn a{
      background: unset!important;
      padding: 11px 15.5px;
      font-size: min(4vw, 1.6rem);
      color: #fff;
      font-weight: bold;
      border-radius: 0;
      box-shadow: none!important;
      position: relative;
    }
    .header-wrapper .header-right .btn a::after{
      content: '';
      display: block;
      background-image: url(../img/icon01.png);
      width: 12px;
      height: 12px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
    }
    /* ↑申し込みボタン */
    
    
    
  /* ↑ヘッダー */
  /* ↓sp画面下追従ボタン */
  .sticy.sp{
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .sticy .sp-btns{
    display: flex;
    height: 70px;
    width: 100vw;
  }
  /* ↓tel */
  .sticy .sp-btns .btn-tel{
    width: 50%;
    background-color: var(--white);
    border: 1px solid var(--light-orange);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sticy .sp-btns .btn-tel .tel-wrapper{
    display: block;
    width: 100%;
    height: 70px;
  }
  .sticy .sp-btns .btn-tel a{
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .sticy .sp-btns .btn-tel p.num{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
  .sticy .sp-btns .btn-tel p.num::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 3px;
    vertical-align: middle;
  }
  .sticy .sp-btns .btn-tel p.time{
    font-size: 1.2rem;
    color: #7E7B7A;
    text-align: center;
  }
  /* ↑tel */
  /* ↓zoom */
  .sticy .sp-btns .btn-zoom{
    width: 50%;
    background: var(--cta-btn-gradient);
  }
  .sticy .sp-btns .btn-zoom a{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sticy .sp-btns .btn-zoom p{
    font-size: 1.4rem;
    color: var(--white);
    position: relative;
  }
  .sticy .sp-btns .btn-zoom p::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(../img/icon_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* ↑zoom */
  /* ↑sp画面下追従ボタン */
  /* ↓メインビジュアル */
  .mv{
    min-width: unset;
    background-image: url(../img/mv_sp.jpg);
    padding-top: 100px;
    padding-bottom: 470px;
    height: 75vh;
  }
  .mv h1{
    font-size: min(1.8rem,5vw);
    margin-bottom: 20px;
  }
  .mv .txt{
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .mv .name{
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* ↑メインビジュアル */
  /* ↓クリエイトアイ・プログラムのご紹介 */
  .section_video iframe{
    width:auto;
    height:100%;
  }
  /* ↑クリエイトアイ・プログラムのご紹介 */
  /* ↓こんな方におすすめ */
  .section01{
    padding-bottom: 205px;
  }
  .section01 .contents-wrapper{
    flex-flow: column;
  }
  .section01 .bubble{
    background-color: var(--balloon-blue);
    border-radius: 46px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .section01 .content-left .bubble{
    margin-bottom: 40px;
  }
  .section01 .content-left .bubble:first-child{
    margin-left: 0;
  }
  .section01 .content-right .bubble:first-child{
    margin-right: 0;
  }
  .section01 .content-left .bubble:last-child::before,
  .section01 .content-right .bubble:first-child::after{
    content: none;
  }
  .section01 .content-left .bubble:first-child::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 48px;
    height: 44px;
    background-image: url(../img/section01_img02.png);
    background-size: contain;
    bottom: -30px;
    left: 30px;
    right: unset;
  }
  .section01 .content-left .bubble:last-child::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 48px;
    height: 44px;
    background-image: url(../img/section01_img03.png);
    background-size: contain;
    bottom: -30px;
    left: unset;
    right: 30px;
  }
  .section01 .content-right .bubble:first-child::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 48px;
    height: 44px;
    background-image: url(../img/section01_img02.png);
    background-size: contain;
    bottom: -30px;
    right: unset;
    left: 30px;
  }
  .section01 .content-right .bubble::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 48px;
    height: 44px;
    background-image: url(../img/section01_img03.png);
    background-size: contain;
    bottom: -30px;
    left: unset;
    right: 30px;
  }
  .section01 .img-box{
    width: min(90%, 274px);
    bottom: -200px;
  }
  .section01 .content-center{
    position: unset;
    transform: none;
  }
  .section01 .content-center .bubble:first-child,
  .section01 .content-left .bubble:first-child,
  .section01 .content-right .bubble:first-child {
    margin-bottom: 40px!important;
  }
  .section01 .content-center .bubble::before {
    content: unset;
  }
  /* ↑こんな方におすすめ */
  /* ↓クリエイトアイ・プログラムで解決できる5つのこと */
  .section02{
    min-width: unset;
    clip-path: polygon(50% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 130px;
  }
  .section02 .content-item{
    width: 100%;
  }
    /* ↓contents 共通 */
  .section02 .contents-wrapper .contents-top,
  .section02 .contents-wrapper .contents-bottom{
    flex-flow: column;
  }
    /* ↑contents 共通 */
    /* ↓content-top */
    .section02 .contents-wrapper .contents-top{
      gap: 20px;
    }
    .section02 .contents-top .content-item{
      padding-bottom: 30px;
    }
    /* ↑contents-top */
    /* ↓contents-bottom */
    .section02 .contents-wrapper .contents-bottom .annotation{
      margin-bottom: 0;
    }
    /* ↑contents-bottom */
  /* ↑クリエイトアイ・プログラムで解決できる5つのこと */
  /* ↓講師紹介 */
  .section03 .img-box{
    width: 100%;
  }
  .section03 .img-box{
    width: min(90%, 335px);
  }
  .section03 .name h3{
    font-size: 1.4rem;
  }
  .section03 .txt{
    letter-spacing: 1.6px;
  }
  /* ↑講師紹介 */
  /* ↓クリエイトアイ・プログラムをサポートする学術・思考 */
  .section04 .grid-items{
    grid-template-columns: 1fr;
  }
  .section04 .grid-items .grid-item{
    width: 100%;
  }
  /* ↑クリエイトアイ・プログラムをサポートする学術・思考 */
  /* ↓サービス内容 */
  .section05 .contents-wrapper p{
    text-align: left;
  }
  .section05 .contents-wrapper .img-box{
    width: min(90%, 335px);
  }
  /* ↑サービス内容 */
  /* ↓お客様の声 */
  .section06 .contents-wrapper .content-item{
    padding: 30px 25px;
  }
  .section06 .contents-wrapper .content-item .person{
    align-items: end;
  }
  .section06 .contents-wrapper .content-item .person .name h3{
    line-height: 1;
  }
  .section06 .contents-wrapper .content-item .person .name span{
    font-size: 1.6rem;
  }
  .section06 .contents-wrapper .content-item .comment{
    margin: 0;
    text-align: justify;
  }
  /* ↑お客様の声 */
  /* ↓参加費用 */
  .section07 .subtitle{
    text-align: left;
  }
  .section07 .contents-wrapper .total-area{
    flex-flow: column;
    gap: 20px;
  }
  .section07 .contents-wrapper .total-area .total-list ul{
    width: min(90%, 284px);
    margin: 0 auto;
  }
  .section07 .contents-wrapper .total-area .total-list ul li{
    text-indent: -2.5rem;
    padding-left: 2rem;
  }
  .section07 .contents-wrapper .total-area .total-amount{
    width: min(90%, 284px);
    margin: 0 auto;
  }
  .section07 .contents-wrapper .total-area .total-amount h3{
    font-size: 2rem;
  }
  .section07 .contents-wrapper .total-area .total-amount h3 .amount{
    font-size: 3.2rem;
  }
  .section07 .contents-wrapper .total-area .total-amount h3 .amount span{
    font-size: 4rem;
  }
  .section07 .contents-wrapper .program-area .program-title h3{
    font-size: 1.8rem;
  }
  .section07 .contents-wrapper .program-area .program-title h3 span{
    font-size: 2rem;
  }
  .section07 .contents-wrapper .program-area .program-amount::before{
    bottom: 0;
    width: min(90%,300px);
  }
  .section07 .contents-wrapper .program-area .program-amount .amount-left p{
    font-size: 5.4rem;
  }
  .section07 .contents-wrapper .program-area .program-amount .amount-right{
    padding-bottom: 10px;
  }
  .section07 .contents-wrapper .program-area .program-amount .amount-right p{
    font-size: 1.6rem;
  }
  .section07 .contents-wrapper .program-area .program-amount .amount-right p span{
    font-size: 3.2rem;
  }
  .section07 .contents-wrapper .program-area .txt-box{
    width: 85%;
    text-align: justify;
  }
  .section07 .contents-wrapper .program-area .txt{
    background:linear-gradient(transparent 90%, var(--light-orange) 10%);
    text-align: left!important;
  }
  /* ↑参加費用 */
  /* ↓よくある質問 */
  .section08 .accordion-area .title {
    height: fit-content;
    font-size: 1.8rem;
  }
  .section08 .accordion-area .title span.q{
    font-size: 2.4rem;
    width: 70px;
    margin-right: 10px;
  }
  .section08 .accordion-area .title span.title-txt{
    width: 65%;
    padding: 10px 0;
  }
  .section08 .accordion-area .box {
    padding-bottom: 20px;
  }
  .section08 .accordion-area .box h2{
    width: 70px;
    margin-right: 10px;
  }
  .section08 .accordion-area .box p{
    padding-top: 5px;
    width: 65%;
  }
  /* ↑よくある質問 */
  /* ↓ctaバナー */
  .cta-banner{
    width: 100%;
  }
  /* ↑ctaバナー */
  /* ↓フッター */
  footer{
    min-width: unset;
  }
  footer .contents-wrapper .nav-wrapper{
    gap: 20px;
    margin-bottom: 20px;
  }
  footer .contents-wrapper .nav-wrapper a{
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  footer .contents-wrapper small{
    letter-spacing: 1px;
  }
  /* ↑フッター */
}