@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;
}
.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: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 16px;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	background-color: #00A2DF;
}

.header_right {
	display: flex;
}

@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: 4px;
	margin-top: 5px;
	padding: 5px;
}
}
/* ナビゲーション */
.gnav {
	width: 100%;
	background-color: #00075E;
}
.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;
}

/*shinnen*/
.shinnen{
	width:80%;
	margin-top:30px;
	}
}

/*#calloutElm：舟入*/
#calloutElm {
  position: fixed;
  bottom: 0px;
  right: 630px;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 300px;
  z-index: 4;
}
.img01{
	border-radius: 8px;
	width: 200px;
}
.img01:hover{
	opacity: 0.5;
}
.closebtn {
    position: absolute;
    top: -5px;
    right: 5px;
    color: white;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}
.closebtn:hover {
  color: lightgrey;
}

/*#calloutElm：可部*/
#calloutElm_kabe {
  position: fixed;
  bottom: 0px;
  right: 210px;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 300px;
  z-index: 4;
}
.img02{
    border-radius: 8px;
    width: 200px;
}
.img02:hover{
	opacity: 0.5;
}
.closebtn {
    position: absolute;
    top: -5px;
    right: 5px;
    color: white;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}
.closebtn:hover {
  color: lightgrey;
}

/*#calloutElm：祇園*/
#calloutElm_gion {
  position: fixed;
  bottom: 0px;
  right: 420px;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 300px;
  z-index: 4;
}
.img03{
	border-radius: 8px;
	width: 200px;
}
.img03:hover{
	opacity: 0.5;
}

/*#calloutElm：吉島*/
#calloutElm_yoshijima {
  position: fixed;
  bottom: 0px;
  right: 0px;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 300px;
  z-index: 4;
}






.closebtn {
    position: absolute;
    top: -18px;
    right: -6px;
    color: white;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}
.closebtn:hover {
  color: lightgrey;
}


@media (max-width: 767px) {
/*#calloutElm：舟入*/
#calloutElm {
position: fixed;
  bottom: 0px;
  right:  240px!important;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 100px;
  z-index: 4;
}
.img01{
	border-radius: 8px;
    width: 70px;
}
.img01:hover{
	opacity: 0.5;
}

/*#calloutElm：可部*/
#calloutElm_kabe {
position: fixed;
  bottom: 0px;
  right:  160px!important;
  box-shadow: 003px rgba(0, 0, 0, 0.9);
  max-width: 100px;
  z-index: 4;
}
.img02{
	border-radius: 8px;
    width: 70px;
}
.img02:hover{
	opacity: 0.5;
}
    
/*#calloutElm：祇園*/
#calloutElm_gion {
        position: fixed;
        bottom: 0px;
        right: 80px!important;
        box-shadow: 003px rgba(0, 0, 0, 0.9);
        max-width: 100px;
        z-index: 4;
    }
.img03{
	border-radius: 8px;
    width: 70px;
}
.img03:hover{
	opacity: 0.5;
}   
  
/*#calloutElm：吉島*/
#calloutElm_yoshijima {
        position: fixed;
        bottom: 0px;
        right: 0;
        box-shadow: 003px rgba(0, 0, 0, 0.9);
        max-width: 100px;
        z-index: 4;
    }
.img03{
	border-radius: 8px;
    width: 70px;
}
.img03:hover{
	opacity: 0.5;
}   
    
.btn_wrap{
    display: flex;  
    width: 100%;
}   
    
    
}


/*top*/
.container {
	position: relative;
	width: 100%;
	height: 45vw;
}
.image {
	position: absolute;
	left: 0px;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 15s infinite;
}
.image:nth-of-type(1) {
	animation: change-img-anim-first 15s infinite;
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}
.image:nth-of-type(3) {
	animation-delay: 10s;
}
 @keyframes change-img-anim-first {
 0% {
opacity: 1;
}
 30% {
opacity: 1;
}
 36% {
opacity: 1;
}
 45% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
 @keyframes change-img-anim {
 0% {
opacity: 0;
}
 30% {
opacity: 1;
}
 36% {
opacity: 1;
}
 45% {
opacity: 0;
}
 100% {
opacity: 0;
}
}

@media screen and (max-width:767px) {
.container {
	padding-top: 60px;
	height: 60vw;
}
}

/* school */
#section-school {
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 30px 30px;
}
.top-human{
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
	}
.school-group{
	display: flex;
    justify-content: center;
	padding-top:30px;
	}
.school-btn {
	width: 300px;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	margin-left: 30px;
	padding: 10px;
	border-radius: 4px;
	color: /*#ee7800*/#00075E;
	background-color: #fdfdfd;
	border: /*#ee7800*/#00075E solid 4px;
}

@media screen and (max-width:767px) {
	.school-group img{
	width:150px;
	}
	.school-group{
	padding-top:30px;
	}
	.top-human{
	padding-top:30px;
	padding-bottom:0px;
	}
	.school-btn {
		width: 120px;/*156px*/
		font-size: 14px;
		margin-left: 8px;
		border: #00075E solid 3px;
	}
}


/* news */
.section-news {
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 30px 30px;
}
.news-title {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.news-description {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.news-description .text {
	text-align: left;
	display: inline-block;
	font-size: 1.6rem;
}

@media screen and (max-width:767px) {
.news-title img {
	width: 150px;
}

.news-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.news-description .text {
	text-align: left;
	display: inline-block;
	font-size: 1.2rem;
}
}
/* concept */
#section-concept {
	max-width: 1240px;
	margin: 0px auto;
	padding: 30px;
}
.concept-border{
	border:solid 1px #f1f1f1;
	background-color:#ffffff;
	padding:50px;
	border-radius:30px;
	}
.concept-title {
	color: #00A2DF;
	font-size: 4rem;
	padding-bottom: 30px;
}
.concept-discription {
	text-align: center;
	display: block;
}
.concept-discription p {
	text-align: left;
	display: inline-block;
	font-size: 1.8rem;
}

@media screen and (max-width:767px) {
.concept-title {
	font-size: 2.5rem;
    padding: 10px 0px 10px 0px
}
#section-concept {
	padding: 20px;
}
.concept-discription p {
	font-size: 1.4rem;
}
.concept-border{
	padding:20px;
	}
}
/* 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 {
}
@media screen and (max-width:1150px) {
.course-conversion-button {
	padding-top:30px;
}
}

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

.course-conversion-button {
	padding-top: 40px;
}
}
/*reason*/
#section-reason {
	max-width: 1240px;
}
.reason-title {
	font-size: 3rem;
	padding-bottom: 30px;
}
.reason-main {
	display: flex;
	margin-bottom: 50px;
}
.reason-main2 {
	display: flex;
	flex-flow: row-reverse;
	margin-bottom: 50px;
}
.reason-description {
	width: 50%;
	text-align: left;
	position: relative;
}
.reason-description-p {
	padding: 30px;
}
.reason-description p {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.9;
}
.reason-img {
	width: 50%;
	padding-top: 60px;
}
.reason-description h4 {
	font-size: 3rem;
}
.reason-description-p h5 {
	font-size: 3.0rem;
	color: #00A2DF;
}
.reason-character {
	position: absolute;
	left: 450px;
	top: 60px;
	width: 135px;
}
.conversion-button {
	margin: 70px 0px 20px 0px;
}

@media screen and (max-width:1150px) {
.reason-title {
	font-size: 2rem;
	padding-bottom: 30px;
}
.reason-main {
	display: block;
}
.reason-main2 {
	display: block;
}
.reason-description {
	margin: 0 auto;
	width: 90%;
}
.reason-img {
	margin: 0 auto
}
.reason-description-p {
	padding: 10px;
}
.reason-description p {
	font-size: 1.2rem;
}
.no-img {
	width: 100%;
}
.reason-description h4 {
	font-size: 2rem;
}
.reason-description-p h5 {
	font-size: 2rem;
}
.reason-character {
	display: none;
}
.reason-img {
	width: 100%;
	padding-top: 20px;
}
.reason-photo {
	width: 80%;
}
.conversion-button {
	width: 80%;
	margin: 0px;
}
}
/*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;
	}
}


/*movie*/
#section-movie {
	max-width: 1240px;
}
.section-movie {
	margin: 0 auto;
}
.movie-title {
	font-size: 5rem;
	padding-bottom: 30px;
}
.movie-backgroud{
   
	}
	.movie-youtube{
		width:560;
	 height:315;
		}
@media screen and (max-width:767px) {
.movie-title {
	font-size: 3rem;
}
.movie-backgroud{
	background-color: #F7FAFE;
    padding: 0px;
 
    border-radius: 0px;
	}
.movie-youtube{
		width:360px;
		height:203px;
		}

}


/*customer*/
#section-customer {
	max-width: 1240px;
}
.section-customer2 {
	margin: 0 auto;
}
.customer-title {
	font-size: 5rem;
	padding-bottom: 30px;
}
.customer-flex {
	display: flex;
	justify-content: space-between;
}
.customer-group {
	width: 31%;
	background-color:#ffffff;
	border: solid 2px #c8c8c8;
	padding: 20px;
	text-align: left;
}
.customer-group img {
	width: 100%;
}
.customer-lead {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: 700;
	border-bottom: solid #c8c8c8;
	padding-bottom: 10px;
}
.customer-dscription {
	text-align: left;
	font-size: 1.6rem;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
.customer-title {
	font-size: 3rem;
	padding-bottom: 0px;
}
.customer-flex {
	display: block;
	margin:20px;
}
.customer-group {
	width: 100%;
	margin-bottom: 20px;
}
.customer-lead {
	font-size: 1.8rem;
}
.customer-dscription {
	font-size: 1.4rem;
	margin-top:20px;
}


}
/*Q&A*/

#section-qa {
	max-width: 1240px;
}
.qa-title {
	font-size: 6rem;
	padding-bottom: 30px;
}
/*====================================================================
.s_06 .accordion_one
====================================================================*/
.s_06 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_06 .accordion_one .accordion_header {
	background-color: #db0f2f;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_header {
	background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_header {
	background-color: #1c85d8;
}
.s_06 .accordion_one:nth-of-type(4) .accordion_header {
	background-color: #6CC8ED;
}
.s_06 .accordion_one:nth-of-type(5) .accordion_header {
	background-color: #00EF73;
}
.s_06 .accordion_one:nth-of-type(6) .accordion_header {
	background-color: #7300FF;
}
.s_06 .accordion_one .accordion_header:hover {
	opacity: .8;
}
.s_06 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_06 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_06 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before, .s_06 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_06 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 2px solid #db0f2f;
	border-right: 2px solid #db0f2f;
	border-bottom: 2px solid #db0f2f;
	box-sizing: border-box;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}
.s_06 .accordion_one:nth-of-type(4) .accordion_inner {
	border-left: 2px solid #6CC8ED;
	border-right: 2px solid #6CC8ED;
	border-bottom: 2px solid #6CC8ED;
}
.s_06 .accordion_one:nth-of-type(5) .accordion_inner {
	border-left: 2px solid #00EF73;
	border-right: 2px solid #00EF73;
	border-bottom: 2px solid #00EF73;
}
.s_06 .accordion_one:nth-of-type(6) .accordion_inner {
	border-left: 2px solid #7300FF;
	border-right: 2px solid #7300FF;
	border-bottom: 2px solid #7300FF;
}
.s_06 .accordion_one .accordion_inner .box_one {
	height: 200px;
}
.s_06 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.s_06 .accordion_one .accordion_inner .closeArea {
	width: 180px;
	margin: 0 auto;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #db0f2f;
	padding: 15px 15px 15px 20px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
	background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
	background-color: #1c85d8;
}
.s_06 .accordion_one:nth-of-type(4) .accordion_inner .closeArea .close_box a.close_btn {
	background-color: #6CC8ED;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.txt_a_ac {
	text-align: left;
}

@media screen and (max-width: 1024px) {
.s_06 .accordion_one .accordion_header {
	font-size: 18px;
}
.s_06 .accordion_one .accordion_header .i_box {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	font-size: 14px;
}
}

@media screen and (max-width: 767px) {
.qa-title {
	font-size: 4rem;
	padding-bottom: 10px;
}
.s_06 .accordion_one .accordion_header {
	font-size: 16px;
	text-align: left;
	padding: 15px 60px 15px 15px;
}
.txt_a_ac {
	font-size: 1.2rem;
}
.s_06 .accordion_one .accordion_inner .box_one {
	height: 300px;
}
}
/*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) {
.updown {
	font-weight: bold;
	font-size: 4rem;
	padding-bottom: 0px;
}
}
.slider {
	/*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
	margin: 0 auto;
	max-width:1240px;
}
.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;
}

@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;
}
.addless-name{
	text-align:center;
	font-size: 4rem;
	padding-bottom:20px;
	}
.addless-name2{
	margin-top:30px;
	}
.number {
	color: #333333;
	text-align: center;
	font-size: 3rem;
}
.address {
	color: #333333;
	text-align: center;
	font-size: 3rem;
}
.address2 {
	margin: 0px 22px;
}
.address-map {
	width: 70%;
	padding-top: 30px;
}

@media (max-width: 767px) {
.address-title {
	margin: 0px 0px 10px 0px;
	font-size: 3rem;
}
.address-map {
	width: 90%;
    height: 50%;
    padding-top: 10px;
}
.map-icon {
	width: 80px;
}
.address-title {
}
}
@media screen and (max-width:767px) {
.address-wrapper {
	padding-bottom: 30px;
	margin:10px;
}
.addless-name {
    text-align: center;
    font-size: 3rem;
    padding-bottom: 10px;
}
.number {
    color: #333333;
    text-align: center;
    font-size: 2rem;
}
.address {
    color: #333333;
    text-align: center;
    font-size: 2rem;
}
}
/*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;
}
section.anchor2 {
	display: block;
	padding-top: 20px;
	margin: -25px auto 0px auto;
}

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


/* section-news */
.section-news {
	padding: 30px 0px 100px 0px;
}
.section-news-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.section-news-title {
	color: #00A2DF;
	padding-left: 0px;
	font-size: 6.5rem;
}
.section-news-group {
	max-width: 850px;
	border: solid;
	border-color: #CBCBCB;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFFFFF;
}
.section-news-group p {
	color: #00A2DF;
	font-weight: 600;
	text-align: left;
}
.section-news-group h3 {
	color: #00A2DF;
	font-weight: 600;
	text-align: left;
	padding-bottom: 20px;
}
.section-news-group dd {
	text-align: left;
	max-width: 850px;
	padding-bottom: 20px;
	border-bottom: solid;
	border-color: #CBCBCB;
}
.section-news-group dd:last-child {
	border: none;
}
.section-news-date, .section-news-QR {
	padding-top: 30px;
}
.link {
	color: #00A2DF;
}
.news-fmimg{
	width:600px;
	}

@media screen and (max-width: 750px) {
.section-news {
	padding: 0px 0px 30px 0px;
}
.section-news-wrapper {
	margin-bottom: 20px;
}
.section-news-title-icon img {
	width: 50px;
}
.section-news-title-icon {
	padding-right: 30px;
}
.section-news-title {
	font-size: 3rem;
}
.section-news-group {
	max-width: 370px;
	padding: 20px;
	border: solid 2px;
	border-color: #CBCBCB;
	margin: 0 auto;
}
.section-news-group dd {
	border-bottom: solid 2px;
	border-color: #CBCBCB;
}
.section-news-date, .section-news-QR {
	padding-top: 20px;
}
.news-fmimg{
	width:300px;
	}
}





