@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:#fff url(../images/27627101_l_s.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  color:#0071BC;
}


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

#splash_logo p:nth-of-type(1),#splash_logo p:nth-of-type(2) {
    color: #fff;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em;
    margin: 10px 0;
    text-shadow: #0071BC 1px 1px 40px, #0071BC -1px 1px 40px,
    #0071BC 1px -1px 40px, #0071BC -1px -1px 40px;
}
#splash_logo p:nth-of-type(3),#splash_logo p:nth-of-type(4) {
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em;
    margin: 10px 0;
    text-shadow: #fff 1px 1px 40px, #fff -1px 1px 40px,
    #fff 1px -1px 40px, #fff -1px -1px 40px;
}
#splash_logo p {
    font-size: 35px;
}
#splash_logo p span {
    font-size: 25px;
}

/*フェード*/
.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: 1.0s;}
.delay03 {animation-delay: 1.7s;}
.delay04 {animation-delay: 2.4s;}
.delay05 {animation-delay: 4s;}
.delay06 {animation-delay: 4.5s;}
.delay07 {animation-delay: 6.0s;}
.delay08 {animation-delay: 6.5s;}


#fadein00{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width: 1080px;
    width: 100%;
}

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

.title01 {
    

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

/*
.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{
    max-width: 980px;
    width: 100%;
    position: relative;
}
svg{
    width: 100%;
}

#title_win_logo{
    position: absolute;
    display: none;
    max-width: 980px;
    width: 100%;
}
#title_win_logo img{
    width: 100%;
    filter: drop-shadow(4px 4px 10px #002A53);
}



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

body{
    overflow-x: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
/*    min-width: 1080px;*/
}

#container{
    width:100%;
    height: 100vh;
    background:#ddd url(../images/27627101_l_s.jpg) no-repeat;
    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;
}


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

.banner_tokuten{
    position: absolute;
    text-align: center;
    bottom: 75px;
    right: 10px;
}
.banner_tokuten img{
    width: 50vw;
    max-width: 550px;
}

.scroll,.scroll2 {
  display: inline-block;
  position: absolute;
    top: -130px;
    left:20px;
  transform:translate(-50%,-50%);
/*  z-index: 2;*/
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  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,.scroll2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

.scroll::after,.scroll2::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_txt04{
    font-size: 14px;
}
#main .main_txt04 span{
    color: #ff0000;
    font-weight: 600;
}
#main .main_txt05{
    font-size: 18px;
    color: #ff0000;
    font-weight: 700;
}






#main .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 .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;
}




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


#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 {
    color: #ff0000;
    font-size: 20px;
}
*/

/*ポップアップ*/
.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.5);
  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: 25px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    margin-top: 115px;
    
    padding: 0.1em 1em;
    background: #FFF;
    border: solid 3px #ff0000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#gift .gift_no_txt02{
    font-size: 55px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}
#gift .gift_no_txt02 span{
    font-size: 80px;
}
#gift .gift_shime{
    display: flex;
    background: #ff0000;
    padding: 20px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.3);
    width: 85%;
}

#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;
    margin: 0 10px;
}
#gift .gift_shime_txt01 span{
    font-size: 30px;
}
#gift .gift_shime_txt02{
    background: #fff;
    color: #ff0000;
    font-size: 30px;
    font-weight: 700;
    padding: 10px  10px 10px;
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
    line-height: 1.2;
}
#gift .gift_shime_txt02 span:first-of-type{
    font-size: 65px;
}
#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_txt04{
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0em;
    color: #0071BC;
    margin: 30px 0;
}
#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;
}
/*-------------------申し込みボタン-------------------*/

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

#schedule02 .moushikomi_txt01 {
    color: #ffff00;
    font-size: 20px;
    font-weight: 700;
    
}
#schedule02 .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;
}
*/
#schedule02 .moushikomi_txt03 {
    background: #fff;
    padding: 20px;
    color: #000;
    text-align: left;
}
#schedule02 .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: 0px 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_wrap01{
    position: fixed;
    right: 10px;
    bottom: 68px;
    opacity: 1;
    color: #0071BC;
    z-index: 1;
}
.kobetsu_btn_wrap03{
    position: fixed;
    right: 10px;
    bottom: 126px;
    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: 45px;
    color: #fff;
    background-color: #ff0000;
    padding: 10px 30px ;
    text-align: center;
    margin: 20px 0;
    transition: all 0.5s ease;
    border-radius: 60px;
}
.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: 23px;
    font-weight: bold;
    color: #ff0000;
    
}

.jumpup01{
    font-size: 25px;
    font-weight: 700;
    margin: 60px 0 10px;
}

.jumpup03 {
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0 0;
  position: relative;
  padding: 1rem .5rem;
    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;
}
.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;
}



/*トップへ戻る*/
#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/27627101_l_s_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: 16px;
        filter: drop-shadow(5px 5px 5px #0071BC);
}
.header_cont_kobetsu{
    background:#ddd url(../images/24720626_l_cont.jpg) no-repeat center center;
  background-size:cover;
  text-align:center;
  color:#fff;
    height: 150px;
    margin-bottom: 50px;
}
.header_cont_kobetsu img{
    width: 310px;
    filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 2px rgba(255,255,255,1.0));
}
.link_contact a{
    color: #0071BC;
    font-weight: bold;
}
    .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;
    }



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


/**-------------------個別指導ページ-------------------**/

.banner_tokuten{
    position: absolute;
    text-align: center;
        bottom: 10px;
    right: 340px;
}
.banner_tokuten img{
    width: 50vw;
    max-width: 550px;
}

.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: #0071BC;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
    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/24720626_l.jpg) no-repeat center center;
    background-size:cover;
    justify-content: center;
    text-align: center;
    padding: 60px 0 60px;
}



.container_kobetsu01{
    color: #0071BC;
    text-align: center;
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.container_kobetsu01 .container_kobetsu01_1{
    font-size: 60px;
}
.container_kobetsu01 .container_kobetsu01_2{
    color: #ff0000;
}
.container_kobetsu02{
    color: #0071BC;
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
    margin: 0 0 20px;
}

#main_kobetsu00{
    text-align: center;
    
}
#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: 10px;
}
.kobetsu_txt04{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #5654A2;
    border-radius: 30px;
    padding: 5px 0px;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}
.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_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;
}



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

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

.Qa-Box {
  width: 100%;
  margin: 0 auto;
        z-index: 1;
    position: relative;
}

.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;
    }
    
    
    
    
}













.bottombanner{
    display: none;
}


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

a[href^="tel:"] {
    pointer-events: auto;
}

    
    /*スマホでは消す*/
.sp-dN{
	display:none !important;
}
.pc-dN{
	display: block!important;
}
html #wpadminbar{
	display:none;
}

body{
	width:100%;
	height:100%;
/*    min-width: initial;*/
    
}

body.fixed{
	position:fixed;
}
    
    
    section{
/*	width:380px;*/
        margin: 30px auto;
/*        max-width: 380px;*/
}
    
    .btn-trigger{
	display:block!important;
}
    /*ハンバーガーメニュー*/
    .btn-trigger{
	display: block;
	-webkit-appearance:none;
	appearance:none;
	position: fixed;
/*	top: 20px;*/
	right: 6px;
	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: 0px 0 0;
    width: 100%;
}
.nav-item{
	margin-bottom: 0px;
	padding: 20px 0;
	text-align: center;
	margin: 0 20px;
}
.nav-list .nav-item:not(.borderbottomnot){
	border-bottom: solid 1px #fff;
}
.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;
}

    
    
    
    #container{
    height: 500px;
        background-position: right 70% bottom 10%;
}

    #wrap{
        overflow:hidden;
    }

.title{
    width: 380px;
    margin-top: -100px;
}
#title_win_logo img{
    width: 380px;
    margin-top: -100px;
    display: none;
}

/* Loading画像中央配置　*/
    
#splash_logo {
        max-width: 380px;
        width: 100%;
        top:30%;
}
#splash_logo p:nth-of-type(1),#splash_logo p:nth-of-type(2) {
    color: #fff;
    text-shadow: initial;
}
#splash_logo p:nth-of-type(3),#splash_logo p:nth-of-type(4) {
    color: #fff;
    text-shadow: initial;
}


#splash_logo p {
        font-size: 17px;
}
#splash_logo p span {
    font-size: 12px;
}

    
    #fadein00{
        max-width: 380px;
        top:30%;
}

.title01 p{
        font-size: 39px;
        margin-left: 30px;
        margin-bottom: 10px;
}
   .title01 p span{
        font-size: 25px;
} 
    
svg{
        width: 100%;
}
    
    #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;
        font-size: 30px;
}
#main .main_txt03 span{
    font-size: 45px;
}
#main .main_btn{
        font-size: 25px;
        margin: 30px 0px;
}
    .banner_tokuten{
        bottom: 150px;
         top: 245px;
        right: 0px;
        left: 0;
}
    .banner_tokuten_kobetsu{
        bottom: 150px;
        
}
    
    .banner_tokuten img{
        width: 90%;
        
}
    .scroll {
        top: -80px;
    }
    .scroll2 {
        top: -160px;
    }
    .scroll,.scroll2 {
        padding: 10px 10px 60px;
}
    .scroll2 {
    color: #fff;
}
    .scroll2::after {
    background: #fff;
}
    .scroll::after,.scroll2::after {
    height: 50px;
}


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

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

h2 span {
    font-size: 20px;

    
}



#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: 25px;
    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: 14px;
}
#flow .flow_no_txt02 span {
/*
    color: #ff0000;
    font-size: 20px;
*/
}

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


#gift .gift_no{
        display: block;
    justify-content: space-between;
}
#gift .gift_no div{
        padding-top: 40px;
        width: 100%;
}
#gift .gift_no_txt01{
        margin-top: 80px;
        margin-left: 20px;
        margin-right: 20px;
}

#gift .gift_shime{
        display: block;
        padding: 10px 10px;
        margin: 20px;
}


#gift .gift_shime_txt02{
        padding: 0 10px 10px;
        text-align: center;
        line-height: 1.4;
}
    #gift .gift_shime_txt04 {
    font-size: 30px;
}

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


#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 235px;
    }
    
    /*-------------------申し込み・資料請求-------------------*/

.header_cont{
    height: 150px;
    margin-bottom: 30px;
}
.header_cont img{
    max-width: 500px;
        width: 100%;
        margin-top: 30px;
}
.link_contact a{
    color: #0071BC;
    font-weight: bold;
}
    .select_form{
        width: 280px;
    }
    .select_form00{
        width: 260px;
    }

.privacy_txt{
        width: 250px;
}

    textarea{
        width: 260px;
    }

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

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


    #mailformpro_wrap{
        padding: 10px;
    }
    
    
    
    
    
    /*-------------------個別指導ページ-------------------*/
    #fadein001{
    top:35%;
}
    #fadein002{
    top:35%;
}
    
    
#container_kobetsu{
    background-color: #ff0000;
    text-align: center;
    padding: 60px 0 60px;
    height: 500px;
}
.container_kobetsu01{
    font-size: 45px;
    margin: 0 0 30px;
}
.container_kobetsu01 .container_kobetsu01_1{
    font-size: 30px;
}
.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: 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 .system_wrap {
    margin-right: 0px;
}
    
    #system .why_no {
    display: block;
    margin-top: 20px;
    align-items: center;
        margin: 20px 20px;
}
    
    #system .why_no_txt01 {
    text-align: center;
}
    .jumpup{
        margin: 0 20px;
    }

    .jumpup01{
    font-size: 16px;
        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: 0em;
    
}
    
    
    
    #main_kobetsu00 {
    margin: 0 20px;
}

.kobetsu_txt02{
        font-size: 40px;

}
.kobetsu_txt03{
        font-size: 36px;

}

.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: 25px;
        margin: 20px;

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

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

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

/* 申込み特典は終了しました */
/*
#gift::before {
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    z-index: 1;
    position: absolute;
    content: "";
    font-weight: bold;
    height: 87%;
    width: 100%;
    text-align: center;
    align-items: center;
}

#gift::after {
    content: "多数のお申込み\A誠にありがとうございます。\A早期申込特典は\A終了いたしました。";
    white-space: pre;
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    transform: rotate(-5deg);
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
        bottom: 0;
    display: grid;
    align-items: center;
        z-index: 1;
    color: #ff0000;
}
@media only screen and (max-width:768px){
    #gift::before {
        height: 96%;
    }
    #gift::after {
        font-size: 27px;
    }
    
}
*/





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


}
@media only screen and (max-width:479px){
        .banner_tokuten_kobetsu{
        top: 287px;
                right: 0px;
}

}


.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: 80px auto 50px;
    transition: all 0.5s ease;
    border-radius: 60px;
        width: 300px;
        display: inline-block;
}
#missioncomplete{
    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){
    .bestjump img{
        width: 100%;
            margin: 10px 0px;
    }
    .jisseki_btn {
    margin: 10px auto 30px;
}
    #missioncomplete .why_no_txt03{
            font-size: 19px;
    }
    
    
}

.resultup{
    display: flex;
        gap: 20px;
    justify-content: center;
}
.resultup p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    background-color: #F15A24;
    padding: 10px 10px;
    text-align: center;
    margin: 80px auto 50px;
    transition: all 0.5s ease;
    border-radius: 60px;
    width: 245px;
    display: inline-block;
}

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

}

.close_pc2 img{
    position: absolute;
    top: 117px;
    left: 313px;
    transform: rotate(-3deg );
    filter: drop-shadow(5px 5px 5px #e6e6e6);
}
.close_sp2 img{
        position: absolute;
    width: 100%;
    left: 0;
    transform: rotate(-5deg );
    filter: drop-shadow(5px 5px 5px #e6e6e6);
    bottom: 123px;

}
.Qa_nitei{
/*
        display: block;
        text-align: center;
*/
    }
    .Qa_school{
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
    }
    
    @media only screen and (max-width:768px){
        .Qa-Box .Qa dd div.popup_tel{
            margin-top: 20px;
            padding-left: 0px;
            text-align: left;
        }
        
}


.popup_content_jisseki{
    width: 85%;
}
.popup_title00_junbi_jisseki{
    width: 85%;
        margin: 0px auto 10px;
}
.popup_title00_junbi_jisseki img{
    width: 100%;
    height: auto;
}

.bestjump div{
    display: flex;
    margin: 0 20px;
    align-items: center;
    
}
@media only screen and (max-width:768px){
    .resultup{
    display: block;
        gap: 20px;
        margin: 0px 20px;
}
    .resultup p{
            margin: 0px 0px 10px;
            box-sizing: border-box;
            width: 100%;
    }
    .bestjump div{
    display: block;
    margin: 20px 20px;
    
}
    #missioncomplete img{
    margin: 10px 0px;
}
    .popup_title00_junbi_jisseki img{
    width: 100%;
        height: auto;
}
    .close_btn{
            top: 2px;
    right: 1px;
    }
    
}

.trigger_txtlink{
        color: #37beb0;
        cursor: pointer;
        margin-right: 10px;
}


/*実績の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);
}