/*===================================
reset
===================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

/*===================================
base
===================================*/
img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}

.sec_ttl {
  text-align: center;
}
.sec_ttl em {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 600;
  text-align: center;
}
.sec_ttl span {
  display: inline-block;
  margin: 0 auto;
}

.sec_subttl {
  text-align: center;
}
.sec_subttl span {
  font-family: "Noto Serif JP", serif;
  background-color: #0068C2;
  color: #F1E487;
  text-align: center;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  box-sizing: border-box;
}

.sec_subttl--blue {
  text-align: center;
}
.sec_subttl--blue span {
  font-family: "Noto Serif JP", serif;
  background-color: #002D7C;
  color: #F1E487;
  text-align: center;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  box-sizing: border-box;
}

.bg_random {
  overflow: hidden;
  position: relative;
}
.bg_random:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bg_blue {
  background-color: #C7E1FF;
}

.bg_lightblue {
  background-color: #E5F2FF;
}

.page-top {
  position: fixed;
  z-index: 1111;
}

@media only screen and (min-width: 769px) {
  .main {
    min-width: 960px;
    margin: 0 auto;
  }
  a {
    opacity: 1;
    transition: all ease-in-out 0.2s;
  }
  a:hover {
    opacity: 0.75;
  }
  .sp {
    display: none;
  }
  .sec_ttl {
    margin: 0 auto 45px;
  }
  .sec_ttl em {
    padding-bottom: 25px;
    font-size: 52px;
    position: relative;
    border-bottom: 1px solid #B1B1B1;
  }
  .sec_ttl em:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 910px;
    height: 7px;
    background: #0068C2;
  }
  .sec_ttl span {
    margin-top: 12px;
  }
  .sec_ttl span img {
    height: 21px;
    width: auto;
  }
  .sec_subttl span {
    font-size: 30px;
    width: 280px;
    height: 60px;
    padding-bottom: 3px;
  }
  .sec_subttl--blue span {
    font-size: 30px;
    width: 280px;
    height: 60px;
  }
  .bg_random {
    border-radius: 18px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_random:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
  }
  .page-top {
    width: 54px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sec_ttl {
    margin: 0 auto 20px;
  }
  .sec_ttl em {
    padding-bottom: 13px;
    line-height: 1.2666666667;
    font-size: 30px;
    position: relative;
    border-bottom: 1px solid #B1B1B1;
  }
  .sec_ttl em:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: 7px;
    background: #0068C2;
  }
  .sec_ttl span {
    margin-top: 10px;
  }
  .sec_ttl span img {
    height: 18px;
    width: auto;
  }
  .sec_subttl span {
    font-size: 26px;
    width: 260px;
    height: 50px;
    padding-bottom: 2px;
  }
  .sec_subttl--blue span {
    font-size: 26px;
    width: 260px;
    height: 50px;
  }
  .bg_random {
    border-radius: 18px;
    width: calc(100% - 20px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_random:after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
  }
  .page-top {
    width: 40px;
    bottom: 5px;
    right: 5px;
  }
}
/*===================================
main
===================================*/
/* mv */
@media only screen and (min-width: 769px) {
  .mv {
    background: url(../img/mv-bg.jpg) center center/cover no-repeat;
  }
  .mv_inner {
    margin: 0 auto;
    height: 650px;
    position: relative;
    overflow: hidden;
  }
  .mv_cont {
    max-width: 1080px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mv_cont:before {
    content: "";
    position: absolute;
    background: url(../img/mv_deco.svg) center center/cover no-repeat;
    width: 531px;
    height: 514px;
    top: 0;
    right: -60px;
    mix-blend-mode: overlay;
  }
  .mv_ttl {
    width: 563px;
    position: absolute;
    z-index: 1;
    top: 120px;
    bottom: 0;
    left: 65px;
  }
  .mv_img {
    max-width: 565px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 90px;
    position: relative;
  }
  .mv_img img {
    width: 100%;
  }
  .mv_img figcaption {
    position: absolute;
    right: 60px;
    bottom: 85px;
    width: 198px;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    background: url(../img/sp/mv-bg.jpg) center center/cover no-repeat;
  }
  .mv_inner {
    margin: 0 auto;
    height: 650px;
    position: relative;
    overflow: hidden;
  }
  .mv_cont {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mv_cont:before {
    content: "";
    position: absolute;
    background: url(../img/sp/mv_deco.svg) center center/cover no-repeat;
    width: 100%;
    height: 590px;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
  }
  .mv_ttl {
    max-width: 400px;
    width: calc(100% - 40px);
    position: absolute;
    z-index: 1;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv_img {
    max-width: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mv_img img {
    width: 100%;
  }
  .mv_img figcaption {
    position: absolute;
    right: 15px;
    bottom: 45px;
    width: 147px;
  }
}

/* schedule */
.schedule {
  position: relative;
}
.schedule_inner {
  z-index: 1;
  position: relative;
}
.schedule_item {
  position: relative;
}
.schedule_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/dot.svg);
}
.schedule_item:last-of-type:after {
  display: none;
}
.schedule_item:nth-child(2n+1) {
  padding-top: 45px;
}
.schedule_item:nth-child(2n+1) .schedule_subttl span {
  background-color: #002D7C;
}
.schedule_item:nth-child(2n+1) .schedule_day {
  color: #002D7C;
}
.schedule_day {
  text-align: center;
  color: #0068C2;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.schedule_place {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.schedule_place strong {
  font-weight: 900;
  display: block;
  text-align: center;
}
.schedule_btn {
  display: block;
  margin: 0 auto;
}
.schedule_subttl {
  text-align: center;
}
.schedule_subttl span {
  font-family: "Noto Serif JP", serif;
  background-color: #0068C2;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .schedule {
    padding: 30px 0 35px;
    background: url(../img/grade-bg02.png) center center/100% auto repeat-y;
  }
  .schedule:before {
    content: "";
    background: url(../img/grade-bg01.png) center center/100% 74px no-repeat;
    position: absolute;
    top: -74px;
    left: 0;
    width: 100%;
    height: 74px;
  }
  .schedule_ttl {
    width: 430px;
    margin: -90px auto 20px;
  }
  .schedule_item {
    padding: 20px 0 45px;
    width: 960px;
    margin: 0 auto;
  }
  .schedule_item:after {
    width: 854px;
    height: 5px;
  }
  .schedule_day {
    font-size: 45px;
    position: relative;
    display: flex;
    align-items: center;
    width: 790px;
    margin: 0 auto;
    gap: 0 10px;
  }
  .schedule_day:not(:first-of-type) {
    margin-top: 10px;
  }
  .schedule_day:after {
    content: "";
    background: url(../img/schedule-type.png) center center/contain no-repeat;
    margin-left: 5px;
    width: 112px;
    height: 40px;
    display: inline-block;
    margin-bottom: -4px;
  }
  .schedule_day img {
    margin-top: 8px;
    width: 46px;
    height: 46px;
  }
  .schedule_place {
    font-size: 20px;
    margin: 30px 0 40px;
  }
  .schedule_place strong {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .schedule_btn {
    width: 430px;
  }
  .schedule_subttl {
    margin-bottom: 30px;
  }
  .schedule_subttl span {
    font-size: 30px;
    width: 220px;
    height: 60px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .schedule {
    padding: 45px 20px 20px;
    margin-top: -15px;
    background: url(../img/sp/grade-bg02.png) center center/100% auto repeat-y;
  }
  .schedule:before {
    content: "";
    background: url(../img/sp/grade-bg01.png) center center/100% 25px no-repeat;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
  }
  .schedule_ttl {
    width: 240px;
    margin: -85px auto 10px;
  }
  .schedule_item {
    padding: 15px 0px 35px;
  }
  .schedule_item:after {
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    background-size: cover;
  }
  .schedule_item:not(:first-of-type) {
    padding-top: 28px;
  }
  .schedule_day {
    font-size: 27px;
    position: relative;
    margin: 0 -10px;
    overflow: hidden;
  }
  .schedule_day:after {
    content: "";
    display: block;
    background: url(../img/schedule-type.png) center center/contain no-repeat;
    width: 92px;
    height: 34px;
    margin: 7px auto 0;
  }
  .schedule_day img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .schedule_day:not(:first-of-type) {
    margin-top: 23px;
  }
  .schedule_place {
    font-size: 16px;
    text-align: left;
    margin: 20px auto 15px;
    max-width: 400px;
    line-height: 1.625;
  }
  .schedule_place strong {
    font-size: 20px;
  }
  .schedule_btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .schedule_subttl {
    margin-bottom: 15px;
  }
  .schedule_subttl span {
    font-size: 22px;
    width: 150px;
    height: 46px;
    padding-bottom: 2px;
  }
}

/* skill */
.skill_box {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.skill_box-lead {
  color: #0068C2;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
.skill_box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.skill_box-txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #0068C2;
}
.skill_box:nth-child(3) .skill_box-lead {
  color: #002D7C;
}
.skill_box:nth-child(3) .skill_box-txt {
  background-color: #002D7C;
}
.skill_bnr {
  background-color: #0068C2;
}
.skill_bnr p {
  letter-spacing: -0.03em;
  color: #F1E487;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .skill_inner {
    padding-top: 80px;
  }
  .skill_box {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 25px;
    margin-top: 70px;
  }
  .skill_box-ttl {
    top: -30px;
  }
  .skill_box-lead {
    margin: 5px 0 20px;
    line-height: 1.5555555556;
    font-size: 18px;
  }
  .skill_box-img {
    width: 940px;
    margin: 0 auto;
  }
  .skill_box-txt {
    box-sizing: border-box;
    width: 910px;
    padding: 20px;
    margin: 15px auto 0;
    line-height: 1.5555555556;
    font-size: 18px;
  }
  .skill_bnr {
    padding: 34px 20px;
    margin-top: 65px;
  }
  .skill_bnr p {
    line-height: 1.4333333333;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .skill_inner {
    padding-top: 45px;
  }
  .skill_box {
    margin: 45px 10px 0;
    padding: 40px 20px 10px;
  }
  .skill_box:not(:first-of-type) {
    margin-top: 60px;
  }
  .skill_box-ttl {
    top: -25px;
  }
  .skill_box-lead {
    margin: 0px 0 20px;
    line-height: 1.5294117647;
    font-size: 17px;
    text-align: left;
  }
  .skill_box-img {
    max-width: 320px;
    margin: 0 auto;
  }
  .skill_box-txt {
    box-sizing: border-box;
    padding: 17px;
    margin: 13px -10px 0;
    line-height: 1.5294117647;
    font-size: 17px;
    text-align: left;
  }
  .skill_bnr {
    padding: 25px 30px;
    margin-top: 35px;
  }
  .skill_bnr p {
    line-height: 1.5263157895;
    font-size: 19px;
    text-align: left;
  }
}

/* foryou */
@media only screen and (min-width: 769px) {
  .foryou_inner {
    padding: 70px 0 175px;
  }
  .foryou_cont:not(:first-of-type) {
    margin-top: 37px;
  }
  .foryou_cont-ttl {
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
  }
  .foryou_cont-ttl .sec_subttl span {
    box-shadow: 0px 0px 15px 1px #fff;
    border-radius: 30px;
  }
  .foryou_cont-ttl .sec_subttl--blue span {
    box-shadow: 0px 0px 15px 1px #fff;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .foryou_inner {
    padding: 50px 0 117px;
  }
  .foryou_cont:not(:first-of-type) {
    margin-top: 30px;
  }
  .foryou_cont-ttl {
    position: relative;
    z-index: 1;
    margin-bottom: -25px;
  }
  .foryou_cont-ttl .sec_subttl span {
    box-shadow: 0px 0px 15px 2px #fff;
    border-radius: 25px;
  }
  .foryou_cont-ttl .sec_subttl--blue span {
    box-shadow: 0px 0px 15px 2px #fff;
    border-radius: 25px;
  }
}

/* fee */
@media only screen and (min-width: 769px) {
  .fee_inner {
    padding: 85px 0 100px;
  }
  .fee_cont {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .fee_inner {
    padding: 40px 0 62px;
  }
}

/* trust */
.trust_copy {
  text-align: center;
  color: #1FAD25;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6046511628;
}
.trust_copy span {
  border-bottom: 4px dotted #1FAD25;
}
.trust_cont_txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
}
@media only screen and (min-width: 769px) {
  .trust_inner {
    padding: 90px 0 50px;
  }
  .trust_copy {
    font-size: 43px;
    margin-top: -20px;
  }
  .trust_cont {
    padding: 45px 0;
  }
  .trust_cont_inner {
    background: url(../img/trust-bg.jpg) top center/cover no-repeat;
  }
  .trust_cont_txt {
    font-size: 16px;
    margin: 55px 70px 25px;
  }
  .trust_cont_img {
    width: 830px;
    margin: 0 auto 45px;
  }
}
@media only screen and (max-width: 768px) {
  .trust_inner {
    padding: 45px 0;
  }
  .trust_copy {
    font-size: 26px;
    margin-bottom: 22px;
    margin-top: -5px;
    text-align: left;
    padding: 0 12px;
  }
  .trust_cont_inner {
    background: url(../img/sp/trust-bg.jpg) top center/cover no-repeat;
  }
  .trust_cont_txt {
    font-size: 16px;
    margin: 30px 25px 35px;
  }
  .trust_cont_img {
    margin: 0 15px 25px;
  }
}

/* contact */
.contact_cont {
  background: rgba(0, 104, 194, 0.7);
  border-radius: 10px;
}
.contact_txt {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5357142857;
  letter-spacing: -0.01em;
  font-family: "Noto Serif JP", serif;
}
.contact_btn {
  display: block;
}
@media only screen and (min-width: 769px) {
  .contact {
    background: url(../img/contact-bg.jpg) center center/cover no-repeat;
  }
  .contact_inner {
    padding: 60px 0;
  }
  .contact_cont {
    max-width: 1002px;
    width: 90%;
    margin: 0 auto;
    padding: 55px 20px 65px;
  }
  .contact_txt {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .contact_btn {
    width: 574px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    background: url(../img/sp/contact-bg.jpg) center center/cover no-repeat;
  }
  .contact_inner {
    padding: 56px 20px;
  }
  .contact_cont {
    margin: 0 auto;
    padding: 28px 24px 30px;
  }
  .contact_txt {
    font-size: 17px;
    margin-bottom: 26px;
    text-align: left;
    font-weight: 600;
  }
  .contact_btn {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* voice */
.voice_ttl {
  text-align: center;
}
.voice_ttl span {
  display: inline-block;
  margin: 0 auto;
}
.voice_item {
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.voice_from {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #1FAD25;
  font-family: "Noto Serif JP", serif;
}
.voice_comment {
  font-weight: 500;
  line-height: 1.625;
}
@media only screen and (min-width: 769px) {
  .voice_inner {
    padding-bottom: 160px;
    position: relative;
  }
  .voice_inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
  }
  .voice_ttl {
    width: 500px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
  }
  .voice_ttl span {
    margin-top: 10px;
  }
  .voice_ttl span img {
    height: 16px;
    width: auto;
  }
  .voice_item {
    width: 940px;
    margin: 0 auto 54px;
    padding: 40px 45px 35px;
    box-sizing: border-box;
  }
  .voice_item:last-child {
    margin-bottom: 0;
  }
  .voice_from {
    font-size: 22px;
    top: -25px;
    width: 520px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .voice_comment {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .voice_inner {
    padding-bottom: 110px;
    position: relative;
  }
  .voice_inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
  }
  .voice_ttl {
    max-width: 360px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
  }
  .voice_ttl span img {
    height: 13px;
    width: auto;
  }
  .voice_list {
    padding: 0 10px;
  }
  .voice_item {
    margin: 0 auto 50px;
    padding: 35px 25px 27px;
  }
  .voice_item:last-child {
    margin-bottom: 0;
  }
  .voice_from {
    font-size: 15px;
    top: -23px;
    width: calc(100% - 20px);
    height: 46px;
    border-radius: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .voice_comment {
    font-size: 16px;
  }
}

/* teacher */
.teacher_lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.56;
}
.teacher_prof {
  position: relative;
}
.teacher_prof_name dt {
  font-family: "Noto Serif JP", serif;
  color: #1FAD25;
  font-weight: 600;
}
.teacher_prof_name dd {
  font-weight: 700;
  line-height: 1.5294117647;
}
.teacher_career ol li {
  font-weight: 500;
  position: relative;
}
.teacher_career ol li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/dot-pin.svg) center center/contain no-repeat;
  top: 4px;
  left: 0;
}
.teacher_career ol li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 16px);
  background: url(../img/dot-list.svg) center top/contain repeat-y;
  top: 23px;
  left: 6px;
}
.teacher_career ol li:last-child:after {
  display: none;
}
.teacher_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.teacher_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .teacher_inner {
    padding: 80px 0 175px;
  }
  .teacher_lead {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: -10px;
  }
  .teacher_prof {
    width: 885px;
    margin: 0 auto 20px;
  }
  .teacher_prof_name {
    position: absolute;
    top: 40px;
    right: 0;
    width: 380px;
  }
  .teacher_prof_name dt {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .teacher_prof_name dd {
    font-size: 17px;
  }
  .teacher_career {
    width: 830px;
    margin: 0 auto 25px;
  }
  .teacher_career ol li {
    padding-left: 22px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .teacher_career ol li + li {
    margin-top: 5px;
  }
  .teacher_movie {
    width: 784px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .teacher_inner {
    padding: 35px 0 123px;
  }
  .teacher_lead {
    font-size: 17px;
    text-align: left;
    font-feature-settings: "palt";
    padding: 0 20px;
    margin-top: -8px;
  }
  .teacher_prof {
    margin: 0 auto 35px;
    max-width: 500px;
  }
  .teacher_prof_name {
    padding: 0 25px;
    margin-top: -8px;
  }
  .teacher_prof_name dt {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .teacher_prof_name dd {
    font-size: 17px;
  }
  .teacher_prof_dog {
    padding: 0 25px;
  }
  .teacher_career {
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .teacher_career ol li {
    padding-left: 22px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .teacher_career ol li + li {
    margin-top: 5px;
  }
  .teacher_movie {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

/* lead */
.lead_inner {
  position: relative;
  background: linear-gradient(180deg, rgb(223, 238, 255), rgb(199, 225, 255));
}
.lead_inner:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/lead-bg.png) center center/100% 68px no-repeat;
  width: 100%;
}
.lead_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #1FAD25;
  font-weight: 500;
  line-height: 1.3023255814;
  position: relative;
  letter-spacing: -0.05em;
}
.lead_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.lead_txt {
  text-align: justify;
  line-height: 1.6666666667;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 769px) {
  .lead_inner {
    padding: 45px 0 75px;
  }
  .lead_inner:before {
    height: 68px;
    top: -68px;
  }
  .lead_ttl {
    font-size: 43px;
    margin-bottom: 45px;
  }
  .lead_ttl:after {
    bottom: -12px;
    background: url(../img/lead-underline.svg) center center/contain no-repeat;
    max-width: 960px;
    height: 6px;
  }
  .lead_cont {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: 946px;
    margin: 0 auto;
  }
  .lead_img {
    width: 387px;
    margin-top: -15px;
  }
  .lead_txt {
    width: 535px;
  }
  .lead_txt p {
    font-size: 18px;
  }
  .lead_txt p:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lead_inner {
    padding: 25px 20px 45px;
  }
  .lead_inner:before {
    height: 26px;
    top: -26px;
  }
  .lead_inner:before {
    background: url(../img/sp/lead-bg.png) center center/100% 26px no-repeat;
  }
  .lead_ttl {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .lead_ttl:after {
    bottom: -20px;
    background: url(../img/sp/lead-underline.svg) center center/contain no-repeat;
    width: calc(100% + 20px);
    height: 6px;
    margin: 0 -10px;
    overflow: hidden;
  }
  .lead_cont {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .lead_img {
    width: 164px;
    margin: 0 auto;
  }
  .lead_txt {
    order: 2;
  }
  .lead_txt p {
    font-size: 16px;
  }
  .lead_txt p:not(:first-of-type) {
    margin-top: 25px;
  }
}

/* charm */
.charm_inner {
  background-color: #0068C2;
}
.charm_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #FFFF00;
  font-weight: 500;
  line-height: 1.3023255814;
  position: relative;
  letter-spacing: -0.03em;
}
.charm_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.charm_list li {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
.charm_list li:before {
  content: "";
  position: absolute;
  background: url(../img/charm-icn.svg);
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .charm_inner {
    padding: 65px 0 85px;
  }
  .charm_ttl {
    font-size: 43px;
    margin-bottom: 45px;
  }
  .charm_ttl:after {
    bottom: -15px;
    background: url(../img/charm-underline.svg) center center/contain no-repeat;
    max-width: 960px;
    height: 6px;
  }
  .charm_cont {
    display: flex;
    width: 940px;
    margin: 0 auto;
  }
  .charm_list {
    width: 495px;
  }
  .charm_list li {
    font-size: 20px;
    padding-left: 45px;
    font-feature-settings: "palt";
  }
  .charm_list li:not(:first-of-type) {
    margin-top: 25px;
  }
  .charm_list li:before {
    width: 36px;
    height: 36px;
  }
  .charm_img {
    width: 442px;
  }
}
@media only screen and (max-width: 768px) {
  .charm_inner {
    padding: 45px 20px 50px;
  }
  .charm_ttl {
    font-size: 25px;
    margin-bottom: 48px;
  }
  .charm_ttl:after {
    bottom: -15px;
    background: url(../img/sp/charm-underline.svg) center center/contain no-repeat;
    width: calc(100% + 20px);
    height: 6px;
    margin: 0 -10px;
    overflow: hidden;
  }
  .charm_cont {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
  }
  .charm_list {
    order: 2;
  }
  .charm_list li {
    font-size: 16px;
    padding-left: 38px;
    font-feature-settings: "palt";
  }
  .charm_list li:not(:first-of-type) {
    margin-top: 15px;
  }
  .charm_list li:before {
    width: 32px;
    height: 32px;
  }
  .charm_img {
    width: 273px;
    margin: 0 auto;
  }
  .charm_img img {
    margin-left: 10px;
  }
}

/*===================================
header
===================================*/
.header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1111;
  pointer-events: none;
}
.header:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #002389, #002389 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 1s 0.1s;
}
.header.is-scroll:after {
  opacity: 1;
}
.header_links a {
  pointer-events: all;
}
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 960px;
    margin: 0 auto;
    height: 377px;
  }
  .header_cont {
    display: flex;
    justify-content: space-between;
  }
  .header_logo {
    width: 307px;
    margin-top: 20px;
  }
  .header_links {
    display: flex;
    gap: 0 9px;
  }
  .header_links a {
    width: 235px;
  }
/*2023年10月11日追加*/
  .header_links p {
    width: 235px;
  }
}
@media only screen and (max-width: 768px) {
  .header_inner {
    margin: 0 auto;
    height: 122px;
  }
  .header_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 4px;
  }
  .header_logo {
    width: 156px;
    margin-left: 6px;
    margin-right: 5px;
  }
  .header_links {
    display: flex;
    gap: 0 4px;
  }
  .header_links a {
    width: 108px;
  }
/*2023年10月11日追加*/
  .header_links p {
    width: 108px;
  }
}

/*===================================
footer
===================================*/
.footer {
  background: #0068C2;
  color: #fff;
}
.footer_company_name dt {
  font-weight: 900;
}
.footer_company_name dd {
  font-weight: 500;
  line-height: 1.6153846154;
}
.footer_cl {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .footer {
    min-width: 960px;
    margin: 0 auto;
  }
  .footer_inner {
    width: 950px;
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
  }
  .footer_logo {
    width: 262px;
    position: relative;
    padding-right: 25px;
  }
  .footer_logo:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 93px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .footer_company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    margin-left: 25px;
  }
  .footer_company_name {
    width: 255px;
  }
  .footer_company_name dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .footer_company_name dd {
    font-size: 13px;
  }
  .footer_cl {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_inner {
    max-width: 318px;
    margin: 0 auto;
    padding: 25px 0 50px;
  }
  .footer_logo {
    text-align: center;
    padding-bottom: 22px;
    position: relative;
  }
  .footer_logo img {
    width: 262px;
  }
  .footer_logo:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 318px;
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .footer_company_name {
    width: 245px;
    padding-top: 15px;
    margin: 0 auto;
  }
  .footer_company_name dd {
    font-size: 13px;
  }
  .footer_cl {
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
  }
}/*# sourceMappingURL=style.css.map */