@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: #06469e;
	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;
}

section{
    padding-bottom: 50px;
}

.navigation{
	background:#06469e;
	position:fixed;
	top:0;
	width:100%;
	z-index: 1000;
}

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: #06469e;
}

#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: 94%;
    margin: 0 auto;
}

.w940{
    width: 90%;
    margin: 0 auto;
}


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;
}

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;
}

.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,.mincho{
    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: #06469e;
    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: #06469e;
}

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: #06469e;
    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: #06469e;
}

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: #06469e;
    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 {
    background-color: #06469e;
    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;
}



.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;
}

/*prologue*/
.prologue{
    line-height: 0.87;
    padding-bottom: 0;
}

.prologue h2{
    padding-top: 80px;
    padding-bottom: 27px;
    margin: 0 auto;
    width: 37%;
    animation-duration: 2s;
    text-align: center;
}

.prologue h2 img{
    width:100%;
    height:auto;
}

.blue_pc{
    display: none;
}

.blue_sp{
    margin: 5px auto 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.whiteline {
    margin: 5px auto 0;
    background-color: #fff;
    color: #06469e;
    padding-left: 8px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    font-weight: 600;
}

.movie_pc{
    display: none;
}

.movie_sp{
    display: block;
    margin-top: 60px;
    text-align: center;
    position:relative;
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*prologue*/

/*student_photo*/
#letter{
    margin-top: -60px;
    padding-top: 60px;
}

.student_photo{
    background-color: rgb(27 , 86, 166, 0.9);
    
}

.student_photo h2{
    width: 47%;
    padding-top: 23px;
    padding-bottom: 11px; 
    margin: 0 auto;
}

.student_photo h2 img{
    width: 100%;
    height: auto;
}

.container1 {
width: 100%;
    margin: 45px auto 0;
    display: grid;
    grid-gap: 1px 4.5px;
    grid-template-columns: 49.6% 49.6%;
    grid-template-rows: auto auto auto auto auto auto auto auto;
}

.container2 {
width: 100%;
margin: 45px auto 0;
display: grid;
grid-gap: 1px 4.5px;
grid-template-columns: 49.6% 49.6%;
grid-template-rows: auto auto auto; 
}
    
.container1 figure,.container2 figure{
    width: 100%;
}
.container1 figure img,.container2 figure img{
    background-color:#d6e6fc ;
    width: 100%;
}

figure.big-box1 img,figure.big-box2 img,figure.big-box3 img{
    width: 100%;
}

figure.big-box1{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

figure.big-box2{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 5 / 6;
}
    
figure.big-box3{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 10 / 11;
}

.readlink{
    width: 90%;
    margin: 50px auto 0;
    background-color: #fff;
    padding: 18px 0 16px;
    border-radius:70px;
    transition: .5s;
    cursor: pointer;
}

.readlink a{
    color: #1c57a7;
    font-size: 1.8rem;
    text-decoration: none;
}

/*.readlink:hover{
background: #fcea0c;
}
  */  
.readlink img{
    
    width: 100%;
    height: auto;
}

/*student_photo*/

/*gallery*/
.gallery{
    border-top:#fff solid 3px ;
}

.gallery_bg{
    background-image: url("../img/bg_gallery_sp2.jpg");
    background-size: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.gallery .flex{
    /*display: flex;*/
    width: 100%;
    justify-content: space-between;
    margin: 0 auto ;
    height: auto;
}

.gallery h2{
    width: 37%;
    margin: 0 auto;
    padding-top: 50px;
}

.gallery p{
    width: 96%;
    margin: 190px auto 0;
    text-align: left;
    font-size: 1.4rem;
    vertical-align: middle;
    padding-bottom: 30px;
}

.gallery h2 img{
    width: 100%;
    height: auto;
}

.gallery .swiper-container{
    background-color: #fff;
    padding: 5px 0;
    height: 293px;
}

.gallery .swiper-container a img{
    background-color:#d6e6fc ;
    width: 465px;
}

.swiper-slide{
    width: 100%!important;    
    }


.gallery .movie{
    margin-top: 0;
    text-align: center;
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

section.gallery {
    padding-bottom: 0;
}

/*gallery*/

/*pr*/

.pr{
background-color: #fff;
margin-top: -4%;
padding-top: 40px;
    }

/*pr*/



/* 〜479px：SP縦
------------------------------ */
.hide_sp{
	display: none!important;
}

.pc_photo{
    display: none;
}

h1.tit{
    padding: 130px 0 0 0;
}

.main-fixed-bg.main-bg::before {
  content: "";
  background: url(../img/bg_main_sp.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
background-position: center 40px;
}
    
  }

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;
}

.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;
}

.pc_photo{
    display: none;
    }
    
h1.tit{
    padding: 130px 0 0 0;
}

.main-fixed-bg.main-bg {
    background: none;
  }

.main-fixed-bg.main-bg::before {
background: url(../img/bg_main_sp.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
    background-position: center 40px;
  }

h2 img{
    width:326px;
    height:333px;
}
 
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;
}
  
.blue_sp{
    display: none;    
    }
    
.blue_pc{
    display: block;    
    }

.sp_photo{
    display: none!important;
    }
    
.pc_photo{
    display: block;
    }
    

    
body{
    font-size: 1.6rem;
    line-height: 2.4rem;
}  

.blueline{
    margin: 5px auto 0;
    background-color: #06469e;
    padding-left: 8px;
    line-height: 1.3;
    display: inline-block;
    font-size: 1.3rem;
    padding: 4px 10px 4px 10px;
}

    
.navigation {
   height: 70px;
}

.navigation h1 img {
    width:120px;
    padding: 10px 0 0 0;
}
    
h1.tit{
    padding: 260px 0 0 0;
}

.main-fixed-bg.main-bg {
	background-image: url("../img/bg_main_pc.jpg");
	background-size: cover;
    background-position: center 60px;
    background-attachment: fixed;
}

.main-fixed-bg.main-bg::before {
    display: none;
    }
    
h2 img{
    width:326px;
    height:333px;
}
 
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: #06469e;
    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%;
}

section{
    padding-bottom: 100px;
}
    
/*prologue*/
.prologue{
    line-height: 0.87;
    padding-bottom: 100px;
}

.prologue h2{
    padding-top: 80px;
    padding-bottom: 27px;
    margin: 0 auto;
    width: 37%;
    animation-duration: 2s;
    text-align: center;
}

.prologue h2 img{
    width:100%;
    height:auto;
}

.blue_pc{
    display: block;
}

.blue_sp{
    margin: 5px auto 0;
    line-height: 1.5;
    font-size: 1.3rem;
}

.whiteline{
    margin: 5px auto 0;
    background-color: #fff;
    color: #06469e;
    padding-left: 8px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
}

.movie_pc{
    display: block;
    margin-top: 60px;
    text-align: center;
    position:relative;
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie_sp{
    display: none;
}

/*prologue*/

/*student_photo*/
.student_photo{
    background-color: rgb(27 , 86, 166, 0.9);
    
}

.student_photo h2{
    padding-top: 23px;
    padding-bottom: 11px;  
}

.student_photo h2 img{
    width: 326px;
    height: 333px;
}

.container1 {
width: 100%;
    margin: 45px auto 0;
    display: grid;
    grid-gap: 1px 4.5px;
    grid-template-columns: 49.6% 49.6%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.container2 {
width: 100%;
margin: 45px auto 0;
display: grid;
grid-gap: 1px 4.5px;
grid-template-columns: 49.6% 49.6%;
grid-template-rows: auto auto; 
}
    
.container1 figure,.container2 figure{
    width: 100%;
}
.container1 figure img,.container2 figure img{
    background-color:#d6e6fc ;
    width: 100%;
}

figure.big-box1 img,figure.big-box2 img,figure.big-box3 img{
    width: 100%;
}

figure.big-box1{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

figure.big-box2{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 5 / 6;
}
    
figure.big-box3{
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 10 / 11;
}
    
.readlink{
    width: 414px;
    margin: 100px auto 0;
    font-size: 3rem;
    padding: 20px;
    }
    
.readlink img{
    margin-top: 100px;
    width: 414px;
    height: 54px;
}

/*student_photo*/

/*gallery*/
.gallery{
    border-top:none;
}
    
.gallery_bg{
    background-image: url("../img/bg_gallery_pc.jpg");
    background-size: cover;
    padding: 40px 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery .flex{
    /*display: flex;*/
    display: table;
    justify-content: space-between;
    margin: 0 auto ;
    height: 691px;
}

.gallery h2{
    display: table-cell;
    width: 22%;
    vertical-align: middle;
    
}

.gallery p{
    display: table-cell;
    width: 46%;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 60px;
    vertical-align: middle;
}

.gallery h2 img{
    width: 139px;
    height: 14px;
}

.gallery .swiper-container{
    background-color: #fff;
    padding: 5px 0;
    height: 293px;
}

.gallery .swiper-container a img{
    background-color:#d6e6fc ;
    width: 465px;
}

.swiper-slide{
    width: 465px!important;    
    }
    
.gallery .movie{
    margin-top: 0;
    text-align: center;
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

section.gallery {
    padding-bottom: 0;
}

/*gallery*/

/*pr*/

.pr{
background-color: #fff;
margin-top: -4%;
padding-top: 40px;
    }

/*pr*/
    
}

/* 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;
} 
    
.blue_sp{
    display: none;    
    }
    
.blue_pc{
    display: block;    
    }
    
.sp_photo{
    display: none!important;
    }
    
.pc_photo{
    display: block;
    }
    
    
.w1024{
    width: 860px;
    margin: 0 auto;
    position: relative;
}
 
.w940{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
    
section{
    padding-bottom: 100px;
}
    
/*prologue*/
.prologue{
    line-height: 0.87;
    padding-bottom: 100px;
}

.prologue h2{
    padding-top: 80px;
    padding-bottom: 47px;
    padding-right: 20px;
    padding-right: 20px;
    animation-duration: 2s;
    text-align: center;
}

.prologue h2 img{
    width:326px;
    height:333px;
}

.blueline{
    margin: 5px auto 0;
    background-color: #06469e;
    padding-left: 8px;
    line-height: 1.3;
    display: inline-block;
    font-size: 1.5rem;
    padding: 4px 10px 4px 10px;
}

.whiteline{
    margin: 5px auto 0;
    background-color: #fff;
    color: #06469e;
    padding-left: 8px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
}

.movie_pc{
    display: block;
    margin-top: 60px;
    text-align: center;
    position:relative;
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie_sp{
    display: none;
}    
    
/*prologue*/

/*student_photo*/
.student_photo{
    background-color: rgb(27 , 86, 166, 0.9);
    
}

.student_photo h2{
    padding-top: 23px;
    padding-bottom: 11px;  
}

.student_photo h2 img{
    width: 326px;
    height: 333px;
}

.container1 {
width: 940px;
margin: 45px auto 0;
display: grid;
grid-gap: 6px;
grid-template-columns: 467px 940px;
grid-template-rows: 569px 281px 281px 281px 569px 281px 281px 281px;
}

.container2 {
width: 940px;
margin: 45px auto 0;
display: grid;
grid-gap: 6px;
grid-template-columns: 467px 940px;
grid-template-rows: 569px 281px 281px 281px 569px 281px 281px 281px 281px 569px; 
}
    
.container1 figure,.container2 figure{
    width: 467px;
}
.container1 figure img,.container2 figure img{
    background-color:#d6e6fc ;
    width: 467px;
}

figure.big-box1 img,figure.big-box2 img,figure.big-box3 img{
    width: 100%;
}

figure.big-box1{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

figure.big-box2{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 5 / 6;
}
    
figure.big-box3{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 10 / 11;
}
    
.readlink{
    width: 414px;
    margin: 100px auto 0;
    font-size: 3rem;
    padding: 20px;
    }

.readlink img{
    margin-top: 100px;
    width: 414px;
    height: 54px;
}

/*student_photo*/

/*gallery*/
.gallery{
    border-top:none;
}
    
.gallery_bg{
    background-image: url("../img/bg_gallery_pc.jpg");
    background-size: cover;
    padding: 40px 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery .flex{
    /*display: flex;*/
    display: table;
    justify-content: space-between;
    margin: 0 auto ;
    height: 691px;
}

.gallery h2{
    display: table-cell;
    width: 22%;
    vertical-align: middle;
    
}

.gallery p{
    display: table-cell;
    width: 46%;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 60px;
    vertical-align: middle;
}

.gallery h2 img{
    width: 139px;
    height: 14px;
}

.gallery .swiper-container{
    background-color: #fff;
    padding: 5px 0;
    height: 293px;
}
    
.gallery .swiper-container a img{
    background-color:#d6e6fc ;
    width: 465px;
}

.swiper-slide{
    width: 465px!important;    
    }
    
.gallery .movie{
    margin-top: 0;
    text-align: center;
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

section.gallery {
    padding-bottom: 0;
}

/*gallery*/

/*pr*/

.pr{
background-color: #fff;
margin-top: -4%;
padding-top: 40px;
    }

/*pr*/
    
#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.jpg");
	background-size: cover;
	background-position: top center;
    background-attachment: fixed;
}

.main-fixed-bg.main-bg::before {
    display: none;
    }
    
.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 img{
    width:326px;
    height:333px;
}

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: #06469e;
    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%;
}

*::-ms-backdrop, .student {
    width: 30%;
}

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;
}
}

/* 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!important;
} 
    
.blue_sp{
    display: none;    
    }
    
.blue_pc{
    display: block;    
    }
    
.sp_photo{
    display: none!important;
    }
    
.pc_photo{
    display: block;
    }
    
    
.w1024{
    width: 860px;
    margin: 0 auto;
    position: relative;
}
  
.w940{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
   
section{
    padding-bottom: 100px;
}
    
/*prologue*/
.prologue{
    line-height: 0.87;
    padding-bottom: 100px;
}

.prologue h2{
    padding-top: 80px;
    padding-bottom: 47px;
    padding-right: 20px;
    padding-right: 20px;
    animation-duration: 2s;
    text-align: center;
}

.prologue h2 img{
    width:326px;
    height:333px;
}

.blueline{
    margin: 5px auto 0;
    background-color: #06469e;
    padding-left: 8px;
    line-height: 1.3;
    display: inline-block;
    font-size: 1.5rem;
    padding: 4px 10px 4px 10px;
}

.whiteline{
    margin: 5px auto 0;
    background-color: #fff;
    color: #06469e;
    padding-left: 8px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
}

.movie_pc{
    display: block;
    margin-top: 60px;
    text-align: center;
    position:relative;
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie_sp{
    display: none;
}
    
/*prologue*/

/*student_photo*/
.student_photo{
    background-color: rgb(27 , 86, 166, 0.9);
    
}

.student_photo h2{
    padding-top: 23px;
    padding-bottom: 11px;  
}

.student_photo h2 img{
    width: 326px;
    height: 333px;
}

.container1 {
width: 940px;
margin: 45px auto 0;
display: grid;
grid-gap: 6px;
grid-template-columns: 467px 940px;
grid-template-rows: 569px 281px 281px 281px 569px 281px 281px 281px; 
}

.container2 {
width: 940px;
margin: 45px auto 0;
display: grid;
grid-gap: 6px;
grid-template-columns: 467px 940px;
grid-template-rows: 569px 281px 281px 281px 569px 281px 281px 281px 281px 569px; 
}
    
.container1 figure,.container2 figure{
    width: 467px;
}
.container1 figure img,.container2 figure img{
    background-color:#d6e6fc ;
    width: 467px;
}

figure.big-box1 img,figure.big-box2 img,figure.big-box3 img{
    width: 100%;
}

figure.big-box1{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

figure.big-box2{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 5 / 6;
}
    
figure.big-box3{
    width: 940px;
    grid-column: 1 / 3;
    grid-row: 10 / 11;
}

.readlink{
    width: 414px;
    margin: 100px auto 0;
    font-size: 3rem;
    padding: 20px;
    }
    
.readlink img{
    margin-top: 100px;
    width: 414px;
    height: 54px;
}

/*student_photo*/

/*gallery*/
.gallery{
    border-top:none;
}
    
.gallery_bg{
    background-image: url("../img/bg_gallery_pc.jpg");
    background-size: cover;
    padding: 40px 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.gallery .flex{
    /*display: flex;*/
    display: table;
    justify-content: space-between;
    margin: 0 auto ;
    height: 691px;
}

.gallery h2{
    display: table-cell;
    width: 22%;
    vertical-align: middle;
    
}

.gallery p{
    display: table-cell;
    width: 46%;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 60px;
    vertical-align: middle;
}

.gallery h2 img{
    width: 139px;
    height: 14px;
}

.gallery .swiper-container{
    background-color: #fff;
    padding: 5px 0;
    height: 293px;
}

.gallery .swiper-container a img{
    background-color:#d6e6fc ;
    width: 465px;
}

.swiper-slide{
    width: 465px!important;    
    }
    
.gallery .movie{
    margin-top: 0;
    text-align: center;
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

section.gallery {
    padding-bottom: 0;
}

/*gallery*/

/*pr*/

.pr{
background-color: #fff;
margin-top: -4%;
padding-top: 40px;
    }

/*pr*/
    
.menu {
    display: none;
}
 
ul.nav-open {
    float: right;
    overflow: hidden;
    display: flex;
    padding: 15px 0 0 0px;
    z-index: 1000;
}

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.jpg");
	background-size: cover;
	background-position: top center;
    background-attachment: fixed;
    padding-top: 20px;
}

.main-fixed-bg.main-bg::before {
    display: none;
    }    
     
.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;
}

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: #06469e;
    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%;
}

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;
}
}