
/* ------------------- top_main ------------------- */

#top_main {
  width: 100%;
  height: 100svh;
  background-image: url(../../assets/img/top/top_main_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_main .common_inner {
  padding: 0 2.5rem 8rem;
}
#top_main .common_content {
  
}
#top_main .title01 {
  width: 100%;
  height: 32svh;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: center;
  flex-direction: row;
  font-size: 2.2rem;
  line-height: 3.4rem;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_main .subtitle01 {
  width: 100%;
  height: 42svh;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: center;
  flex-direction: row;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_main .btn01 {
  width: 100%;
  height: 15svh;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
	justify-content: center;
  flex-direction: row;
}
#top_main .btn01 a {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width:767px) {
  
  /* ------------------- top_main ------------------- */
  
  #top_main .common_inner {
    padding: 0 1.5rem 4rem;
  }
  #top_main .title01 {
    height: 30svh;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  #top_main .subtitle01 {
    height: 40svh;
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  #top_main .btn01 {
    height: 10svh;
  }
}

/* ------------------- top_introduce ------------------- */

#top_introduce {
  
}

#top_introduce .common_inner {
  padding: 4rem 2.5rem 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: left;
  flex-direction: row-reverse;
}
#top_introduce .common_content:nth-child(1) {
  width: 62%;
  padding: 0 0 0 5rem;
}
#top_introduce .common_content:nth-child(2) {
  width: 38%;
}
#top_introduce .common_inner .title01 {

}
#top_introduce .text01 {
  font-size: 1.5rem;
  line-height: 3rem;
}


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

  #top_introduce .common_inner {
    padding: 3rem 1.5rem 3rem;
    margin-bottom: 0rem;
  }
  #top_introduce .common_content:nth-child(1) {
    width: 100%;
    padding: 0 0 2rem;
  }
  #top_introduce .common_content:nth-child(2) {
    width: 100%;
    padding: 0 15%;
  }
  #top_introduce .common_inner .title01 {
    text-align: center;
  }
  #top_introduce .text01 {
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
}



/* ------------------- top_passion ------------------- */

#top_passion .common_inner {
  padding: 4rem 2.5rem 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: left;
  flex-direction: row;
}
#top_passion .common_content:nth-child(1) {
  width: 62%;
  padding: 0 5rem 0 0 ;
}
#top_passion .common_content:nth-child(2) {
  width: 38%;
}
#top_passion .common_inner .title01 {

}
#top_passion .common_content:nth-child(2) .text01 {
  padding-top: 1rem;
  text-align: center;
}

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

  #top_passion .common_inner {
    padding: 3rem 1.5rem 3rem;
    margin-bottom: 0rem;
  }
  #top_passion .common_content:nth-child(1) {
    width: 100%;
    padding: 0 0 2rem;
  }
  #top_passion .common_content:nth-child(2) {
    width: 100%;
    padding: 0 15%;
  }
  #top_passion .common_inner .title01 {
    text-align: center;
  }
  #top_passion .text01 {
 
  }
}


/* ------------------- top_curriculum ------------------- */

#top_curriculum {
  width: 100%;
  height: 100svh;
  background-image: url(../../assets/img/top/top_bg_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_curriculum .common_inner {
  padding: 3rem 2.5rem 3rem;
}
#top_curriculum .common_content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
#top_curriculum .title01 {
  padding-bottom: 0;
}
#top_curriculum .list01 {
  padding-bottom: 2rem;
}
#top_curriculum .list01 li {
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
  position: relative;
}
#top_curriculum .list01 li:before {
  content: "◉";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  
  #top_curriculum {
    height: auto;
  }
  #top_curriculum .common_inner {
    padding: 3rem 1.5rem 3rem;
    margin-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
  }
  #top_curriculum .common_content {
    padding: 30px;
    display: block;
  }
  #top_curriculum .title01 {
    text-align: center;
  }
  #top_curriculum .subtitle01 {
    text-align: center;
  }

}


/* ------------------- top_instructor ------------------- */

#top_instructor {
  
}
#top_instructor .common_inner {
  padding: 4rem 2.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: left;
  flex-direction: row-reverse;
}
#top_instructor .common_content:nth-child(1) {
  width: 62%;
  padding: 0 0 0 5rem;
}
#top_instructor .common_content:nth-child(2) {
  width: 38%;
}
#top_instructor .title01 {
  padding: 0;
}
#top_instructor .title01 .small {
  font-size: 1.2rem;
}
#top_instructor .subtitle02 {
  font-size: 1.2rem;
  padding: 1.6rem 0 2.4rem;
  font-weight: normal;
}


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

  #top_instructor .common_inner {
    padding: 3rem 1.5rem 3rem;
  }
  #top_instructor .common_content:nth-child(1) {
    width: 100%;
    padding: 0 0 2rem 0;
  }
  #top_instructor .common_content:nth-child(2) {
    width: 100%;
    padding: 0 15%;
  }
  #top_instructor .title01 {
    padding: 0;
    text-align: center;
  }
  #top_instructor .title01 .small {
    font-size: 1rem;
  }
  #top_instructor .subtitle01 {
    text-align: center;
  }
  #top_instructor .subtitle02 {
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 1.6rem 0 2.4rem;
    font-weight: normal;
  }

}


/* ------------------- top_thought ------------------- */

#top_thought {
  
}
#top_thought .common_inner {
  padding: 4rem 2.5rem 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: left;
  flex-direction: row;
}
#top_thought .common_content:nth-child(1) {
  width: 62%;
  padding: 0 5rem 0 0;
}
#top_thought .common_content:nth-child(2) {
  width: 38%;
}
#top_thought .text01 {
  margin-bottom: 3rem;
}
#top_thought .btn01 {
  text-align: right;
}
#top_thought .btn01 a {
  text-align: center;
}

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

  #top_thought .common_inner {
    padding: 0rem 1.5rem 3rem;
  }
  #top_thought .common_content:nth-child(1) {
    width: 100%;
    padding: 0 0 3rem 0;
  }
  #top_thought .common_content:nth-child(2) {
    width: 100%;
    padding: 0 15%;
  }
  #top_thought .subtitle01 {
    text-align: center;
  }
  #top_thought .text01 {
    margin-bottom: 1rem;
  }
  #top_thought .btn01 {
    text-align: center;
  }

}

/* ------------------- top_acedemy ------------------- */

#top_academy {
  width: 100%;
  height: 100svh;
  background-image: url(../../assets/img/top/top_bg_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top_academy .common_content {
  text-align: center;
  color: #fff;
}
#top_academy .title01 {
  padding-bottom: 0;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_academy .subtitle01 {
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_academy .text01 {
  text-align: center;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#top_academy .list01 {
  display: inline-block;
  text-align: left;
}
#top_academy .list01 li {
  padding-left: 1.4rem;
  margin-bottom: 2rem;
  position: relative;
}
#top_academy .list01 li:last-child {
  margin-bottom: 0;
}
#top_academy .list01 li:before {
  content: "◉";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  #top_academy {
    width: 100%;
    height: 100svh;
    background-image: url(../../assets/img/top/top_bg_03.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #top_academy .common_inner {
    height: 100svh;
    padding: 0rem 1.5rem 0rem;
    margin-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
  }
  #top_academy .list01 {
    display: block;
  }
  
}

/* ------------------- top_outline ------------------- */

#top_outline {
  background: #558D74;
  color: #fff;
}
#top_outline .common_inner {
  padding: 4rem 2.5rem 4rem;
}
#top_outline dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: left;
  flex-direction: row;
}
#top_outline dt {
  width: 22%;
}
#top_outline dd {
  width: 78%;
}

@media screen and (max-width:767px) {
  #top_outline .common_inner {
    padding: 3rem 1.5rem 3rem;
  }
  #top_outline .subtitle01 {
    text-align: center;
  }
  #top_outline dt {
    width: 100%;
  }
  #top_outline dd {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* ------------------- top_flow ------------------- */

#top_flow {
  background: #B39192;
  color: #fff;
}
#top_flow .common_inner {
  padding: 4rem 2.5rem 4rem;
}
#top_flow ul li {
  margin-bottom: 60px;
  position: relative;
}
#top_flow ul li:last-child {
  margin-bottom: 0;
}
#top_flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid rgba(255, 255, 255);
  border-bottom: 0;
  position: absolute;
  bottom: -35px;
  left: 50px;
  z-index: 5;
}
#top_flow ul li:last-child:after {
  display: none;
}

@media screen and (max-width:767px) {
  #top_flow .common_inner {
    padding: 3rem 1.5rem 3rem;
  }
  #top_flow .subtitle01 {
    text-align: center;
  }
  #top_flow ul li {
    margin-bottom: 40px;
    position: relative;
  }
  #top_flow ul li:after {
    bottom: -25px;
    left: 30px;
  }
}


/* ------------------- top_caution ------------------- */

#top_caution {

}
#top_caution .common_inner {
  padding: 4rem 2.5rem 4rem;
}
#top_caution .text01 {
  margin-bottom: 3rem;
}
#top_caution .list01 li {
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
  position: relative;
}
#top_caution .list01 li:last-child {
  margin-bottom: 0;
}
#top_caution .list01 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  #top_caution .common_inner {
    padding: 3rem 1.5rem 3rem;
  }
  #top_caution .subtitle01 {
    text-align: center;
  }
  #top_caution .text01 {
    margin-bottom: 2rem;
  }
}



/* ------------------- under_main ------------------- */

#under_main {
  background: #558D74;
}
#under_main .common_inner {
  padding: 4rem 2.5rem 4rem;
}
#under_main .title01 {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.4rem;
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.2);
}
#under_content .common_content {
  padding: 4rem;
  margin-bottom: 8rem;
  border: 1px solid #B39192;
  background-color: rgba(255, 255, 255, 0.2);
}
#under_content .text01 {
  line-height: 1.9rem;
}
#under_content dl {
  padding-top: 4rem;
}
#under_content dl dt {
  margin-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#under_content dl dd {
  margin-bottom: 4rem;
}
#under_content dl dd:last-child {
  margin-bottom: 0;
}
#under_content .list01 {
  padding: 1.6rem 0;
}
#under_content ul li {
  padding-left: 1.4rem;
  position: relative;
}
#under_content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width:767px) {
  #under_content .common_content {
    padding: 2rem 1.5rem;
    margin-bottom: 4rem;
  }
  #under_content .text01 {
    line-height: 1.7rem;
  }
  #under_content dl dd {
    margin-bottom: 3rem;
  }
}



