@charset "utf-8";
/* CSS Document */
/* header */
body {
	letter-spacing: 0.1em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background-color: #FFFFFF;
}
/* PC・SPのオンオフ */
.pc {
	display: block;
}
.sp {
	display: none;
}

@media (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block;
}
}

/*loading*/

/* ヘッダー */
header {
	width: 100%;
	padding: 10px 0;
}
.header_wrapper {
	max-width: 1320px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
.header_right{
	display:none;
	}
.header_wrapper h1 {
	width: auto;
	display: flex;
	align-items: center;
}
.header_wrapper img {
	width: 150px;
	margin-left: 30px;
}
.header_wrapper h1 a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 34px;
}
.header_wrapper h1 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 30px;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #00A2DF;
}
.header_right {
	display: flex;
}
.header_right{
	display:none;
	}

@media (max-width: 767px) {
header {
	position: fixed;
	top: 0;
	z-index: 100;
	padding: 0;
	background-color: #fff;
}
.header_wrapper h1 span {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
}
}
/* ナビゲーション */
.gnav {
	width: 100%;
	background-color: #00075E;
	display: NONE;
}
.gnav_wrapper {
	max-width: 980px;
	margin: auto;
	display: flex;
}
.gnav_wrapper li {
	border-left: #ffffff 1px solid;
	text-align: center;
	width: calc(100%/7);
	transition: all 0.3s ease;
}
.gnav_wrapper li:last-child {
	border-right: #ffffff 1px solid;
}
.gnav_wrapper li:hover {
	background-color: #888;
}
.gnav_wrapper li a {
	display: block;
	padding: 1.3em 0;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
.gnav_wrapper {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00075E;
	visibility: hidden;
	opacity: 0;
	padding-top: 20%;
}
.gnav_wrapper li {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	border-bottom: #ffffff 1px solid;
	border-left: none;
}
.gnav_wrapper li:last-child {
	border-right: none;
}
.menu-btn {
	color: #fff;
	cursor: pointer;
	z-index: 100;
	background-color: #00075E;
	max-width: 56px;
	width: 56px;
}
.menu-btn i {
	display: block;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
}
.menu-btn span {
	display: block;
	padding: 0 0 10px 0;
	font-size: 10px;
	text-align: center;
}
.open {
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
.menu-btn span::after {
	content: attr(data-txt-menu);
}
.open span::after {
	content: attr(data-txt-close);
}
}
.main {
	background-color: #F7FAFE;
}
/*top-view*/
.top-view {
	max-width: 1240px;
	margin:0 auto;
}
.top-view-title{
	font-size: 3rem;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    font-weight: 400;
	}
.view-img{
	width:80%;
	}
	.top-view-syousai{
		font-size: 3rem;
    text-align: left;
    padding-left: 60px;
    padding-top: 30px;
    font-weight: 400;
	color: #00A2DF;
		}
.map-group{
	display: flex;
	padding-left: 100PX;
	font-size:2REM;
}
.map-number{
	text-align: left;
	padding-left: 30PX;
}
.map-address{
	text-align: left;
	padding-left: 30PX;
}
@media screen and (max-width:767px) {
	.top-view-title{
	padding-top:80px;
		padding-left: 30px;
	}
	.top-view-syousai{
		font-size: 2rem;
    padding-left: 30px;
		}
	.map-group {
    padding: 10px 30px;
    font-size: 1.4REM;
}
  .map-group-title{
	 width:20%; 
	  }
}
/* course */

#section-course {
	max-width: 1240px;
}
.course-title {
	padding-bottom: 50px;
}
body {
	font: 14px/2 "Open sans", sans-serif;
	letter-spacing: 0.05em;
}
.btn {
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: transparent;
	border: 1px solid #e1e1e1;
	font: 12px/1.2 "Oswald", sans-serif;
	letter-spacing: 0.4em;
	text-align: center;
	text-indent: 2px;
	text-transform: uppercase;
	transition: color 0.1s linear 0.05s;
}
.btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	z-index: 1;
	opacity: 0;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
	transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
	position: relative;
	z-index: 2;
}
.btn:hover {
	color: #373737;
	transition: color 0.1s linear 0s;
}
.btn:hover::before {
	top: 0;
	height: 100%;
	opacity: 1;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
	border-color: #373737;
	transition: border 0.1s linear 0s;
}
.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 70vh;
	z-index: 1;
}
.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
	display: block;
}
.slideshow .slide.is-loaded {
	opacity: 1;
}
.slideshow .slide .caption {
	padding: 0 100px;
}
.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.slideshow .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slideshow .slide .title {
	margin: 0 auto 20px;
	max-width: 1000px;
	font: 300 50px/1.2 "Oswald", sans-serif;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}
.slideshow .slide .text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 18px;
	line-height: 1.4;
}
.slideshow .slide .btn {
	margin: 15px 0 0;
	border-color: #fff;
}
.slideshow .slide .btn::before {
	background: #fff;
}
.slideshow .pagination {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}
.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}
.slideshow .pagination .item+.page {
	margin-left: -2px;
}
.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
	width: 0;
	background: #fff;
	z-index: 2;
	transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color: #fff;
}
.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
}
.slideshow .arrows .prev {
	left: 30px;
}
.slideshow .arrows .prev:hover .svg {
	left: -10px;
}
.slideshow .arrows .next {
	right: 30px;
}
.slideshow .arrows .next:hover .svg {
	left: 10px;
}
.slideshow .arrows .svg {
	position: relative;
	left: 0;
	width: 14px;
	height: 26px;
	fill: #fff;
	transition: left 0.2s ease;
}
.text-left {
	text-align: left;
}

@media screen and (max-width:767px) {
#section-course {
}
.section-course-photo {
	width: 300px;
}
.course-title {
	width: 90%;
	padding-bottom: 30px;
}
}

@media screen and (max-width:767px) {
.wrapper {
	padding: 30px 0px 30px 0px;
}
.concept {
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
}
.cocept-lead {
	margin: 0px auto 20px auto;
	font-size: 2rem;
}
.concept-description p {
	font-size: 1.3rem;
	background-position: top;
	padding-bottom: 40px;
}
.content img {
	width: 50%;
}
.slideshow .slide .title {
	font: 300 18px/1.2 "Oswald", sans-serif;
}
.slideshow .slide .text {
	font-size: 13px;
}
}
#section-course {
	max-width: 1240px;
}
.course-conversion-button {
	WIDTH: 80%;
    PADDING-TOP: 50PX;
}
@media screen and (max-width:1150px) {
.course-conversion-button {
	padding-top:30px;
}
}

@media screen and (max-width:767px) {

.course-conversion-button {
	padding-top: 40px;
}
}

/*teacher*/
.teacher-wrapper {
	padding-bottom: 100px;
}
.teacher-title {
	font-size: 5rem;
	padding: 20px;
}
.teacher{
	margin-top:60px;
	}
@media screen and (max-width:767px) {
.teacher-wrapper {
	padding-bottom: 30px;
}
.teacher-title {
	font-size: 3rem;
	padding: 10px;
}
.teacher{
	margin-top:30px;
	}
}



/*address*/
.address-wrapper {
	padding-bottom: 100px;
	max-width: 1800px;
	margin: 0 auto;
}
.number {
	font-size: 4rem;
}
.address {
	font-size: 4rem;
}

@media screen and (max-width:767px) {
.address-wrapper {
	padding-bottom: 30px;
}
.number {
	font-size: 2rem;
}
.address {
	font-size: 2rem;
}
}

@media screen and (max-width:767px) {
.updown {
	font-weight: bold;
	font-size: 4rem;
	padding-bottom: 0px;
}
}
.slider {
	/*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
	margin: 0 auto;
}
.slider img {
	width: 60vw;
	/*スライダー内の画像を60vwにしてレスポンシブ化*/
	height: auto;
}
.slider .slick-slide {
	transform: scale(0.8);
	/*左右の画像のサイズを80%に*/
	transition: all .5s;
	/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-center {
	transform: scale(1);
	/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;
	/*矢印の色*/
	border-right: 2px solid #666;
	/*矢印の色*/
	height: 15px;
	width: 15px;
}
.slick-prev {
	/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}
.slick-next {
	/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/

.slick-dots {
	text-align: center;
	margin: 20px 0 0 0;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	/*ドットボタンのサイズ*/
	height: 8px;
	/*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background: #ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button {
	background: #333;/*ドットボタンの現在地表示の色*/
}
/*=========teacher-slider ===============*/


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
}
.slick-slide {
	height: auto;
}
.name {
	color: #333333;
	font-size: 4rem;
	margin-top: 10px;
	text-align: left;
}
.name-discription {
	color: #333333;
	text-align: left;
	font-size: 3rem;
}
h2, p {
	padding: 0px;
}
.teacher-title {
	text-align: center;
}
.address-conversion-button {
	padding-bottom: 80px;
	margin: 0px;
	WIDTH: 80%;
}

@media screen and (max-width:767px) {
.name {
	color: #333333;
	font-size: 3rem;
	margin-top: 10px;
	text-align: left;
}
.name-discription {
	color: #333333;
	text-align: left;
	font-size: 2rem;
}
.address-conversion-button {
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 10px;
}
}
/* 住所 */
.address-title {
	color: #333333;
	margin: 0px 0px 30px 0px;
	font-size: 4rem;
}
.number {
	color: #333333;
	text-align: center;
}
.address {
	color: #333333;
	text-align: center;
}
.address-map {
	width: 80%;
	padding-top: 30px;
}

@media (max-width: 767px) {
.address-title {
	margin: 0px 0px 10px 0px;
	font-size: 3rem;
}
.address-map {
    width: 80%;
    height: 50%;
    padding-top: 10px;
}
.map-icon {
	width: 80px;
}
.address-title {
}
}
/*copyright*/

.footer {
	background-color: #c9caca;
}
.footer-copyright {
	color: #ffffff;
	font-size: 1.4rem;
	padding: 80px 0px 80px;
}
.section-footer-sns-icon img {
	width: 120px;
}
.section-footer-sns-icon {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 0px auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

@media screen and (max-width:767px) {
.footer-copyright {
	padding: 20px 0px 40px;
}
.footer-copyright-description {
	font-size: 1.0rem;
}
.section-footer-sns-icon img {
	width: 70px;
}
.section-footer-sns-icon {
	margin: 0px auto;
	max-width: 320px;
}
}
section.anchor {
	display: block;
	padding-top: 80px;
	margin: -25px auto 0px auto;
}

@media screen and (max-width:767px) {
section.anchor {
	display: block;
	padding-top: 80px;
	margin: -60px auto 0px auto;
}
}
h3 span {
  display: inline-block;
}