@charset "UTF-8";
.seminar {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .seminar {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1000px) {
  .seminar {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .seminar {
    font-size: 3.2vw;
  }
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}
a.no-active {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .pc-none {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc-block {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

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

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.elm {
  opacity: 0;
  transform: translateY(1.875em);
  transition: 0.5s ease-in-out, transform 0.5s ease-out;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .elm {
    transform: translateY(2em);
  }
}
.elm.fade-in {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}

.elm.elm2 {
  transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .elm.elm2 {
    transition-delay: unset;
  }
}

.elm.elm3 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .elm.elm3 {
    transition-delay: unset;
  }
}

.elm.elmMV {
  filter: blur(0px);
}

.elm.elmMVtitle {
  transform: translateY(0em);
  transition: 1s ease, transform 1s ease;
  filter: blur(30px);
  transition-delay: 0.1s;
}
.elm.elmMVtitle.fade-in {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}

.elm_r {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(300px);
}
@media screen and (max-width: 768px) {
  .elm_r {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(200px);
  }
}

.elm_l {
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out, transform 1s ease-out;
  transform: translateX(-300px);
}
@media screen and (max-width: 768px) {
  .elm_l {
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-out;
    transition-delay: 0.5s;
    transform: translateX(-200px);
  }
}

.elm_o {
  opacity: 0;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
  filter: blur(6px);
}
.elm_o.fade-in {
  opacity: 1;
  filter: blur(0px);
}

.elm_title.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

.elm_title_en.fade-in {
  opacity: 1;
}

.elm_r.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.elm_l.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-l {
  animation: fadeAndTranslateL 1s ease forwards;
}

@keyframes fadeAndTranslateL {
  from {
    opacity: 0;
    transform: translateX(-3.125em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-appear-o {
  animation: fadeAndTranslateO 1s ease forwards;
}
@keyframes fadeAndTranslateO {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

main {
  padding-top: 67px;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 1280px) {
  main {
    padding-top: 93px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 4em;
  }
}

.contentWrapper {
  max-width: 60em;
  width: 90%;
  margin-inline: auto;
}

.secArea {
  padding-top: 3.125em;
}
.secArea_headline {
  position: relative;
  font-size: 1.75em;
  padding-right: 1em;
  padding-left: 1.8em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #28c3d4;
}
.secArea_headline::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  top: 0.5em;
  left: 0.3em;
  width: 0.6em;
  height: 0.6em;
  background: #28c3d4;
  z-index: 2;
}
.secArea_headline::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  top: 0.9em;
  left: 0.7em;
  width: 0.4em;
  height: 0.4em;
  background: #a7e7ee;
  z-index: 1;
}
.secArea_headline h2 {
  font-size: 1em;
  width: 100%;
  font-weight: bold;
  color: #445cd5;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .secArea_headline h2 {
    font-size: 0.75em;
  }
}

.meritArea_effect {
  margin-top: 1.5625em;
}
.meritArea_timeExample {
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.meritArea_timeExample_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 47%;
  margin-right: 6%;
}
.meritArea_timeExample_item:nth-child(2n) {
  margin-right: 0;
}
.meritArea_timeExample_item:nth-child(n+3) {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .meritArea_timeExample_item {
    width: 100%;
    margin-right: 0;
  }
  .meritArea_timeExample_item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.meritArea_timeExample_item_cont {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  width: 77.24%;
  color: #1d3faf;
  background-color: #dbeafe;
  font-weight: bold;
  font-size: 1.25em;
  padding-block: 0.9em;
  padding-inline: 0.5em;
  border-radius: 5em;
}
.meritArea_timeExample_item_cont::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  width: 0;
  height: 0;
  border-top: 0.65em solid transparent;
  border-bottom: 0.65em solid transparent;
  border-left: 0.5em solid #3088ca;
  transform: translateY(-50%);
}
.meritArea_timeExample_item_cont .contTxt {
  text-align: center;
  width: 80%;
  letter-spacing: 0.05em;
  padding-left: 0.6em;
}
@media screen and (max-width: 1280px) {
  .meritArea_timeExample_item_cont .contTxt {
    padding-left: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .meritArea_timeExample_item_cont .contTxt {
    padding-left: 0.2em;
  }
}
.meritArea_timeExample_item_cont .contTime {
  text-align: right;
  width: 20%;
  font-size: 1.1em;
}
.meritArea_timeExample_item_cont .contTime span {
  font-size: 0.85em;
  margin-left: 0.1em;
}
.meritArea_timeExample_item_change {
  width: 18.05%;
  text-align: right;
  font-weight: bold;
  color: #a02b93;
  font-size: 1.3em;
  line-height: 1;
}
.meritArea_timeExample_item_change span {
  font-size: 1.6em;
  margin-right: 0.15em;
  line-height: 1;
  letter-spacing: -0.02em;
}

.programArea {
  width: 100%;
  margin-top: 4.125em;
  border-top: 1px solid #28c3d4;
}
.programArea .secArea_headline h2 {
  letter-spacing: 0.1em;
}
.programArea_lead {
  font-size: 1.125em;
  text-align: center;
  color: #006492;
  margin-top: 3em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .programArea_lead {
    text-align: justify;
  }
}
.programArea_merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 4.125em;
}
.programArea_merit_item {
  width: 47%;
  margin-right: 6%;
  padding: 0.8em 1em;
  background-color: #eff6ff;
  border-radius: 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.programArea_merit_item:nth-child(2n) {
  margin-right: 0;
}
.programArea_merit_item:nth-child(n+3) {
  margin-top: 1.5em;
}
.programArea_merit_item:nth-child(5) {
  width: 70%;
}
.programArea_merit_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .programArea_merit_item {
    width: 100%;
    margin-right: 0;
  }
  .programArea_merit_item:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .programArea_merit_item:nth-child(5) {
    width: 100%;
  }
}
.programArea_merit_item_num {
  width: 2.625em;
  height: auto;
  position: relative;
  border-radius: 50%;
  background-color: #1d3faf;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.9;
  flex-shrink: 0;
  margin-right: 1em;
  margin-top: 0.5em;
}
.programArea_merit_item_num span {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
}
.programArea_merit_item_txtBlock {
  text-align: justify;
}
.programArea_merit_item_txtBlock h3 {
  color: #1d3faf;
  font-size: 1.15em;
  font-weight: bold;
}
.programArea_merit_item_txtBlock p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.programArea_goal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  width: 96%;
  margin-inline: auto;
  margin-top: 3.125em;
  box-shadow: 6px 6px 6px -3px #969696;
  border-radius: 0.5em;
  padding-block: 0.7em;
  background-color: #378fbb;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .programArea_goal {
    flex-direction: column;
    padding-block: 1.5em;
    gap: 0.5em;
  }
}
.programArea_goal_headline h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
.programArea_goal_triangle {
  font-size: 1.3em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .programArea_goal_triangle {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .programArea_goal_level {
    padding-inline: 1em;
  }
}
.programArea_goal_level h4 {
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .programArea_goal_level h4 {
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.programArea_support {
  margin-top: 1.8em;
  text-align: center;
}
.programArea_support_txt {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  color: #1d3faf;
  letter-spacing: 0.05em;
  padding: 0.4em 1em;
  background-color: #dbeafe;
  border-left: 0.4em solid #1d3faf;
}

.stepArea {
  width: 100%;
  margin-top: 4.125em;
  border-top: 1px solid #28c3d4;
}
@media screen and (max-width: 768px) {
  .stepArea {
    padding-top: 4em;
  }
}
.stepArea_learning {
  position: relative;
  width: 100%;
}
.stepArea_learning h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #276fa5;
  letter-spacing: 0.1em;
  padding-left: 0.6em;
}
@media screen and (max-width: 768px) {
  .stepArea_learning h2 {
    margin-bottom: 1em;
  }
}
.stepArea_learning_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.stepArea_learning_item_headline {
  position: relative;
  width: 13.125em;
  height: 7em;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_item_headline {
    width: 11.125em;
    height: 6em;
  }
}
.stepArea_learning_item_headline::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0.1em;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6.5625em solid transparent;
  border-right: 6.5625em solid transparent;
  border-top: 2em solid #dbeafe;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_item_headline::before {
    border-left: 5.5625em solid transparent;
    border-right: 5.5625em solid transparent;
    bottom: 0.11em;
  }
}
.stepArea_learning_item_headline::after {
  content: "";
  position: absolute;
  top: 0em;
  left: 0;
  width: 13.125em;
  height: 5em;
  background-color: #dbeafe;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_item_headline::after {
    width: 11.125em;
    height: 4em;
  }
}
.stepArea_learning_item_headline h3 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.3em;
  font-weight: bold;
  color: #276fa5;
  letter-spacing: 0.05em;
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_item_headline h3 {
    font-size: 1.15em;
  }
}
.stepArea_learning_item_txtBlock h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #276fa5;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_item_txtBlock h4 {
    font-size: 1em;
  }
}
.stepArea_learning_lesson {
  position: absolute;
  top: 6em;
  right: 3em;
  width: 13.75em;
  height: 13.75em;
  background-color: #276fa5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_lesson {
    top: -6em;
    right: 1em;
    width: 10.75em;
    height: 10.75em;
  }
}
.stepArea_learning_lesson_num {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_lesson_num {
    font-size: 1.6em;
  }
}
.stepArea_learning_lesson_num span {
  font-size: 2em;
}
.stepArea_learning_lesson_time {
  font-size: 1.6em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .stepArea_learning_lesson_time {
    font-size: 1.3em;
  }
}
.stepArea_learning_lesson_time span.num {
  font-size: 1.3em;
  letter-spacing: -0.05em;
}
.stepArea_learning_lesson_time span.num2 {
  font-size: 1.1em;
  margin-right: 0.1em;
}

.packageArea {
  background-color: #54c3f1;
  width: 100%;
  padding-block: 3em;
  margin-top: 4em;
}
.packageArea .contentWrapper {
  background-color: #fff;
  border: 3px solid #28c3d4;
}
.packageArea_info {
  padding: 2em 3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
}
@media screen and (max-width: 768px) {
  .packageArea_info {
    flex-direction: column;
    padding: 2em 1em;
    gap: 1em;
  }
}
.packageArea_info_price {
  width: 19.375em;
  flex-shrink: 0;
  border: 0.5em solid #28c3d4;
  background-color: #ffff00;
  color: #0070c0;
  border-radius: 5em;
  padding: 0.5em 0;
  text-align: center;
  position: relative;
}
.packageArea_info_price_id {
  font-size: 1.3em;
  font-weight: bold;
}
.packageArea_info_price_id span {
  font-size: 0.9em;
  margin-left: 0.6em;
}
.packageArea_info_price_cont {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.packageArea_info_price_cont span {
  font-size: 1.8em;
  letter-spacing: -0.03em;
  margin-right: 0.1em;
}
.packageArea_info_price_tax {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .packageArea_info_txtBlock {
    text-align: center;
  }
}
.packageArea_info_txtBlock_txt {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .packageArea_info_txtBlock_txt {
    margin-top: 1em;
  }
}
.packageArea_info_txtBlock_lead {
  font-size: 1.2em;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .packageArea_info_txtBlock_lead {
    margin-top: 0.5em;
  }
}
.packageArea_info_txtBlock_lead span {
  color: #d35400;
  font-weight: bold;
}

.btnArea {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btnArea {
    width: 80%;
    margin-inline: auto;
  }
}
.btnArea a {
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
  background-color: rgb(248, 130, 0);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.5em 4em;
  border-radius: 5em;
}
@media screen and (max-width: 768px) {
  .btnArea a {
    width: 100%;
    padding-inline: 0;
  }
}/*# sourceMappingURL=style.css.map */