﻿@charset "UTF-8";

/* l-hnav */
.l-hnav {
	position:relative;
	border-top: 1px solid #15bb7b;
	background: linear-gradient(to right, #adf09c 0%, #1ebf93 50%, #62c3d9 100%);
}
.l-hnav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.l-hnav:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background: #15bb7b;
}

.l-hnav__container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 35px;
}
.l-hnav__linkList {
	position: relative;
	display: flex;
	min-height: 59px;
}
.l-hnav__linkList > li {
	position: relative;
	z-index: 3;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 100%;
	min-height: 59px;
	text-align: center;
}
.l-hnav__linkList:before,
.l-hnav__linkList > li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	margin: -10px 0 0 0;
	background: rgba(255,255,255,0.5);
}
.l-hnav__linkList:before {
	left: 0;
	right: auto;
}
.l-hnav__linkList > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 59px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.l-hnav__linkList li ul {
	display: none;
	position: absolute;
	top: 58px;
	left: 1px;
	right: 1px;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.l-hnav__linkList li ul li {
	position: relative;
	text-align: left;
}
.l-hnav__linkList li ul li + li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.l-hnav__linkList li ul li a,
.l-hnav__linkList li ul li span {
	position: relative;
	display: block;
	padding: 18px 10px 18px 28px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #1ebf93;
}
.l-hnav__linkList li ul li .comingsoon {
	color: #abd6ca;
}
.l-hnav__linkList li ul li:nth-child(even) a,
.l-hnav__linkList li ul li:nth-child(even) span {
	background: #5ecba0;
}
.l-hnav__linkList li ul li a:before,
.l-hnav__linkList li ul li span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 2px;
	height: 14px;
	margin: -7px 0 0 0;
	background: #fff;
}
@media all and (min-width: 706px) {
	.l-hnav__linkList li:hover ul {
		display: block;
	}
}

/* l-fnav */
.l-fnav {
	position: relative;
	padding: 45px 0 25px 0;
	background: #fbfbfb;
}
.l-fnav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #adf09c 0%, #1ebf93 50%, #62c3d9 100%);
}
.l-fnav__container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 35px;
}
.l-fnav__cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -13px;
}
.l-fnav__col {
	width: 20%;
	padding: 0 13px;
}
.l-fnav__mainLinkListHeading {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}
ul.l-fnav__mainLinkList li {
  background-image: url(../img/common/ico_arw02.png);
  background-position: left top 3px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.428;
  padding-left: 15px;
}
ul.l-fnav__mainLinkList li + li {
  margin-top: 20px;
}
ul.l-fnav__mainLinkList li a {
  color: #3d3d3d;
  text-decoration: none;
}
ul.l-fnav__mainLinkList li .comingsoon {
	color: #888;
}
@media all and (min-width: 706px) {
  .l-fnav__mainLinkListHeading {
    border-bottom: 1px solid #ccc;
    pointer-events: none;
  }
  ul.l-fnav__mainLinkList {
    display: block !important;
    margin-top: 20px !important;
  }
  ul.l-fnav__mainLinkList li a:hover {
    text-decoration: underline;
  }
}

ul.l-fnav__subLinkList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
ul.l-fnav__subLinkList li {
  font-size: 12px;
}
ul.l-fnav__subLinkList li a {
  color: #3d3d3d;
  text-decoration: none;
}
@media all and (min-width: 706px) {
  ul.l-fnav__subLinkList li + li {
    margin-left: 40px;
    position: relative;
  }
  ul.l-fnav__subLinkList li + li::before {
    background-color: #ccc;
    content: '';
    height: 24px;
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  ul.l-fnav__subLinkList li a:hover {
    text-decoration: underline;
  }
}




/* top__container */
.top__container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 35px;
}

/* top__lead */
.top__lead h1 {
	padding: 60px 0;
	text-align: center;
}
.top__lead h1 img {
	margin: auto;
}

/* top__news */
.top__newsBox {
	margin: 0 0 30px 0;
	border: 1px solid #e6e6e6;
	background: #fbfbfb;
}
.top__newsHead {
	display: flex;
	align-items: center;
	padding: 13px 20px;
	border-bottom: 1px solid #e6e6e6;
}
.top__newsHead h2 {
	color: #1ebf93;
	font-size: 18px;
	font-weight: bold;
}
.top__newsBox .btn {
	margin-left: auto;
}
.top__newsBox .btn a {
	display: inline-block;
	padding: 6px 14px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 20px;
	background: #1ebf93;
}
.top__newsBox .btn a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 11px;
	margin: -2px 0 0 9px;
	vertical-align: middle;
	background: url(../img/common/ico_arw01.png) no-repeat 0 0
}
.top__newsList {
	padding: 0 18px !important;
}
.top__newsList li {
	display: flex;
	padding: 20px 0;
	font-size: 14px;
}
.top__newsList li + li {
	border-top: 1px dashed #e6e6e6;
}
.top__newsDate {
	width: 90px;
	color: #999;
	flex-shrink: 0;
}
.top__newsTtl {
	color: #5f5f5f;
	font-weight: bold;
}
.top__newsTtl a {
	color: #5f5f5f;
	text-decoration: none;
}
.top__newsTtl a:hover {
	text-decoration: underline;
}

/* top__menu */
.top__menu {
	padding: 0 0 90px 0;
}
.top__menuList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 0 0;
}
.top__menuClm {
	width: 50%;
	padding: 0 30px 30px 0;
}
.top__menuCard {
	height: 100%;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px solid #11a47c;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.top__menuHead {
	position: relative;
	display: block;
	border-radius: 5px 5px 0 0;
}
.top__menuHead a {
	position: relative;
	display: block;
	border-radius: 5px 5px 0 0;
}
.top__menuHead figure img {
	border-radius: 5px 5px 0 0;
}
.top__menuHead h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 28px 30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(to right, rgba(88,214,109,0.6) 0%, rgba(30,191,147,0.6) 50%, rgba(98,195,217,0.6) 100%);
}
.top__menuHead h3.top__menuHeadLink {
	padding: 28px 75px 28px 30px;
}
.top__menuHead h3.top__menuHeadLink:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 13px;
	height: 21px;
	margin: -11px 0 0 0;
	vertical-align: middle;
	background: url(../img/common/ico_arw03.png) no-repeat 0 0;
}
.top__menuHead h3.top__menuHeadLink:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 72px;
	width: 1px;
	height: 60px;
	background: #fff;
}

.top__menuLink {
	margin: 20px 20px 0 20px;
}
.top__menuLinkList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 0 0;
	list-style: none;
}
.top__menuLinkList li {
	width: 25%;
	padding: 0 8px 10px 0;
}
.top__menuLinkList a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: #1ebf93;
}
.top__menuLinkList li:nth-child(even) a {
	background: #5ecba0;
}
.top__menuLinkList a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 11px;
	margin: -3px 15px 0 0;
	vertical-align: middle;
	background: url(../img/common/ico_arw01.png) no-repeat 0 0;
}

.top__menuTag {
	margin: 0 20px 27px 20px;
	border-radius: 5px;
	background: #f4f4f4;
}
.top__menuTagList {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 5px !important;
	list-style: none;
}
.top__menuTagList li {
	padding: 5px 10px;
}
.top__menuTagList a {
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.top__menuTagList .hash {
	color: #1ebf93;
}

.top__itemLink {
	margin: 20px 20px 12px 20px;
}
.top__itemLinkList li {
	position: relative;
	padding: 0 0 13px 15px;
}
.top__itemLinkList li:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 7px;
	height: 11px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	background-image: url(../img/common/ico_arw02.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.top__itemLinkList a {
	color: #1ebf93;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.top__itemLinkList .comingsoon {
	color: #888;
	font-weight: bold;
}



@media all and (min-width: 706px) {

.top__menuHead a:hover img {
	opacity: 1;
}

.l-hnav__linkList a,
.top__newsBox .btn a,
.top__menuHead a,
.top__menuLinkList a,
.top__menuTagList a,
.top__itemLinkList a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.l-hnav__linkList a:hover,
.top__newsBox .btn a:hover,
.top__menuLinkList a:hover,
.top__menuTagList a:hover,
.top__itemLinkList a:hover {
	opacity: 0.7;
}
.top__menuHead a:hover {
	opacity: 0.8;
}

}























@media only screen and (max-width: 705px) {


.l-spHeader {
	border-bottom: 1px solid #e6e6e6;
}
.l-drawer {
	top: 90px;
}
.parent .l-drawer , .student .l-drawer {
	border-top-color: transparent;
}
.l-drawer__inner {
	padding-top: 0;
	background: linear-gradient(to right, #62c3d9 0%, #1ebf93 100%);
}

.l-header__trigger {
	background-image: url(../img/common/ico_bars.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 40px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -1px;
	width: 50px;
}
.l-header__trigger.-active {
	background-image: url(../img/common/icon-close.png);
	background-size: 25px auto;
	background-color: #1ebf93;
}

.l-acd__cols {
	display: block;
	margin: 0 10px;
}
.l-acd__col {
	width: auto;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.l-acd__mainLinkListHeading {
	color: #fff;
	font-size: 14px;
	padding: 20px 5px;
	position: relative;
}
.l-acd__mainLinkListHeading.-active::after {
	content: none;
}
.l-acd__mainLinkListHeading::before,
.l-acd__mainLinkListHeading::after {
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 18px;
}
.l-acd__mainLinkListHeading::after {
	transform:rotate(-90deg);
}
ul.l-acd__mainLinkList {
	display: none;
	padding: 13px 10px;
	border-top: 1px solid #fff;
}
ul.l-acd__mainLinkList li {
  background-image: url(../img/common/ico_arw01_sp.png);
	background-repeat: no-repeat;
	background-position: left top 4px;
  background-size: 5px 8px;
	font-size: 14px;
  line-height: 1.428;
	padding-left: 10px;
}
ul.l-acd__mainLinkList li + li {
  margin-top: 8px;
}
ul.l-acd__mainLinkList li a {
  color: #fff;
  text-decoration: none;
}
ul.l-acd__mainLinkList li .comingsoon {
	color: #d4dcdb;
}

ul.l-acd__subLinkList {
	display: flex;
  flex-wrap: wrap;
	margin: 20px 0 0 0;
	justify-content: center;
}
ul.l-acd__subLinkList li {
  font-size: 12px;
}
ul.l-acd__subLinkList li {
	margin: 0 10px;
	font-size: 10px;
}
ul.l-acd__subLinkList li a {
  color: #fff;
  text-decoration: none;
}


/* l-fnav */
.l-fnav {
	padding: 30px 0 20px 0;
}
.l-fnav__container {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.l-fnav__cols {
	display: block;
	margin: 0;
	border-top: 1px solid #ccc;
}
.l-fnav__col {
	width: auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.l-fnav__mainLinkListHeading {
	font-size: 14px;
	padding: 17px 5px;
	position: relative;
}
.l-fnav__mainLinkListHeading.-active::after {
	content: none;
}
.l-fnav__mainLinkListHeading::before,
.l-fnav__mainLinkListHeading::after {
	background-color: #1ebf93;
	content: '';
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 18px;
}
.l-fnav__mainLinkListHeading::after {
	transform:rotate(-90deg);
}
ul.l-fnav__mainLinkList {
	display: none;
	padding: 13px 10px;
	border-top: 1px solid #ccc;
}
ul.l-fnav__mainLinkList li {
	padding-left: 10px;
  background-image: url(../img/common/ico_arw02_sp.png);
	background-position: left top 4px;
  background-size: 5px 8px;
}
ul.l-fnav__mainLinkList li + li {
  margin-top: 8px;
}

ul.l-fnav__subLinkList {
	margin: 20px 0 0 0;
	justify-content: center;
}
ul.l-fnav__subLinkList li {
	margin: 0 10px;
	font-size: 10px;
}




/* top__container */
.top__container {
	width: auto;
	padding: 0 10px;
}

/* top__lead */
.top__lead h1 {
	padding: 30px 0;
}

/* top__news */
.top__newsBox {
	margin: 0 0 20px 0;
}
.top__newsHead {
	justify-content: center;
	padding: 13px 20px;
}
.top__newsHead h2 {
	font-size: 15px;
}
.top__newsBox .btn {
	margin: 15px 10px 30px 10px;
}
.top__newsBox .btn a {
	display: block;
	padding: 12px 10px;
	font-size: 14px;
	text-align: center;
}
.top__newsBox .btn a:after {
	width: 7px;
	height: 12px;
	margin: -2px 0 0 10px;
	background-image: url(../img/common/ico_arw01_sp.png);
	background-size: 100% auto;
}
.top__newsList {
	padding: 0 10px !important;
}
.top__newsList li {
	display: block;
	padding: 12px 0;
	line-height: 1.4;
}
.top__newsDate {
	width: auto;
	margin: 0 0 5px 0;
	font-size: 12px;
}

/* top__menu */
.top__menu {
	padding: 0 0 20px 0;
}
.top__menuList {
	display: block;
	margin: 0;
}
.top__menuClm {
	width: auto;
	padding: 0 0 20px 0;
}
.top__menuCard {
	border-radius: 4px 4px 0 0;
}
.top__menuHead {
	border-radius: 4px 4px 0 0;
}
.top__menuHead a {
	border-radius: 4px 4px 0 0;
}
.top__menuHead h3 {
	padding: 12px 10px;
	font-size: 15px;
	border-radius: 4px 4px 0 0;
}
.top__menuHead h3.top__menuHeadLink {
	padding: 12px 36px 12px 10px;
}
.top__menuHead h3.top__menuHeadLink:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 11px;
	margin: -6px 0 0 0;
	vertical-align: middle;
	background-size: 100% auto;
}
.top__menuHead h3.top__menuHeadLink:after {
	top: 5px;
	right: 36px;
	height: 30px;
}

.top__menuLink {
	margin: 10px 0 0 10px;
}
.top__menuLinkList {
	margin: 0;
}
.top__menuLinkList li {
	width: 25%;
	padding: 0 10px 10px 0;
}
.top__menuLinkList a {
	min-height: 25px;
	font-size: 11px;
	border-radius: 4px;
}
.top__menuLinkList a:before {
	width: 5px;
	height: 8px;
	margin: -2px 10px 0 0;
	background-image: url(../img/common/ico_arw04.png);
	background-size: 100% auto;
}

.top__menuTag {
	margin: 0 10px 10px 10px;
	border-radius: 4px;
}
.top__menuTagList {
	padding: 6px 2px !important;
}
.top__menuTagList li {
	padding: 1px 8px;
}
.top__menuTagList a {
	font-size: 10px;
}

.top__itemLink {
	margin: 14px 10px 6px 10px;
}
.top__itemLinkList li {
	padding: 0 0 8px 10px;
}
.top__itemLinkList li:before {
	top: 4px;
	background-image: url(../img/common/ico_arw02_sp.png);
	background-position: 0 0;
  background-size: 5px 8px;
}
.top__itemLinkList a {
	font-size: 14px;
}




}

@media all and (min-width: 706px) {
	.top__itemLinkList.sideList{
		display: flex;
		flex-wrap: wrap;
	}
	.top__itemLinkList.sideList li{
		width: 50%;
	}
}
