@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');
.header-area .logo a .slogan {
  font-weight: 600;
}
@media only screen and (min-width: 767px) {
.header-area .logo a .slogan {
  font-weight: 600;
	position: relative;
    top: 5px;
}
}
@media only screen and (max-width: 767px) {
  .slogan {
    display: inherit;
  }
  .header-area .logo {
    width: 85%;
  }
  .header-area .logo img {
    width: 115px;
    margin-right: 10px;
  }
}
.header-area {
  box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
}
.lnav-wrap {
  padding: 15px 0;
}
.lnav-block ul {
  display: flex;
  justify-content: space-around;
}
.lnav-block ul li {
  list-style: none;
}
.lnav-block ul li a {
  color: #848484;
  display: block;
  font-size: 14px;
}
.fv {
  display: block;
  min-height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fv-hero {
  padding: 340px 0 0;
}
.campaign-fv {
  display: block;
  min-height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .fv {
    display: block;
    min-height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200%;
  }
  .fv-hero {
    padding: 200px 0 60px;
  }
  .campaign-fv {
    display: block;
    min-height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 130%;
  }
  .lnav-block ul li a {
    font-size: 12px;
	  letter-spacing: -0.05em;
  }
}
.contents-area p {
  line-height: 1.7;
  font-size: 16px;
}
.headline-block {
  text-align: center;
  background: #00a5e3;
  padding: 30px 0;
}
.headline-block h2 span {
  font-size: 20px;
}
.headline-block h2 {
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
.method-block {
  text-align: center;
  margin-bottom: 40px;
}
.method-block h3 {
  color: #00a5e3;
  font-size: 26px;
}
.method-block p.focus {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.result-block {
  border: solid 5px #e6e6e6;
}
.result-block ul {
  padding: 15px 30px;
}
.result-block ul li {
  list-style: disc;
}
.result-block p {
  padding: 15px 30px;
}
.guardian-block {
  border: solid 5px #e6e6e6;
}
.guardian-block ul {
  padding: 15px 30px;
}
.guardian-block ul li {
  list-style: disc;
}
.movie-index {
  background: #00a5e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 8px;
}
.article-btn {
  text-align: center;
  padding: 0 30% 20px 30%;
  ;
}
.article-btn a {
  text-align: center;
  background: #767676;
  color: #fff;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.article-btn a:hover {
  text-align: center;
  background: #e8e8e8;
  color: #767676;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.footer-social-links i {
  font-size: 26px;
}
.before-title {
  background: #aaa8a8;
}
.before-title h4 {
  color: #fff;
  text-align: left;
  padding: 15px 15px 5px 15px;
  font-weight: 600;
  font-size: 20px;
}
.before-title p {
  color: #fff;
  text-align: left;
  padding: 0 15px 5px 15px;
  margin-bottom: 0;
}
.after-title {
  background: #00a5e3;
}
.after-title h4 {
  color: #fff;
  text-align: left;
  padding: 15px 15px 5px 15px;
  font-weight: 600;
  font-size: 20px;
}
.after-title p {
  color: #fff;
  text-align: left;
  padding: 0 15px 5px 15px;
  margin-bottom: 0;
}
.block-title h4 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.result-block iframe {
  margin-bottom: 0;
}
.eiken-block {
  background: #E60012;
  text-align: center;
  border-radius: 14px;
  padding: 30px;
}
.eiken-block h3 {
  color: #fff;
}
.eiken-block h3 span {
  color: #ffde00;
  font-size: 44px;
  text-shadow: 1px 1px 0 #595656, -1px 1px 0 #595656, 1px -1px 0 #595656, -1px -1px 0 #595656;
}
.induction-block {}
.eiken-btn {
  text-align: center;
  padding: 0px 30%;
  ;
}
.eiken-btn a {
  text-align: center;
  background: #fff;
  color: #767676;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.eiken-btn a:hover {
  text-align: center;
  background: #e8e8e8;
  color: #767676;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.teacher-block {
  background: #fff;
  border: solid 5px #e6e6e6;
}
.teacher-profile {
  text-align: center;
  padding: 30px 15px;
}
.profile-univ {
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}
.profile-univ i {
  color: #00a5e3;
}
.profile-certification {
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
}
.profile-certification i {
  color: #00a5e3;
}
.bg-light {
  background: #fbfbfb;
}
.reason-wrap {
  display: flex;
  align-items: normal;
}
@media only screen and (max-width: 767px) {
  .reason-wrap {
    display: block;
    align-items: normal;
  }
  .eiken-block h3 span {
    display: block;
  }
  .eiken-btn {
    text-align: center;
    padding: 0px 0%;
  }
  .headline-block h2 {
    font-size: 24px;
  }
  .block-title h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.reason-block {
  background: #efefef;
  height: 100%;
}
.front-usp .reason-num {
  font-size: 21px;
  color: #00a5e3;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}
.front-usp h4 {
  color: #00a5e3;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}
.front-school-block {
  border: solid 1px #CDD6DD;
  border-radius: 0px;
}
.front-school-block .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.front-school-block .col-sm-10 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.front-school-block .col-xs-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.front-school-block h2 {
  border-bottom: solid 1px #CDD6DD;
  background: #00a5e3;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0 !important;
  letter-spacing: .3em;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.front-school-block h3 {
  border-bottom: solid 1px #CDD6DD;
  background: #dbf5ff;
  color: #3B4043;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0.4em 1em;
  letter-spacing: .3em;
  margin-bottom: 0 !important;
  font-family: 'Noto Sans Japanese', sans-serif;
}
.front-school-block a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  color: #3B4043;
  border-bottom: solid 1px #CDD6DD;
  display: block;
  padding: 0.4em 1em;
}
@media only screen and (max-width: 767px) {
	.front-school-block a {
		font-size: 12px !important;
	}
}
.front-school-block a:hover {
  background: #FCEBF1;
  color: #E73A76;
}
.front-school-block a.last {
  border-bottom: none !important;
}
.front-school-block a.b-right {
  border-right: solid 1px #CDD6DD;
}
.front-school-block a::after {
  font-family: 'FontAwesome';
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -14px;
  font-size: 28px;
  font-weight: 400;
  color: #E73A76;
}
.front-school-block a::after {
  content: none;
}
.btn-yellow {
  background: #FDF5BF;
  color: #000;
}
.front-usp {
  margin-bottom: 10px !important;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slick-prev {
  left: 10px !important;
  display: none !important;
}
.slick-next {
  right: -10px !important;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.writing-block {
  border-left: solid 3px #aaa8a8;
  border-right: solid 3px #aaa8a8;
  border-bottom: solid 3px #aaa8a8;
  padding: 10px;
}
.writing-block p {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}
.writing-block summary {
  text-align: right;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  background: #00a5e3;
}
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #00a5e3;
}
.balloon1-top p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .teacher-list {
    height: auto !important;
  }
}
.profile-univ {
  color: #848484;
}
.profile-certification {
  color: #848484;
}
.bg-efefef {
  background: #efefef;
}
.teacher-list h3 {
  padding: 0px 10px 8px;
  font-size: 20px;
  margin-bottom: 0;
}
.teacher-list p {
  margin-bottom: 0;
}
.profile-certification {
  margin-bottom: 15px;
}
.teacher-wrap {
  display: flex;
  flex-wrap: wrap;
}
.trial-wrap {
  background: rgba(225, 244, 254, 1);
  padding: 60px 15px;
}
.totrial-block {}
.totrial-btn a {
  border: 1px solid #e63976;
  background: #e63976;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 20px 10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.totrial-btn a:hover {
  border: 1px solid #e63976;
  color: #e63976;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-teacher {
    background-position: center -50px;
  }
}
.copy-block {
  text-align: center;
  background: #fff;
  padding: 30px 0;
}
.copy-block p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-area {
    background-size: 110%;
  }
  .teacher-profile {
    padding: 15px;
  }
  .totrial-btn a {
    font-size: 18px;
  }
  .trial-wrap .block-title h4 {
    margin-bottom: 10px;
  }
  .copy-block {
    text-align: center;
    background: #fff;
    padding: 30px 0;
  }
  .copy-block p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
  }
}
.bg-fffaeb {
  background: #fffaeb;
}
.feature-wrap {
  display: flex;
  flex-wrap: wrap;
}
.feature-block {
  background: #fff;
  margin-bottom: 30px
}
.feature-content {
  padding: 20px;
}
.feature-content p {
  padding: 0 20px;
}
.methods-block {
  padding: 35px 25px 25px 25px;
  background: rgba(225, 244, 254, 1);
  border-radius: 14px;
  margin-bottom: 30px;
}
.methods-block h3 {
  color: #00a5e3;
  font-size: 24px;
}
.methods-block p.focus {
  padding: 15px 30px;
}
.methods-block h3 span {
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .feature-content h3 {
    font-size: 18px;
  }
  .methods-block h3 {
    color: #00a5e3;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .methods-block h3 span {
    font-size: 30px;
    font-family: 'Lora', serif;
    font-weight: 600;
  }
  .methods-block p.focus {
    padding: 15px 15px;
  }
}
/*合格実績*/
.achievement-title {
  margin-bottom: 20px;
}
.achievement-title h2 {}
.achievement-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #c8c8c8;
}
.achievement-thumb {}
.achievement-content p {
  margin-bottom: 0;
}
.achievement-content h4 {
  color: #E60012;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.achievement-content a {
  border-bottom: solid 1px #333;
  color: #222;
}
.contents-area p.achievement-name {
  text-align: right;
}
img.img-goukaku {
  width: 60px;
  margin-right: 10px;
  vertical-align: -20px;
}
.achievement-btn {
  text-align: center;
}
.achievement-link {
  padding: 20px 0;
}
.achievement-btn a {
  border: 1px solid #00a5e3;
  background: #00a5e3;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.achievement-btn a:hover {
  border: 1px solid #00a5e3;
  color: #00a5e3;
  background: #fff;
}
.achievement-title {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
h2.result-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .achievement-title h2 {
    font-size: 22px;
  }
  .achievement-content h4 {
    font-size: 18px;
  }
  img.img-goukaku {
    width: 45px;
    margin-right: 7px;
    vertical-align: -15px;
  }
  .contents-area p.achievement-name {
    font-size: 14px !important;
  }
  .achievement-title {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
  h2.result-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/*紹介キャンペーン*/
.campaign-fv {
  display: block;
  min-height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.offer-title {
  padding: 15px 0 30px;
}
.offer-title h4 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.offer-title h4::before, .offer-title h4::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #000;
}
.offer-title h4::before {
  margin-right: 20px;
  transform: rotate(-35deg)
}
.offer-title h4::after {
  margin-left: 20px;
  transform: rotate(35deg)
}
.campaing-trial-btn a {
  border: 1px solid #ffa23a;
  background: #ffa23a;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 20px 10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.campaing-trial-btn a:hover {
  border: 1px solid #ffa23a;
  color: #ffa23a;
  background: #fff;
}


@media (max-width: 768px) {
  .campaign-fv {
    display: block;
    min-height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 130%;
  }
  .campaing-trial-btn a {
    font-size: 18px;
  }
  .campaign-cta-xs {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 0;
  }
  .campaign-cta-xs a {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    font-weight: 600;
  }
  .campaign-cta {
    /*background: #ffa23a;*/
    background: rgba(255, 162, 58, 0.85);
    color: #fff;
    display: block;
  }
}
/*Pardot用*/
.pardot-block {}
.policy-wrap .container {
  width: 100% !important;
}
.policy-wrap h3 {
  text-align: left;
}
.pardot-block form.form p label {
  width: 30%;
  text-align: left;
}
.pardot-block form.form input.text {
  width: 70%;
}
.pardot-block form.form p.submit {
  margin: 1em 0.5em 2em 30%;
}
.pardot-block form.form p.submit input {
  border: 1px solid #e63976;
  background: #e63976;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 20px 30px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.policy-wrap {
  padding: 1em;
  background: #f1f1f1;
  border-radius: 6px;
}
.policy-wrap h3 {
  font-size: 18px !important;
  margin-bottom: 5px;
}
.policy-wrap p {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .pardot-block form.form p label {
    text-align: left;
    width: 100%;
  }
  .pardot-block form.form input.text {
    width: 100%;
  }
  .pardot-block form.form p.submit {
    margin: 2em;
  }
  .pardot-block form.form p.submit input {
    border: 1px solid #e63976;
    background: #e63976;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    padding: 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
  }
}
/*英検LP*/
.section-eiken-fv {
  display: block;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.eiken-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 40px 40px 40px;
}
.eiken-start {
  text-align: center;
  padding-top: 30px;
}
.eiken-start h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #222;
}
.eiken-start p.start-date {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #222;
  margin-bottom: 15px;
}
.eiken-start h3 span.week {
  font-size: 18px;
}
.eiken-red {
  color: #E60012;
}
.eiken-offer {
  padding: 30px 0;
}
.eiken-trial-btn a {
  border: 1px solid #E60012;
  background: #E60012;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 20px 10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.eiken-trial-btn a:hover {
  border: 1px solid #E60012;
  color: #E60012;
  background: #fff;
}
.eiken-achievement h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}
.eiken-achievement {
  padding-bottom: 30px;
}
.eiken-achievement h3 span {
  font-size: 40px;
  margin-right: 5px;
}
.eiken-trademark {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
.grade-copy h2 span {
  border-bottom: solid 6px #FFA23A;
}
.grade-copy ul {
  padding-left: 30px;
}
.grade-copy ul li {
  list-style: disc;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.grade-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.grade-copy p.lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
/*
.curriculum-block {
  background: #fffaeb;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
}
*/
.curriculum-block h3 {
  color: #00a5e3;
  font-size: 26px;
  margin-bottom: 0.5em;
}
.curriculum-block p.focus {
  color: #00a5e3;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.curriculum-block img {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .section-eiken-fv {
    display: block;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .eiken-fv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 10px 10px 10px;
  }
  .eiken-achievement h3 {
    font-size: 24px;
  }
  .eiken-achievement h3 span {
    font-size: 34px;
  }
  .eiken-start h3 {
    font-size: 24px;
  }
  .eiken-start p.start-date {
    font-size: 22px
  }
  .grade-copy h2 {
    font-size: 22px;
  }
  .grade-copy p.lead {
    font-size: 18px;
  }
  .grade-copy ul li {
    font-size: 18px;
  }
	.faq-announce span.faq-phone a {
    color: #333 !important;
    font-weight: 600;
}
}


/*留学LP*/
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.ryugaku-fv {
	padding: 30px 50px 0 0;
}
.ryugaku-offer {
  padding: 15px 0;
}
.ryugaku-campaign-wrap {
	margin-top: -33px;
}
.ryugaku-offer-title h4 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	line-height: 1.5;
    margin-bottom: 15px;
}
.ryugaku-offer-title h4::before, .ryugaku-offer-title h4::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #000;
}
.ryugaku-offer-title h4::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.ryugaku-offer-title h4::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

/*スクール分岐*/
.school-data {
	padding: 30px 0;
}
.school-data h3 {
	font-size: 24px;
	background: #f1f1f1;
	padding: 10px;
}
.school-data h4 {
	line-height: 1.6;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #595959;
	font-weight: 600;
	font-size: 20px;
	color: #595959;
}
.school-lesson {
	font-weight: 600;
	font-size: 18px !important;
	color: #595959;
}
.school-price {
	text-align: center;
	color: #595959;
}
.school-price-term {
	border-bottom: 1px solid #595959;
	padding: 5px;
	color: #595959;
}
.school-price-value {
	padding: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #595959;
}
.school-price-value span.yen {
	font-size: 22px;
	margin-right: 5px;
}
.school-price-value span.tax {
	font-size: 16px;
	font-weight: 300;
	margin-left: 5px;
}

.school-price {
  border: 2px solid #848484;
  padding: 5px;
  position: relative;
  z-index: 0;
	margin-bottom: 15px;
}
 
.school-price .school-price-inner {
  border: 1px solid #848484;
  padding: 0.5em;
  position: relative;
}
 
.school-price::before,
.school-price::after,
.school-price-inner::before,
.school-price-inner::after {
  background: #fff;
  border: 2px solid #848484;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}
 
.school-price::before{
  top: -20px;
  left: -20px;
  clip: rect(18px, auto, auto, 18px);
}
 
.school-price::after {
  top: -20px;
  right: -20px;
  clip: rect(18px, 22px, auto, auto);
}
 
.school-price-inner::before {
  bottom: -25px;
  left: -25px;
  clip: rect(auto, auto,23px,17px);
}
 
.school-price-inner::after {
  bottom: -25px;
  right: -25px;
  clip: rect(auto, 23px, 23px, auto);
}

.cancel-border {
	position: relative;
	display: inline-block;
}

.cancel-border::before{
  content: "";
  position: absolute;
  border-top: 3px double red;
  width: 100%;
  top: 40%;
}
.yen-zero {
	font-size: 24px !important;
}
@media (max-width: 768px) {
	.school-data h3 {
	font-size: 20px;
	background: #f1f1f1;
	padding: 6px;
}
	.school-data h4 {

	font-size: 18px;
	}
}

.school_select-block h3 {
	text-align: left;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #595959;
	font-weight: 600;
	font-size: 20px;
	color: #595959;
}
.form-control {
	font-size: 18px;
}


/*圧迫感調整*/
@media (max-width: 768px) {
.contents-area {
	padding-top: 50px;
	padding-bottom: 50px;
}
	.reason-block {
		margin-bottom: 30px;
	}
	.offer-title {
		margin-bottom: 40px;
	}
}

/*TOP*/
.scroll-wrap {
	padding-top: 40px;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
.scroll-wrap {
	padding-top: 20px;
    padding-bottom: 20px;
}
}
.totrial-scroll {
	text-align: center;
	padding: 30px 0 0 0;
	position: relative;
}


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:relative;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;


    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
	top: 10px;
    /*テキストの形状*/
	color: #333;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 600;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 30px;
    /*線の形状*/
	width: 1px;
	height: 60px;
	background: #333;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:35px;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:65px;
		opacity: 0;
	}
}

.gotoline {
	text-align: right;
	margin-bottom: 3px;
	padding-bottom: 5px;
	margin-top: 9px
}
.gotoline img {
	width: 35px
}
.gotoline a {
	color: #4cc764;
	border: solid 1px #4cc764;
	padding: 8px 16px;
	font-size: 16px;
	background: #4cc764;
	color: #fff;
	display: inline-block;
}
.line-it-button {
	display: block;
    margin: 0 auto;
}
#send-line {
	padding: 100px 30px;
	background: rgba(6,199,85,0.2);
}

@media (max-width: 768px) {
	.gotoline a {
		text-align: center;
	color: #4cc764;
	border: solid 1px #4cc764;
	padding: 5px 8px;
	font-size: 16px;
	background: #4cc764;
	color: #fff;
		display: block;
}
}

/*season*/
.bg-yellow {
	background: #fcfde2;
}
.season-term h3 {
	color: #38b6ff;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    border-bottom: solid 1px #38b6ff;
    letter-spacing: -0.05em;
}

.course-block {
	border: solid 5px #38b6ff;
	padding: 20px 0;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff !important;
}
.course-block p {
	padding: 0 15px;
}
.course-block h4 {
	color: #38b6ff;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.course-name {
	background: #38b6ff;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 8px 0;
	margin-bottom: 15px;
	text-align: center;
}
.season-headline {
	background: #38b6ff;
	padding: 25px 0;
}
.season-headline h2 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

.btn-winter2022 a {
	background: #ff8138 !important;
	border-color: #ff8138 !important;
	border: 1px solid #ff8138;
}
.btn-winter2022 a:hover {
	background: #fff !important;
	color: #ff8138 !important;
	border-color: #ff8138 !important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.winter2022-reason {
	background: #fcfde2;
	margin-bottom: 20px;
	padding-top: 25px;
}

.winter2022-reason h4 {
	color: #38b6ff;
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.winter2022-reason h5 {
	color: #38b6ff;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.winter2022-reason p {
	padding: 0 20px;
	
}
.winter2022-reason p span {
	font-weight: 600;
}
.angle-down {
	background: #38b6ff;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.winter2022-reasons {
	padding: 10px 20px;
}
.winter2022-reasons p {
	line-height: 1.5;
}
.winter2022-reasons h4 {
	color: #38b6ff;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.winter2022-curriculum {
	border: 5px solid #38b6ff;
	margin-bottom: 20px;
}

.winter2022-curriculum h4 {
	background: #38b6ff;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	padding: 10px;
}

.winter2022-curriculum p {
	padding: 20px;
}

.winter2022-environment {
    padding: 35px 25px 25px 25px;
    background: rgba(225, 244, 254, 1);
    border-radius: 14px;
    margin-bottom: 30px;
}

.winter2022-environment h4 {
    color: #38b6ff;
    margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.winter2022-tokuten {
	margin-bottom: 30px;
}
ul.tokuten-note li {
	list-style:  none;
line-height: 1.4;
}

ul.tokuten-note li::before {
    content:  "※";
	margin-right: .5em;
}

.winter2022-counseling img {
	border-radius: 8px;
	border:solid 3px #38b6ff;
	margin-bottom: 20px;
}

.winter2022-counseling h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-left: solid 3px #38b6ff;
	padding-left: 10px;
	margin-bottom: 10px;
}
.winter2022-copy {
    text-align: center;
    padding: 20px 0;
}
.winter2022-copy p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
	margin-bottom: 0;
}

.season-target {
	margin: 20px 0 0;
	padding: 8px 16px;
	border: solid 2px #333333;
	text-align: center;
}
.season-target p {
	margin-bottom: 0;
	color: #333333;
	font-weight: 600;
}

.winter2022-growth {
	padding: 0 8%;
}

.fix-cta-xs_season a {
    background: #ff8138 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
}

.lnav-wrap.winter2022-lnav {
    padding: 0;
}
.winter2022-lnav .lnav-block ul li a {
	background: #f1f1f1;
	padding: 3px 11px;
}
@media (max-width: 768px) {
.fv.fv-winter2022 {
	min-height: 300px;
	background-size: 130%;
}

.fv-hero.fv-hero-winter2022 {
	padding: 115px 0 45px;
}
	.bg_triangle {
		display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 296%;
	}
	.methods-block.winter2022-method {
    padding: 20px 15px 15px 15px;
    background: rgba(225, 244, 254, 1);
    border-radius: 14px;
    margin-bottom: 30px;
}
	.methods-block.winter2022-method p {
		margin-bottom: 0;
	}
	.methods-block.winter2022-method img {
		padding: 0 5%;
	}
	.winter2022-environment {
    padding: 20px 25px 25px 15px;
    background: rgba(225, 244, 254, 1);
    border-radius: 14px;
    margin-bottom: 30px;
}
	.winter2022-environment img {
		padding: 0 20%;
	}
}

#achievement .fa-chevron-right:before {
    padding-left: 1.2em;
}
#achievement .fa-chevron-left:before {
    padding-left: 1.2em;
}
ul.winter2022-check {
	padding-left: 15px;
}
ul.winter2022-check li {
	list-style: none;
	padding-left:1em;
text-indent:-1em;
}
ul.winter2022-check li::before {
  content: "\f14a";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}


@media only screen and (max-width: 767px){
.header-area .logo {
    padding-left: 0 !important;
}
}

.seasonlp-wrap.tab_content {
	padding: 0 !important;
}

.btn-winter2022_entry a {
	background: #38b6ff;
	border: 1px solid #38b6ff;
}

.student-note {
	font-weight: 400 !important;
	font-size: 14px !important;
}
.click-text {
	font-size: 14px;
}
@media (max-width: 480px) {
.choice-block {
    padding: 5px 0;
}
	.winter2022-copy p {
    font-size: 17px;
}
	.header-area .logo img {
    width: 100px;
    margin-right: 5px;
}
}
@media (min-width: 768px) {
.winter2022-lnav .lnav-block ul li a {
    min-width: 198px;
    text-align: center;
}
	.bg_triangle {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
	.exclusive-block {
		width: 200px;
		float:right;
	}
}
.rule_ck_block a {
color: #337ab7;
}
.join-tokuten {
	background:rgba(255,129,56,0.1);
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.join-tokuten h4 {
	color: #ff8138;
	font-weight: 600;
	margin-bottom: 10px;
}
.join-tokuten p {
	color: #ff8138;
	margin-bottom: 0;
}


/*spring2023*/
/*season*/
.bg-yellow {
	background: #fcfde2;
}
.season-term h3 {
	color: #e63976;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    border-bottom: solid 1px #e63976;
    letter-spacing: -0.05em;
}

.course-block {
	border: solid 5px #e63976;
	padding: 20px 0;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff !important;
}
.course-block p {
	padding: 0 15px;
}
.course-block h4 {
	color: #e63976;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.course-name {
	background: #e63976;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 8px 0;
	margin-bottom: 15px;
	text-align: center;
}
.season-headline {
	background: #e63976;
	padding: 25px 0;
}
.season-headline h2 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

.btn-winter2022 a {
	background: #ff8138 !important;
	border-color: #ff8138 !important;
	border: 1px solid #ff8138;
}
.btn-winter2022 a:hover {
	background: #fff !important;
	color: #ff8138 !important;
	border-color: #ff8138 !important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.winter2022-reason {
	background: #fcfde2;
	margin-bottom: 20px;
	padding-top: 25px;
}

.winter2022-reason h4 {
	color: #e63976;
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.winter2022-reason h5 {
	color: #e63976;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.winter2022-reason p {
	padding: 0 20px;
	
}
.winter2022-reason p span {
	font-weight: 600;
}
.angle-down {
	background: #e63976;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.winter2022-reasons {
	padding: 10px 20px;
}
.winter2022-reasons p {
	line-height: 1.5;
}
.winter2022-reasons h4 {
	color: #e63976;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.winter2022-curriculum {
	border: 5px solid #e63976;
	margin-bottom: 20px;
}

.winter2022-curriculum h4 {
	background: #e63976;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	padding: 10px;
}

.winter2022-curriculum p {
	padding: 20px;
}

.winter2022-environment {
    padding: 35px 25px 25px 25px;
    background: rgba(230,57,118, 0.1);
    border-radius: 14px;
    margin-bottom: 30px;
}

.winter2022-environment h4 {
    color: #e63976;
    margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.winter2022-tokuten {
	margin-bottom: 30px;
}
ul.tokuten-note li {
	list-style:  none;
line-height: 1.4;
}

ul.tokuten-note li::before {
    content:  "â€»";
	margin-right: .5em;
}

.winter2022-counseling img {
	border-radius: 8px;
	border:solid 3px #e63976;
	margin-bottom: 20px;
}

.winter2022-counseling h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-left: solid 3px #e63976;
	padding-left: 10px;
	margin-bottom: 10px;
}
.winter2022-copy {
    text-align: center;
    padding: 20px 0;
}
.winter2022-copy p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
	margin-bottom: 0;
}

.season-target {
	margin: 20px 0 0;
	padding: 8px 16px;
	border: solid 2px #333333;
	text-align: center;
}
.season-target p {
	margin-bottom: 0;
	color: #333333;
	font-weight: 600;
}

.winter2022-growth {
	padding: 0 8%;
}

.fix-cta-xs_season a {
    background: #ff8138 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
}

.lnav-wrap.winter2022-lnav {
    padding: 0;
}
.winter2022-lnav .lnav-block ul li a {
	background: #f1f1f1;
	padding: 3px 11px;
}
.methods-block.winter2022-method {
    background: rgba(230,57,118, 0.1);
}
.methods-block.winter2022-method h3 {
    color: rgba(230,57,118, 1);
}
@media (max-width: 768px) {
.fv.fv-winter2022 {
	min-height: 300px;
	background-size: 130%;
}

.fv-hero.fv-hero-winter2022 {
	padding: 115px 0 45px;
}
	.bg_triangle {
		display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 296%;
	}
	.methods-block.winter2022-method {
    padding: 20px 15px 15px 15px;
    background: rgba(230,57,118, 0.1);
    border-radius: 14px;
    margin-bottom: 30px;
}
	.methods-block.winter2022-method p {
		margin-bottom: 0;
	}
	.methods-block.winter2022-method img {
		padding: 0 5%;
	}
	.winter2022-environment {
    padding: 20px 25px 25px 15px;
    background: rgba(230,57,118, 0.1);
    border-radius: 14px;
    margin-bottom: 30px;
}
	.winter2022-environment img {
		padding: 0 20%;
	}
}

#achievement .fa-chevron-right:before {
    padding-left: 1.2em;
}
#achievement .fa-chevron-left:before {
    padding-left: 1.2em;
}
ul.winter2022-check {
	padding-left: 15px;
}
ul.winter2022-check li {
	list-style: none;
	padding-left:1em;
text-indent:-1em;
}
ul.winter2022-check li::before {
  content: "\f14a";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}


@media only screen and (max-width: 767px){
.header-area .logo {
    padding-left: 0 !important;
}
}

.seasonlp-wrap.tab_content {
	padding: 0 !important;
}

.btn-winter2022_entry a {
	background: #e63976;
	border: 1px solid #e63976;
}

.student-note {
	font-weight: 400 !important;
	font-size: 14px !important;
}
.click-text {
	font-size: 14px;
}
@media (max-width: 480px) {
.choice-block {
    padding: 5px 0;
}
	.winter2022-copy p {
    font-size: 17px;
}
	.header-area .logo img {
    width: 100px;
    margin-right: 5px;
}
}
@media (min-width: 768px) {
.winter2022-lnav .lnav-block ul li a {
    min-width: 198px;
    text-align: center;
}
	.bg_triangle {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
	.exclusive-block {
		width: 200px;
		float:right;
	}
}
.rule_ck_block a {
color: #337ab7;
}
.join-tokuten {
	background:rgba(255,129,56,0.1);
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.join-tokuten h4 {
	color: #ff8138;
	font-weight: 600;
	margin-bottom: 10px;
}
.join-tokuten p {
	color: #ff8138;
	margin-bottom: 0;
}

@media (max-width: 480px){
.day-block {
    width: 33%;
    min-height: 8.5em;
    padding: 8px 0;
}
}


/*福岡料金表*/
.price-level {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #595959;
  margin-bottom: 1em;
}

.price-block h4 span {
  font-size: 80%;
}

.schedule-end {
  width: 200px;
}
@media (max-width: 768px){
  .schedule-end {
    width: 100px;
  }
  .schedule-week {
    width: 100px !important;
  }
  .lesson-shedule table th {
    font-size: 12px;
    padding: 5px !important;
  }
  .lesson-shedule table td {
    font-size: 12px;
    padding: 5px !important;
  }
}

/*trial*/
.resv-wrap {
	text-align: center;
	padding: 30px 0;
}
.resv-block {
	margin-bottom: 30px;
}
.resv-block a {
	font-size: 18px;
	letter-spacing: 0;
}
.trial-thanks-phone {
	background: #00a4e3;
}
.trial-thanks-arrow {
	text-align: center;
	font-size: 40px;
}
@media (min-width: 768px){
.resv-block {
	width: 60%;
	display: block;
	margin:  0 auto 30px;;
}
}
@media (max-width: 768px){
.trial-thanks-lead h3 {
	font-size: 22px !important;
	margin-bottom: 0px !important;
}
	.trial-thanks-lead h4 {
	font-size: 22px;
		margin-bottom: 5px !important;
}
	.resv-block a {
	padding: 25px 0 !important;
}
}

.school-list h3 {
    padding: 20px 10px 8px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .05em;
}
@media (min-width: 481px){
.footer-area .logo p {
    float: right;
    width: 540px;
    margin-right: 0;
}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider-wrapper{
  position: relative;
}
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: auto;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
}

.slider-item02 {
}

@media (max-width: 768px){
.fv-hero {
  padding: 200px 5%;
}
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:auto;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
.front-event-block {
	text-align: left !important;
}
.front-event-block h3 {
	color: #00a5e3;
	font-size: 24px;
}
.event-column {
	text-align: left !important;
	margin-bottom: 5px;
}
.front-event-block a {
	color: #000 !important;
	text-decoration: underline;
}
.new-open {
	background: #e63976;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 5px;
	line-height: 1;
    display: inline-block;
	margin-left: 5px;
	font-size: 85%;
}

.school-list {
	position: relative;
}
.new-open-label {
	position: absolute;
	z-index: 1;
	background: #e63976;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 5px;
	line-height: 1;
    display: inline-block;
	margin-left: 5px;
	font-size: 85%;
	top: -3px;
	left: -5px;
}


/*校舎ページ*/

.school-performance-block.school-achievement h3 {
	font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
	padding-top: 0;
}
.school-performance-block.school-achievement h3 span {
	font-weight: 600;
	color: #00A5E3;
}
.school-performance-block.school-achievement p {
	padding-top: 0;
}
@media (min-width: 768px){
.school-performance-block.school-achievement {
	height: 11em;
}
}
@media (max-width: 768px){

	.school-performance-block.school-achievement h3 {
	font-size: 24px;
}
}
	.grade-ratio {
  background-color: #c5d1d8;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row; /* 要素を横に並べる */
  justify-content: space-evenly; /* 要素を均等間隔に分散させる */
		margin-bottom: 15px;
}

.item {
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 15px;
}



.item50 {
  background-color: #bfe5ef;
  width: 50%;
}

.item30 {
  background-color: #d8f3b0;
  width: 30%;
}

.item20 {
  background-color: #ffd4d4;
  width: 20%;
}
.going-school p {
	line-height: 1.8;
}
.going-school span {
	display: inline-block;
	margin: 0 3px;
	border:solid 1px #555;
	border-radius: 3px;
	padding: 2px 3px;
	line-height: 1;
}

@media (max-width: 768px){
	.grade-ratio {
  background-color: #c5d1d8;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row; /* 要素を横に並べる */
  justify-content: space-evenly; /* 要素を均等間隔に分散させる */
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 1.2;
}
}

.school_price-num {
    font-size: 30px;
    font-weight: 700;
    margin-left: 5px;
    /* font-family: Aller-Display,sans-serif; */
    color: #46a2e0;
}

.school-step h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	color: #425563;
}

.school-step-block {
        text-align: center;
        border: solid 2px #425563;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
.school-step-block p {
	margin-bottom: 0;
}
.school-step-block .school-step p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #535c63;
}

.school-offer {
  background-color: #fff !important;
  padding-top: 20px;
  padding-bottom: 10px;
}
.principal-block {
  padding: 40px 0;
}
.principal-block .school-name {
  text-align: center;
  margin-bottom: 0;
}
.principal-block h4 {
  font-size: 18px;
  font-weight: 600;
  color: #595959;
  letter-spacing: .02em;
  line-height: 1.6;
  margin-bottom: .8em;
}

.faq-header {
  padding: 40px 0;
}
.pardot-block {
  margin-bottom: 40px;
}

.contact-target {
  padding: 15px;
  border:solid 1px #dadada;
  border-radius: 6px;
  margin-bottom: 15px;
}
@media (min-width: 768px){
  .contact-target {
    /*height: 17.5em;*/
  }
}
.contact-target h4 {
  text-align: center;
  color: #00A5E3;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.5;
}
.contact-target p {
  font-size: 15px;
}
.contact-open {
  font-size: 14px;
}

.pardot-btn a {
    background: #E73A77;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    
}
.pardot-btn a span {
  font-weight: 600;
  font-size: 16px;
}

.faq-phone {
  color: #595959 !important;
  -webkit-text-fill-color: #595959 !important;
  -webkit-text-stroke: 0 !important;
  text-decoration: none;
}


/*ボタン部分fv.cssから*/

.adlp-floating {
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min( 177.7777777778vw, 1920px );
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min( 85.1851851852vw, 920px );
  padding: min( 1.4814814815vw, 16px ) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 84vw;
    padding: 0 0 3.3333333333vw;
  }
}
.adlp-floating .adlp-btn__wrapper {
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__wrapper {
    flex-direction: column;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 180%;
  color: #e73a77;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: 3.2vw;
  }
}
.adlp-floating__text .large {
  font-size: min( 2.962962963vw, 32px );
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-floating__text .large {
    font-size: 4.2666666667vw;
  }
}
.adlp-floating .adlp-btn.--free {
  height: min( 7.4074074074vw, 80px );
  padding-left: min( 9.0740740741vw, 98px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--free {
    height: 14.6666666667vw;
    padding-left: 19.2vw;
  }
}
.adlp-floating .adlp-btn.--free p {
  font-size: min( 2.5vw, 27px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--free p {
    font-size: 4.3vw;
  }
}
.adlp-floating .adlp-btn.--free.--free::before {
  width: min( 6.4814814815vw, 70px );
  height: min( 6.4814814815vw, 70px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--free.--free::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.adlp-btn {
  background: #11a377;
  color: #fff;
  border-radius: min( 6.6666666667vw, 72px );
  width: min( 42.5925925926vw, 460px );
  height: min( 8.3333333333vw, 90px );
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 min( 0.2777777778vw, 3px ) min( 0.2777777778vw, 3px ) 0 rgba(0, 0, 0, 0.24);
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    border-radius: 12.8vw;
    width: 84vw;
    height: 16vw;
    box-shadow: 0 0.5333333333vw 0.5333333333vw 0 rgba(0, 0, 0, 0.24);
  }
}
.adlp-btn p {
  font-weight: 700;
  font-size: min( 2.2222222222vw, 24px );
  line-height: 140%;
  letter-spacing: 0em;
  text-align: center;
  z-index: 1;
  line-height: 120%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .adlp-btn p {
    font-size: 4.3vw;
  }
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: 4.8vw;
  }
}
.adlp-btn p span.text02 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: 4.8vw;
  }
}
.adlp-btn.--free {
  padding-left: min( 11.1111111111vw, 120px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free {
    padding-left: 19.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--free {
    width: 80%;
    margin: 0 auto
  }
}
.adlp-btn.--free::before {
  content: "LINE";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #11a377;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  top: min( 0.462962963vw, 5px );
  left: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: 14.4vw;
    height: 14.4vw;
    font-size: 4.8vw;
    top: 0.8vw;
    left: 0.8vw;
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='78' viewBox='0 0 11 78' fill='none'%3E%3Cpath d='M1.25 31L9.25 39L1.25 47' stroke='white' stroke-width='2.25'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: min( 1.0185185185vw, 11px );
  height: min( 7.2222222222vw, 78px );
  right: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-btn::after {
    width: 2vw;
    height: 13.8666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-btn.--btn01 {
  background: #11a377;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='78' viewBox='0 0 11 78' fill='none'%3E%3Cpath d='M1.25 31L9.25 39L1.25 47' stroke='white' stroke-width='2.25'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: min( 1.0185185185vw, 11px );
  height: min( 7.2222222222vw, 78px );
  right: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: 2vw;
    height: 13.8666666667vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #11a377;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #11a377;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min( 0.3703703704vw, 4px ) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: 0.5333333333vw;
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min( 1.2037037037vw, 13px );
  height: min( 1.6666666667vw, 18px );
  right: min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: 1.7333333333vw;
    height: 2.4vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ff98ac 0%, #ff6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min( 0.7407407407vw, 8px );
  height: min( 1.4814814815vw, 16px );
  right: min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #c80012;
  background: #fff;
  box-shadow: min( 0.3703703704vw, 4px ) min( 0.5555555556vw, 6px ) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: 0.5333333333vw 0.8vw 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min( 0.7407407407vw, 8px );
  height: min( 1.4814814815vw, 16px );
  right: min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min( 0.3703703704vw, 4px ));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(0.5333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min( 0.3703703704vw, 4px ));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(0.5333333333vw);
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #ffa800;
  box-shadow: 0 min( 1.2962962963vw, 14px ) min( 2.2222222222vw, 24px ) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 1.8666666667vw 3.2vw 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min( 0.7407407407vw, 8px );
  height: min( 1.4814814815vw, 16px );
  right: min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #f48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min( 0.9259259259vw, 10px ), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #f48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min( 0.9259259259vw, 10px ), -50%);
  }
}
.line-btn {
  background-color: #06C755 !important;
}

.adlp-btn.--free.line-btn::before {
content: "無料";
letter-spacing: -0.05em;
font-weight: 600;
color: #06C755 !important;

}


/*campaign*/
.campaign-area {
    padding-bottom: 0px;
}

.campaign-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.campaign-area .breadcrumbs h1 {
    color: #00a5e3;
    font-size: 40px;
    letter-spacing: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
}
.campaign-area .breadcrumbs h1{
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
}
.campaign-area .breadcrumbs p {
    color: #595959;
    text-align: center;
    text-shadow: none;
}
.campaign-area .breadcrumbs p.lead {
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.campaign-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 10px 60px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #595656;
}

.campaign-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  border: solid 2px #595656;
}

.campaign-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.campaign-card h2 {
  font-size: 40px;
  color: #595656;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-weight: 700;
}

.campaign-card h2 span {
  font-size: 24px;
  color: #595656;
  font-weight: 700;
}

.campaign-image img {
  width: 140px;
  border-radius: 50%;
}

.campaign-detail,
.campaign-body {
  margin-top: 16px;
}

.campaign-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.campaign-body img {
  width: 100px;
  border-radius: 8px;
}

.campaign-text {
  flex: 1;
}

.deadline {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.deadline-date {
  color: #00a5e3;
  font-weight: bold;
  margin-left:0.5em;
}
.deadline-date span {
  color: #00a5e3;
  font-weight: bold;
  font-size: 23px;
}
.discount {
  color: #00a5e3;
  font-weight: bold;
  font-size: 18px;
}
.discount span {
  font-size: 30px;
}
.area-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}


.detail-button {
  display: inline-block;
  margin-top: 0px;
  padding: 6px 30px;
  border: solid 2px #00a5e3;
  color: #00a5e3;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.detail-button:hover {
  background-color: #00a5e3;
  color: #ffffff;
}



.floating-CTA {
  display: flex;
}
.adlp-btn.campaign-btn {
  background-color: #00a5e3;
  text-align: center;
}
.adlp-btn.campaign-btn p {
  display: block;
  margin: 0 auto !important;
}

.floating-CTA .adlp-btn {
    margin: 0 10px;
    height: 80px;
}


@media (max-width: 767px) {
  .campaign-body {
    flex-direction: column;
    align-items: flex-start;
  }
.area-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 5x;
  }
  .campaign-image img {
    margin-top: 20px;
    width: 120px;
  }

  .campaign-body img {
    width: 80px;
  }
  
  .adlp-floating__inner {
    width: 100vw;
    padding: 6px 6px 10px;
  }  
  .floating-CTA .adlp-btn {
      margin: 0 2px;
      height: auto;
  }
  .cta-ruby {
    display: none;
  }
  .campaign-card h2 {
    font-size: 34px;
  }
}


@media only screen and (max-width: 767px) {
    .hbg {
        background: transparent !important;
    }
    .hbg-line {
      margin: 0 auto;
      width: 86%;
      margin-bottom: 30px;
    }
    ul.hbg-navigation a {
      padding: 5px 10px;
    }
}


/*CTA改善*/
.colorLINE {
  color: #06C755 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.lesson-cv__caption {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
.lesson-cv__caption {
  font-size: 16px;
  text-align: center;
}
}
@media screen and (min-width: 767px) {
.lesson-cv__caption br {
  display: none;
}
}
.lineSchool {
  background-color: #fff !important;
  border: solid 2px #00A5E3 !important;
  margin: 0 16px 8px;
  text-align: center;
  width: auto !important;
  justify-content: center;
  padding-left: 0 !important;
}
.lineSchool:hover {
  background-color: #06C755 !important;
  color: #fff !important;
  border: solid 2px #06C755 !important;
}
.lineSchool:hover .adlp-btn__text {
  color: #fff !important;
}

.lineSchool .adlp-btn__text {
  color: #00A5E3 !important;
}
.adlp-btn__text {
  right: 0 !important;
}

.adlp-btn.--free.lineSchool::before {
  content: none !important;
}

.front-school-block h2 {
  margin-top: 0;
}
.front-school-block h3 {
  margin-top: 0;
}

.lesson-cv__btn {
  margin-bottom: 10px;
}

.adlp-btn.--free.line-btn::before {
    content: "無料" !important;
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #06C755 !important;
}


/*横浜校LP*/




/*Claude*/
/* ========================================
   FVオファー強化（横浜校限定キャンペーン）
   ======================================== */

.school_lp__offer {
       padding: 50px 0px;
       background: rgba(230, 57, 118,0.76);
   }
   
.benefit-yokohama {
    position: relative;
    overflow: hidden;
}

.benefit-yokohama::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.benefit-yokohama::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 1;
}

.benefit-box {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    padding: 20px 40px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    text-align: center;
}

.benefit-label {
    display: inline-block;
    background: linear-gradient(90deg, #e63976, #e63976);
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
    position: absolute;
    top: -5%;
    left: 5%;
    border: solid 3px #ffffff;
}

.benefit-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.5;
}

.benefit-title strong {
    color: #e63976;
    font-size: 3.8rem;
    display: block;
}

.benefit-deadline {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #555;
}

.benefit-deadline span {
    background: linear-gradient(90deg, #667eea, #00A5E3);
    color: white;
    padding: 8px 24px;
    border-radius: 8px;
    font-weight: 700;
    margin-right: 8px;
}

.benefit-conditions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-conditions li {
    background: #f8f9fa;
    padding: 16px 28px;
    border-radius: 50px;
    color: #555;
    border: 2px solid #e9ecef;
}

.benefit-conditions li strong {
    color: #00A5E3;
    font-weight: 700;
}


/* ========================================
   社長・校長メッセージ改善
   ======================================== */

.school_lp__section {
    padding: 50px 0px;
    background: #f8f9fa;
}


.school_lp__section:nth-of-type(odd) {
    background: white;
}

.school_lp__section h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    position: relative;
    padding-bottom: 20px;
}

.school_lp__section h3 {
    color: #2c3e50;
    position: relative;
    padding-bottom: 10px;
}

/* 社長メッセージ（写真左・テキスト右） */
.school_lp__section .row.clearfix {
    display: flex;
    align-items: normal;
    gap: 10px;
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}


.school_message {
    flex: 0 0 35%;
    position: relative;
}

.school_message img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.school_message__name {
    margin-top: 20px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
}

.school_message__comment {
    flex: 1;
    padding-left: 20px;
}


.school_message__comment p {
    margin-bottom: 20px;
}

.school_message__comment p:last-child {
    margin-bottom: 0;
}

/* 校長メッセージ（写真右・テキスト左） - 2番目のセクション */
.school_lp__section:nth-of-type(2) .row.clearfix {
    flex-direction: row-reverse;
}

.school_lp__section:nth-of-type(2) .school_message__comment {
    padding-left: 0;
    padding-right: 20px;
}

.school_lp__section:nth-of-type(2) .school_message__comment::before {
    content: '横浜校 校長';
}

/* ========================================
   講師紹介改善
   ======================================== */

.sec-result {
    padding: 50px 0px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.sec-result h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 20px;
}

.school_teacher img {
    width: 70%;
    /* height: 320px; */
    /* object-fit: cover; */
    /* transition: transform 0.6s ease; */
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.school_teacher {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
    padding-top: 222px;
}



/* 画像が確実にセンターに配置されるように */
.school_teacher img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

/*.school_teacher img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
*/



.school_teacher__box {
  display: flex;
  flex-wrap: wrap;
}
/* カラムをFlexコンテナにする */
.school_teacher__box > [class*="col-"] {
  display: flex;
}

/* .school_teacher を高さいっぱいに伸ばす */
.school_teacher {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.school_teacher__name {
    font-size: 1.9rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 17px 30px 15px;
    text-align: center;
}
.school_teacher__des h4 {

    color: #2c3e50;
    margin-bottom: 5px;

}

.school_teacher__des {
    padding: 0 30px 20px;
}

.school_teacher__des p {
    line-height: 1.4;
    margin-bottom: 10px;
}

/* スキルタグを追加する場合 */
.school_teacher__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 30px 30px;
}

.school_teacher__skill-tag {
    background: #f0f4ff;
    color: #667eea;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e0e8ff;
}

/* ========================================
   レスポンシブ対応
   ======================================== */

@media (max-width: 768px) {
    /* FVオファー */
    .benefit-box {
        padding: 40px 25px;
    }

    .benefit-title {
        font-size: 2rem;
    }

    .benefit-title strong {
        font-size: 2.3rem;
    }

    .benefit-deadline {
        font-size: 1.1rem;
    }

    .benefit-conditions {
        flex-direction: column;
        gap: 5px;
    }

    .benefit-conditions li { 
      padding: 6px 28px;
    }
    /* メッセージセクション */
    .school_lp__section .row.clearfix,
    .school_lp__section:nth-of-type(2) .row.clearfix {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .school_message {
        flex: 0 0 auto;
        width: 100%;
    }

    .school_message img {
        height: 300px;
    }

    .school_message__comment,
    .school_lp__section:nth-of-type(2) .school_message__comment {
        padding: 0;
    }

    .school_lp__section h2 {
        font-size: 2rem;
    }

    /* 講師紹介 */
    .sec-result h2 {
        font-size: 2rem;
    }

    .school_teacher img {
        width: 60%;
        top: -25px;
    }
}

@media (max-width: 480px) {
    .benefit-title {
        font-size: 1.6rem;
    }

    .benefit-title strong {
        font-size: 3.1rem;
    }

    .benefit-label {
        padding: 10px 24px;
    }
}


/* NPSセクション */
.nps-yokohama {
  padding: 50px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.nps-box {
    /* background: #fff; */
    /* border-radius: 20px; */
    /* padding: 50px 40px; */
    text-align: center;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
    position: relative;
    /* overflow: hidden; */
}


.nps-badge {
  display: inline-block;
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.nps-title {
  font-size: 28px;
  color: #333;
  line-height: 1.5;
}

.nps-title strong {
  font-size: 36px;
  color: #4CAF50;
  display: block;
  margin-top: 5px;
}

.nps-subtitle {
  font-size: 14px;
  color: #666;
}

.nps-award {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff3cd;
  border: 2px solid #ffc107;
  padding: 15px 30px;
  border-radius: 50px;
  margin: 0 0 5px;
}

.award-icon {
  font-size: 28px;
}

.award-text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.nps-results {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nps-result-item {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 25px 30px;
  min-width: 150px;
  transition: all 0.3s ease;
}

.nps-result-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #4CAF50;
}

.nps-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 600;
}

.nps-score {
  font-size: 42px;
  font-weight: bold;
  color: #4CAF50;
  line-height: 1;
  margin: 10px 0;
}

.nps-unit {
  font-size: 24px;
  color: #666;
  margin-left: 3px;
}

.nps-rank {
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .nps-yokohama {
    padding: 40px 0;
  }
  
  .nps-box {
    padding: 0px 20px;
    border-radius: 15px;
  }
  
  .nps-title {
    font-size: 22px;
  }
  
  .nps-title strong {
    font-size: 28px;
  }
  
  .award-text {
    font-size: 16px;
  }
  
  .nps-results {
    gap: 10px;
  }
  
  .nps-result-item {
    min-width: 120px;
    padding: 10px 25px;
  }
  .nps-date {
    margin: 0;
    }
  .nps-score {
    font-size: 36px;
    margin: 0;
  }
  
  .nps-unit {
    font-size: 20px;
  }
  
}

@media (max-width: 480px) {
  .nps-title {
    font-size: 20px;
  }
  
  .nps-title strong {
    font-size: 24px;
  }
  
  .nps-results {
    flex-direction: column;
    align-items: center;
  }
  
  .nps-result-item {
    width: 100%;
    max-width: 250px;
  }
}


/* 生徒のコメントセクション */
.student-comments {
  background: #f8f9fa;
  padding: 60px 0;
}

.student-comments h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.3;
  color: #333;
}

.student-comment-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.student-comment-item {
  background: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}

.student-comment-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.student-comment-item .comment-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}

.student-comment-item .comment-text::before {
  content: "💬";
  position: absolute;
  left: 0;
  top: 0;
}

.student-comment-item .comment-author {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin: 0;
  font-weight: 500;
}

/* 保護者の口コミセクション */
.parent-reviews {
  background: #fff;
  padding: 60px 0;
}

.parent-reviews h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  color: #333;
}

.parent-reviews .review-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
}

.parent-review-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #00a0e9;
  margin-bottom: 25px;
}

.parent-review-item .review-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0px;
}

.parent-review-item .review-author {
  font-size: 14px;
  color: #00a0e9;
  text-align: right;
  margin: 0;
  font-weight: 600;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .student-comment-list {
    grid-template-columns: 1fr;
  }
  
  .student-comments h2,
  .parent-reviews h2 {
    font-size: 24px;
  }
  
  .parent-review-item {
    padding: 20px;
  }
}


/* レッスンスケジュール用のカスタムスタイル */
.lesson-schedule-container {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

.lesson-times-section,
.business-hours-section {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

/* レッスン開始時間のスタイル */
.day-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.day-label {
  min-width: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time-slot {
  background: #E8F2FF;
  color: #0066CC;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.time-slot:hover {
  background: #D0E7FF;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0,102,204,0.2);
}

.lesson-duration-note {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding-left: 60px;
}

/* 営業時間のスタイル */
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-day {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.hours-time {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.business-note {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

/* 振替制度とキャンセルポリシー */
.policy-container {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.policy-box {
  flex: 1;
  background: rgba(70, 162, 224,0.23);
  padding: 25px;
  border-radius: 12px;
}

.policy-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: rgba(70, 162, 224,1);
}

.policy-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* レスポンシブデザイン */
@media (max-width: 991px) {
  .lesson-schedule-container {
    flex-direction: column;
  }
  
  .lesson-times-section,
  .business-hours-section {
    padding: 30px 20px;
  }
  
  .section-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .day-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .day-label {
    min-width: auto;
  }
  
  .lesson-duration-note {
    padding-left: 0;
  }
  
  .policy-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .time-slot {
    padding: 6px 16px;
    font-size: 14px;
  }
}


.benefit-price-comparison {
  margin-bottom: 15px;
}
.benefit-price-old {
  font-size: 22px;
}
.benefit-price-new {
  font-size: 28px;
  font-weight: 600;
  color: #e63976;
}