@charset "utf-8";
/* CSS Document */


.logo{
	max-width: 300px;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 20px 40px;
}

.infomation{
	position: fixed;
	display: flex;
	top: 180px;
	right: 0;
	z-index: 100;
	background: #0b9c91;
	color: white;
	border: 1px solid #0A847B;
	border-radius: 8px 0 0 8px;
	width:55px;
	height: 200px;
	
	box-shadow: 0px 2px 4px rgba(5,70,70,0.5);
	align-items: center;
	justify-content: center;
}

.infomation a{
	color: white;
}

.infomation:hover{
	cursor: pointer;
	border: 1px solid #10ada1;
	background:#27c2b6;
}

.vertical {
	position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin: 0;
	
	font-size: 14pt;
	font-weight:500;
	width:26px;
	height: 158px;
}

h2{
	margin: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 24pt;
	color: #0a847b;
}

h3{
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 23px;
	
}

.main_container{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 0;
}

.container{
	margin-top: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.container_contents{
	margin: 0 auto;
	padding: 0 0 30px;
	max-width: 900px;
	width: 750px;
}

.container_contents p{
	font-size: 14pt;
	line-height: 1.6em;
}

.contents_small{
	width: 600px;
}

.contents_small p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13pt;
	line-height: 1.4em;
}



.first-contents{
	top: 70px;
	left: 0;
	right: 0;
	position: absolute;
	height: 660px;
	overflow:hidden;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px;
	width:  100%;
}

.title_back{
	background-image: url("../img/title_back.png");
	background-position: bottom;
	background-size: cover;
	width: auto;
}

.midole_area{
	position: relative;
	display:flex;
	top: 30px;
	min-height: 200px;
	height:auto;
	justify-content: center;
}

.image_box{
	position: relative;
	top: 30px;
	   margin: 0 auto;
	   width: 500px
}

@media (max-width: 798px) {
.image_box{
	position:static;
	top: 30px;
	   margin: 0 auto;
	   width: 500px
}
}

.list_area{
	position: relative;
	display: block;
	top: -10px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 600px;
}
.list_area ul {
	list-style: none;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}


.point_box {
	position: absolute;
	display: inline-block;
	background: #d5c05f;
	padding: 8px 15px;
	color: #ffffff;
}

.all_box{
	position: relative;
	font-size: 18pt;
	padding: 3px  0;
}

.white_box{
	position: relative;
	display: inline-block;
	top: 0;
	left: 110px;
	background-color:rgba(255,255,255,0.8);
	padding: 10px 15px;
	width: 435px;
}

/*マーカーライン*/
.marker_lime {
background: linear-gradient(transparent 60%, #39cfc4 60%);
}


.koshis {
	position: relative;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.notes{
	font-size: 0.8em;
}

.posi_right{
	text-align: right;
}

/*日本地図の読み込み*/
#map{
	width:  1100px;
	height: auto;
	padding: 10px;
	margin: 0px auto;
	/*
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);*/
	/*background: #FFFFFF;*/
}

#map canvas{
	margin: 0 0;
}

.place {
   position: relative;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

/*スケジュール説明BOX用*/
.box-descr {
    position: absolute;
    margin: 2em 0;
    padding: 0.5em; 
	background: #ffffff;
	width: 100%;
	float: left;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

.box-descr h4, .box-descr2 h4{
	margin: 0;
}

.box-descr .box-title {
    position: relative;
    display: inline-block;
    top: 0px;
    padding: 0 10px;
    font-size: 24px;
	width: 100%;
    color: #ffffff;
    font-weight: bold;
}
/*セミナー開催中の場合*/
.seminar_in_session::before{
	position: absolute;
	content : '受付中';
	top:-22px;
	left: 0;
	color: white;
	padding: 0 0.8em;
	background:#ee3b3b;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

/*セミナー開催前の場合*/
.seminar_start::before {
	position: absolute;
	content : '11月受付開始';
	top:-22px;
	left: 0;
	color: white;
	padding: 0 0.8em;
	background:#3b7eee;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.start12::before {
	content : '12月受付開始';
}

.start_postponement::before {
	content : '受付開始延期';
}

.seminar_start::after {
	position: absolute;
	content : '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background:#000000;
	opacity:  0.3;
}
/*セミナー終了の場合*/
.seminar_end::before {
	position: absolute;
	content : '受付終了';
	top:-22px;
	left: 0;
	color: white;
	padding: 0 0.8em;
	background:#666666;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.seminar_end::after {
	position: absolute;
	content : '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background:#000000;
	opacity:  0.5;
}

.box-descr span {
	font-size: 17px;
	font-weight: normal;
    padding: 0;
	color: #ffffff;
}


.box-descr p {
    margin:  0;
    padding: 0.1em 0.5em 0 ; 
	color: white;
}
/*北海道・東北*/
.box1-data{
	top: 340px;
	left: 68%;
	width: 31%;
}

.box1-bg-color{
	background: #376ab2;
}
/***開始前・終了時はボタン移動をコメントアウト　start
.box1-data:hover{
	top: 335px;
	left: 67.5%;
	background: #698cbc;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*関東・甲信越*/
.box2-data{
	top:445px;
	left: 58%;
	width: 31%;
}
.box2-bg-color{
	background: #008da2;
}
/***開始前・終了時はボタン移動をコメントアウト　start***/
.box2-data:hover{
	top: 440px;
	left: 57.5%;
	background: #4dafbe;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*中部・東海*/
.box3-data{
	top: 540px;
	left: 44%;
	width: 31%;
}
.box3-bg-color{
	background: #00a20f;
}
/***開始前・終了時はボタン移動をコメントアウト　start
.box3-data:hover{
	top: 535px;
	left: 43.5%;
	background: #4dbe57;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*近畿*/
.box4-data{
	top: 110px;
	left: 22%;
	width: 31%;
}
.box4-bg-color{
	background: #ea6da4;
}
/***開始前・終了時はボタン移動をコメントアウト　start
.box4-data:hover{
	top: 105px;
	left: 21.5%;
	background: #ec9bbf;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*中国・四国*/
.box5-data{
	top: 210px;
	left: 12%;
	width: 31%;
}
.box5-bg-color{
	background: #eb6d65;
}
/***開始前・終了時はボタン移動をコメントアウト　start
.box5-data:hover{
	top: 205px;
	left: 11.5%;
	background: #f19994;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*九州・沖縄*/
.box6-data{
	top: 310px;
	left:0px;
	width: 31%;
}
.box6-bg-color{
	background: #f5ac3c;
}
/***開始前・終了時はボタン移動をコメントアウト　start
.box6-data:hover{
	top: 305px;
	left: -5px;
	background: #f3c276;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*予備1*/
.box7-data{
	top: 475px;
	left: -10px;
	width: 31%;
}
.box7-bg-color{
	background: #eb6d65;
}
/***開始前・終了時はボタン移動をコメントアウト　start***/
.box7-data:hover{
	top: 460px;
	left: -15px;
	background: #f19994;
	box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	transition: top 0.5s, left 0.5s, background 0.5s,box-shadow 0.5s;
}
/***開始前・終了時はボタン移動をコメントアウト　end***/

/*全国経営者セミナー概要*/

.overview{
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	background-image: url("../img/green_back.jpg");
	background-position: bottom;
	background-size: cover;
	width: auto;
}

.overview_contents{
	margin: 0 auto;
	padding: 0 2% 30px;
	max-width: 900px;
	width: auto;
}

/*テーブル*/
.overview_contents table{
  margin: 0 auto;
  border-collapse: collapse;/*  線を合わせる */
 background:#ffffff;
 width: 600px;
 font-size: 12pt;
}

.variable-table table p {
  margin: 60px auto;
}

.variable-table th {
  background: #0a847b;
  border: solid 1px #FFFFFF;
  color: #fff;
  min-width: 100px;
  padding: 16px 16px;
	text-align: center;
}

.variable-table tr:nth-child(even) {
	background: #eee;
}
.variable-table td {
border: solid 1px #FFFFFF;
  
  position: relative;
}

.variable-table a {
	display:inline-block;
	width:100%;
	height:100%;
}

.box_adjust img{
	display:inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 25px;
}

.box_adjust_non img{
	display:inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 25px;
}

.venue{
	display:inline-block;
	position: relative;
	width: 90%;
	color: #666;
	font-size: 0.9em;
}

.box_adjust a{
	padding: 15px 10px;
}

.box_adjust a:hover{
	color: #333;
	background:#d7e8e7;
}


.box_adjust_non {
	padding: 15px 10px;
}

.in_session{
	background: #ee3b3b;
	color: white;
	padding: 0 4px 2px;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom:1px;
}

.before_event{
	background: #3b7eee;
	color: white;
	padding: 0 4px 2px;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom:1px;
}

.end_event{
	background:#666666;
	color: white;
	padding: 0 4px 2px;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom:1px;
}

/*同時開催セミナー説明BOX用*/
.last-contents{
	height:auto;
	overflow:hidden;
	max-width: 1100px;
	margin: 0 auto;
	width:  100%;
	background: #f8f8f8;
}

.box-descr2 {
    position: relative;
	margin: 1em 2% 4em;
	padding: 0 0;
    margin-left: auto;
	margin-right: auto;
    max-width: 600px;
	width: 40%;
	/*
    border: solid 3px #13b1a5;
	*/
	border-radius: 0px;
	float: left;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	
	
}
.box-descr2 .box-title2 {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
	right: 0px;
	height: auto;
    padding: 30px 13px 16px; /*文字位置高さ*/
	min-height: 7em;/*色のある枠の高さ*/
    line-height: 20px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
	
	text-align: left;
}


.box-descr2 .box-title2::after{
	position: absolute;
	content : '受講受付中';
	bottom: -12px;
	left: 10px;
	color: black;
	padding: 0.2em 0.8em;
	background:#f2f2f2;
	font-size: 14px;
	font-weight: normal;
}
.box-descr2 .wrinting {
	display: block;
	position: relative;
	min-height: 12em; /*boxの高さ*/
	height: 300px;
}

.box-descr2 p {
    position: relative;
    padding: 10px 10px;
}

.box1-data2{
	margin-left: 8%;
	margin-right: 2%;
	/*
	border: solid 3px #13b1a5;
	*/
}

.box1-bg-color2{
	background: #13b1a5;
}

.box1-data2:hover , .box2-data2:hover{
	
	animation: animationA 0.5s ease  forwards;
}
@keyframes animationA {
	from {
		transform: translateX(0px);
		transform: translateY(0px);
	}
	to {
		transform: translateX(-7px);
		transform: translateY(-5px);
		box-shadow: 10px 10px 7px rgba(0,0,0,0.4);
	}
}

.box2-data2{
	margin-left: 2%;
	margin-right: 8%;
	/*
	border: solid 3px #0f8f85;
	*/
}
.box2-bg-color2{
	background: #0f8f85;
}


.box3-data2{
	margin-left: 8%;
	margin-right: 2%;
	border: solid 3px #f5ac3c;
}

.box3-bg-color2{
	background: #f5ac3c;
}

.writing{
	display: block;
	min-height: 300px;
	height: auto;
	padding: 10px 0;
}

.writing p{
	min-height: 90px;
	height: auto;
	padding: 1em 1em 0;
	width: 97%;
}

.writing p:nth-child(2){
	min-height: 50px;
}

.writing p:nth-child(3){
	padding: 1em 1em 2em;
	min-height: 90px;
	
}

/*〇アロー*/
.arrow{
    position: absolute;
	bottom: 12px;
	right: 12px;
    display: inline-block;
}

.arrow img{
	position: relative;
	width: 25px;
}

.arrow_dig{
    position: absolute;
	bottom: 50%;
	right: 10px;
    display: inline-block;
}

.arrow_dig img{
	position: relative;
	top: 12px;
	width: 25px;
}


/*ここからスライダー*/
.single { 
	position: relative;
	top:0;
	max-width: auto;
	overflow: hidden;
	height: 660px;
	margin: 0 auto 0px;
	padding: 0;
	z-index: -1;
	opacity: 0;
    transition: 2s;
	}
.single img{ 
	width: 100%;
	min-height: 660px;
	object-fit: cover;
	object-position: 90% 0%;
}
/*画像位置切り抜き用*/
.object-fit{
	object-fit: cover;
	object-position:  90% 0%;
	font-family: 'object-fit: cover; object-position: 90% 0%;'
}
/*遅延読み込み用*/
.slick-initialized{
    opacity: 1
}

/*ここからiframe*/

.video_image{
    position:relative;
    width:80%;
    height:0;
    padding-top:45%;
	margin: 0 auto;
}
.video_image iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* ============================================================
btn
============================================================ */
.btn {
    width: auto;
    margin: 0 auto;
}
.btn-gradation {
    display: block;
    width: auto;
    /* height: 100px; */
	text-align: center;
    font-size: .30rem;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 30px 0;
    border-radius: .6em;
    background-image: linear-gradient(-90deg, #cf153e, #670b22);
    transition: .5s;
    background-size: 200%;
    line-height: 1.4em;
}
.btn-gradation:hover {
    background-position: right center;
    color: #fff;
}
.btn-text {
    text-decoration: line-through;
}
.btn-gradation span.btn_arrow {
    color: #FFF;
    position: relative;
    padding-left: 40px;
}
label span.btn_arrow-down {
    color: #FFF;
    position: relative;
}
.btn-gradation span.btn_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -7px;
}
label span.btn_arrow-down::before {
     content: "";
     position: absolute;
     top: 20%;
     left: 0;
     width: 15px;
     height: 15px;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     transform: rotate(135deg);
     margin-top: -7px;
 }
@media (max-width: 798px) {
    .btn {
        width: 100%;
        margin: 5% auto 0 auto;
    }
    .btn-gradation {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: auto;
        text-align: center;
        font-size: .14rem;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        padding: 6% 0;
        border-radius: .6em;
        background-image: linear-gradient(-90deg, #cf153e,  #670b22);
        background-size: 200%;
    }
    .btn-gradation span.btn_arrow {
        color: #FFF;
        position: relative;
        padding-left: 8%;
    }
    label span.btn_arrow-down {
        color: #FFF;
        position: relative;
    }
    .btn-gradation span.btn_arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: .08rem;
        height: .08rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
    }
    label span.btn_arrow-down::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 0;
        width: .08rem;
        height: .08rem;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        margin-top: -5px;
    }
}
