@charset "utf-8";
@import url(reset.css);
html { scroll-behavior: smooth;}

a[href^="tel:"] {
    pointer-events: none;
}
.center {
    text-align: center;
}
.flex{
    display: flex;
}
/*スマホでは消す*/
.pc-dN{
	display:none!important;
}
.btn-trigger{
	display:none!important;
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#000 url(../images/28381377_l.jpg) no-repeat center center;
/*    background:#fff;*/
  background-size:cover;
  text-align:center;
  color:#000;
}
#splash img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width:768px){
    #splash img{
    width: 141%;
}
}

/* Loading画像中央配置　*/
#splash_logo {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width: 1080px;
    width: 100%;
    text-align: center;
}

#splash_logo p {
    
    filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff)  drop-shadow(0px 0px 8px #fff);
}

/*タイプライター文字*/
#mainlupin {
  width: 100%;
  height: 100%;
  display: table;
}

h3 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 92px;
    line-height: 1.2;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    visibility: hidden;
/*    filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff)  drop-shadow(0px 0px 8px #fff);*/
}

h3.single {
  font-size: 180px;
}

#cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}


#splash .txt202304_01 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: linear-gradient(transparent 70%, #ff0000 70%);
        display: inline-block;
    filter: drop-shadow(0px 0px 5px #ff0000) drop-shadow(0px 0px 5px #ff0000) drop-shadow(0px 0px 8px #ff0000);
}

@media only screen and (max-width:768px){
    /* Loading画像中央配置　*/
#splash_logo {
        width: 100%;
}
    
    #mainlupin {
    padding: 0 20px;
}
    
    h3 {
    font-size: 33px;
}
    h3.single {
  font-size: 80px;
}
    
    #splash .txt202304_01 {
    font-size: 28px;
            margin-bottom: 20px;
}
    

    
}





/*フェード*/
.effect-fade {
    opacity: 0;
    animation: fadein 1.5s ease-in-out 1 normal forwards;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateX(-100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.effect-fade-in {
    opacity: 0;
    animation: fade-in 0.5s ease-in-out 1 normal forwards;
}

@keyframes fade-in {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*以下遅延の指定*/
.delay01 {animation-delay: 0.3s;}
.delay02 {animation-delay: 0.6s;}
.delay03 {animation-delay: 0.9s;}
.delay04 {animation-delay: 1.8s;}
.delay05 {animation-delay: 4s;}
.delay06 {animation-delay: 4.5s;}
.delay07 {animation-delay: 2.3s;}


#fadein00{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    
}
#fadein00 img{
    filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff)  drop-shadow(0px 0px 8px #fff);
    width: 600px;
}



.effect-scroll{
    opacity: 0;
    transform: translate(0, 70px);
    transition: all 0.9s;
}
.effect-scroll-after{
    opacity: 1;
    transform: translate(0, 0);
}

.title01 img {
    
}
.title01 p{
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    text-shadow: 10px 10px 30px #015590;
    line-height: 1.2;
    margin-bottom: 20px;
}
.title01 span{
    font-size: 70px;

}

/*
.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  color: #fff;
}

.bg.-visible:before {
  transform: translate(0, 0);
}

.bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

 テキストのスタイル 
.title01 {
  display: block;
  color: #0071BC;
  text-align: center;
}

.title01 p {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
}
.title01 p span{
  color: #ff0000;
}

.title01 p:first-child {
  transform: translate(0, 40px);
  font-size: 80px;
  transition-delay: 1.25s;
    letter-spacing: 0.1em;
}

.title01 p:last-child {
  margin-top: 18px;
  transform: translate(0, 30px);
  font-size: 80px;
  transition-delay: 1.45s;
    letter-spacing: 0.1em;
}

.bg.-visible .title01 p {
  opacity: 1;
  transform: translate(0, 0);
}
*/








.title{
    width: 980px;
}
.title svg{
    width: 100%;
    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000)  drop-shadow(0px 0px 8px #000);

}

/*========= レイアウトのためのCSS ===============*/

body{
    overflow-x: hidden;
    text-align: justify;
text-justify: inter-ideograph;
    font-family: 'Noto Sans JP', sans-serif;
}

#container{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/2022_hanabi.jpg) no-repeat center center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a{
    text-decoration: none;
    transition: all 0.5s ease;
}

main a:hover{
    opacity: 0.5;
}
section{
	margin:100px auto;
	position:relative;
	max-width:980px;
    font-family: 'Noto Sans JP', sans-serif;
}

/*-------------------メニュー-------------------*/
.btn-trigger{
	display:none!important;
}

.header-warp{
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 100;
}
.navigation{
    background:rgba(0,113,188,0.8);
    padding: 5px 10px;
    border-radius: 30px;
}
.nav-list{
	display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin: auto;
}


/*
.nav-list li+ li {
    border-right: 1px solid #fff;
    padding-left: 20px;
}
*/
.nav-list li{
    color: #fff;
    transition: 0.3s ease;
    font-size: 15px;
    position: relative;
/*    border-right: 1px solid #fff;*/
    padding-left: 10px;
    padding-right: 10px;
}
.nav-list .red{
    color: #fff;
    background-color: #ff0000;
    border-radius: 20px;
    margin: 0 10px;
}


.nav-list a.p:hover {
    position: relative;
    text-decoration: none;
    color: #F1932E;
} 
.nav-list a.p span {
    display: none;
/*    position: absolute;*/
    top: 2em;

    
}


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


/*-------------------メイン-------------------*/

.scroll {
  display: inline-block;
  position: absolute;
    top: -74px;
    left:50%;
  transform:translate(-50%,-50%);
  z-index: 2;
  padding: 10px 10px 60px;
  overflow: hidden;
  color: #ff0000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;

  
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #ff0000;
}

.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


#main .main_txt01{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.15em;
    color: #0071BC;
    margin: 30px 0;
}
#main .main_txt02{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.15em;
}
#main .main_txt03{
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.15em;
    color: #0071BC;
    margin-bottom: 20px;
    background: linear-gradient(transparent 50%, #FCEE21 50%);
    padding-left: 60px;
}
#main .main_txt03 span{
    font-size: 45px;
}

#main .main_btn{
    font-size: 45px;
    color: #fff;
    background-color: #ff0000;
    padding: 10px ;
    text-align: center;
    margin: 50px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
}
#main .main_btn:hover{
    background-color: #0071BC;
}

/*-------------------なぜJACは成績が上がるのか？-------------------*/

h2 {
  font-size: 15px;
  position: relative;
  text-align: center;
    color: #0071BC;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

h2 span {
  font-size: 35px;
  display: block;
    color: #000;
    
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0071BC;
}

#why{
    margin:0 -200%;
    padding:60px 200%;
    background: #FEF4E5;
}
#why .why_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 30px;
}
#why .why_no {
    display: flex;
    margin-top: 50px;
    align-items: center;
}
#why .why_no img {
    margin-right: 30px;
/*    width: 78px;*/
    height: 110px;
}
#why .why_no_txt01 {
    font-size: 25px;
    font-weight: 700;
    color: #0071BC;
    margin-bottom: 8px;
}
#why .why_no_txt01 span {
    color: #ff0000;
}

/*-------------------QandA-------------------*/

#qanda .why_no_txt01 {
    font-size: 25px;
    font-weight: 700;
    color: #0071BC;
    margin-bottom: 8px;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  margin: 15px 0;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #F5F5F5;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd div {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}
.Qa-Box .Qa a,.Qa-Box .Qa .colortxt,#flow .flow_no_txt02 a {
  color: #37beb0;
    margin-right: 20px;
}

#qanda hr,#flow hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
#qanda hr.style7,#flow hr.style7 {
	border-top: 1px dotted #8c8b8b;
    margin: 5px 0;
}

#qanda .title000{
    color: #ff0000;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}
.popup_title00_junbi{
    font-size: 25px;
    width: 300px;
    margin: 20px auto 10px;
}
.qanda_txt01{
    font-size: 30px;
    font-weight: 700;
    color: #0071BC;
    margin-bottom: 8px;
    text-align: center;
}
#qanda hr.style8 {
	border-top: 5px solid #0071BC;
    margin: 5px 0 10px;
}
.qanda_title{
    font-size: 35px;
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.lineheight200{
    margin-top:10px;
    margin-bottom:5px;
    display:block;
}
.Qa{
    position: relative;
}


.close_pc img{
    position: absolute;
    top: 206px;
    left: 50px;
    transform: rotate(-3deg );
    filter: drop-shadow(5px 5px 5px #e6e6e6);
}
.close_sp img{
        position: absolute;
    left: 59px;
    transform: rotate(-5deg );
    filter: drop-shadow(5px 5px 5px #e6e6e6);
    width: 203px;
    bottom: 123px;

}



@media only screen and (max-width:768px){
    #qanda{
        margin: 0 20px;
    }
    
    .qanda_title{
    font-size: 25px;
}
    #qanda .title000 {
    font-size: 20px;
}
    
    .Qa-Box .Qa a,.Qa-Box .Qa .colortxt {
  color: #37beb0;
    margin-right: 13px;
}
    .lineheight200{
    margin-top:10px;
        line-height: 1.3;
}
    .lineheight200_1{
            padding-left: 16px;
    }
    
    
    
    
}


/*-------------------夏期講座 参加までの流れ-------------------*/


#flow{
}
#flow .flow_no {
    display: flex;
    margin-top: 50px;
    align-items: center;
}
#flow .flow_no img{
    margin-right: 30px;
}
#flow .flow_no_txt01 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
}
#flow .flow_no_txt01 span {
    font-size: 14px;
}
#flow .flow_no_txt02 span {
    display: block;
    margin-top: 10px;
}

/*ポップアップ*/
.popup_tel{
    text-align: right;
    margin-top: 10px;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background:rgba(255,255,255,0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 360px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(94, 94, 94, 0.2);
    padding: 20px 0;
}

.popup_title_jikan{
    font-size: 20px;
    color:#ff0000;
    margin: 10px 0 20px;
}
.popup_title {
  color: #37beb0;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 1px #37beb0;/*上線*/
  border-bottom: solid 1px #37beb0;/*下線*/
    width: 200px;
    margin: 0 auto 10px;
}

.popup_content p{
    padding:3px;
    text-align: center;
}
.popup_txt a{
    color:#ff0000;
}
.popup_txt{
    font-size: 15px;
}
.popup_txt span{
    font-size: 20px;
    font-weight: bold;
    color:#ff0000;
    margin-left: 10px;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#37beb0;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
    color: #37beb0;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;
    border:1px solid #37beb0;
    padding:5px 15px;
    font-weight: bold;
}
.open_btn:hover{
    background:#37beb0;
    color:#fff;
    transition: .3s ease;
}

.open_btn00 {
    cursor: pointer;

}
.popup_title00{
    font-size: 16px;
    width: 300px;
    margin: 20px auto 10px;
}


/*-------------------夏期講座 申し込み特典-------------------*/

#gift{
    margin:0 -200%;
    padding:30px 200%;
    background: #FEF4E5;
}
#gift .gift_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
#gift .gift_txt001 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #0071BC;
    margin-bottom: 20px;
    background: linear-gradient(transparent 50%, #FCEE21 50%);
}
#gift .gift_no{
    display: flex;
    justify-content: space-around;
}
#gift .gift_no div{
/*    padding-top: 70px;*/
    width: 350px;
    height: 370px;
    background:url(../images/gift.png) no-repeat center;
}
#gift .gift_no_txt01{
    font-size: 30px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    margin-top: 115px;
}
#gift .gift_shime{
    display: flex;
    background: #ff0000;
    padding: 20px;
    margin: 40px 0;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.3);
}

#gift .gift_shime_txt001{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    
}

#gift .gift_shime_txt01{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
#gift .gift_shime_txt01 span{
    font-size: 30px;
}
#gift .gift_shime_txt02{
    background: #fff;
    color: #ff0000;
    font-size: 30px;
    font-weight: 700;
    padding: 0 10px 10px;
    border-radius: 20px;
    text-align: center;
}
#gift .gift_shime_txt02 span:first-of-type{
    font-size: 70px;
}
#gift .gift_shime_txt02 span:nth-of-type(2){
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
#gift .gift_shime_txt03{
    text-align: center;
    margin-top: -20px;
}
#gift .gift_shime_txt003{
    text-align: center;
    margin-top: 23px;
    font-size: 18px;
    color: #ff0000;
    font-weight: 700;
}

/*-------------------夏期講座 日程-------------------*/

#schedule .schedule_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
#schedule .schedule_no {
    display: flex;
    justify-content: center;
}
#schedule .schedule_no img {
    margin: 15px 0;
}
#schedule .schedule_no div {
    text-align: center;
}
#schedule .schedule_txt001 {
    font-size: 15px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
/*-------------------申し込みボタン-------------------*/

#schedule .moushikomi {
    background: #ff0000;
    padding: 20px;
    text-align: center;
    max-width: 660px;
    margin: 80px auto;
}
#schedule .moushikomi:hover {
    background: #0071BC;
    padding: 20px;
    text-align: center;
    max-width: 660px;
    margin: 80px auto;
}

#schedule .moushikomi_txt01 {
    color: #ffff00;
    font-size: 20px;
    font-weight: 700;
    
}
#schedule .moushikomi_txt02 {
/*    background: #ff0000;*/
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    border-radius: 30px;
    margin: 15px 0;
    transition: all 0.5s ease;
    
}
/*
#schedule .moushikomi_txt02:hover {
    background: #0071BC;
    color: #fff;
    border: solid 1px #fff;
}
*/
#schedule .moushikomi_txt03 {
    background: #fff;
    padding: 20px;
    color: #000;
    text-align: left;
}
#schedule .moushikomi_txt03 span {
    color: #0071BC;
    font-size: 25px;
    font-weight: 700;
}

/*-------------------フッター-------------------*/

#footer{
    background: #F2F2F2;
    padding: 80px 0 10px;
}

#foadco{
    text-align: center;
}
#foadco p{
    display: inline-block;
    text-align: left;
}
#footer .copy{
    margin: 50px 0 10px;
    font-size: 14px;
    font-weight: 200;
}

/*-------------------個別指導はこちら-------------------*/
.kobetsu_btn_wrap{
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
    
}

.kobetsu_btn {
	position: relative;
	width: 325px;
	height: 53px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.kobetsu_btn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  display: block;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.kobetsu_btn:hover {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.kobetsu_btn:hover img:nth-of-type(2) {
  opacity: 0;
}

.graph{
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.graph img:nth-of-type(1){
/*
    width: 273px;
    height: auto;
*/
    margin-right: 10px;
}
.graph img:nth-of-type(2){
/*
    width: 565px;
    height: 120px;
*/
}


























.mousikomi_btn .main_btn{
    font-size: 37px;
    color: #fff;
    background-color: #ff0000;
    padding: 10px 20px ;
    text-align: center;
    margin: 20px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
        border: solid 4px #fff;
}
.mousikomi_btn .main_btn:hover{
    background-color: #0071BC;
}

#main_kobetsu .main_txt01{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.15em;
    color: #0071BC;
    margin: 30px 0;
}
#main_kobetsu .main_txt02{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.15em;
}
#main_kobetsu .main_txt03{
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.15em;
    color: #000;
    margin-bottom: 20px;

    padding-left: 60px;
}
#main_kobetsu .main_txt03 span{
    font-size: 45px;
}

#main_kobetsu .main_btn{
    font-size: 45px;
    color: #fff;
    background-color: #ff0000;
    padding: 10px ;
    text-align: center;
    margin: 80px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
}
#main_kobetsu .main_btn:hover{
    background-color: #0071BC;
}




#system .why_txt00 {
    font-size: 23px;
    color: #ff0000;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 30px;
}

#system .why_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 30px;
}
#system .why_no {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

#system .why_no_txt01 {
    font-size: 25px;
    font-weight: 700;
    color: #0071BC;
    margin-bottom: 8px;
}
#system .why_no_txt01 span {
    color: #ff0000;
}

#system .system_wrap{
    text-align: center;
    margin-right: 30px;
}
#system .system_wrap img{
    width: 220px;
    height: 78px;
    margin-bottom: 10px;
}
#system .system_wrap p{
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    
}

.jumpup01{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.jumpup03 {
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0 0;
  position: relative;
  padding: 0rem .5rem 1rem;
    color: #FF6666;
    display: inline-block;
    width: 340px;
}

.jumpup03:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}



.jumpup02{
    font-size: 45px;
    font-weight: 700;
    margin: 10px;
    color: #ff0000;
    border-bottom:solid;
    border-color:#FF0000;
    border-width:5px;/*5ピクセルの太さにする*/
}
.jumpup02 span{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.seiseki{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.seiseki00{
    display: block;
    margin-right: 5px;
    width: 33%;
}
.seiseki000{
    display: flex;
    align-items: center;
}
.seiseki00 .seiseki_txt01{
    font-size: 16px;
    color: #fff;
    background-color: #0071BC;
    border-radius: 10px;
    padding: 2px 3px;
    display: inline-block;
    line-height: 1;
}
.seiseki00 .seiseki_txt01 span{
    font-size: 12px;
}
.seiseki00 .seiseki_txt02{
    font-size: 23px;
    font-weight: 900;
    margin: 3px 3px 0 10px;
}
.seiseki00 .seiseki_txt02 span{
    color: #ff0000;
}
.seiseki000 img{
    width: 18%;
}
.seiseki00 .seiseki_txt03{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 5px;
    padding-right: 25px;
}
.seiseki00 .seiseki_txt003{
    font-size: 13px;
    line-height: 1.3;
    margin-top: 5px;
}
.seiseki00 .seiseki_txt03 span:nth-of-type(1){
    font-size: 13px;
    background-color: #5654a2;
    border-radius: 10px;
    padding: 0px 3px;
    color: #fff;
    margin: 0 2px;
}
.seiseki00 .seiseki_txt03 span:nth-of-type(2){
    font-size: 13px;
    background-color: #e76f00;
    border-radius: 10px;
    padding: 0px 3px;
    color: #fff;
    margin: 0 2px;
}
.seiseki00 .seiseki_txt03 span:nth-of-type(3){
    font-size: 20px;
    font-weight: 700;
}

.nagare{
    margin:0 -200%;
    padding:30px 200%;
    background: #FEF4E5;
}

#gift_kobetsu{
}
#gift_kobetsu .gift_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
#gift_kobetsu .gift_txt001 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #0071BC;
    margin-bottom: 20px;
    background: linear-gradient(transparent 50%, #FCEE21 50%);
}

#gift_kobetsu .gift_shime{
    display: flex;
    background: #ff0000;
    padding: 20px;
    margin: 40px 0;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.3);
}

#gift_kobetsu .gift_kobetsu_txt00{
    display: flex;
    justify-content: center;
    align-items: center;
}
#gift_kobetsu .gift_kobetsu_txt001{
    font-size: 35px;
    font-weight: 700;
    margin-right: 20px;
}
#gift_kobetsu .gift_kobetsu_txt002{
    font-size: 75px;
    font-weight: 900;
    color: #ff0000;
}
#gift_kobetsu .gift_kobetsu_txt002 span:nth-of-type(1){
    font-size: 23px;
}
#gift_kobetsu .gift_kobetsu_txt002 span:nth-of-type(2){
    font-size: 23px;
    color: #000;
}
#gift_kobetsu .gift_kobetsu_txt003{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
#gift .gift_no_txt02_01{
    background: #ff0000;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
    font-size: 20px;
}



/*トップへ戻る*/
#page_top{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 1px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}
#page_top a{
    position: relative;
    display: block;
    width: 55px;
    text-decoration: none;
    text-align: center;
    color: #0071BC;
}
#page_top a::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 35px;
    color: #0071BC;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 10px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

/*-------------------申し込み・資料請求-------------------*/

.header_cont{
    background:#ddd url(../images/2022_hanabi_150.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  color:#fff;
    height: 150px;
    margin-bottom: 50px;
}
.header_cont img{
    width: 500px;
    margin-top: 15px;
    filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000)  drop-shadow(0px 0px 3px #000);
    
}
.header_cont_kobetsu{
    background:#ddd url(../images/4828115_l_01.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  color:#fff;
    height: 150px;
    margin-bottom: 50px;
}
.header_cont_kobetsu img{
    width: 350px;
}
.link_contact a{
    color: #FFFFCC;
    font-weight: bold;
    background: #0071BC;
        border-radius: 15px;
        padding: 5px 20px;
    display: inline-block;
    transition: 0.3;
}
.link_contact a:hover{
    color: #fff;
    font-weight: bold;
    background: #51BCFF;
}
    .link_contact{
    text-align: center;
        
}
.privacy_txt{
    width: 500px;
    height: 200px;
    padding: 20px 20px 20px 0;
    overflow-y: scroll;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
    font-size: 15px;
}
.privacy_txt span{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    background:linear-gradient(transparent 50%, #E5E5E5 0%);
}



/* フォーム */
#contents {

/*	max-width: 980px;*/
}


/*
p {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
*/

table {
	border-collapse: collapse;
	line-height: 18px;
	letter-spacing: 0em;
	margin-bottom: 30px;
}

th {
	background-color: #E8E8E8;
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
}

td {
	border: 1px solid #CCC;
	padding: 5px;
}

td p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.text12 {
	font-size: 12px;
	line-height: 18px;
}

.red {
	color: #C00;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 30px;
}

dl.indevifaq {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

dl.indevifaq dt {
	clear: both;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background-image: url(../course/individual/images/choice1_icon_q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 36px;
	padding-bottom: 14px;
	letter-spacing: 0em;
}

dl.indevifaq dd {
	clear: both;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background-image: url(../course/individual/images/choice1_icon_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 36px;
	padding-bottom: 14px;
	letter-spacing: 0em;
	margin-top: 20px;
}

dl.indevifaq p {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

dl.indevifaq ol.point li {
	color: #333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.note {
	font-size: 12px;
	margin-top: -26px;
	margin-bottom: 30px;
}

.red {
	color: #900;
}

.button {
	padding: 0px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.clear {
	clear: both;	
}

.img_cet{
	text-align:center;
	display:block;
	margin:0 auto;
}


#contact table {
	border-collapse: collapse;
	line-height: 18px;
	letter-spacing: 0em;
	margin: auto;
    
}

#contact th {
	background-color: #E8E8E8;
	text-align: center;
	border: 1px solid #CCC;
	padding: 16px;
}

#contact td {
	border: 1px solid #CCC;
	padding: 16px;
}

#contact td p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


textarea{
        width: 450px;
    }

@media only screen and (max-width:768px){
    #contact table {
        table-layout: fixed;
        width: 100%;
        }
    #contact td {
	font-size: 14px;
}
    
    
}

/*-------------------サンクスページ-------------------*/
.thanks{
    margin-top: 50px;
    height: 400px;
}
#footer_thanks #footer{
    background: #F2F2F2;
    padding: 80px 0 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}


/**-------------------個別指導ページ-------------------**/
.nav-list .blu{
    color: #fff;
    background-color: #0071BC;
    border-radius: 20px;
    margin: 0 10px;
}

#fadein001{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width: 1080px;
    width: 100%;
}
.title001 p{
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-shadow: 10px 10px 30px #4C4C4C;
    line-height: 1.3;
}
.title001 span{
    color: #ff0000;

}
#fadein002{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width: 1080px;
    width: 100%;
}
#container_kobetsu{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/4828115_l.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}



.container_kobetsu01{
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-shadow: 10px 10px 30px #4C4C4C;
    line-height: 1.2;
    margin: 0 0 30px;
}
.container_kobetsu02{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 5px 5px 20px #4C4C4C;
    margin: 0 0 20px;
}

#main_kobetsu00{
    text-align: center;
    margin-bottom: 20px;
}
#main_kobetsu00 p{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    
}
.kobetsu_txt00{
    display: flex;
    justify-content: center;
    align-items: center;
}
.kobetsu_txt01{
    font-size: 30px;
    font-weight: 900;
    color: #5654A2;
}
.kobetsu_txt02{
    font-size: 50px;
    font-weight: 900;
    color: #ff0000;
}
.kobetsu_txt03{
    font-size: 50px;
    font-weight: 900;
    color: #ff0000;
    border-bottom: double 5px #ff0000;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.kobetsu_txt04{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #5654A2;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0;
}
.main_kobetsu000{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 15px;
}
.kobetsu_txt05{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #5654A2;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    line-height: 1.1;
}
.kobetsu_txt05 span{
    font-size: 30px;
    font-weight: 700;
    color: #ffff00;
}
.main_kobetsu000 .kobetsu_txt05:nth-child(2){
    margin: 0 10px;
}
.kobetsu_txt06{
    text-align: left;
}

.kobetsu_btn_wrap{
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}
.kobetsu_btn_wrap01{
    position: fixed;
    right: 10px;
    bottom: 68px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}
.kobetsu_btn_wrap02{
    position: fixed;
    right: 10px;
    bottom: 125px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}
.kobetsu_btn_wrap03 {
    position: fixed;
    right: 10px;
    bottom: 126px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}

.kobetsu_btn00 {
	position: relative;
	width: 325px;
	height: 53px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.kobetsu_btn00 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  display: block;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.kobetsu_btn00:hover {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.kobetsu_btn00:hover img:nth-of-type(2) {
  opacity: 0;
}

/*グラフポップアップ*/

/* ポップアップウインドウの設定 */
.popup {
    background:rgba(255,255,255,0.7);
    display: none;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 100%;
    text-align: center;
}














.bottombanner{
    display: none;
}


/* スマホだけに適用するCSS */
@media only screen and (max-width:768px){

a[href^="tel:"] {
    pointer-events: auto;
}
    html, body {
    width:100%;
    height: 100%;
        
        
}
    * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
    /*スマホでは消す*/
.sp-dN{
	display:none !important;
}
.pc-dN{
	display: block!important;
}
html #wpadminbar{
	display:none;
}

.wrapwrap{
    overflow-x: hidden;
}

body.fixed{
	position:fixed;
}
    
    
    section{
/*	width:380px;*/
        margin: 30px 20px;
/*        max-width: 380px;*/
}
    
    .btn-trigger{
	display:block!important;
}
    /*ハンバーガーメニュー*/
    .btn-trigger{
	display: block;
	-webkit-appearance:none;
	appearance:none;
	position: fixed;
/*	top: 20px;*/
	right: 9px;
	z-index: 100;
	width: 40px;
	height: 20px;
	border: none;
	background: none;
        bottom: 26px;
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 3px;
	background-color: #000;
	transition: all 0.3s;
}
.btn-trigger span:first-of-type{
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 50%;
}
.btn-trigger span:last-of-type{
	top: 100%;
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 50%;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	top: 50%;
}
    
    
    
/*画面下部バナーとメニュー*/
    .header-warp {
    position: fixed;
     top: inherit; 
     right: inherit; 
     z-index: 1; 
    background: #00CB65;
    bottom: 0;
    height: 61px;
    width: 100%;
}
    .btn-trigger p{
    position: absolute;
    display: block;
    font-size: 10px;
    margin-top: 15px;
        color: #000;
    }
    
    .bottombanner{
        display: flex;
        margin: 0 50px 0 3px;
        position: fixed;
        bottom: 0;
        z-index: 2; 
        justify-content: center;
        width: 86%;
    }
    .bottombanner .request{
        width: 50%;
        background: #ff0000;
            margin: 5px 4px;
        border-radius: 10px;
        padding: 5px;
        font-size: 15px;
        line-height: 1.2;
        font-weight: bold;
        color: #ffff00;
        border: solid 2px #fff;
            text-align: center;
    }
    .bottombanner .request2{
        width: 50%;
        background: #0032CB;
        
    }
    .bottombanner .request a p{
        font-size: 15px;
        line-height: 1.2;
        font-weight: bold;
        color: #ffff00;
    }
    
    .bottombanner span{
        font-size: 10px;
        color: #fff;
    }
    
    
    
    
    
.nav-list {
	position: absolute;
	display: block;
	font-size: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 60px 0 0;
    width: 100%;
}
.nav-item{
	margin-bottom: 0px;
	padding: 20px 0;
	text-align: center;
/*	border-bottom: solid 1px #fff;*/
	margin: 0 20px;
}
.nav-item>a{
	color: #7C3B1E;
	font-size: 15px;
	font-weight: bold;
}
    .nav-list > li+ li {
  border-left: 0px solid #333;
    padding-left: 0px;
}
.nav-list li a {
	border:none;
}
.nav-list li+ li a {
	border:none;
}
.navigation{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	padding: 0px 0 0px;
	background-color: rgba(0,113,188,0.9);
    margin: 0 0px;
    border-radius: 0px;
}

    
    .scroll {
    left:10px;
    color: #fff;
    top: -51px;
    display: none;
}
    .scroll::after {

  background: #fff;
}
    
    
    
    #wrap{
        overflow:hidden;
    }

.title{
    

}




    
    #fadein00{
        max-width: 380px;
}

.title01 p{
        font-size: 43px;
    margin-left: 30px;
    margin-bottom: 10px;
}
   .title01 p span{
        font-size: 25px;
} 
    

.title svg{
        width: 100%;
        margin-bottom: 110px;
}
#fadein00 img{

    width: 300px;
}
    
    #main{
        margin: 0 20px;
        width: auto;
    
}
    
    
    #main .main_txt01{

        font-size: 20px;

        margin: 10px 0;
}
#main .main_txt02{

        font-size: 18px;

}
#main .main_txt03{

        background: linear-gradient(transparent 80%, #FCEE21 50%);
        padding-left: 0px;
        line-height: 1.2;
        margin-top: 20px;
}
#main .main_txt03 span{
    font-size: 45px;
}
    #main .main_txt04{
        font-size: 14px;
    }
#main .main_btn{
        font-size: 25px;
        margin: 30px 0px;

}

    /*-------------------なぜJACは成績が上がるのか？-------------------*/

h2 {
  font-size: 15px;
  position: relative;
  text-align: center;
    color: #0071BC;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

h2 span {
    font-size: 18px;

    
}



#why{
    margin:0px;
        padding:30px 0;
    background: #FEF4E5;
}
#why .why_txt01 {
        font-size: 18px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 30px;
}
#why .why_no {
        display: block;

    align-items: center;
        margin: 30px 20px 0 20px;
}
#why .why_no img {
    margin-right: 30px;
/*    width: 78px;*/
    height: 110px;
        display: block;
        margin: auto;
}
#why .why_no_txt01 {
    font-size: 22px;
    font-weight: 700;
    color: #0071BC;
    margin-bottom: 8px;
}
#why .why_no_txt01 span {
    color: #ff0000;
}

#why .kobetsu_btn{
    text-align: right;
        margin: 30px 0 50px;
}
#why .kobetsu_btn img{
    width: 80%;
}
    

    
    /*-------------------夏期講座 参加までの流れ-------------------*/


#flow{
}
#flow .flow_no {
        display: block;
        margin: 50px 20px 0 20px;
    align-items: center;
}
#flow .flow_no img{
        margin-right: 0px;
        margin: auto;
        display: block;
}
#flow .flow_no_txt01 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
}
#flow .flow_no_txt01 span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
#flow .flow_no_txt02 span {
    color: #ff0000;
    font-size: 20px;
}

/*-------------------夏期講座 申し込み特典-------------------*/

#gift{
    margin:0px;
    padding:30px 0;
    background: #FEF4E5;
}
#gift .gift_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
#gift .gift_no{
        display: block;
    justify-content: space-between;
}
#gift .gift_no div{
        padding-top: 40px;
        width: 100%;
    height: 370px;
    background:url(../images/gift.png) no-repeat center;
}
#gift .gift_no_txt01{
    font-size: 30px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
        margin-top: 80px;
}
    #gift .gift_no_txt02{
        font-size: 18px;
        width: 300px;
        margin: auto;
}

    
    
#gift .gift_shime{
        display: block;
    background: #ff0000;
        padding: 10px 10px;
        margin: 20px;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.3);
}

#gift .gift_shime_txt01{
    color: #fff;
    font-weight: 500;
    text-align: center;
}
#gift .gift_shime_txt02{
    background: #fff;
    color: #ff0000;
    font-size: 40px;
    font-weight: 700;
        padding: 0 10px 10px;
        margin: 10px;
    border-radius: 20px;
        text-align: center;
        line-height: 1.4;
}
#gift .gift_shime_txt02 span{
    font-size: 70px;
}
#gift .gift_shime_txt03{
    text-align: center;
    margin-top: -20px;
}
#gift .gift_txt001 {
    background: linear-gradient(transparent 80%, #FCEE21 50%);
}
    #gift .gift_shime_txt003 {
    margin: 0 20px;
}
    
    #gift .gift_no_txt02_01{
    margin: 5px auto;
        width: 80%;
}
    
    
    
    /*-------------------夏期講座 日程-------------------*/

#schedule .schedule_txt01 {
    font-size: 23px;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
#schedule .schedule_no {
        display: block;
    justify-content: center;
}
#schedule .schedule_no img {
    margin: 15px 0;
}
#schedule .schedule_no div {
    text-align: center;
}
    
    
    /*-------------------申し込みボタン-------------------*/


#schedule .moushikomi_txt02 {
        font-size: 30px;
        line-height: 1.1;
        padding: 10px;
}

#schedule .moushikomi_txt03 span {
        font-size: 20px;

}
    
    
    /*-------------------フッター-------------------*/

#foadco{
        margin: 0 20px;
}
    #footer{
        padding: 80px 0 55px;
    }
    
    /*-------------------申し込み・資料請求-------------------*/

.header_cont{
    background:#ddd url(../images/2022_hanabi_150.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  color:#fff;
    height: 150px;
    margin-bottom: 30px;
}
.header_cont img{
        width: 100%;
        margin-top: 30px;
    height: 110px;
}
.link_contact a{
    color: #FFFFCC;
    font-weight: bold;
}
    .select_form{
                width: 100%;
        box-sizing: border-box;
    }
    .select_form00{
                width: 100%;
        box-sizing: border-box;
    }

.privacy_txt{
                width: 100%;
        box-sizing: border-box;
    height: 200px;
    padding: 20px 20px 20px 0;
    overflow-y: scroll;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}
.privacy_txt span{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    background:linear-gradient(transparent 50%, #E5E5E5 0%);
}
    textarea{
                width: 100%;
        box-sizing: border-box;
    }

/*-------------------サンクスページ-------------------*/
.thanks{
    margin-top: 20px;
    height: 400px;
}
#footer_thanks #footer{
    background: #F2F2F2;
    padding: 80px 0 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}
    
/*-------------------個別指導塾ボタン-------------------*/
    .kobetsu_btn_wrap {
    right: 0px;
    bottom: 0px;
    left: 0px;
}
    .kobetsu_btn_wrap01 {
    right: 0px;
    bottom: 60px;
    left: 0px;
}
    
    /* フォーム */

#contact th {
	   padding: 3px;
        font-size: 12px;
        line-height: 1.2;
            width: 90px;
}


    #mailformpro_wrap{
        padding: 10px;
    }
    
    
    
    
    
    /*-------------------個別指導ページ-------------------*/
#container_kobetsu{
    background-color: #ff0000;
    text-align: center;
    padding: 60px 0 60px;
}
.container_kobetsu01{
    font-size: 45px;
}
.container_kobetsu02{
    font-size: 17px;
    margin: -20px 0 20px;
}
.scroll01 {
    top: 50px;
    font-size: 12px;
}
    #container_kobetsu .main_btn{
    font-size: 25px;
    margin: 10px 0px;
}
    
    
    #main_kobetsu .main_txt01{
    font-size: 20px;
}
#main_kobetsu .main_txt02{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.15em;
}
#main_kobetsu .main_txt03{
    font-size: 25px;
    padding-left: 0px;
}
#main_kobetsu .main_txt03 span{
    font-size: 27px;
}

#main_kobetsu .main_btn{
    font-size: 45px;
    color: #fff;
    background-color: #ff0000;
    padding: 10px ;
    text-align: center;
    margin: 80px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
}
#main_kobetsu .main_btn:hover{
    background-color: #0071BC;
}

    
    #system .system_wrap {
    margin-right: 0px;
}
    
    #system .why_no {
    display: block;
    margin-top: 20px;
    align-items: center;
        margin: 20px 0px;
}
    
    #system .why_no_txt01 {
    text-align: center;
        font-size: 22px;
}
    .jumpup{
        margin: 0 0px;
    }

    .jumpup01{
    font-size: 22px;
        margin: 30px 0 10px;
}
.jumpup02{
        font-size: 40px;
        line-height: 1.3;
        padding-bottom: 10px;

}


.seiseki{
        display: block;
        margin-top: 0px;
}
.seiseki00{
    display: block;
    margin-right: 5px;
    border-bottom: 1px solid red;
    padding: 10px 0;
    width: 100%;
}

    
    
    #gift_kobetsu .gift_kobetsu_txt00 {
        display: block;
        text-align: center;
}
    
    #gift_kobetsu .gift_txt001 {
    background: linear-gradient(transparent 80%, #FCEE21 50%);
        font-size: 30px;
}
    
    #schedule .moushikomi {

    margin: 40px auto;
}
    
    
    #main_kobetsu00 p{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 32px;
}


.kobetsu_txt02{
        font-size: 40px;

}
.kobetsu_txt03{
        font-size: 40px;

}

.main_kobetsu000{
        display: block;

}
.kobetsu_txt05{

        display: block;

}

.main_kobetsu000 .kobetsu_txt05:nth-child(2){
        margin: 0 0px;
}
    
    
    .graph {
    margin: 30px 0;
    display: block;
    justify-content: center;
    align-items: center;
}
    
    .graph img:nth-of-type(1){
    width: 100%;
    height: auto;
}
.graph img:nth-of-type(2){
    width: 100%;
    height: auto;
}
    
    .mousikomi_btn .main_btn {

        font-size: 17px;
}
    
    .title001 p{
    font-size: 45px;

}
    .kobetsu_txt05 span {
    font-size: 27px;

}
    
    
    
    /* グラフポップアップ */
#popup-on:checked + .popup{
  display: none;
}
    
    
}



 /* プログラミング講座 */
.header_cont_kobetsu_tujo {
    background: #ddd url(../images/qureoschool_back.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    height: 150px;
    margin-bottom: 50px;
}


.header_cont_kobetsu_tujo .tujou img{
    width: 700px;
    margin-top: 10px;
}


@media only screen and (max-width:768px){
    .header_cont_kobetsu_tujo {

    height: 80px;
}
    .header_cont_kobetsu_tujo .tujou img {
    width: 340px;
    margin-top: 10px;
}

}

 /* 締め切り迫る */
#simekiri{
    background: rgba(255,0,0,0.8);
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    border-radius: 10px;
    text-shadow: 0 0 5px #ff0000,0 0 5px #ff0000,0 0 5px #ff0000,0 0 5px #000;
}
.simekiri00{
    display: flex;
    justify-content: center;
}
#simekiri p{
    font-size: 30px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    text-shadow: 0 0 5px #ff0000,0 0 5px #ff0000,0 0 5px #ff0000,0 0 5px #000;
}
#simekiri p span{
    font-size: 20px;
}
#simekiri img{
    transform: rotate(-15deg );
    margin-right: 15px;
}

.simekiri_main{
    text-align: center;
    padding: 10px 20px 20px;
    margin-bottom: 30px;
}

.simekiri_main .txt000{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ff0000;
    margin-bottom: 15px;
}

.simekiritxt{
    background: #ffff00;
    padding: 15px;
    margin-bottom: 15px;
    border: double 10px #4682b4;
    transform:rotate(-5deg);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .4);
}

.simekiri_main .txt0001{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}


.simekiri_main .txt01{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #4682b4;
    line-height: 1.2;
    margin-top: 10px;
}

.simekiri_main .txt0000{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 98px;
    color: #4682b4;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 30px;
}




@media only screen and (max-width:768px){
    
    .simekiri_main .txt000{
    font-size: 26px;
}
    .simekiri_main .txt0001{
    font-size: 16px;
}
        .simekiri_main .txt01{
    font-size: 28px;
}
    .simekiri_main .txt0000{
    font-size: 54px;
}
    .simekiritxt{
    text-align: left;
}
    
    
    
    
}







.simekiri_main .txt01 span{
    font-size: 41px;
}
.simekiri_main .txt02{
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-top: 15px;
    background: linear-gradient(transparent 77%, #fff 70%);
}
.simekiri_main .txt03{
    font-weight: 700;
    font-size: 35px;
    color: #000;
}
.simekiri_main .txt03 span{
    font-weight: 700;
    font-size: 45px;
    color: #0023B7;
}
.simekiri_main .txt05{
    font-weight: 700;
    font-size: 35px;
    color: #ffff00;
    background: #ff0000;
    padding: 5px 20px;
    margin: 15px auto;
        width: 350px;
}
.simekiribox{
    background: #ff0000;
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
}
.simekiribox_u{
    background: #ff0000;
    width: 100%;
    height: 10px;
    margin-top: 20px;
}

@media only screen and (max-width:768px){
    .kobetsu_btn_wrap01 {
        right: 0px;
        bottom: 124px;
        left: 0px;
    }
.kobetsu_btn_wrap {
        right: 0px;
        bottom: 66px;
        left: 0px;
    }
    .kobetsu_btn_wrap03 {
        right: 0px;
        bottom: 182px;
        left: 0px;
    }
    .title svg {
    width: 100%;
    margin-bottom: 0px;
}
    #simekiri{
        margin-top: -80px;
            max-width: 325px;
    }
    .simekiri00 {
    display: block;
}
    #simekiri p {
        font-size: 23px;
    }
    #simekiri img {
    transform: rotate(0deg );
    margin-right: 0px;
    margin-bottom: 5px;
}
    .simekiri_main{

    padding: 10px 0px 20px;

}

.simekiri_main .txt01 span{
    font-size: 30px;
}
.simekiri_main .txt02{
    font-size: 23px;
    margin-top: 10px;
    line-height: 1.2;
}
.simekiri_main .txt03{
    font-size: 32px;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.simekiri_main .txt03 span{
    font-size: 45px;
}
.simekiri_main .txt05{
    font-size: 26px;
    margin: 10px 0;
    width: 100%;
}
    

}


    /*-------------------入り口ページ-------------------*/
.column {
    height: 100vh;
    width: 100%;
    position: relative;
}
.cat1 {
    background: url(../images/284435_l2.jpg) no-repeat top center;
    background-size: cover;
    display: table;
    width: 100%;
    
}
@media only screen and (max-width:768px){
    .cat1 {
    display: block;
}
    
}
.topwrap{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}
.h2_0 {
  color: #0044DE;/*文字色*/
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.h2_0:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #0044DE;
}
.h2_00 {
  color: #ff0000;/*文字色*/
}
.h2_00:before {
    background: #ff0000;
}




.info_wrap{
    font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
}


.info2{
    display: flex;
    justify-content: center;
}
.info2 .jac_child{
    display: flex;
        justify-content: center;
        padding-bottom: 14px;
        margin-top: -10px;
}
.info2 .jac_child p{
    font-size: 15px;
    height: 19px;
    line-height: 1.6;
}
.topmenu {
    
    padding: 8px 40px 12px;
    border-radius: 30px;
    margin: 10px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
        text-align: center;
    
}
.topmenu00 span {
    font-size: 14px;

}
.topmenu00 {
    background-image: linear-gradient(135deg, #ff0000 0%, #ff0000 40%, #FFB2B2 80%, #ff0000 100%);
    transition: all 0.5s;
}
.topmenu00:hover {
    opacity: 0.8;
}
.info3 .topmenu00 {
    background-image: linear-gradient(135deg, #0044DE 0%, #0044DE 40%, #A8C3FF 80%, #0044DE 100%);
    font-size: 16px;
    transition: all 0.5s;
}
.info3 .topmenu00:hover {
    opacity: 0.8;
    
}


.topmenu span {
    font-size: 15px;
}

.topimg{
    text-align: center;
    padding-top: 20px;
}
.topimg img{
    max-width: 497px;
    width: 100%;
/*    filter: drop-shadow(3px 3px 5px #8C8C8C);*/
    margin-bottom: -20px;
}
.topimg .topimg_txt01{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 76px;
    font-weight: 900;
    color: #ff0000;
    text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
}
.topimg .topimg_txt02{
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    margin-top: 15PX;
}
.topimg .topimg_txt02 span{
    font-size: 26px;
}
.topimg .topimg_txt03{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ff0000;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    margin-top: 15PX;
}

.info_wrap_title {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
    font-weight: 700;
    font-size: 33px;
    margin-top: 20px;
        color: #fff;
    text-shadow: 0 0 20px #ff0000,0 0 20px #ff0000,0 0 20px #ff0000,0 0 20px #ff0000,0 0 20px #ff0000,0 0 20px #ff0000,0 0 20px #ff0000;
}

.info_wrap_title_1{
    color: #fff;
    text-shadow: 0 0 20px #007FFF,0 0 20px #007FFF,0 0 20px #007FFF,0 0 20px #007FFF,0 0 20px #007FFF,0 0 20px #007FFF,0 0 20px #007FFF;
    font-size: 26px;
}

.info_wrap_title:before,
.info_wrap_title:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
}
.info_wrap_title_1:before,
.info_wrap_title_1:after {
  border-top: solid 2px #007FFF;
  border-bottom: solid 2px #007FFF;
}

.info_wrap_title:before {
  left: 0;
}

.info_wrap_title:after {
  right: 0;
}

.info_wrap_title2 {
  text-align: center;
    font-weight: 700;
    font-size: 23px;
        color: #ff0000;
    text-shadow: 0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff,0 0 20px #fff;
}

.topimg_txt10{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
    margin-top: 15PX;
    text-align: center;
}














@media only screen and (max-width:768px){
    
    .topimg img{
    width: 62%;
    margin-bottom: 10px;
}
    .info_wrap_title{
            font-size: 20px;
            margin-top: 0px;
    }
    
    
    .info_wrap{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    margin-top: 20px;
    justify-content: center;
         margin: 0px 20px 0;
}
    .info_wrap div {
     width: inherit; 
   
}
    .info2 .jac_child {
    padding-bottom: 0px;
}
    
    .info{
    margin-right: 0px;
}
    .info2{
    margin-left: 0px;
            display: block;
}
    .topimg{
        margin: 0px;
            padding-top: 10px;
    }
    
    .h2_0{
        font-size: 23px;
    }
    .topimg .topimg_txt01{
    font-size: 36px;
        width: 340px;
}
.topimg .topimg_txt02{
    font-size: 27px;
    margin-top: -15PX;
}
    .topimg .topimg_txt03{
    font-size: 20px;
            margin-top: 1PX;
        margin-bottom: 15px;
        line-height: 1.2;
}
    .topmenu{
        width: 100%;
    font-size: 25px;
    margin: 10px auto;
    line-height: 1.3;
     height: auto; 
    padding: 4px 10px;
    }
    .topmenu span {
    font-size: 12px;
            display: inline-block;
    margin-right: 7px;
}
    .infomargin{
        margin-top: 30px;
    }
    .topimg .topimg_txt02 span {
    font-size: 19px;
}
    
    .info2 .jac_child p{
    height: 29px;
            margin-bottom: 0;
}
    
    .info_wrap_title2{
        font-size: 16px;
    line-height: 1.2;
    }
    .info_wrap_title_1{
        font-size: 13px;
            margin-top: 17px;

    }
    .topimg_txt10{
        font-size: 31px;
        margin-top: 5PX;
    }
    
    
}

/*-------------------育徳館 門司学園 公立中高一貫校対策講座-------------------*/

.subtitle{
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 60px;
    font-weight: 900;
    color: #ff0000;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.subtitle span{
    font-size: 25px;
    color: #000;
}

.moushikomi_wrap {
    background: #ff0000;
    padding: 20px;
    text-align: center;
    max-width: 980px;
    margin: 40px auto;
}
.moushikomi_wrap .txt01 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 46px;
    font-weight: 900;
    color: #ffff00;
}
.moushikomi_wrap .txt02 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.mousikomi_btn00 .main_btn{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    background-color: #0071BC;
    padding: 10px 30px ;
    text-align: center;
    margin: 20px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
}
.mousikomi_btn00 .main_btn:hover{
    background-color: #0071BC;
}

@media only screen and (max-width:768px){
    .moushikomi_wrap .txt01 {
    font-size: 23px;

}
        .moushikomi_wrap .txt02 {
    font-size: 26px;

}
    .mousikomi_btn00 .main_btn {
    font-size: 19px;
}
    
    
    
    
}






h1 {
    padding: 10px 0 15px;/*上下の余白*/
    border-top: solid 3px #ff0000;/*上線*/
    border-bottom: solid 3px #ff0000;/*下線*/
    color: #ff0000;
    text-align: center;
    font-size: 43px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
/*    text-shadow: 10px 10px 30px #4c4c4c;*/
    line-height: 1.2;
    margin: 20px 0 30px;
    background:  rgba(	255,255,255,0.8);
    display: inline-block;
    padding: 10px 40px;
    width: 527px;
}
.ikutoku_moji img:nth-of-type(1){
    max-width: 650px;
    width: 85%;
        margin-top: 30px;
}
.ikutoku_moji img.jaclogo{
    max-width: 1000px;
    width: 28%;
/*    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000);*/
    margin: 0px 0 30px;
}
#ikutoku_mojifadein002 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    width: 100%;
}

#ikutoku_moji{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/24785671_l.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}
.ikutoku_moji01{
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-shadow: 10px 10px 30px #4C4C4C;
    line-height: 1.2;
    margin: 0 0 30px;
}
.ikutoku_moji02{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 5px 5px 20px #4C4C4C;
    margin: 0 0 20px;
}
.ikutoku_moji_txt0000{
    font-size: 65px;
}


.ikutoku_moji_txt {
    
    margin: auto;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.ikutoku_moji_txt03{
    font-size: 75px;
}

#main_kobetsu .ikutoku_moji_main_txt03 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.15em;
    color: #000;
    margin-bottom: 20px;
    border-top: double 5px #ff0000;
        padding-top: 15px;
        margin-top: 50px;
        padding-left: 0px;
}

#main_kobetsu .ikutoku_moji_main_txt03 span {
    color: #ff0000;
    font-size: 37px;
    line-height: 1.2;
}

.ikutoku_moji_txt000{
        background-color: #960352;
        display: table;
}

/*申し込みフォーム*/
.header_ikutoku_moji{
    background:#ddd url(../images/24785671_l.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    color:#fff;
    height: 150px;
    object-fit: cover;
    margin-bottom: 50px;
}
.header_ikutoku_moji img{
    width: 200px;
    margin-top: 15px;
    filter: drop-shadow(0px 0px 3px #000);
}
.header_ikutoku_moji p{
    color: #000;
    font-size: 20px;
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}


@media only screen and (max-width:768px){
    .subtitle{
    font-size: 30px;
    margin-top: 10px;
        text-shadow: 0 0 20px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.subtitle span{
    font-size: 14px;
}
    .ikutoku_moji img:nth-of-type(2) {
    width: 80%;
        margin: -10px 0 20px;
}
    .ikutoku_moji img:nth-of-type(1){
    width: 100%;
}
    
    
    
    h1 {
    padding: 10px 20px 10px;/*上下の余白*/
    font-size: 25px;
            width: 300px;
}
    
    #ikutoku_moji{
    height: 450px;
        width: inherit;
}
    #ikutoku_mojifadein002 {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    max-width: inherit;
    width: auto;
        
}
    .ikutoku_moji{
        margin: 0 20px;
    }
    .ikutoku_moji01{
    font-size: 44px;
    margin-top: 15px;
}
    .ikutoku_moji_txt02 {
    font-size: 30px;
}
    .ikutoku_moji_txt03 {
    font-size: 47px;
}
    .ikutoku_moji_txt {
    width: inherit;
}
    #main_kobetsu .ikutoku_moji_main_txt03 {
    font-size: 24px;
}
    .ikutoku_moji_txt000 {
     font-size: 18px; 
}
    
    .header_ikutoku_moji img{
    width: 241px;
    margin-top: 10px;
    filter: drop-shadow(0px 0px 3px #000);
}
    
    #main_kobetsu00 .kobetsu_txt04{
        
        font-size: 19px;
    }
    
    #main_kobetsu00 .kobetsu_txt06{
        
        font-size: 16px;
            margin-bottom: 20px;
    }
    

}





/*-------------------プログラマー 養成編-------------------*/
#programming{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/programming_back.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}
.qureo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ikutoku_moji img.qureologo{
    max-width: 1000px;
    width: 55%;
    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000);
    margin: 0px 0 20px;
}

.qureo_txt00 {
    font-size: 73px;
        border-bottom: double 5px #ff0000;
    padding-bottom: 15px;
}
.qureo .illustration_13{
    width: 500px;
    height: 100%;
    margin: 10px;
}
.qureo .algo{
    width: 250px;
    height: 100%;
    margin: 10px;
}
figure{text-align:center;}

#main_kobetsu .qureo_txt04 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.15em;
    color: #000;
    margin-bottom: 20px;
    border-top: double 5px #ff0000;
    padding-top: 30px;
}

#main_kobetsu .qureo_txt03 {
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.15em;
    color: #000;
    margin-bottom: 20px;
}
#main_kobetsu .qureo_txt03 span {
    color: #EA00AB;
}
.qureo_txt {
    margin: auto;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.7;
}
.qureo_txt span {
    color: #EA00AB;
}

.qureo_4{
    margin: 0 -200%;
    padding: 30px 200%;
    background: #EA00AB;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 50px;
}

.qureo_txt01{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.qureo_txt02{
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-align: center;
}

.qureo_4_1{
    margin: 30px 0;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
.qureo_4_1 div{
    display: flex;
}
.qureo_4_1txt{
    font-weight: 700;
    font-size: 34px;
    color: #EA00AB;
    text-align: center;
    margin-bottom: 15px;
}
.qureo_4_1 div img{
    max-width: 350px;
    width: 100%;
    margin-left: 30px;
}
.qureoschool_logo_4_r img{
    width: 800px;
    margin-top: 20px;
}




@media only screen and (max-width:768px){
    .ikutoku_moji img.qureologo{
    width: 90%;
    margin: -20px 0 10px;
}
    .h1_qureo{
        font-size: 26px;
    }
    #programming{
    height: 100vh;
        width: inherit;
}
    .qureo_txt00 {
    font-size: 26px;
}
    .qureo_4_1 div {
    display: block;
}
    .qureo_4_1txt {
    font-size: 21px;
}
    .qureo_4_1 div img {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
        margin-top: 10px;
}
    #main_kobetsu .qureo_txt04 {
    font-size: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main_kobetsu .qureo_txt03 {
    font-size: 26px;
}
        .qureo_txt {
    font-size: 15px;
}
    
    .qureo_txt000{
        font-size: 20px;
    }
    .qureo {
    display: block;
}
    .qureo .illustration_13 {
    width: 100%;
        margin: 10px 0 0;
}
    
    .qureo_txt02 {
    font-size: 35px;
}
    
    .qureoschool_logo_4_r img{
    width: 90%;
    margin-top: 10px;
        margin-bottom: 10px;
}
    
    
    

}


/*-------------------JAC学院 中学3年生・中学1年生 2年生・小学生-------------------*/

#highschoolexam{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/284435_l2.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}

.room{
    color: #fff;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #fff;/*上線*/
    border-bottom: solid 3px #fff;/*下線*/
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}
.highschoolexam_txt{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.highschoolexam_txt_1{
    color: #00AC70;
    border-bottom: double 5px #00AC70;
    border-top: double 5px #00AC70;
}
.highschoolexam_txt_2{
    color: #007DAC;
    border-bottom: double 5px #007DAC;
    border-top: double 5px #007DAC;
    margin-top: 80px;
    text-align: center;
}
.highschoolexam_txt_3{
    color: #AC9100;
    border-bottom: double 5px #AC9100;
    border-top: double 5px #AC9100;
    margin-top: 80px;
    text-align: center;
}

#main_kobetsu00 p.highschoolexam_txt00{
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0em;
    color: #000;
    text-align: left;
    background: linear-gradient(transparent 70%, #ff0000 70%);
    margin-bottom: 10px;
}
@media only screen and (max-width:768px){
    #main_kobetsu00 p.highschoolexam_txt00{
    font-size: 20px;
        background: linear-gradient(transparent 0%, #5BFFC5 70%);
}
}

#main_kobetsu00 p.highschoolexam_txt01{
    font-weight: 700;
    font-size: 32px;
    color: #ff0000;
    letter-spacing: 0em;
    margin-bottom: 10px;
    text-align: left;
}
@media only screen and (max-width:768px){
    #main_kobetsu00 p.highschoolexam_txt01{
    font-size: 25px;
}
}
#main_kobetsu00 p.highschoolexam_txt02{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0em;
    color: #000;
    margin-bottom: 10px;
    background: #DBFFF2;
    padding: 15px 20px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media only screen and (max-width:768px){
    #main_kobetsu00 p.highschoolexam_txt02{
    font-size: 18px;
}
}
#main_kobetsu00 p.highschoolexam_txt03{
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 14px;
}

#main_kobetsu00 p.highschoolexam_txt00_1{
        background: linear-gradient(transparent 70%, #42CCFF 70%);
}
#main_kobetsu00 p.highschoolexam_txt01_1{
        color: #007DAC;
}
#main_kobetsu00 p.highschoolexam_txt02_1{
        background: #DBF5FF;
}

#main_kobetsu00 p.highschoolexam_txt00_2{
        background: linear-gradient(transparent 70%, #FFDB28 70%);
}
#main_kobetsu00 p.highschoolexam_txt01_2{
        color: #AC9100;
}
#main_kobetsu00 p.highschoolexam_txt02_2{
        background: #FFF4C1;
}

#programming00 img.qureo2025_2{
            width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width:768px){
    #main_kobetsu00 p.highschoolexam_txt00_1{
        background: linear-gradient(transparent 0%, #42CCFF 70%);
}
    #main_kobetsu00 p.highschoolexam_txt00_2{
        background: linear-gradient(transparent 0%, #FFDB28 70%);
}
    
}


/*申し込みフォーム*/
.header_highschoolexam{
    background:#ddd url(../images/284435_l2.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    color:#fff;
    height: 150px;
    object-fit: cover;
    margin-bottom: 50px;
}
.header_kobetsu_autumn{
    background:#ddd url(../images/284435_l2.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    color:#fff;
    height: 150px;
    object-fit: cover;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px){
    #highschoolexam {
    height: 100vh;
    width: inherit;
}
    
    .room {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 14px;
}
    .highschoolexam_txt03{
        font-size: 15px;
    }
    
    
    
    .highschoolexam_txt {
    font-size: 26px;
        margin-bottom: 20px;
}
    .highschoolexam_txt00 {
    font-size: 18px;
}
    .highschoolexam_txt01 {
    font-size: 24px;
}
    .highschoolexam_txt02 {
    font-size: 17px;
}
    
    .highschoolexam_txt_2{
    margin-top: 40px;
}
.highschoolexam_txt_3{
    margin-top: 40px;
}
    

}


/*-------------------JAC個別指導塾-------------------*/
#kobetsu_autumn{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/284435_l2.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}
.ikutoku_moji img.jaclogo_kobetsu {
    max-width: 1000px;
    width: 42%;
    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000);
    margin: 0px 0 30px;
}

.jumpup01{
    color: #00A80D;
}
.kobetsuhr hr{
    height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
    
}
.kobetsuhr .hr_red {
  border-top: 5px solid #ff0000;
    margin: 30px 0 20px;
}
@media only screen and (max-width:768px){
    #kobetsu_autumn {
    height: 100vh;
    width: inherit;
}
    
    .ikutoku_moji img.jaclogo_kobetsu {
        width: 80%;
    margin: -10px 0 20px;
}
    .seiseki00 .seiseki_txt03{
    padding-right: 0px;
}
    
}

/*-------------------四谷大塚 全国統一小学生テスト-------------------*/
#touitsu{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/26154561_l.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}
.touitsu img{
        width: 100%;
}
.ikutoku_moji img.yotsyalogo_kobetsu{
    max-width: 1100px;
    width: 100%;
    margin: 20px 0 0px
}
.ikutoku_moji img.yotsyalogo_kobetsu2{
    max-width: 1000px;
    width: 26%;
    margin: 30px 0 30px;
    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 5px #000);
        
}

/* force image size */
.slide img {
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.slide {
  white-space: nowrap;
      width: 770px;
  height: auto;
  overflow: hidden;
}

.slide > :first-child {
  animation-name: slide;
  animation-duration: 18s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes slide {
  0% {
    margin-left: 0;
  }
  33% {
    margin-left: -100%;
  }
  66% {
    margin-left: -200%;
  }
  100% {
    margin-left: -300%;
  }
}

.center {
  margin: 20px auto 0px;
}




@media only screen and (max-width:768px){
    #touitsu {
    height: 450px;
    width: inherit;
}
    
    .ikutoku_moji img.yotsyalogo_kobetsu {
    width: 100%;
    margin: 20px 0 0px;
}
    .ikutoku_moji img.yotsyalogo_kobetsu2{
    width: 60%;
    margin: 30px 0 30px;
}
    
    
    .slide {
      width: 100%;
}
    
    
}


@media only screen and (max-width:768px){
    .bestjump img{
        width: 100%;
        margin-bottom: 15px;
    }
    
}


/*プログラミング中高生*/
.programming_high .txt01{
    font-size: 30px;
    font-weight: 900;
    color: #EA00AB;
}
.programming_high .txt02{
    font-size: 80px;
    font-weight: 900;
    color: #007DAC;
}

.qureo_4_high {
    background: #007DAC;
}
.qureo_4_high_txt {
    font-weight: 700;
    font-size: 34px;
    color: #007DAC;
    text-align: center;
    margin-bottom: 15px;
}
#programming .linkbtn{
    display: flex;
    justify-content: center;
}
#programming .linkbtn .topmenu00{
    margin: 10px 10px;
    width: inherit;
}
@media only screen and (max-width:768px){
    .programming_high .txt02 {
    font-size: 40px;
}
    .programming_high .txt01 {
    font-size: 23px;
}
        .programming_high img {
        width: 100%;
}
    .qureo_4_high_txt {
    font-size: 26px;
}
    }
    



/*英会話*/
#english {
    width: 100%;
    height: 100vh;
    background: #ddd url(../images/25939969_l.jpg) no-repeat center center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}
.header_english{
    background:#ddd url(../images/25939969_l.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    color:#fff;
    height: 90px;
    object-fit: cover;
    margin-bottom: 50px;
}

.english_txt01{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: 	#0099CC;
}
.english_txt02{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 85px;
    color: 	#00ACE5;
    margin-bottom: 30px;
}
.qureo_4_english {
    background: #00ACE5;
}
.qureo_4_english_txt {
    font-weight: 700;
    font-size: 34px;
    color: #007DAC;
    text-align: center;
    margin-bottom: 15px;
}
.english_wrap img{
    width: 68px;
}



/*アンドロイドのみ*/
body.Android .topimg img {
  width: 72%;
    margin-bottom: 10px;
}
body.Android .topmenu {
  height: 34px;
    padding: 0px 10px;
}
body.Android .info2 .jac_child p {
  line-height: 2.1;
}


/*定期考査 必勝大作戦 成績ジャンプアップ大賞*/
#missioncomplete{
    margin:0 -200%;
    padding:20px 200% 60px;
    background: #fff;
    text-align: center;
}
#missioncomplete img{
    margin: 0 10px;
}
#missioncomplete .why_no_txt03 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 25px;
    font-weight: 700;
    color: #ff0000;
    margin: 20px 0 20px 0;
}
#missioncomplete .why_no_txt03:before, #missioncomplete .why_no_txt03:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
#missioncomplete .why_no_txt03:after {
    right: 0;
}
#missioncomplete .why_no_txt03:before {
    left: 0;
}

@media only screen and (max-width:768px){
    #missioncomplete img {
    margin: 0 0 10px 0;
}
    
}

/*定期考査 必勝大作戦 プログラミング*/
.onlyhere h1 {
    border-top: solid 0px #1A4598;/*上線*/
    border-bottom: solid 0px #1A4598;/*下線*/
    color: #1A4598;
    font-size: 65px;
        width: 700px;
}
.onlyhere2 h1 {
    border-top: solid 3px #FF00BF;/*上線*/
    border-bottom: solid 3px #FF00BF;/*下線*/
    color: #FF00BF;
    font-size: 55px;
        width: 626px;
}

.onlyhere .room,.onlyhere2 .room {
    color: #000;
    padding: 0.5em 0;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.header_english p {
    color: #FF00BF;
    font-size: 35px;
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
        padding-top: 20px;
}
@media only screen and (max-width:768px){
    .header_english p {
    font-size: 28px;
}
    .onlyhere2 h1 {
    font-size: 36px;
    width: 100%;
}
    .onlyhere h1 {
        font-size: 30px;
    width: 100%;
    }

    .onlyhere .room,.onlyhere2 .room {
            font-size: 18px;
        
    }
}

/*オープニングアニメーションを最初だけ*/
/*
.loading {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  opacity: 0;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}*/


/*
.missiontxt00{
    font-weight: 700;
    font-size: 35px;
    color: #000;
    letter-spacing: 0em;
    margin-bottom: 10px;
    text-align: center;
    border: solid 1px #000;
    padding: 10px 0;
    margin: 20px 0;
}
*/

.missiontxt00 {
  position: relative;
  padding: 2.5rem 1rem;
    font-weight: 900;
    font-size: 45px;
    color: #000;
    letter-spacing: 0em;
    margin-bottom: 40px;
    text-align: center;
}

.missiontxt00:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ff0000, #ff0000 1px, transparent 2px, transparent 7px);
  background-image: repeating-linear-gradient(-45deg, #ff0000, #ff0000 1px, transparent 2px, transparent 7px);
  background-size: 10px 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.missiontxt01{
    font-weight: 700;
    font-size: 35px;
    color: #ff0000;
    letter-spacing: 0em;
    margin-bottom: 10px;
    text-align: center;
}
.missiontxt02{
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.6;
}

@media only screen and (max-width:768px){
    .missiontxt00 {
  padding: 0.5rem 0rem 2.5rem;
    font-size: 29px;
    margin-bottom: 20px;
}
    
    .missiontxt01{
    font-size: 25px;
}
.missiontxt02{
    font-size: 14px;
}
    
}
.onlyhere2 h1 {
    border-top: solid 0px #FF00BF;
    border-bottom: solid 0px #FF00BF;
    color: #FF00BF;
    font-size: 65px;
    width: 800px;
}



.subtitle2{
        font-size: 43px;
}
@media only screen and (max-width:768px){
    .subtitle2{
        font-size: 23px;
}
    .onlyhere2 h1 {
    font-size: 36px;
    width: 100%;
}
    
    
}

.mousikomi_btn00 .main_btn00 {
        background-color: #009826;
    
}
.mousikomi_btn00 .main_btn00:hover {
        background-color: 	#007A1E;
    opacity: 0.7;
    cursor: pointer;
}

.moushikomi_wrap .txt01 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 46px;
    font-weight: 900;
    color: #ffff00;
}
.moushikomi_wrap .txt02 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width:768px){
    .moushikomi_wrap .txt01 {
    font-size: 23px;
}
    .moushikomi_wrap .txt02 {
    font-size: 26px;
}
}

.jisseki_btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    background-color: #0071BC;
    padding: 10px 30px;
    text-align: center;
    margin: 50px auto 10px;
    transition: all 0.5s ease;
    border-radius: 60px;
        width: 300px;
        display: inline-block;
}


/*実績のPOPUP*/
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}

