@charset "UTF-8";

.method__point-title--upper {
  font-size: 5.2vw;
}

.pc .method__point-title--upper {
  font-size: 40px;
}

/* m-media
-----------------------------------------------------------------*/
/* 授業内容
-----------------------------------------------------------------*/
.m-media {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 55px 40px;
  background: #e4f3ff;
}

.m-media__img,
.m-media__body {
  display: table-cell;
  vertical-align: middle;
}

.m-media__img {
  position: relative;
  padding-right: 25px;
  vertical-align: top;
}

.m-media__img .txt {
  display: inline-block;
  position: absolute;
  top: -12px;
  left: -10px;
  padding: 10px 20px;
  background: #ec4501;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.m-media__body .course .txt {
  padding: 2px 10px;
  background: #0073bc;
  color: #fff;
}

.m-media__body .hdg {
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
  color: #354579;
  font-size: 28px;
  font-weight: bold;
}

.sp .m-media__body .hdg {
  font-size: 18px;
}

.m-media__body .hdg .sub {
  display: block;
  font-size: 14px;
}

.m-media__body .detail {
  margin-top: 5px;
  display: table;
}

.m-media__body .detail:first-of-type {
  margin-top: 15px;
}

.m-media__body .detail dt,
.m-media__body .detail dd {
  display: table-cell;
}

.m-media__body .detail dt {
  width: 65px;
  padding-top: 2.5px;
  vertical-align: top;
}

.m-media__body .detail dt .inner {
  display: block;
  border: 1px solid #29396f;
  background: #fff;
  text-align: center;
  color: #29396f;
  font-size: 13px;
  font-weight: bold;
}

.m-media__body .detail dd {
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  padding-left: 9px;
}

.m-media__body .detail dd .time {
  padding-left: 10px;
}

.m-media__body .detail dd .em {
  font-weight: bold;
}

.m-media__body .txt {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.sp .m-media {
  display: block;
  padding: 34px 20px 25px;
}

.sp .m-media__img,
.sp .m-media__body {
  display: block;
  vertical-align: top;
}

.sp .m-media__body {
  padding-top: 22px;
}

.sp .m-media__body .txt {
  font-size: 15px;
}

.sp .m-media .m-media__img .txt {
  left: -25px;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  font-size: 11px;
}

.learningPoint__detail, .learningPoint__detail--rightArrow {
  margin-bottom: 3.125vw;
}

.pc .learningPoint__detail, .pc .learningPoint__detail--rightArrow {
  margin-bottom: 20px;
}

.m-media__img .photo {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 254px;
}

.m-media__img .photo img {
  width: 234px;
}

.sp .m-media__img {
  padding-right: 0;
  max-width: 260px;
}

.sp .m-media__img img {
  max-width: 100%;
  height: auto;
}

.sp .m-media__img .photo {
  position: relative;
  width: 175px;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}

.sp .m-media__body .detail dt {
  width: 45px;
  padding-top: 2.5px;
}

.sp .m-media__body .detail dt .inner {
  width: 45px;
  vertical-align: bottom;
  font-size: 9px;
}

.sp .m-media__body .detail dd {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  vertical-align: bottom;
  font-size: 13px;
  line-height: 1;
}

/* results
-----------------------------------------------------------------*/
/* 合格実績
-----------------------------------------------------------------*/

.c-accent {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.c-accent__inner {
  display: inline-block;
  position: relative;
}
.sp .c-accent__inner {
  margin-bottom: 2vw;
}

.c-accent__inner:before,
.c-accent__inner:after {
  display: inline-block;
  position: absolute;
  top: 10px;
  width: 3px;
  height: 35px;
  background: #fff;
  content: '';
}

.sp .c-accent__inner:before,
.sp .c-accent__inner:after {
  width: 1px;
  height: 25px;
}

.c-accent__inner:before {
  left: -15px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.sp .c-accent__inner:before {
  top: 5px;
  left: -10px;
}

.c-accent__inner:after {
  right: -15px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.sp .c-accent__inner:after {
  top: 5px;
  right: -10px;
}

.c-accent__inner .txt {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}

.c-accent--blue01 {
  color: #1352a1;
}

.c-accent--blue01 .c-accent__inner:before,
.c-accent--blue01 .c-accent__inner:after {
  background: #1352a1;
}

.c-accent--red01 {
  color: #ff6d6c;
}

.c-accent--red01 .c-accent__inner:before,
.c-accent--red01 .c-accent__inner:after {
  background: #ff6d6c;
}

.c-bean {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}

.c-bean__txt {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.c-bean__txt--width04 {
  padding-right: 25px;
  padding-left: 25px;
}

.sp .c-bean__txt--width04 {
  padding-right: 10px;
  padding-left: 10px;
}

.c-bean__txt--bg-red01 {
  background: #ff403f;
}

.c-bean__txt--fz20 {
  font-size: 20px;
  font-weight: bold;
}

.sp .c-bean__txt--fz20 {
  font-size: 14px;
  font-weight: bold;
}

.sp .results__hdgs {
  padding: 0 4vw 4vw;
}

.sec-block {
  position: relative;
  margin-bottom: 179px;
  padding-top: 35px;
  padding-bottom: 30px;
  background: url(/img/season/common/univ/result_bg.png) no-repeat bottom center;
  background-size: cover;
  background-color: #0863c1;
}

.sec-block .bg:before {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(/img/season/common/univ/block_bg02.png) no-repeat;
  background-size: 100% 100%;
  content: '';
}

.sec-block__hdg {
  text-align: center;
}

.sec-block__inner {
  overflow: hidden;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-left: 32px solid #fff240;
  background: #fff;
}

.sec-block__inner .img:first-of-type {
  float: left;
  margin-right: 50px;
}

.sec-block__inner .txt {
  overflow: hidden;
}

.sec-block__inner .txt .bal {
  position: relative;
  padding: 12px;
  border: 4px solid #0f366f;
  border-radius: 80px;
  background: #fff;
  text-align: center;
  color: #0c3371;
  font-size: 28px;
  font-weight: bold;
}

.sec-block__inner .txt .bal .num,
.sec-block__inner .txt .bal .red {
  color: #fc291c;
}

.sec-block__inner .txt .bal .fzs {
  font-size: 18px;
}

.sec-block__inner .txt .bal:after,
.sec-block__inner .txt .bal:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  pointer-events: none;
}

.sec-block__inner .txt .bal:after {
  margin-left: -10px;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}

.sec-block__inner .txt .bal:before {
  margin-left: -16px;
  border-width: 16px;
  border-color: rgba(15, 54, 111, 0);
  border-top-color: #0f366f;
}

.sec-block__inner .txt .ul-a {
  margin-top: 46px;
  color: #0c3371;
  font-size: 34px;
  font-weight: bold;
}

.sec-block__inner .txt .ul-a span {
  vertical-align: middle;
}

.sec-block__inner .txt .ul-a .num {
  color: #fc291c;
}

.sec-block__inner .txt .ul-a .fzs {
  vertical-align: initial;
  font-size: 22px;
}

.sec-block__inner .txt .ul-a .ico {
  padding: 3px;
  border-radius: 3px;
  background: #f3261b;
  color: #feef52;
  font-size: 21px;
}

.sec-block__note-a {
  width: 960px;
  margin: 25px auto 0px;
  padding: 0 0 14px 0;
  color: #fff;
  font-size: 12px;
}

.sec-block__hdg02 {
  margin: 15px 0;
  text-align: center;
  color: #fef052;
  font-size: 43px;
  font-weight: bold;
}

.sec-block__hdg02 span {
  font-size: 26px;
}

.sec-block__block-bt {
  overflow: hidden;
  width: 960px;
  margin: 10px auto 0;
}

.sec-block__block-bt .box {
  box-sizing: border-box;
  width: 460px;
  min-height: 230px;
  padding: 25px 25px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-left: 32px solid #fff240;
  background: #fff;
}

.sec-block__block-bt .box .main span {
  vertical-align: middle;
}

.sec-block__block-bt .box .main .a {
  color: #0f366f;
  font-size: 26px;
  font-weight: bold;
}

.sec-block__block-bt .box .main .b {
  margin: 0 3px;
  padding: 3px;
  border: 1px solid #0f366f;
  color: #0f366f;
  font-size: 14px;
}

.sec-block__block-bt .box .main .c {
  vertical-align: bottom;
  color: #fc3c3a;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
}

.sec-block__block-bt .box .main .d {
  color: #0f366f;
  font-size: 26px;
  font-weight: bold;
}

.sec-block__block-bt .box .ul-b {
  margin-top: 35px;
  color: #0c3371;
  font-size: 22px;
  font-weight: bold;
}

.sec-block__block-bt .box .ul-b li {
  display: inline-block;
}

.sec-block__block-bt .box .ul-b span {
  vertical-align: middle;
}

.sec-block__block-bt .box .ul-b .num {
  color: #fc291c;
}

.sec-block__block-bt .box .ul-b .fzs {
  vertical-align: initial;
  font-size: 12px;
}

.sec-block__block-bt .box.left {
  float: left;
}

.sec-block__block-bt .box.right {
  float: right;
}

.sec-block__block-bt .box img {
  width: 100%;
  height: auto;
}

.sp .sec-block {
  margin-bottom: 55px;
  padding-top: 7px;
  padding-bottom: 65px;
  background: #0863c1;
}

.sp .sec-block .bg:before {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 160px;
  background: url(/img/season/common/univ/block_bg02.png) no-repeat;
  background-size: 100% auto;
  content: '';
}

.sp .sec-block__hdg {
  text-align: center;
}

.sp .sec-block__hdg img {
  width: 93%;
  height: auto;
  margin-left: 5px;
  margin-top: 30px;
}

.sp .sec-block__inner {
  width: auto;
  margin: 25px 25px 15px;
  padding: 25px;
  border-left: 16px solid #fff240;
}

.sp .sec-block__inner .img {
  float: none;
  margin-right: 0;
  text-align: center;
}

.sp .sec-block__inner .img:first-of-type {
  float: none;
  margin-right: 0;
}

.sp .sec-block__inner .img:nth-of-type(n + 2) {
  margin-top: 30px;
}

.sp .sec-block__inner .img img {
  width: 100%;
  height: auto;
}

.sp .sec-block__inner .txt {
  overflow: hidden;
  text-align: center;
}

.sp .sec-block__inner .txt .bal {
  display: inline-block;
  margin-top: 25px;
  padding: 12px;
  border: 1px solid #0f366f;
  border-radius: 80px;
  text-align: center;
  color: #0c3371;
  font-size: 14px;
  font-weight: bold;
}

.sp .sec-block__inner .txt .bal .num,
.sp .sec-block__inner .txt .bal .red {
  color: #fc291c;
}

.sp .sec-block__inner .txt .bal .fzs {
  font-size: 14px;
}

.sp .sec-block__inner .txt .bal:after,
.sp .sec-block__inner .txt .bal:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  pointer-events: none;
}

.sp .sec-block__inner .txt .bal:after {
  margin-left: -10px;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}

.sp .sec-block__inner .txt .bal:before {
  margin-left: -11px;
  border-width: 11px;
  border-color: rgba(15, 54, 111, 0);
  border-top-color: #0f366f;
}

.sp .sec-block__inner .txt .ul-a {
  margin-top: 23px;
  text-align: left;
  font-size: 17px;
}

.sp .sec-block__inner .txt .ul-a li {
  line-height: 1.6;
}

.sp .sec-block__inner .txt .ul-a span {
  vertical-align: middle;
}

.sp .sec-block__inner .txt .ul-a .num {
  color: #fc291c;
}

.sp .sec-block__inner .txt .ul-a .fzs {
  vertical-align: initial;
  font-size: 10px;
}

.sp .sec-block__inner .txt .ul-a .ico {
  padding: 3px;
  border-radius: 3px;
  background: #f3261b;
  color: #feef52;
  font-size: 10px;
}

.sp .sec-block__note-a {
  width: auto;
  margin: 0 25px;
  color: #fff;
  font-size: 10px;
}

.sp .sec-block__hdg02 {
  margin: 18px 0;
  text-align: center;
  color: #fef052;
  font-size: 23px;
  font-weight: bold;
}

.sp .sec-block__hdg02 span {
  font-size: 16px;
}

.sp .sec-block__block-bt {
  overflow: hidden;
  width: auto;
  margin: 0 25px;
}

.sp .sec-block__block-bt .box {
  box-sizing: border-box;
  width: 100%;
  min-height: inherit;
  margin: 0;
  margin-bottom: 15px;
  padding: 25px 12px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-left: 16px solid #fff240;
  background: #fff;
  text-align: center;
}

.sp .sec-block__block-bt .box .main span {
  vertical-align: middle;
}

.sp .sec-block__block-bt .box .main .a {
  color: #0f366f;
  font-size: 13px;
  font-weight: bold;
}

.sp .sec-block__block-bt .box .main .b {
  margin: 0 3px;
  padding: 3px;
  border: 1px solid #0f366f;
  color: #0f366f;
  font-size: 7px;
}

.sp .sec-block__block-bt .box .main .c {
  vertical-align: bottom;
  color: #fc3c3a;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
}

.sp .sec-block__block-bt .box .main .d {
  color: #0f366f;
  font-size: 13px;
  font-weight: bold;
}

.sp .sec-block__block-bt .box .ul-b {
  margin-top: 35px;
  color: #0c3371;
  font-size: 13px;
  font-weight: bold;
}

.sp .sec-block__block-bt .box .ul-b li {
  display: inline-block;
}

.sp .sec-block__block-bt .box .ul-b span {
  vertical-align: middle;
}

.sp .sec-block__block-bt .box .ul-b .num {
  color: #fc291c;
}

.sp .sec-block__block-bt .box .ul-b .fzs {
  vertical-align: initial;
  font-size: 10px;
}

.sp .sec-block__block-bt .box.left {
  float: none;
}

.sp .sec-block__block-bt .box.right {
  float: none;
}

.sp .sec-block__block-bt .box img {
  width: 100%;
}

.results__lower {
  display: block;
}

/* reason
-----------------------------------------------------------------*/
/* なぜ能開は国公立大学に強いのか？
-----------------------------------------------------------------*/

.reason .l-bg--03--type01 {
  padding-bottom: 60px;
}

.sp .reason .l-bg--03 {
  padding-bottom: 12vw;
}

.reason .c-hdg--type03 {
  margin-bottom: 50px;
  margin-top: 40px;
}

.reason .c-hdg--type03 .txt {
  margin-bottom: 20px;
  font-size: 58px;
  letter-spacing: -5px;
}

.reason__body {
  position: relative;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 5vw;
}
.pc .reason__body {
  margin-bottom: 60px;
}


.reason__body .inner {
  position: relative;
  padding: 40px 60px 30px;
}

.reason__body .inner .ribbon {
  position: absolute;
  top: 0;
  left: 50px;
}

.reason__body .inner .hdg {
  margin-bottom: 40px;
  text-align: center;
  color: #29396f;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.reason__body .inner .hdg--pl70 {
  padding-left: 70px;
}

.reason__body .inner .hdg .em {
  color: #0863c1;
  font-weight: bold;
}

.reason__body .inner + .inner {
  border-top: 1px solid #989898;
}

.reason__body .merit {
  padding: 50px 40px 0;
  background: #e4f3ff;
  text-align: center;
}

.reason__body .merit__hdg {
  display: inline-block;
  margin: 0 -10px;
  background: url(/img/season/common/univ/ico_border01_pc.png) repeat 0 100%;
  text-align: center;
  color: #29396f;
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
  letter-spacing: -1px;
}

.sp .reason__body .merit__hdg {
  white-space: initial;
}

.reason__body .merit__hdg .em {
  color: #0863c1;
  font-weight: bold;
}

.reason__body .merit__ico {
  margin: 20px 0 0;
}

.reason__body .merit__body {
  position: relative;
  margin: -40px -40px 0;
  padding-bottom: 50px;
}

.reason__body .merit__body .txt {
  display: inline-block;
  padding: 0 30px;
}

.reason__body .merit__body .person {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -97px;
}

.reason__body .box__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #e5e7f7;
}

.sp .reason__body .box__media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.reason__body .box__media .txt {
  padding: 5px 35px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  vertical-align: top;
}

.reason__body .box__media .img {
  vertical-align: middle;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.reason__body .box__media .img img {
  width: 324px;
}

.reason__body .box__more {
  position: relative;
  margin-top: 40px;
  padding: 25px 40px 30px;
  border: 8px solid #0073bc;
  background: url(/img/season/common/univ/bg02.png) 18px 18px/33px repeat;
}

.reason__body .box__more .ico {
  position: absolute;
  top: -40px;
  left: -30px;
  font-size: 24px;
  letter-spacing: -1px;
}

.reason__body .box__more .ico .txt {
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 500;
}

.reason__body .box__more .hdg {
  margin-bottom: 0;
  color: #29396f;
  font-size: 32px;
  padding-left: 0;
}

.reason__body .box__more .hdg--small {
  font-size: 26px;
}

.reason__body .box__more .hdg .em {
  background: #fff23a;
  color: #29396f;
}

.c-circle--type05 {
  position: relative;
  width: 114px;
  height: 114px;
  background: #0073bc;
  color: #fff04e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.reason__body .box__more .ico {
  position: absolute;
  top: -40px;
  left: -30px;
  font-size: 24px;
  letter-spacing: -1px;
}

.sp .reason .c-hdg--type03 img {
  width: 100%;
  height: auto;
}

.sp .reason .c-hdg--type03 .u-img--sp {
  display: inline;
}

.sp .reason__body .merit__ico img {
  width: 78px;
  height: 40px;
}

/* ポイント */
.reason__point {
  margin-top: 50px;
  padding-bottom: 70px;
}

.reason__point .c-hdg--type04 {
  margin-bottom: 62px;
}

.reason__point .m-box--type02 .c-bean.long-text {
  margin-left: -230px;
}

.reason__point .m-box--type02 .m-box__media {
  margin-top: -10px;
  text-align: center;
}

.reason__point .m-box--type02 .m-box__media .img {
  min-width: 200px;
}

.reason__point .m-box--type02 .m-box__media .img.pos-right {
  text-align: right;
}

.reason__point .hdg .line {
  font-size: 38px;
}

.reason__point .m-box--type02 .hdg {
  padding-right: 0;
  padding-left: 0;
}

.reason__point .lists .list {
  position: relative;
}

.reason__point .lists .list:before {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #29396f;
  content: '';
}

.reason__point .m-media {
  margin-top: 30px;
}

/* ボタン */
.reason__point .btns {
  margin-top: 30px;
}

.reason__point .btns .l-grid__item {
  float: none;
  width: 50%;
  margin: 0 auto;
}

.sp .reason__point .btns {
  margin-top: 20px;
}

.sp .reason .l-bg--03--type01 {
  padding-bottom: 35px;
}

.sp .reason .c-hdg--type03 {
  margin-bottom: 8vw;
  margin-top: 5vw;
}

.sp .reason .c-accent__inner .txt {
  font-size: 10px;
}

.sp .reason__body .inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 30px 20px;
}

.sp .reason__body .inner .ribbon {
  position: absolute;
  left: 15px;
  width: 35px;
}

.sp .reason__body .inner .ribbon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.sp .reason__body .inner .hdg {
  font-size: 20px;
}

.sp .reason__body .inner .hdg--pl70 {
  padding-left: 10px;
}

.sp .reason__body .inner .person {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 88px;
}

.sp .reason__body .inner .person img {
  width: 100%;
  height: auto;
}

.sp .reason__body .merit {
  padding: 25px 20px 25px;
}

.sp .reason__body .merit__hdg {
  display: inline;
  background-position: 0 100%;
  background-size: 5px 30px;
  font-size: 16px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0px;
}

.sp .reason__body .merit__ico {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sp .reason__body .merit__body {
  margin: 0;
  padding-bottom: 0;
}

.sp .reason__body .merit__body .txt {
  width: 100%;
  padding: 0;
}

.sp .reason__body .merit__body .txt + .txt {
  margin-top: 10px;
}

.sp .reason__body .merit__body .txt img {
  width: 100%;
  height: auto;
}

.sp .reason__body .box__media {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e5e7f7;
}

.sp .reason__body .box__media .txt {
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0px;
}

.sp .reason__body .box__media .img {
  width: 220px;
  margin: 25px auto 0;
  box-sizing: border-box;
  padding: 1.5vw;
}

.sp .reason__body .box__media .img img {
  width: 100%;
  height: auto;
}

.sp .reason__body .box__more {
  margin-top: 25px;
  padding: 25px 10px;
  background-size: 33px;
}

.sp .reason__body .box__more .ico {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 12px;
}

.sp .reason__body .box__more .ico .txt {
  padding-left: 5px;
}

.sp .reason__body .box__more .hdg {
  font-size: 15px;
}

.sp .reason__body .box__more .hdg .em {
  background: #fff23a;
  color: #29396f;
}

.sp .reason__body .c-hdg--type04 {
  font-size: 26px;
}

.sp .reason__body .c-hdg--type04 .upper {
  font-size: 18px;
  font-weight: 500;
}

.sp .reason__body .inner .hdg {
  margin-bottom: 25px;
  font-size: 5vw;
}

.sp .reason__body .inner .box__more .hdg {
  margin-bottom: 0;
}

.sp .reason__body .box__more .hdg--small {
  font-size: 18px;
}

.sp .reason__point {
  margin-top: 30px;
  padding-bottom: 10px;
}

.sp .reason__point .c-hdg--type04 {
  margin-bottom: 40px;
}

/*   .sp .reason__point .hdg .line {
   	display: inline-block !important;
   	font-size: 14px;
   }*/
.sp .reason__point .m-box--type02 .hdg {
  font-size: 18px;
}

.sp .reason__point .m-box--type02 .m-box__media {
  margin-top: 8px;
}

.sp .reason__point .m-box--type02 .c-bean.long-text {
  top: -27px;
  margin-left: -10px;
}

.sp .reason__point .m-box--type02 .m-box__media .img.pos-right {
  text-align: center;
}

.sp .reason__point .lists .list:before {
  top: 9px;
  left: -8px;
  width: 4px;
  height: 4px;
  margin-top: 0;
}

.sp .reason__point .btns .l-grid__item {
  float: none;
  width: 100%;
  margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 374px) {
  .reason__body .box__media .img {
    width: 175px;
    margin: 25px auto 0;
  }
}

.sp .box .c-circle {
  width: 67px;
  height: 67px;
}

.sp .reason__body .box__more {
  border-width: 4px;
}


/* accent
-----------------------------------------------------------------*/
/* 選べる学びのスタイル
-----------------------------------------------------------------*/

.l-bg--03--type02 {
  background-image: url(/img/season/common/univ/bg07.png), url(/img/season/common/univ/bg08.png);
  background-repeat: repeat-x, repeat;
  background-size: 0px 0px, 8px, 2px;
}

.c-accent--fz32 {
  font-size: 32px;
}

.c-accent--fz32 .c-accent__inner:before,
.c-accent--fz32 .c-accent__inner:after {
  width: 4px;
  height: 50px;
  top: 5px;
}

.c-accent--fz32 .c-accent__inner:before {
  left: -20px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.c-accent--fz32 .c-accent__inner:after {
  right: -20px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.c-accent--fz16 {
  font-size: 16px;
}

.c-accent--fz16 .c-accent__inner:before,
.c-accent--fz16 .c-accent__inner:after {
  width: 2px;
  height: 20px;
  top: 2px;
}

/* color red */
.c-accent--red01 {
  color: #ff403f;
}

.c-accent--red01 .c-accent__inner:before,
.c-accent--red01 .c-accent__inner:after {
  background: #ff403f;
}

/* color blue02 */
.c-accent--blue02 {
  color: #1352a1;
}

.c-accent--blue02 .c-accent__inner:before,
.c-accent--blue02 .c-accent__inner:after {
  background: #1352a1;
}

.sp .c-accent--fz38 .c-accent__inner .txt {
  font-size: 4vw;
}

.sp .c-accent--fz38 .c-accent__inner:before,
.sp .c-accent--fz38 .c-accent__inner:after {
  width: 2px;
  height: 20px;
  top: 7px;
}

.sp .c-accent--fz38 .c-accent__inner:before {
  left: -10px;
}

.sp .c-accent--fz38 .c-accent__inner:after {
  right: -10px;
}

.sp .c-accent--fz32 .c-accent__inner .txt {
  font-size: 5vw;
  line-height: 1.4;
}

.sp .c-accent--fz16 .c-accent__inner:before,
.sp .c-accent--fz16 .c-accent__inner:after {
  width: 1px;
  height: 15px;
  top: 12px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 374px) {
  .c-accent--fz38 .c-accent__inner .txt {
    font-size: 12px;
  }
}

.style {
  padding-top: 50px;
  padding-bottom: 40px;
}

.style .l-bg--03 {
  padding-bottom: 60px;
}

.style .c-hdg--type03 {
  margin: 30px 0 10px;
  vertical-align: middle;
}

.style .c-hdg--type03 .sub {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.6;
}

.style .c-hdg--type03 .txt {
  display: inline-block;
  width: 500px;
  line-height: 1;
}

.style .style-ttl {
  margin: 10px auto 40px;
}

.style__body {
  padding: 50px;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.style__body .intro {
  position: relative;
  margin-bottom: 70px;
  padding: 30px 60px;
  background: #e4f3ff;
}

.style__body .intro:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -25px;
  border-width: 30px 25px 0 25px;
  border-style: solid;
  border-color: #e4f3ff transparent transparent transparent;
  content: '';
}

.pc .style .intro__points {
  overflow: hidden;
  background: url(/img/season/common/univ/pc_style_person01.png) no-repeat 50% 0;
}

.pc .style .intro__points .list {
  float: left;
}

.pc .style .intro__points .list + .list {
  float: right;
}

.sp .style .intro__points .list {
  padding: 8vw 5vw 0;
}
.sp .style .intro__points .list + .list {
  padding: 3vw 5vw 0;
}
.sp .style .intro__points .list img {
  width: 100%;
}

.style .intro__ico {
  margin: -20px 0 20px;
  text-align: center;
}
.sp .style .intro__ico {
  margin: -3vw 0 5vw;
}
.sp .style .intro__ico img {
  width: 25vw;
}

.style .intro__hdg-wrapper {
  text-align: center;
}

.style .intro__hdg {
  display: inline;
  background: url(/img/season/common/univ/ico_border01_pc.png) repeat 0 100%;
  text-align: center;
  color: #29396f;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}
.sp .style .intro__hdg {
  font-size: 5vw;
}

.style .intro__hdg .em {
  color: #0863c1;
  font-weight: bold;
}

.style .media {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.sp .style .media {
  display: block;
  margin-top: 5vw;
  padding-bottom: 3vw;
}

.style .media .img,
.style .media .txt {
  display: table-cell;
  vertical-align: top;
}

.style .media .img {
  width: 305px;
  box-sizing: border-box;
}
.sp .style .media .img {
  display: block;
  width: 82%;
  margin: 5vw;
}

.style .media .img img {
  max-width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
}

.style .media .txt {
  padding-right: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.sp .style .media .txt {
  display: block;
  padding: 0vw 3vw 0vw 6vw;
  font-size: 4vw;
}

.style__body .inner .content {
  position: relative;
  border-top: 13px solid #64afde;
}

.style__body .inner .content .c-circle {
  position: absolute;
  top: -40px;
  left: -25px;
  font-size: 20px;
}

.style__body .inner .content__sub {
  text-align: center;
  color: #1352a1;
  font-size: 24px;
}

.style__body .inner .content__media {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #e5e7f7;
}

.style__body .inner .content__media:after {
  display: table;
  clear: both;
  content: '';
}

.style__body .inner .content__media .img,
.style__body .inner .content__media .small-img {
  float: right;
  margin-left: 40px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.style__body .inner .content__media .small-img {
  box-sizing: border-box;
  width: 305px;
}

.sp .style__body .inner .content__media .img {
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

.style__body .inner .content__media .img img {
  width: 324px;
}

.sp .style .style__body .inner .content__media .img img {
  width: 250px;
  height: auto;
  box-shadow: 0 2px 16px -5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 1.5vw;
}

.style__body .inner .content__media .small-img img {
  width: 100%;
}

.style__body .inner .content__media .img--left {
  float: left;
  margin-right: 40px;
  margin-left: 0;
}

.style__body .inner .content__media .txt {
  overflow: hidden;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.style__body .inner + .inner {
  margin-top: 60px;
}

.style__apply {
  margin-top: 42px;
  margin-bottom: 20px;
}

.style__apply .c-accent--blue02 {
  color: #0c50a3;
}

.style__apply .c-accent--blue02 .c-accent__inner:before,
.style__apply .c-accent--blue02 .c-accent__inner:after {
  top: auto;
  bottom: 0;
  background: #1352a1;
}

.style__apply .wrap {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 35px 50px 35px;
  border: 10px solid #358ad5;
  background: #fff;
}

.style__apply .wrap .txt-area,
.style__apply .wrap .btn-area {
  display: table-cell;
  vertical-align: middle;
}

.style__apply .wrap .txt-area .txt {
  color: #1352a1;
  font-size: 28px;
  font-weight: bold;
}

.style__apply .wrap .txt-area .sub {
  margin-top: 10px;
  color: #ff403f;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
}

.style__apply .wrap .c-btn {
  margin-top: 0;
}

.sp .style__body .intro:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-width: 20px 15px 0 15px;
  border-style: solid;
  border-color: #e4f3ff transparent transparent transparent;
  content: '';
}

.sp .style__apply .wrap .c-btn .txt {
  font-size: 4.5vw;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .style__apply .wrap .c-btn .txt {
    font-size: 14px;
  }
}

.sp .style {
  padding-top: 8vw;
  padding-bottom: 1vw;
}

.sp .style .c-hdg--type03 {
  margin: 2vw auto 8vw;
}

.sp .style .c-hdg--type03 img {
  width: 100%;
  height: auto;
}

.sp .style .c-hdg--type03 .sub {
  display: inline;
  vertical-align: baseline;
  font-size: 14px;
  line-height: normal;
}

.sp .style .c-hdg--type03 .txt {
  width: 80%;
}

.sp .style .l-bg--03 {
  padding-bottom: 25px;
}

.sp .style .c-accent__inner:before {
  top: 30px !important;
  width: 2px;
  height: 25px;
}

.sp .style .c-accent__inner:after {
  top: 30px !important;
  width: 2px;
  height: 25px;
}

.sp .style .style__body {
  padding: 20px 20px 34px;
  box-shadow: 0 2px 16px -5px rgba(0, 0, 0, 0.5);
}

.sp .style .style__body .intro {
  margin-bottom: 0;
  padding: 0;
}

.sp .style .ex-style01 {
  position: relative;
  text-align: center;
}

.sp .style .ex-style01 img {
  width: 100%;
  height: auto;
}

.sp .style .ex-style01 .deco {
  position: absolute;
  top: 26%;
  right: -15px;
}

.sp .style .ex-style01 .deco img {
  width: 85px;
  height: auto;
}

.sp .style .style__body .inner .content .c-circle {
  width: 60px;
  height: 60px;
  font-size: 10px;
}

.sp .style .style__body .inner .content .c-circle {
  top: -30px;
  left: -10px;
}

.sp .style .style__body .inner .content {
  border-top-width: 6px;
}

.sp .style .c-hdg--type03 {
  line-height: 1;
}

.sp .style .c-hdg--type03 .txt {
  font-size: 24px;
  display: inline-block;
}

.sp .style .c-hdg--type03 .txt.txt--sub {
  font-size: 14px;
  font-weight: bold;
}

.sp .style .c-hdg--type03 .txt.txt--sub + .txt {
  margin-top: 5px;
}

.sp .style .style__body .inner .content__sub {
  font-size: 15px;
}

.sp .style .style__body .inner .content__media {
  padding-top: 30px;
  margin-top: 30px;
}

.sp .style .style__body .inner .content__media .small-img {
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
  box-sizing: content-box;
  width: auto;
}

.sp .style .style__body .inner .content__media .small-img img {
  width: 250px;
  height: auto;
  box-shadow: 0 2px 16px -5px rgba(0, 0, 0, 0.5);
  padding: 1.5vw;
  box-sizing: border-box;
}

.sp .style .style__body .inner .content {
  margin-right: -20px;
  margin-left: -20px;
}

.sp .style .content .c-hdg--type03 {
  margin-top: 30px;
  margin-bottom: 14px;
}

.sp .style .style__body .inner .content__media .txt {
  margin-top: 25px;
  padding: 0 20px;
  font-size: 13px;
}

.sp .style .style__apply {
  margin-top: 5vw;
  margin-bottom: 8vw;
}

.sp .style .style__apply .wrap {
  padding: 25px 20px;
  border-width: 5px;
  margin-top: 0;
}

.sp .style .style__apply .wrap .txt-area,
.sp .style .style__apply .wrap .btn-area {
  display: block;
}

.sp .style .style__apply .wrap .txt-area .txt {
  text-align: center;
  font-size: 18px;
}

.sp .style .style__apply .wrap .txt-area .sub {
  font-size: 13px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 374px) {
  .style .ex-style01 .deco {
    top: 21%;
  }
  .style .c-hdg--type03 .txt {
    font-size: 20px;
  }
  .style .style__apply .wrap .txt-area .txt {
    font-size: 16px;
  }
  .style .style__apply .wrap .txt-area .sub {
    font-size: 11px;
  }
}

.c-btn {
  margin-top: 15px;
  text-align: center;
}

.sp .c-btn {
  margin-top: 8px;
}

.reason__point .c-btn {
  margin-top: 8px;
}

.sp .reason__point .c-btn {
  margin-top: 0;
}

.c-btn .txt:before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/img/season/common/univ/ico_btn-ico_a.png) no-repeat;
  content: '';
}

.c-btn--arrow-right .txt:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-btn--red01 a,
.c-btn--red01 .c-btn-inner {
  box-shadow: 0 6px 0 #d80403, 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #ff3938;
  -webkit-transition: color .2s, background-color .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
  -webkit-transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s, -webkit-transform .2s;
  cursor: pointer;
}

.pc .c-btn--red01 a,
.pc .c-btn--red01 .c-btn-inner {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.pc .c-btn--red01 a,
.pc .c-btn--red01 .c-btn-inner {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.sp .c-btn--red01 a,
.sp .c-btn--red01 .c-btn-inner {
  box-shadow: 0 3px 0 #d80403, 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #ff3938;
  -webkit-transition: color .2s, background-color .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
  -webkit-transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, -webkit-transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, transform .2s, -webkit-transform .2s;
}

.c-btn a,
.c-btn .c-btn-inner {
  display: block;
  padding: 30px 0;
  border-radius: 5px;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sp .c-btn a,
.sp .c-btn .c-btn-inner {
  padding: 10px 0;
  border-radius: 2px;
}

.c-btn .txt {
  position: relative;
  padding-left: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.c-btn .txt span {
  font-size: 80%;
}

.sp .c-btn .txt {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
}

.c-btn--height01 a {
  padding: 20px 0 17px;
}

.sp .c-btn--height01 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 5.5vw 0 5vw;
}

.sp .c-btn--height01 a .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.sp .c-btn .txt:before {
  top: 0;
  left: -5vw;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

/* m-stream
-----------------------------------------------------------------*/
/* お申し込みから 受講までの流れ
-----------------------------------------------------------------*/

.sp .apply .c-accent {
  margin-bottom: 10px;
  font-size: 20px;
}

.sp .apply .c-accent__inner:before,
.sp .apply .c-accent__inner:after {
  width: 2px;
}

.sp .c-hdg--type03 .txt {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}

.c-circle--type03 {
  color: #0863c1;
}

.sp .c-circle--type03 .txt {
  position: relative;
  top: 0;
}

.m-stream {
  padding-left: 110px;
}

.m-stream__box {
  position: relative;
  padding: 35px 50px 40px;
  border: 10px solid #eff3f5;
  background: #fff;
}

.m-stream__box .hdg {
  margin-bottom: 20px;
  color: #1352a1;
  font-size: 24px;
  font-weight: bold;
}

.m-stream__box:before,
.m-stream__box:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
}

.m-stream__box:before {
  top: 20px;
  left: -25px;
  border-width: 25px 25px 25px 0;
  border-color: transparent #eff3f5 transparent transparent;
}

.m-stream__box:after {
  top: 35px;
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.m-stream__box + .m-stream__box {
  margin-top: -10px;
}

.m-stream__box .content .list {
  font-size: 18px;
}

.m-stream__box .content .list + .list {
  margin-top: 5px;
}

.m-stream__box .content + .content {
  margin-top: 30px;
}

.m-stream__box .flow .c-circle {
  position: absolute;
  top: 10px;
  left: -130px;
}

.m-stream__box .flow .arrow {
  position: absolute;
  top: 100px;
  left: -92px;
  width: 5px;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  background: #0863c1;
}

.m-stream__box .flow .arrow:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: -10px;
  width: 26px;
  height: 60px;
  background: url(/img/season/common/univ/ico_arr02_a.png) no-repeat;
  content: '';
}

.m-stream__box .flow .arrow--color-blue01 {
  background: #2f7bcb;
}

.m-stream__box .flow .arrow--color-blue01:after {
  background: url(/img/season/common/univ/ico_arr02_b.png) no-repeat;
}

.apply .m-stream__box .content .addition span {
  border: 3px solid #4aaf3d;
  color: #4aaf3d;
  display: block;
  height: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  margin-right: 20px;
}

.apply .m-stream__box .content .addition span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #4aaf3d;
  border-right: 3px solid #4aaf3d;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #FFF;
}

.sp .m-stream {
  padding-left: 0;
}

.sp .m-stream__box {
  padding: 40px 15px 30px;
  border-width: 5px;
}

.sp .m-stream__box:before,
.sp .m-stream__box:after {
  content: none;
}

.sp .m-stream__box .flow .c-circle {
  top: -5vw;
  left: 45vw;
  margin-left: -4vw;
  width: 10vw;
  height: 10vw;
}

.sp .m-stream__box .hdg {
  text-align: center;
  font-size: 18px;
}

.sp .apply .m-stream__box .content .addition span {
  margin-right: 0;
}

.sp .apply .m-stream__box .content .addition span:after {
  left: 0;
  bottom: -9px;
  right: 0;
  top: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.apply .m-stream__box .ex-content01 {
  margin-top: 46px;
  margin-bottom: 20px;
}

.apply .m-stream__box .ex-content01 > p {
  color: #1352a1;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: initial;
}

.apply .m-stream__box .ex-content02 {
  width: 437px;
  margin-top: 0;
}

.sp .apply .m-stream__box .ex-content01 {
  margin-top: 23px;
  text-align: center;
  font-size: 13px;
}

.sp .apply .m-stream__box .ex-content02 {
  width: 100%;
  margin-top: 20px;
}

.c-btn--height03 a {
  padding: 25px 0 20px;
}

.sp .apply .m-stream__box .content .c-btn .txt {
  font-size: 4.5vw;
  line-height: 1;
  font-weight: 700;
}

.sp .apply .m-stream__box .content .c-btn .u-img--sp {
  display: inline;
}

.sp .apply .m-stream__box .content .addition,
.sp .apply .m-stream__box .content .c-btn {
  display: block;
}

.sp .apply .m-stream__box .content .addition {
  width: auto;
}

.sp .apply .m-stream__box .content .addition img {
  width: 100%;
  height: auto;
}

.sp .apply .m-stream__box + .m-stream__box {
  margin-top: 15vw;
}

.sp .apply .m-stream__box .flow .arrow {
  position: static;
  width: 0;
}

.sp .apply .m-stream__box .flow .arrow:after {
  bottom: -10vw;
  left: 50%;
  width: 9vw;
  height: 10vw;
  margin-left: -4.5vw;
  background-size: 9vw 10vw;
  background: url(../../img/season/common/ico_arr02_b.png) no-repeat;
  background-position: bottom;
}

.sp .apply .m-texts__arr01 {
  background: none;
}

.sp .apply .m-stream__box .content .list {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 3.7vw;
}
.sp .apply .m-stream__box .content .list.main {
  padding-left: 0;
  text-indent: 0;
}

.sp .apply .m-stream__box .content + .content {
  margin-top: 17px;
}

.sp .apply .m-stream__box .m-texts {
  padding: 25px;
}

.sp .apply .m-stream {
  margin-bottom: 40px;
}

.sp .apply .c-btn a {
  padding: 5vw 0 4vw;
}
.sp .apply .ex-content02 .c-btn a {
  padding: 6vw 0 6.5vw;
}

.sp .apply .addition + .c-btn {
  margin-top: 20px;
}

.sp .m-stream__box .c-btn .txt:before {
  top: 3vw;
}
.sp .m-stream__box .ex-content02 .c-btn .txt:before {
  top: 0;
}

/* directory */

.directory {
  padding: 8vw 0 8vw;
  background: #f2f3f6;
}

.pc .directory {
  padding: 30px 0 20px;
}