@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
/* -------------------------------------------------- FV */
.c-courseMV03 {
  background: url(https://www.fruitfulenglish.com//customers/assets/images/customers/BSK/bg-fv.jpg) center no-repeat;
  background-size: cover;
}

/* -------------------------------------------------- CSS */
body {
  line-height: 1.7;
}

.l-mainpage {
  margin-top: 0;
  padding: 20px;
  line-height: 1.7;
}

.l-mainpage p:not(:last-child) {
  margin-bottom: 20px;
}

.l-narrow__inner {
  margin-bottom: 0;
}

.l-narrow__inner p, .l-narrow__inner ul, .l-narrow__inner ol {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------------- Title */
.c-heading-ribbon {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.c-heading-ribbon span {
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 1rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 0.5rem;
  background: #F16B6F;
  position: relative;
  display: block;
}
@media (min-width: 801px) {
  .c-heading-ribbon span {
    padding: 1rem 4rem;
    font-size: 2rem;
  }
  .c-heading-ribbon span::before, .c-heading-ribbon span::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .c-heading-ribbon span::before {
    top: 0;
    left: 0;
    border-width: 28px 0px 28px 15px;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
  }
  .c-heading-ribbon span::after {
    top: 0;
    right: 0;
    border-width: 28px 15px 28px 0px;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
  }
}
.c-heading-balloon {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 2.3rem;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 800px) {
  .c-heading-balloon {
    margin: 0 auto 1em;
    padding: 1em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.c-heading-balloon::before, .c-heading-balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.c-heading-balloon.type-01 {
  border: 3px solid #333;
  background: #fff;
}
.c-heading-balloon.type-01::before {
  bottom: -14px;
  border-color: #333 transparent transparent transparent;
}
.c-heading-balloon.type-01::after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
}
.c-heading-balloon.type-02 {
  color: #FFF;
  background: #f06000;
}
.c-heading-balloon.type-02::before {
  bottom: -17px;
  border-color: transparent;
}
.c-heading-balloon.type-02::after {
  bottom: -10px;
  border-color: #f06000 transparent transparent transparent;
}
.c-heading-balloon-line {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media (min-width: 801px) {
  .c-heading-balloon-line.type-01 {
    padding: 0 60px;
  }
  .c-heading-balloon-line.type-01::before, .c-heading-balloon-line.type-01::after {
    content: "";
    width: 3px;
    height: 100%;
    max-height: 100px;
    background: #333;
    position: absolute;
    bottom: 0;
  }
  .c-heading-balloon-line.type-01::before {
    transform: rotate(-25deg);
    left: 20px;
  }
  .c-heading-balloon-line.type-01::after {
    transform: rotate(25deg);
    right: 20px;
  }
}
@media (max-width: 800px) {
  .c-heading-balloon-line.type-01 {
    margin: 0 auto 0.5em !important;
    padding: 0 1em;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}
.c-heading-balloon-line.type-02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-heading-balloon-line.type-02::before, .c-heading-balloon-line.type-02::after {
  content: "";
  width: 3px;
  height: 80px;
  background: repeating-linear-gradient(-50deg, #ffffff, #ffffff 5px, transparent 5px, transparent 10px) !important;
}
.c-heading-balloon-line.type-02::before, .c-heading-balloon-line.type-02::after {
  background: repeating-linear-gradient(-50deg, #ffffff, #ffffff 5px, #333 5px, #333 10px) !important;
}
.c-heading-balloon-line.type-02::before {
  margin-right: 1em;
  transform: rotate(-25deg);
}
.c-heading-balloon-line.type-02::after {
  margin-left: 1em;
  transform: rotate(25deg);
}
.c-heading-stripe {
  margin-bottom: 1em;
  padding: 15px 20px;
  font-size: 3rem;
  font-weight: bold;
  border-radius: 5px;
  background-size: auto auto;
  background-color: rgb(22, 142, 114);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 9px, rgb(24, 113, 94) 9px, rgb(24, 113, 94) 21px);
  color: #fff;
}
.c-heading-head {
  position: relative;
  border-bottom: 3px solid #333;
}
@media (min-width: 801px) {
  .c-heading-head {
    padding: 5rem 0 4rem 0;
  }
}
@media (max-width: 800px) {
  .c-heading-head {
    margin-bottom: 4rem;
    padding: 3rem 0;
  }
}
.c-heading-head::before, .c-heading-head::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 30px 40px 0 40px;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-heading-head::before {
  bottom: -30px;
  border-color: #333 transparent transparent transparent;
}
@media (max-width: 800px) {
  .c-heading-head::before {
    border-width: 20px 30px 0 30px;
    bottom: -20px;
  }
}
.c-heading-head::after {
  bottom: -26px;
  border-color: #f8f2ec transparent transparent transparent;
}
@media (max-width: 800px) {
  .c-heading-head::after {
    border-width: 20px 30px 0 30px;
    bottom: -17px;
  }
}
.c-heading01 {
  padding: 0;
  font-size: 6rem;
  font-weight: bold;
}
.c-heading01::after {
  display: none;
}
.c-heading01.type-01 {
  background: #c3d600;
}
@media (max-width: 800px) {
  .c-heading01 {
    margin: 0;
    padding: 10px;
    color: #FFF;
    font-size: 1.8rem;
  }
}
.c-heading08 {
  margin-top: 0.5em;
  display: block;
}
.c-heading09 {
  margin: 0;
}
.c-heading09.type-01 {
  color: #FFF;
  border-color: #e7bb39;
  background: #17489c;
}

/* -------------------------------------------------- Text */
.text-red {
  color: #cf121b;
}

.text-green {
  color: #c3d600;
}

.text-blue {
  color: #17489c;
}

.text-gold {
  color: #e7bb39;
}

.text-small {
  font-size: 90%;
}

.text-xlarge,
.text-xxlarge,
.text-xxxlarge,
.text-xxxxlarge {
  font-size: 120%;
}

@media (min-width: 801px) {
  .text-pc-center {
    text-align: center;
  }
  .text-xxlarge {
    font-size: 140%;
  }
  .text-xxxlarge {
    font-size: 160%;
  }
  .text-xxxxlarge {
    font-size: 180%;
  }
}
.highlight {
  background-image: linear-gradient(transparent 60%, rgba(246, 216, 76, 0.6) 0%);
}

/* -------------------------------------------------- Background */
.bg-cream {
  background: #f8f2ec;
}

.bg-red {
  background: #cf121b;
}

.bg-green {
  background: #c3d600;
}

.bg-blue {
  background: #17489c;
}

.bg-gold {
  background: #e7bb39;
}

.bg-hogan {
  background-image: linear-gradient(0deg, transparent 31px, #ccc 32px), linear-gradient(90deg, transparent 31px, #ccc 32px);
  background-size: 32px 32px;
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255) !important;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f9f9f9 10px, #f9f9f9 20px);
}

.bg-01 {
  background: url("https://www.fruitfulenglish.com//customers/assets/images/customers/BSK/bg-01.jpg") no-repeat center;
  background-size: cover;
}

.bg-02 {
  background: url("https://www.fruitfulenglish.com//customers/assets/images/customers/BSK/bg-02.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

/* -------------------------------------------------- List */
.list-attention li {
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 800px) {
  .list-attention li {
    font-size: 13px;
  }
}
.list-attention li::before {
  content: "※";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}
.list-number {
  counter-reset: number;
  list-style-type: none !important;
}
.list-number li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
}
.list-number li::before {
  content: counter(number);
  counter-increment: number;
  color: white;
  width: 25px;
  height: 25px;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: #17489c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .list-number li::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.list-disc {
  padding-left: 20px;
  list-style-type: disc;
}
.list-check {
  margin: 0;
}
.list-check li {
  padding-left: 2em;
  position: relative;
}
.list-check li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.list-check li::before {
  content: "\f058";
  color: #61bd59;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
}
.list-balloon.type-01 li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  border-radius: 11px;
  background-color: #ffdb70;
  position: relative;
}
.list-balloon.type-01 li::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #ffdb70;
}
.list-point {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.list-point li {
  width: 49%;
  padding: 1em 0.5em 1em 2.5em;
  border-radius: 10px;
  background: #f0f0f0;
  position: relative;
}
@media (max-width: 800px) {
  .list-point li {
    width: 100%;
  }
}
.list-point li:not(:last-of-type) {
  margin-bottom: 0.5em;
  padding: 1em 0.5em 1em 3em;
}
.list-point li::before {
  content: "\f058";
  color: #17489c;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0.6em;
  left: 0.6em;
}
@media (max-width: 800px) {
  .list-point li::before {
    top: 0.4em;
  }
}

.dl-list.type-01 {
  padding: 2em;
  border: 10px solid #c3d600;
  border-radius: 10px;
  background: #FFF;
}
@media (max-width: 800px) {
  .dl-list.type-01 {
    padding: 20px;
  }
}
.dl-list.type-01:not(:last-of-type) {
  margin-bottom: 2em;
}
.dl-list.type-01 dt {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 2px solid #c3d600;
  display: inline-flex;
  justify-content: baseline;
  align-items: center;
}
@media (max-width: 800px) {
  .dl-list.type-01 dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    flex-wrap: wrap;
  }
}
.dl-list.type-01 dt span {
  margin-right: 1em;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background: #a2af13;
}
@media (max-width: 800px) {
  .dl-list.type-01 dt span {
    width: 100px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.dl-list.type-01 dd p:last-child {
  margin-bottom: 0 !important;
}
.dl-list.type-02 {
  padding: 2em;
  border-radius: 10px;
  background: #FFF;
}
@media (max-width: 800px) {
  .dl-list.type-02 {
    padding: 20px;
  }
}
.dl-list.type-02:not(:last-of-type) {
  margin-bottom: 2em;
}
.dl-list.type-02 dt {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 2px solid #c3d600;
  display: inline-flex;
  justify-content: baseline;
  align-items: center;
}
@media (max-width: 800px) {
  .dl-list.type-02 dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    flex-wrap: wrap;
  }
}
.dl-list.type-02 dt span {
  margin-right: 1em;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background: #a2af13;
}
@media (max-width: 800px) {
  .dl-list.type-02 dt span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.dl-list.type-02 dd p:last-child {
  margin-bottom: 0 !important;
}

.box {
  padding: 2em;
}
@media (max-width: 800px) {
  .box {
    padding: 20px;
  }
}
.box.type-01 {
  border: 10px solid #61bd59;
  background: #FFF;
}

.flow > li {
  margin-bottom: 30px;
  padding: 2rem;
  list-style: none;
  border: 1px solid #666;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .flow > li {
    padding: 1rem;
  }
}
.flow > li:not(:last-child) {
  border-bottom: 1px solid #666;
  position: relative;
}
.flow > li:not(:last-child)::before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-width: 21px;
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
  border-top-color: #17489c;
}
.flow > li dt {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 2.5rem;
  border-bottom: 2px dotted #666;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 800px) {
  .flow > li dt {
    font-size: 1.6rem;
  }
}
.flow > li dt .icon {
  display: inline-block;
  width: 20%;
  max-width: 100px;
  padding: 0.3rem 0.8rem;
  margin-right: 10px;
  font-size: 1.6rem;
  color: #fff;
  background: #17489c;
  text-align: center;
}

/* -------------------------------------------------- FAQ */
.sbcqablock .qa-q:before,
.sbcqablock .qa-a:before {
  top: -5px;
}

.c-commonList01 p {
  font-size: 90%;
}

.c-basicBorderbox--gray {
  background: #FFF;
}

.c-fixedFooter {
  background: #c3d600;
}

.c-commonBtn01 > span:after {
  border-top: 2px solid #99cc33!important;
  border-right: 2px solid #99cc33!important;
}/*# sourceMappingURL=BSK.css.map */