@charset "utf-8";
/* CSS Document */

/*******************************
common
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisual2 {
	position: relative;
	height: 65%;
	background-color: rgba(0,0,0,0.3);
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
    background: url('/learn/images/mainAttraction01.jpg') no-repeat 0 0 #222;
	background-size: 110%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAbout01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainCcard01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainShop01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg5 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAttraction01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1,
#mainVisual2 h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}

#mainVisual h1 b,
#mainVisual2 h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01,
#mainVisual2 a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span,
#mainVisual2 .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

#featured h2 span {
	display: block;
    font-weight: 300;
	line-height: 0.65em;
	font-size: 0.65em;
	opacity: 0.7;
}

#featured ul {
	letter-spacing: -.4em;
}

#featured ul li {
	width: 23.5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
}

#featured ul li:not(:nth-child(4n)) {
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a dl {
	margin-top: 0.8em;
}

#featured ul li a dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;	
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;	
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

/*******************************
index
*******************************/
#index .mainBox p:not(:last-child) {
	margin-bottom: 1em;
}

/*******************************
/elearning/
*******************************/
.sp_parts {
    display: none;
}

.el h2 {
    font-size: 2em;
    font-style: italic;
    margin-bottom: 40px;
    color: #1d84b5;
    font-weight: bold;
    text-align: center;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.fwb {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.red {
    color: red;
}
.center {
    text-align: center;
}
.el .btn {
    background: #1d84b5;
    color: #fff;
    padding: 10px 60px;
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    margin: 40px auto 80px;
    border-radius: 30px; 
}
#top {
    margin-top: -80px;
    padding-top: 80px;
}
.el .txtright {
    text-align: right;
}
.pb_40 {
    padding-bottom: 40px;
}

.el .flex {
    display: flex;
    justify-content: space-around;
}

.el .flex table {
    width: 40%;
}

.el .flex table th,
.el .flex table td {
    background: #e9edf4;
    border: 3px solid #fff;
    padding: 5px;
}

.el dl {
    border: 1px solid #333;
    padding: 10px;
    line-height: 1.7;
}

.el dt {
    font-weight: bold;
    color: #333;
}

.el dt.bk {
    font-weight: bold;
    color: #333;
}

.el h3 {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.news {
    border: 1px solid #333;
    padding: 15px;
    width: 70%;
    margin: 35px auto 0px;
}

.news h4 {
    color: red;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}


.el .news2 dd ul li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.el .news2 dd ul li:last-of-type {
    border-bottom: none;
}

.table-wrapper {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}

.table-wrapper > div {
	width: 49%;
}

table,
tbody {
	width: 100%;
}

table th,
table td {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
}

table th {
	text-align: center;
	background-color: #24376c1f;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}

table td {
	background-color: #24376c1f;
	border-bottom: 3px solid #fff;
}

table th:not(:last-child),
table td:not(:last-child) {
	border-right: 3px solid #fff;
}

table + ul {
	margin-top: 10px;
}

@media (max-width: 599px) {


		.table-wrapper > div {
			width: 95%;
			margin: 30px auto 0 auto;
		}

    .el .flex {
        display: block;
    }

    .el .flex table {
        width: 100%;
        margin-bottom: 20px;
    }
    .el .flex table tr th:first-of-type {
        width: 45%;
    }
    .el .btn {
        padding: 10px 30px;
    }
    .news {
        width: 90%;
    }

		table:first-child {
			margin-bottom: 50px;
		}
}


