﻿@charset "UTF-8";


/*メインビジュアル*/
.mainvisual {
	width: 1088px;
	margin: 0 auto 0;
}
.mainvisual_wrap{
    padding: 20px 0;
    background-color: #fafaed;/* トップの背景色を変更　もとのコードeef2f5 */
    margin: 0 0 74px;
}
.mainvisual img{
    width: 100%;
}
.swiper-slide img {
    max-width: 100%;
}
.mainvisual{
	position: relative;
}
.mainvisual .swiper-container{
	overflow: unset;
}
.mainvisual .swiper-button-prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto 0;
	background: url(../img/cc/prev.png) center center no-repeat;
}
.mainvisual .swiper-button-next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto 0;
	background: url(../img/cc/next.png) center center no-repeat;
}
.mainvisual .swiper-container .swiper-pagination{
	position: relative;
	bottom: -24px;
	line-height: 1;
}
.mainvisual .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 20px 0 0;
	padding: 0;
	background: #FFF;
    border: 1px solid #F26B30;
    box-sizing: border-box;
    opacity: 1;
}
.mainvisual .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.mainvisual .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #F26B30;
    border: 1px solid #F26B30;
}
/*メインビジュアル*/

/*cc_pickup*/
#cc_pickup{
    background: url(../img/cc/pickup.png) no-repeat;
    width: 1000px;
    height: 200px;
    margin: 0 auto 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#cc_pickup h2{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
#cc_pickup h3{
    line-height: 1;
    margin: 28px 0 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
#cc_pickup p{
    line-height: 1;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 18px;
    width: 640px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100px;
}
/*cc_pickup*/

/*cc_report*/
#cc_report{
    width: 1000px;
    margin: 0 auto 60px;
    overflow: hidden;
}
#cc_report h2{
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #F36B30;
    margin: 0 0 30px 6px;
    padding: 0;
}
.cc_report_item{
    overflow: hidden;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #EAEAEA;
}
.cc_report_item:last-child{
    margin: 0;
}
#cc_report figure{
    margin: 0;
    padding: 0;
    float: left;
    width: 160px;
    display: block;
}
#cc_report figure img{
    max-width: 100%;
}
div.cc_report_item_detail{
    float: left;
    width: 800px;
    margin: 0 0 0 40px;
}
div.cc_report_item_detail p:first-child{
    margin: 5px 0 10px 0;
    color: #7C8087;
    font-size: 16px;
    line-height: 1;
}
div.cc_report_item_detail p:last-child{
    color: #31424E;
    font-size: 16px;
    line-height: 1.6;
}
.cc_report_morebtn{
    font-size: 14px;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 10px;
    color: #000000;
    position: relative;
    width: 87px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    cursor: pointer;
    display: none;
}
/*cc_report*/

/*cc_topics*/
#cc_topics{
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#cc_topics h2{
    color: #F36B30;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px;
    padding: 0;
    background: none;
}
.cc_topics_tab{
    display: flex;
    flex-direction:row;
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 20px;
}
.cc_topics_tab li{
    font-size: 14px;
    margin-right: 40px;
    border: none;
    position: relative;
    padding: 0 0 20px;
    cursor: pointer;
    width: fit-content;
}
.cc_topics_tab li:last-child{
    margin-right: 0;
}
.cc_topics_tab li.active{
    font-weight: bold;
}
.cc_topics_tab li.active::before{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    background: #F36B30;
}
.cc_topics_morebtn{
    font-size: 14px;
    text-align: center;
    margin: 0 15px 0 0;
    padding: 0 0 10px;
    color: #000000;
    position: relative;
    width: 87px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    cursor: pointer;
}
#cc_topics2{
    text-align: center;
}
#cc_topics2 .cc_topics_morebtn{
    position: static;
    display: inline;
    margin: 0 auto;
    position: relative;
    display: none;
}
.cc_topics_morebtn:hover{
    text-decoration: none;
    opacity: 0.8;
}
.cc_topics_morebtn::before {
    display: inline-block;
    content: '';
    background: url(../img/cc/course_link.png) no-repeat center center;
    width: 6px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 2px;
    bottom: 0;
}
.cc_topics_morebtn::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    display: inline-block;
    content: '';
    background: #F96758;
}
.topics_main ul:nth-child(n+2){
    display: none;
}
.topics{
    margin-bottom: 60px;
}
/*cc_topics*/

/*cc_vision*/
#cc_vision{
    background: #FFFCF2;
    padding: 65px 0 60px;
}
#cc_vision_wrap{
    width: 1000px;
    margin: 0 auto;
}
/*
div#cc_vision_header{
    margin: 0 0 40px;
    padding: 0 0 33px;
    background: url(../img/cc/title_bg.png) center bottom no-repeat;
}
div#cc_vision_header h2{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 18px;
    padding: 0;
    color: #F36B30;
    text-align: center;
    font-weight: bold;
}
div#cc_vision_header h3{
    font-size: 34px;
    margin: 0 0 24px;
    padding: 0;    
    color: #31424E;
    font-weight: bold;
    text-align: center;
}
div#cc_vision_header p{
    font-size: 16px;
    margin: 0;
    padding: 0;    
    text-align: center;
    color: #7C8087;
}*/
.cc_vision_header_comment2{
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.6;
    color: #31424E;
}
div#cc_vision_main{
    overflow: hidden;
}
div#cc_vision_main picture{
    margin: 0;
    padding: 0;
    float: left;
}
div#cc_vision_detail{
    float: left;
    width: 520px;
    margin: 38px 0 0 60px;
}
div#cc_vision_detail p:first-child{
    font-size: 24px;
    color: #F36B30;
    margin: 0 0 37px;
    padding: 0;
    line-height: 1.4;
    font-weight: bold;
}
div#cc_vision_detail p:last-child{
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #31424E;
}
/*cc_vision*/

/*cc_feature*/
#cc_feature{
    padding: 64px 0 60px 0;
    background: url(../img/cc/featurewrap.png) center top no-repeat;
    background-size: cover;
}
div#cc_feature_wrap{
    width: 1000px;
    margin: 0 auto;
}
/*
div#cc_feature_header{
    margin: 0 0 40px;
    padding: 0 0 33px;
    background: url(../img/cc/title_bg.png) center bottom no-repeat;
}
div#cc_feature_header h2{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 18px;
    padding: 0;
    color: #F36B30;
    text-align: center;
    font-weight: bold;
}
div#cc_feature_header h3{
    font-size: 34px;
    margin: 0 0 24px;
    padding: 0;    
    color: #31424E;
    font-weight: bold;
    text-align: center;
}
div#cc_feature_header h3 strong{
    font-size: 50px;
}*/
.cc_feature_comment,
.block4 .block4_comment{
    font-size: 16px;
    text-align: center;
    margin: 0 0 25px;
    padding: 0;
    line-height: 1.6;
    color: #31424E;
}
#cc_feature_main{
    overflow: hidden;
    margin: 0 0 45px;
}
.cc_feature_item{
    width: 205px;
    float: left;
    margin: 0 60px 44px 0;
    text-align: center;
}
.cc_feature_item p{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.cc_feature_item picture{
    margin: 0 auto 22px;
    padding: 0;
    text-align: center;
    width: 170px;
    height: 170px;
    background: url(../img/cc/featurebg.png);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cc_feature_item strong{
    color: #F36B30;
}
.cc_feature_item:nth-child(4n+0){
    margin-right: 0;
}
#cc_feature_btn{
    background: url(../img/cc/btn_bg.png) center center no-repeat; 
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 22px 0 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
#cc_feature_btn::before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 13px;
    background: url(../img/cc/btn_shape.png) right center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin:  auto 0;
}
#cc_feature_btn:hover{
    opacity: 0.8;
    text-decoration: none;
}


/*cc_feature*/

/*cc_courses*/
/*
#cc_courses_header{
    margin: 0 0 40px;
    padding: 0 0 33px;
    background: url(../img/cc/title_bg.png) center bottom no-repeat;
}*/
.block4 .block4_subtitle{
    text-align: center;
    font-size: 20px;
}
.block4_comment{
    font-size: 16px;
}
/*
#cc_courses h2{
    background: none;
    color: #F36B30;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
}
#cc_courses_header h3{
    font-size: 34px;
    color: #31424E;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
#cc_courses_header h3 + p{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #7C8087;
    text-align: center;
}*/
#cc_courses_main{
    padding: 60px 0;
    background: #F5F5F5;
    margin: 0 auto;
}
.block-price-item{
    background: #FFF;
    padding: 30px 40px;
    box-sizing: border-box;
}
.block-price-label{
    width: auto;
    margin-right: 30px;
}
.block-price-detail{
    width: 514px;
}
.block-price-label::before{
    display: none;
}
.block-price:last-child{
    margin-bottom: 0;
}
/*cc_courses*/


/*cc_simulations*/

p#cc_simulations_comment{
    text-align: center;
    font-size: 16px;
    color: #31424E;
    line-height: 1.6;
    margin: 0 0 40px;
}
/*
div#cc_simulations_header{
    margin: 0 0 40px;
    padding: 0 0 33px;
    background: url(../img/cc/title_bg.png) center bottom no-repeat;
}
#cc_simulations h2{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 18px;
    padding: 0;
    color: #F36B30;
    text-align: center;
    font-weight: bold;
}
#cc_simulations h3{
    font-size: 34px;
    margin: 0 0 24px;
    padding: 0;    
    color: #31424E;
    font-weight: bold;
    text-align: center;
}
*/
#cc_simulations_main{
    display: flex;
    margin: 0 0 50px;
}
.cc_simulations_flow_item{
    width: 230px;
    height: 140px;
    border-radius: 4px;
    background: #fafaed;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cc_simulations_flow_item span.current{
    font-size: 20px;
    margin: 0 0 0 6px;
}
.cc_simulations_flow_item span.tax{
    display: block;
    font-size: 13px;
    text-align: right;
    margin: 6px 0 0 0;

}
.cc_simulations_flow_item p:nth-child(1){
    font-size: 20px;
}
.cc_simulations_flow_item p:nth-child(2){
    font-size: 16px;
    margin: 15px 0;
}
.cc_simulations_flow_item p sup{
    vertical-align: text-top;
    font-size: 10px;
    margin: 0 0 0 2px;
}
.cc_simulations_flow_item p:nth-child(3){
    font-size: 26px;
}
.cc_simulations_flow_item p{
    font-weight: bold;
}
.cc_simulations_flow_item strong{
    color: #F36B30;
}
.cc_simulations_flow_item:last-child{
    margin-right: 0;
}
.simulations_shape{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -37px;
    margin: auto 0;
    width: 54px;
    height: 40px;
    z-index: 2;
}
.simulations_icon{
    position: absolute;
    bottom: -56px;
    right: -10px;
}
.cc_simulations_flow_item:last-child .simulations_shape{
    right: -54px;   
}
#cc_simulations_flow{
    width: 740px;
    display: flex;
    background: rgba(124,128,135,0.16);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 20px;
}
#cc_simulations_goal{
    width: 240px;
    height: 180px;
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/cc/simulations_bg.png) center center no-repeat;
}
#cc_simulations_goal p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}
#cc_simulations_goal p:nth-child(1) sup{
    vertical-align: top;
    font-size: 12px;  
}
#cc_simulations_goal p:nth-child(2){
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
    margin: 28px 0 0;
    display: block;
}
#cc_simulations_goal p span.current{
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 0 8px;
}
#cc_simulations_goal p span.tax{
    display: block;
    text-align: right;
    font-size: 13px;
    margin: 8px 0 0 0;
}
#cc_simulations{
    width: 1000px;
    margin: 65px auto 84px auto;
}
#cc_simulations_memo {
    margin: 0 0 40px;
}
#cc_simulations_memo ol{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}
#cc_simulations_memo ol li{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #31424E;
}
#cc_simulations_btn{
    background: url(../img/cc/btn_bg.png) center center no-repeat; 
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 22px 0 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
#cc_simulations_btn::before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 13px;
    background: url(../img/cc/btn_shape.png) right center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin:  auto 0;
}
#cc_simulations_btn:hover{
    opacity: 0.8;
    text-decoration: none;
}
/*cc_simulations*/

/*cc_course*/
.cc_course{
    width: 1000px;
    background: #F5F5F5;
    margin: 0 auto 30px;
}
.cc_course_main{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.cc_course picture{
    margin: 0;
    padding: 0;
    width: 400px;

}
.cc_course_datail{
    width: 440px;
    margin: 70px 0 0 80px;
}
.cc_course .cc_course_datail a{
    background: url(../img/cc/btn_bg.png) center center no-repeat; 
    background-size: 440px auto;
    width: 440px;
    display: block;
    margin: 40px auto 0;
    padding: 22px 0 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
}
.cc_course .cc_course_datail a::before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 13px;
    background: url(../img/cc/btn_shape.png) right center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin:  auto 0;
}
.cc_course .cc_course_datail a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.cc_course .cc_course_datail h2{
    font-size: 34px;
    font-weight: bold;
    color: #F36B30;
    margin: 0 0 25px;
    padding: 0;
    line-height: 1.6; 
}
.cc_course .cc_course_datail h3{
    font-size: 16px;
    font-weight: bold;
    color: #31424E;
    margin: 0 0 40px;
    padding: 0;   
    line-height: 1.6; 
}
.cc_course .cc_course_datail p{
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;    
}
.cc_course_main_fee{
    position: absolute;
    top: -22px;
    right: 20px;
}
.cc_course_pagelink{
    width: 1000px;
    margin: 0 auto 68px;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    background: url(../img/cc/coursebg.png) left center no-repeat;
}
.cc_course_pagelink_item{
  background: #FFFFFF;
  border-radius: 4px;
  width: 320px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  overflow: hidden;
}
.cc_course_pagelink_item a{
    text-decoration: none;
}
.cc_course_pagelink_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.cc_course_pagelink_item figure{
    width: 320px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 28px;
}
.cc_course_pagelink_item h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #31424E;
}
/*
.cc_course_pagelink_item a{
    display: block;
    text-decoration: none;
}
.cc_course_pagelink_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}*/
.cc_course_pagelink_item:last-child{
    margin-right: 0;
}
.cc_course_pagelink_item p{
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0 0 10px;
    color: #000000;  
    position: relative;
    display: block;
    width: 100px;
}
.cc_course_pagelink_item p::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    display: inline-block;
    content: '';
    background: #F96758;
}
.cc_course_pagelink_item p::before{
    display: inline-block;
    content: '';
    background: url(../img/cc/course_link.png) no-repeat center center;
    width: 6px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 2px;
    bottom: 0;

}
/*cc_course*/

/*cc_other*/
.cc_cell2{
    width: 1000px;
    margin: 0 auto;
}
.cc_cell2_header{
    margin-bottom: 28px;
}
.cc_cell2 h2{
    margin: 0 0 18px;
    padding: 0;
    text-align: center;
    color: #F36B30;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.cc_cell2 picture{
    margin: 0 0 28px;
    padding: 0;
    display: block;
}
.cc_cell2_main{
    display: flex;
    flex-direction: row;
    margin: 0 0 47px;
    padding: 0 0 40px;
    border-bottom: 1px solid #EAEAEA;
}
#cc_biz .cc_cell2_main{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.cc_cell2_item{
    width: 480px;
}
.cc_cell2_item:nth-child(odd){
    margin-right: 20px;
}
.cc_cell2_item:nth-child(even){
    margin-left: 20px;
}
.cc_cell2_header p{
    text-align: center;
    color: #31424E;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.cc_cell2_item h3{
    margin: 0 0 25px 0;
    padding: 0;
    color: #F36B30;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.cc_cell2_item p{
    font-size: 14px;
    color: #31424E;
    line-height: 1.6;
    margin: 0 0 18px;
    padding: 0;
}

.cc_cell2_item a{
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0 0 10px;
    color: #000000;  
    position: relative;
    float: right;
    width: 100px;
}
.cc_cell2_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.cc_cell2_item a::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    display: inline-block;
    content: '';
    background: #F96758;
}
.cc_cell2_item a::before{
    display: inline-block;
    content: '';
    background: url(../img/cc/course_link.png) no-repeat center center;
    width: 6px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 2px;
    bottom: 0;

}
#cc_biz{
    margin-bottom: 60px;
}
/*cc_other*/

/*cc_course_pagelink_fixed*/
.cc_course_pagelink_fixed{
    width: 130px;
    background: url(../img/cc/pagelinkfixed.png) center center no-repeat;
    position: fixed;
    top: 550px;
    left: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    background-size: 100% 100%;
}
.cc_course_pagelink_fixed_item{
    width: 110px;
    padding: 12px 0;
    border-radius: 4px;
    background: #FFF;
    margin-bottom: 5px;
}
.cc_course_pagelink_fixed_item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    text-decoration: none;
    background: url(../img/cc/pagelinkfixedshape.png) right 5px center no-repeat;

}
.cc_course_pagelink_fixed_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.cc_course_pagelink_fixed_item:last-child{
    margin: 0;
}
.cc_course_pagelink_fixed_item figure{
    margin: 0 0 9px;
    padding: 0;
}
.cc_course_pagelink_fixed_item h3{
    color: #31424E;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2;
}
/*cc_course_pagelink_fixed*/

body #chatplusview.closed #outline #eye_catcher{
    background: url(../img/cc/eyecatcher.png) center center no-repeat;
    width: 107px;
    height: 84px;
    margin: 0 0 2px;
}
body #chatplusview.closed #outline #eye_catcher img{
    display: none;
}
body #chatplusview.chatplusview-modern{
    width: 300px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
body #chatplusview #outline #chatpluscontent #chatplusheader{
    background: #308CD5!important;
}
body #chatplusview #outline #chatpluscontent #chatplusheader .profile span.name{
    font-size: 14px;
}
@media screen and (max-width: 1200px) {
    /*mainvisual*/
    .mainframe_{
        overflow: hidden;
    }
    .mainvisual{
        width: auto;
        margin-bottom: 11.7%;
    }
    .mainvisual .swiper-button-next,
    .mainvisual .swiper-button-prev{
        display: none;
    }
    .mainvisual .swiper-container .swiper-pagination{
        position: absolute;
        bottom: -26px;
    }
    .swiper-slide img{
        height: auto;
    }
    /*mainvisual*/

    /*cc_pickup*/
    #cc_pickup{
      margin: 0 4.1% 11.5%;
      padding: 4.1% 0 3%;
      width: 91.8%; 
      height: auto;
      background: url(../img/cc/sp/pickup.png) center center no-repeat;
      background-size: 100% 100%;
    }
    #cc_pickup h2{
        font-size: 12px;
    }
    #cc_pickup h3{
        font-size: 16px;  
        text-align: center;
        line-height: 1.4;
        margin: 2% 0;
    }
    #cc_pickup p{
        width: auto;
        font-size: 12px;
        margin: 0 0;
        padding: 0 4.8%;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*cc_pickup*/

    /*topics topicslist*/
    #cc_topics{
        width: auto;
        padding: 0 4.1% 0;
        overflow: hidden;
    }
    .topics {
        margin-bottom:  0;
    }
    #cc_topics h2{
        font-size: 16px;
        margin-bottom: 4.6%;
    }
    #cc_topics .cc_topics_morebtn{
        display: none;
    }
    .cc_topics_morebtn{
        display: block;
        position: relative;
        float: right;
        width: 100px;
        margin: 7.6% 4.1% 0;
    }
    #cc_topics2{
        overflow: hidden;
    }
    #cc_topics2 .cc_topics_morebtn{
        display: block;
        float: right;
        margin-top: 6.1%;
        margin-right: 4.1%;
        margin-bottom: 10.3%;
    }
    .cc_topics_morebtn::after{
        width: 70px;
    }
    .cc_topics_morebtn::before{
        right: 0;
    }
    .topics ul.cc_topics_tab{
        border-bottom: none;
        margin-bottom: 6.1%;
        display: flex;
    }
    .cc_topics_tab li{
        margin-right: 4.1%;
        padding-bottom: 3.6%;
        width: fit-content;
    }
    /*topics topicslist*/
    /*cc_report*/

    #cc_report h2{
        font-size: 16px;
        margin: 0 0 6.9% 0.1%;
    }
    #cc_report{
        margin: 0 4.1% 10.3%;
        width: auto;
    }
    .cc_report_item{
        margin: 0 0 4.1%;
        padding: 0 0 4.1%;
    }
    #cc_report picture{
        width: 30.7%;
    }
    #cc_report picture img{
        max-width: 100%;
    }
    div.cc_report_item_detail{
        width: 65.2%;
        margin: 0 0 0 4.1%;
    }
    div.cc_report_item_detail p:last-child{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .cc_report_morebtn{
        display: block;
        position: relative;
        float: right;
        width: 100px;
        margin: 7.6% 0 0 0;        
    }
    .cc_report_morebtn::before {
        display: inline-block;
        content: '';
        background: url(../img/cc/course_link.png) no-repeat center center;
        width: 6px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 2px;
        bottom: 0;
    }
    .cc_report_morebtn::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
        width: 70px;
        height: 1px;
        display: inline-block;
        content: '';
        background: #F96758;
    }
    /*cc_report*/

    /*cc_vision*/
    #cc_vision{
        display: block;
        padding: 5.8% 0 10.2%;
    }
    /*
    div#cc_vision_header{
        margin: 0 0 7.6%;
        padding: 0 0 4%;
        background: url(../img/cc/sp/title_sp.png) center bottom no-repeat;
        background-size: auto 5px;
    }
    div#cc_vision_header h2{
        margin: 0 0 4.1%;
        font-size: 16px;
    }
    div#cc_vision_header h3{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 4.1%;
    }
    div#cc_vision_header p{
        font-size: 16px;
        line-height: 1.4;
    }
    .cc_vision_header_comment2{
        text-align: left;
        margin-bottom: 7.1%;
    }*/
    div#cc_vision_main picture{
        float: none;
        margin: 0 0 7.6%;
        display: block;
    }
    div#cc_vision_main picture img{
        width: 100%;
    }
    div#cc_vision_detail{
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }
    #cc_vision_wrap{
        width: auto;
        padding: 0 4.1%;
    }
    div#cc_vision_detail p:first-child{
        font-size: 22px;
        margin-bottom: 6.4%;
    }
    /*cc_vision*/

    /*cc_feature*/
    #cc_feature{
        padding: 11.2% 0 10.2%;
        background: url(../img/cc/sp/featurewrap.png) center top no-repeat;
        background-size: 100% 100%;
    }
    #cc_feature_main{
        margin: 0;
    }
    div#cc_feature_wrap{
        width: 100%;
        margin: 0;
        padding: 0 4.1%;
        box-sizing: border-box;
        background-size: 100% auto;
    }
    div.cc_feature_item picture{
        width: 150px;
        height: 150px;
        margin: 0 auto 5.1%;
        background: url(../img/cc/sp/featurebg.png);
        background-size: 100% 100%;
        
    }
    div.cc_feature_item picture img{
        max-width: 100%;
        height: 66px;
    }
    div.cc_feature_item{
        width: 47.7%;
        float: left;
        margin: 0 0 7.1%;
        padding: 0;
    }
    div.cc_feature_item:nth-child(odd){
        clear: both;
        margin-right: 2.3%;
    }
    div.cc_feature_item:nth-child(even){
        margin-left: 2.3%;
    }
    #cc_feature_btn{
        width: auto;
        margin: 0 4.1%;
    }
    /*
    div#cc_feature_header{
        background: url(../img/cc/sp/title_sp.png) center bottom no-repeat;
        background-size: auto 5px;
        padding: 0 0 6.6%;
        margin: 0 0 7.6%;
    }
    div#cc_feature_header h2{
        font-size: 16px;
    }
    div#cc_feature_header h3{
        font-size: 24px;
        line-height: 1.1;
        margin: 0;
    }
    div#cc_feature_header h3 strong{
        font-size: 40px;
    }*/
    .cc_feature_comment{
        text-align: left;
        margin-bottom: 7.1%;
    }
    .cc_feature_item p{
        text-align: center;
        line-height: 1.6;
    }
    /*cc_feature*/

    /*cc_courses_main*/
    #cc_courses_main{
        padding: 11.5% 0 10.2%;
    }
    /*
    #cc_courses_header{
        margin: 0 0 7.6%;
        padding: 0 0 6.6%;
        background: url(../img/cc/sp/title_sp.png) center bottom no-repeat;
        background-size: auto 5px;
    }
    #cc_courses h2{
        font-size: 16px;
        margin: 0 0 4.3%;
        line-height: 1;
    }
    #cc_courses_header h3{
        font-size: 24px;
        line-height: 1.1;
        margin: 0 0 3.8%;
    }*/
    .block4 .block4_subtitle{
        font-size: 18px;
        text-align: left;
        margin: 0 0 6.1%;
    }
    #cc_courses .block4_comment{
        text-align: left;
        font-size: 16px;
        margin: 0 0 7.1%;
    }
    /*cc_courses_main*/

    /*cc_simulations*/
    #cc_simulations{
        width: auto;
        margin: 0;
        padding: 11.5% 0 16.4%;
    }
    /*
    #cc_simulations_header{
        margin: 0 0 7.6%;
        padding: 0 0 6.6%;
        background: url(../img/cc/sp/title_sp.png) center bottom no-repeat;
        background-size: auto 5px;
    }
    #cc_simulations h2{
        font-size: 16px;
        margin: 0 0 4.3%;
        line-height: 1;
    }
    #cc_simulations h3{
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1.1;
    }*/
    #cc_simulations_main{
        display: block;
        margin: 0 1.5% 2.5% 4.1%;
    }
    #cc_simulations_flow{
        display: block;
        width: auto;
        margin: 0 4.1%;
        padding: 5.1% 5.1%;
        border-radius: 4px;
    }
    .cc_simulations_flow_item{
        width: auto;
        margin: 0 0 6.1%;
        padding: 7.8% 5.1%;
        border-radius: 4px;
        text-align: left;
        display: block;
        height: auto;
    }
    .cc_simulations_flow_item p:nth-child(1){
        display: inline;
        font-size: 20px;
    }
    .cc_simulations_flow_item p:nth-child(2){
        display: inline;
        font-size: 14px;
        margin: 0 0 0 1%;
    }
    .cc_simulations_flow_item p:nth-child(3){
        margin: 4.1% 0 0 0;
        font-size: 26px;
    }
    .cc_simulations_flow_item:last-child{
        margin-bottom: 0;
    }
    .cc_simulations_flow_item span.current{
        font-size: 20px;
    }
    .cc_simulations_flow_item span.tax{
        display: inline;
        font-size: 13px;
    }
    .simulations_shape{
        position: absolute;
        top: auto;
        right:0;
        bottom: -30px;
        left: 0;
        margin: 0 auto;
    }
    .simulations_shape img{
        width: 40px;
    }
    .cc_simulations_flow_item:last-child .simulations_shape{
        right: 0;
        bottom: -30px;
    }
    .simulations_icon{
        top: 6px;
        right: -25px;
        bottom: auto;
    }
    .simulations_icon img{
        height: 90px;
    }
    #cc_simulations_goal{
        width: auto;
        height: auto;
        background-size: 100%;
        margin: 5.1% 9.2% 0;
        padding: 6.1% 0;
        border-radius: 4px;
        display: block;
        text-align: center;
        background: url(../img/cc/sp/simulations_bg.png) center center no-repeat;
        background-size: 100% 100%;
    }
    #cc_simulations_goal p:nth-child(1){
        font-size: 20px;
        padding: 0 0 3.5% 0;
        display: block;
    }
    #cc_simulations_goal p:nth-child(2){
        font-size: 38px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: block;
        line-height: 1;
    }
    #cc_simulations_goal p span.current{
        font-size: 22px;
        margin: 0;
    }
    #cc_simulations_goal p:nth-child(1) sup{
        vertical-align: super;
    }
    #cc_simulations_goal p span.tax{
        display: inline;
        font-size: 13px;
    }
    #cc_simulations_memo{
        margin: 0 4.1% 6.9%;
    }
    #cc_simulations_memo li{
        font-size: 12px;
        margin: 0 0 5px;
    }
    #cc_simulations_memo li:last-child{
        margin: 0;
    }
    #cc_simulations_btn{
        width: auto;
        margin: 0 4.1%;
        border-radius: 4px;
    }
    p#cc_simulations_comment{
        margin: 0 4.1% 7.1%;
        text-align: left;
    }
    /*cc_simulations*/

    /*cc_course*/
    .cc_course{
        width: auto;
        margin: 0 4.1% 6.1%;
    }
    .cc_course_main{
        width: auto;
        display: block;
    }
    .cc_course picture{
        width: auto;
    }
    .cc_course_datail{
        width: auto;
        margin: 0;
        padding: 8.2% 6.1% 6.1%;
    }
    .cc_course .cc_course_datail h2{
        font-size: 24px;
        margin: 0 0 6.6%;
        line-height: 1;
    }
    .cc_course .cc_course_datail h3{
        font-size: 16px;
        margin: 0 0 5.1%;
    }
    .cc_course .cc_course_datail a{
        margin: 6.9% 0 0 0;
        padding: 0;;
        width: auto;
        font-size: 16px;
        height: 56px;
        line-height: 56px;
        border-radius: 4px;
        background-size: 100% 56px;
    }
    .cc_course_main_fee{
        top: 135px;
        right: -15px;
    }
    .cc_course_main_fee img{
        width: 130px;
    }
    /*cc_course*/

    /*cc_course_pagelink*/
    .cc_course_pagelink{
        margin: 0 4.1% 17.9%;
        padding: 4.1% 4.1%;
        display: block;
        width: auto;
        background: url(../img/cc/sp/coursebg.png) left center no-repeat;
        background-size: 100% auto;
    }
    .cc_course_pagelink:last-of-type{margin-bottom: 6.1%;}
    .cc_course_pagelink_item{
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 2.5%;
        display: flex;
        flex-direction: row;
        height: 120px;
    }
    /*
    .cc_course_pagelink_item a{
        overflow: hidden;
        padding: 7.6% 0;
        
    }*/
    .cc_course_pagelink_item figure{
        width: 16.9%;
        float: left;
        margin: 0 0 0 8.9%;
        text-align: center;
    }
    .cc_course_pagelink_item figure img{
        width: 100%;
    }
    .cc_course_pagelink_item_detail{
        float: left;
        width: 55.6%;
        margin: 2% 8.4% 0 10.7%;
    }
    .cc_course_pagelink_item:last-child{
        margin: 0;
    }
    .cc_course_pagelink_item h3{
        text-align: center;
    }
    .cc_course_pagelink_item p{
        margin: 5.1% auto 0;
        padding-bottom: 2.5%;
    }
    /*cc_course_pagelink*/  

    .cc_cell2{
        width: auto;
    }
    .cc_cell2 h2{
       font-size: 22px; 
    }
    .cc_cell2_header{
        margin: 0 4.1% 6.9%;
    }
    .cc_cell2_header p{
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
        font-weight: bold;
    }
    #cc_biz .cc_cell2_main,
    .cc_cell2_main{
        margin: 0 4.1%;
        display: block;
    }
    .cc_cell2_item{
        width: auto;
        margin: 0 0 6.1%;
        overflow: hidden;
    }
    .cc_cell2_item:nth-child(odd){
        margin-right: 0;
    }
    .cc_cell2_item:nth-child(even){
        margin-left: 0;
    }
    .cc_cell2 picture img{
        max-width: 100%;
    }
    .cc_cell2_item h3{
        font-size: 18px;
        margin-bottom: 6.1%;
    }
    .cc_cell2_item p{
        font-size: 14px;
        margin: 0;
    }
    .cc_cell2_item a{
        margin: 4.1% 4.1% 0 0;
    }
    .cc_cell2_item a::before{
        right: -10px;
    }
    
    /*cc_other*/
    #cc_other{
        margin-bottom: 10%;
    }
    /*cc_other*/

    /*cc_biz*/
    #pagetop{
        bottom: 200px;
    }
    #cc_biz{
        margin-bottom: 10%;
    }
    /*cc_biz*/
    body #chatplusview.closed.headless #outline #eye_catcher{
        bottom: 100px;
    }
    /*cc_course_pagelink_fixed*/
    .cc_course_pagelink_fixed{
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: auto;
        bottom: 0;
        display: flex;
        box-sizing: border-box;
        padding: 1.2% 1.2%;
        background: url(../img/cc/sp/pagelinkfixed.png) center center no-repeat;
        background-size: 100% 100%;
        z-index: 2;
    }
    .cc_course_pagelink_fixed_item{
        margin-right: 1.2%;
        margin-bottom: 0;
        padding: 0;
        height: auto;
    }
    .cc_course_pagelink_fixed_item figure{
        margin: 0 0 0;
    }
    .cc_course_pagelink_fixed_item:last-child{
        margin-right: 0;
    }
    .cc_course_pagelink_fixed_item h3{
        font-size: 10px;
        padding: 5% 0 0;
    }
    .cc_course_pagelink_fixed_item a{
        background: none;
        padding: 2.5% 0;
        display: block;
    }
    /*cc_course_pagelink_fixed*/

    nav,
    .pc_only{
        display: none;
    }
    body #chatplusview.chatplusview-modern{
        width: 100%;
    }

	picture img{
		max-width: 100%;
	}
    .block-price-detail{
        width: auto;
    }


}