@media screen and (max-width: 767px) {
/* =========================================================
		main
========================================================= */
.top_main{
	background: url(/img/top/top_kv3_sp.jpg) no-repeat center / cover;
    height: 68vw;
    margin-top: 57px;
    position: relative;

}
.top_main .topmain_copy{
	font-size: 5.5vw;
    position: absolute;
    top: 37%;
    left: inherit;
    right: 1.5%;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: left;
    font-weight: 600;color: #fff;
	
}
	
.top_main .top_name{
	padding: 0;
    position: absolute;
   right: 0;
    bottom: -19%;
   width: 100%;
    background-color: #fff;
	
}
.top_main .top_name .inner{
	padding: 4% 6% 3.5%;
	border: none;
}
.top_main .top_name p{
	font-size: 3.5vw;
    color: #bb9f5b;
	line-height: 1.5;
}
.top_main .top_name h3{
	font-size: 5vw;
	line-height: 1.5;
}	
/* =========================================================
		top news
========================================================= */
.topics_news {
    height: auto;
    display: block;
    align-items: center;
}	
.topics_news .news_inner{width: 92%;margin: 4% auto 6%;display:block;}
.topics_news .news_inner .news_ttl{width:auto;/* text-align: center; */}
.topics_news .news_inner .news_ttl h3{font-size: 16px;line-height:1.2;}
.topics_news .news_inner .news_ttl .en_ttl{ display:none;}
.topics_news .news_inner .news_list{width:100%; margin-top: 8px;}
.l-newsList-item{margin-top: 5px;/* display:block; */}
.l-newsList-time{width: 19%;font-size: 12px;line-height: 1.35; letter-spacing: 0; color: #bb9f5b;}
.l-newsList-ttl{width: 80%;font-size: 14px; line-height: 1.35;}
.news_link{
    bottom: 0;
    right: -3px;
    text-align: right;
    }
.news_link a{color:#bb9f5b; font-size: 14px; position: relative; display: inline-block; padding-right: 12px;}
.news_link a::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #bb9f5b;
    border-right: solid 1px #bb9f5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 56%;
    right: 0px;
    margin-top: -6px;
}
/* =========================================================
		top banner
========================================================= */
.top_banner {
    width: 100%;
	padding:4% 0 4%;
	margin: 13% 0 0;
}
/* =========================================================
		top concept
========================================================= */
.top_concept{
	background: url("/img/top/c_bg2b_sp.jpg") no-repeat right / cover;
	padding: 60px 0 40px;
	position: relative;
	
}
.top_concept .en_ttl{font-size: 43px;
     position: absolute;
	 top:0;
	 left:0;}
.top_concept .concept_ttl{
	font-size: 22px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	width:90%;
	margin:0 auto;
	text-align: center;
	
}

.top_concept .concept_copy{
	text-align:left;
	font-size: 15px;
	line-height: 1.85;
	width:84%;
	margin:0 auto;
	text-align: justify;
}
/* =========================================================
		top MENU
========================================================= */
.top_menu{
	margin: 0 auto 0;
	max-width: inherit;
	min-width: inherit;
	padding:45px 0 40px;
	 position: relative;
}

.top_menu .en_ttl{
	font-size: 42px;
  position: absolute;
	top: 0;
	left:0;
}
.top_menu .top_menu_ttl{
	text-align: center;
	font-size: 26px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	
}
.cate_troble{
padding: 25px 6% 15px;
    margin: 0 auto 3px;
    width: 88%;
}

.cate_troble .cate_ttl{
	color: #bb9f5b;
	font-size: 22px;
	text-align: center;
	padding-bottom: 25px;
	display: flex; align-items: center; 
	letter-spacing: 2px;
}
.cate_troble .cate_ttl span{
padding: 0 15px;
}

.cate_troble .cate_ttl:before, .cate_troble .cate_ttl:after {content: ""; height: 1px; flex-grow: 1; background-color: #bb9f5b;}
.cate_troble .category{
	justify-content: space-between;
	flex-wrap: wrap;
	display: block;
}
.cate_troble .category li{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	
}

.cate_troble .category li h5{
	text-align: center;
	font-size:27px;
	position: absolute;
	top: 53%;
transform: translate(0,-50%);
	left: 16%;
	line-height: 0.8;
	
}
.cate_troble .category li:first-child h5{

	left: 13%;

	
}
.cate_troble .category li .cate_name2{
	left: 10%;
	
}
.cate_troble .category li h5 span{
    color: #bb9f5b;
    font-size: 0.6em;
    letter-spacing: 1px;
	
}
/* =========================================================
		modal
========================================================= */

.modal-content {
    position:relative;
    display:none;
    width:84%;
    max-height:100%;
    margin:0 0 0 0;
    padding: 50px 8% 40px;
   height: auto;
    background:#fff;
    overflow:auto;
	top: 0 !important;
	 
}


.modal-overlay {
    z-index:888;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
  
	background-color:rgba(230, 226, 214, 0.9);
}

.modal-wrap {
    z-index:9999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}





.modal-content .closebtn{
	width: 30px;
	position: absolute;
	top: 17px;
	right: 17px;
	
	
	
	
}

.cate_top_banner{
	position:relative;
	margin: 20px 0 20px;
	}
	
.cate_top_ttl{
	position: absolute;
	top:50px;
	top: 50%;
    transform: translate(0,-50%);
	left:10%;
	justify-content: center;
  align-items: center;
	}
.cate_top_ttl h4{
	font-size:22px;
    font-weight: 300;
    margin-right: 10px;
    line-height: 1;
	
	}
.cate_top_ttl p{
    color: #bb9f5b;
    font-size: 14px;
    letter-spacing: 1px;
	font-weight:300;
	padding-top: 8px;
	}
.top_t_area{
	justify-content: left;
  align-items: center;
  flex-flow: wrap;
	}	
.top_t_area li{
	width:100%;
	margin-right: 0;
	
	}
.top_t_area .area_w{
	width:30%;
	
	}
.top_t_area li:nth-child(4n){
	margin-right: 0;
	
	}
.top_t_area a{
	margin-bottom: 10px;
    height: 45px;
	}
	
.top_t_area a:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    border-right: 1px solid #bb9f5b;
    border-bottom: 1px solid #bb9f5b;
}	
.top_t_area a:hover {
background: #bb9f5b;
color: #fff;

}

.top_t_area a:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.trouble_cate_area h5{
	font-size: 15px;
	padding-bottom: 4px;
	
}

	
	
	
.slick-box1 li{margin: 0 20px 50px;}
	
	
/* =========================================================
		access
========================================================= */		
.top_map{width:90%; margin:0 auto 50px; position: relative; padding: 20px 0 0;}
.top_map iframe{width:100%; height: 350px; vertical-align: bottom;}	
.top_access_ttl{
	text-align: center;
    font-size: 26px;
    padding-bottom: 15px;
    letter-spacing: 1px;
	font-weight: 400;}
.top_map .en_ttl {
    font-size: 40px;
    position: absolute;
	    color: #f2efe8;
    top: -30px;
    left: -5%;
}
.top_map .address {
    font-size: 14px;
   padding: 12px 0 0;
	line-height: 1.5;
}	
/* =========================================================
		con1
========================================================= */	
.course_copy_sub{margin-bottom:5px;}
.hifu_ttl1{font-size:19px; margin:20px 0 5px;}
.hifu_pic{width:100%; margin: 25px auto 0;}
/* =========================================================
		con2
========================================================= */	
.hifu_con2{padding:25px 5% 15px;}
.pickup_ttl{font-size:22px; margin:0 auto 30px;}
.checkmark{
	display: table;
	margin: 0 auto;
}
.checkmark li {
  margin: 0 0 22px 0;
	width: 100%;
}
.checkmark li h4 {
  margin: 0 0 5px 0 !important;
  padding: 0 0 0 35px;

	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.checkmark li h4:before {
  content: "";
  position: absolute;
  top: -2px !important;
  left: 11px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 17px;
  border-right: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  z-index: 2;
}
.checkmark li h4:after {
  width: 18px;
  height: 18px;
}
.checkmark li p {
  padding: 0 0 0 35px;
}
.condition1{
	width:100%;
		margin:0 auto 25px;
}
.flow_con{margin-bottom: 20px;
    padding: 22px 5%;}
.flow_step{
	    font-size: 16px;
    padding: 0 10px;
   margin-bottom: 10px;
   
}

.flow_ttl{
	font-size: 22px;
	margin-left: 10px;
 line-height: 1.4;
}
.price_att{font-size:13px; line-height: 1.5;}




}