/*============================
イントロ
============================*/
.intro_wrap {
  position: relative;
  z-index: 1;
}

.intro_wrap .textbox .catch_wrap {
  text-align: center;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 640px) {
  .intro_wrap .textbox .catch_wrap {
    text-align: center;
    padding-bottom: 0.20rem;
  }
}

.intro_wrap .textbox .catch_wrap .sub_title {
  font-size: 0.20rem;
  font-weight: 700;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
  .intro_wrap .textbox .catch_wrap .sub_title {
    font-size: 0.15rem;
    padding-bottom: 0.10rem;
    line-height: 1.45;
  }
}

.intro_wrap .textbox .catch_wrap .catch {
  font-size: 0.34rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .intro_wrap .textbox .catch_wrap .catch {
    font-size: 0.24rem;
  }
}

.intro_wrap .textbox .text {
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
  .intro_wrap .textbox .text {
    font-size: 0.15rem;
    line-height: 1.875;
    text-align: justify;
    letter-spacing: 0.05em;
  }
}

/* アンカーリンク */
.intro_wrap .anc_link_wrap {
  padding-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .intro_wrap .anc_link_wrap {
    padding-top: 0.20rem;
  }
}

.intro_wrap .anc_link_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(226, 235, 174, 0.5);
  border-radius: 0.10rem;
  padding: 0.15rem 0;
}

@media screen and (max-width: 640px) {
  .intro_wrap .anc_link_wrap .list {
    border-radius: 0.06rem;
    padding: 0.12rem 0.025rem 0;
  }
}

.intro_wrap .anc_link_wrap .list .link {
  width: 100%;
  max-width: 2.80rem;
  padding: 0 0.07rem;
}

@media screen and (max-width: 640px) {
  .intro_wrap .anc_link_wrap .list .link {
    width: calc(50% - 0.05rem);
    max-width: 50%;
    padding: 0 0.05rem 0.10rem;
    box-sizing: border-box;
  }
}

.intro_wrap .anc_link_wrap .list .link a {
  display: block;
  line-height: 0;
  padding: 0.24rem 0 0.26rem;
  background-color: #00913A;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #FFF;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .intro_wrap .anc_link_wrap .list .link a {
    padding: 0.20rem 0 0.22rem;
    font-size: 0.15rem;
  }
}

.intro_wrap .anc_link_wrap .list .link a:hover {
  background-color: #FFF;
  color: #00913A;
  box-shadow: 0 0.01rem 0.06rem rgba(0,0,0,0.2);
}

.intro_wrap .anc_link_wrap .list .link a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.07rem 0.05rem 0 0.05rem;
  border-color: #FFF transparent transparent transparent;
  opacity: 0.5;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .intro_wrap .anc_link_wrap .list .link a::after {
    border-width: 0.04rem 0.04rem 0 0.04rem;
    right: 0.10rem;
  }
}

.intro_wrap .anc_link_wrap .list .link a:hover::after {
  border-color: #00913A transparent transparent transparent;
  top: 55%;
}

/*============================
当塾の強み
============================*/
.feature_wrap {
  padding-top: 1.00rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .feature_wrap {
    padding-top: 0.60rem;
    position: relative;
  }
}

.feature_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.20rem;
}

.feature_wrap .list .detail {
  width: 100%;
  max-width: 3.67rem;
  padding: 0 0.20rem 0.40rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.feature_wrap .list .detail .ph_wrap {
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .ph_wrap {
    padding-bottom: 0.10rem;
  }
}

.feature_wrap .list .detail .ph_wrap img {
  display: block;
  height: 2.00rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .ph_wrap img {
    height: 1.50rem;
  }
}

.feature_wrap .list .detail .textbox .title {
  text-align: center;
  padding-bottom: 0.15rem;
  font-weight: 700;
  font-size: 0.20rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .textbox .title {
    padding-bottom: 0.05rem;
  }
}

.feature_wrap .list .detail .textbox .title .sub_text {
  font-size: 0.15rem;
  display: block;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .textbox .title .sub_text {
    font-size: 0.13rem;
    padding-bottom: 0.05rem;
  }
}

.feature_wrap .list .detail .textbox .text {
  font-size: 0.15rem;
  line-height: 1.875;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .textbox .text {
    text-align: justify;
  }
}

/*============================
コース内容
============================*/
.course_wrap {
  margin-top: 1.00rem;
  padding-bottom: 0.60rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .course_wrap {
    margin-top: 0.60rem;
  }
}

.course_wrap::before {
  content: "";
  width: calc(50% + 6.60rem);
  height: calc(100% - 0.40rem);
  background-color: rgba(226, 235, 174, 0.5);
  position: absolute;
  left: 0;
  top: 0.40rem;
  border-radius: 0 0.20rem 0.20rem 0;
}

@media screen and (max-width: 640px) {
  .course_wrap::before {
    top: 0.35rem;
    border-radius:0;
  }
}

.course_wrap .course_list_wrap .cat_title {
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .cat_title {
    font-size: 0.24rem;
    padding-bottom: 0.20rem;
  }
}

.course_wrap .course_list_wrap:nth-child(odd) {
  padding-top: 0.30rem;
}

.course_wrap .course_list_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.20rem;
}

.course_wrap .course_list_wrap .list .detail {
  width: 100%;
  max-width: 5.80rem;
  border: 2px solid #00913A;
  border-radius: 0.10rem;
  padding: 0.20rem;
  background-color: #FFF;
  box-sizing: border-box;
  margin: 0 0.20rem 0.40rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail {
    margin: 0 0.20rem 0.20rem;
  }
}

.course_wrap .course_list_wrap .list .detail .title_wrap {
  display: flex;
  align-items: center;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .title_wrap {
    flex-wrap: wrap;
  }
}

.course_wrap .course_list_wrap .list .detail .title_wrap .title {
  font-size: 0.26rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .title_wrap .title {
    font-size: 0.18rem;
  }
}

.course_wrap .course_list_wrap .list .detail .title_wrap .taisho {
  display: block;
  border-radius: 0.20rem;
  font-size: 0.13rem;
  color: #FFF;
  padding: 0.06rem 0.10rem 0.08rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .title_wrap .taisho {
    font-size: 0.12rem;
    padding: 0.04rem 0.10rem 0.06rem;
  }
  .course_wrap .course_list_wrap .list .detail .title_wrap .taisho.sp_block {
    margin-top: 0.10rem;
  }
}

.course_wrap .course_list_wrap .list .detail .text {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .text {
    font-size: 0.14rem;
    line-height: 1.875;
  }
}

.course_wrap .course_list_wrap .list .detail .course_text_list {
  list-style-position: outside;
  margin: 0;
  padding: 0;
  margin-left: 0.20rem;
  font-size: 0.15rem;
  font-weight: 600;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .course_text_list {
    font-size: 0.14rem;
    line-height: 1.65;
    padding: 0.05rem 0;
  }
}

.course_wrap .small_caption {
  font-size: 0.14rem;
  line-height: 1.75;
}

/*============================
流れ
============================*/
.flow_wrap {
  margin-top: 1.00rem;
  padding-bottom: 0.60rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .flow_wrap {
    margin-top: 0.60rem;
    padding-bottom: 0.20rem;
  }
}

.flow_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flow_wrap .list {
    display: block;
  }
}

.flow_wrap .list .detail {
  width: 100%;
  max-width: 2.20rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flow_wrap .list .detail {
    max-width: 100%;
    padding-bottom: 0.50rem;
  }
}

.flow_wrap .list .detail::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.14rem 0 0.14rem 0.10rem;
  border-color: transparent transparent transparent #CCC;
  position: absolute;
  top: 0.75rem;
  right: -0.15rem;
}

@media screen and (max-width: 640px) {
  .flow_wrap .list .detail::after {
    border-width: 0.10rem 0.15rem 0 0.15rem;
    border-color: #CCC transparent transparent transparent;
    top: auto;
    bottom: 0.20rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.flow_wrap .list .detail:last-child::after {
  content: none;
}


.flow_wrap .list .detail .ph_wrap img {
  display: block;
  margin: auto;
  max-height: 1.55rem;
}

.flow_wrap .list .detail .textbox {
  padding-top: 0.10rem;
}

.flow_wrap .list .detail .textbox .title {
  font-size: 0.20rem;
  font-weight: 700;
  line-height: 1.5;
  min-height: 0.70rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flow_wrap .list .detail .textbox .title {
    min-height: auto;
  }
}

.flow_wrap .list .detail .textbox .text {
  font-size: 0.15rem;
  line-height: 1.75;
  text-align: justify;
}

/*============================
受講料
============================*/
.fee_wrap {
  margin-top: 1.00rem;
  padding-bottom: 0.60rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .fee_wrap {
    margin-top: 0.60rem;
  }
}

.fee_wrap::before {
  content: "";
  width: calc(50% + 6.60rem);
  height: calc(100% - 0.40rem);
  background-color: rgba(226, 235, 174, 0.5);
  position: absolute;
  left: 0;
  top: 0.40rem;
  border-radius: 0 0.20rem 0.20rem 0;
}

@media screen and (max-width: 640px) {
  .fee_wrap::before {
    top: 0.35rem;
    border-radius: 0;
    height: calc(100% - 0.60rem);
  }
}

.fee_wrap .fee_box {
  padding-bottom: 0.30rem;
}

.fee_wrap .small_caption {
  font-size: 0.13rem;
  line-height: 1.65;
}

@media screen and (max-width: 640px) {
  .fee_wrap .small_caption {
    font-size: 0.12rem;
    line-height: 1.65;
  }
}

.fee_wrap .fee_box + .small_caption {
  margin-top: -0.20rem;
}

.fee_wrap .fee_box .fee_cat_title {
  font-size: 0.24rem;
  font-weight: 700;
  color: #FFF;
  padding: 0.10rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box .fee_cat_title {
    font-size: 0.16rem;
    line-height: 1.35;
    display: block;
  }
}

.fee_wrap .fee_box .fee_cat_title .small_text {
  font-size: 0.16rem;
  padding-left: 0.10rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box .fee_cat_title .small_text {
    font-size: 0.12rem;
    font-weight: 500;
    padding-left: 0;
    display: block;
    line-height: 1.5;
    padding-top: 0.08rem;
  }
}

.fee_wrap .fee_box table {
  width: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box .sp_scr_wrap {
    overflow-x: scroll;
    position: relative;
  }
  .fee_wrap .fee_box .sp_scr_wrap::after {
    content: "※料金表は横にスクロールできます";
    display: block;
    font-size: 0.12rem;
    padding: 0.10rem 0;
  }
  .fee_wrap .fee_box table {
    width: 9.00rem;
  }
}

.fee_wrap .fee_box table th {
  font-size: 0.18rem;
  font-weight: 700;
  padding: 0.15rem 0;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table th {
    font-size: 0.15rem;
  }
}

.fee_wrap .fee_box table td {
  background-color: #FFF;
  font-size: 0.18rem;
  padding: 0.20rem 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table td {
    background-color: #FFF;
    font-size: 0.15rem;
    padding: 0.15rem 0;
  }
}

.fee_wrap .fee_box table th .small_text,
.fee_wrap .fee_box table td .caption {
  font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table th .small_text,
  .fee_wrap .fee_box table td .caption {
    font-size: 0.13rem;
  }
}

.fee_wrap .fee_box table td .tax {
  font-size: 0.12rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table td .tax {
    font-size: 0.10rem;
  }
}

.margin-top {
  margin-top: 1.00rem;
}