@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body , html {
  padding:0;
  margin:0;
}
html {
  font-size: 14px; }
body {
  min-width: 320px;
  color: #333;
  font-size: 1rem;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,ol {
	list-style:none;
	list-style-position:outside;
}
br{
	letter-spacing:0;
}
h1,h2,h3,h4,h5,h6,th {
	font-weight:normal;
	font-style:normal;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
p {
  margin-bottom: 0;
}
.wrap {
     overflow: hidden;
 }
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.bg-switcher {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    justify-content: center;
}
h1 {
  color: #00260D;
  font-size: 5vh;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
  text-align: center;
}
.bg-con {
  min-height: 800px;
  background: url("../img/main_img_02.jpg");
  background-size: cover;
  background-position: center center;
}
.bg-con2 {
  min-height: 250px;
  background: url("../img/main_img_02.jpg");
  background-size: cover;
  background-position: center center;
}
.bg-con2 h1 {
	font-size: 3.2vh;
}
h2 {
  color: #00491A;
  font-size: 3.5vh;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
  border-bottom: double 3px #00491A;
  margin-bottom: 3rem;
}
.h3 {
	font-weight: bold;
  position: relative;
  padding: 1rem;
  border: 2px solid #00491A;
  margin-bottom: 2rem;
}
.h3:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 1px solid #00491A;
}
.h4 {
	font-weight: bold;
  padding: 1rem;
  border-left: 6px double #000;
  background: #f4f4f4;
  margin-bottom: 2rem;
}
.h5 {
	font-weight: bold;
  position: relative;
  padding: 1rem 1rem .5rem 1rem;
  border-bottom: 6px solid #094;
	font-size: 1.5rem;
  margin-bottom: 2rem;
}
.h5:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}
.main_img_txt {
  min-height: 600px;
  color: #fff;
  font-size: 1.5rem;
}
.main_img_txt2 {
  min-height: 250px;
  color: #fff;
  font-size: 1.5rem;
	margin: auto;
}
.main_img_txt .box_top,
.main_img_txt2 .box_top{
  background:rgba(51,51,51,0.5);
  padding: 1rem;
}
.news {
  overflow-y:scroll;
  height: 250px;
  padding: 0;
  margin-bottom: 0; 
  font-size: 1.1rem;
}
.news dl {
  display: block;
}
.news dl dt {
  width: 120px;
  float: left;
  clear: left;
}
.news dl dd {
  margin-left: 120px; 
}
.col_F00 {
	color:#F00;
}
.col_green {
	color:#00491A;
	font-size:85%;
	font-weight:bold;
}
.col_F00_s {
	color:#F00;
	font-size:85%;
	font-weight:bold;
}
.CEFR img {
float: right;
margin: 0 0 15px 15px;
padding: 2px;
background: #fff;
}
.sub-t {
	color:#00491A;
	font-size:120%;
	font-weight:bold;	
}
.sub-t-bk {
	font-size:120%;
	font-weight:bold;	
}
.kickoff img {
float: left;
margin: 0  15px 15px 0;
padding: 2px;
background: #fff;
}
.float_r {
	margin-left:25px;
	float: right;
}
.float_r2 {
	margin-right:100px;
	float: right;
}
.float_l {
	margin-right:10px;
	margin-top:5px;
	float: left;
}
.hanging {
        padding-left: 1em;
        text-indent: -1em;
    }
.contact {
	font-size:120%;
}
.contact2 {
	font-size:110%;
}
p.indent{
	padding-left:1em;
	text-indent:-1em;
}
	/* real
===============================================================*/
 table.real {
	 border: 1px #727171 solid;
	margin-bottom: 1em;
    }   
table.real th {
	 border: 1px #727171 solid;
    background-color: #ebf5ec;
    font-weight: normal; 
	text-align:left;
}
table.real td {
	 border: 1px #727171 solid;
}
table.real th, table.real td {
    padding: 0.5rem; 
}
table.real th p, table.real td p {
      margin-bottom: 0;
}


#commonContact {
  margin-top:50px; 
  border:1px solid #e2e2e2; 
  background:#fff; 
  padding:3px; 
}
#commonContact .innr { 
  background:#f4f4f4; 
  padding:15px 25px; 
}
#commonContact .innr dl {
  border-bottom:1px dotted #e2e2e2; 
  padding-bottom:10px; 
  margin-bottom:10px; 
}
#commonContact .innr dt { 
  font-size:1.3rem; 
  font-weight:bold; 
  margin-bottom:10px; 
}
#commonContact .innr dd { 
  font-size:1.1rem; 
}
#commonContact .innr dd.companyname { 
  font-size:1.2rem; 
  font-weight:bold; 
}
#commonContact .innr p { 
  font-size:1.2rem; 
  font-weight:bold; 
}
.navbar-nav {
  width: 100%;
}
.navbar-nav li.nav-item {
  border-top: 1px solid #333;
	color: #333;
}
.navbar-nav li.nav-item:last-child {
  border-bottom: 1px solid #333;
}
.navbar-nav li.nav-item a {
	color: #333;
  font-size:15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
  padding: 1rem .5rem;
}
.navbar-nav li.nav-item a.nav-link:hover,
.navbar-nav li.nav-item a.active {
	color: #666;
  background: #ddd;
}
.navbar-nav li.nav-item a.disabled {
  font-weight: normal;
}
.navbar-nav li.nav-item li.second a { 
  display:block; 
  background:url("../img/second_arrw.png") 5px center no-repeat; 
  padding:5px 0px 0px 20px; 
	color: #333;
}
.navbar-nav li.nav-item li.second a:hover { 
	color: #666;
  background:url(../img/second_arrw.png)#ddd 5px center no-repeat; 
}
.nav-bg {
  color: #333;
  font-size: 1.1rem;
}
.sp {
  display: none;
}
.box01,
.box02 {
  font-size: 1.1rem;
	line-height: 1.8rem;
}
.box01 p {
	text-indent: 1rem;
}
ul.list01 li {
  list-style:disc;
}
ol.list02 {
  counter-reset: list-count;
  list-style: none;
}
ol.list02 li {
	text-indent: -1.5rem;
	margin-left:1.5rem;
}
ol.list02 > li::before {
  content: counter(list-count) ")";
  counter-increment: list-count;
	margin-right: .5rem;
}
ol.list02 li ul {
	margin-left: -1rem;
}
ol.list02 li ul li {
	text-indent: 0rem;
	margin-left:1rem;
}
ol.list03 {
  counter-reset: list-count;
  list-style: none;
}
ol.list03 > li::before {
  content: "例" counter(list-count) ")";
  counter-increment: list-count;
	margin-right: .5rem;
}
ol.list03 li {
	text-indent: -2.8rem;
	margin-left:2.8rem;
}
@media (max-width: 991px) {
	.bg-con2 {
		min-height: 100px;
	}
	.main_img_txt2 {
		min-height: 100px;
	}
}
@media (max-width: 767px) {
  body { 
    padding-top: 45px; 
  }
	.ondemand {
		padding-top: 0;
	}
  .navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
  }
  .main_img_txt {
    min-height: 400px;
    color: #fff;
    font-size: 1.2rem;
  }
  .bg-sp {
    background:rgba(51,51,51,0.9);
  }
  .nav-bg {
    background: none;
    color: #fff;
  }
  .nav-txt {
    font-weight: bold;
    color: #fff;
  }
  .navbar-nav li.nav-item a {
    color: #fff;
  }
  .navbar-nav li.nav-item li.second a { 
    color: #fff;
  }
  .top_logo {
    text-align: center;
    margin: 0 auto;
  }
  .top_logo img {
    width: 30%;
  }
  h1 {
    font-size: 3.2vh;
  }
}
@media (max-width: 576px) {
}
@media (max-width: 500px) {
  .sp {
    display: block;
  }
}


.front-content {
  position: relative;
  /*   margin-top: -400px;*/
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem; }
  .front-content .menu {
    max-width: 920px;
    margin: 3rem auto; }
    .front-content .menu h3 {
      color: #fff;
      padding: 1rem 1rem .5rem 1rem;
      font-size: 1.5rem;
			font-weight: bold;}
    .front-content .menu span {
      font-size: 1.25rem; }
  .front-content .climbing-trekking {
    background: #a0c511;
    padding: 2px;
    margin-bottom: 4rem; }
.front-content .climbing-trekking h3 {
	color: #333;
}
  .front-content .cycling {
    background: #e60044;
    padding: 2px;
    margin-bottom: 4rem; }
  .front-content .rafting-canoe-kayak {
    background: #f29200;
    padding: 2px;
    margin-bottom: 4rem; }
  .front-content .c-1 {
    background: #206b25;
    padding: 2px;
    margin-bottom: 4rem; }
  .front-content .c-2 {
    background: #203e6b;
    padding: 2px;
    margin-bottom: 4rem; }
ul.program-list {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.program-list li {
    margin: 1px;
    font-size: 1.3rem;
		line-height: 3rem;
		font-weight: bold; }
    ul.program-list li span {
      color: #00a300; }
    ul.program-list li a {
      display: flex;
      align-items: center;
      padding: .5rem;
      text-decoration: none; }
      ul.program-list li a:hover {
        transition: .3s;
        box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.8); }

/*inner-content*/
.course-title {
  text-align: center;
  padding: 2rem 1rem;
  /*   span.en{
         background-color: #3666b0;
     }
     span.cn{
         background-color: #c31820;
     }
     span.kr{
         background-color: #198754;
     }*/ }
  .course-title h1 {
    font-weight: bold;
  text-shadow: none; }
  .course-title span {
    font-size: 2rem;
    display: inline-block;
    padding: .5rem 2rem;
    margin-top: 1rem;
    color: #fff; }

.course-title.climbing-trekking_title {
  border-bottom: #a0c511 1px solid; }
  .course-title.climbing-trekking_title h1 {
    color: #005bac; }
  .course-title.climbing-trekking_title span {
    background-color: #a0c511;
		color: #333; }

.course-title.cycling_title {
  border-bottom: #c31820 1px solid; }
  .course-title.cycling_title h1 {
    color: #005bac; }
  .course-title.cycling_title span {
    background-color: #c31820; }

.course-title.rafting-canoe-kayak {
  border-bottom: #f29200 1px solid; }
  .course-title.rafting-canoe-kayak h1 {
    color: #f29200; }

.course-title.c-2_title {
  border-bottom: #203e6b 1px solid; }
  .course-title.c-2_title h1 {
    color: #203e6b; }
  .course-title.c-2_title span {
    background-color: #203e6b; }

.breadcrumb-list {
  background: #f1f1f1;
  padding: .5rem 0; }
  .breadcrumb-list ol {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0; }
    .breadcrumb-list ol li {
      margin-left: 1rem;
      display: flex;
      align-items: center; }
      .breadcrumb-list ol li:first-child {
        margin-left: none; }
      .breadcrumb-list ol li:after {
        font-family: "Material Icons";
        content: "\e5cc";
        display: inline-block;
        margin-left: 5px; }
      .breadcrumb-list ol li:last-child:after {
        content: none; }

.course-title.c-1 {
  border-bottom: #206b25 1px solid; }
  .course-title.c-1 h1 {
    color: #206b25; }
  .course-title.c-1 span {
    background-color: #206b25; }
.course-number {
  text-align: center;
  margin: 4rem 0; }
  .course-number ul {
    padding: 1.5rem;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    list-style-type: none;
    border: 3px solid #f1f1f1; }
    .course-number ul li {
      margin: .25rem 1rem; }
      .course-number ul li a {
        display: flex;
        align-items: center;
        text-decoration: none; }
        .course-number ul li a:hover {
          text-decoration: underline; }

.inner-content .movie-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: .5rem; }
  .inner-content .movie-area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
.inner-content article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 4rem; }
  .inner-content article h2 {
    font-size: 1.5rem;
    font-weight: bold;
    border-left: #3666b0 5px solid;
    padding-left: .5rem;
    margin-bottom: 1.5rem; }
  .inner-content article h3 {
    font-size: 1.125rem;
    border-bottom: 1px solid #3666b0;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }

.inner-content.senior article h2 {
  border-left: #c31820 5px solid; }
.inner-content.senior article h3 {
  border-bottom: 1px solid #c31820; }

.inner-content.test article h2 {
  border-left: #206b25 5px solid; }
.inner-content.test article h3 {
  border-bottom: 1px solid #206b25; }

.note {
  font-size: 90%;
  color: #cf0000; }

.texe-area {
  text-align: center; }
  .texe-area ul, .texe-area h4, .texe-area p {
    text-align: left; }
.texe-area h4 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1rem;
}
.texe-area ul {
	list-style: square;
	margin-bottom: 2rem;
}
.survey {
  margin-top: 1rem;
  background: #1f821f;
  border: 1px solid #1f821f;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: .25rem 1rem;
  text-decoration: none; }
  .survey span {
    margin-left: .25rem;
    font-size: 90%; }
  .survey:hover {
    background: #135613;
    transition: .3s;
    color: #fff; }
.text-download {
  margin-top: 1rem;
  background: #BF090C;
  border: 1px solid #BF090C;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: .25rem 1rem;
  text-decoration: none; }
  .text-download span {
    margin-left: .25rem;
    font-size: 90%; }
  .text-download:hover {
    background: #8C0002;
    transition: .3s;
    color: #fff; }

.e-used li {
	list-style: disc;
}

.online_day_table {
	vertical-align: middle;
	text-align: center;
	font-size: .9rem;
	min-width: 768px;
}
.online_day_table thead th {
	background: #4EA72E;
	color: #fff;
}
.online_day_table tbody th,
.online_day_table tbody td {
	padding: 5px 0;
}

ol {
  margin: 0;
  padding: 0;
}
.online_day_table tbody td ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.delred {
    color: #f00;
    text-decoration: line-through;
}
.delred span {
    color: #333;
}
.s {
		font-size:14px;
}
.m {
	font-size:16px;
	line-height:2;
	padding-left: 0.5em;
}
.doshin {
	font-weight:normal;
	font-size:15px;
}
.l {
	font-size:18px;
}
.table_tour {
	margin:5px auto 2em auto;
	border-collapse:collapse;
}

.table_tour table,
.table_tour th,
.table_tour td {
	font-size:14px;
	border:1px solid #999;
	color:#333;
	padding:5px;
	background:#FFF;
}

.table_tour th {
	background-color: #cfe0ed;
}