@charset "utf-8";


/* --------------------------------
   □  共通
--------------------------------*/ 
main section{
    padding: 86px 0 0 0;
    margin-top: 0;
}

.contents section .lv2 {
    margin-bottom: 60px;
}

/* --------------------------------
   □  newsBox
--------------------------------*/ 
#newsBox{
    padding: 0;
    margin-bottom: 0;
}
#newsBox .newsInformation{   
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 0.625em 3.125em rgb(51 68 85 / 10%);
    box-shadow: 1px 1px 5px #c7c7c7;
    margin-top: -20px; 
    position: relative;
    z-index: 99;
    overflow: auto;
}
#newsBox .newsInformation .title{    
    width: 120px;
    float: left;
    text-align: left;    
}
 #newsBox .newsInformation .list{
    width: 930px;
    float: right;
 }
    #newsBox .newsInformation ul.list li{
        text-align: left;
        padding-bottom: 15px;      
    } 
    #newsBox .newsInformation ul.list li a {
        display: block;
        color: #000;
    }
	#newsBox .newsInformation ul.list li dl{
		display: table;
		width: 100%;
	}
	#newsBox .newsInformation ul.list li dl > *{
		display: table-cell;
		vertical-align: middle;
	}
	#newsBox .newsInformation ul.list li dl > dt{
		width: 103px;
        color: #797979;
        font-weight: 700;
        font-size: 87.5%;
	}

	#newsBox p.buttonStyle {
		font-size: 80%;
		position: absolute;
		bottom: 30%;
		left: 30px;
	}

	#newsBox p.buttonStyle a{
		padding: 8px 20px;
	}

	#newsBox p.buttonStyle a span:before{
		width: 6px;
		height: 6px;
	}

	.contents ul.list li dl > dd.category{
        width: 107px;      
    }
	.contents ul.list li dl > dd.category > span{
        width: 60px;
        border-radius: 20px;       
        font-size: 75%;
        display: inline-block;      
        padding: 2px 10px;
        text-align: center;
    }
        .contents .category .school{        
            color: #1AA1C8;
            border: 1px solid #1AA1C8;            
        }
        .contents .category .business{        
            color: #797979;
            border: 1px solid #797979;
        } 
	.contents ul.list li dl > dd.text{		
        font-size: 93.75%;
    }
    .contents ul.list li {
        transition: .3s;
	    transform: scale(1);
    }
    .contents ul.list li:hover {
        transform: scale(1.05);
    }   
    .contents ul.list li a:hover {
        text-decoration: none;
    }

    main{
        position: relative;
    }
    a.scrollbar{
        display: inline-block;
        position: absolute;
        left: 5%;
        top: 30px;
        z-index: 99;
        padding: 10px 0 99px;
        overflow: hidden;
        color: #202020; 
        font-size: 81.25%;
        line-height: 1;
        letter-spacing: .2em;
        text-decoration: none;
        writing-mode: vertical-lr;
        -ms-writing-mode: tb-rl;
    }
    a.scrollbar span{
        display:inline-block;
        color: #202020;
        text-align: center;
    } 
    a.scrollbar::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 40%;
        width: 1px;
        height: 89px;
        background: #202020;
    }

    .scrollbar::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%;
          }
        }
  
/* --------------------------------
   □  message
--------------------------------*/ 
#message {
    width: 100%;
}
#message h3.title{
    margin-bottom: 20px;
}
#message .flex_container .textArea{
    position: relative;
}
#message .buttonStyle{
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin-bottom: 0;
    padding-left: 75px; 
}

    /* --------------------------------
       □  flex 横に伸びる
    --------------------------------*/ 
    .container.wide{
        width: 100%!important;
    }
    .flex_container {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .flex_container .textArea{
        width: 450px;
        margin-right: 0;   
        padding: 0 0 0 75px;
    }
        .flex_container .textArea .title{
            margin-bottom: 0;
        }
        .flex_container .textArea .description {
            width: 100%;
            margin-top: 1.5em;
        }
    .flex_container figure{
        width: 52%;
        height: 473px;
        position: relative;
        margin: 0;
    }
        .flex_container figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            vertical-align: middle;
            top: 0;
            left: 0;
        }

/* --------------------------------
   □ news
--------------------------------*/
/*
#news{
    background: url(../../images/index/blue_bg.png) bottom left no-repeat;
    background-size: 50% 406px;
}
#news .flex_container{
    width: 1110px;
    margin: 0 auto 0 auto;
    text-align: left;
    box-sizing: border-box;    
}  
#news .flex_container .title{
    width: 23%;
    margin: 0;
}  
#news .flex_container .textArea{
    width: 77%;
    margin-right: 0;
    padding: 70px 70px;
    background-color: #FAFAFA;
    margin-bottom: 120px;
}

    #news ul.list li{
        text-align: left;
        padding: 15px 10px;
        border-top: 1px solid #C7C7C7;
    }
        #news ul.list li:last-child{ 
            border-bottom: 1px solid #C7C7C7;;
        }   
    #news ul.list li a {
        display: block;
        background: url(../../images/common/icon/arrow.svg) 100% 50% no-repeat;
        color:#333;
    }
    #news ul.list li dl{
        width: 100%;
    }

	#news ul.list li dl > dt{
		width: 103px;
        color: #797979;
        font-weight: 700;
        font-size: 87.5%;
        display: inline-block;
	}
    #news ul.list li dl > dd.category{
        display: inline-block;
        width: auto;
    }

	#news ul.list li dl > dd.category > span{
        width: 60px;
        border-radius: 20px;       
        font-size: 75%;
        display: inline-block;      
        padding: 2px 10px;
        text-align: center;
    } 
	#news ul.list li dl > dd.text{		
        font-size: 93.75%;
        width: 100%;
        padding: 10px 0;
    }
#news .viewAll{
    text-align: right;
    margin-top: 30px;
}
    /* --------------------------------
       □ tabs
    -------------------------------- */ 
/*
    #news .tabInterface{
        width: 100%; 
        height: 30px;
        margin-bottom: 20px;
    }
        #news .tabInterface li{
            width: 33.33%;
            float: left;
            text-align: center;
        }
        #news .tabInterface li:last-child{		
            margin-right: 0;
        }
            #news .tabInterface li a{                
                width: 96px;                
                padding: 2px 10px;
                border: 1px solid #202020;
                border-radius: 20px;
                font-size: 100%;
                font-weight: 700;
                display: inline-block;
                text-align: center;
                color: #202020;
                text-decoration: none;
            }	
            #news .tabInterface li a:hover{
                background: #202020;
                color: #fff; 
                filter: opacity(100%);
            }
            #news .tabInterface li.active a{
                background: #202020;
                color: #fff;
            }
 */   
/* --------------------------------
   □ topics
--------------------------------*/
#topics{
	background: #ECF4F7;
	margin-bottom: 0;
	padding: 86px 0;
}

#topics ul.topicslist li{
	width: 363px;
    float: left;
    margin-right: 10px;
	box-shadow: 1px 1px 5px #c7c7c7;
	margin-bottom: 25px;
}

#topics ul.topicslist li:last-child{
	margin-right: 0;
}

#topics ul.topicslist li a{
	color: #202020;
	text-decoration: none;
}

#topics ul.topicslist li p.image{
	margin-bottom: 0;
	overflow: hidden;
}

#topics ul.topicslist li p.image img{
	transition: 1s all;
}

#topics ul.topicslist li a:hover p.image img{
	transform: scale(1.2,1.2);
    transition: 1s all;
}

#topics ul.topicslist li dl{
	background: #fff;
    padding: 15px;
}

#topics ul.topicslist li dl dt{
	font-size: 112%;
    margin-bottom: 12px;
	font-weight: 700;
}

#topics ul.topicslist li dl dd{
	font-size: 87%;
}

#topics ul.topicslist li dl dd.text{
	line-height: 2;
	margin-bottom: 15px;
}

#topics ul.topicslist li dl dd.date{
	text-align: right;
	color: #797979;
	font-weight: 700;
}

#topics .mt{
	margin-top: 25px;
}

/* --------------------------------
   □ plan
--------------------------------*/
#plan{
    margin-bottom: 70px;
}

#plan .swiper-slide{
	position: relative;
}

#plan .swiper-slide .plantype{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60%;
	width: 75%;
}

#plan .swiper-slide .plantype dl{
	color: #fff;
	margin-bottom: 110px;
}

#plan .swiper-slide .plantype dl dt{
	font-size: 175%;
	margin-bottom: 40px;
}

#plan .swiper-slide .plantype dl dd{
	line-height: 2;
}

#plan .swiper-slide .plantype p.buttonStyle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}

#plan .swiper-slide .plantype p.buttonStyle a{
	border: 1px solid #fff;
    background: none;
    color: #fff;
}

#plan .swiper-slide .plantype p.buttonStyle span:before{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#plan .swiper-slide .plantype p.buttonStyle:hover span:before{
	right: 5%;
}

#plan p.text{
    text-align: center;
    margin-bottom: 55px;
}

  /* --------------------------------
       □ swiper
    --------------------------------*/
    .swiper-container{
        margin-bottom: 30px;
        text-align: center;
    }
    .swiper-slide a{
        display: block;
        position: relative;
        margin: auto;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        left: auto;
    }
    #plan .swiper-button-prev{
        background: url("../../images/common/icon/gt.svg");
        left: 28%;
    }
    #plan .swiper-button-next{
        background: url("../../images/common/icon/lt.svg");
        right: 28%;
    }
    #plan .swiper-button-prev, 
    #plan .swiper-button-next {
        width: 20px;
        height: 20px;
    }
    #plan .swiper-container .swiper-pagination{
        position: static;
        width: auto;
        display: inline-block;            
    }
    #plan .swiper-pagination-bullet-active{
        background: #19191A;
    }
    #plan .swiper-container .swiper-wrapper .swiper-slide img{
        width: 100%;   
        height: auto;
        object-fit: cover;
        max-height: 500px;
    }

/* --------------------------------
   □ instructor
-------------------------------- */ 
#instructor{
    margin-bottom: 70px;
	position: relative;
}

#instructor:before{
	content: "";
    position: absolute;
    background: #FAFAFA;
    top: 104px;
    left: auto;
    right: 0;
    width: 50%;
    height: 452px;
}

#instructor .flex_container{  
    align-items: center;
}
#instructor .flex_container figure{  
    width: 638px;
    height: 452px;
}
#instructor .flex_container .textArea{
    width: 472px;
    /*background: #FAFAFA;
    height: 452px;
    padding: 124px 0;
    box-sizing: border-box;
	position: relative;
	*/
}
#instructor .lv2{
    position: relative
}

#instructor .buttonStyle{
    margin-top: 76px;
}




@media only screen and
(max-width : 767px) {
	
      
     /* --------------------------------
       □ 　
    -------------------------------- */ 
    .contents main > section {
        margin-bottom: 60px;
        padding: 60px 0;
    }    

    section.wide .container.wide{  
       width: auto!important;
    }

     /* --------------------------------
       □ 　#newsBox   
    -------------------------------- */ 
    #newsBox{     
        margin-top: 28px;
        margin-bottom: 0;
    }
    #newsBox .newsInformation{   
       padding: 30px 20px;
    }
    #newsBox .newsInformation .title{
        text-align: center;
        float: none;
        width: auto;
    }
    #newsBox .newsInformation .title .lv4{
        font-size: 156%;
        margin-bottom: 0.5em;
    }
    #newsBox .newsInformation .list{
        width: auto;
		margin-bottom: 20px;
    }
    #newsBox .newsInformation ul.list li dl > dt{     
        display: inline-block;
        font-size: 87.5%;
    }    
    #newsBox .newsInformation ul.list li dl > dd.category{
        display: inline-block;   
    }
    #newsBox .newsInformation ul.list li dl > dd.text{         
        display: block;
        padding: 10px 0 0 0;   
    }
	#newsBox p.buttonStyle {
		font-size: 80%;
		position: relative;
		bottom:inherit;
		left: inherit;
		clear: both;
	}	
	#newsBox p.buttonStyle a {
		padding: 18px 60px;
        font-size: 117.18%;
        width: 70%;
	}	    
    a.scrollbar{
        display: none;
    }
    
    /* --------------------------------
       □  message
    --------------------------------*/ 
    #message{
        margin: 0;   
    }  
    #message .container{
        margin-bottom: 0; 
    }  
    #message .buttonStyle{
        position: relative;
        margin: 30px auto 0;
        padding-left: 0;
    }    

       /* --------------------------------
       □  flex
        --------------------------------*/ 
        .flex_container{
            flex-direction: column;
            margin-bottom: 0;
        }
        .flex_container .textArea{
            margin-left: 0;
            width: auto;
            height: auto;
            padding: 10px 0px 0px 0px;
        }
            .flex_container .textArea .title{   
                margin: 0 auto 30px auto;
            }
        .flex_container figure{
            width: 100%;
            max-height: 230px;
            margin-bottom: 20px;
        }
            flex_container figure img {
                width: 100%;
                height: auto;
            }    

    /* --------------------------------
       □  plan
    --------------------------------*/ 
    #plan{
        
    }  
    #plan .swiper-button-prev{
        left: 20px;
    }  
    #plan .swiper-button-next{
        right: 20px;
    } 

    /* --------------------------------
       □ 　#news   
    -------------------------------- */ 
	#topics{
        padding: 60px 0;
    }
    
    #topics ul.topicslist li {
		width: auto;
		float: none;
		margin-right: 0;
	}
	#topics ul.topicslist li p.image img{
		width: 100%;
	}
    
    /* --------------------------------
       □ 　#plan   
    -------------------------------- */ 
	#plan .swiper-slide .plantype {
		height: 75%;
	}
	
	#plan .swiper-slide .plantype dl {
		margin-bottom: 15px;
	}
	
	#plan .swiper-slide .plantype dl dt {
		font-size: 125%;
		margin-bottom: 10px;
	}
	
	#plan .swiper-slide .plantype dl dd {
		font-size: 87.5%;
		text-align: left;
        line-height: 1.8;
	}
	
	#plan .swiper-slide .plantype p.buttonStyle a {
		padding: 10px 40px;
        font-size: 81.25%;
	}

    /* --------------------------------
       □ 　#instructor   
    -------------------------------- */     
    #instructor{
        margin-bottom:0;
        padding-top: 70px;
    }
    #instructor .flex_container .textArea {
        width: 100%;
    }
    #instructor .flex_container figure{
        width: 100%;
    }
    #instructor .buttonStyle {
        margin-top: 40px; 
    }
    #instructor:before {
        width: 100%;
        height: 100%;
        top: 0;
    }
        
        

 
}