*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img,
object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323333;
  line-height: 1.429;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
img,
picture {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.pc-hide {
  display: none;
}
.sp-hide {
  display: block;
}
p {
  font-size: 17px;
  font-size: 1.6617790811vw;
  line-height: 1.882;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 17px;
  }
}
p strong {
  color: #0d63af;
}
a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #0d63af;
}
a:hover {
  opacity: 0.7;
}
a:hover .tri::after,
a:hover .tri_w::after {
  left: 4px;
}
a.sample_btn,
a.dtl_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0d63af;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
a.sample_btn .tri_w::after,
a.dtl_btn .tri_w::after {
  margin-left: 0.4em;
}
a.sample_btn {
  width: 340px;
  height: 52px;
  position: absolute;
  right: 58px;
  bottom: 40px;
}
button#more_btn,
button#close_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0d63af;
  color: #fff;
  font-weight: bold;
  width: 374px;
  height: 74px;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
button#more_btn:hover,
button#close_btn:hover {
  opacity: 0.7;
}
button#more_btn::after,
button#close_btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  right: 14px;
}
button#more_btn::after {
  background-image: url("../images/more_plus.svg");
}
button#close_btn::after {
  background-image: url("../images/more_back.svg");
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  margin: 0;
}

.stripe2 {
  background-size: auto auto;
  background-color: #fffaa7;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 5px,
    #fff53e 5px,
    #fff53e 10px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 5px,
    #fff53e 5px,
    #fff53e 10px
  );
}
.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75%, rgba(255, 255, 255, 0)),
    color-stop(75%, #fff564)
  );
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 75%, #fff564 75%);
  background: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff564 75%);
  background-position: bottom 0px center;
}

.red {
  color: #ff5a48;
}
.yellow {
  color: #fff564;
}
.nav-sp {
  display: none;
}
/* --------------------------------------
  / ここまでこのページの汎用css
-------------------------------------- */

/* ----- ディザー ----- */
.coursekv__inner {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /*↓コメントアウトでフィルターなし↓*/
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /* ↑ここまで↑ */
}
.coursekv--ended__message {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #ff438a;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff438a;
  background: #fff;
  border-radius: 2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 3rem 4rem;
  font-weight: 600;
  white-space: nowrap;
}

.coursekv--ended__message .sp {
  display: none;
}

/* ----- 固定バナー pc----- */
.fixed_area2 {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
}
.fixed_area2.fixed {
  position: fixed;
  right: 0;
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.fixed_area2 ul {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}
.fixed_area2 ul li {
  line-height: 1.417;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 132px;
  height: 138px;
}
.fixed_area2 ul li:nth-child(1) {
  background-color: #ff5a48;
  margin-bottom: 12px;
}
.fixed_area2 ul li:nth-child(2) {
  background-color: #00b4b4;
}
.fixed_area2 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  line-height: 1.25;
}
.fixed_area2 ul li a .free {
  border-radius: 50%;
  background-color: #fff;
  color: #ff5a48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 20px;
  margin-bottom: 7px;
}

/* --------ヘッダー------- */
header {
  height: 90px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 16px;
}
header nav {
  display: none;
}
header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #040000;
  font-weight: 400;
  position: relative;
}
header .logo .logo__txt {
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 99;
  font-size: 10px;
}
header .logo img {
  width: 105px;
}

/* -----ヘッダーボタン  pc----- */
.free_e_btn {
  width: 500px;
  background-color: #ff5a48;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  padding: 0 16px;
  height: 64px;
}
.free_e_btn p {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.free_e_btn p .larger {
  font-size: 32px;
  line-height: 1;
}
.free_e_btn a {
  color: #0d63af;
  font-size: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  line-height: 1;
  width: 254px;
  border-radius: 19px;
}
.tri,
.tri_w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tri::after,
.tri_w::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 13px;
  height: 18px;
  margin-left: 0.3em;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}
.tri::after {
  background-image: url("../images/tri.svg");
}
.tri_w::after {
  background-image: url("../images/tri_2.svg");
}

/* ----- メインビジュアル ----- */
#mv {
  margin-top: 90px;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* background-image: url(../images/mv_bg.webp); */
  background: url(../images/mv_bg.png), linear-gradient(#ffcbf1, #fee8e8, #fff) ;
  background-position: center center;
  background-size: cover;
}
#mv .wrap {
  padding: 25px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 2;
}
#mv .title {
  justify-content: flex-start;
  align-items: flex-start;
}
#mv p {
  color: #fff;
  font-size: 43px;
  line-height: 1.6em;
  font-weight: bold;
  padding: 0 0 0 8px;
  text-align: left;
  letter-spacing: 0.02em;
}
#mv p span {
  color: #fff335;
}
#mv .bg_images {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 0 0;
  display: block;
}
#mv .bg_images:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  transform: skewY(-3.5deg);
  transform-origin: bottom right;
  width: 100%;
  height: 220px;
  background: #0068b7;
  z-index: 2;
}
#mv .bg_images img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
/* ----- キャンペーン ----- */
#campaign{
  background-color: #e0f0fe;
  padding-bottom: 60px;
}
.season_cp_wrap {
  text-align: center;
  background-image: none;
  background-color: #e0f0fe;
}
.season_cp {
  padding: 40px 0 50px;
}
#campaign .title_box{
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 10px 0;
  margin: 0 auto 35px;
  border-radius: 0;
  background-color: #0068b7;
}
#campaign .title_box h2 {
  padding-bottom: 7px;
}
#campaign .title_box:after {
  content: "";
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0068b7 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%,100%) rotate(0deg);
}
.mv_cta {
  max-width: 1000px;
  margin: 0 auto 10px;
}
.mv_cta .btn {
  width: 610px;
  margin: 12px auto 0 auto;
}
.container {
  position: relative;
}

/* ----- 3つの特長----- */
#merit{
  padding-top: 70px;
}
#merit h2{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}
.merit {
  width: 95%;
  max-width: 930px;
  margin: 0 auto;
}
.merit__list {
  margin-top: 88px;
  padding: 0 0 0 80px;
}
.merit__list li {
  width: 100%;
  max-width: 930px;
  margin-bottom: 100px;
  position: relative;
}
.merit__list li:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-left: -40px;
}
.merit__list li:nth-child(2) .merit__list--left {
  width: 50%;
  max-width: 440px;
}
.merit__list li .merit__list--left p {
  width: 50%;
  max-width: 484px;
  font-size: 18px;
}
.merit__list li:nth-child(2) .merit__list--left p{
  width: 100%;
  max-width: 484px;
}
.merit__list--left .merit__ttl {
  width: 55%;
  max-width: 572px;
  margin-bottom: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background-color: #0d63af;
  border-radius: 15px;
  position: relative;
}
.merit__list li:nth-child(2) .merit__list--left .merit__ttl {
  width: 100%;
  max-width: 572px;
}
.merit__list li:nth-child(1) .merit__list--left .merit__ttl.lazyloaded::before {
  background-image: url("../images/merit_ttl_1.png");
}
.merit__list li:nth-child(2) .merit__list--left .merit__ttl.lazyloaded::before {
  background-image: url("../images/merit_ttl_2.png");
}
.merit__list li:nth-child(2) .merit__list--left .merit__ttl::before {
  left: -90px;
}
.merit__list li:nth-child(2) .merit__list--right {
  right: auto;
  left: -2.9325513196vw;
}
.merit__list li:nth-child(3) .merit__list--left .merit__ttl.lazyloaded::before {
  background-image: url("../images/merit_ttl_3.png");
}

.merit__list--left .merit__ttl::after {
  content: "";
  background-size: auto auto;
  background-color: #fff;
  background-position: 7px;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 6px,
    #0d63af 6px,
    #0d63af 9px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 6px,
    #0d63af 6px,
    #0d63af 9px
  );
  bottom: -7px;
  display: inline-block;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 15px;
}
.merit__list--left .merit__ttl .yellow small {
  font-size: 26px;
}

.merit__list--left .merit__ttl .kome{
  font-size: 1rem;
vertical-align: super;
font-weight: normal;
}

.merit__list--right {
  width: 46%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.merit__notice h3 {
  font-size: 28px;
  display: table;
  color: #0d63af;
  position: absolute;
  top: -20px;
}
.merit__notice h3 span {
  background-color: #fff;
  padding: 0 16px;
  padding-right: 1.5640273705vw;
  padding-left: 1.5640273705vw;
  position: relative;
}
.merit__notice h3 span::before,
.merit__notice h3 span::after {
  content: "";
  height: 100%;
  background-color: #0d63af;
  width: 2px;
  position: absolute;
}
.merit__notice h3 span::before {
  left: 0;
}
.merit__notice h3 span::after {
  right: 0;
}
.merit__notice p {
  font-size: 18px;
}

.kenni_caution {
  font-size: 10px;
  color: #888;
  font-weight: normal;
  line-height: 1.6em;
}

.merit__notice {
  margin-top: 50px;
  border-radius: 15px;
  border: solid 3px #0d63af;
  margin-top: 4.8875855327vw;
  padding: 38px 94px 32px 72px;
  position: relative;
}

/* ----- プラスアルファ----- */
.plus_alpha {
  background-color: #d6edf8;
  width: 94%;
  max-width: 1000px;
  margin: 70px auto 100px;
  padding: 98px 50px 40px;
  border-radius: 15px;
  position: relative;
}
.plus_alpha__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
}
.plus_alpha__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plus_alpha__list li {
  width: 48%;
}
.plus_alpha::after {
  content: "";
  background-size: auto auto;
  background-color: #fff;
  background-position: 7px;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 6px,
    #0d63af 6px,
    #0d63af 9px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 6px,
    #0d63af 6px,
    #0d63af 9px
  );
  bottom: -5px;
  display: inline-block;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 15px;
}
.plus_alpha__list li h4 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 30px;
}
.plus_alpha__list li h4 span {
  display: inline-block;
  background-color: #0d63af;
  color: #fff;
  padding: 0 8px;
}
.plus_alpha__list li h4 span:nth-child(1) {
  margin-bottom: 6px;
}

.arrow_w {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../../../common/images/arrow_w.svg) no-repeat;
  vertical-align: bottom;
}
.structure {
  width: 100%;
}

/* -----仕組み----- */

.headline_box {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 20px;
  border-top-right-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  -moz-border-radius-topright: 26px;
  border-bottom-left-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius-bottomleft: 26px;
  font-size: 36px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 25px 10px 25px;
  background: #fff;
  color: #0068b7;
  border: 3px solid #0068B7;
}
.headline_box::before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 25%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.headline_box::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 25%;
  margin-left: -19px;
  border: 12px solid transparent;
  border-top: 12px solid #0068B7;
  z-index: 1;
}
.headline_box p, .headline_box_blue p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.0em;
}

.headline_box span {
  font-size: 18px;
}
.headline_box.wline {
  line-height: 1.4em;
  padding: 3px 10px 15px;
}

.top_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

#shikumi .top_wrap.shikumi_wrap {
  padding-top: 0;
}

.bg_light_blue {
  background-color: #E3F1FE;
  z-index: 0;
}


#shikumi{
  padding: 70px 0;
}
#shikumi .top_wrap.shikumi_wrap{
  padding-top: 0;
}
.shikumi_img{
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
.shikumi_desc_box{
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px 40px;
  border-radius: 3px;
  position: relative;
}
.shikumi_desc_box p{
  text-align: center;
}
.shikumi_desc_box .caution{
  text-align: center;
}
.shikumi_desc_box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 6px;
  left: 6px;
  z-index: -1;
  background-size: 6px 6px;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
  background-image: linear-gradient(-45deg, #0068b7 25%, transparent 25%, transparent 50%, #0068b7 50%, #0068b7 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #0068b7 25%, transparent 25%, transparent 50%, #0068b7 50%, #0068b7 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #0068b7 25%, transparent 25%, transparent 50%, #0068b7 50%, #0068b7 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #0068b7 25%, transparent 25%, transparent 50%, #0068b7 50%, #0068b7 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #0068b7 25%, transparent 25%, transparent 50%, #0068b7 50%, #0068b7 75%, transparent 75%, transparent);
}
.shikumi_desc_box.lazyloaded::after{
  content: url(../../common/images/top/light.png);
}
.shikumi_desc_box::after{
  width:206px;
  height:103px;
  border-radius:100px 100px 0 0;
  padding-top: 10px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: -103px;
  left: calc(50% - 103px);
}

.shikumi_desc_title{
  padding-bottom: 15px;
  text-align: center;
}
.shikumi_desc_title p{
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #0068B7;
  position: relative;
}
.shikumi_desc_title p::before,
.shikumi_desc_title p::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  background-color: #0068B7;
}
.shikumi_desc_title p::before{
  top: calc(50% - 1px);
  left: -110px;
}
.shikumi_desc_title p::after{
  top: calc(50% - 1px);
  right: -110px;
}

.fb {
  font-weight: 600;
}
.blue {
  color: #0068b7;
}

.shikumi_inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto
}
.shikumi_desc_box .caution {
  font-size: 10px;
    color: #888;
    font-weight: normal;
}

/* -----オンライン春期講習で成績アップ----- */
.blue_title_box{
  background-color: #0068B7;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}
.blue_title_box h4{
  font-weight: 600;
}

.shikumi_inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.txt_row .lead_txt {
  padding: 0 0 25px;
}

.anclink_wrap02 {
  max-width: 800px;
  margin: 70px auto;
  padding: 20px 0 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.anclink_wrap02 li {
  width: 26%;
  max-width: 236px;
}
a.anclinkBtn {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 90px;
  border-radius: 10px;
  border: 3px solid #0068b7;
  text-align: center;
  background-color: #fff;
  padding: 20px 5px 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 4px 0px #B0E3F6;
  box-shadow: 0 4px 0px #B0E3F6;
}

a.anclinkBtn:link {
  color: #0068b7;
}

a.anclinkBtn.anc02 {
  border-radius: 0 0 25px 25px;
}

a.anclinkBtn::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #0068b7;
  border-right: solid 2px #0068b7;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 4px);
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.upper_row{
  background-color: #fff;
  padding-bottom: 60px;
}
.lead_txt {
  color: #0068B7;
  font-size: 25px;
  padding: 25px 0;
  line-height: 1.3em;
  font-weight: 600;
}
.detail_txt_box {
  padding-bottom: 40px;
}
.fb {
  font-weight: 600;
}

/* -----受験対策----- */
.lower_row {
  border-top: dashed 4px #0068B7;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 6px, rgba(245, 250, 255, 1) 6px, rgba(245, 250, 255, 1) 12px );
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(245, 250, 255, 1) 6px, rgba(245, 250, 255, 1) 12px );
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.uv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0;
}

.uv_txt {
  width: 70%;
}
.uv_balloon {
  position: relative;
  padding: 20px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #FFFEF7;
  border: 1px solid #0068B7;
  border-radius: 10px;
}

.uv_balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  bottom: 30px;
  border-left: 15px solid #0068B7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.uv_balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  bottom: 30px;
  border-left: 15px solid #FFFEF7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.student_img {
  width: 30%;
  text-align: center;
}

.col2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0 0;
}
.col2_wrap picture {
  width: 48%;
}

.txt_row {
  width: 48%;
}

/* ----------ひまひまさん動画 pc---------- */
  .hima_box {
      width: 100%;
      margin: 40px auto;
      max-width: 800px;
      padding: 2rem;

      border: solid 3px #0068b7;
      border-radius: 20px;
      font-feature-settings: "palt";
      background: #fff;
  }
  .arrow_box {
    font-size: 25px;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;

    font-weight: bold;
    color: #FFF000;
    position: relative;
    background: #0068b7;
    text-align: center;
  }

  .arrow_box:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 14px solid #0068b7;
    z-index: 2;
  }
  
  .hima_nametext {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2rem;
  }
  .hima_nametext .sizeup {
    font-size: 2.4rem;
  }
  .hima_nametext .upbold {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .himahima-play-icon {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    left: calc(50% - 34px) !important;
    width: 68px !important;
    height: 48px !important;
  }

.movie_wrap {
  margin-top: 30px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56%;
}
.embed-responsive iframe, .embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* ----------オンライン自習室---------- */
.upper_row_only{
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 0 0 20px 20px;
}


/* ---------- 選べるコース ---------- */
.bg_dottd {
  background: url(../images/bgi_dotted.gif) repeat;
  z-index: 0;
}

#course_detail{
  padding: 70px 0;
}
#course_detail .course_box{
  width: 32%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #0068b7;
}
#course_detail a.linkBtn{
  font-size: 16px;
  border-radius: 8px;
  padding: 12px 11px 12px 8px;
  margin-top: 20px;
  box-shadow: none;
  border: 2px solid #0068b7;
}
#course_detail a.linkBtn:hover{
  color: #fff;
  background-color: #0068b7;
}
#course_detail a.linkBtn:hover::after{
  border-color: transparent transparent transparent #fff;
}
#course_detail .course_title{
  font-size: 22px;
  font-weight: bold;
  color: #0068b7;
  padding-bottom: 10px;
}
#course_detail .course_detail_wrap{
  height: 280px;
}
#course_detail .subj{
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#course_detail .subj li{
  width: 32%;
  background-color: #FFFFCE;
  text-align: center;
  margin-bottom: 2%;
}
#course_detail .subj li:not(:nth-of-type(3)){
  margin-right: 2%;
}
#course_detail .subj li.subj_col3{
  width: 20%;
}
#course_detail .subj li.subj_col1{
  width: 100%;
  margin-right: 0;
}
#course_detail .subj li.subj_col2 {
  width: 56%;
}
.sub_subj{
  font-size: 68%;
}

/* ----- 固定バナー sp----- */
.fixed_area1 {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.fixed_area1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 97%;
  max-width: 984px;
  margin: 0 auto;
}
.fixed_area1 ul li {
  line-height: 1.417;
  border-radius: 10px;
}
.fixed_area1 ul li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ff5a48;
}
.fixed_area1 ul li.okigaru {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 20px;
}
.fixed_area1 ul li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background-color: #00b4b4;
}
.fixed_area1 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 376px;
  height: 76px;
}
.fixed_area1 ul li a .free {
  border-radius: 50%;
  background-color: #fff;
  color: #ff5a48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-right: 24px;
}
.fixed_area1 ul li a .tri_w {
  margin-left: 20px;
}

/* ----- 3つの特長(指定サイズ)----- */
@media screen and (max-width: 1100px) and (min-width: 801px) and (min-width: 1024px) {
  .merit__list--left .merit__ttl {
    width: 440px;
    font-size: 20px;
    margin-left: 36px;
  }
}
.merit__list--left .merit__ttl::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 128px;
  height: 134px;
  left: -80px;
}
@media screen and (max-width: 1100px) and (min-width: 801px) and (min-width: 1024px) {
  .merit__list--left .merit__ttl::before {
    width: 110px;
    height: 114px;
    left: -55px;
  }
}

/* ----- 実際のオンライン春期講習の様子はこちら----- */
.slash_wrap {
  text-align: center;
}

.slash_wrap h2.slash {
  font-size: 28px;
}

.slash_wrap .slash {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  color: #0068B7;
  position: relative;
  padding: 0 30px;
}
.slash_wrap .slash::before {
  border-left: solid 4px;
  left: 0;
  transform: rotate(-40deg);
}
.slash_wrap .slash::after {
  border-right: solid 4px;
  right: 0;
  transform: rotate(40deg);
}

.slash_wrap .slash::before, .slash_wrap .slash::after {
  position: absolute;
  top: 1.2rem;
  height: 2.8rem;
  content: '';
}

#movie_area {
  padding: 70px 0;
}
.movie_area__wrap {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}

.movie_wrap a img.icon {
  position: absolute !important;
  top: calc(50% - 20px) !important;
  left: calc(50% - 34px) !important;
  width: 68px !important;
  height: 48px !important;
}

.movie_wrap {
  margin-top: 30px;
}

/* ----- 受講概要----- */
.attend_detail{
  margin: 100px auto 0;
}
.attend_detail__ttl.wide{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.attend_detail__list {
  font-size: 18px;
  line-height: 1.667;
  border-top: solid 2px #323333;
  border-bottom: solid 2px #323333;
  margin: 50px auto 60px;
  width: 95%;
  max-width: 960px;
}
.attend_detail__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.attend_detail__cont th {
  font-weight: 500;
  border-right: solid 2px #323333;
  width: 121px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.attend_detail__cont td {
  padding: 20px 28px 20px 34px;
}
.attend_detail__cont td a {
  position: relative;
  font-weight: bold;
}
.attend_detail__cont td a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: solid 2px #0d63af;
  width: 100%;
}
.attend_detail__cont:nth-child(even) {
  background-color: #eaeae5;
}
.attend_detail__cont:not(:last-child) {
  border-bottom: dotted 2px #323333;
}
.attend_detail__cont .elem {
  color: #e1566b;
}
.attend_detail__cont .juni {
  color: #2bac38;
}
.attend_detail__cont .high {
  color: #0a8cb9;
}
.attend_detail__cont .indent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.attend_detail__cont .indent span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

/* ----- 入塾の流れ----- */
.join_flow {
  padding-bottom: 0 !important;
}
.join_flow__ttl.wide{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.join_flow .common_inner {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px 0 100px;
}
.join_flow__bgwrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 67px;
}
.join_flow__left {
  width: 48%;
  max-width: 412px;
}
.join_flow__left p {
  margin-left: 84px;
}
.join_flow__left p .marker {
  font-size: 23px;
}
.join_flow__list {
  counter-reset: number 0;
  position: relative;
}
.join_flow__list::before,
.join_flow__list::after {
  content: "";
  background-image: url("../images/flow_parts.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 960px;
  height: 43px;
}
.join_flow__list::before {
  top: -82px;
}
.join_flow__list::after {
  bottom: -82px;
  -webkit-transform: translateX(-50%) scale(1, -1);
  transform: translateX(-50%) scale(1, -1);
}
.join_flow__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.join_flow__list li h4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  line-height: 1.571;
  margin-bottom: 18px;
}
.join_flow__list li h4::before {
  counter-increment: number 1;
  content: counter(number);
  background-color: #0d63af;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join_flow__list li h4::after {
  content: "STEP";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -34px;
  left: 4px;
  color: #0d63af;
}
.attention {
  display: block;
  font-size: 13px;
}
.join_flow__list li figure {
  margin-left: 38px;
  width: calc(50% - 38px);
}
.join_flow__list li:nth-child(1) h4 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.join_flow__list li:nth-child(1) figure {
  position: relative;
}
.join_flow__list li:nth-child(1) figure::before {
  content: "";
  background-image: url("../images/flow_img_1_sub.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 132px;
  height: 132px;
  top: -24px;
  left: -68px;
}
.join_flow__list li:not(:last-child)::after {
  content: "";
  background-image: url("../images/flow_line.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 50px auto 34px;
  position: relative;
  width: 820px;
  height: 33px;
}
.before_last_fixed_area{
  text-align: center;
}

/* --------pc春期講習無料体験cta --------*/
.sp_special_cta {
  display: none;
}

.pc_special_cta {
  position: relative;
  background-color: #fff;
  background: #6495ed;
  color: white;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/bg_stripe_spring.png) repeat;
  background-size: 0.8rem;
}

.all_special_cta_txt {
  text-align: center;
  width: 100%;
  line-height: inherit;
}

.special_cta_txt1 {
  font-size: 2.5vw;
  line-height: normal;
  position: relative;
  font-weight: bold;
}

.special_cta_txt1::before {
  content: "";
  background-image: url(../images/snow.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  top: 11px;
  left: 15%;
  background-size: cover;
}

.special_cta_txt1::after {
  content: "";
  background-image: url(../images/snow.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  top: 21%;
    right: 15%;
    background-size: cover;
}
.special_cta_txt2 {
  font-size: 4.23vw;
  font-weight: bold;
  line-height: inherit;
}

.pc_special_cta .howtosteps__steps__item__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
  background-size: 0.8rem;
  width: 100%;
  border-top: dashed 4px #fff;
  background-size: auto auto;
  /* background-color: rgba(255, 255, 255, 1); */
  margin-top: 1rem;
  flex-wrap: wrap;
  padding: 1.5vw 0.3vw 1.5vw 11.5vw;
}
.pc_special_cta .howtosteps__steps__item__campaign .condition {
  font-size: 2.1vw;
  white-space: nowrap;
}
.pc_special_cta .howtosteps__steps__item__campaign .condition2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.pc_special_cta .howtosteps__steps__item__campaign .price-original {
  font-size: 2.1vw;
}
.pc_special_cta .howtosteps__steps__item__campaign .price-original span {
  display: inline-block;
  font-size: 4.2vw;
  font-weight: 600;
  margin-left: 0.1em;
  position: relative;
  z-index: 1;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
.pc_special_cta .howtosteps__steps__item__campaign .price-original span::before {
  content: "";
  height: 4px;
  width: 113%;
  display: block;
  background: #ffd726;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: -1;
}
.pc_special_cta .howtosteps__steps__item__campaign .price-sale {
  color: #ffd726;
  font-size: 4.2vw;
}

.pc_special_cta .howtosteps__steps__item__campaign .arrow {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  border-width: 0.5vw 0 0.5vw 0.8vw;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.pc_special_cta .howtosteps__steps__item__campaign .more {
  width: 28%;
  position: absolute;
    left: 0rem;
}

.pc_special_cta .price-sale {
  color: #ffd726;
}

.pc_special_cta .small {
  font-size: 3vw;
}

.springcoursecv__main__img {
  width: 50.3vw;
  margin-right: 3rem;
}
.springcoursecv__main__img img{
  display: block;
  width: 100%;
}
.springcoursecv__main__detail {
  max-width: 40.7vw;
}

.pc_special_cta .cta_btn {
  border-radius: 0.6rem;
  width: 100%;
  min-height: 7vw;
  max-width: 100%;
  padding: 1rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff !important;
  background: #ffb31a;
  font-size: 2vw;
}
.pc_special_cta .cta_btn::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  margin: auto;
}
/* --------/pc春期講習無料体験cta --------*/


/* ======================================================================
   1024px以下
   ======================================================================*/
   @media screen and (max-width: 1024px){
    /* ----- 3つの特長----- */
    .merit__list--left .merit__ttl{
      font-size: 20px;
      width: 59%;
    }
    /* ----- プラスアルファ----- */
    .plus_alpha__list li h4 {
      font-size: 25px;
    }

  /* ----- 入塾の流れ----- */
   .join_flow__list li h4{
     font-size: 25px;
     line-height: 1.5;
     margin-bottom: 10px;
   }
   .join_flow__list li h4::before {
     font-size: 38px;
     margin-right: 10px;
     width: 60px;
     height: 60px;
   }
   .join_flow__list li h4::after {
     font-size: 22px;
     left: 2px;
   }
   .join_flow__left p{
     margin-left: 70px;
   }
   .join_flow__list li:nth-child(1) figure::before{
    width: 122px;
    height: 122px;
    top: -30px;
   }

   .fixed_area1 ul {
     justify-content: space-between;
   }
   .fixed_area1 ul li{
     width: 34%;
   }
   .fixed_area1 ul li.okigaru{
     width: 26%;
   }
   .fixed_area1 ul li a{
     width: 100%;
     font-size: 20px;
   }
   .fixed_area1 ul li a .free{
    width: 50px;
    height: 50px;
    margin-right: 10px;
   }
   .fixed_area1 ul li a .tri_w {
     margin-left: 10px;
   }
}

/* ======================================================================
   767px以下
   ======================================================================*/
  @media screen and (max-width: 767px) {
    /* ディザー */
    .coursekv--ended__message {
      padding: 1rem 2rem;
      border-width: 0.2rem;
      top: 55%;
      border-radius: 1rem;
      font-size: 1.8004rem;
      z-index: 1;
  }
  .coursekv--ended__message .sp {
    display: block;
  }
  /* SPの汎用css */
  body.fixed {
    width: 100%;
    height: 100%;
  }
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .diagonal::before {
    left: -52px;
  }
  .diagonal::after {
    right: -44px;
  }
  p {
    font-size: 3.7333333333vw;
    line-height: 1.786;
  }
  a:hover {
    opacity: 1;
  }
  a:hover .tri::after,
  a:hover .tri_w::after {
    left: auto;
  }
  a:focus,
  a:active {
    opacity: 0.7;
  }
  a.sample_btn,
  a.dtl_btn {
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
    font-size: 4vw;
  }
  a.sample_btn .tri_w::after,
  a.dtl_btn .tri_w::after {
    margin-left: 0.4em;
  }
  a.sample_btn {
    width: 61.3333333333vw;
    height: 9.8666666667vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    bottom: 6.6666666667vw;
  }
  button#more_btn,
  button#close_btn {
    border-top-left-radius: 1.6vw;
    border-top-right-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    width: 66.6666666667vw;
    height: 12.5333333333vw;
    font-size: 4vw;
    margin-top: 3.2vw;
  }
  button#more_btn:hover,
  button#close_btn:hover {
    opacity: 1;
  }
  button#more_btn:focus,
  button#close_btn:focus {
    opacity: 0.7;
  }
  button#more_btn::after,
  button#close_btn::after {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    right: 2.6666666667vw;
  }
  article,
  header,
  footer,
  aside,
  figure,
  figcaption,
  nav,
  section {
    margin: 0;
  }
  .stripe {
    background-size: auto auto;
    background-color: #a7dff8;
    background-image: -webkit-repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0) 3px,
      #d4f0fb 3px,
      #d4f0fb 6px
    );
    background-image: repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0) 3px,
      #d4f0fb 3px,
      #d4f0fb 6px
    );
  }
  .stripe2 {
    background-size: auto auto;
    background-color: #fffaa7;
    background-image: -webkit-repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0) 3px,
      #fff53e 3px,
      #fff53e 6px
    );
    background-image: repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0) 3px,
      #fff53e 3px,
      #fff53e 6px
    );
  }
  .marker {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(75%, rgba(255, 255, 255, 0)),
      color-stop(75%, #fff564)
    );
    background: -webkit-linear-gradient(
      rgba(255, 255, 255, 0) 75%,
      #fff564 75%
    );
    background: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff564 75%);
    background-position: bottom 0px center;
  }

/* ----- 固定バナー sp----- */
.fixed_area1 {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.fixed_area1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 97%;
  max-width: 984px;
  margin: 0 auto;
}
.fixed_area1 ul li {
  line-height: 1.417;
  border-radius: 10px;
}
.fixed_area1 ul li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #ff5a48;
}
.fixed_area1 ul li.okigaru {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 20px;
}
.fixed_area1 ul li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background-color: #00b4b4;
}
.fixed_area1 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 376px;
  height: 76px;
}
.fixed_area1 ul li a .free {
  border-radius: 50%;
  background-color: #fff;
  color: #ff5a48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-right: 24px;
}
.fixed_area1 ul li a .tri_w {
  margin-left: 20px;
}


  .fixed_area1 {
    height: 22.6666666667vw;
    position: relative;
  }
  .fixed_area1.fix1 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .fixed_area1:not(.fix1):not(.spnav) {
    height: 36vw;
  }
  .fixed_area1:not(.fix1):not(.spnav) ul {
    font-size: 4.2666666667vw;
  }
  .fixed_area1:not(.fix1):not(.spnav) ul li a {
    height: 18.6666666667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  .fixed_area1:not(.fix1):not(.spnav) ul li a.detail{
    padding-left: 2.8vw;
  }
  .fixed_area1:not(.fix1):not(.spnav) ul li a .free {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    margin-right: 2.0vw;
  }
  .fixed_area1:not(.fix1):not(.spnav) ul li a .tri_w {
    margin-left: 4vw;
  }
  .fixed_area1 ul {
    font-size: 3.7333333333vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixed_area1 ul li {
    line-height: 1.417;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
    width: 47%;
  }
  .fixed_area1 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .fixed_area1 ul li.okigaru {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.6vw;
  }
  .fixed_area1 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 2.1333333333vw;
  }
  .fixed_area1 ul li a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 12vw;
    padding-right: 1.6vw;
    font-size: 14px;
  }
  .fixed_area1 ul li a .free {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-right: 1.0666666667vw;
  }
  .fixed_area1 ul li a .tri_w {
    margin-left: 1.0666666667vw;
  }
  .fixed_area1 ul li a .tri_w::after {
    position: relative;
    margin-left: 0;
    width: 2.1vw;
    height: 2.9vw;
  }
  .free_e_btn {
    display: none;
  }
  .fixed_area2 {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    opacity: 0;
  }
  .fixed_area2.fixed {
    display: none;
  }

  /* --------ハンバーガーメニュー----------- */
  .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4vw;
    height: 3.2vw;
    cursor: pointer;
    z-index: 10;
    position: relative;
    top: -1.0666666667vw;
  }
  .hamburger-menu__line {
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #0d63af;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .hamburger-menu__line::before,
  .hamburger-menu__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #0d63af;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .hamburger-menu__line::before {
    top: -1.6vw;
  }
  .hamburger-menu__line::after {
    top: 1.6vw;
  }
  .hamburger-menu__txt {
    position: absolute;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    width: 100%;
  }
  .hamburger-menu__txt::after {
    content: "MENU";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.1333333333vw;
    font-weight: bold;
    color: #0d63af;
    top: 2.4vw;
  }
  .hamburger-menu.open .hamburger-menu__line {
    background-color: transparent;
  }
  .hamburger-menu.open .hamburger-menu__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: auto;
  }
  .hamburger-menu.open .hamburger-menu__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
  }
  .hamburger-menu.open .hamburger-menu__txt::after {
    content: "CLOSE";
  }
  /* --------SPナビゲーション＋ヘッダー----------- */
  .nav-sp {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: -106.6666666667vw;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    padding: 100px 10px 0;
    background-color: #638ec9;
    text-align: left;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .nav-sp.open {
    right: 0;
  }
  .nav-sp ul {
    background-color: #fff;
  }
  .nav-sp ul:not(.fixed_area1__list) {
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .nav-sp ul:not(.fixed_area1__list) li {
    margin-left: 21.6vw;
  }
  .nav-sp ul:not(.fixed_area1__list) li a {
    font-weight: 500;
    font-size: 4.2666666667vw;
    position: relative;
    line-height: 1;
  }
  .nav-sp ul:not(.fixed_area1__list) li a::before {
    content: "◆";
    margin-right: 0.5em;
  }
  .nav-sp ul:not(.fixed_area1__list) li:not(:last-child) {
    margin-bottom: 7.4666666667vw;
  }
  .nav-sp .fixed_area1 {
    margin: 0;
    height: 13.3333333333vw;
  }
  .nav-sp .fixed_area1 ul {
    border-top-left-radius: 0vw;
    border-top-right-radius: 0vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 5.3333333333vw;
  }
  .nav-sp .fixed_area1 ul li {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .nav-sp .fixed_area1 ul li:nth-child(1) {
    background-color: #ff5a48;
    margin-right: 4vw;
  }
  .nav-sp .fixed_area1 ul li:nth-child(2) {
    background-color: #00b4b4;
  }
  .nav-sp .fixed_area1 ul li a {
    width: 100%;
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 13.3333333333vw;
    line-height: 1.357;
  }
  .nav-sp .fixed_area1 ul li a.detail{
    margin-left: 3%;
  }
  .nav-sp .fixed_area1 ul li a .free {
    margin-left: 0;
    margin-right: 5%;
  }
  .nav-sp .fixed_area1 ul li a .tri_w::after {
    position: absolute;
    margin-left: 0;
    width: 2.1333333333vw;
    height: 2.9333333333vw;
    right: 0.8vw;
    bottom: -4.2666666667vw;
  }
  .nav-sp a {
    display: inline-block;
  }
  .modaal-inner-wrapper {
    padding: 80px 15px;
  }
  .modaal-content-container {
    padding: 10px;
  }
  header {
    height: 70px;
    width: 100vw;
    z-index: 11;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
  }
  header .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
  header nav {
    display: none;
  }
  header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #040000;
    font-weight: 400;
  }
  header .logo .logo__txt {
    font-size: 1.6vw;
    margin-bottom: 0.5em;
    line-height: 1;
    left: -1.0666666667vw;
  }
  header .logo img {
    width: 14vw;
  }

  /*-------メインビジュアル  #mv--------*/
  #mv {
    margin-top: 70px;
    background: url(../images/mv_bg_sp.png), linear-gradient(#ffcbf1, #fee8e8, #fff);
    background-size: contain;
  }
  #mv .wrap {
    padding: 10px 0;
  }
  #mv .title {
    align-content: center;
  }
  #mv img{
    width: 20%;
  }
  #mv p {
    font-size: 26px;
    padding: 5px 0 0 12px;
  }
  #mv .bg_images {
    width: 100%;
    max-width: 750px;
    padding: 80px 0 0 0;
  }
  #mv .bg_images:before {
    height: 205px;
  }
  #campaign .title_box h2 {
    width: 60%;
    margin: 0 auto;
  }
  #campaign {
    background-color: #e0f0fe;
    padding-bottom: 20px;
}
  .mv_cta .btn {
    width: 93.4%;
    margin: 0 auto;
  }
  .season_cp {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 10px;
  }

  /* --------3つの特長---------- */
  #merit{
    padding-top: 30px;
  }
  .merit {
    max-width: 100%;
    width: 100%;
  }
  .merit h3 {
    width: 61.6vw;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .merit__list {
    margin-top: 30px;
    padding: 0;
    position: relative;
  }
  .merit__list li {
    margin-bottom: 60px;
  }
  .merit__list li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .merit__list li .merit__list--left,
  .merit__list li:nth-child(2) .merit__list--left {
    width: 94%;
    margin: 0 auto;
  }
  .merit__list li .merit__list--left p,
  .merit__list li:nth-child(2) .merit__list--left p {
    width: 94%;
    margin: 0 auto;
    font-size: 15px;
  }
  .merit__list li:nth-child(2) .merit__list--right {
    width: 94%;
    margin: 0 auto;
    right: auto;
    left: auto;
    position: relative;
  }
  .merit__list--left .merit__ttl {
    font-size: 15px;
    border-radius: 10px;
    margin-left: 10%;
    margin-bottom: 25px;
    padding: 12px 0;
    width: 90%;
    padding-left: 50px;
  }
  .merit__list li:nth-child(2) .merit__list--left .merit__ttl {
    width: 90%;
  }
  .merit__notice {
    width: 94%;
    margin: 0 auto;
    border-radius: 10px;
    border: solid 2px #0d63af;
    padding: 20px 15px 15px;
  }
  .merit__list li:nth-child(1) {
    margin-bottom: 30px;
  }
  .merit__list--left .merit__ttl::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22.4vw;
    height: 22.9333333333vw;
    left: -10.6666666667vw;
  }
  .merit__list--left .merit__ttl::after {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    background-image: url("../images/merit_stripe.svg");
    bottom: -1.0666666667vw;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 16.8666666667vw;
  }
  .merit__list li:nth-child(1) .merit__list--left .merit__ttl.lazyloaded::before {
    background-image: url("../images/merit_ttl_1_sp.svg");
  }
  .merit__list li:nth-child(1) .merit__list--right figure {
    margin-top: 4.8vw;
  }
  .merit__list li:nth-child(2) .merit__list--left .merit__ttl.lazyloaded::before{
    background-image: url("../images/merit_ttl_2_sp.svg");
  }
  .merit__list li:nth-child(2) .merit__list--left .merit__ttl::before {
    left: -10.6666666667vw;
  }
  .merit__list li:nth-child(3) .merit__list--left .merit__ttl.lazyloaded::before {
    background-image: url("../images/merit_ttl_3_sp.svg");
  }
  .merit__list--left .merit__ttl .yellow {
    line-height: 1.2;
  }
  .merit__list--left .merit__ttl .yellow small {
    font-size: 4.5333333333vw;
  }
  .merit__list--right {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .merit__list--right figure {
    width: 78.9333333333vw;
    margin: 0 auto;
    margin-top: 2.4vw;
  }
  .merit__notice h3 {
    font-size: 4.2666666667vw;
    top: -3.2vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .merit__notice h3 span {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .merit__notice h3 span::before,
  .merit__notice h3 span::after {
    width: 0.5333333333vw;
  }
  .merit__notice h3 span::before {
    left: 0;
  }
  .merit__notice h3 span::after {
    right: 0;
  }
  .merit__notice p {
    font-size: 3.7333333333vw;
  }

  /* --------プラスアルファ---------- */
  .plus_alpha {
    width: 94%;
    margin: 30px auto 60px;
    border-radius: 10px;
    padding: 80px 20px 30px;
  }
  .plus_alpha::after {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    background-image: url("../images/merit_stripe.svg");
    bottom: -1.0666666667vw;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 17.8666666667vw;
  }
  .plus_alpha__list li h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .plus_alpha__list li h4 span {
    padding: 0 8px;
    padding-right: 2.4vw;
    padding-left: 2.4vw;
  }
  .plus_alpha__list li h4 span:nth-child(1) {
    margin-bottom: 0.8vw;
  }
  .plus_alpha__list li figure {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .plus_alpha__list li p {
    width: 94%;
    margin: 0 auto;
  }
  .plus_alpha__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plus_alpha__list li {
    width: 100%;
  }
  .plus_alpha__list li:nth-child(1) {
    margin-bottom: 30px;
  }

/* -------仕組み(sp)--------- */
.headline_box {
  width: 90%;
  margin: 0 auto 20px;
  padding: 20px 10px;
}
.headline_box p,.headline_box_blue p {
  font-size: 20px;
  line-height: 1.0em;
}

.headline_box span, #top .headline_box_blue span {
  font-size: 12px;
}
span.sub_subj {
font-size: 65%;
}

/* -----オンライン春期講習で成績アップ----- */
#shikumi{
  padding: 50px 0;
}
.shikumi_img{
  width: 100%;
}
.shikumi_desc_box{
  width: 100%;
  padding: 30px 10px 30px;
  font-size: 14px;
  line-height: 1.4em;
}
.shikumi_desc_box .caution{
  text-align: left;
}
.shikumi_desc_box::before{
  top: 4px;
  left: 4px;
}
.shikumi_desc_box.lazyloaded::after{
  content: "";
  background-image: url(../../common/images/top/light.png);
}
.shikumi_desc_box::after{
  width:120px;
  height:60px;
  padding-top: 10px;
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
}
.shikumi_desc_title p{
  font-size: 18px;
}
.shikumi_desc_title p::before,
.shikumi_desc_title p::after{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #0068B7;
}
.shikumi_desc_title p::before{
  left: -65px;
}
.shikumi_desc_title p::after{
  right: -65px;
}
.shikumi_inner{
  width: 90%;
}

 /* #anclink01 */
 .anclink_wrap{
  padding: 30px 0 0;
  flex-wrap: wrap;
}
.anclink_wrap li{
  width: 47%;
  padding-bottom: 20px;
}
.anclink_wrap li:nth-of-type(3),
.anclink_wrap li:nth-of-type(4){
  padding-bottom: 0;
}
a.anclinkBtn{
  font-size: 16px; 
  padding: 10px 3px 10px;
  height: 70px;
}
/* #anclink02*/
.anclink_wrap02{
  margin: 30px auto;
  padding: 20px 0 20px 4px;
}
.anclink_wrap02 li{
  width: 32.5%;
  max-width: 110px;
}
.anclink_wrap02 li a{
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  border: 2px solid #0068B7;
  height: 55px;;
}
.anclink_wrap02 a.anclinkBtn::before{
  bottom: 10px
}
a.anclinkBtn.anc02 {
  border-radius: 0 0 15px 15px;
}
/* /#anclink02*/

.blue_title_box{
  font-size: 20px;
}
.upper_row{
  padding-bottom: 30px;
}
.upper_row_only{
  padding-bottom: 30px;
}
.lower_row .shikumi_inner{
  width: 95%;
}
.lead_txt{
  font-size: 18px;
  padding: 20px 0;
}
.detail_txt_box{
  padding-bottom: 30px;
}
/* ---------定期テスト対策--------- */
.lower_row{
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.uv_wrap{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 0;
}
.uv_txt{
  width: 70%;
  font-size: 12px;
  line-height: 1.4em;
}
.uv_balloon{
  padding: 10px 5px;
  margin-right: 10px;
  margin-top: 0;
}
.uv_balloon::before{
  right: -10px;
  bottom: 50%;
  border-left: 10px solid #0068B7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.uv_balloon::after{
  right: -8px;
  bottom: 50%;
  border-left: 10px solid #FFFEF7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.student_img{
  width: 30%;
}
.student_info{
  font-size: 10px;
  padding-top: 10px;
  padding-left: 5px;
}
.col2_wrap{
  display: block;
  padding: 20px 0 0;
}
.txt_row{
  width: 100%;
}
.txt_row .lead_txt{
  padding: 0 0 20px;
}
.col2_wrap picture{
  width: 100%;
}

/* ---------ひまひまさん動画---------- */
.hima_box {
  width: auto;
  margin: 1rem;
  padding: 1.2rem;
}
.arrow_box {
    padding: 5px;
    font-size: 1.5rem;
}
.arrow_box:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 14px solid #0068b7;
  z-index: 2;
}

.arrow_box:after {
  content: "";
  position: absolute;
  bottom: -24.5px;
  left: 50%;
  margin-left: -16px;
  border: 9px solid transparent;
  z-index: 1;
}
.hima_nametext {
  font-size: 1.4rem;
  margin-bottom: -0.8rem;
  line-height: 1.4rem;
}
.hima_nametext .sizeup {
  font-size: 1.6rem;
}
.hima_nametext .upbold {
  font-size: 1.6rem;
}
.himahima-play-icon {
  position: absolute !important;
  top: calc(50% - 10px) !important;
  left: calc(50% - 17px) !important;
  width: 34px !important;
  height: 24px !important;
}

/* ------------ 選べるコース ------------ */
#course_detail{
  padding: 30px 0;
}
.course_wrap .col-3.flexbox{
  display: block;
}
#course_detail .course_box{
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#course_detail .course_box:nth-last-child(1){
  margin-bottom: 0;
}
#course_detail .course_title{
  font-size: 20px;
  padding-bottom: 15px;
}
#course_detail .course_detail_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
#course_detail .course_detail_wrap picture{
  width: 45%;
}
#course_detail .subj{
  width: 55%;
  margin-top: 0;
  margin-left: 5px;
}
#course_detail .subj.high_subj li{
  font-size: 90%;
}
#course_detail .subj.high_subj li:not(:nth-of-type(3)){
  margin-right: 0
}
#course_detail .subj.high_subj li:nth-of-type(2){
  /* 数学 */
  margin-right: 2%
}
#course_detail .subj.high_subj li.subj_col2:nth-of-type(1){
  /* 国語 */
  width: 100%;
  margin-right: 0;
}
#course_detail .subj li.subj_col3.sp_col2{
  /* 数学・英語 */
  width: 49%;
}
.sub_subj{
  font-size: 75%;
}

/* ----- 実際のオンライン春期講習の様子はこちら----- */
#movie_area {
  padding: 50px 0;
}
.slash_wrap h2.slash {
  font-size: 15px;
}
  .slash_wrap .slash::before, .slash_wrap .slash::after {
    position: absolute;
    top: 0.1rem;
    height: 2.3rem;
    content: '';
}


  /* ------------ 受講概要 ------------ */
  .attend_detail {
    margin: 30px auto 0;
  }
  .attend_detail__list {
    font-size: 3.7333333333vw;
    line-height: 1.643;
    border-top: solid 1px #323333;
    border-bottom: none;
    width: 90%;
    border-spacing: 0;
    margin: 30px auto;
  }
  .attend_detail__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .attend_detail__cont th {
    font-weight: 500;
    border-right: none;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: solid 1px #323333;
    background-color: #eaeae5;
  }
  .attend_detail__cont td {
    padding-top: 2.6666666667vw;
    padding-right: 1.6vw;
    padding-bottom: 5.6vw;
    padding-left: 2.6666666667vw;
  }
  .attend_detail__cont td a::after {
    border-bottom: solid 1px #0d63af;
  }
  .attend_detail__cont:nth-child(even) {
    background-color: #fff;
  }
  .attend_detail__cont:not(:last-child) {
    border-bottom: solid 1px #323333;
  }
  .attend_detail__cont ul {
    margin-top: 0.5em;
  }
  .attend_detail__cont ul .indent:nth-of-type(1),
  .attend_detail__cont ul .indent:nth-of-type(2) {
    border-bottom: dashed 1px #323333;
  }

/* ------------ 入塾の流れ ------------ */
.join_flow {
  padding-bottom: 0 !important;
}
.join_flow .common_inner {
  padding: 50px 0 60px;
}

.join_flow__bgwrap {
  max-width: 100%;
  width: 83.7333333333vw;
  border-top-left-radius: 2.1333333333vw;
  border-top-right-radius: 2.1333333333vw;
  border-bottom-left-radius: 2.1333333333vw;
  border-bottom-right-radius: 2.1333333333vw;
  padding-top: 9.0666666667vw;
  padding-right: 5.8666666667vw;
  padding-bottom: 10.6666666667vw;
  padding-left: 5.8666666667vw;
}
.join_flow__left {
  width: 100%;
}
.join_flow__left p {
  margin: 0 auto;
  line-height: 1.714;
  width: 69.3333333333vw;
}
.join_flow__left p .marker {
  font-size: 4.2666666667vw;
  line-height: 1;
}
.join_flow__left p sup {
  font-size: x-small;
}
.join_flow__list {
  counter-reset: number 0;
  position: relative;
}
.join_flow__list::before,
.join_flow__list::after {
  background-image: url("../images/flow_parts_sp.svg");
  width: 84.2666666667vw;
  height: 5.6vw;
}
.join_flow__list::before {
  top: -9.0666666667vw;
}
.join_flow__list::after {
  bottom: -10.6666666667vw;
  -webkit-transform: translateX(-50%) scale(1, -1);
  transform: translateX(-50%) scale(1, -1);
}
.join_flow__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.join_flow__list li h4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.2666666667vw;
  line-height: 1.375;
  margin-bottom: 1.6vw;
}
.join_flow__list li h4::before {
  font-size: 5.6vw;
  width: 8.8vw;
  height: 8.8vw;
  margin-right: 1.8666666667vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.join_flow__list li h4::after {
  font-size: 3.2vw;
  top: -4.2666666667vw;
  left: 0.5333333333vw;
}
.attention {
  font-size: 2.6666666667vw;
  line-height: 1;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.join_flow__list li figure {
  margin-left: 0;
  margin: 0 auto;
  text-align: center;
  width: 66.6666666667vw;
}
.join_flow__list li:nth-child(1) h4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.join_flow__list li:nth-child(1) figure {
  width: 57.0666666667vw;
  margin-left: auto;
  margin-right: 3.2vw;
  margin-top: 1.5em;
}
.join_flow__list li:nth-child(1) figure:before {
  width: 20.5333333333vw;
  height: 20.5333333333vw;
  top: -1.8666666667vw;
  left: -11.7333333333vw;
}
.join_flow__list li:nth-child(4) p {
  margin-bottom: 1em;
}
.join_flow__list li:not(:last-child)::after {
  content: "";
  background-image: url("../images/flow_line_sp.svg");
  margin-top: 5.6vw;
  margin-bottom: 6.6666666667vw;
  width: 68.2666666667vw;
  height: 4.5333333333vw;
}

  /* --------sp春期講習無料体験cta --------*/
  .sp_special_cta {
    justify-content: center;
    position: relative;
    background: #6495ed;
    color: white;
    flex-direction: column;
    background: url(../images/bg_stripe_spring.png) repeat;
    background-size: 0.8rem;
  }
  .all_special_cta_txt {
    text-align: center;
    padding: 2rem 0 1rem 0;
    max-width: 330px;
    margin: auto;
}
.special_cta_txt2 {
  font-size: 34px;
  font-weight: bold;
}
.sp_special_cta .small {
  font-size: 23px;
}
  .special_cta_txt2 .price-sale {
    color: #ffd726;
  }
  .sp_special_cta .howtosteps__steps__item__campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    position: relative;
    background-size: 0.8rem;
    width: 100%;
    background-size: auto auto;
    flex-wrap: wrap;
    padding: 0px 1.4rem 1.5rem 9.8rem;
}
.sp_special_cta .howtosteps__steps__item__campaign .condition {
  font-size: 1.6rem;
  white-space: nowrap;
}
.sp_special_cta .howtosteps__steps__item__campaign .price-original {
  font-size: 1.6rem;
  line-height: 1.524;
}
.sp_special_cta .howtosteps__steps__item__campaign .arrow {
  -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    border-width: 5px 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.sp_special_cta .howtosteps__steps__item__campaign .price-sale {
  color: #ffd726;
  font-size: 2.8rem;
}
.sp_special_cta .howtosteps__steps__item__campaign .more {
  width: 28%;
  position: absolute;
  left: 0rem;
}

.sp_special_cta .price-original span {
  font-size: 2.5rem;
}
.sp_special_cta .howtosteps__steps__item__campaign .price-original span {
  position: relative;
  font-size: 3.2rem;
  display: inline-block;
    font-weight: 600;
    margin-left: 0.1em;
    position: relative;
    z-index: 1;
    font-family: "Barlow", "Noto Sans JP", sans-serif;
}
.sp_special_cta .howtosteps__steps__item__campaign .price-original span::before {
  content: "";
  height: 4px;
  width: 113%;
  display: block;
  background: #ffd726;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 1;
  left: -3%;
}
.sp_special_cta .cta_btn {
  width: 100%;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 11px 12px 8px;
  box-shadow: none; /* border: 2px solid #0068b7; */
  font-weight: bold;
  line-height: 1.2em;
  background: #ffb31a;
  color: #fff;
  display: block;
}
.sp_special_cta .cta_btn::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  margin: auto;
}
.special_cta_txt1 {
  font-size: 2.8rem;
  line-height: normal;
}
.special_cta_txt1::after {
  top: 15%;
  right: 2%;
}
.special_cta_txt1::before {
  top: 18%;
  left: 2%;
}

.springcoursecv__main__img {
  width: 100%;
}

.sp_special_cta .howtosteps__steps__item__campaign .price-sale {
  color: #ffd726;
  font-size: 3.2rem;
}
.springcoursecv__main__detail {
  padding: 1rem 0 2rem 0;
  max-width: 330px;
  margin: auto;
}


.sp_special_cta {
  display: block;
}
.pc_special_cta {
  display: none;
}
/* --------/sp春期講習無料体験cta --------*/
}
