@charset "utf-8";

html {
  scroll-behavior: smooth;
}

#first h1 {
  text-align: center;
}

#concept h2 span {
  color: #FF9900;
}

#concept .concept-area ul li::after{
    background: #FF9900;
}

#feature h2 span {
  color: #2e98e5;
}

#price h2 span{
    color: #FF9900;
}

#school h2 span{
    color: #ff6600;
}

#footer{
    background: #2e98e5;
}

.greentext {
  color: #00aebb;
  font-weight: bold;
}
.bluetext {
  color: #2e98e5;
  font-weight: bold;
}

.orangetext {
  color:#FF9900;
  font-weight:bold;
}

.bodyText {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.mainimg img {
  width: 100%;
}

.map {
  width: 100%;
}

.linktext {
  color:#FF9900;
  font-weight:bold;
}

.work{
		display: flex;
		flex-wrap:wrap;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		margin-bottom: 100px;

		text-align: center;
}

.work li img{
		width: 400px;
		margin-left: 30px;
		margin-right: 30px;
}

.work a:hover img {
	opacity: 0.50;
}

@media (max-width: 600px) {
  .bodyText {
    width: 95%;
  }
  .bodyText h1 {
    font-size: 100%;
    margin-bottom: 25px;
  }
  .bodyText h2, h3, p {
    font-size: 80%;
    margin-bottom: 25px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .bodyText {
    width: 600px;
  }
  .bodyText h1 {
    font-size: 180%;
  }
  .bodyText h2, h3, p {
    font-size: 110%;
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .bodyText {
    width: 850px;
  }
}

/* 見出し装飾 */
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* youtube */

.youtube {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .youtube {
    width: 320px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .youtube {
    width: 850px;
  }
}
@media (min-width: 1025px) {
  .youtube {
    width: 1000px;
  }
}
/* youtube */

/* large-photo */
  .large-photo {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .large-photo img {
    width: 100%;
  }

@media (max-width: 1024px) {

  .large-photo {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .large-photo img {
    width: 100%;
  }
	
}

@media (min-width: 1025px) {

  .large-photo {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .large-photo img {
    width: 1000px;
  }
	
}
/* large-photo */

/* 背景 */

#first:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 1250px;
  left: -30%;
  width: 150%;
  height: 500px;
  background: #f9f9f9;
  transform: rotate(-4deg);
}

#school:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0px;
  left: -30%;
  width: 150%;
  height: 400px;
  background: #f9f9f9;
  transform: rotate(-5deg);
}

/* 背景 */

/* レイアウト */

  .outlineContainer {
	display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .outlineContainer img {
    border-radius: 15px;
  }

  .outlineText {
	display: block;
  }

@media (max-width: 600px) {
	
  .outlineContainer {
	margin: 25 0; 
    text-align: center;
  }
	
  .outline01 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  .outline01 img {
	display: block;
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .outline02 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  .outline02 img {
	display: block;
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .outlineText {
    margin: 25 20px;
  }
  .outlineText h1 {
    text-align: left;
    font-size: 90%;
    margin: 25 0;
  }
  .outlineText h2 {
    text-align: left;
    font-size: 90%;
  }
  .outlineText h3 {
    text-align: left;
    font-size: 90%;
  }
  .outlineText p {
    text-align: left;
    font-size: 80%;
    margin-bottom: 25px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
	
  .outlineContainer {
    width: 900px;
  }
	
  .outline01 {
    display: flex;
    align-items: center;
  }
  .outline01 img {
    width: 33%;
    height: 33%;
  }
  .outline02 {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
  }
  .outline02 img {
    width: 33%;
    height: 33%;
  }
  .outlineText {
    margin: 0 50px;
  }
  .outlineText h1 {
    text-align: left;
    font-size: 180%;
	margin: 50 0;
  }
  .outlineText h2 {
    font-size: 120%
  }
  .outlineText h3 {
    font-size: 120%
  }
  .outlineText p {
    font-size: 110%;
    margin-bottom: 100px;
  }

}

@media (min-width: 1025px) {
	
  .outlineContainer {
    width: 1200px;
  }

  .outline01 {
    display: flex;
    align-items: center;
  }
  .outline01 img {
    width: 50%;
    height: 50%;
  }
  .outline02 {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
  }
  .outline02 img {
    width: 50%;
    height: 50%;
  }
  .outlineText {
    margin: 0 50px;
  }
  .outlineText h1 {
    font-size: 180%;
    margin-top: 50px;
  }
  .outlineText h2 {
    font-size: 120%
  }
  .outlineText h3 {
    font-size: 120%
  }
  .outlineText p {
    font-size: 110%;
    margin-bottom: 100px;
  }

}
/* レイアウト */

/* 教室一覧 */
#school p {
  text-align: center;
}
/* --------------------------------------------------------
	container
-------------------------------------------------------- */
.container {
  width: 95%;
  margin: 30px auto;
}
/* --------------------------------------------------------
	card
-------------------------------------------------------- */
.cardContainer {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}
.cardBox {
  width: calc(33.3% - 20px);
  margin: 10px;
  background-color: #fff;
}
.cardBox img {
  display: block;
  max-width: 801px;
  margin: 0 auto 30px;
}
.cardText p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}
.cardBox {
  position: relative;
  padding: 30px 30px 30px 30px;
}
.cardBox h4 {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .cardBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .cardBox:last-child {
    margin-bottom: 20px;
  }
}
/* 教室一覧 */

/* スペース */
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt50 {
  margin-top: 50px;
}
.mt75 {
  margin-top: 75px;
}
.mt100 {
  margin-top: 100px;
}
.mt125 {
  margin-top: 125px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb125 {
  margin-bottom: 125px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 200px;
}
/* スペース */