<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
html {
	font-size: 62.5%;
}

body {
	background: #000;
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	color: #fff;
	font-size: 1.4rem;
    line-height: 2.2rem;
	font-weight:400;
}

* {
    box-sizing : border-box;
}

.navigation{
	background:#000;
	position:fixed;
	top:0;
	width:100%;
	z-index: 9999;
}

a{color: #FFD737;}

.menu,
.menu span {
    display: inline-block;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
}

.menu {
    position: fixed;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.menu {
    background:transparent url("../img/icon_menu.svg") no-repeat 0 0;
    display: block;
    width:35px;
    height: 25px;
    cursor: pointer;
    z-index: 200;
}

.close {
    background:transparent url("../img/icon_close.svg") no-repeat 0 0;
    display: block;
    width:25px;
    height: 34px;
    cursor: pointer;
    z-index: 200;
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility:hidden;
    background: #000;
}

#nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

#nav ul li{
    list-style-type: none;
    padding: 30px 0 10px 0;
}

#nav ul li a{
    display: block;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    }

#nav ul li a:hover {
    color: #333;
    }

.navigation h1 img {
    width:20%;
    padding: 5px 0;
    margin: 0;
}

.layout{
    text-align: center;
    width: 100%;
    position: relative;
}

.w1024{
    width: 90%;
    margin: 0 auto;
}

h2{
    padding-top: 10px;
    animation-duration: 2s;
    text-align: center;
}

h3{
    padding: 0 0 10px 0;
}

ul.btn-entry-w,ul.btn-entry-b,ul.btn-entry-y,ul.btn-link{
    width: 100%;
}

p.main-txt{
    padding: 20px 0 0 0;
    text-align: center;
}

p.sub-txt{
    padding: 50px 0 0 0;
    text-align: center;
}

.txt-annotation{
    font-size: 1.0rem;
    display: block;
}

.bg-sub{
    background: #3a5272;
    text-align: left;
}

.bg-program{
    background: #fff;
    text-align: left;
}

.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
}

.main-fixed-bg.main-bg{
	position:relative;
}

h1.tit img{
    width: 55%;
    margin: 0px auto 0 auto;
    animation-name: fadein;
    animation-duration: 2s;
}


@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

p.txt-deadline{
    padding-top: 10px;
    text-align: center;
}


@keyframes fadein2 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0px);
}
}

/*h2.txt-maincatch{
    animation-name: fadein3;
    animation-duration: 2s;
}*/


@keyframes fadein3 {
from {
    opacity: 0;
    transform: translateY(-50px);
}
to {
    opacity: 1;
    transform: translateY(0px);
}
}

.underline-long{
	   border-bottom: 1px solid #fff;
}

.underline-long-main{
	   border-bottom: 3px solid #fff;
}

p.main-txt,p.sub-txt{
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

ul.btn-entry-w{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #fff;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
}

ul.btn-entry-b{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #000;
    transition: .5s;
    cursor: pointer;
    margin: 30px 0;
    text-align: center;
    border: 1px solid #fff;
}

ul.btn-entry-y{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #fcea0c;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}

ul.btn-link{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #2a4467;
    transition: .5s;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #fff;
}

ul.btn-entry-w li a{
    color: #000;
    text-decoration: none;
    display: block;
}
    
ul.btn-entry-b li a{
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.btn-link li a{
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.btn-entry-w:hover {
    background: #fcea0c;
}

ul.btn-entry-b:hover {
    background: #fcea0c;
}

ul.btn-link:hover {
    background: #fcea0c;
}

ul.btn-entry-b li a:hover{
    color: #000;
}

ol{
    margin: 0 auto;
    padding: 0 0 30px 30px;
}

ol li{
    padding: 10px;
} 

#nav p img{
    display: block;
    width:40%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.mg-t10{
    padding-top: 10px;
}

.mg-t20{
    padding-top: 20px;
}

.mg-t30{
    padding-top: 30px;
}

.mg-t40{
    padding-top: 30px;
}

.mg-b30{
    padding-bottom: 30px;
}

.mg-b50{
    padding-bottom: 50px;
}

.txt-center{
    text-align: center;
}

.box-prize {
    width: 100%;
    display: block; 
}

.price{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #000;
    margin: 10px auto 0 auto;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
}

.tit01{
    display: block;
    margin: 0 auto;
    width: 50%;
}

.tit02{
    display: block;
    margin: 0 auto;
    width: 70%;
} 
    
.tit03{
    display: block;
    margin: 0 auto;
    width: 80%;
} 
    
.tit04{
    display: block;
    margin: 0 auto;
    width: 90%;
}

.box-about {
    background: #fff;
    color: #2a4467;
    margin: 20px 0 30px 0;
}

.box-about p {
    color: #2a4467;
}

ul.btn-download{
    text-align: center;
    background: #fff;
    width: 49%;
    transition: .5s;
}

ul.btn-download li {
    color: #2a4467;
    text-decoration: none;
    display: block;
}

.box {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.box::after{
  content:"";
  display: block;
  width:50%;
}

.box-listen {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    }

.box-demo{
    padding-top: 20px;
    margin: 0 auto;
}

.box-demo p{
    text-align: center;
    padding: 10px 0 0 0;
}

.box-demo audio{
    margin: 0 auto;
    width: 100%;
} 

.box-demo audio p{
    color: #F6383B;
}

.box-sns {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}
 
.info{
    border-top:double 10px #11512b;
    border-bottom:double 10px #11512b;
}  

.howto{
    border-radius: 10px;
    border: solid 1px #fff;
    text-align: center;
    padding: 20px 10px 15px 10px;
    background: #3a5272;
}

dl dt img {
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

dl dd {
    font-weight: 700;
    color: #11512b;
}

ul.btn-radio{
    text-align: center;
    padding: 10px 0;
    margin: 10px auto 0px auto;
}

ul.btn-sns{
    text-align: center;
    margin: 0px auto;
    height: auto;
    padding: 20px 0 50px 0;
}

.info p img{
    display:  block;
    margin: 0 auto;
    padding-top: 30px;
}

footer {
    padding-bottom: 50px;
}

footer img{
    display:  block;
    margin: 0 auto;
    padding: 0;
}

.copyright{
    padding: 10px 0 0 0;
}

#gloval-nav ul li{
    font-size: 2.0rem;
    line-height: 2.4rem;
} 

.photo img{
    width: 100%;
    margin: 0 auto;
    /*display: block;*/
    padding-top: 30px;
}

.box-about img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.box-about h4{
    color: #fff;
    padding: 5px;
    background: #2a4467;
}

#pagetop{
	display: inline;
	position: fixed;
	bottom: 0;
	right: 20px;
	opacity: 0.7;
	width: 50px;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width: 50px;
}

#pagetop img:hover{
	opacity: 0.6;
	cursor: pointer;
}

a.anchor{
    display: block;
    padding-top: 80px;
}

.box-student {
    display: flex;
    flex-wrap: wrap;
}

.student {
    box-sizing: border-box;
    background: #2a4467;  
    border-radius: 10px;
}

.student img {
    border-radius: 10px 10px 0 0;
    width:100%;
    display: block;
}

.student .box-name {
    background: #20344e;
    padding: 10px;
}

.student h4 {
    font-weight: normal;
}

.student p.txt-comment {
    padding: 8px;
    text-align: left;
}

.box-student {
    margin-top: -20px;
    margin-left: -20px;
    padding: 40px 0 40px 0;
}

.student {
    flex: 0 1 calc((100% / 2) - 10px); /* カラム間の隙間の分を引く */
    margin-top: 10px; /* カラム間の隙間 */
    margin-left: 10px; /* カラム間の隙間 */
}

.student .box-name {
    height: 12rem;
    text-align: center;
    display: table;
    width: 100%;
}

.student .box-name div{
    display: table-cell;
    vertical-align: middle;
}

.student h4 {
    font-size: 1.6rem;  
}

.student div p {
    font-size: 1.3rem;  
}
    
.student p.txt-comment {
    font-size: 1.2rem;  
}

.txt-s{
    font-size: 1.2rem!important;
}

.morelink{
    display:block;
    margin:20px auto;
    padding:15px 40px;
    background:#3e5b82;
    color:#fff;
    text-align:center;
    border-radius:30px;
    font-size: 2.0rem;
    transition: all 0.2s ease-in-out;
}

.morelink:hover{
    cursor:pointer;
    background:#fcea0c;
}

.btn0814{
    padding: 30px 0 30px;
    }
    
.btn0814 a:hover{
    opacity:0.8;
    }
    
.btn0814 img{
    width: 100%;
    height: auto;
    }
    
 .btn_gvido {
    width: 90%;
    margin: 20px auto 50px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ffffff;
    font-size: 1.5rem;
    transition: all 0.2s ease-in-out;
}
    
.btn_gvido a{
    color: #ffffff;
    text-decoration: none;
    }
    
    .btn_gvido:hover{
       background-color: #fcea0c;
    }

.sp_video-background{
    margin-top: 70px;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-background{
    display: none;
}

.video-background2{
    margin-top: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

/*YouTube
#video-background {
  min-width: 100%;
  min-height: 100%;
  width: 1024px;
  height: 516px;
  margin: 50px auto 0;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}
YouTube*/

/* 〜479px：SP縦
------------------------------ */
.hide_sp{
	display: none;
}

h1.tit{
    padding: 0 0 30px 0;
}

.main-fixed-bg.main-bg {
   background: none;
	/*background-image: url("../img/bg_main_sp.png");
	background-size: 100%;
	background-position: top center;*/
}

h2{
    font-size: 1.8rem;
    line-height: 3.4rem;
}

ul.btn-entry-w li,ul.btn-entry-b li,ul.btn-entry-y li,ul.btn-link li {
    padding: 5px;
    font-size: 2.0rem;
    line-height: 2.4rem;
}

ul.btn-download li {
    padding: 5px;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

h3{
    font-size: 1.6rem;
    text-align: center;
}

ol li{
    font-size: 1.4rem;
    text-align: left;
} 

.menu {
    right: 10px;
}

img.icon {
    width: 30px;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    padding-bottom: 2px;
}

.txt-catch{
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 700;
}

.tit01{
    padding-bottom: 40px;
}

.tit02{
    padding-bottom: 20px;
} 
    
.tit03{
    padding-bottom: 20px;
} 
    
.tit04{
    padding-bottom: 40px;
} 

.price{
    font-size: 1.4rem;    
}

.price span{
    font-size: 1.2rem;    
}

.box-about {
    background: #fff;
    color: #2a4467;
    padding: 10px;
}

.bg-howto{
    background-image: url("../img/bg_howto_sp.png");
    background-size: 90%;
    background-repeat: no-repeat;
	background-position: center right;
}

.howto{
    width: 47%;
    margin: 20px auto 10px auto;
        padding-bottom: 40px;
}

.box {
    width: 100%;
}

.box-listen {
    width: 80%;
}

.box-demo{
    width: 80%;
}

.box-sns {
    width: 50%;
}

.box-about h4{
    font-size: 1.4rem;
}

ul.btn-download{
    padding: 10px;
    margin: 3px auto 0px auto;
}

dl dt img {
    width: 30%;
}

dl dd {
    font-size: 1.2rem;
}

ul.btn-radio{
    width: 35%;
}

ul.btn-radio li img{
    width: 100%;
}

ul.btn-sns{
    width: 35%;
}

ul.btn-sns li img{
    width: 100%;
}

.info p img{
    width: 50%;
}

footer img{
    width: 30%;
}

.copyright{
    font-size: 1.2rem;       
}

#nav ul li{
    font-size: 2.0rem;
    line-height: 2.4rem;
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 

.hide_sp{
	display: none!important;
}

h1.tit{
    padding: 0 0 30px 0;
}

.main-fixed-bg.main-bg {
    background: none;
    /*
	background-image: url("../img/bg_main_sp.png");
	background-size: 100%;
	background-position: top center;*/
}

h2{
    font-size: 1.8rem;
    line-height: 3.4rem;
}
 
ul.btn-entry-w li,ul.btn-entry-b li,ul.btn-entry-y li,ul.btn-link li {
    padding: 5px;
    font-size: 2.0rem;
    line-height: 2.4rem;
}

ul.btn-download li {
    font-size: 1.6rem;
    line-height: 2.0rem;
}

h3{
    font-size: 1.6rem;
    text-align: center;
}

ol li{
    font-size: 1.4rem;
    text-align: left;
} 
    
.menu {
    right: 30px;
}

.txt-catch{
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 700;
}
    
img.icon {
    width: 30px;
    padding-top: 30px;
    margin: 0 auto;
    display: block;
    padding-bottom: 2px;
}
    
.tit01{
    padding-bottom: 50px;
}

.tit02{
    padding-bottom: 20px;
} 
    
.tit03{
    padding-bottom: 20px;
} 
    
.tit04{
    padding-bottom: 40px;
}
    
.price span{
    font-size: 1.2rem;    
}

.bg-howto{
    background-image: url("../img/bg_howto_sp.png");
    background-size: 90%;
    background-repeat: no-repeat;
	background-position: center right;
}

.howto{
    width: 47%;
    margin: 20px auto 10px auto;
}

.box {
    width: 100%;
}

.box-listen {
    width: 80%;
}

.box-demo{
    width: 80%;
}

.box-sns {
    width: 50%;
}
    
.box-about h4{
    font-size: 1.4rem;
}
    
ul.btn-download{
    padding: 10px;
    margin: 5px auto 0px auto;
}
    
dl dt img {
    width: 30%;
}
    
dl dd {
    font-size: 1.2rem;
}

ul.btn-radio{
    width: 35%;
}

ul.btn-radio li img{
    width: 100%;
}

ul.btn-sns{
    width: 35%;
}

ul.btn-sns li img{
    width: 100%;
}

.info p img{
    width: 50%;
}

footer img{
    width: 30%;
}
.copyright{
    font-size: 1.2rem;       
}

#nav ul li{
    font-size: 2.0rem;
    line-height: 2.4rem;
}
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {

.hide_sp{
	display: none!important;
}

body{
    font-size: 1.6rem;
    line-height: 2.4rem;
}  

.navigation {
   height: 70px;
}

.navigation h1 img {
    width:120px;
    padding: 10px 0 0 0;
}
    
h1.tit{
    padding: 0 0 30px 0;
}

.main-fixed-bg.main-bg {
    background: none;
    /*
	background-image: url("../img/bg_main_sp.png");
	background-size: 100%;
	background-position: top center;*/
}

h2{
    padding-top: 30px;
    font-size: 2.8rem;
    line-height: 4.4rem;
}
 
ul.btn-entry-w li,ul.btn-entry-b li,ul.btn-entry-y li,ul.btn-download li,ul.btn-link li {
    padding: 10px;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

#nav p img{
    display: block;
    width:30%;
    margin: 0 auto;
    padding: 100px 0 20px 0;
}
    
h3{
    font-size: 1.8rem;
    text-align: center;
}

ol li{
    font-size: 1.6rem;
    text-align: left;
}    

.menu {
    right: 30px;
}

.menu {
    background:transparent url("../img/icon_menu.svg") no-repeat 0 8px;
    display: block;
    width: 45px;
    height: 43px;
    cursor: pointer;
    z-index: 200;
}

.close {
    background:transparent url("../img/icon_close.svg") no-repeat 0 4px;
    display: block;
    width: 35px;
    height: 52px;
    cursor: pointer;
    z-index: 200;
}
    
img.icon {
    width: 30px;
    padding: 30px 0 5px 0;
    margin: 0 auto;
    display: block;
}
    
.txt-catch{
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 700;
}
 
.box-prize {
    width: 100%;
    display: block; 
}

.price{
    position: relative;
    display: inline-block;
    padding: 0.45em 0.5em;
    background: #000;
    margin: 10px auto 0 auto;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
}
    
.box-about {
    margin-top: 20px;
}

.box-about img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.tit01{
    padding-bottom: 65px;
}

.tit02{
    padding-bottom: 30px;
} 
    
.tit03{
    padding-bottom: 25px;
} 
    
.tit04{
    padding-bottom: 50px;
}
    
.price{
    font-size: 2.2rem;    
}

.price span{
    font-size: 1.4rem;    
}

.bg-howto{
    background-image: url("../img/bg_howto_sp.png");
    background-size: 90%;
    background-repeat: no-repeat;
	background-position: center right;
}

.howto{
    width: 47%;
    margin: 20px auto 10px auto;
}
    
.box {
    width: 100%;
}

.box-listen {
    width: 50%;
    }

.box-demo{
    width: 70%;
}
 
.box-sns {
    width: 30%;
}
    
.box-about h4{
    font-size: 1.6rem;
}
    
ul.btn-download{
    padding: 10px;
    margin: 5px auto 0px auto;
}

dl dd {
    font-size: 1.2rem;
}

.copyright{
    font-size: 1.2rem;       
}

#nav ul li{
    font-size: 2.0rem;
    line-height: 2.4rem;
}

dl dt img {
    width: 25%;
}

ul.btn-radio{
    width: 40%;
}

ul.btn-radio li img{
    width: 100%;
}

ul.btn-sns{
    width: 40%;
}

ul.btn-sns li img{
    width: 100%;
}
    
.info p img{
    width: 40%;
}

footer img{
    width: 25%;
}

.box-student {
    margin-top: -10px;
    margin-left: -10px;
    padding: 40px 0 80px 0;
}

.student {
    flex: 0 1 calc((100% / 3) - 10px); /* カラム間の隙間の分を引く */
    margin-top: 10px; /* カラム間の隙間 */
    margin-left: 10px; /* カラム間の隙間 */
}

.student h4 {
    font-size: 1.6rem;
}
    
.student div p {
    font-size: 1.4rem;
}
    
.student p.txt-comment {
    font-size: 1.2rem;  
}
    
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {

body {
	font-size: 1.6rem;
    line-height: 2.4rem;
}

.hide_pc{
    display: none!important;
}
    
.hide_sp{
    display: block!important;
} 
    
.w1024{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
 
#nav-toggle{
    display: none!important;    
}
 
ul.nav-open {
    float: right;
    overflow: hidden;
    display: flex;
    padding: 15px 0 0 0px;
}

ul.nav-open li{
    padding: 0 0 0 30px;
}
    
ul.nav-open li a{
    color: #fff;
    text-decoration: none;
}   
    
ul.nav-open li a:hover{
    color: #ccc;
    text-decoration: none;
}  
    
.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
}
    
.main-fixed-bg.main-bg {
	background-image: url("../img/bg_main_pc.png");
	background-size: 2000px;
	background-position: top center;
    background-repeat: no-repeat;
}

.navigation h1 {
    float: left;
    overflow: hidden;
}

.navigation h1 img {
    width:35%;
    padding: 5px;
}

h1.tit img{
    width:28%;
}
    
h1.tit{
    padding: 60px 60px 30px 0;
}
    
h2{
    padding-top: 50px; 
    font-size: 3.0rem;
    line-height: 4.8rem;
}

h2.txt-maincatch2{
     padding-top: 50px;    
    }
    
p.txt-deadline{
    padding-top: 70px;
}

p.main-txt{
    font-size: 1.8rem;
    line-height: 3.0rem;
    padding: 50px 0 20px 0;
}

p.sub-txt{
    line-height: 3.0rem;
}

.txt-annotation{
    font-size: 1.2rem;
    display: block;
}

ul.btn-entry-w li,ul.btn-entry-b li,ul.btn-entry-y li,ul.btn-link li {
    padding: 10px;
    font-size: 2.8rem;
    line-height: 3.2rem;
}

ul.btn-download li {
    padding: 8px;
    font-size: 2.4rem;
    line-height: 3.0rem;
}

h3{
    font-size: 2.0rem;
    line-height: 2.8rem;
    text-align: center;
}

.menu {
    display: none;
}

.bg-sub{
    background-image: url("../img/bg_howto.png");
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

ol li{
    font-size: 1.8rem;
    text-align: left;
}    

img.icon {
    width: 50px;
    padding: 60px 0 5px 0;
    margin: 0 auto;
    display: block;
}
    
.txt-catch{
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
}
 
.box-prize {
    width: 100%;
    display: flex; 
}

.price{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #000;
    margin: 10px auto 0 auto;
    border: 1px solid #fff;
    width: 49%;
    text-align: center;
}
    
.box-about {
    width: 99%;
    margin: 10px auto 0 auto;
}

.bg-howto{
    background-image: url("../img/bg_howto_pc.png");
    background-size: 90%;
    background-repeat: no-repeat;
	background-position: center center;
}

.howto{
    width: 23%;
    margin: 20px auto 10px auto;
}

.tit01{
    padding-bottom: 58px;
}

.tit02{
    padding-bottom: 27px;
} 
    
.tit03{
    padding-bottom: 30px;
} 
    
.tit04{
    padding-bottom: 50px;
}
    
.price{
    font-size: 2.2rem; 
    padding: 15px 0 10px 0;
}

.price span{
    font-size: 1.4rem;    
}

.box {
    width: 100%;
}

.box-listen {
    width: 50%;
    }

.box-sns {
    width: 30%;
}

.box-demo{
    width: 40%;
}
   
.box-about{
    width: 80%;
    margin-top: 40px;
}

.box-about h4{
    font-size: 1.8rem;
}

.box-about img{
    width: 80%;
}
    
ul.btn-download{
    padding: 10px;
    margin: 10px auto 0px auto;
}

dl dd {
    padding-top: 40px;
    font-size: 1.4rem;
}

.copyright{
    font-size: 1.2rem;       
}

dl {
    overflow: hidden;
}

dl dt img {
    width: 25%;
    float: left;
    padding-right: 30px;
}
    
dl dd {
    padding-left: 25%;
}

ul.btn-radio{
    width: 35%;
}

ul.btn-radio li img{
    width: 100%;
}

ul.btn-sns{
    width: 30%;
}

ul.btn-sns li img{
    width: 100%;
}

.info{
    width: 75%;
    margin: 0 auto;
}

.info p img{
    width: 30%;
}

.mg-t30{
    font-size: 2.2rem;
    font-weight: 700;
}

footer img{
    width: 20%;
}

.box-student {
    margin-top: -26px;
    margin-left: -26px;
    padding: 40px 0 80px 0;
}

.student {
    flex: 0 1 calc((100% / 3) - 26px); /* カラム間の隙間の分を引く */
    margin-top: 26px; /* カラム間の隙間 */
    margin-left: 26px; /* カラム間の隙間 */
}

*::-ms-backdrop, .student {
    width: 30%;
}
    
.student h4 {
    font-size: 2.0rem;  
}

.student div p {
    font-size: 1.4rem;  
}
    
.student p.txt-comment {
    font-size: 1.3rem;  
}

img.btn-participan {
    position: relative;
    top: 372px;
    left: 310px;
    width: 134px;
}

.txt-s{
    font-size: 1.2rem!important;
}

a.anchor{
    display: block;
    padding-top: 30px;
}
    
.btn0814{
    padding: 30px 0 50px;
    }
    
.btn0814 a:hover{
    opacity:0.8;
    }
    
.btn0814 img{
    width: 623px;
    height: 62px;
    }
    
 .btn_gvido{
       width: 400px;
        margin: 20px auto 50px;
        padding: 10px 5px;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #ffffff;
        font-size: 2.8rem;
        transition: all 0.2s ease-in-out;
    }
    
.btn_gvido a{
    color: #ffffff;
    text-decoration: none;
    }
    
    .btn_gvido:hover{
       background-color: #fcea0c;
    }
    
.sp_video-background{
display: none;        
    }
    
.video-background,.video-background2{
    display: block;
    margin: 50px auto 0;
    text-align: center;
    width: 914px;
    height: 516px;
    padding-top: 0;
    padding-bottom: 0;
}
}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {

body {
	font-size: 1.6rem;
    line-height: 2.4rem;
}

.hide_pc{
    display: none!important;
}
 
.hide_sp{
    display: block;
} 
    
.w1024{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
    
.menu {
    display: none;
}
 
ul.nav-open {
    float: right;
    overflow: hidden;
    display: flex;
    padding: 15px 0 0 0px;
    z-index: 9999;
}

ul.nav-open li{
    padding: 0px 0 0 30px;
}
    
ul.nav-open li a{
    color: #fff;
    text-decoration: none;
}   
    
ul.nav-open li a:hover{
    color: #ccc;
    text-decoration: none;
}  
    
.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
}
    
.main-fixed-bg.main-bg {
	background-image: url("../img/bg_main_pc.png");
	background-size: 2000px;
	background-position: top center;
    background-repeat: no-repeat;
}

.navigation h1 {
    float: left;
    overflow: hidden;
}

.navigation h1 img {
    width:35%;
    padding: 5px;
}

h1.tit img{
    width:28%;
}
    
h1.tit{
    padding: 30px 30px 30px 0;
}
    
h2{
    padding-top: 50px;
    font-size: 3.0rem;
    line-height: 4.8rem;
}

h2.txt-maincatch2{
     padding-top: 50px;    
    }
    
p.txt-deadline{
    padding-top: 70px;
}

p.main-txt{
    font-size: 1.8rem;
    line-height: 3.0rem;
    padding: 50px 0 20px 0;
}

p.sub-txt{
    line-height: 3.0rem;
}

.txt-annotation{
    font-size: 1.2rem;
    display: block;

}  

ul.btn-entry-w li,ul.btn-entry-b li,ul.btn-entry-y li,ul.btn-link li {
    padding: 10px;
    font-size: 2.8rem;
    line-height: 3.2rem;
}

ul.btn-download li {
    padding: 8px;
    font-size: 2.4rem;
    line-height: 3.0rem;
}

h3{
    font-size: 2.0rem;
    line-height: 2.8rem;
    text-align: center;
}
 
.bg-sub{
    background-image: url("../img/bg_howto.png");
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

ol li{
    font-size: 1.8rem;
    text-align: left;
}    

img.icon {
    width: 50px;
    padding: 30px 0 5px 0;
    margin: 0 auto;
    display: block;
}
    
.txt-catch{
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
}
 
.box-prize {
    width: 100%;
    display: flex; 
}

.price{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    background: #000;
    margin: 10px auto 0 auto;
    border: 1px solid #fff;
    width: 49%;
    text-align: center;
}
    
.box-about {
    width: 99%;
    margin: 10px auto 0 auto;
}

.bg-howto{
    background-image: url("../img/bg_howto_pc.png");
    background-size: 90%;
    background-repeat: no-repeat;
	background-position: center center;
}

.howto{
    width: 23%;
    margin: 20px auto 10px auto;
}

.tit01{
    padding-bottom: 58px;
}

.tit02{
    padding-bottom: 27px;
} 
    
.tit03{
    padding-bottom: 30px;
} 
    
.tit04{
    padding-bottom: 50px;
}
    
.price{
    font-size: 2.2rem; 
    padding: 15px 0 10px 0;
}

.price span{
    font-size: 1.4rem;    
}

.box {
    width: 100%;
}

.box-listen {
    width: 50%;
}

.box-demo{
    width: 40%;
}

.box-sns {
    width: 30%;
}
    
.box-about{
    width: 80%;
    margin-top: 40px;
}

.box-about h4{
    font-size: 1.8rem;
}

.box-about img{
    width: 80%;
}
    
ul.btn-download{
    padding: 10px;
    margin: 10px auto 0px auto;
}

dl dd {
    padding-top: 40px;
    font-size: 1.4rem;
}

.copyright{
    font-size: 1.2rem;       
}

dl {
    overflow: hidden;
}

dl dt img {
    width: 25%;
    float: left;
    padding-right: 30px;
}
    
dl dd {
    padding-left: 25%;
}

ul.btn-radio{
    width: 35%;
}

ul.btn-radio li img{
    width: 100%;
}

ul.btn-sns{
    width: 30%;
}

ul.btn-sns li img{
    width: 100%;
}

.info{
    width: 75%;
    margin: 0 auto;
}

.info p img{
    width: 30%;
}

.mg-t30{
    font-size: 2.2rem;
    font-weight: 700;
}

footer img{
    width: 20%;
}

.box-student {
    margin-top: -26px;
    margin-left: -26px;
    padding: 40px 0 80px 0;
}

.student {
    flex: 0 1 calc((100% / 3) - 26px); /* カラム間の隙間の分を引く */
    margin-top: 26px; /* カラム間の隙間 */
    margin-left: 26px; /* カラム間の隙間 */
}

*::-ms-backdrop, .student {
    width: 30%;
}

.student h4 {
    font-size: 2.0rem;  
}

.student div p {
    font-size: 1.4rem;  
}
    
.student p.txt-comment {
    font-size: 1.3rem;  
}

img.btn-participan {
    position: relative;
    top: 372px;
    left: 310px;
    width: 134px;
}
.txt-s{
    font-size: 1.3rem!important;
}

a.anchor{
    display: block;
    padding-top: 30px;
}
    
.btn0814{
    padding: 30px 0 50px;
    }
    
.btn0814 a:hover{
    opacity:0.8;
    }
    
.btn0814 img{
    width: 623px;
    height: 62px;
    }
    
 .btn_gvido{
       width: 400px;
        margin: 20px auto 50px;
        padding: 10px 5px;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #ffffff;
        font-size: 2.8rem;
        transition: all 0.2s ease-in-out;
    }
    
.btn_gvido a{
    color: #ffffff;
    text-decoration: none;
    }
    
    .btn_gvido:hover{
       background-color: #fcea0c;
    }
    
.sp_video-background{
display: none;        
    }
    
.video-background,.video-background2{
    display: block;
    margin: 50px auto 0;
    text-align: center;
    width: 914px;
    height: 516px;
    padding-top: 0;
    padding-bottom: 0;
}
}</pre></body></html>