@charset "utf-8";
/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  height: 1036px;
  background: url("../images/mv_img.jpg") center no-repeat;
  background-size: cover
}
.top_mainvisual .inner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  top: 316px;
  right: 15px;
  text-align: right;
}
.mainvisual_catch p {
margin-left: auto;
}

.mv_btn_list {
  position: absolute;
  left: 0;
  right: 0;
  width: 96%;
  max-width: 1300px;
  margin: auto;
  top: -402px;
  z-index: 1;
  padding-right: 3.8%;
}
.mv_btn_item {
  text-align: right;
  margin-bottom: 25px
}

/*==================================================================

  .top_concept

==================================================================*/
.top_concept {
  text-align: center;  
}
.top_concept_tit {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #375660;
  padding-top: 45px;
  position: relative;
  padding-left: 2%;
}
.top_concept_tit::before {
  position: absolute;
  top: -210px;
  left: -246px;
  right: 0;
  margin: auto;
  background: url("../images/concept_text_bg.png") top center no-repeat;
  width: 1036px;
  height: 645px;
  content: "";
  z-index: -1;
}
.top_concept_tit strong {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  background: rgb(147,205,131);
  background: linear-gradient(90deg, rgba(147,205,131,1) 0%, rgba(78,191,196,1) 100%);
  line-height: 1;
  position: relative;
  left: -8px;
  border-radius: 10px;
}
.top_concept_text {
  background: url("../images/concept_bg.jpg") center no-repeat;
  background-size: cover;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2.22;
  margin-top:5.7%;
  padding-top: 6.3%;
  padding-bottom: 8.7%;
  position: relative;
}
.top_concept_text::before {
  position: absolute;
  top: 20.5%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/concept_kazari_en.png") center no-repeat;
  width: 90%;
  max-width: 1602px;
  height: 452px;
  content: "";
  background-size: 100%;
}
.top_concept_text p {
  margin-bottom: 2%;
}
/*==================================================================

  .top_about

==================================================================*/
.top_about {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 3%;
  overflow: hidden;
}
.top_about_list {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding-top: 3.9%;
}
.top_about_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 7.6%;
}
.top_about_detail {
  text-align: left;
  width: 600px;
  position: relative;
  z-index: 2;
}
.top_about_ill {
  position: relative;
  z-index: 1;
}
.top_about .top_point_ill::before {
  content: none;
}
.top_about_item_text {
  font-size: 22px;
  line-height: 2;
  color: #333;
  letter-spacing: 0;
  padding-bottom: 6%;
}


/*==================================================================

  .top_movie

==================================================================*/
.top_movie {
  padding-top: 7.5%;
  text-align: center;
  padding-bottom: 9.3%;
  position: relative;
  z-index: 1;
}
.top_movie::before {
  position: absolute;
  top: -64px;
  left: auto;
  right: 290px;
  margin: auto;
  background: url("../images/movie_bg.png") top center no-repeat;
  width: 1145px;
  height: 621px;
  content: "";
  z-index: -1;
}
.top_movie::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 461px;
  background: rgb(189,229,230);
  background: linear-gradient(90deg, rgba(189,229,230,1) 0%, rgba(222,236,216,1) 100%);
  content: "";
  z-index: -1;
}
.c-text {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #312927;
}
.top_movie_list {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1040px;
  margin: 6.9% auto 0;

}
.top_movie_item {
  width: 47.8%;

}

.top_movie_item_tit {
  display: inline-block;
  font-size: 18px;
  font-family: "Futo Go B101";
  color: #375660;
  background: #fff;
  line-height: 1.4;
  border-radius: 100vh;
  margin-top: 16.4%;
  padding: 7px 10px;
  letter-spacing: 0.04em;
  min-width: 461px;
}
.top_movie_content {
  width: 88%;
  position: relative;
  z-index: 1
}
.top_movie_content::before {
  position: absolute;
  left: 40px;
  bottom: -40px;
  width: 100%;
  height: 100%;
  background: rgba(145,190,124,0.71);
  content: "";
  z-index: -1;
}
.top_movie_item:last-child .top_movie_content {
  margin-left: auto;
}
.top_movie_item:last-child .top_movie_content::before {
  left: auto;
  right: 40px;
  background: rgba(178,210,230,0.61);
}
/*==================================================================

  .top_point

==================================================================*/
.top_point {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 3%;
  overflow: hidden;
}
.top_point_list {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding-top: 3.9%;
}
.top_point_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 7.6%;
}
.top_point_detail {
  text-align: left;
  width: 600px;
  position: relative;
  z-index: 2;
}
.top_point_ill {
  width: 47%;
  position: relative;
  z-index: 1;
  padding-top:5%;
}
.top_about .top_point_ill::before {
  content: none;
}
.top_point_ill::before {
  position: absolute;
  width: 300%;
  height: 93.4%;
  left: -107px;
  top: 0;
  content: "";
  background: rgb(195,219,186);
background: linear-gradient(90deg, rgba(195,219,186,1) 0%, rgba(222,236,216,1) 100%);
  opacity: 0.48;
  z-index: -1;
}
.top_point_item_tit {
  font-family: "Futo Go B101";
  color: #42a598;
  letter-spacing: 0.03em;
  font-size: 38px;
  padding-top: 2.5%;
  padding-bottom: 5.9%;
}
.top_point_item_text {
  font-size: 22px;
  line-height: 2;
  color: #333;
  letter-spacing: 0;
  padding-bottom: 6%;
}
.top_point_item_text p {
  margin-bottom: 4.9%
}
.top_point_item:nth-child(1) .top_point_ill img {
    position: absolute;
    right: -9.4%;
    max-width: 619px;
    top: 12%;
}
.top_about .top_point_item:nth-child(1) .top_point_ill img{
  position: absolute;
  right: -9.4%;
  max-width: 619px;
  top: 0;
}
.top_point_item:nth-child(odd) .top_point_detail {
  order: -1;
}

.top_point_item:nth-child(even) .top_point_ill::before {
  left: auto;
  right: -107px;
}
.top_point_item:nth-child(even) .top_point_detail {
width: 49%;
}

.top_point_item:nth-child(even) .btn01 {
  text-align: right;
  margin-right: 9%;
}

.top_point_item:nth-child(3) .top_point_ill {
  padding-bottom: 7.4%;
}
.top_point_item:nth-child(4) .top_point_ill {
  padding-top: 8.1%;
  padding-bottom: 10%;
}


/*==================================================================

  .top_point

==================================================================*/
.top_voice{
  padding-top: 4%;
  padding-bottom: 6.5%;
}
.top_curriculum{
  padding-top: 4%;
  padding-bottom: 6.5%;
}
.top_curriculum_list{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


/*==================================================================

  .top_recommend

==================================================================*/
.top_recommend {
  position: relative;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 6.5%;
}
.top_recommend .tit01 {
  margin-bottom: 1.5%;
}
.top_recommend::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(189,229,230);
  background: linear-gradient(90deg, rgba(189,229,230,1) 0%, rgba(222,236,216,1) 100%);
  content: "";
  opacity: 0.48;
  z-index: -1;
}
.top_recommend_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding-top: 4.7%;
}
.top_recommend_item {
  display: flex;
  justify-content: space-between;
  width: 30%;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 3.1% 2.3% 2.3% 4.5%;
  margin-bottom: 4.7%;
}
.top_recommend_item_num {
  position: absolute;
  top: -25px;
  left: 16px;
}
.top_recommend_item_tit {
  font-size: 20px;
  letter-spacing: 0.1em;
}
/*==================================================================

  .top_flow

==================================================================*/
.top_flow {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 5.5%;
}
.top_flow h2{
  text-align: left;
  border-bottom: solid 3px #21acaf;
  font-size: 28px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
}
.top_flow h2::before {
  border-bottom: solid 3px #fc878b;
}
.top_flow .tit01 {
  margin-bottom: 2.8%;
}
.top_flow_list {
  text-align: left;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 6.5%;
}

.top_flow_item {
  display: flex;
  margin-bottom: 5.1%
}
.top_flow_item_detail {
  width: 50%;
  background: rgb(231,242,227);
  background: linear-gradient(90deg, rgba(231,242,227,1) 0%, rgba(222,236,216,1) 100%);
  padding: 3.5% 10.7% 4% 8.9%;
}
.top_flow_item_img {
  width: 50%;
}
.top_flow_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_flow_item_tit {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #42a598;
  font-family: "Futo Go B101";
  padding-bottom: 3.5%;
  position: relative;
}
.top_flow_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -76px;
  top: -1px;
  width: 55px;
  height: 55px;
  background: #42a598;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  border-radius: 100%;
}
.top_flow_item:not(:last-child) .top_flow_item_num::before {
  position: absolute;
  top: 50px;
  left: 26px;
  width: 2px;
  height: 230px;
  background: #42a598;
  content: ""
}

.top_flow_item_text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.66;
}

/*==================================================================

  .top_difference

==================================================================*/
.top_difference {
  padding-top: 7.9%;
  padding-bottom: 9.4%;
  vertical-align: middle;
  text-align: center;
  
}
.tb_diff {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin-top: 5%;
}
.tb_diff tr th:first-child {
  width: 19.9%;
  background: #e7f2e3;
}
.tb_diff th { 
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 17px;
  letter-spacing: 0;
  background: #e5e5e5;
  height: 76px;
}
.tb_diff td {
  width: calc((100% - 19.9%) / 3);
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-size: 15px;
  letter-spacing: 0.1em;
  height: 81px;
}

.tb_diff tr:first-child th:nth-child(2) {
  background: #c76367;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 18px;
  border-left: solid 2px #c76367;
  border-right: solid 2px #c76367;
  border-top: solid 1px #c76367;
}
.tb_diff td.item_teco {
  border-left: solid 2px #c76367;
  border-right: solid 2px #c76367;
}
.tb_diff tr:last-child td.item_teco {
  border-bottom: solid 2px #c76367;
}
.tb_diff td.item_none {
  position: relative;
}
.tb_diff td.item_none::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90px;
  height: 1px;
  background: #aaa;
  margin: auto;
  content: "";
}
.tb_diff tr:last-child td {
  height: 160px;
}
.top_diff_td_list > li {
  padding-left: 8.3%;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 2%;
  line-height: 1.6;
  position: relative;
}
.top_diff_td_list > li::before {
  position: absolute;
  left: 12px;
  content: "・";
}
.tb_diff hr {
  border: 0;
  border-top: 1px solid #333;
  padding: 0;
  width: 30%;
  margin: 0 auto;
}
/*==================================================================

  .top_point

==================================================================*/
.top_qa{
  padding-top: 4%;
  padding-bottom: 6.5%;
}
.qa1{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


/*==================================================================

  .top_cv

==================================================================*/
.top_cv {
  background: url("../images/top_cv_bg.jpg") center left -140px no-repeat;
  background-size: cover;
  height: 515px;
  text-align: center;
  padding-top: 1.4%;
  background-color: #e7f2e3;
}
.top_cv_tit {
  color: #405d65;
  font-size: 37px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 0.8%;
}
.top_cv_text {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #405d65;
}
.top_cv_tit.item_contact {
  font-size: 20px;
  padding-bottom: 0;
  padding-top: 0.8%;
}

.top_cv_btn_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 996px;
  margin: auto;
  padding-top: 2%;
}

.top_cv_btn_item:nth-child(1) {
  width: 40%;
  max-width: 398px;
}
.top_cv_btn_item:nth-child(2) {
  width: 60%;
  max-width: 560px;
}
.top_cv_btn_item a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: rgb(148,197,127);
  background: linear-gradient(90deg, rgba(148,197,127,1) 0%, rgba(70,188,178,1) 100%);
  border-radius: 100vh;
  box-shadow: 0 0 30px rgba(49,41,39,0.2);
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
  transition: ease-in-out 0.2s;
}
.top_cv_btn_item a::before{
  position: absolute;
  right: 24px;
  top: 22px;
  background: url("../images/top_cv_btn_arrow01.png") center no-repeat;
  width: 34px;
  height: 34px;
  content: "";
  transition: ease-in-out 0.2s;
}
.top_cv_btn_item:nth-child(2) a {
  background: rgb(223,131,135);
  background: linear-gradient(90deg, rgba(223,131,135,1) 0%, rgba(224,99,105,1) 100%);
}
.top_cv_btn_item:nth-child(2) a::before {
  background-image: url("../images/top_cv_btn_arrow02.png");
}
.top_cv_btn_item a:hover {
  opacity: 0.8;
}
.top_cv_btn_item a:hover::before {
  right: 14px;
}
.mv_btn_item img {
  width: 40%;
}
/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }
  .tit01 {
  margin-bottom: 25px;
  }

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .mv_btn_item img{
    width: 100%;
  }
  .top_mainvisual{
    height:450px;
  }

  .mainvisual_wrap{
    height: 450px;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    bottom: 40px;
    width: 94%;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 15px;
  }
  .mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }
  .mv_btn_list {
    position: static;
    padding-right: 0;
    width: 90%;
    margin-top: -20px;
  }
  .mv_btn_item {
    margin-bottom: 15px;
  }

  /* メインスライド */
  #slick_fade{
    height: 450px;
  }
  #slick_fade .slide_item img{
    height: 450px;
  }

  /*==================================================================

    .top_concept

  ==================================================================*/

  .top_concept_tit {
    font-size: 19px;
    line-height: 1.5;
    width: 100%;
    padding-left: 0;
    letter-spacing: 0.03em;
  }
  .top_concept_tit::before {
    width: 100%;
    left: -5%;
    right: 0;
    top: -80px;
    margin: auto;
    background-size: 120%;
    background-position: top right;
  }
  .top_concept_text {
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.8;
    width: 100%;
    padding: 50px 7% 40px;
  }
  .top_concept_text::before {
    height: 100px;
    top: 20px;
  }
  .top_concept_text p {
    margin-bottom: 20px;
  }
  
  .c-text {
    font-size: 15px;
  }

  /*==================================================================

  .top_about

  ==================================================================*/
  .top_about_item{
    flex-direction: column-reverse;
  }

  .top_about_detail{
    width: 100%;
    margin-top: 20px;
  }

  .top_about_item_text{
    font-size: 18px;
    line-height: 1.8;
  }

  /*==================================================================

    .top_movie

  ==================================================================*/
  .top_movie {
    padding-bottom: 15px;
  }
  .top_movie_list {
    display: block;
    width: 84%;
  }
  .top_movie_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .top_movie_item_tit {
    min-width: 100%;
  }
  .top_movie .c-text {
    width: 90%;
    margin: auto;
    line-height: 1.6;
  }
  .top_movie_item_tit {
    font-size: 15px;
  }
  .top_movie::after {
    height: 67%;
  }
  /*==================================================================

    .top_point

  ==================================================================*/
  .top_point {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .top_point_item {
    display: block;
  }
  .top_point_ill {
    width: 100%;
  }
  .top_point_ill img {
    width: 100% !important;
    height: auto;
  }
  .top_point_detail {
    width: 100% !important;
    padding-top: 15px;
  }
  .top_point_item:nth-child(1) .top_point_ill img {
    position: static;
  }
  .top_point_item_tit {
    font-size: 20px;
  }
  .top_point_item_num {
    width: 100px
  }
  .top_point_item:nth-child(even) .btn01 {
    margin-right: 0;
  }
  
  /*==================================================================

    .top_recommend

  ==================================================================*/
  .top_recommend {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .top_recommend_item {
    width:48%;
    padding: 80px 10px 20px;
    margin-bottom: 30px;
    
  }
  .top_recommend .tit01 {
    font-size: 20px;
  }
  .top_recommend .tit01_en {
    font-size: 30px;
  }
  .top_recommend .c-text {
    width: 90%;
    margin: 25px auto;
  }
  .top_recommend_item_tit {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    letter-spacing: 0;
  }
  .top_recommend_item_icon {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .top_recommend_item_icon img {
    height: 50px; 
    width: 60px;
    object-fit: contain;
    
  }
  .top_recommend_item_num {
    top: -15px;
    left: -8px;
    width: 45px;
  }
  /*==================================================================

  .top_voice

  ==================================================================*/
  .c-card01{
    flex-direction: column;
    row-gap: 50px;
  }
  .c-card01__item{
    width: 100%;
    margin :auto 0;
  }
  .c-card01__item-link{
    padding: 18px 20px 17px 20px;
  }
  .c-card01__item-head{
    column-gap: 20px;
  }
  .c-card01__item-head-ico{
    height: auto;
  }
  .c-card01__item-head-ico img{
    width: auto;
    height: auto;
  }
  .c-card01__item-head-tit{
    font-size: 18px;
  }
  .c-card01__item-txt{
    font-size: 16px;
  }
  /*==================================================================

    .top_flow

  ==================================================================*/
  .top_flow {
    padding-top: 50px;
  }
  .top_flow h2{
    font-size: 26px;
  }
  .top_flow .c-text {
    width: 90%;
    margin: 20px auto;
  }
  .top_flow_item {
    display: block;
  }
  .top_flow_item_detail {
    width: 100%;
    padding: 20px 10px 15px 55px;
  }
  .top_flow_item_img {
    width: 100%;
  }
  .top_flow_item_tit {
    font-size: 21px;
  }
  .top_flow_item_num {
    left: -44px;

    width: 35px;
    height: 35px;
    font-size: 24px;
    z-index: 1;
  }
  .top_flow_item:not(:last-child) .top_flow_item_num::before {
    height: 72vw;
    left: 16px;
    top: 35px;
    z-index: -1;
  }
  .top_flow_item_text {
    line-height: 1.6;
  }
  
  /*==================================================================

    .top_cv

  ==================================================================*/
  .top_cv {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/cv_bg_sp.jpg");
    background-position: bottom center;
  }
  .top_cv_catch {
    width: 60%;
    margin: auto;
  }
  .top_cv_tit {
    font-size: 22px;
  }
  .top_cv_text {
  font-size: 14px;
  }
  .top_cv_btn_list {
    display: block;
    padding-top: 20px;
  }
  .top_cv_btn_item {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .top_cv_btn_item a  {
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    padding-right: 26px;
  }
  .top_cv_btn_item a::before {
    width: 25px;
    height: 25px;
    top: 14px;
    right: 11px;
    background-size: 100%;
  }
  .top_cv_tit.item_contact {
  width: 90%;
  margin: auto;
  }

  /*==================================================================

    .top_difference

  ==================================================================*/
  .top_difference {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .tb_diff_wrapper {
    width: 90%;
    margin: auto;
    overflow: scroll;
  }
   .tb_diff {
     width: 700px;
     margin-top:5px;
     
   }
   .tb_diff tr th:first-child {
     width: 13%
     
   }
   .tb_diff th {
     font-size: 15px;
   }
   .tb_diff td {
     font-size: 14px;
     letter-spacing: 0;
     padding: 10px;
   }
   .tb_diff td br {
     display: none;
   }
   .tb_diff tr:first-child th:nth-child(2) {  
     font-size: 15px;
    }
  
  
  
  
  
  
  
  
}











