@charset "UTF-8";
main {
  overflow: hidden;
  background: #fff;
  color: #0F2942;
}

a {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.only-sp-inline {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .only-sp-inline {
    display: none;
  }
}
.only-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}
.only-pc-inline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .only-pc-inline {
    display: inline;
  }
}
.nowrap {
  white-space: nowrap;
}

.l-hamburger {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.l-hamburger.is-active ._bar {
  background-color: transparent;
}

.l-hamburger.is-active ._bar::before, .l-hamburger.is-active ._bar::after {
  top: 0;
}

.l-hamburger.is-active ._bar::before {
  transform: rotate(45deg);
}

.l-hamburger.is-active ._bar::after {
  transform: rotate(-45deg);
}

.l-hamburger.is-active ._txt {
  width: 26px;
}

.l-hamburger.is-active ._close {
  display: block;
}

.l-hamburger.is-active ._open {
  display: none;
}

.l-hamburger ._close {
  display: none;
}

.l-hamburger ._txt {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 35px;
  transform: translate(-50%, 0);
}

.l-hamburger ._bar {
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 18px;
  height: 2px;
  transform: translate(-50%, 0);
  border-radius: 2px;
  background: #1F1E1D;
}

.l-hamburger ._bar::before, .l-hamburger ._bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  transition: transform 0.4s ease;
  border-radius: 2px;
  background: #1F1E1D;
}

.l-hamburger ._bar::before {
  top: -5px;
}

.l-hamburger ._bar::after {
  top: 5px;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.l-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 375px;
  height: 68px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header__logo {
  position: relative;
  width: 100%;
  max-width: 117px;
  height: 43px;
  margin-right: 14px;
  overflow: hidden;
}

.l-header__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header__cta {
  position: relative;
  width: 100%;
  max-width: 160px;
  height: 44px;
  overflow: hidden;
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}

.l-header__cta img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-top: 84px;
  transition: left 0.4s ease;
  background: rgba(229, 248, 255, 0.9);
}

.l-nav.is-active {
  left: 0;
}

.l-nav__inner {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-nav__item {
  margin-bottom: 6px;
  text-align: center;
}

.l-nav__item:last-child {
  margin-bottom: 16px;
}

.l-nav__item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 311px;
  height: 40px;
  transition: 0.4s ease;
  transition-property: background-color, color;
  border: 1px solid #00A9DE;
  border-radius: 4px;
  background: #fff url(../../images/page-campaign-online-2022/fix/nav/arrow.svg) no-repeat center right 14px/7px;
  color: #00A9DE;
  font-size: 16px;
  font-weight: 700;
}

@media (hover: hover) {
  .l-nav__item > a:hover, .l-nav__item > a:active {
    opacity: 1;
    background: #00A9DE url(../../images/page-campaign-online-2022/fix/nav/arrow-white.svg) no-repeat center right 14px/7px;
    color: #fff;
  }
}
.l-nav__btn {
  display: block;
  position: relative;
  width: 343px;
  height: 80px;
  overflow: hidden;
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}

.l-nav__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-example {
  position: relative;
  margin-bottom: 80px;
  padding-top: 248.8%;
}

.l-example.lazyloaded {
  background: url(../../images/page-campaign-online-2022/fix/example/bg.png) no-repeat center/cover;
}

.l-example__btn {
  display: block;
  position: absolute;
  bottom: 48px;
  left: 50%;
  width: 343px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  transform: translateX(-50%);
  filter: drop-shadow(0 1px 2px rgba(204, 0, 74, 0.3));
}

.l-example__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-form {
  position: relative;
  margin-top: 63px;
}

.l-form__bg {
  position: relative;
  padding-top: 105.33333%;
  overflow: hidden;
}

.l-form__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-form__txt {
  position: absolute;
  bottom: 24px;
  left: 50%;
  max-width: 254px;
  margin: 0 auto;
  margin-bottom: 8px;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 14px;
  font-size: 20px;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.2;
  white-space: nowrap;
}

.l-form__main {
  position: relative;
  padding-top: 32px;
  padding-bottom: 7px;
  background: #E5F8FF;
}

.l-form__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  background: #0F2942;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.l-form__main-inner {
  padding: 0 4px;
}

.l-form__main-txt {
  max-width: 329px;
  margin: 0 auto 30px;
  color: #728889;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.form-group p {
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C7C7C7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C7C7C7;
}

input::placeholder,
textarea::placeholder {
  color: #C7C7C7;
}

form .must {
  background: #00A9DE;
}

.form-group .form-label {
  line-height: 1.5;
}

.l-question {
  padding-top: 72px;
}

.l-question__ttl {
  position: relative;
  width: 160px;
  height: 55px;
  margin: 0 auto 24px;
  overflow: hidden;
}

.l-question__ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-btn {
  display: inline-block;
  height: 80px;
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}
.cta-btn img {
  width: auto;
  height: 100%;
}

.cta-line {
  display: inline-block;
  height: 80px;
  filter: drop-shadow(0 1px 2px rgba(4, 153, 65, 0.3));
}
.cta-line img {
  width: auto;
  height: 100%;
}

.l-kv {
  position: relative;
}
.l-kv__top {
  position: relative;
  margin-bottom: 48px;
  padding-top: 168.2666666667%;
  overflow: hidden;
}
.l-kv__top img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.l-kv__btn {
  display: block;
  height: 80px;
  margin: 0 auto 16px;
  text-align: center;
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}
.l-kv__btn img {
  width: auto;
  height: 100%;
}
.l-kv__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 48px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f3f7fa;
  color: #00a9de;
  font-size: 16px;
  font-weight: bold;
}
.l-kv__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.l-result {
  position: relative;
  padding-top: 67px;
  padding-bottom: 35px;
  background: #f3f7fa;
}
.l-result::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 56px;
  height: 50px;
  transform: translateX(-50%);
  background: url(../../images/page-campaign-online-2022/20230127/result-ttl.png) no-repeat center/56px auto;
}
.l-result__inner {
  padding: 0 16px;
  border-radius: 4px;
}
.l-result__ttl {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-result__item {
  display: flex;
  position: relative;
  min-height: 145px;
  padding: 16px;
  padding-left: 23px;
  background: #fff;
}
.l-result__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 113px;
  transform: translateY(-50%);
  background: #00A9DE;
}
.l-result__item:nth-child(n+2) {
  margin-top: 8px;
}
.l-result__item-pic {
  flex: 0 0 auto;
  width: 70px;
  margin-right: 16px;
  padding-top: 12px;
}
.l-result__item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-result__item-txt {
  margin-bottom: 6px;
  color: #0F2942;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.l-result__item-txt ._marker {
  background: linear-gradient(to bottom, transparent 4px, #FFED92 4px, #FFED92 19px, transparent 19px);
}
.l-result__item-txt ._inline {
  display: inline-block;
}
.l-result__item-name {
  color: #0F2942;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.l-result__caution {
  margin-top: 7px;
  margin-right: -8px;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
}
.l-result__features {
  max-width: 300px;
  margin-top: 26px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
.l-result__features-item {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
}
.l-result__features-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background: url(../../images/page-campaign-online-2022/20230127/check.png) no-repeat center/28px;
}
.l-result__bottom {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.l-result__bottom ._sm {
  font-weight: 400;
}
.l-result__bottom ._marker {
  background: linear-gradient(to bottom, transparent 16px, #FFED92 16px, #FFED92 26px, transparent 26px);
  font-weight: 700;
}

.l-youtube {
  position: relative;
  padding-top: 44px;
  padding-bottom: 68px;
  background: #0F2942;
}
.l-youtube__ttl {
  height: 76px;
  margin-bottom: 24px;
  text-align: center;
}
.l-youtube__ttl img {
  width: auto;
  height: 100%;
}
.l-youtube__slider {
  overflow: hidden;
}
.l-youtube__list {
  display: flex;
  height: 108px;
  -webkit-animation: scroll 8s linear infinite;
  animation: scroll 8s linear infinite;
}
.l-youtube__item {
  position: relative;
  flex: 0 0 auto;
  width: 192px;
  height: 108px;
  margin-right: 16px;
  overflow: hidden;
}
.l-youtube__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-624px);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-624px);
  }
}
.l-reason__head {
  padding-top: 64px;
  padding-bottom: 24px;
  background: #fff;
}
.l-reason__head-icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-reason__head-icon img {
  width: auto;
  height: 100%;
}
.l-reason__head-txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-reason__section {
  padding: 40px 16px 24px;
  background: #F3F7FA;
}
.l-reason__section:last-child {
  padding-bottom: 40px;
}
.l-reason__section-head {
  height: 136px;
}
.l-reason__section-head img {
  width: 100%;
  height: 100%;
}
.l-reason__section-body {
  margin-bottom: 24px;
  padding: 24px 16px;
  background: #fff;
}
.l-reason__section-ttl {
  display: block;
  position: relative;
  max-width: 303px;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.l-reason__section-ttl::before, .l-reason__section-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
}
.l-reason__section-ttl::before {
  left: 0;
  border: 4px solid #00A9DE;
  border-right: none;
}
.l-reason__section-ttl::after {
  right: 0;
  border: 4px solid #00A9DE;
  border-left: none;
}
.l-reason__section-txt {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.l-reason__section-txt ._letter {
  letter-spacing: -0.02em;
}
.l-reason__section-txt .marker {
  background: linear-gradient(to top, transparent 27.678571428%, #FFED92 27.678571428%, #FFED92 72.321428571%, transparent 72.321428571%);
  font-weight: bold;
}
.l-reason__section-txt ul {
  margin: 7px 0;
  padding: 7px 9px;
  border-radius: 4px;
  background: #FFF9D8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.l-reason__section-txt ul li::before {
  content: "・";
}
.l-reason__section-txt ul li ._sm {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.l-reason__section-pic._item1 {
  height: 240px;
  margin-bottom: 0;
}
.l-reason__section-pic._item2 {
  height: 170px;
}
.l-reason__section-pic._item3 {
  height: 220px;
  margin-bottom: 0;
}
.l-reason__section-pic img {
  width: auto;
  height: 100%;
}

.l-merit {
  position: relative;
  padding-top: 162px;
  background: #ffffff;
}
.l-merit::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  width: 56px;
  height: 50px;
  transform: translateX(-50%);
  background: url(../../images/page-campaign-online-2022/20230127/merit-ttl.png) no-repeat center/56px auto;
}
.l-merit__inner {
  padding: 0 16px;
}
.l-merit__ttl {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-merit__item:nth-child(n+2) {
  margin-top: 32px;
}
.l-merit__item-ttl {
  display: block;
  position: relative;
  max-width: 303px;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.l-merit__item-ttl::before, .l-merit__item-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
}
.l-merit__item-ttl::before {
  left: 0;
  border: 4px solid #00a9de;
  border-right: none;
}
.l-merit__item-ttl::after {
  right: 0;
  border: 4px solid #00a9de;
  border-left: none;
}
.l-merit__item-pic {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 311px;
  margin: 0 auto 8px;
  overflow: hidden;
}
.l-merit__item-pic::before {
  content: "";
  display: block;
  padding-top: 51.4469453376%;
}
.l-merit__item-pic img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-merit__item-txt {
  max-width: 311px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.l-merit__item-txt ._marker {
  background: linear-gradient(to top, transparent 27.678571428%, #FFED92 27.678571428%, #FFED92 72.321428571%, transparent 72.321428571%);
  font-weight: 700;
}

.l-teacher {
  padding-top: 64px;
  background: #fff;
}
.l-teacher__icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-teacher__icon img {
  width: auto;
  height: 100%;
}
.l-teacher__ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-teacher__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  margin: 0 8px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.l-teacher__item-pic {
  position: relative;
  padding-top: 66.66667%;
  overflow: hidden;
}
.l-teacher__item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.l-teacher__item-txt {
  flex-grow: 1;
  padding: 16px;
  background: #f3f7fa;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.l-counseling {
  padding-top: 64px;
}
.l-counseling__head {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.l-counseling__head::before {
  content: "";
  display: block;
  padding-top: 49.0666666667%;
}
.l-counseling__head img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-counseling__body {
  padding: 16px 16px 34px;
  background: #00a9de;
}
.l-counseling__list {
  margin-bottom: 16px;
}
.l-counseling__item {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 51px;
  border-radius: 4px;
  background: #fff url(../../images/page-campaign-online-2022/dragon/q.png) no-repeat center left 20px/21.5px auto;
}
.l-counseling__item:nth-child(n+2) {
  margin-top: 4px;
}
.l-counseling__txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-counseling__bottom {
  padding: 16px 16px 0;
}
.l-counseling__bottom-txt {
  margin-bottom: 24px;
  color: #657888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
.l-counseling__cta {
  margin-bottom: 16px;
  text-align: center;
}
.l-counseling__line {
  text-align: center;
}

.l-flow {
  padding-top: 64px;
  background: #fff;
}
.l-flow__icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-flow__icon img {
  width: auto;
  height: 100%;
}
.l-flow__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-flow__cta {
  margin-bottom: 16px;
  text-align: center;
}
.l-flow__line {
  text-align: center;
}
.l-flow__inner {
  padding: 0 16px;
}
.l-flow__list {
  margin-bottom: 24px;
}
.l-flow__item:nth-child(n+2) {
  margin-top: 24px;
}
.l-flow__item-head {
  display: flex;
  position: relative;
  align-items: center;
  height: 32px;
  margin-bottom: 17px;
  padding-left: 59px;
}
.l-flow__item-head ._txt {
  color: #0F2942;
  font-size: 22px;
  font-weight: bold;
}
.l-flow__item-head ._txt ._sm {
  font-size: 16px;
  font-weight: 400;
}
.l-flow__item-head img {
  position: absolute;
  left: 0;
}
.l-flow__item-head img._num1 {
  width: 35.5px;
}
.l-flow__item-head img._num2, .l-flow__item-head img._num3 {
  width: 44.5px;
}
.l-flow__item-head img._num4 {
  width: 45.5px;
}
.l-flow__item-pic {
  height: 140px;
  margin: 0 auto 16px;
}
.l-flow__item-pic img {
  width: auto;
  height: 100%;
}
.l-flow__item-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}

.l-question__inner {
  position: relative;
  padding: 60px 16px 24px;
  background: #f3f7fa;
}
.l-question__icon {
  position: absolute;
  top: -8px;
  left: 50%;
  height: 50px;
  transform: translateX(-50%);
  text-align: center;
}
.l-question__icon img {
  width: auto;
  height: 100%;
}
.l-question__head {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
}

.l-form__head {
  height: 190px;
}
.l-form__head img {
  width: 100%;
  height: 100%;
}
.l-form__top {
  position: relative;
  padding: 24px;
  background: #0F2942;
  color: #fff;
  text-align: center;
}
.l-form__top-ttl {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.l-form__top-list {
  display: inline-block;
  list-style: none;
}
.l-form__top-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}