@charset "utf-8";
html {
  font-size: 16px;/* 1rem */
}
html, body {
	overflow-x: hidden;
}
h2.red-title {
	text-align: center;
	color: #e72925;
	font-size: 1.75rem;
	margin-bottom: 35px;
	font-weight: 700;
}
h2.red-title > span {
	position: relative;
	display: inline-block;
}
h2.red-title > span::before {
	content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -50px;
  width: 21px;
  height: 54px;
  background: url(../images/institute/rel_g_icn.png) no-repeat;
  background-size: 21px 54px;
}
h2.red-title > span::after {
	content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -50px;
  width: 21px;
  height: 54px;
  background: url(../images/institute/rer_g_icn.png) no-repeat;
  background-size: 21px 54px;
}
.red-subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	color: #e72925;
	margin-bottom: 15px;
	text-align: center;
}
.orange-box {
	background: #ef7f36;
  padding: 25px 10px 10px;
}
.orange-box h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #f5f294;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.orange-box p {
	font-size: 14px;
  line-height: 1.55;
  color: #fff;
  padding: 0 15px;
}
.osusume-copy {
  font-size: 1.25rem;
  color: #e72925;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.osusume-copy2 {
	text-align: center;
}
.points-section img {
	width: 100%;
}
.point-title-wrap {
	display: flex;
	align-items: center;
}
.point-round {
	font-size: 10px;
	font-weight: 700;
	width: 58px;
	height: 58px;
	min-width: 58px;
	border-radius: 50%;
	display: block;
	color: #FFFFFF;
	background: #e72925;
	text-align: center;
	font-family: 'Lato', sans-serif;
	padding: 8px;
	margin-bottom: 15px;
}
.point-round span {
	display: block;
	font-size: 24px;
  line-height: 1;
}
.point-title-wrap h3 {
	color: #e72925;
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 10px;
}
.bg-pink {
	background: #eedadf;
}
a.course-link-box {
	display: block;
	text-align: center;
	background: #FFFFFF;
	height: 100%;
}
.has-img {
	position: relative;
	padding-bottom: 150px;
}
.has-img img {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.course-link-box h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
.example-label {
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	background: #e72925;
	position: relative;
	padding: 4px 5px;
  line-height: 1;
  min-width: 150px;
  height: 22px;
}
.example-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
h2.yellow-title {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.75rem;
	margin-bottom: 35px;
	font-weight: 700;
}
h2.yellow-title > span {
	position: relative;
	display: inline-block;
}
h2.yellow-title > span::before {
	content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -50px;
  width: 21px;
  height: 54px;
  background: url(../images/institute/yel_g_icn.png) no-repeat;
  background-size: 21px 54px;
}
h2.yellow-title > span::after {
	content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -50px;
  width: 21px;
  height: 54px;
  background: url(../images/institute/yer_g_icn.png) no-repeat;
  background-size: 21px 54px;
}
.bg-passing {
	color: #FFFFFF;
	background: url(../images/institute/passing_bg.jpg);
}
.bg-passing h3 {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-weight: 700;
}
.bg-passing ul li {
	line-height: 1.7;
}
.offer dt {
	text-align: center;
  color: #e72925;
  font-size: 1.75rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.offer dd {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.offer a {
	font-size: 1.25rem;
	color: #FFFFFF;
  background: #e72925;
  text-align: center;
  display: block;
  padding: 11px;
  border-radius: 26px;
}
@media all and (min-width: 992px) {
	.orange-box p {
		font-feature-settings: "palt";
		letter-spacing: 0.01em;
	}
	.container-max900 {
		max-width: 900px;
	}
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
	.points-section p {
		font-size: 15px;
		letter-spacing: -0.05em;
	}
}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
 	html {
    font-size: 15px;
  }
  .point-title-wrap h3 {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
	html {
    font-size: 14.5px;
  }
  .orange-box p {
    padding: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
	}
}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
 	.orange-box h3 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
	}
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
	h2.red-title, h2.yellow-title, .offer dt {
		font-size: 1.4rem;
	}
	h2.red-title > span::before, h2.yellow-title > span::before {
    left: -34px;
  }
  h2.red-title > span::after, h2.yellow-title > span::after {
    right: -34px;
  }
  .osusume-copy {
    font-size: 1.1rem;
  }
  .orange-box h3 {
	  font-size: 1.2rem;
	}
	.point-title-wrap h3 {
		font-size: 1.2rem;
	}
	.orange-box {
    padding: 25px 15px 15px;
	}
	a.course-link-box {
		display: block;
		text-align: center;
		background: #FFFFFF;
	}
	.example-label {
    min-width: 1px;
  }
  .has-img {
    padding-bottom: 135px;
	}
	.bg-passing h3 {
    font-size: 1.25rem;
  }
}
/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
 	html {
    font-size: 14px;
  }
  .point-round {
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 7px;
  }
  .point-round span {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .point-title-wrap h3 {
    font-feature-settings: "palt";
	}
}

@media all and (max-width: 480px) {
  .offer dt {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
	}
 	.red-subtitle {
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
  .osusume-copy {
    font-size: 1rem;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
	}
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}

/* スライド */
.slider-wrap {
	padding-top: 10px;
}
.slide-institute img {
	width: 100%;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  outline: none !important;
}
.splide__arrow--prev {
  left: 1em;
  background-image: url(../images/institute/arrow-prev.svg);
}
.splide__arrow--next {
  right: 1em;
  background-image: url(../images/institute/arrow-next.svg);
}
.splide__pagination {
  padding: .75rem;
  z-index: 1;
}
.splide__pagination__page {
  background-color: #666;
  border: 0;
  outline: none;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  cursor: pointer;
  outline: none !important;
}
.splide__pagination__page.is-active {
  background-color: #333;
}
@media all and (min-width: 576px) {
	.slider-wrap .splide__track {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
}
@media all and (min-width: 992px) {

}
/* //スライド */