@charset "UTF-8";
/*
  汎用
================================================== */
/* ==================================================
text-align
================================================== */
.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

/* ==================================================
font-size
================================================== */
.fs100p {
  font-size: 100% !important;
}

.fs15 {
  font-size: 4vw !important;
}
@media only screen and (min-width: 769px) {
  .fs15 {
    font-size: 15px !important;
  }
}

/* ==================================================
font-weight
================================================== */
.fwL {
  font-weight: 300 !important;
}

.fwN {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fwB {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.sp_item {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp_item {
    display: none;
  }
}

.headline {
  height: 28.5333333333vw;
  padding: 5.3333333333vw 5.3333333333vw 0;
  background-color: #F0CD65;
}
@media only screen and (min-width: 769px) {
  .headline {
    padding: 20px 10px 20px;
    height: 130px;
  }
}
.headline .eye_catching {
  padding: 4.5333333333vw 5.3333333333vw 5.3333333333vw 17.3333333333vw;
  background-image: url(/educate/assets/img/common/icon_sub_btn08.png);
  background-repeat: no-repeat;
  background-size: 6.6666666667vw 6.6666666667vw;
  background-position: left 5.3333333333vw center;
}
@media only screen and (min-width: 769px) {
  .headline .eye_catching {
    padding: 17px 20px 20px 65px;
    background-size: 25px;
    background-position: left 20px center;
  }
}
.headline .eye_catching .txt {
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 4vw;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .headline .eye_catching .txt {
    margin: 0;
    font-size: 15px;
  }
}
.headline .eye_catching .txt strong {
  display: block;
  font-weight: 400;
  line-height: 1.375;
  font-size: 6.4vw;
  color: #DB7700;
}
@media only screen and (min-width: 769px) {
  .headline .eye_catching .txt strong {
    font-size: 30px;
  }
}

.main_contents {
  position: relative;
  margin-top: 21.3333333333vw;
  padding: 0 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .main_contents {
    width: 880px;
    margin: auto;
    margin-top: 65px;
    padding: 0;
  }
}
.main_contents a[target=_blank] {
  text-decoration: none;
  padding-right: 8vw;
  background: url(/educate/assets/img/common/icon_link.png) no-repeat right 0.8em top 0.3em;
  background-size: 3.6vw 2.9333333333vw;
}
@media only screen and (min-width: 769px) {
  .main_contents a[target=_blank] {
    padding-right: 2em;
    background-size: 13.5px 11px;
  }
}
@media (any-hover: hover) {
  .main_contents a[target=_blank]:hover {
    text-decoration: underline;
  }
}

.mv {
  width: 100%;
  margin: 10.6666666667vw -5.3333333333vw 0vw;
}
@media only screen and (min-width: 769px) {
  .mv {
    margin: 50px 0 0;
  }
}
.mv img {
  width: calc(100% + 10.6666666667vw);
}
@media only screen and (min-width: 769px) {
  .mv img {
    width: 100%;
  }
}

.img-area {
  width: 100%;
  margin-block: 8vw 10.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .img-area {
    display: flex;
    grid-gap: 15px;
    margin: 40px 0;
  }
}
.img-area img {
  width: 100%;
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .img-area img {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 769px) {
  .img-area img {
    margin-top: 10px;
  }
}

.sec2 {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.sec2 h2 {
  position: relative;
  background-color: #DB7700;
  margin: 0;
  padding: 5.3333333333vw 4vw;
  font-size: 5.8666666667vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 {
    font-size: 44px;
    padding: 30px 15px 30px;
  }
}
.sec2 h2::after {
  content: " ";
  position: absolute;
  bottom: -14px;
  left: 48%;
  width: 0;
  height: 0;
  border: none;
  border-top: 15px solid #DB7700;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media only screen and (min-width: 769px) {
  .sec2 h2::after {
    top: 100%;
    left: 49%;
    border-top: 25px solid #DB7700;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.sec2 h2 dl {
  margin-block: 4.2666666667vw 0;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl {
    margin-block: 8px;
  }
}
.sec2 h2 dl > dt {
  background-color: #ffff00;
  color: #333;
  display: inline-block;
  border-radius: 8px;
  font-size: 4vw;
  padding: 10px 20px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl > dt {
    margin-bottom: auto;
    font-size: 20px;
  }
}
.sec2 h2 dl > dd {
  margin: 5.3333333333vw 0 0;
  color: #ffffff;
  font-size: 4.5333333333vw;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl > dd {
    margin: 20px 0 0;
    font-size: 34px;
  }
}
.sec2 h2 dl > dd span,
.sec2 h2 dl > dd small {
  font-size: 6.4vw;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl > dd span,
.sec2 h2 dl > dd small {
    font-size: 34px;
  }
}
.sec2 h2 dl > dd strong {
  font-size: 8vw;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl > dd strong {
    font-size: 40px;
  }
}
.sec2 h2 dl > dd p {
  padding-top: 0.5em;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl > dd p {
    font-size: 15px;
  }
}
.sec2 h2 dl.oshirase {
  display: block;
  margin: 0;
}
.sec2 h2 dl.oshirase > dt {
  display: block;
  margin-top: 0;
  margin-bottom: 2.6666666667vw;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl.oshirase > dt {
    font-size: 44px;
    margin-bottom: 0;
  }
}
.sec2 h2 dl.oshirase > dt small {
  display: block;
  font-size: 4.5333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl.oshirase > dt small {
    font-size: 34px;
    margin-bottom: 0;
  }
}
.sec2 h2 dl.oshirase > dt span {
  display: block;
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl.oshirase > dt span {
    font-size: 40px;
  }
}
.sec2 h2 dl.oshirase > dd {
  margin: 0.4em 1em 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0px;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 dl.oshirase > dd {
    line-height: 1.4;
    font-size: 18px;
  }
}
.sec2 h2 > p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 > p {
    margin-bottom: 0;
    font-size: 44px !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
}
.sec2 h2 > small {
  font-size: 24px;
}
@media only screen and (min-width: 769px) {
  .sec2 h2 > small {
    display: block;
    padding: 15px 15px 16px;
    font-size: 30px;
  }
}
.sec2 .lede_area {
  padding: 2em 1em 1em;
  background-color: #E9F1F4;
}
@media only screen and (min-width: 769px) {
  .sec2 .lede_area {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.sec2 .lede_area p {
  margin: 0;
  text-align: center;
  color: #DB7700;
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .lede_area p {
    font-size: 22px;
  }
}
.sec2 .sanka {
  margin: 8vw auto;
}
@media only screen and (min-width: 769px) {
  .sec2 .sanka {
    width: 70%;
    margin: 50px auto;
  }
}
.sec2 .sanka p {
  margin: 5.3333333333vw auto;
  color: #333;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sec2 .sanka p {
    margin: 20px auto;
    font-size: 13px;
  }
}
.sec2 .sanka a img {
  width: 100%;
}
.sec2 .instructor {
  margin-top: 16vw;
  text-align: center;
}
.sec2 .instructor + .instructor {
  margin-top: 8vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor + .instructor {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor {
    display: flex;
    align-items: flex-start;
    margin-top: 90px;
  }
}
.sec2 .instructor > img {
  width: 70%;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor > img {
    width: 300px;
  }
}
.sec2 .instructor dl {
  color: #333222;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dl {
    width: 100%;
    margin-top: 5.5em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 30px;
  }
}
.sec2 .instructor dt {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-top: 5.3333333333vw;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt {
    /*align-items: flex-end;*/
    margin-top: -20px;
  }
}
.sec2 .instructor dt .kousi {
  display: inline-block;
  margin-top: 5.3333333333vw;
  margin-top: 8px;
  margin-right: 0.5em;
  padding: 2.1333333333vw 4.2666666667vw;
  background-color: #F0CD65;
  border-radius: 10px;
  color: #333;
  font-size: 4.8vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt .kousi {
    margin-bottom: 0.5em;
    padding: 0.6em 1em 0.5em;
    font-size: 28px;
  }
}
.sec2 .instructor dt .name {
  margin-top: 3.4666666667vw;
  text-align: left;
  font-size: 5.3333333333vw;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt .name {
    margin-top: 15px;
    font-size: 26px;
  }
}
.sec2 .instructor dt .name span {
  font-size: 8vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt .name span {
    font-size: 32px;
  }
}
.sec2 .instructor dt p {
  margin: 0;
  font-weight: normal;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt p {
    font-size: 21px;
  }
}
.sec2 .instructor dt p a {
  text-decoration: none;
  color: #DB7700;
}
.sec2 .instructor dt p a[target=_blank] {
  padding-right: 4vw;
  background: url(/educate/assets/img/common/icon_link.png) no-repeat right center;
  background-size: 3.6vw 2.9333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dt p a[target=_blank] {
    padding-right: 1em;
    background-size: 13.5px 11px;
  }
}
.sec2 .instructor dd {
  margin: 0;
  text-align: left;
}
.sec2 .instructor dd > p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec2 .instructor dd > p {
    margin-top: 2.6666666667vw;
  }
}
.sec2 .instructor dd .txt {
  background-color: #f5f2eb;
  margin: 5.3333333333vw 0 0;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dd .txt {
    margin: -1em 0 0;
  }
}
.sec2 .instructor dd .txt p {
  padding: 5.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .sec2 .instructor dd .txt p {
    padding: 1em;
    font-size: 21px;
  }
}

.sec3 {
  margin: 0 -5.3333333333vw;
  color: #333;
  font-size: 6.4vw;
  padding: 10.6666666667vw 0 18.6666666667vw;
  text-align: center;
  background-color: #FFF6E3;
}
@media only screen and (min-width: 769px) {
  .sec3 {
    margin: 0 calc(50% - (50vw - 130px));
    padding: 40px 0 100px;
    font-size: 24px;
  }
}
.sec3 h3 {
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 h3 {
    margin-bottom: 20px;
  }
}
.sec3 .archive {
  background-color: #fff;
  margin: 0 4vw;
  text-align: center;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive {
    width: 880px;
    margin: 0 auto;
    padding: 20px 40px;
  }
}
.sec3 .archive_inner_left {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_left {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_right {
    margin-left: 20px;
  }
}
.sec3 .archive_inner_right .archive_num {
  font-weight: bold;
  font-size: 4.8vw;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_right .archive_num {
    justify-content: flex-start;
    font-size: 18px;
    margin: 0 auto 5px;
  }
}
.sec3 .archive_inner_right .archive_num span {
  background-color: #DB7700;
  color: #fff;
  font-size: 4.2666666667vw;
  padding: 0.2666666667vw 2.1333333333vw 0.2666666667vw 2.1333333333vw;
  border-radius: 5px;
  margin-right: 1.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_right .archive_num span {
    padding-right: 10px;
    padding: 2px 10px;
    font-size: 16px;
  }
}
.sec3 .archive_inner_right .archive_title {
  font-weight: bold;
  font-size: 5.3333333333vw;
  margin: 0 auto 5px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_right .archive_title {
    text-align: left;
    margin: 0 auto 5px;
    font-size: 24px;
  }
}
.sec3 .archive_inner_right .archive_text {
  color: #333;
  font-size: 4.2666666667vw;
  margin: 0 auto;
  text-align: left;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_inner_right .archive_text {
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
  }
}
.sec3 .archive_heading {
  display: flex;
  align-items: flex-start;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_heading {
    padding: 0;
  }
}
.sec3 .archive_heading .archive_num {
  font-weight: bold;
  font-size: 4.8vw;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_heading .archive_num {
    justify-content: flex-start;
    font-size: 18px;
    margin: 5px 0 5px;
  }
}
.sec3 .archive_heading .archive_num span {
  background-color: #DB7700;
  white-space: nowrap;
  color: #fff;
  font-size: 4.2666666667vw;
  padding: 0.2666666667vw 2.1333333333vw 0.2666666667vw 2.1333333333vw;
  border-radius: 5px;
  margin-right: 2.6666666667vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_heading .archive_num span {
    padding-right: 10px;
    padding: 3px 20px 0;
    font-size: 16px;
  }
}
.sec3 .archive_heading .archive_title {
  line-height: 1.5;
  font-size: 4.8vw;
  margin: 0 0 4vw;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_heading .archive_title {
    text-align: left;
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.sec3 .archive_heading .archive_title strong {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  font-size: 5.3333333333vw;
  color: #DB7700;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_heading .archive_title strong {
    margin-top: -0.1em;
    font-size: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .sec3 .item_wrap {
    display: flex;
    justify-content: space-around;
  }
}
.sec3 .archive_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_item {
    width: 50%;
  }
}
.sec3 .archive_item img {
  width: 150px;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_item img {
    width: 100px;
  }
}
.sec3 .archive_item .archive_text {
  color: #333;
  font-size: 4.2666666667vw;
  margin: 0 auto;
  text-align: center;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_item .archive_text {
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
  }
}
.sec3 .archive_item .archive_text strong {
  display: inline-block;
  margin-right: 0.2em;
  font-weight: bold;
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_item .archive_text strong {
    font-size: 24px;
  }
}
.sec3 .archive_item + .archive_item {
  margin-top: 8vw;
}
@media only screen and (min-width: 769px) {
  .sec3 .archive_item + .archive_item {
    margin-top: 0;
  }
}

.sec4 {
  margin: 0 -5.3333333333vw;
  text-align: center;
  background-color: #DB7700;
  padding: 4vw;
}
@media only screen and (min-width: 769px) {
  .sec4 {
    margin: 0 calc(50% - (50vw - 130px));
    padding: 20px 0;
  }
}
.sec4 h2 {
  font-weight: 400;
  color: #333;
  line-height: 1;
  display: inline-block;
  padding: 1.28vw 1em;
  border-radius: 5px;
  background-color: #FFFF00;
  font-size: 3.2vw;
}
.sec4 h2 span {
  text-align: center;
}
.sec4 h2 span + span {
  margin-top: 4vw;
  color: #fff;
  line-height: 1.5;
  font-size: 3.2vw;
}
@media only screen and (min-width: 769px) {
  .sec4 h2 span + span {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .sec4 h2 {
    padding: 8px 1em;
    color: #333;
    font-size: 20px;
  }
}
.sec4 p {
  font-size: 3.2vw;
  margin-top: 4vw;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .sec4 p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.sec4 span:first-child {
  background-color: #F0CD65;
  margin: auto;
  line-height: 1;
  font-size: 16px;
  padding: 2.1333333333vw 5.3333333333vw;
  border-radius: 8px;
}
@media only screen and (min-width: 769px) {
  .sec4 span:first-child {
    margin: inherit;
    background-color: #F0CD65;
    border-radius: 8px;
    margin-right: 20px;
    padding: 5px 19px;
    margin-top: -26px;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
  }
}
.sec4 span:first-child + span {
  text-align: center;
  margin-top: 6.6666666667vw;
  line-height: 2;
  font-size: 4vw;
  letter-spacing: 0px;
}
@media only screen and (min-width: 769px) {
  .sec4 span:first-child + span {
    display: inline-flex;
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-top: 10px;
  }
}

#ln-messageHolder {
  color: #333;
}

#ln-messageHolder .setoff strong {
  overflow-wrap: break-word;
}

#page .supervision {
  padding-top: 60px;
}
/*# sourceMappingURL=lecture.css.map */