
@charset "utf-8";

section{clear:both;}

/*--------------------全体のコンテンツ----------------*/
.contents {
	clear: both;
    overflow: hidden;
	padding-top: 0px;		/*上に空けるボックス内の余白*/
	padding-bottom: 40px;	/*下に空けるボックス内の余白*/
	margin:0 auto;
    width:100%;
}

/*---------------------画面トップ------------------------------*/
.top_wrapper {
    position: relative;
    width:100%;
    margin-bottom: 20%;
}
.img-frame{
    position: relative;
    width: 90%;
    height: 32vh;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
 }
 .img-frame::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
 }
 .buil01{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .buil01{
    background-image: url('../images/lecture.jpg');
	'clip-path: polygon(0% 100%, 17.5% 0%, 100% 0%, 100% 100%);
 }

 @media screen and (max-width: 767px){
    .img-frame{
       width: 100%;
       height: 250px;
    }
}

@media screen and (max-width: 468px){
    .img-frame{
       width: 100%;
       height: 150px;
       border-radius: 0;
    }
}


/* -------------トップページ---------------- */
.top-message {
	position:relative;
	width:100%;
	margin: 10% auto 5%;
	color:#000;
}

.message {
    width:65%;
	font-size:1.3vw;
    margin:auto;
}
	
@media screen and (max-width:767px){
	.message {
		width:90%;
    	font-size:1.8vw;
		margin-bottom: 5%;
	}
}

/*----------------サービス------------------*/
.wrapper {
    position:relative;
    width:90%;
    margin:0% auto 0;
}

.box_ttl {
    text-align:left;
    margin-left: 5%;
    font-size:4vw;
    font-family: HGｺﾞｼｯｸM;
    color: #6e6e6e;
    vertical-align: top;
    line-height: 2;
    z-index:999;
}
.box_ttl2 {
    text-align:left;
    margin-left: 5%;
    font-size:1vw;
    font-family: HGｺﾞｼｯｸE;
    color: #5c5c5c;
    vertical-align: top;
    line-height: .5;
    z-index:999;
    padding-bottom: 2%;
    border-bottom: solid 2px #5c5c5c;
}
.box_subttl {
    margin-top: 5%;
    text-align: center;
    font-size:1.5vw;
    font-weight: bold;
}

.column {
	position: relative;
	margin:2% auto;
    width:80%;
}

.col_msg {
    font-size: 1.2vw;
}
.column ul {
	column-count: 2;
}

.col_list li{
    font-size: 1.2vw;
	padding: 1% 0 1% 10%;
}

@media screen and (max-width: 767px) {
	.wrapper {
   		width:100%;
	}
	.col_msg {
        font-size: 1.6vw;
    }
  	.col_list li{
    	font-size: 1.6VW;
  	}
}
@media screen and (max-width: 480px) {
	.col_ttl {
    	font-size: 1.8vw;
  	}
  	.col_list {
    	font-size: 1.2vw;
  	}
	.column ul {
		column-count: auto;
	}
}

