.l-page-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: -moz-linear-gradient(top, #fff 18%, #fff 35%);
  background: -webkit-linear-gradient(top, #fff 18%, #fff 35%);
  background: linear-gradient(to bottom, #fff 18%, #fff 35%);
}
.pc .l-page-wrapper {
  overflow: hidden;
}
.l-wrap,
.l-wrap--privilege,
.l-wrap--apply {
  position: relative;
  width: auto;
  padding: 0 2.34375vw;
}
.pc .l-wrap,
.pc .l-wrap--privilege,
.pc .l-wrap--apply {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.l-wrap--privilege {
  padding-bottom: 12.5vw;
  top: -3.125vw;
}
.pc .l-wrap--privilege {
  padding-bottom: 30px;
  top: -30px;
}
.l-wrap--apply {
  padding: 7.8125vw 2.34375vw;
}
.pc .l-wrap--apply {
  padding: 60px 0 30px;
}
.l-grid {
  box-sizing: border-box;
}
.l-grid:after {
  display: table;
  clear: both;
  content: "";
}
.l-grid__item {
  display: block;
  box-sizing: inherit;
  float: left;
}
.l-grid__item--1of2 {
  width: 50%;
}
.l-grid__item--1of3 {
  width: 33.33333333%;
}
.l-grid__item--1of4 {
  width: 25%;
}
.l-grid__item--1of5 {
  width: 20%;
}
.l-grid__item--1of6 {
  width: 16.66666666%;
}
.l-inline-grid {
  box-sizing: border-box;
  white-space: nowrap;
}
.l-inline-grid__item {
  display: inline-block;
  box-sizing: inherit;
}
.l-inline-grid__item--1of2 {
  width: 50%;
}
.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}
.l-inline-grid__item--1of4 {
  width: 25%;
}
.l-inline-grid__item--1of5 {
  width: 20%;
}
.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}
.l-flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex-grid__item {
  box-sizing: inherit;
}
.l-flex-grid__item--1of2 {
  width: 50%;
}
.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}
.l-flex-grid__item--1of4 {
  width: 25%;
}
.l-flex-grid__item--1of5 {
  width: 20%;
}
.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}
.l-bg--02 {
  background-color: #e4f3ff;
  background-image: radial-gradient(#c6dbf9 20%, transparent 0),
    radial-gradient(#c6dbf9 20%, transparent 0);
  background-size: 10px 10px;
  background-position: 10px 10px, 15px 15px;
}
.pc .l-bg--02 {
  background-size: 10px 10px;
}
.results__lower {
  position: relative;
}
.results__lower:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #0863c1;
  position: absolute;
  top: 0;
  left: 0;
}
.l-inner {
  padding: 6.25vw;
}
.pc .l-inner {
  padding: 30px 60px 30px;
}
.sp .privilege .l-bg--03,
.sp .apply .l-bg--03,
.sp .reason .l-bg--03 {
  padding-bottom: 0;
}
.btn {
  text-align: center;
}
.btn .btn__outer,
.btn .btn__outer--trial,
.btn .btn__outer--main,
.btn .btn__outer--topTrial,
.btn .btn__outer--topMain,
.btn .btn__outer--form,
.btn .btn__outer--form-s {
  display: block;
  padding: 10px 0;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.pc .btn .btn__outer,
.pc .btn .btn__outer--trial,
.pc .btn .btn__outer--main,
.pc .btn .btn__outer--topTrial,
.pc .btn .btn__outer--topMain,
.pc .btn .btn__outer--form,
.pc .btn .btn__outer--form-s {
  border-radius: 5px;
}
.btn .btn__outer:hover,
.btn .btn__outer--trial:hover,
.btn .btn__outer--main:hover,
.btn .btn__outer--topTrial:hover,
.btn .btn__outer--topMain:hover,
.btn .btn__outer--form:hover,
.btn .btn__outer--form-s:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.btn__outer--trial {
  background: #f39800;
  box-shadow: 0 0.9375vw 0 #5a3800, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--trial {
  box-shadow: 0 6px 0 #5a3800, 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.pc .btn__outer--trial:hover {
  box-shadow: 0 3px 0 #5a3800, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn__outer--main {
  background: #009be7;
  box-shadow: 0 0.9375vw 0 #00344e, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--main {
  padding: 20px 0;
  box-shadow: 0 6px 0 #00344e, 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--main:hover {
  box-shadow: 0 3px 0 #00344e, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn__outer--topTrial {
  background: #f39800;
  box-shadow: 0 0.9375vw 0 #5a3800, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--topTrial {
  padding: 30px 0;
  box-shadow: 0 6px 0 #5a3800, 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--topTrial:hover {
  box-shadow: 0 3px 0 #5a3800, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn__outer--topMain {
  background: #009be7;
  box-shadow: 0 0.9375vw 0 #00344e, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--topMain {
  padding: 30px 0;
  box-shadow: 0 6px 0 #00344e, 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--topMain:hover {
  box-shadow: 0 3px 0 #00344e, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn__outer--form {
  background: #ff3938;
  box-shadow: 0 0.9375vw 0 #d80403, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--form {
  padding: 30px 0;
  box-shadow: 0 6px 0 #d80403, 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--form:hover {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn__outer--form-s {
  background: #ff3938;
  box-shadow: 0 0.9375vw 0 #d80403, 0 2.1875vw 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--form-s {
  padding: 20px 0;
  box-shadow: 0 6px 0 #d80403, 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pc .btn__outer--form-s:hover {
  box-shadow: 0 3px 0 #d80403, 0 6px 0 rgba(0, 0, 0, 0.2);
}
.btn .btn__text,
.btn .btn__text--form,
.btn .btn__text--formApply,
.btn .btn__text--formBottom,
.btn .btn__text--trialBottom {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.pc .btn .btn__text,
.pc .btn .btn__text--form,
.pc .btn .btn__text--formApply,
.pc .btn .btn__text--formBottom,
.pc .btn .btn__text--trialBottom {
  padding-left: 10px;
}
.btn .btn__text:before,
.btn .btn__text--form:before,
.btn .btn__text--formApply:before,
.btn .btn__text--formBottom:before,
.btn .btn__text--trialBottom:before {
  display: inline-block;
  color: #fff;
  content: "\e903";
  font-family: "icomoon";
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 2vw;
  font-size: 3.75vw;
  width: 3.75vw;
  height: 3.75vw;
  line-height: 3.75vw;
}
.pc .btn .btn__text:before,
.pc .btn .btn__text--form:before,
.pc .btn .btn__text--formApply:before,
.pc .btn .btn__text--formBottom:before,
.pc .btn .btn__text--trialBottom:before {
  box-sizing: border-box;
  margin-right: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  text-align: center;
}
.btn__text {
  font-size: 16px;
}
.btn__text:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.pc .btn__text {
  font-size: 24px;
}
.btn__text--form {
  font-size: 16px;
  vertical-align: middle;
}
.btn__text--form:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pc .btn__text--form {
  font-size: 24px;
}
.btn__text--formApply {
  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-size: 4.0625vw;
}
.btn__text--formApply > span {
  display: block;
  font-size: 3.125vw;
  width: 15vw;
  line-height: 1;
}
.pc .btn__text--formApply > span {
  font-size: 12px;
  width: 60px;
}
.btn__text--formApply:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pc .btn__text--formApply {
  font-size: 24px;
}
.btn__text--formBottom {
  font-size: 16px;
}
.btn__text--formBottom:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pc .btn__text--formBottom {
  font-size: 20px;
}
.btn__text--trialBottom {
  font-size: 16px;
}
.btn__text--trialBottom:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pc .btn__text--trialBottom {
  font-size: 20px;
}
.btn__open {
  display: block;
  position: relative;
  color: #000;
  font-size: 3.75vw;
  font-weight: bold;
  text-align: center;
}
.btn__open span {
  font-weight: bold;
}
.pc .btn__open {
  display: none;
  font-size: 18px;
}
.btn__open:after {
  display: block;
  position: absolute;
  content: "+";
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  background-color: #e6481d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 1vw;
  right: 0;
}
.btn__open-regular {
  display: block;
  position: relative;
  color: #000;
  font-size: 4.6875vw;
  font-weight: bold;
  text-align: center;
}
.pc .btn__open-regular {
  display: none;
}
.btn__open-regular:after {
  display: block;
  position: absolute;
  content: "+";
  color: #005dc2;
  font-size: 12px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 6.5vw;
  right: 6.25vw;
}
.btn__open-regular a {
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
  border-radius: 2px;
  padding: 4.6875vw 4.6875vw 2.1875vw 0;
  box-shadow: 0 3px 0 #001a87, 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #005dc2;
  color: #fff;
}
.btn__close {
  position: relative;
  margin-top: 1.25vw;
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 2px;
  background-color: #fff;
  padding: 1.5625vw 0;
}
.btn__close a {
  text-decoration: none;
  color: #979797;
}
.btn__close a:after {
  display: block;
  position: absolute;
  content: "×";
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  background-color: #979797;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2.5vw;
  right: 3vw;
}
.pc .btn__close {
  display: none;
}
.apply {
  padding: 0 0 9.375vw;
}
.pc .apply {
  padding: 0 0 30px;
}
.apply__wrapper {
  background-color: #f8f4ed;
  background-image: radial-gradient(#e9e5df 20%, transparent 0),
    radial-gradient(#e9e5df 20%, transparent 0);
  background-size: 10px 10px;
  background-position: 10px 10px, 15px 15px;
}
.pc .apply__wrapper {
  background-size: 10px 10px;
}
.apply__hdg {
  margin-bottom: 9.375vw;
}
.pc .apply__hdg {
  margin-bottom: 30px;
}
.apply__head {
  text-align: center;
}
.pc .apply__head {
  margin-bottom: 30px;
  letter-spacing: -4px;
  font-size: 40px;
}
.apply__head-text {
  font-size: 9.375vw;
  line-height: 1.5;
  background-color: #fff04e;
  color: #1352a1;
  font-weight: 200;
}
.pc .apply__head-text {
  font-size: 62px;
}
.m-stream {
  margin-bottom: 12.5vw;
}
.pc .m-stream {
  margin-bottom: 25px;
  padding-left: 110px;
}
.m-stream__box {
  position: relative;
  background-color: #fff;
  padding: 9.0625vw 4.6875vw 7.8125vw;
  border: 1.5625vw solid #eff3f5;
}
.m-stream__box + .m-stream__box {
  margin-top: 15.625vw;
}
.pc .m-stream__box + .m-stream__box {
  margin-top: 0;
}
.pc .m-stream__box {
  padding: 35px 50px 40px;
  border: 10px solid #eff3f5;
}
.pc .m-stream__box:before,
.pc .m-stream__box:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.pc .m-stream__box:before {
  top: 20px;
  left: -25px;
  border-width: 25px 25px 25px 0;
  border-color: transparent #eff3f5 transparent transparent;
}
.pc .m-stream__box:after {
  top: 35px;
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.m-stream__box-header {
  color: #1352a1;
  font-weight: bold;
  font-size: 4.6875vw;
  text-align: center;
  margin-bottom: 4.6875vw;
}
.pc .m-stream__box-header {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
}
.m-stream__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.pc .m-stream__box-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-stream__box-content + .m-stream__box-content {
  margin-top: 4.6875vw;
}
.pc .m-stream__box-content + .m-stream__box-content {
  margin-top: 30px;
}
.m-stream__box-content .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pc .m-stream__box-additioon {
  width: 330px;
}
.m-stream__box-additioon span {
  display: block;
  color: #f39800;
  border: 3px solid #f39800;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 4.375vw;
  padding: 3.75vw 0;
  margin-bottom: 6.25vw;
}
.pc .m-stream__box-additioon span {
  padding: 14px 0;
  font-size: 17px;
  line-height: 24px;
  margin-right: 20px;
  margin-bottom: 0;
}
.m-stream__box-additioon span:after {
  content: "";
  border-top: 3px solid #f39800;
  border-right: 3px solid #f39800;
  background-color: #fff;
  display: block;
  position: absolute;
  margin: auto;
  width: 10px;
  height: 10px;
  left: 0;
  bottom: -9px;
  right: 0;
  top: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pc .m-stream__box-additioon span:after {
  top: 0;
  bottom: 0;
  left: auto;
  right: -9px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-stream__box-lists li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.125vw;
}
.pc .m-stream__box-lists li {
  padding-left: 0;
  text-indent: 0;
  font-size: 18px;
}
.m-stream__flow .arrow {
  position: static;
  width: 0;
}
.pc .m-stream__flow .arrow {
  position: absolute;
  top: 100px;
  left: -92px;
  width: 5px;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  background: #0863c1;
}
.m-stream__flow .arrow:after {
  display: block;
  position: absolute;
  content: "";
  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;
}
.pc .m-stream__flow .arrow:after {
  bottom: -5px;
  left: -10px;
  width: 26px;
  height: 60px;
  margin-left: 0;
  background: url(../../../img/season/common/ico_arr02_a.png) no-repeat;
}
.m-stream__flow .c-circle {
  position: absolute;
  border: 0.625vw solid #0863c1;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #0863c1;
  font-weight: bold;
  top: -5vw;
  left: 45vw;
  margin-left: -4.6875vw;
  width: 10vw;
  height: 10vw;
  font-size: 5.625vw;
}
.m-stream__flow .c-circle:before {
  display: none;
  content: none;
}
.pc .m-stream__flow .c-circle {
  border: 4px solid #0863c1;
  top: 10px;
  left: -130px;
  margin-left: 0;
  width: 70px;
  height: 70px;
  font-size: 36px;
}
.m-texts {
  margin-top: 0;
  padding: 25px;
}
.pc .m-texts {
  padding: 30px 20px 30px 35px;
}
.m-texts__notes .note + .note {
  margin-top: 20px;
}
.m-apply {
  position: relative;
  margin-top: 12.5vw;
  background: #0863c1;
  text-align: center;
  color: #fff;
  margin-right: -2.34375vw;
  margin-left: -2.34375vw;
  padding: 9.375vw 6.25vw;
}
.pc .m-apply {
  zoom: 1;
  padding: 30px 120px 50px;
  margin-top: 40px;
  margin-right: 0;
  margin-left: 0;
}
.m-apply__hdg {
  font-weight: bold;
  font-size: 6.25vw;
}
.pc .m-apply__hdg {
  font-size: 32px;
}
.m-apply__sub {
  margin-top: 4.6875vw;
  margin-bottom: 4.6875vw;
  font-size: 3.75vw;
  font-weight: 200;
  line-height: 1.5;
}
.pc .m-apply__sub {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.m-apply__destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pc .m-apply__destination {
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-apply__destination .box {
  font-size: 3.75vw;
}
.pc .m-apply__destination .box {
  font-size: 18px;
  padding: 2px 5px;
  border: 1px solid #fff;
  margin-right: 30px;
}
.m-apply__destination .tel {
  margin-top: 3.125vw;
  margin-left: 0;
  letter-spacing: 1px;
}
.pc .m-apply__destination .tel {
  margin-top: 0;
  margin-left: 25px;
}
.m-apply__ico {
  float: right;
  margin-top: 20px;
}
.m-apply__ico--chara {
  position: absolute;
  top: 12.5vw;
  bottom: auto;
  right: 3.125vw;
}
.pc .m-apply__ico--chara {
  top: auto;
  bottom: 50px;
  right: 50px;
}
.m-apply__ico--chara img {
  width: 15.625vw;
}
.pc .m-apply__ico--chara img {
  width: auto;
}
.m-apply__ico--chara01 {
  position: absolute;
  top: 6.875vw;
  bottom: auto;
  right: 0;
  width: 19.375vw;
}
.pc .m-apply__ico--chara01 {
  top: auto;
  bottom: 50px;
  right: 60px;
  width: 130px;
}
.m-apply__ico--chara01 img {
  width: auto;
  height: 23.125vw;
}
.pc .m-apply__ico--chara01 img {
  width: 100%;
  height: auto;
}
.m-apply--type01 {
  display: block;
  position: relative;
  overflow: visible;
  width: auto;
  margin-right: -2.34375vw;
  margin-left: -2.34375vw;
  background-color: #1352a1;
  padding: 9.375vw 6.25vw;
}
.pc .m-apply--type01 {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  margin-top: 40px;
  margin-right: 0;
  margin-left: 0;
}
.m-apply--type01 .m-apply__hdg {
  position: relative;
  width: auto;
  top: -6.25vw;
  line-height: 2;
  font-size: 4.6875vw;
  color: #fff04e;
  text-align: center;
}
.pc .m-apply--type01 .m-apply__hdg {
  top: 0;
  display: table-cell;
  font-size: 32px;
  width: 350px;
  vertical-align: middle;
}
.m-apply--type01 .m-apply__hdg span {
  display: inline-block;
  border-bottom: 1px solid #fff04e;
  font-size: 4.375vw;
  font-weight: bold;
}
.pc .m-apply--type01 .m-apply__hdg span {
  font-size: 32px;
}
.sp .m-apply--type01 .m-apply__hdg span:last-child {
  -webkit-box-ordinal-group: none;
  -ms-flex-order: none;
  order: none;
  position: relative;
  border-bottom: 0;
  height: 12.5vw;
  width: auto;
  margin-right: -12.5vw;
  top: 1.5625vw;
}
.sp .m-apply--type01 .m-apply__hdg span:last-child img {
  height: 100%;
  width: auto;
}
.m-apply--type01 .cv {
  display: inline-block;
  width: 100%;
}
.pc .m-apply--type01 .cv {
  display: table-cell;
  overflow: hidden;
  width: auto;
}
.m-apply--type01 .m-apply__ico {
  float: right;
  width: 45px;
  text-align: right;
}
.m-apply--type01 .m-apply__ico--chara {
  position: absolute;
  bottom: -16px;
  left: -47px;
  right: auto;
  width: 100px;
}
.sp .m-apply--type01 .m-apply__ico--chara {
  content: none;
}
.m-apply--type01 .m-apply__ico--chara img {
  width: 100%;
  height: auto;
}
.m-apply--type01 .m-apply__destination {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.pc .m-apply--type01 .m-apply__destination {
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-apply--type01 .m-apply__destination .box {
  font-size: 3.75vw;
}
.pc .m-apply--type01 .m-apply__destination .box {
  font-size: 18px;
  padding: 2px 5px;
  border: 1px solid #fff;
  margin-right: 30px;
}
.m-apply--type01 .m-apply__destination .tel {
  margin-top: 3.125vw;
  margin-left: 0;
  letter-spacing: 1px;
}
.pc .m-apply--type01 .m-apply__destination .tel {
  margin-top: 0;
  margin-left: 25px;
}
.m-apply:before,
.m-apply--type01:before {
  display: block;
  position: absolute;
  z-index: 2;
  width: 110px;
  height: 80px;
  top: -20px;
  left: -5px;
  background: url(../../../img/season/common/obj_l_winter.png) no-repeat;
  background-size: contain;
  content: "";
}
.pc .m-apply:before,
.pc .m-apply--type01:before {
  top: -20px;
  left: -5px;
  width: 195px;
  height: 105px;
}
.m-apply .telNum,
.m-apply--type01 .telNum {
  line-height: initial;
  font-size: 2.6rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-left: 13vw;
}
@media all and (-ms-high-contrast: none) {
  .m-apply .telNum,
  .m-apply--type01 .telNum {
    line-height: 0.97;
  }
}
.pc .m-apply .telNum,
.pc .m-apply--type01 .telNum {
  margin-left: 55px;
}
.m-apply .telNum span,
.m-apply--type01 .telNum span {
  font-weight: bold;
}
.m-apply .telNum span[data-rubi],
.m-apply--type01 .telNum span[data-rubi] {
  position: relative;
}
.m-apply .telNum span[data-rubi]:before,
.m-apply--type01 .telNum span[data-rubi]:before {
  position: absolute;
  width: 100%;
  top: -3vw;
  left: -2vw;
  content: attr(data-rubi);
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  text-align: center;
  width: 150%;
  letter-spacing: 0.3em;
}
.pc .m-apply .telNum span[data-rubi]:before,
.pc .m-apply--type01 .telNum span[data-rubi]:before {
  top: -10px;
  left: -6px;
}
.m-apply .telNum span[data-rubi]:last-of-type:before,
.m-apply--type01 .telNum span[data-rubi]:last-of-type:before {
  left: -15px;
  letter-spacing: 0.5em;
}
.pc .m-apply .telNum span[data-rubi]:last-of-type:before,
.pc .m-apply--type01 .telNum span[data-rubi]:last-of-type:before {
  left: -15px;
}
.m-apply .telNum > span:before,
.m-apply--type01 .telNum > span:before {
  position: absolute;
  display: block;
  content: "\e937";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 12vw;
  left: -13vw;
  top: -1.5vw;
}
.pc .m-apply .telNum > span:before,
.pc .m-apply--type01 .telNum > span:before {
  font-size: 50px;
  left: -55px;
  top: -10px;
}
#gHeader .hdInfo .areaBtn .tel .telTit {
  font-weight: 500;
  line-height: 1;
  padding: 2px 0 4px 10px;
  font-size: 1.3rem;
  color: #333;
  text-align: left;
}
.kv-wrapper {
  background: url(../../../img/season/2025winter/index/header_bg.jpg) no-repeat;
  position: relative;
  background-size: 1200px;
  width: 1200px;
  margin: auto;
}
.sp .kv-wrapper {
  background: url(../../../img/season/2025winter/index/header_bg_sp.jpg) no-repeat;
  background-size: 100%;
  width: 100vw;
}
.sec-kv {
  text-align: center;
}
.sec-kv__inner {
  position: relative;
  width: 100%;
  height: 280px;
}

.sec-kv__inner h1 {
  display: none;
}

.sp .sec-kv__inner h1 img {
  width: 100%;
  height: auto;
}
.sp .sec-kv__inner {
  width: 100%;
  height: 49vw;
}
.course--area {
  box-sizing: border-box;
  position: relative;
  width: 1100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px 50px;
  border-top: 15px solid #0071be;
  background-color: #fff;
  font-size: 18px;
  z-index: 2;
  text-align: center;
}
.sp .course--area {
  position: relative;
  width: 100vw;
  padding: 3.125vw;
  background-color: #fff;
}
.course--area .box-toggle > ul > li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 13.42857%;
  height: 50px;
  margin: 0 0.5% 0;
  border: 2px solid #006cac;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -3px 0 0 #e5e5e5 inset;
}

.course--area .courseSelect__area--ol .box-toggle > ul > li {
  width: 24%;
}

.pc .course--area .box-toggle > ul > li:hover {
  background-color: #006cac;
  box-shadow: none;
}
.pc .course--area .box-toggle > ul > li:hover .text {
  color: #fff;
}
.course--area .box-toggle > ul > li a {
  display: block;
  text-decoration: none;
}
.course--area .courseSelect__area--ol .box-toggle > ul > li a::after {
  content: "\e924";
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 20px;
  font-family: 'icomoon';
  font-weight: 500;
  color: #0071be;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp .course--area .box-toggle > ul > li {
  width: 48.5%;
  margin: 0 1% 1.5625vw;
}
.pc .course--area .box-toggle > ul > li:first-child {
  margin-left: 0;
}
.pc .course--area .box-toggle > ul > li:last-child {
  margin-right: 0;
}
.sp .course--area .box-toggle > ul > li:nth-child(2n+1) {
  margin-left: 0;
}
.sp .course--area .box-toggle > ul > li:nth-child(2n) {
  margin-right: 0;
}
.course--area .box-toggle > ul > li.current {
  background-color: #006cac;
  box-shadow: none;
}
.course--area .box-toggle > ul > li.current .text {
  color: #fff;
}
.course--area .box-toggle-bottom {
  display: table;
  margin: 0 auto;
  padding: 12px 25px 17px;
}
.course--area .box-toggle-bottom .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: table-cell;
  text-align: left;
  color: #006cac;
}
.course--area .courseSelect__area--ol .box-toggle-bottom .text {
  font-size: 18px;
}

.area-kinki div.kinki {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: -webkit-calc(13.42857% * 3 + 2%);
  width: calc(13.42857% * 3 + 2%);
  height: 50px;
  border: 2px solid #006cac;
  border-radius: 8px;
  margin: 0 0.5% 0 0;
  background-color: #fff;
  box-shadow: 0 -3px 0 0 #e5e5e5 inset;
}

.courseSelect__area--kinki div.kinki {
  box-sizing: border-box;
  position: relative;
  width: -webkit-calc(13.42857% * 3 + 2%);
  width: calc(13.42857% * 3 + 2%);
  height: 50px;
  border: 2px solid #006cac;
  border-radius: 8px;
  margin: 0 0.5% 0 0;
  background-color: #fff;
  box-shadow: 0 -3px 0 0 #e5e5e5 inset;
}
.pc .courseSelect__area--kinki div.kinki {
  float: left;
}
.courseSelect__area--kinki div.kinki:hover {
  background-color: #006cac;
  box-shadow: none;
}
.courseSelect__area--kinki div.kinki:hover .text {
  color: #fff;
}
.courseSelect__area--kinki div.kinki:hover .toggle-button {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.courseSelect__area--kinki div.kinki a {
  text-decoration: none;
}
.sp .courseSelect__area--kinki div.kinki,
.sp .course--area .courseSelect__area--ol .box-toggle > ul > li {
  width: 100%;
  margin: 0 1% 1.5625vw 0;
}

.courseSelect__area--kinki div.kinki .text {
  font-size: 18px;
  vertical-align: middle;
}
.sp .courseSelect__area--kinki div.kinki .text {
  font-size: 16px;
}
.courseSelect__area--kinki div.kinki .text span {
  font-size: 16px;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle;
}
.sp .courseSelect__area--kinki div.kinki .text span {
  font-size: 12px;
}
.course-title {
  font-size: 6.25vw;
  line-height: 1.5;
  background-color: #fff04e;
  color: #1352a1;
  font-weight: 200;
  display: inline-block;
  margin-bottom: 6vw;
  padding: 0 15px;
}
.pc .course-title {
  font-size: 30px;
}
.pc .course-title {
  margin-bottom: 25px;
}
.courseSelect__area--east,
.courseSelect__area--kinki,
.courseSelect__area--west {
  padding: 0;
  margin: 0 0 40px 0;
}
.courseSelect__area--east .courseSelect__areaHead,
.courseSelect__area--kinki .courseSelect__areaHead,
.courseSelect__area--west .courseSelect__areaHead,
.courseSelect__area--ol .courseSelect__areaHead {
  font-size: 20px;
  font-weight: bold;
  background: #e1dfdf;
  color: #646363;
  text-align: center;
  margin-bottom: 20px;
}
.courseSelect__area--ol .courseSelect__areaHead img {
  width: 6vw;
  padding: 0 1.5vw 1.6vw 0;
}
.pc .courseSelect__area--ol .courseSelect__areaHead img {
  width: 23px;
  padding: 0 6px 7px 0;
}
.toggle-button {
  position: absolute;
  display: block;
  top: 35%;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cac;
  border-right: 2px solid #006cac;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.courseSelect__area--kinki div.kinki .toggle-button {
  position: absolute;
  display: block;
  top: 35%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cac;
  border-right: 2px solid #006cac;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.course--area .box-toggle li.current .toggle-button {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggle-detail {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0px 20px;
}
.toggle-detail.current {
  background-color: #e4e8f5;
  border-top: 5px solid #006cac;
  margin-top: 25px;
  padding: 30px 20px;
}
.sp .toggle-detail.current {
  background-color: #fff;
  margin-bottom: 6.25vw;
  padding: 6.25vw 6.25vw;
}
.toggle-detail > ul {
  margin-top: 0px;
}
.toggle-detail > ul > li {
  display: block;
  border-radius: 5px;
  float: left;
  width: 32%;
  text-align: center;
  margin-right: 2%;
}
.toggle-detail > ul > li:last-child {
  margin-right: 0;
}
.toggle-detail > ul > li a {
  display: block;
  padding: 30px 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  padding: 20px 0;
  border-radius: 5px;
}
.toggle-detail > ul > li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 28px;
  height: 28px;
  background: url(../../../img/season/common/ico_btn-ico_a.png) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.toggle-detail > ul > li.jr-high a {
  box-shadow: 0 6px 0 #358ad5, 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #3ea3e7;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.pc .toggle-detail > ul > li.jr-high a:hover {
  box-shadow: 0 3px 0 #358ad5, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sp .toggle-detail > ul > li.jr-high a {
  box-shadow: 0 3px 0 #358ad5, 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #3ea3e7;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.toggle-detail > ul > li.high a {
  box-shadow: 0 6px 0 #1973c2, 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #358ad5;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.pc .toggle-detail > ul > li.high a:hover {
  box-shadow: 0 3px 0 #1973c2, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sp .toggle-detail > ul > li.high a {
  box-shadow: 0 3px 0 #1973c2, 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #358ad5;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.toggle-detail > ul > li.univ a {
  box-shadow: 0 6px 0 #195eba, 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #1973c2;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.pc .toggle-detail > ul > li.univ a:hover {
  box-shadow: 0 3px 0 #195eba, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sp .toggle-detail > ul > li.univ a {
  box-shadow: 0 3px 0 #195eba, 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #1973c2;
  -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s,
    -webkit-transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.sp .toggle-detail.current > ul > li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 3.125vw 0;
}
.sp .toggle-detail > ul > li:last-child {
  margin: 0;
}
.sp .toggle-detail > ul > li a span {
  font-size: 15px;
}
.sp .toggle-detail > ul > li a:after {
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.toggle-detail.current:after {
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  content: " ";
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-color: rgba(0, 110, 181, 0);
  border-bottom-color: #006cac;
  left: 35px;
  top: -51px;
  left: 17vw;
}
.pc .toggle-detail.current:after {
  left: 45px;
}

.sec01 {
  border-bottom: 1px solid #e0ecf9;
  background: #fff;
  position: relative;
  margin-top: 50px;
}
.sec01__img img {
  width: 100%;
  height: auto;
}
.sp .sec01__img img {
  width: 100%;
  height: auto;
}
.l-page__main > .l-wrap {
  margin-bottom: 6vw;
}
.pc .l-page__main > .l-wrap {
  margin-bottom: 20px;
}
.pc .btn__outer--form {
  padding: 10px 0;
}
.pc .btn .btn__text--formApply {
  padding-left: 25px;
}
.pc .btn .btn__text--formApply:before {
  position: absolute;
  top: 10px;
  left: 37px;
}
.sp .m-apply {
  margin-top: 0;
}
.sp .m-apply:before {
  top: -8vw;
}
.sp .m-apply__sub {
  margin-top: 0;
}
.sp .m-apply__ico--chara01 {
  top: -42.5vw;
  right: 21.25vw;
  z-index: 2;
}
.pc .m-apply__ico--chara01 {
  top: 0;
  right: 0;
}
.pc .m-apply__destination {
  margin-top: 25px;
}
.sp .m-apply__destination {
  margin-top: 3.125vw;
}
.m-apply__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-apply__contact-box {
  width: 48%;
}
.m-apply__contact-text {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff04e;
  position: relative;
}
.m-apply__contact-text:before,
.m-apply__contact-text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #fff04e;
  bottom: 0;
}
.m-apply__contact-text:before {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: 45px;
}
.m-apply__contact-text:after {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  right: 45px;
}
.sp .m-apply__contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp .m-apply__contact-box {
  width: 100%;
}
.sp .m-apply__contact-box:first-child {
  margin: 0 0 6.25vw 0;
}
.sp .m-apply__contact-text {
  font-size: 4.0625vw;
}
.sp .btn__text--formApply > span.viewSp {
  font-size: 4.0625vw;
  width: auto;
  font-weight: bold;
}
.btn__txt-contact {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: -13px 0 0 -36px;
  display: inline-block;
}
.m-apply__hdg {
  font-weight: bold;
  font-size: 6.25vw;
}
.pc .m-apply__hdg {
  font-size: 32px;
}
.m-apply__sub {
  margin-top: 4.6875vw;
  margin-bottom: 4.6875vw;
  font-size: 3.75vw;
  font-weight: 200;
  line-height: 1.5;
}
.pc .m-apply__sub {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.m-apply__destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pc .m-apply__destination {
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-apply__destination .box {
  font-size: 3.75vw;
}
.pc .m-apply__destination .box {
  font-size: 18px;
  padding: 2px 5px;
  border: 1px solid #fff;
  margin-right: 30px;
}
.m-apply__destination .tel {
  margin-top: 3.125vw;
  margin-left: 0;
  letter-spacing: 1px;
}
.pc .m-apply__destination .tel {
  margin-top: 0;
  margin-left: 25px;
}
.m-apply__ico {
  float: right;
  margin-top: 20px;
}
.m-apply__ico--chara {
  position: absolute;
  top: 12.5vw;
  bottom: auto;
  right: 3.125vw;
}
.pc .m-apply__ico--chara {
  top: auto;
  bottom: 50px;
  right: 50px;
}
.m-apply__ico--chara img {
  width: 15.625vw;
}
.pc .m-apply__ico--chara img {
  width: auto;
}
.m-apply__ico--chara01 {
  position: absolute;
  top: 6.875vw;
  bottom: auto;
  right: 0;
  width: 19.375vw;
}
.pc .m-apply__ico--chara01 {
  top: auto;
  bottom: 50px;
  right: 60px;
  width: 130px;
}
.m-apply__ico--chara01 img {
  width: auto;
  height: 23.125vw;
}
.pc .m-apply__ico--chara01 img {
  width: 100%;
  height: auto;
}
.m-apply--type01 {
  display: block;
  position: relative;
  overflow: visible;
  width: auto;
  margin-right: -2.34375vw;
  margin-left: -2.34375vw;
  background-color: #1352a1;
  padding: 9.375vw 6.25vw;
}
.pc .m-apply--type01 {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  margin-top: 40px;
  margin-right: 0;
  margin-left: 0;
}
.m-apply--type01 .m-apply__hdg {
  position: relative;
  width: auto;
  top: -6.25vw;
  line-height: 2;
  font-size: 4.6875vw;
  color: #fff04e;
  text-align: center;
}
.pc .m-apply--type01 .m-apply__hdg {
  top: 0;
  display: table-cell;
  font-size: 32px;
  width: 350px;
  vertical-align: middle;
}
.m-apply--type01 .m-apply__hdg span {
  display: inline-block;
  border-bottom: 1px solid #fff04e;
  font-size: 4.375vw;
  font-weight: bold;
}
.pc .m-apply--type01 .m-apply__hdg span {
  font-size: 32px;
}
.sp .m-apply--type01 .m-apply__hdg span:last-child {
  -webkit-box-ordinal-group: none;
  -ms-flex-order: none;
  border: none;
  position: relative;
  border-bottom: 0;
  height: 12.5vw;
  width: auto;
  margin-right: -12.5vw;
  top: 1.5625vw;
}
.sp .m-apply--type01 .m-apply__hdg span:last-child img {
  height: 100%;
  width: auto;
}
.m-apply--type01 .cv {
  display: inline-block;
  width: 100%;
}
.pc .m-apply--type01 .cv {
  display: table-cell;
  overflow: hidden;
  width: auto;
}
.m-apply--type01 .m-apply__ico {
  float: right;
  width: 45px;
  text-align: right;
}
.m-apply--type01 .m-apply__ico--chara {
  position: absolute;
  bottom: -16px;
  left: -47px;
  right: auto;
  width: 100px;
}
.sp .m-apply--type01 .m-apply__ico--chara {
  content: none;
}
.m-apply--type01 .m-apply__ico--chara img {
  width: 100%;
  height: auto;
}
.m-apply--type01 .m-apply__destination {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.pc .m-apply--type01 .m-apply__destination {
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-apply--type01 .m-apply__destination .box {
  font-size: 3.75vw;
}
.pc .m-apply--type01 .m-apply__destination .box {
  font-size: 18px;
  padding: 2px 5px;
  border: 1px solid #fff;
  margin-right: 30px;
}
.m-apply--type01 .m-apply__destination .tel {
  margin-top: 3.125vw;
  margin-left: 0;
  letter-spacing: 1px;
}
.pc .m-apply--type01 .m-apply__destination .tel {
  margin-top: 0;
  margin-left: 25px;
}

.pc .m-apply:before,
.pc .m-apply--type01:before {
  top: -20px;
  left: -5px;
  width: 195px;
  height: 105px;
}
.m-apply .telNum,
.m-apply--type01 .telNum {
  line-height: initial;
  font-size: 2.6rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-left: 13vw;
}
.pc .m-apply .telNum,
.pc .m-apply--type01 .telNum {
  margin-left: 55px;
}
.m-apply .telNum span,
.m-apply--type01 .telNum span {
  font-weight: bold;
}
.m-apply .telNum span[data-rubi],
.m-apply--type01 .telNum span[data-rubi] {
  position: relative;
}
.m-apply .telNum span[data-rubi]:before,
.m-apply--type01 .telNum span[data-rubi]:before {
  position: absolute;
  width: 100%;
  top: -3vw;
  left: -2vw;
  content: attr(data-rubi);
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  text-align: center;
  width: 150%;
  letter-spacing: 0.3em;
}
.pc .m-apply .telNum span[data-rubi]:before,
.pc .m-apply--type01 .telNum span[data-rubi]:before {
  top: -10px;
  left: -6px;
}
.m-apply .telNum span[data-rubi]:last-of-type:before,
.m-apply--type01 .telNum span[data-rubi]:last-of-type:before {
  left: -15px;
  letter-spacing: 0.5em;
}
.pc .m-apply .telNum span[data-rubi]:last-of-type:before,
.pc .m-apply--type01 .telNum span[data-rubi]:last-of-type:before {
  left: -15px;
}
.m-apply .telNum > span:before,
.m-apply--type01 .telNum > span:before {
  position: absolute;
  display: block;
  content: "\e937";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 12vw;
  left: -13vw;
  top: -1.5vw;
}
.pc .m-apply .telNum > span:before,
.pc .m-apply--type01 .telNum > span:before {
  font-size: 50px;
  left: -55px;
  top: -10px;
}

/* ボタン配置の修正改20211011 */

/* .pc .course--area .courseSelect__area--east .box-toggle > ul > li {
  width: 11.6%;
} */
.pc .course--area .courseSelect__area--kinki .box-toggle > ul > li {
  width: 137.31px;
}

/* ブレードにあったcss */

.pc #contents.is_full_column {
  width: 100%;
  padding: 0 0;
}

.detail-title {
  display: none;
  background: #e1dfdf;
  color: #646363;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.back_menu {
  margin-top: 12px;
  text-align: center;
  font-size: 90%;
}

/* js改修202206 */

.courseSelect__tab {
  display: flex;
  flex-wrap: wrap;
}

.js-area-item {
  max-height: 0;
  transition: all .2s ease;
  overflow: hidden;
}

.js-area-item.current {
  overflow: visible;
  max-height: 80vw;
}
.pc .js-area-item.current {
  max-height: 180px;
}


.courseSelect__toggle.none {
  display: none;
}

.js-area.none {
  display: none;
}

.kinki.none {
  display: none;
}

.back_menu {
  text-align: center;
  border-radius: 25px;
  width: 200px;
  margin: auto;
  padding: 10px 20px 10px 0px;
  color: #006cac;
}
.back_menu:hover {
  text-decoration: underline;
}

.back_menu:after {
  font-family: "icomoon";
  font-weight: 500;
  line-height: 1;
  font-size: 6.875vw;
  color: #0071be;
  content: "\e905";
  pointer-events: none;
  position: absolute;
  transform: rotate(-90deg);
}
.pc .back_menu:after {
  font-size: 25px;
}