@charset "UTF-8";
/*---------------------------------------------------------
ALL
---------------------------------------------------------*/
.w-1000,.w-1200,.w-800,.w-600{margin: 0 auto;width: 90%;}
.w-1000{max-width: 1000px;}
.w-1200{max-width: 1200px;}
.w-800{max-width: 800px;}
.w-600{max-width: 600px;}
.t-c{text-align: center;}
.mark-underline {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.waku-w-6{--x: 0 0 var(--text-outline--width, 6px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
      line-height: 1;
 }
 .p-relative{position: relative;}

/*---------------------------------------------------------
無料体験授業
---------------------------------------------------------*/
.trial p{font-size: clamp(1.4rem, 3vw, 2rem);}
.trial{
	width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.trial-FV{
    width: 100%;
    height: 0;
    padding-top: 30%;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
/*--webp対応ブラウザの場合--*/
.trial-FV{
background:#fff url(https://wam.onl/lp/_common/trial/trial_bg_pc.webp) no-repeat top center;
}
/*--webp非対応ブラウザの場合--*/
.no-webp .trial-FV{
background:#fff url(https://wam.onl/lp/_common/trial/trial_bg_pc.png) no-repeat top center;
}
.trial-FV-innner{
width: 95%;
    max-width: 900px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.trial-FV-innner > h2,.trial-FV-innner > h2 > span{
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    font-weight: 700;
}
.h1-dot{
  background-image: radial-gradient(circle at center, #0b45b2 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em;
    margin: 1vh 0 0;
    display: inline-block;
        color: #0b45b2;
}
.h1-ttl{
    display: inline-block;
    background: #0b45b2;
    color: #fff;
    padding: .75vh 1vw;
    margin: 1vh 0 0;
    font-size: clamp(2.75rem, 5vw, 6rem) !important;
    transform: skewX(-15deg);
}
.trial-contentsArea{
    background: #ecfafd;
}
.trial-contents-list{
	padding: 4vh 0 2vh;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.trial-contents-list > li{
	font-size: clamp(1.6rem, 4vw, 2.5rem);
	font-weight:700;
  text-indent: -1em;
  padding-left: 1em;
}
.trial-contents-list > li:before {
  content: ""; /* 空の要素作成 */
  width: 15px; /* 幅指定 */
  height: 15px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: transparent; /* 背景色指定 */
  border:1px solid #000;
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.trial-contents-pct{
width: 150px;
    position: absolute;
    bottom: 15%;
    right: 0;
}
.trial-contents-ttl{
    margin: 2vh 0;
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
}
.trial-contents-ttl,.trial-contents-point > li{
    color: #fe0000;
    font-weight: 700;
}
.trial-contents-point{
display: flex;
    justify-content: center;
    align-items: center;
        width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.trial-contents-point > li{
  width: calc(95% / 3);
    margin: 0 1%;
  border-radius: 100%;
  display: flex;
 justify-content: center;
 align-items: center;
  background: #fff;
  border:2px solid #fe0000;
  text-align:center;
  font-size: clamp(1.3rem, 3vw, 3rem);
}
.trial-contents-point > li:before{
 content: '';
 display: block;
 padding-top: 100%;
}
.trial-contents-txt{
font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
text-align: center;
    margin: 2vh 0 2vh;
    font-weight: 700;
}
.cta-Box{
    padding: 4vh 0;
}
.btn-base{
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    padding: 4vh 0;
    text-align: center;
}
.btn-trial{
    position: relative;
    background: #0b45b2;
    padding: 1.5vh 3.5vw 1.5vh 2vw;
    border: 1px solid #0b45b2;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    width: 80%;
    font-weight: 700 !important;
    display: inline-block;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #999;
}
.btn-trial::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 5px;
    color: #fff;
    bottom: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.btn-trial:hover{
    background: #209fdf;
    color: #fff;
    text-decoration: none;
    border: 1px solid #209fdf;
    box-shadow: 4px 4px 0px 0px #999;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
.trial-FV{
    padding-top: 35%;
}
/*--webp対応ブラウザの場合--*/
.trial-FV{
background:#fff url(https://wam.onl/lp/_common/trial/trial_bg_sp.webp) no-repeat top center;
}
/*--webp非対応ブラウザの場合--*/
.no-webp .trial-FV{
background:#fff url(https://wam.onl/lp/_common/trial/trial_bg_sp.png) no-repeat top center;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
.trial-FV{
    padding-top: 60%;
}
/* 640pxまでの幅の場合に適応される */
.trial-contents-list > li:before {
  width: 8px; /* 幅指定 */
  height: 8px; /* 高さ指定 */
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
無料体験＆学習相談 20240425追加
---------------------------------------------------------*/
.ttl-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 3vw, 4rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.ttl-heading::before,
.ttl-heading::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #D30000;
}

.ttl-heading::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.ttl-heading::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.contents-1000, .contents-600 {
  width: 95%;
  margin: 0 auto;
}

.contents-1000 {
  max-width: 1000px;
}

.contents-600 {
  max-width: 600px;
}

.cta-area-box {
  padding: 3vh 0 0;
}

.cta-area-box > p > a {
  font-size: clamp(1.8rem, 2.75vw, 3.5rem);
}

.bg-lgreen {
  background: #F2FCE6;
}

.pd-2 {
  padding: 2vh 2vw;
}

.pd-4 {
  padding: 4vh 4vw;
}

.pd-6 {
  padding: 6vh 6vw;
}

.pd-b-6 {
  padding-bottom: 6vh;
}

.pd-t-3 {
  padding-top: 3vh;
}

.free-experience-step-area {
  display: flex;
  margin: 0 0 2rem;
}

.free-experience-step-pct {
  width: 150px;
  margin-right: 10px;
}

.free-experience-step-pct > img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.free-experience-step-contents {
  text-align: left;
  width: calc(100% - 150px);
}

.free-experience-step-contents > h3 {
  font-size: clamp(1.8rem, 2.75vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 1.5vh;
}

.free-experience-step-contents > h3 > span {
  background: #007440;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 50vh;
  margin-right: .5rem;
  font-size: clamp(1.2rem, 2vw, 2.25rem);
}

.free-experience-step-point {
  margin: 0 0 1.5vh;
  padding: 1vh 1vw;
  background: #007440;
  border: 1px solid #007440;
}

.free-experience-step-point > p {
  color: #ffff00;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.free-experience-step-arrow {
  font-size: 6rem;
  color: #007440;
}

.youtube-wrap {
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 1% 0 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .free-experience-step-pct {
    width: 70px;
    margin-right: 10px;
  }

  .free-experience-step-pct > img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .free-experience-step-contents {
    width: 78%;
  }

  .free-experience-step-point {
    width: 100%;
  }
}