@charset "UTF-8";
/* CSS Document */
html{
    font-size:62.5%;
}
body{
    color:#000000;
    font-size: 1.6rem;
    font-family:'Noto Sans JP', sans-serif;
    font-feature-settings:"palt";
/*letter-spacing:0.025em;（後々考える） */
}
a{
    color:#000000;
}
p{
    line-height: 1.75;
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2{
    text-align: center;
    font-family: miller-banner, serif;
}
/*--------------------
*utility:
--------------------*/
.outer{
    max-width: 1256px;
    margin: 0 auto;
}
.text_center{
	text-align: center;
}
.pc_img{
    display: none;
}
.pc_img.link{
    display: none;
}
/*
.link-description{
    font-size: 8px;    
}
*/
.mincho{
    font-family: source-han-serif-japanese, serif;
}
.section{
    position: relative;
    padding: 0 20px;
}
.contain{
    word-break: break-all;
}
/*--------------------
*navigation:
--------------------*/
nav{
    font-family: freight-neo-pro, sans-serif;
}
nav p{
    font-family:'Noto Sans JP', sans-serif;
    font-size:1rem;
    color:#8B8989;
    }
.btn_trigger{
    position: fixed;
    top: 30px;
    right: 20px;
    width: 30.5px;
    height: 14px;
    z-index: 200;
}
.btn_trigger .hamburger{
	position: absolute;
    top: 0;
	display: block;
	z-index: 200;
	width: 30px;
	height: 1px;
	background-color: #000000;
	transition: all 0.5S;
}
.btn_trigger .hamburger:nth-of-type(2){
	width: 22px;
    top: 7px;
}
.btn_trigger .hamburger:nth-of-type(3){
	width: 15px;
    top: 14px;
}
.btn_trigger.active{
    z-index: 220;
}
.btn_trigger.active .hamburger:first-of-type{
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.btn_trigger.active .hamburger:nth-of-type(2){
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 30px;
    top: 0px;
}
.btn_trigger.active .hamburger:last-of-type{
    display: none;
}
/*ハンバーガーbtn内*/
.top_nav{
    display: none;
    position: fixed;
    padding: 10px 0 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 200;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
#g_nav.panelactive .top_nav{
    display: block;
}
#g_nav ul{
    opacity: 0;
}
#g_nav.panelactive ul{
    opacity: 1;
}
#g_nav.panelactive ul li{
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes gnaviAnime{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1
    }
}
/*nav背景の丸の拡大*/
.circle_bg{
    position: fixed;
    z-index: 120;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.90);;
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .6s;
}
.circle_bg.circleactive{
    transform: scale(50);
}
.navigation_contents li{
    padding-top: 30px;
    font-size: 1.8rem
}
.hamburger_logo{
    padding-left: 10px;
    display: block;
    width: 100px;
    margin: 0 auto;
}
.navigation_contents li a{
    position: relative;
}
.navigation_contents li.current a, .navigation_contents li a:hover{
    color:#7BA23F;
}
.navigation_contents li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #7BA23F;
    transition: all .3s;
    transform: scale(0,1);
    transform-origin: center top;
}
.navigation_contents li.current a::after,.navigation_contents li a:hover::after{
    transform: scale(1,1);
}

/*--------------------
*title
--------------------*/
.h1_ttl{
    font-size: 4rem;
    color:#7BA23F;
    padding: 22.6px 0 40px;
}
.h2_ttl{
    font-size: 2.4rem;
    color:#D45B68;
    padding-top: 100px;
}
.narrow{
    padding-top: 0px;
}
.h1h2_subttl{
    display: block;
    font-family:'Noto Sans JP', sans-serif;
    font-size:1.4rem;
    color:#000000;
}
/*--------------------
*moving
--------------------*/
/*******ScrollTOP*******/
.ScrollTop{
    position: fixed; 
    right:40px; 
    bottom: 10px; 
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;white-space: nowrap;
    animation: arrowmove1 1s ease-in-out infinite;
    z-index: 110;
}
@keyframes arrowmove1{ 
    0%{
        top:100px;
    }
    50%{
        top:105px;
    } 
    100%{
        top:100px;
    }
}
@keyframes arrowmove2{ 
    0%{
        bottom: 250px;
    }
    50%{
        bottom: 255px;
    } 
    100%{
       bottom: 250px;
    }
}
.ScrollTop.Scroll_view{
    opacity: 1;
    visibility: visible;
}
.ScrollTop a{
    text-decoration: none;
    color:#7BA23F;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
}
.js_PageTop a:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: 0px;
    right: -6px;
    background: #8B8989;
    transform: skewX(31deg);
}
.js_PageTop a:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -2px;
    width: 1px;
    height: 50px;
    background: #8B8989;
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js_PageTop a::before{
right:0;
}
/********Sheroイメージがふわっと出る*******S*/
.fadeIn{
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/********Sheroイメージのキャッチ文字が流れるようにでる*******S*/
.fadeDown{
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeDownAnime{
    from{
        opacity: 0;
        transform: translateY(-100px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/********Simgが流れるように出る*******S*/
.InAnimation{
    opacity: 0;
}
.DownAnimation{
    opacity: 0;
}
.LeftAnimation{
    opacity: 0;
}
.RightAnimation{
    opacity: 0;
}
.fadeLeft{
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
@keyframes fadeLeftAnime{
    from{
        opacity: 0;
        transform: translateX(-100px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeRight{
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: translate3d(0, 0, 0);
    opacity: 0;
}
@keyframes fadeRightAnime{
    from{
        opacity: 0;
            transform: translateX(100px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

/********Sボタンリンクのデザイン、横線・縦線*******S*/
.link{
    position: relative;
    margin: 0 auto;
    width: 50%;
    display: block;
    border: solid 1px #cccccc;
    text-align: center;
    margin-top: 10px;
    padding: 2px 20px 5px;
}
.link:hover{
        color: #7BA23F;
    }
.link span{
    font-family: freight-neo-pro, sans-serif;
    }
.link::before, .link::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #7BA23F;
/*    transition: all 0.2s linear;*/
}
.link span::before, .link span::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    background: #7BA23F;
/*    transition: all 0.2s linear;*/
}
.link:hover::before, .link:hover::after{
    width: 100%;
}
.link:hover span::before, .link:hover span::after{
    height: 100%;
}
.link::after{
    right: 0;
    bottom: 0;
    transition-duration:0.4s;
}
.link span::after{
    right: 0;
    bottom: 0;
    transition-duration: 0.4s;
}
.link::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}
.link span::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}
.link p{
    font-size: 8px;
}
/********S経歴の縦に伸びる線*******S*/
.timeline li{
    position: relative;
}
.border_line{
    position: absolute;
    left: -29px;
    top: 10px;
    width: 1px;
    height: 0;
    background: #ccc;
}
.timeline li::after{
    content: '';
    position: absolute;
    top: 8px;
    left: -30px;
    width: 4px;
    height: 4px;
    background: #7BA23F;
    border-radius: 50%;
}
/*--------------------
*header
--------------------*/
.header{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.header_logo_sp{
    width: 120px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
.header_logo_pc{
    display: none;
}
.header_logo_underpage{
    width: 70px;
    margin: 20px;
}
.hero_img_sp{
    opacity: 0;
    width: 89.333%;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}
.BackGround_square:before{
    content: "";
    width: 77.3%;
    height: 40.3%;
    position: absolute;
    background: #DEE5B0;
    left: 0;
    top: 100px;
    z-index: -1;
}
.hero_catch{
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -8%;
    right: 11%;
    letter-spacing: 5px;
    font-size: 1.8rem;
    opacity: 0;
}
.hero_catch span{
    display: block;
    padding-top: 240px;
}
/*--------------------
*TOP
--------------------*/
.section_subttl{
    font-size:20px;
    padding-top: 20px;
}
.img{
    padding-top: 20px;;
}
.TOP_img{
    overflow: hidden;
}
.TOP_text.BackGround_square:before{
    width: 77%;
    height: 100%;
    background: #EBECE9;
    top: 54px;
    left: inherit;
    right: 0;
}
.TOP_text{
    padding-top: 20px;
}
.TOP_TrialLesson_wrapper{
    max-width: 493px;
    border: solid 1px #cccccc;
    padding: 0 20px 20px;
    margin: 20px auto;
}
.TOP_TrialLesson_text{
    padding-top: 20px;
}
.TOP_TrialLesson_info span:nth-of-type(2){
    font-weight: bold;
}
.TOP_TrialLesson_icon{
    text-align: center;
    width: 100%;
    font-size: 4rem;
    color: #7BA23F;
    padding: 20px 0;
}
.TOP_TrialLesson_btn{
    position: relative;
    display: block;
    background-color: #DEE5B0;
    width: 100%;
    padding: 15px 0;
}
.TOP_TrialLesson_btn:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 90%;
    height: 85%;
    border: 2px solid #fff;
    transform: translate(-50%,-50%) scale(1.1);
    transition: .3s ease;
}
.TOP_TrialLesson_btn:hover:after{
    transform: translate(-50%,-50%) scale(1.05,1);
    border-color: #fff;
}
.TOP_TrialLesson_btn span{
    padding-left: 15px;
    color: #fff;
}
.GoogleCalendar{
    padding-top: 40px;
}
.GoogleCalendar iframe{
    max-width: 100%;
    height: 360px;
}
/*--------------------
*PROFILE
--------------------*/
.Profile_img.BackGround_square:before{
    width: 72%;
    height: 63%;
    top: 85px;
    right: 0;
    left: inherit;
}
.Profile_text{
    padding-top: 40px;
    line-height: 1.75;
}
.Profile_text span{
    display: block;
    padding-bottom: 14px;
}
.Career_wrapper{
    padding-top: 40px;
    font-size: 1.4rem;
}
.Career_wrapper li{
    padding-bottom: 40px;
}
.Career_wrapper li:last-of-type{
    padding-bottom: 0;
}
.Career_inner{
    display: flex;
}
.Career_inner p{
    line-height: 1.5;
    padding-left: 35px;
}
.Career_inner .Career_year{
    padding-left: 0;
    min-width: 46px;
}
.Career_text_space{
    padding-top: 15px;
}
.Career_section{
    background-image: url("../images/Profile_background.jpg");
    background-repeat: no-repeat;
    background-size: 730px;
    background-position: bottom;
    padding: 10px 20px 0 60px;
}
.Profile_background{
    width: 200%;
    height: auto;
    bottom: -112px;
    left: 0;
    position: absolute;
    z-index: -1;
   
}
/*--------------------
*SCHOOL
--------------------*/
.SchoolPoint_wrapper .h2_ttl{
    padding-bottom: 40px;
}
.School_img{
    width: 100%;
}
.SchoolPoint_ttl{
    text-align:center;
    font-size: 2rem;
}
.SchoolPoint_text{
    padding-top: 10px;
}
.SchoolPoint_inner{
    padding: 30px 20px;
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center;
}
.SchoolPoint_inner.bg1 {
    background-image: url(../images/LessonPoint01.png);
}
.SchoolPoint_inner.bg2{
    background-image: url("../images/LessonPoint02.png");
}
.SchoolPoint_inner.bg3{
    background-image: url("../images/LessonPoint03.png");
}
.SchoolPoint_inner.bg4{
    background-image: url("../images/LessonPoint04.png");
    background-size: 240px;
    padding-bottom: 0;
}
.School_photo_text{
    padding: 30px 20px;
}
.SchoolInfo_wrapper{
    margin: 0 auto;
    line-height: 1.75;
    max-width: 520px;
}
.SchoolInfo_wrapper .SchoolInfo_text:first-of-type{
    display: flex;
}
.SchoolInfo_wrapper .SchoolInfo_text:first-of-type dd{
    padding-left: 50px;
}
.SchoolInfo_definition{
    color: #7BA23F;
    font-weight: bold;
    font-size: 1.8rem;
}
.SchoolInfo_text{
    padding: 10px 0;
    border-bottom: solid 1px black;
}
.SchoolInfo_wrapper .SchoolInfo_text:first-of-type{
    margin-top: 30px;
    border-top: solid 1px black;
}
.font_bold{
    font-weight: bold;
}
.school_open_time{
    padding-left: 50px;
}
.SchoolInfo_text dd:first-of-type .school_open_time:nth-of-type(2){
    display: block;
    padding-left: 146px;
}
.SchoolInfo_attention{
    font-size: 1.4rem;
    line-height: 1.5;
}
.SchoolInfo_license{
    padding-top: 35px;
}
.Google_map{
    position: relative;
	margin: 0 auto;
    padding-top: 70%;
    margin-top: 40px;
}
.Google_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.SchoolInfo_address{
    padding-top: 40px;
    line-height: 1.75;
    max-width: 430px;
    margin: 0 auto;
}
/*swiperデザイン*/
.swiper-pagination-bullet-active{
    background: #DEE5B0 !important;
}
/*四角いラインアニメーション*/
.line2 img{
    width: 100%;
}
.line{
    position: relative;
}
.line::before, .line::after{
    opacity: 0;
}
.line2::before, .line2::after{
    opacity: 0;
}
.line.horizontal_line::before, .line.horizontal_line::after{
    opacity: 1;
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    margin: 3% 0 4%
}
.line.horizontal_line::before{
    top: 0;
    left: 0;
    animation: lineAnime .5s linear 0s forwards;
}
.line.horizontal_line::after{
    bottom: 0;
    right: 0;
    animation: lineAnime.5s linear 1s forwards;
}
.line2.vertical_line::before, .line2.vertical_line::after{
    opacity: 1;
    position: absolute;
    content: '';
    width: 1px;
    height: 0;
    background: #fff;
    margin: 0 3%;
}
.line2.vertical_line::before{
    top: 0;
    right: 0;
    animation :lineAnime2 .5s linear .5s forwards; 
}
.line2.vertical_line::after{
    bottom: 0;
    left: 0;
    animation: lineAnime2 .5s linear 1.5s forwards;
}
@keyframes lineAnime {
    0% {width:0%;}
    100%{width:100%;}
}
@keyframes lineAnime2{
    0%{height :0%}
    100%{height: 100%}
}
/*--------------------
*TrialLesson
--------------------*/
.Lesson_flow_ttl{
    font-size: 2.4rem;
    color: #7BA23F;
    margin-bottom: -60px;
}
.Lesson_flow_ttl img{
    position:absolute;
}
.Lesson_flow_img01{
    width: 90%;
    text-align: right;
    top: 90%;
}
.Lesson_flow_img02{
    width: 95%;
    top: 96%;
    left: 0;
}
.Lesson_flow_img03{
    text-align: right;
    width: 95%;
    top: 97%;
}
.Lesson_flow_img01{
    width: 70%;
}
.Lesson_flow_img03{
    width: 70%;
}
.Lesson_flow_img04{
    width: 80%;
    top: 95%;
}
.Lesson_flow_text{
    margin: 0 auto;
    padding-top: 50px;
}
.Lesson_flow_ttl span{
    font-family: adorn-pomander, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    line-height: 1.2;
    padding-right: 20px;
}
.Lesson_flow_block{
    display: flex;
    position: relative;
}
.Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(odd){
    flex-direction: row-reverse;
}
div[class^="Lesson_flow_inner"]{
    width: 100%;
    background-color: rgba(255,255,255,0.87);
    background-size: 43% 28%;
    z-index: 110;
    padding: 8vw 20px;
}
div[class^="Lesson_flow_img"]{
    position: absolute
}
.Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(2){
    padding-top: 80%;
}
.Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(3){
    padding-top: 65%;
}
.Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(4){
    padding-top: 75%;
}
.TrialLesson_details{
    margin: 100% 20px 0;
    border: solid 3px #DEE5B0;
}
.TrialLesson_details dl{
    padding: 15px 10px;
    border: solid 1px #DEE5B0;
    margin: 7px;
}
.TrialLesson_details dl dt{
    font-weight: bold;
    color: #7BA23F;
    float: left;
    }
.TrialLesson_details dl dd{
    margin-left: 100px;
    padding-bottom: 10px;
}
.Form_description{
    padding: 30px 20px 30px;
}
.Form{
    max-width: 646px;
}
/*--------------------
*Works
--------------------*/
.Works .Works_description:first-of-type{
    margin-top:-50px;
}
.Works_description dt{
    display: block;
    width:auto;
    height:auto;
    cursor:pointer;
    padding: 40px 20px 10px;
}
.Works_description dt span:first-of-type{
    display: block;
    font-weight: bold;
    color: #7BA23F;
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: miller-banner, serif;
}
.Works_description dt span:last-of-type{
    padding-left: 10px;
    color: #7BA23F;
}
.Works_description dd:first-of-type{
    padding: 0 20px 10px;
    font-size: 1.4rem;
    width: auto;
    height:auto;
    display:none;
}
/*slickデザイン*/
.slick-initialized .slick-slide {
    padding: 0 5px;
}
.slick-slide img{
    width: 100%;
}
.slick-slide:focus {
  outline: none;
}
/*
.slick-list .slick-track{
    margin: 0;
}
*/
.slick-next.slick-arrow{
    display: none !important;
}
.slick-dots li button:before {
    color: #7BA23F !important;
}
.slick-dots li.slick-active button:before{
    color: #7BA23F !important;
}
/*--------------------
*footer
--------------------*/
.footer{
    padding-top: 100px;
    text-align: center;
}
.footer_BackgroundColor{
    margin-top: 10px;
    background-color: #DEE5B0;
}
.footer_logo_sp{
    margin: 0 auto;
    width: 100px;
}
.footer_logo_pc{
    display: none;
}
.footer_nav{
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 25px;
}
.footer_nav li:first-of-type{
    padding-left: 45px;    
}
.footer_nav li:nth-of-type(2){
    padding-left: 40px;    
}
.footer_nav li:nth-of-type(3){
    padding-left: 30px;    
}
.footer_nav li:nth-of-type(5){
    padding-left: 30px;    
}
.footer_nav li:nth-of-type(6){
    padding-left: 45px;    
}
.footer_nav li:nth-of-type(7){
    margin: 0 auto;    
}
.footer_nav li:nth-of-type(n+4){
    padding-top: 20px;  
}
.address{
    padding-top: 40px;
    font-size: 1.2rem;
}
.address_info{
    font-size: 1rem;
}
.copyright{
    display: block;
    font-size: 1rem;
    padding: 40px 0 20px;
}
@media screen and (min-width:500px){
    /*--------------------
    *TOP
    --------------------*/
    .hero_catch{
        font-size: 2rem;
    }
}
@media screen and (min-width:768px){
    /*--------------------
    *utility:
    --------------------*/
    .sp_img{
        display: none;
    }
    .pc_img{
        display: block;
    }
    .pc_img.link{
        display: block;
    }
    .section{
        padding: 0 55px;
    }
    /*--------------------
    *title
    --------------------*/
    .h1_ttl{
        font-size: 6rem;
        padding: 110px 0 0px;
    }
    .h2_ttl{
        font-size: 4rem;
        color:#D45B68;
        padding-top: 200px
    }
    .h2_ttl.narrow{
        padding-top: 0;
    }
    .h1h2_subttl{
        font-size:1.6rem;
        color:#000000;
    }
    /*--------------------
    *header
    --------------------*/
    .header{
        position:relative;
    }
    .header_logo_pc{
        display: block;
        position:absolute;
        top: 40%;
        left: 6%;
        width: 25%;
        z-index: 110;
    }
    .header_logo_sp{
        display: none;
    }
    .header_logo_underpage{
        position: absolute;
        width: 100px;
        left: 20px;
        padding: 0;
    }
    .hero_img_pc{
        width: 50%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .hero_img_pc:before{
        width: 40vw;
        height: 45%;
        top: 83%;
        left: inherit;
        right: 0;
    }
    .hero_catch{
        top: -8%;
        right: 11%;
        letter-spacing: 5px;
    }
    .hero_catch span{
        padding-top: 26vw;
    }
    /*--------------------
    *TOP
    --------------------*/
    .section_subttl{
        font-size: 2.4rem;
    }
    .section_wrapper{
        display: flex;
        align-items: center;
        padding-top: 250px;
    }
    .section_wrapper_reverse{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-top: 250px;
    }
    .img{
        width: 100%;
        margin: auto;
        padding-top: 0;
    }
    .TOP_text.BackGround_square:before {
        width: 69vw;
        height: 60%;
        top: 118px;
    }
    .text_wrapper{
        width: 50%;
        padding-left: 4.5%;
    }
    .text_wrapper .h2_ttl{
        padding-top: 0;
    }
    .section_wrapper .text_wrapper{
        padding-left: 0;
        padding-right: 4.5%;
    }
    .link{
        width: 50%;
        margin-top: 30px;
    }
    .TOP_TrialLesson_wrapper{
        max-width: 997px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 5%;
        padding-left: 5%;
        margin: 30px auto;
    }
    .TOP_TrialLesson_text{
        padding-top: 5px;
    }
    .TOP_TrialLesson_info{
        width: 334px;
        text-align: left;
        padding-left: 30px;
    }
    .TOP_TrialLesson_wrapper .TOP_TrialLesson_info:first-of-type{
        padding-left: 0;
    }
    .TOP_TrialLesson_btn{
        width: 300px;
        margin: 0 auto;
    }
    .GoogleCalendar{
        padding-top: 60px;
    }
    .GoogleCalendar iframe{
        width: 64%;
        height: 500px;
    }
    /*--------------------
    *PROFILE
    --------------------*/
    .section.section_wrapper.Profile{
        padding-top: 155px;
    }
    .Career_wrapper{
        width: fit-content;
        margin: 0 auto;
    }
    .Profile_background{
        bottom: -100px;
    }
    .Profile_img.BackGround_square:before {
    width: 72vw;
    height: 63%;
    top: 85px;
    }
    .Career_section{
        background-position: bottom;
        padding: 10px 20px;
    }
    /*--------------------
    *SCHOOL
    --------------------*/
    .SchoolPoint_wrapper{
        padding: 0 55px 0;
    }
    .SchoolPoint_wrapper .h2_ttl{
        padding-top: 80px;
        padding-bottom: 0;
    }
    .SchoolPoint_contents{
        display: flex;
        align-items: center;
    }
    .SchoolPoint_wrapper .SchoolPoint_contents:first-of-type{
        padding-top: 80px;
    }
    .SchoolPoint_wrapper .SchoolPoint_contents:nth-of-type(even){
        flex-direction: row-reverse;
    }
    .SchoolPoint_ttl{
        font-size: 2.6rem;
        padding-top: 50px
    }
    .SchoolPoint_text{
        padding-top: 30px;
    }
    .School_img{
        width: 50%;
        padding-top: 0;
    }
    .SchoolPoint_inner{
        width: 50%;
        padding: 0 30px 50px 30px;
        background-size: 150px;
    }
    .SchoolPoint_inner.bg4{
        background-size: 320px;
    }
    .School_photo_text{
        width: 762px;
        margin: 0 auto;
        padding: 30px 0 40px;
    }
    .SchoolInfo_wrapper{
        max-width: 726px;
    }
    .SchoolInfo_wrapper .SchoolInfo_text:first-of-type{
        margin-top: 60px;
    }
    .SchoolInfo_wrapper .SchoolInfo_text:first-of-type dd{
        padding-left: 0;
    }
    .SchoolInfo_text{
        display: flex;
    }
    .SchoolInfo_definition{
        min-width: 235px;
    }
    .Google_map{
        padding-top: 40%;
        margin-top: 60px;
        width: 60%;
    }
    .SchoolInfo_address{
        width: 430px;
        margin: 0 auto;
    }
    /*--------------------
    *Works
    --------------------*/
    .Works_description dd{
        text-align: center;
    }
    .Works_description dt{
        padding: 50px 20px 10px;
        text-align: center;
    }
    .Works .Works_description:first-of-type dt{
    padding-top: 150px;
    }

    
    /*--------------------
    *TrialLesson
    --------------------*/
    .Lesson_flow_wrapper{
        padding: 0 55px 0;
    }
    .Lesson_flow_wrapper .h2_ttl.narrow{
        padding-top: 80px;
    }
    .Lesson_flow_ttl{
        font-size: 3rem;
        margin-bottom: -60px;
    }
    .Lesson_flow_img01{
        width: 40%;
    }
    .Lesson_flow_img02{
        width: 55%;
    }
    .Lesson_flow_img03{
        width: 40%;
    }
    .Lesson_flow_img04{
        width: 45%;
        padding-left: 4%;
    }
    .Lesson_flow_ttl span{
        font-size: 8rem;
        line-height: 1.2;
        padding-right: 20px;
    }
    div[class^="Lesson_flow_inner"]{
        position: absolute;
        width: 60%;
        padding: 0 50px 50px;
        max-width: 500px;
    }
    div[class^="Lesson_flow_img"] {
        position: static;
    }
    .Lesson_flow_wrapper .Lesson_flow_block:first-of-type{
        padding-top: 80px;
    }
    .Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(2){
        padding-top: 180px;
    }
    .Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(3){
        padding-top: 180px;
    }
    .Lesson_flow_wrapper .Lesson_flow_block:nth-of-type(4){
        padding-top: 180px;
        margin-bottom: 100px;
    }
    .Lesson_flow_inner1{
        left: 0vw;
    }
    .Lesson_flow_inner2 {
    right: -6vw;
    }
    .Lesson_flow_inner3 {
    left: -1vw;
    }
    .Lesson_flow_inner4 {
    right: -5vw;
    }
    .TrialLesson_details{
        max-width: 635px;
        margin: 0 auto 0;
    }
    .Form_description{
        text-align: center;
    }

}
@media screen and (min-width:1001px){
    
    /*--------------------
    *header
    --------------------*/
    .hero_catch{
        font-size: 2.4rem;
    }
    
    /*--------------------
    *navigation:
    --------------------*/
     .btn_trigger{
        display: none;
    }
    .navigation{
        display: block;
    }
    .top_nav{
        position: static;
        padding-left: 0px;
        height: auto;
    }
    #g_nav ul{
        opacity: 1;
    }
    #g_nav .top_nav{
    display: block;
    }
    .navigation_contents{
        display: flex;
        justify-content: center;
    }
    .top_nav{
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .navigation_contents li{
        padding-left: 30px;
        padding-top: 0;
        text-align: center;
        font-size: 1.6rem;
    }
    .navigation_contents li:first-of-type{
        padding-left: 0;
    }
     /*--------------------
    *Moving
    --------------------*/
    /*******ScrollTOP*******/
   .ScrollTop{
    animation: arrowmove2 1s ease-in-out infinite;
    }
    /*--------------------
    *Profile
    --------------------*/
     .Career_section{
         padding-bottom: 250px;
    }
    /*--------------------
    *School
    --------------------*/
    .SchoolPoint_ttl{
        font-size: 3rem;
    }
    /*--------------------
    *TrialLesson
    --------------------*/
    .Lesson_flow_inner1{
        left: 12vw;
    }
    .Lesson_flow_inner2{
        right: 4vw;
    }
    .Lesson_flow_inner3{
        left: 9vw;
        bottom: -15px;
    }
    .Lesson_flow_inner4{
        right: 5vw;
        top: 320px;
    }
    .Lesson_flow_ttl span {
        font-size: 12rem;
    }
    .Lesson_flow_ttl{
        font-size: 4rem;
    }
    /*--------------------
    *Works
    --------------------*/
    .Works_description dt span:last-of-type {
        display: none;
    }
    .Works_description dd{
        display: block !important;
    }
    /*--------------------
    *footer
    --------------------*/
    .footer {
    padding-top: 250px;
    }
    .navigation_contents.footer_nav{
        justify-content: flex-start;
    }
    .navigation_contents.footer_nav li{
        padding-left: 0;
    }
    .Profile_footer{
    padding-top: 0;
    }
    .footer_BackgroundColor{
        margin-top: 0;
        padding: 0 55px;
    }
    .footer_inner{
        display: flex;
        justify-content: space-between;
    }
    .footer_inner div a{
        margin-top: 20px;
        margin-right: 60px;
    }
    .footer_logo_pc{
        display: block;
        margin: 0;
        width: 200px;
        height: auto;
        padding-top: 60px;
    }
    .footer_logo_sp{
        display: none;
    }
    .footer_nav {
        width: 555px;
        padding-left: 30px;
        padding-top: 60px;
    }
    .footer_nav p {
        display: inline-block;
        padding-left: 10px;
    }
    .footer_nav li:first-of-type {
        padding-left: 0px;
    }
    .footer_nav li:nth-of-type(2) {
        padding-left: 80px;
    }
    .footer_nav li:nth-of-type(3) {
        padding-left: 51px;
    }
    .footer_nav li:nth-of-type(6) {
        padding-left: 51px;
    }
    .footer_nav li:nth-of-type(5) {
        padding-left: 50px;
    }
    .footer_nav li:nth-of-type(7) {
        margin: 0;
    }
    .address{
        min-width: 190px;
        padding-top: 60px;
        font-size: 1.4rem;
        text-align: left;
    }
    .address_info{
        font-size: 1.2rem;
    }
    .copyright{
        padding: 24px 0 15px;
        text-align: right;
    }
}
    @media screen and (min-width:1250px){
    /*--------------------
    *TrialLesson
    --------------------*/
    .Lesson_flow_inner1{
        left: 17vw;
    }
    .Lesson_flow_inner2{
        right: 9vw;
    }
    .Lesson_flow_inner3{
        left: 16vw;
        bottom: 95px;;
    }
    .Lesson_flow_inner4{
        right: 13vw;
        top: 320px;
    }

}


