/*============================
MV
============================*/
.mv .mv_wrap {
  position: relative;
  height: 8.00rem;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap {
    height: auto;
  }
}

.mv .mv_wrap .ph_wrap {
  max-width: 8.00rem;
  height: 6.80rem;
  width: 100%;
  position: absolute;
  right: -0.40rem;
  bottom: 0.30rem;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap .ph_wrap {
    max-width: calc(100% - 0.20rem);
    height: 3.20rem;
    width: 100%;
    position: relative;
    right: -0.40rem;
    bottom: auto
    z-index: 1;
    margin-top: 1.20rem;
  }
}

/* MV写真 */
.mv .mv_wrap .ph_wrap .ph {
  width: 2.55rem;
  height: 6.00rem;
  overflow: hidden;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap .ph_wrap .ph {
    width: 31.5%;
    height: 80%;
    overflow: hidden;
    position: absolute;
  }
}

.mv .mv_wrap .ph_wrap .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .mv_wrap .ph_wrap .ph:nth-child(1) {
  left: 0;
  bottom: 0;
}

.mv .mv_wrap .ph_wrap .ph:nth-child(2) {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mv .mv_wrap .ph_wrap .ph:nth-child(3) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* キャッチ */
.mv .mv_wrap .text_wrap {
  position: absolute;
  top: 3.00rem;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap .text_wrap {
    position: relative;
    top:auto;
    margin-top: -0.65rem;
    padding-bottom: 0.20rem;
  }
}

.mv .mv_wrap .text_wrap .lead {
  font-size: 0.40rem;
  font-family: 'Shippori Mincho', serif;
  line-height: 1.73;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap .text_wrap .lead {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: 0.1em;
    text-shadow: 0 0 0.04rem #FFF, 0 0 0.08rem #FFF;
  }
}

.mv .mv_wrap .text_wrap .lead_img {
  margin-top: 0.30rem;
  transform: rotate(-3deg);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .mv .mv_wrap .text_wrap .lead_img {
    margin-top: 0.20rem;
    width: 2.00rem;
    margin-left: auto;
    top: -0.15rem;
    transform: rotate(-5deg);
  }
}

/* アンカーリンク */
.mv .mv_nav_wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 11.00rem;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
  }
}

.mv .mv_nav_wrap .list {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.10rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.06rem rgba(0,0,0,0.4);
}

.mv .mv_nav_wrap .list .detail {
  width: calc(100% / 7);
  position: relative;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap .list .detail {
    width: 100%;
  }
}

.mv .mv_nav_wrap .list .detail::before {
  content: "";
  width: 1px;
  height: 100%;
  background-image: url(../img/top/mv_navi_border.png);
  background-position: right top;
  background-repeat: repeat-x;
  background-size: 1px auto;
  position: absolute;
  right: 0;
  top: 0.15rem;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap .list .detail::before {
    content: "";
    width: 100%;
    height: 1px;
    background-image: none;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: #CCC;
  }
}

.mv .mv_nav_wrap .list .detail:last-child:before {
  content: none;
}

.mv .mv_nav_wrap .list .detail a {
  display: block;
  text-align: center;
  padding: 0.15rem 0;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap .list .detail a {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .mv .mv_nav_wrap .list .detail a::after {
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    background-image: url(../img/common/glo_navi_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}

.mv .mv_nav_wrap .list .detail a:hover {
  background-color: #EEF5C8;
}

.mv .mv_nav_wrap .list .detail a .icon {
  height: 0.36rem;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap .list .detail a .icon {
    width: 0.80rem;
    text-align: center;
    height: 0.30rem;
  }
}

.mv .mv_nav_wrap .list .detail a .icon img {
  height: 100%;
}

.mv .mv_nav_wrap .list .detail a .text {
  font-size: 0.16rem;
  color: #231815;
  padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
  .mv .mv_nav_wrap .list .detail a .text {
    font-size: 0.15rem;
    padding-top: 0;
  }
}

.mv .mv_nav_wrap .list .detail a .en_text {
  font-family: 'Roboto', sans-serif;
  font-size: 0.10rem;
  letter-spacing: 0.20em;
  color: #00913A;
  padding-top: 0.10rem;
}

/*===========================
TOPICS
===========================*/
.topics_wrap {
  margin-top: 0.90rem;
  padding-bottom: 0.65rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .topics_wrap {
    padding-bottom: 0.45rem;
  }
}

.topics_wrap::before {
  content: "";
  width: calc(100% - 0.60rem);
  height: 100%;
  background-color: rgba(237, 245, 214, 0.5);
  position: absolute;
  left: 0;
  top: -0.15rem;
  border-radius: 0 0.20rem 0.20rem 0;
}

@media screen and (max-width: 640px) {
  .topics_wrap::before {
    width: calc(100% - 0.10rem);
    border-radius: 0 0.10rem 0.10rem 0;
  }
}

.topics_wrap .in {
  position: relative;
}

.topics_wrap .title_wrap {
	display: flex;
	align-items: end;
	padding-bottom: 0.30rem;
}

.topics_wrap .title_wrap span {
	display: inline-block;
	font-size: 0.36rem;
	font-weight: 500;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 640px) {
  .topics_wrap .title_wrap span {
    font-size: 0.26rem;
  }
}

.topics_wrap .title_wrap span::before {
	content: "";
	width: 100%;
	height: 0.05rem;
	background-color: #00913A;
	position: absolute;
	left: 0;
	top: -0.20rem;
}

.topics_wrap .title_wrap .jp_text {
	font-size: 0.18rem;
	font-weight: 600;
	padding-left: 0.20rem;
	position: relative;
	top: -0.03rem;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .topics_wrap .title_wrap .jp_text {
    font-size: 0.13rem;
    padding-left: 0.10rem;
    top: -0.02rem;
  }
}

/* スライダーボタン */
.topics_wrap .slick-next,
.topics_wrap .slick-prev {
  width: 0.50rem;
  height: 0.50rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .topics_wrap .slick-next,
  .topics_wrap .slick-prev {
    width: 0.30rem;
    height: 0.30rem;
  }
}

.topics_wrap .slick-next::before,
.topics_wrap .slick-prev::before {
  content: "";
  width: 0.50rem;
  height: 0.50rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .topics_wrap .slick-next::before,
  .topics_wrap .slick-prev::before {
    width: 0.30rem;
    height: 0.30rem;
  }
}

.topics_wrap .slick-prev {
  left: auto;
  right: 0.60rem;
  top: -0.40rem;
  background-image: url(../img/common/slider_arrow_prev.svg);
}

@media screen and (max-width: 640px) {
  .topics_wrap .slick-prev {
    right: 0.40rem;
  }
}

.topics_wrap .slick-next {
  left: auto;
  right: 0;
  top: -0.40rem;
  background-image: url(../img/common/slider_arrow_next.svg);
}

.topics_wrap .slide_btn_wrap .slide_btn.slick-prev {
  background-image: url(../img/common/slider_arrow_prev.svg);
}

.topics_wrap .slide_btn_wrap .slide_btn.slick-next {
  background-image: url(../img/common/slider_arrow_next.svg);
}

/* スライダー */
.topics_wrap .slides {
  /* display: flex;
  flex-wrap: wrap; */
  /* width: calc(100vw); */
  margin-left: -0.10rem;
  z-index: 1;
}

.topics_wrap .slides::before {
  content: "";
  width: calc(50vw - 6.00rem);
  background-color: #F6FAEA;
  height: calc(100% + 0.40rem);
  position: absolute;
  left: calc(50% - 50vw);
  top: -0.20rem;
  z-index: 2;
}

.slick-list {
  overflow: visible;
}

.topics_wrap .slide {
  width: 5.00rem;
  padding: 0 0.10rem;
  box-sizing: border-box;
}

.topics_wrap .slide a {
  display: block;
}

.topics_wrap .slide a:hover {
  opacity: 0.7;
}

.topics_wrap .slide img {
  display: block;
  width: 100%;
  box-shadow: 0 0.02rem 0.04rem rgba(0,0,0, 0.2);
}

/*===========================
動画
===========================*/
.mov_wrap {
  padding-top: 1.00rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mov_wrap {
    padding-top: 0.50rem;
  }
}

.mov_wrap .mov {
  width: 100%;
  max-width: 8.40rem;
  margin: auto;
}

.mov_wrap .mov video {
  width: 100%;
  box-shadow: 0 0.02rem 0.06rem rgba(0,0,0,0.3);
}

/*===========================
選ばれる理由
===========================*/
.reason_wrap {
  margin-top: 1.00rem;
  position: relative;
  z-index: 1;
}

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

.reason_wrap .in {
  padding-top: 2.40rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .in {
    padding-top: 0;
  }
}

.reason_wrap .in::before {
  content: "";
  width: 8.80rem;
  height: 5.87rem;
  border-radius: 0 0.10rem 0.10rem 0;
  overflow: hidden;
  background-image: url(../img/top/reason_mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .reason_wrap .in::before {
    width: 100vw;
    height: 60vw;
    display: block;
    border-radius: 0;
    position: relative;
    margin-left: -0.20rem;
  }
}

.reason_wrap .textbox {
  width: 100%;
  max-width: 6.00rem;
  padding-top: 0.20rem;
  padding-left: 0.40rem;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox {
    padding: 0.20rem;
    margin-top: -0.40rem;
  }
}

.reason_wrap .textbox .title_wrap {
	display: flex;
	align-items: end;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .title_wrap {
    padding-bottom: 0.30rem;
  }
}

.reason_wrap .textbox .title_wrap span {
	display: inline-block;
	font-size: 0.36rem;
	font-weight: 500;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .title_wrap span {
    font-size: 0.26rem;
  }
}

.reason_wrap .textbox .title_wrap span::before {
	content: "";
	width: 100%;
	height: 0.05rem;
	background-color: #E52D8A;
	position: absolute;
	left: 0;
	top: -0.20rem;
}

.reason_wrap .textbox .title_wrap .jp_text {
	font-size: 0.18rem;
	font-weight: 600;
	padding-left: 0.20rem;
	position: relative;
	top: -0.03rem;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .title_wrap .jp_text {
    font-size: 0.13rem;
    padding-left: 0.10rem;
    top: -0.02rem;
  }
}

.reason_wrap .textbox .catch_wrap {
  padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .catch_wrap {
    padding-bottom: 0.15rem;
  }
}

.reason_wrap .textbox .catch_wrap .sub_text {
  font-size: 0.18rem;
  font-weight: 500;
  color: #E52D8A;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .catch_wrap .sub_text {
    font-size: 0.15rem;
  }
}

.reason_wrap .textbox .catch_wrap .title {
  font-size: 0.40rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .catch_wrap .title {
    font-size: 0.26rem;
  }
}

.reason_wrap .textbox .text {
  font-size: 0.16rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .text {
    font-size: 0.15rem;
    text-align: justify;
  }
}

.reason_wrap .textbox .more_btn {
  padding: 0.30rem 0;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .more_btn {
    padding-bottom: 0.20rem;
  }
}

.reason_wrap .textbox .more_btn a {
  font-size: 0.20rem;
  color: #E52D8A;
  position: relative;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .more_btn a {
    font-size: 0.16rem;
  }
}

.reason_wrap .textbox .more_btn a:hover {
  opacity: 0.7;
}

.reason_wrap .textbox .more_btn a::after {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.46rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/footer_link_icon_pink.svg);
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .more_btn a::after {
    width: 0.26rem;
    height: 0.26rem;
    right: -0.36rem;
  }
}

.reason_wrap .textbox .more_btn a:hover::after {
  right: -0.52rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .more_btn a:hover::after {
    right: -0.36rem;
  }
}

.reason_wrap .textbox .more_btn a span {
  display: inline-block;
  border-bottom: 1px solid #231815;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .reason_wrap .textbox .more_btn a span {
    padding-bottom: 0.06rem;
  }
}

/*===========================
３つのこだわり
===========================*/
.feature_wrap {
  margin-top: 1.00rem;
  position: relative;
  z-index: 1;
}

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

.feature_wrap::before {
  content: "";
  width: calc(50% + 6.80rem);
  height: 100%;
  background-color: rgba(237, 245, 214, 0.5);
  position: absolute;
  right: 0;
  top: -0.15rem;
  border-radius: 0.20rem 0 0 0.20rem;
}

.feature_wrap .title_wrap {
	display: flex;
	align-items: end;
	padding-bottom: 0.50rem;
}

.feature_wrap .title_wrap span {
	display: inline-block;
	font-size: 0.36rem;
	font-weight: 500;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 640px) {
  .feature_wrap .title_wrap span {
    font-size: 0.26rem;
  }
}

.feature_wrap .title_wrap span::before {
	content: "";
	width: 100%;
	height: 0.05rem;
	background-color: #F8DF09;
	position: absolute;
	left: 0;
	top: -0.20rem;
}

.feature_wrap .title_wrap .jp_text {
	font-size: 0.18rem;
	font-weight: 600;
	padding-left: 0.20rem;
	position: relative;
	top: -0.03rem;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .feature_wrap .title_wrap .jp_text {
    font-size: 0.13rem;
    padding-left: 0.10rem;
    top: -0.02rem;
  }
}

.feature_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.30rem;
}

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

.feature_wrap .list .detail {
  width: 100%;
  max-width: 3.65rem;
  position: relative;
}

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

.feature_wrap .list .detail:nth-child(1)::before {
  content: "";
  width: 1.70rem;
  height: 1.70rem;
  background-image: url(../img/top/feature_title_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.20rem;
  left: calc(50% - 1.30rem);
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail:nth-child(1)::before {
    width: 0.80rem;
    height: 0.80rem;
    top: -0.10rem;
    left: calc(50% - 0.70rem);
  }
}

.feature_wrap .list .detail:nth-child(2)::before {
  content: "";
  width: 1.60rem;
  height: 1.60rem;
  background-image: url(../img/top/feature_title_deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.20rem;
  left: calc(50% - 1.30rem);
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail:nth-child(2)::before {
    width: 0.80rem;
    height: 0.80rem;
    top: -0.10rem;
    left: calc(50% - 0.70rem);
  }
}

.feature_wrap .list .detail:nth-child(3)::before {
  content: "";
  width: 1.60rem;
  height: 1.60rem;
  background-image: url(../img/top/feature_title_deco03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.20rem;
  left: calc(50% - 0.50rem);
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail:nth-child(3)::before {
    width: 0.80rem;
    height: 0.80rem;
    top: -0.10rem;
    left: 50%
  }
}

.feature_wrap .list .detail .num_wrap {
  text-align: center;
  position: relative;
}

.feature_wrap .list .detail .num_wrap .num {
  font-size: 0.15rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #00913A;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .num_wrap .num {
    font-size: 0.13rem;
  }
}

.feature_wrap .list .detail .num_wrap .title {
  font-size: 0.26rem;
  font-weight: 700;
  padding: 0.10rem 0 0.20rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .num_wrap .title {
    font-size: 0.20rem;
    padding: 0.07rem 0 0.15rem;
  }
}

.feature_wrap .list .detail .ph_wrap {
  width: 100%;
  height: 2.60rem;
  border-radius: 0.10rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .ph_wrap {
    height: 55vw;
    border-radius: 0.06rem;
  }
}

.feature_wrap .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature_wrap .list .detail .text {
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.075em;
  padding-top: 0.10rem;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .feature_wrap .list .detail .text {
    font-size: 0.15rem;
  }
}

.feature_wrap .more_btn {
  padding: 0.30rem 0 0.70rem;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .feature_wrap .more_btn {
    padding: 0 0 0.70rem;
  }
}

.feature_wrap .more_btn a {
  font-size: 0.20rem;
  color: #231815;
  position: relative;
}

@media screen and (max-width: 640px) {
  .feature_wrap .more_btn a {
    font-size: 0.16rem;
  }
}

.feature_wrap .more_btn a:hover {
  opacity: 0.7;
}

.feature_wrap .more_btn a::after {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.46rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/link_icon_round_yellow.svg);
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .feature_wrap .more_btn a::after {
    width: 0.26rem;
    height: 0.26rem;
    right: -0.36rem;
  }
}

.feature_wrap .more_btn a:hover::after {
  right: -0.52rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .more_btn a:hover::after {
    right: -0.36rem;
  }
}

.feature_wrap .more_btn a span {
  display: inline-block;
  border-bottom: 1px solid #F8DF09;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .more_btn a span {
    padding-bottom: 0.06rem;
  }
}

/*===========================
コースについて
===========================*/
.course_wrap {
  margin-top: 0.90rem;
  position: relative;
  z-index: 1;
}

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

.course_wrap .sec_title_wrap  span::before {
  background-color: #00913A;
}

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

/* 各コースボックス */
.course_wrap .course_box {
  position: relative;
  min-height: 4.30rem;
  margin-bottom: 0.76rem;
  width: 100%;
}

/* ２カラム */
.course_wrap .course_box.mini {
  max-width: 5.70rem;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box.mini {
    max-width: 100%;
    margin-bottom: 0.76rem;
  }
  .course_wrap .course_box.mini.english {
    margin-bottom: 0;
  }
}

/* 各コースタイトル */
.course_wrap .course_box .course_title {
  width: 100%;
  max-width: 5.74rem;
  line-height: 0;
  padding: 0.43rem 0 0.45rem 0.30rem;
  border-radius: 0.80rem;
  position: absolute;
  top: 0.43rem;
  left: 0.70rem;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .course_title {
    max-width: calc(100% - 0.20rem);
    line-height: 0;
    padding: 0.23rem 0 0.25rem 0.20rem;
    border-radius: 0.80rem;
    position: relative;
    top: -0.20rem;
    left: 0.10rem;
  }
}

.course_wrap .course_box:nth-child(even) .course_title {
  left: auto;
  right: 0.70rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box:nth-child(even) .course_title {
    left: 0.10rem;
    right: auto;
  }
}

.course_wrap .course_box.mini .course_title {
  max-width: 4.42rem;
  top: 3.30rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box.mini .course_title {
    max-width: calc(100% - 0.20rem);
    top: -0.20rem;
    left: 0.10rem;
    right: auto;
    transform: translateX(0);
  }
}

.course_wrap .course_box .course_title span {
  font-size: 0.36rem;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .course_title span {
    font-size: 0.22rem;
  }
}

.course_wrap .course_box .course_title::after {
  content: "";
  width: 1.75rem;
  height: 0.40rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.30rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .course_title::after {
    width: 0.95rem;
    height: 0.30rem;
    right: 0.15rem;
  }
}

/* 各コース写真 */
.course_wrap .course_box .ph_wrap {
  width: 6.30rem;
  height: 4.30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .ph_wrap {
    width: 100%;
    height: 60vw;
    border-radius: 0.06rem;
    position: relative;
    right: auto;
    top: auto;
    overflow: hidden;
  }
}

.course_wrap .course_box:nth-child(even) .ph_wrap {
  right: auto;
  left: 0;
}

.course_wrap .course_box.mini .ph_wrap {
  width: 100%;
  height: 3.79rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box.mini .ph_wrap {
    height: 56vw;
  }
}

/* 各コーステキスト */
.course_wrap .course_box .textbox {
  position: absolute;
  left: 0;
  top: 1.72rem;
  width: 100%;
  max-width: 5.20rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    margin-top: -0.10rem;
  }
}

.course_wrap .course_box:nth-child(even) .textbox {
  left: auto;
  right: 0;
}

.course_wrap .course_box.mini .textbox {
  position: relative;
  top: auto;
  padding-top: 0.70rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box.mini .textbox {
     padding-top: 0;
  }
}

.course_wrap .course_box.mini .textbox .taisho {
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box.mini .textbox .taisho {
    font-size: 0.16rem;
    padding-top: 0.05rem;
  }
}

.course_wrap .course_box .textbox .text {
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

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


.course_wrap .course_box .textbox .more_btn {
  padding-top: 0.30rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox .more_btn {
    padding-top: 0.15rem;
    text-align: center;
    padding-right: 0.20rem;
  }
}

.course_wrap .course_box .textbox .more_btn a {
  font-size: 0.20rem;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox .more_btn a {
    font-size: 0.16rem;
  }
}

.course_wrap .course_box .textbox .more_btn a:hover {
  opacity: 0.7;
}

.course_wrap .course_box .textbox .more_btn a::after {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.46rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox .more_btn a::after {
    width: 0.26rem;
    height: 0.26rem;
    right: -0.36rem;
  }
}

.course_wrap .course_box .textbox .more_btn a:hover::after {
  right: -0.52rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox .more_btn a:hover::after {
    right: -0.36rem;
  }
}

.course_wrap .course_box .textbox .more_btn a span {
  display: inline-block;
  border-bottom: 1px solid #231815;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_box .textbox .more_btn a span {
    padding-bottom: 0.06rem;
  }
}

/* 中学生コース */
.course_wrap .course_box.chugakusei .course_title {
  background-color: #00913A;
}

.course_wrap .course_box.chugakusei .course_title::after {
  background-image: url(../img/top/course_icon_01.svg);
}

.course_wrap .course_box.chugakusei .textbox .more_btn a {
  color: #00913A;
}

.course_wrap .course_box.chugakusei .textbox .more_btn a::after {
  background-image: url(../img/common/link_icon_round_green.svg);
}

/* 高校生コース */
.course_wrap .course_box.koukousei .course_title {
  background-color: #F8DF09;
}

.course_wrap .course_box.koukousei .course_title span {
  color: #231815;
}

.course_wrap .course_box.koukousei .course_title::after {
  background-image: url(../img/top/course_icon_01.svg);
}

.course_wrap .course_box.koukousei .textbox .more_btn a {
  color: #231815;
}

.course_wrap .course_box.koukousei .textbox .more_btn a span {
  border-bottom:1px solid #F8DF09;
}

.course_wrap .course_box.koukousei .textbox .more_btn a::after {
  background-image: url(../img/common/link_icon_round_yellow.svg);
}

/* 小学生コース */
.course_wrap .course_box.shougakusei .course_title {
  background-color: #D9215A;
}

.course_wrap .course_box.shougakusei .course_title::after {
  background-image: url(../img/top/course_icon_02.svg);
}

.course_wrap .course_box.shougakusei .textbox .more_btn a {
  color: #D9215A;
}

.course_wrap .course_box.shougakusei .textbox .more_btn a::after {
  background-image: url(../img/common/link_icon_round_pink.svg);
}

/* そろばんコース */
.course_wrap .course_box.soroban .course_title {
  background-color: #044693;
}

.course_wrap .course_box.soroban .course_title::after {
  background-image: url(../img/top/course_icon_03.svg);
}

.course_wrap .course_box.soroban .textbox .more_btn {
  text-align: center;
}

.course_wrap .course_box.soroban .textbox .more_btn a {
  color: #044693;
}

.course_wrap .course_box.soroban .textbox .more_btn a::after {
  background-image: url(../img/common/link_icon_round_blue.svg);
}

/* 英会話コース */
.course_wrap .course_box.english .course_title {
  background-color: #B0DCFC;
}

.course_wrap .course_box.english .course_title span {
  color: #231815;
}

.course_wrap .course_box.english .course_title::after {
  background-image: url(../img/top/course_icon_04.png);
  width: 1.41rem;
  height: 0.32rem;
}

.course_wrap .course_box.english .textbox .more_btn {
  text-align: center;
}

.course_wrap .course_box.english .textbox .more_btn a {
  color: #044693;
}

.course_wrap .course_box.english .textbox .more_btn a::after {
  background-image: url(../img/common/link_icon_round_blue.svg);
}

/*===========================
合格実践塾・ジッセンキッズとは？
===========================*/
.about_wrap {
  margin-top: 0.90rem;
  position: relative;
}

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

.about_wrap .sec_title_wrap  span::before {
  background-color: #00913A;
}

.about_wrap .textbox {
  text-align: center;
  padding-bottom: 1.00rem;
}

.about_wrap .textbox .text {
  font-size: 0.22rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

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

.about_wrap .textbox .big_text {
  font-size: 0.32rem;
  padding: 0.40rem 0 0.60rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
  .about_wrap .textbox .big_text {
    font-size: 0.22rem;
    line-height: 1.875;
    padding: 0.20rem 0 0.30rem;
  }
}

@media screen and (max-width: 640px) {
  .about_wrap .textbox .btn_common {
    max-width: 3.00rem;
    margin: auto;
  }
}

.about_wrap .textbox .btn_common a {
  margin: auto;
}