@charset "Shift_JIS";

html{ color: #333;}
main{ font-size: 10px;}
main *{
  letter-spacing: .1em;
}

a {
  color: #666;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
}

.bg-beige {
  background: #f3f3f2;
}

.txt_red{ color: red;}
.txt_orange{ color: #EA5520;}
.txt_blue_green{ color: #237DA0;}
.txt_bold{ font-weight: 500;}
.txt_l{ font-size: 1.5em;}
@media screen and (max-width: 599px) {
  .txt_bold {
    font-weight: 600;
  }
}


.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.marker_01 {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.marker_02 {
  background: linear-gradient(transparent 40%, #ffff00 40%);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .marker_01,
  .marker_02 {
    font-weight: 600;
  }
}

@media screen and (min-width: 1000px) {
  .pc { display: block !important;}
  .tab { display: none;}
  .sp { display: none;}
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
  .intro .intro_result p br.sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block !important;
  }
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 0;
}
#breadcrumbs {
  float: left;
  margin: 10px 0;
  font-size: 12px;
}
div.snsBtn {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #contents {
    margin-bottom: 10px;
  }
  #breadcrumbs {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
section article {
  width: 100%;
  max-width: 1000px;
  padding: 60px 100px;
  margin: 0 auto;
}
section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  section article {
    padding: 65px 10%;
  }
}
@media screen and (max-width: 599px) {
  section article {
    padding: 40px 5%;
  }
  section .inner {
    padding: 50px 0;
  }
}

section p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  section p {
    font-size: 14px;
  }
}

/* heading */
.heading_01 {
  font-size: 27px;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  position: relative;
}
.heading_01::after {
  content: "";
  display: block;
  border-bottom: 3px solid #ea5520;
  width: 100px;
  margin: 20px auto 60px;
}
.heading_02 {
  position: relative;
  margin: 0 auto 2em;
  padding: 0.5em;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.heading_02::before,
.heading_02::after {
  position: absolute;
  width: 58px;
  height: 3px;
  border-radius: 9999px;
  background: #ea5520;
  content: '';
}
.heading_02::before {
  right: 0;
  bottom: 10px;
}
.heading_02::after {
  left: 0;
  top: 10px;
}
.heading_02 span {
  display: block;
  font-feature-settings: initial;
}
.heading_02 span::before,
.heading_02 span::after {
  position: absolute;
  width: 3px;
  height: 86px;
  border-radius: 9999px;
  background: #ea5520;
  content: '';
}
.heading_02 span::before {
  right: 10px;
  bottom: 0;
}
.heading_02 span::after {
  left: 10px;
  top: 0;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01::after {
    width: 50px;
    margin: 10px auto 40px;
  }
  .heading_02 {
    padding: 0.7em;
    font-size: 22px;
    font-weight: 600;
  }
  .heading_02::before,
  .heading_02::after {
    position: absolute;
    width: 34px;
  }
  .heading_02::before {
    bottom: 5px;
  }
  .heading_02::after {
    top: 5px;
  }
  .heading_02 span::before,
  .heading_02 span::after {
    height: 50px;
  }
  .heading_02 span::before {
    right: 5px;
  }
  .heading_02 span::after {
    left: 5px;
  }
}

.heading_bold{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}
.heading_bold .strong{
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .heading_bold{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 65px;
  }
  .heading_bold .strong{
    font-size: 28px;
  }
}

.heading_uline {
  position: relative;
  padding-bottom: 0.8em;
}
.heading_uline::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #ea5520;
  content: '';
}

/* line */
.line_01 {
  display: inline-block;
  position: relative;
}
.line_01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1b2669 0, #1b2669 60px, transparent 60px, transparent 85px, #1b2669 85px, #1b2669 100%);
  border-radius: 9999px;
  content: '';
}
.line_01::after {
  position: absolute;
  bottom: -30px;
  left: 70px;
  transform: rotate(-40deg);
  width: 2px;
  height: 35px;
  background: #1b2669;
  border-radius: 9999px;
  content: '';
}
@media screen and (max-width: 599px) {
  .line_01::before {
    background: linear-gradient(to right, #1b2669 0, #1b2669 50px, transparent 50px, transparent 70px, #1b2669 70px, #1b2669 100%);
  }
  .line_01::after {
    bottom: -21px;
    left: 56px;
    height: 25px;
  }
}

/* btn */
.btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  padding: 1em 50px 1em 0.5em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.btn a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
@media screen and (max-width: 599px) {
  .btn a{ font-size: 18px;}
}
.fixed-btn { padding: 0px 90px 0px 10px;}
.fixed-btn > .btn { width: 100%;}
.fixed-btn .btn a {
  padding: 0.8em 2.5em 0.8em;
}
@media screen and (max-width: 599px) {
  .fixed-btn .btn a {
    padding: 1em 30px 1em 1em;
  }
}

/* arrow */
.arrow_01 {
  position: relative;
  width: 62px;
  height: 30px;
  margin: 0 auto;
}
.arrow_01::before,
.arrow_01::after {
  position: absolute;
  bottom: -10px;
  width: 6px;
  height: 45px;
  background: #ea5520;
  border-radius: 9999px;
  content: '';
}
.arrow_01::before {
  left: 14px;
  transform: rotate(-45deg);
}
.arrow_01::after {
  right: 14px;
  transform: rotate(45deg);
}

/* ------------------------------
mv
------------------------------ */
.mv {
  margin-bottom: -1px;
  background: url(/school/assets/images/kyouyousemi/1901_04/mv.jpg) no-repeat center top / cover;
}
.mv .mv_inner {
  position: relative;
  width: 92%;
  min-height: 500px;
  margin: 0 auto;
  max-width: 1000px;
}
.mv .logo {
  position: absolute;
  top: 21px;
  right: 65px;
  max-width: 289px;
}
.mv .ttl {
  display: inline-block;
  position: absolute;
  top: 91px;
  right: 100px;
  width: 335px;
}
.mv h1 .ico_free {
  position: absolute;
  top: -50px;
  right: -80px;
  width: 83px;
  height: 83px;
  border: 2px solid #ea5520;
  border-radius: 50%;
  color: #ea5520;
  font-size: 23px;
  text-align: center;
  line-height: 83px;
}
.mv .txt_new_nisa {
  position: absolute;
  top: -40px;
  left: -70px;
}
.mv .sub_ttl {
  margin: 0.5em auto;
  color: #ea5520;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}
.mv .sub_ttl span {
  font-size: 16px;
}
.mv .list_mv_problem{
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.mv .list_mv_problem li {
  width: 31.5%;
  padding: 13px 5px;
  background: #ea5520;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .list_mv_problem li .sp_txt {
  display: none;
}
.mv .mv_btn_list {
  position: absolute;
  right: 60px;
  bottom: 25px;
  width: 100%;
  max-width: 451px;
  display: flex;
  justify-content: space-between;
}
.mv .mv_btn_list li {
  width: 48.5%;
}
.mv .mv_btn_list li a {
  display: block;
  position: relative;
  padding: 1em 0.5em;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 5px;
  color: #ea5520;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.mv .mv_btn_list li a::after {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #ea5520;
  border-bottom: 1px solid #ea5520;
  content: '';
}
@media screen and (max-width: 999px) {
  .mv .ttl {
    right: 50px;
  }
  .mv h1 .ico_free {
    right: -20px;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
  .mv .mv_btn_list {
    right: 5px;
  }
}
@media screen and (min-width: 600px) {
  .mv .list_mv_problem li svg {
    max-width: 100%;
    height: 16px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    margin-bottom: 0;
    background: url(/school/assets/images/kyouyousemi/mv_sp.jpg?230309) no-repeat center / cover;
  }
  .mv .mv_inner {
    min-height: initial;
    padding-top: 108%;
  }
  .mv .logo {
    max-width: 200px;
    top: 12px;
    right: 0;
  }
  .mv .ttl {
    width: 70%;
    top: 60px;
    right: 0;
  }
  .mv .ttl h1 svg {
    width: 230px;
    height: auto;
  }
  .mv .ttl h1 .ad {
    width: 47px;
    margin-top: 10px;
  }
  .mv h1 .ico_free {
    top: -33px;
    right: 0;
    width: 48px;
    height: 48px;
    border-width: 1px;
    font-size: 15px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv .ttl h1 svg.txt_new_nisa {
    top: -30px;
    left: -10px;
    width: 93px;
    height: auto;
  }
  .mv .sub_ttl {
    max-width: 80%;
    font-size: 20px;
    line-height: 1;
  }
  .mv .sub_ttl span {
    font-size: 12px;
  }
  .mv .list_mv_problem {
    gap: 7px;
    width: 100%;
    margin-top: 20px;
  }
  .mv .list_mv_problem li {
    width: 32%;
    padding: 5px;
  }
  .mv .list_mv_problem li .pc_txt {
    display: none;
  }
  .mv .list_mv_problem li .sp_txt {
    display: inline-block;
  }
  .mv .mv_btn_list {
    position: absolute;
    right: 0;
  }
  .mv .mv_btn_list li a {
    font-size: 16px;
  }
  .mv .mv_btn_list li a::before,
  .mv .mv_btn_list li a::after {
    bottom: 6px;
    width: 10px;
  }
}

/* ------------------------------
.mv.mv02
------------------------------ */
.mv.mv02 .mv_inner {
  max-width: 1336px;
  min-height: 535px;
}
.mv.mv02 .ttl {
  top: 60px;
  right: 140px;
  text-align: center;
}
.mv.mv02 .anniversary {
  display: inline-block;
}
.mv.mv02 .txt_new_nisa{
  position: static;
  display: block;
  margin-bottom: 30px;
}
.mv.mv02 .txt_new_nisa svg {
  width: 90%;
  height: auto;
}
.mv.mv02 .ico_free {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -34px;
  right: -97px;
  width: 97px;
  height: 97px;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 50%;
  color: #ea5520;
  line-height: 1.25;
  text-align: center;
}
.mv.mv02 .point_list {
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin-top: 35px;
}
.mv.mv02 .point_list li {
  width: 31.5%;
  padding: 13px 10px;
  background: #ea5520;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
}
.mv.mv02 .point_list li .sp_txt {
  display: none;
}
.mv.mv02 .mv_btn_list {
  right: 100px;
  bottom: 58px;
}
.mv.mv02 .mv_btn_list li a {
  padding-bottom: 1.2em;
}
.mv.mv02 .mv_btn_list li a::before {
  content: none;
}
.mv.mv02 .mv_btn_list li a::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #ea5520;
  border-bottom: 1px solid #ea5520;
  border-radius: 0;
}
.mv.mv02 .logo{
  top: 20px;
  left: 25px;
}
@media screen and (max-width: 899px) {
  .mv.mv02 .mv_inner{
    max-width: 500px;
    margin-right: 5%;
  }
  .mv.mv02 .ttl {
    position: static;
    display: block;
    width: fit-content;
    margin-right: 33px;
    margin-left: auto;
  }
  .mv.mv02 .ico_free {
    width: 48px;
    height: 48px;
    font-size: 14px;
    letter-spacing: .05em;
    top: -10px;
    right: -25px;
  }
  .mv.mv02 .list_mv_problem{
    width: 100px;
    margin-top: 0;
    flex-direction: column;
    position: absolute;
    left: 15px;
    top: 40%;
  }
  .mv.mv02 .list_mv_problem li{
    width: 100%;
  }
  .mv.mv02 .list_mv_problem li:not(:last-child) svg{
    width: 6em;
  }
  .mv.mv02 .mv_btn_list {
    position: static;
    width: 92%;
    margin: auto;
  }

  .mv.mv02 .latest_schedule{
    position: static;
    transform: translate(0);
    width: 61.8%;
    margin: 0 15px 23px auto;
  }
}
@media screen and (min-width: 600px){
  .mv.mv02{
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px){
  .mv.mv02 .mv_inner {
    width: 100%;
    min-height: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .mv.mv02 .anniversary svg {
    width: 147.18px;
    height: auto;
  }
  .mv.mv02 h1 > img {
    width: 210px;
  }
  .mv.mv02 .txt_new_nisa{
    width: 160px;
    margin: 0 auto 10px;
  }
  .mv.mv02 .ico_free {
    top: 8px;
    right: 6px;
  }
  .mv.mv02 .ico_free svg {
    width: 29px;
    height: auto;
  }
  .mv.mv02 .sub_ttl{
    width: 190px;
    max-width: initial;
  }
  .mv.mv02 .list_mv_problem{
    top: auto;
  }
  .mv.mv02 .point_list {
    width: 100%;
    margin-top: 20px;
  }
  .mv.mv02 .point_list li {
    width: 32%;
    padding: 5px;
  }
  .mv.mv02 .point_list li .pc_txt {
    display: none;
  }
  .mv.mv02 .point_list li .sp_txt {
    display: inline-block;
  }
  .mv.mv02 .mv_btn_list li:nth-child(1) a svg {
    width: 94px;
    height: auto;
  }
  .mv.mv02 .mv_btn_list li:nth-child(2) a svg {
    width: 105px;
    height: auto;
  }
  .mv.mv02 .mv_btn_list li a svg.svg_movie {
    width: 94px;
  }
  .mv.mv02 .logo {
    width: 120px;
    top: 8px;
    left: 15px;
  }
}


.school_achievement .no1_img {
  padding: 25px 4%;
  background: #DA5F34;
  text-align: center;
}
.school_achievement .no1_img img {
  width: 100%;
  max-width: 410px;
  height: auto;
}
.school_achievement .no1_caution {
  width: 94%;
  max-width: 1000px;
  margin: .5em auto 2rem;
  font-size: 10px;
}


/* ------------------------------
canlearn
------------------------------ */
.canlearn{
  border-top: 8px solid #DA5F34;
  border-bottom: 8px solid #DA5F34;
}
.canlearn .anv_15th {
  margin-bottom: 15px;
  text-align: center;
}
.canlearn h2 svg {
  max-width: 320px;
  height: auto;
  margin-right: 40px;
  vertical-align: bottom;
}
.canlearn h2 .pc_none {
  display: none;
}

.canlearn p{
  font-size: 20px;
}
.canlearn p + p{
  margin-top: 1em;
}

.canlearn .canlearn_list {
  max-width: 870px;
  margin: 73px auto 0;
}
.canlearn .canlearn_list li {
  position: relative;
  padding: 55px 2% 35px;
  background: #fff;
  border: 3px solid #ea5421;
  border-radius: 5px;
  text-align: center;
}
.canlearn .canlearn_list li:nth-child(1)::after,
.canlearn .canlearn_list li:nth-child(2)::after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2066.6%2066.6%22%20style%3D%22enable-background%3Anew%200%200%2066.6%2066.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23DA5F34%3B%7D%3C%2Fstyle%3E%3Cg%20transform%3D%22translate(-3875.513%20-2896.86)%20rotate(-45)%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M715.6%2C4817.7c0%2C1.5-0.6%2C2.9-1.6%2C3.9l-36.1%2C36.1c-1%2C1-2.4%2C1.6-3.9%2C1.6c-1.5%2C0-2.9-0.6-3.9-1.6%20c-1-1-1.6-2.4-1.6-3.9c0-1.5%2C0.6-2.9%2C1.6-3.9l36.1-36.1c2.1-2.1%2C5.6-2.1%2C7.8%2C0C715%2C4814.9%2C715.6%2C4816.3%2C715.6%2C4817.7z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M710.1%2C4856.4c-0.7%2C0-1.3-0.3-1.8-0.7l-36.1-36.1c-1-1-1-2.6%2C0-3.5c0%2C0%2C0%2C0%2C0%2C0c1-1%2C2.6-1%2C3.5%2C0c0%2C0%2C0%2C0%2C0%2C0%20l36.1%2C36.1c1%2C1%2C1%2C2.6%2C0%2C3.5C711.4%2C4856.2%2C710.7%2C4856.4%2C710.1%2C4856.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M710.1%2C4856.4c1.4%2C0%2C2.5-1.1%2C2.5-2.5c0-0.7-0.3-1.3-0.7-1.8l-36.1-36.1c-1-1-2.6-1-3.5%2C0c0%2C0%2C0%2C0%2C0%2C0%20c-1%2C1-1%2C2.6%2C0%2C3.5c0%2C0%2C0%2C0%2C0%2C0l36.1%2C36.1C708.8%2C4856.2%2C709.4%2C4856.4%2C710.1%2C4856.4%20M710.1%2C4859.4c-1.5%2C0-2.9-0.6-3.9-1.6l-36.1-36.1%20c-1-1-1.6-2.4-1.6-3.9c0-1.5%2C0.6-2.9%2C1.6-3.9c1-1%2C2.4-1.6%2C3.9-1.6c1.5%2C0%2C2.9%2C0.6%2C3.9%2C1.6l36.1%2C36.1c2.1%2C2.1%2C2.1%2C5.6%2C0%2C7.8%20C712.9%2C4858.9%2C711.5%2C4859.4%2C710.1%2C4859.4z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M673.8%2C4856.4c-0.7%2C0-1.3-0.3-1.8-0.7c-1-1-1-2.6%2C0-3.5c0%2C0%2C0%2C0%2C0%2C0l36.1-36.1c1-1%2C2.6-1%2C3.5%2C0c0%2C0%2C0%2C0%2C0%2C0%20c1%2C1%2C1%2C2.6%2C0%2C3.5c0%2C0%2C0%2C0%2C0%2C0l-36.1%2C36.1C675.1%2C4856.2%2C674.5%2C4856.4%2C673.8%2C4856.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -17%;
  transform: translateY(-50%);
  z-index: 5;
}
.canlearn .canlearn_list .num {
  width: 60px;
  height: 60px;
  padding-top: 0.5em;
  background: #ea5520;
  border-radius: 50%;
  color: #fff;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.canlearn .canlearn_list dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 102px;
}
.canlearn .canlearn_list dl dd {
  margin-top: 1em;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.6;
}
.canlearn .canlearn_list dl dd span {
  display: block;
  color: #ea5520;
}
@media screen and (min-width: 600px) {
  .canlearn .canlearn_list {
    display: flex;
    justify-content: space-between;
  }
  .canlearn .canlearn_list li {
    width: 31.4%;
  }
}
@media screen and (max-width: 829px) {
  .canlearn .canlearn_list li:nth-child(1)::after,
  .canlearn .canlearn_list li:nth-child(2)::after {
    right: -16%;
  }
}
@media screen and (max-width: 699px) {
  .canlearn .canlearn_list li:nth-child(1)::after,
  .canlearn .canlearn_list li:nth-child(2)::after {
    right: -17%;
  }
}
@media screen and (max-width: 699px) {
  .canlearn h2 svg {
    margin-right: 0;
  }
  .canlearn h2 .pc_none {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .canlearn p{
    font-size: 16px;
  }
  .canlearn .anv_15th svg {
    width: 180px;
    height: auto;
  }
  .canlearn h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .canlearn h2 svg {
    max-width: 185px;
  }
  .canlearn h2 span {
    font-size: 38px;
  }
  .canlearn .canlearn_list {
    margin-top: 35px;
  }
  .canlearn .canlearn_list li {
    padding: 35px 5% 25px;
  }
  .canlearn .canlearn_list li + li {
    margin-top: 60px;
  }
  .canlearn .canlearn_list .num {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .canlearn .canlearn_list li:nth-child(1)::after,
  .canlearn .canlearn_list li:nth-child(2)::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -32px;
    transform: translateX(-50%);
  }
  .canlearn .canlearn_list li:nth-child(2):before,
  .canlearn .canlearn_list li:nth-child(3)::before {
    left: 50%;
    right: auto;
    top: -48px;
    transform: translateX(-50%);
  }
  .canlearn .canlearn_list li:nth-child(1) svg {
    max-width: 80px;
  }
  .canlearn .canlearn_list li:nth-child(2) svg {
    max-width: 62px;
  }
  .canlearn .canlearn_list li:nth-child(3) svg {
    max-width: 73px;
  }
  .canlearn .canlearn_list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .canlearn .canlearn_list dl dt {
    width: 26%;
    min-height: 79px;
  }
  .canlearn .canlearn_list dl dd {
    width: 70%;
    margin-top: 0;
    font-weight: 600;
    text-align: left;
  }
}

/* ------------------------------
attendance_graph
------------------------------ */
.attendance_graph .student-graph{
  margin-bottom: 80px;
}
.attendance_graph .student-graph .students h3 {
  font-size: 22px;
  letter-spacing: normal;
}
.attendance_graph .student-graph figure.graph01,
.attendance_graph .student-graph figure.graph02 {
  width: 90%;
  margin: 40px auto 0;
}
.attendance_graph .student-graph .students {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 40px;
  padding-bottom: 5px;
}
.attendance_graph .student-graph .students figure.graph01 .graph {
  width: 100%;
}
.attendance_graph .student-graph .students figure.graph02 .graph {
  width: 55%;
  display: block;
  margin: 0 auto;
  font-weight: 500;
}
.attendance_graph .student-graph .students figure[class^="graph"] figcaption {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 30px;
}
.attendance_graph .student-graph .students figure.graph01 figcaption {
  text-align: left;
}
.attendance_graph .student-graph .students figure.graph02 figcaption .per {
  width: 180px;
  display: block;
  margin: -60px auto 20px;
}
.attendance_graph .student-graph .graph-note {
  padding-right: 4%;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .attendance_graph .student-graph .students {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .attendance_graph .student-graph {
    margin: 50px 0;
  }
  .attendance_graph .student-graph .students {
    width: 100%;
    padding-bottom: 30px;
  }
  .attendance_graph .student-graph .students + .students {
    border-left: 0;
    padding-top: 30px;
  }
  .attendance_graph .student-graph .students figure.graph02 .graph {
    font-weight: 600;
  }
  .attendance_graph .student-graph .students figure[class^="graph"] figcaption {
    font-size: 14px;
  }
  .attendance_graph .student-graph .graph-note {
    padding: 0 0 0 5%;
    font-size: 10px;
    text-align: left;
  }
}

/* ------------------------------
recommendation
------------------------------ */
.recommendation {
  background: rgb(255,245,214);
  background: linear-gradient(0deg, rgba(255,245,214,1) 0%, rgba(253,252,251,1) 100%);
}
.recommendation .arrow_01 {
  margin-top: 55px;
  margin-bottom: 67px;
}
.recommendation .img_sp {
  display: none;
}
.recommendation .point_box * {
  font-feature-settings: initial;
}
.recommendation .point_box {
  padding: 50px 5%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
}
.recommendation .point_box .txt_top {
  font-size: 16px;
  text-align: center;
}
.recommendation .point_box .txt_btm {
  font-size: 18px;
  text-align: center;
}
.recommendation .point_box .marker_02 {
  font-size: 27px;
}
.recommendation .point_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 55px 0;
}
.recommendation .point_list li {
  position: relative;
  width: 30%;
  height: auto;
  font-size: 34px;
}
.recommendation .point_list li::before {
  display: block;
  padding-top: 100%;
  content: '';
}
.recommendation .point_list li .li_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.recommendation .point_list .mf .li_inner {
  background: rgba(143, 158, 94, 0.3);
  color: #8f9e5e;
}
.recommendation .point_list .kabu .li_inner {
  background: rgba(98, 118, 163, 0.3);
  color: #5e76a7;
}
.recommendation .point_list .fudo .li_inner {
  background: rgba(91, 160, 193, 0.3);
  color: #44a1c5;
}
.recommendation .point_list li span {
  position: absolute;
  top: -5px;
  left: 30px;
  font-family: 'Josefin Slab', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 95px;
  line-height: 1;
}
.recommendation .btn {
  margin-top: 70px;
}
@media screen and (max-width: 999px) {
  .recommendation .point_list li span {
    top: -15px;
    left: 20px;
  }
}
@media screen and (max-width: 699px) {
  .recommendation .point_list li {
    font-size: 28px;
  }
  .recommendation .point_list li span {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .recommendation .img_sp {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
  }
  .recommendation .img_pc {
    display: none;
  }
  .recommendation .arrow_01 {
    margin-top: 40px;
    margin-bottom: 58px;
  }
  .recommendation .point_box {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: 45px 4%;
  }
  .recommendation .point_box .marker_02 {
    font-size: 22px;
  }
  .recommendation .point_box .txt_btm {
    font-size: 16px;
  }
  .recommendation .point_list {
    flex-wrap: wrap;
    margin: 50px 0 40px;
  }
  .recommendation .point_list li {
    width: 48%;
    font-size: 26px;
  }
  .recommendation .point_list .fudo {
    margin: 10px auto 0;
  }
  .recommendation .point_list li span {
    left: 20px;
    font-size: 63px;
    font-weight: 600;
  }
  .recommendation .btn {
    margin-top: 50px;
  }
}

/* ------------------------------
students_voice
------------------------------ */
.students_voice .video-message {
  margin-bottom: 70px;
}
.students_voice .video_wrap {
  max-width: 740px;
  margin: 0 auto;
}
.students_voice .video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.students_voice .video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.students_voice .video_wrap + .note {
  font-size: 12px;
  text-align: right;
  max-width: 740px;
  margin: 5px auto 0;
}
@media screen and (max-width: 599px) {
  .students_voice .video-message {
    margin-bottom: 30px;
  }
  .students_voice .video_wrap + .note {
    font-size: 10px;
  }
}

/* ------------------------------
ambassador
------------------------------ */
.ambassador * {
  font-feature-settings: initial;
}
.ambassador {
  background: rgba(28, 37, 105, 0.1);
}
.ambassador h3 {
  position: relative;
  max-width: 510px;
  margin-bottom: 0.5em;
  padding: 0.5em;
  color: #1c2569;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
}
.ambassador h3::before,
.ambassador h3::after {
  position: absolute;
  width: 40px;
  height: 1px;
  border-radius: 9999px;
  background: #1c2569;
  content: '';
}
.ambassador h3::before {
  right: 0;
  bottom: 5px;
}
.ambassador h3::after {
  left: 0;
  top: 5px;
}
.ambassador h3 span {
  display: block;
}
.ambassador h3 span::before,
.ambassador h3 span::after {
  position: absolute;
  width: 1px;
  height: 60px;
  border-radius: 9999px;
  background: #1c2569;
  content: '';
}
.ambassador h3 span::before {
  right: 5px;
  bottom: 0;
}
.ambassador h3 span::after {
  left: 5px;
  top: 0;
}
.ambassador .box_kawashima .name {
  font-weight: 500;
  font-size: 24px;
}
.ambassador .box_kawashima .name span {
  font-size: 18px;
}
.ambassador .box_kawashima .school {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 2.2;
}
.ambassador .ambassador_faq {
  margin-top: 70px;
}
.ambassador .ambassador_faq dl {
  padding: 20px 2%;
  background: #fff;
  border-radius: 5px;
}
.ambassador .ambassador_faq dl + dl {
  margin-top: 20px;
}
.ambassador .ambassador_faq dl dt {
  position: relative;
  padding-left: 3em;
  color: #1c2569;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.ambassador .ambassador_faq dl dt span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #1c2569;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: 42px;
}
.ambassador .ambassador_faq dl dd {
  font-size: 14px;
  margin-top: 1em;
  padding-left: 4.5em;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .ambassador .box_kawashima {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ambassador .box_kawashima .box_img {
    width: 40%;
  }
  .ambassador .box_kawashima .box_txt {
    width: 55%;
  }
  .ambassador .box_kawashima .img_sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .ambassador * {
    letter-spacing: .05em;
  }
  .ambassador h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .ambassador h3::before,
  .ambassador h3::after {
    width: 34px;
  }
  .ambassador h3 span::before,
  .ambassador h3 span::after {
    height: 50px;
  }
  .ambassador .box_kawashima .img_pc {
    display: none;
  }
  .ambassador .box_kawashima .box_txt {
    margin-top: 35px;
  }
  .ambassador .box_kawashima .name {
    font-size: 18px;
    font-weight: 600;
  }
  .ambassador .box_kawashima .name span {
    font-size: 14px;
  }
  .ambassador .ambassador_faq {
    margin-top: 25px;
  }
  .ambassador .ambassador_faq dl {
    padding: 20px 4%;
  }
  .ambassador .ambassador_faq dl dt {
    padding-left: 2.5em;
    font-size: 16px;
    font-weight: 600;
  }
  .ambassador .ambassador_faq dl dt span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .ambassador .ambassador_faq dl dd {
    padding-left: 0;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq dl{
  font-size: 1.6em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.faq dt{
  padding-left: 3em;
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 1px solid #ddd;
  color: #1c236d;
  position: relative;
}
.faq dt::before{
  content: "Q";
  color: #fff;
  background: #1c236d;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
.faq dd{
  padding-left: 3em;
  position: relative;
}
.faq dd::before{
  content: "A";
  color: #fff;
  background: #ea5520;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .faq dl{ font-size: 14px;}
}

/* ------------------------------
about-fa-taiken
------------------------------ */
.about-fa-taiken h2::after {
  border-color: #ea5520;
}

/* ------------------------------
problem
------------------------------ */
.problem{
  background:repeating-linear-gradient(
          -45deg,
          #F8F8F8,
          #F8F8F8 3px,
          #F3F3F2 0,
          #F3F3F2 17px
          );
  letter-spacing: .05em;
  padding-bottom: 80px;
}
.problem .inner{
  padding-bottom: 50px;
}
.problem .heading_bold{
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem .heading_bold::before,
.problem .heading_bold::after{
  content: "";
  padding-top: 28%;
  width: 20%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.problem .heading_bold > span{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110.923%22%20height%3D%22112.031%22%20viewBox%3D%220%200%20110.923%20112.031%22%3E%3Cpath%20d%3D%22M1347.582%2C624.711c.485-7.067%2C4.05-12.1%2C10.42-15.182%2C6.033-2.923%2C12.3-2.125%2C17.716-6.7%2C5.229-4.417%2C7.788-10.956%2C12.381-15.711%2C11.3-11.7%2C27.582-5.8%2C35.172%2C6.561%2C6.275%2C10.218%2C16.06%2C10.08%2C24.968%2C17.648%2C5.616%2C4.771%2C10.269%2C13.138%2C8.02%2C20.749-2.087%2C7.059-11.812%2C8.23-11.42%2C16.528.4%2C8.452%2C7.018%2C12.781%2C4.367%2C22.086-1.921%2C6.74-7.274%2C12.67-14.27%2C14.171-5.989%2C1.285-9.483-2.114-14.816-3.392s-8.77%2C2.564-13.043%2C5.01c-7.086%2C4.055-18.079%2C8.364-26.351%2C5.324-7.054-2.593-7.382-10-11.819-15-5.389-6.072-14.537-2.822-19.844-8.254a11.124%2C11.124%2C0%2C0%2C1-2.581-5.055c-2.52-9.673%2C4.135-14.19%2C5.045-22.7C1352.134%2C635.1%2C1347.187%2C630.467%2C1347.582%2C624.711Z%22%20transform%3D%22translate(-1345.914%20-580.794)%22%20fill%3D%22%2344a1c5%22%20opacity%3D%220.103%22%2F%3E%3C%2Fsvg%3E');
  background-size: 16%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 14px;
}
.problem .heading_bold::before{
  background-image: url(/school/assets/images/kyouyousemi/img_pronlem01.svg);
}
.problem .heading_bold::after{
  background-image: url(/school/assets/images/kyouyousemi/img_pronlem02.svg);
}
.problem_box{
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 68px 75px;
  text-align: center;
}
.list_problem{
  display: inline-block;
  font-size: 28px;
  text-align: left;
}
.list_problem li{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.065%22%20height%3D%2225.75%22%20viewBox%3D%220%200%2033.065%2025.75%22%3E%3Cg%20transform%3D%22translate(-461.963%20-2095.153)%22%3E%3Crect%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%222%22%20transform%3D%22translate(461.963%202097.902)%22%20fill%3D%22%23ecedef%22%2F%3E%3Cg%20transform%3D%22translate(570.584%202168.572)%22%3E%3Cg%20transform%3D%22translate(-105.622%20-72.92)%22%3E%3Cpath%20d%3D%22M-78.948-72.918a2.8%2C2.8%2C0%2C0%2C0-1.921.852L-93.582-59.283l-7.259-7.3a2.8%2C2.8%2C0%2C0%2C0-3.956-.011%2C2.8%2C2.8%2C0%2C0%2C0-.011%2C3.956l9.242%2C9.293a2.8%2C2.8%2C0%2C0%2C0%2C1.983.825%2C2.8%2C2.8%2C0%2C0%2C0%2C1.983-.825l14.7-14.778a2.8%2C2.8%2C0%2C0%2C0%2C.618-3.1%2C2.8%2C2.8%2C0%2C0%2C0-2.664-1.7Z%22%20transform%3D%22translate(105.622%2072.92)%22%20fill%3D%22%23ea5520%22%2F%3E%3Cpath%20d%3D%22M-78.857-73.42a3.293%2C3.293%2C0%2C0%2C1%2C3.032%2C2%2C3.277%2C3.277%2C0%2C0%2C1-.725%2C3.649L-91.244-52.991a3.32%2C3.32%2C0%2C0%2C1-2.338.972%2C3.32%2C3.32%2C0%2C0%2C1-2.338-.972l-9.242-9.293a3.3%2C3.3%2C0%2C0%2C1%2C.013-4.663%2C3.277%2C3.277%2C0%2C0%2C1%2C2.325-.959%2C3.275%2C3.275%2C0%2C0%2C1%2C2.338.972l6.9%2C6.942%2C12.356-12.425a3.281%2C3.281%2C0%2C0%2C1%2C2.261-1Zm-14.725%2C20.4a2.313%2C2.313%2C0%2C0%2C0%2C1.629-.677l14.7-14.778.005%2C0a2.283%2C2.283%2C0%2C0%2C0%2C.507-2.545%2C2.294%2C2.294%2C0%2C0%2C0-2.188-1.395h-.011a2.286%2C2.286%2C0%2C0%2C0-1.567.7l0%2C.005L-93.227-58.931a.5.5%2C0%2C0%2C1-.355.147.5.5%2C0%2C0%2C1-.355-.147l-7.259-7.3a2.282%2C2.282%2C0%2C0%2C0-1.629-.678%2C2.283%2C2.283%2C0%2C0%2C0-1.62.668%2C2.3%2C2.3%2C0%2C0%2C0-.009%2C3.249l9.242%2C9.293A2.313%2C2.313%2C0%2C0%2C0-93.582-53.019Z%22%20transform%3D%22translate(105.622%2072.92)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position-y: .5em;
  background-size: 1.18em;
  background-repeat: no-repeat;
  padding-left: 76px;
}
.list_problem li + li{
  margin-top: .5em;
}
@media screen and (min-width: 1000px) {
  .list_problem{
    margin-left: 62px;
  }
}
@media screen and (max-width: 599px) {
  .problem .heading_bold{
    flex-direction: column;
    margin-bottom: 1em;
  }
  .problem .heading_bold::before{
    content: none;
  }
  .problem .heading_bold::after{
    background-image: url(/school/assets/images/kyouyousemi/img_pronlem03.svg);
    width: 90%;
  }
  .problem .heading_bold > span {
    background-size: auto 100%;
    background-position: right 10px bottom;
    padding-right: 0;
  }
  .problem_box{
    background-image: url(/school/assets/images/kyouyousemi/img_problem04.svg);
    background-position: center bottom 16px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding: 50px 5px 150px;
  }
  .list_problem{
    font-size: 18px;
    margin: auto;
  }
  .list_problem li{
    padding-left: 33px;
  }
}

.solution_box{
  width: 100%;
  max-width: 1330px;
  background-color: #fff;
  border: 8px solid #DA5F34;
  border-radius: 10px;
  padding: 100px 5px;
  margin: 50px auto 80px;
}
.solution_box p{
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.solution_box p::before,
.solution_box p::after{
  content: "";
  width: 1.18em;
  height: 1.68em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.909%22%20height%3D%2249.964%22%20viewBox%3D%220%200%2035.909%2049.964%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3536%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203536%22%20transform%3D%22translate(1.394%201.394)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_943%22%20data-name%3D%22%E3%83%91%E3%82%B9%20943%22%20d%3D%22M-14171.238%2C7036.8l26.494%2C38.17%22%20transform%3D%22translate(14177.868%20-7027.787)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_944%22%20data-name%3D%22%E3%83%91%E3%82%B9%20944%22%20d%3D%22M-14160.03%2C7066.911l2.834%2C4.013%22%20transform%3D%22translate(14160.03%20-7066.911)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 1em;
}
.solution_box p::after{
  transform: scaleX(-1);
}
.solution_box p .txt_l{
  font-size: 1.3em;
}
@media screen and (max-width: 599px) {
  .solution_box{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .solution_box p{
    font-size: 23px;
    font-weight: 600;
  }
  .solution_box p::before,
  .solution_box p::after{
    width: 1.2em;
    height: 2em;
    transform: rotate(10deg);
  }
  .solution_box p::after{
    transform: rotate(-10deg) scaleX(-1);
  }
  .solution_box p span{
    letter-spacing: .05em;
  }
  .solution_box p .txt_l{
    font-size: 28px;
  }
}

/* ------------------------------
.about_semi
------------------------------ */
.about_semi{
  background-image: linear-gradient(0deg, rgba(218, 95, 52, .1) calc(100% - 1px), rgba(218, 95, 52, .2) calc(100% - 1px)),
                    linear-gradient(90deg, rgba(218, 95, 52, .1) calc(100% - 1px), rgba(218, 95, 52, .2) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  letter-spacing: .05em;
  padding-bottom: 55px;
}
.about_semi .heading_bold img{
  vertical-align: -.75em;
    margin-right: 1em;
}
.list_about_semi_learn{
  background-color: #fff;
  border: 2px solid;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .16);
  padding: 40px 1% 35px 1.5%;
}
.list_about_semi_learn.mf {
  border-color: #8f9e5e;
}
.list_about_semi_learn.semi {
  border-color: #d7ba41;
}
.list_about_semi_learn .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.list_about_semi_learn.mf .ttl {
  color: #8f9e5e;
}
.list_about_semi_learn.semi .ttl {
  color: #d7ba41;
}
.list_about_semi_learn.mf .marker{
  background: linear-gradient(transparent 50%, rgba(143, 158, 94, .3) 50%);
  font-weight: bold;
}
.list_about_semi_learn.semi .marker{
  background: linear-gradient(transparent 50%, rgba(215, 186, 65, .3) 50%);
  font-weight: bold;
}

.list_about_semi_learn ul{
  font-size: 20px;
  text-align: left;
}
.list_about_semi_learn li{
  background-size: 1.6em;
  background-position-y: 0.3em;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.list_about_semi_learn.mf li{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.111%22%20height%3D%2225.751%22%20viewBox%3D%220%200%2033.111%2025.751%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3537%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203537%22%20transform%3D%22translate(-461.963%20-2095.152)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_529%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20529%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%222%22%20transform%3D%22translate(461.963%202097.902)%22%20fill%3D%22%23ecedef%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_655%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20655%22%20transform%3D%22translate(570.584%202168.572)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_654%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20654%22%20transform%3D%22translate(-105.622%20-72.92)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_546%22%20data-name%3D%22%E3%83%91%E3%82%B9%20546%22%20d%3D%22M-78.948-72.918a2.8%2C2.8%2C0%2C0%2C0-1.921.852L-93.582-59.283l-7.259-7.3a2.8%2C2.8%2C0%2C0%2C0-3.956-.011%2C2.8%2C2.8%2C0%2C0%2C0-.011%2C3.956l9.242%2C9.293a2.8%2C2.8%2C0%2C0%2C0%2C1.983.825%2C2.8%2C2.8%2C0%2C0%2C0%2C1.983-.825l14.7-14.778a2.8%2C2.8%2C0%2C0%2C0%2C.618-3.1%2C2.8%2C2.8%2C0%2C0%2C0-2.664-1.7Z%22%20transform%3D%22translate(105.622%2072.92)%22%20fill%3D%22%238a9f55%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.list_about_semi_learn.semi li{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.111%22%20height%3D%2225.751%22%20viewBox%3D%220%200%2033.111%2025.751%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3537%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203537%22%20transform%3D%22translate(-461.963%20-2095.152)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_529%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20529%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%222%22%20transform%3D%22translate(461.963%202097.902)%22%20fill%3D%22%23ecedef%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_655%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20655%22%20transform%3D%22translate(570.584%202168.572)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_654%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20654%22%20transform%3D%22translate(-105.622%20-72.92)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_546%22%20data-name%3D%22%E3%83%91%E3%82%B9%20546%22%20d%3D%22M-78.948-72.918a2.8%2C2.8%2C0%2C0%2C0-1.921.852L-93.582-59.283l-7.259-7.3a2.8%2C2.8%2C0%2C0%2C0-3.956-.011%2C2.8%2C2.8%2C0%2C0%2C0-.011%2C3.956l9.242%2C9.293a2.8%2C2.8%2C0%2C0%2C0%2C1.983.825%2C2.8%2C2.8%2C0%2C0%2C0%2C1.983-.825l14.7-14.778a2.8%2C2.8%2C0%2C0%2C0%2C.618-3.1%2C2.8%2C2.8%2C0%2C0%2C0-2.664-1.7Z%22%20transform%3D%22translate(105.622%2072.92)%22%20fill%3D%22%23d7ba41%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.list_about_semi_learn li + li{
  margin-top: .5em;
}
@media screen and (min-width: 600px) {
  .wrap_about_semi_learn{
    display: flex;
    justify-content: space-between;
  }
  .about_semi .list_about_semi_learn{
    flex: 0 0 49.2%;
  }
  .list_about_semi_learn .ttl .txt_l{
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .about_semi .inner{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about_semi .heading_bold{
    margin-bottom: 32px;
  }
  .about_semi .heading_bold img{
    width: 210px;
    display: block;
    margin: 0 auto 16px;
  }
  .list_about_semi_learn{
    padding: 35px 3%;
  }
  .list_about_semi_learn + .list_about_semi_learn{
    margin-top: 40px;
  }
  .list_about_semi_learn .ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .list_about_semi_learn ul {
    font-size: 16px;
  }
}

.about_semi .onepart{
  background-color: #FDFAF1;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .16);
}
.about_semi .onepart .inner{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about_semi .onepart .ttl{
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.about_semi .onepart .ttl::before,
.about_semi .onepart .ttl::after{
  content: "";
  padding-left: 2.3em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.909%22%20height%3D%2249.964%22%20viewBox%3D%220%200%2035.909%2049.964%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3536%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203536%22%20transform%3D%22translate(1.394%201.394)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_943%22%20data-name%3D%22%E3%83%91%E3%82%B9%20943%22%20d%3D%22M-14171.238%2C7036.8l26.494%2C38.17%22%20transform%3D%22translate(14177.868%20-7027.787)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_944%22%20data-name%3D%22%E3%83%91%E3%82%B9%20944%22%20d%3D%22M-14160.03%2C7066.911l2.834%2C4.013%22%20transform%3D%22translate(14160.03%20-7066.911)%22%20fill%3D%22none%22%20stroke%3D%22%23da5f34%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_semi .onepart .ttl::after{
  transform: scaleX(-1);
}
@media screen and (max-width: 599px) {
  .about_semi .onepart .ttl{
    font-size: 20px;
    font-weight: 600;
  }
}

/* ------------------------------
dream
------------------------------ */
.dream {
  background: rgb(255,245,214);
  background: linear-gradient(0deg, rgba(255,245,214,1) 0%, rgba(253,252,251,1) 100%);
  padding-bottom: 150px;
}

.dream_list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dream_list li {
  width: 32.3%;
  border-radius: 10px;
  background: #fff;
  margin: 10px 0.5%;
  overflow: hidden;
}
.dream_list li p {
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .dream .inner {
    padding-top: 50px;
  }
  .dream_list {
    margin-top: 30px;
  }
  .dream_list li {
    width: 48%;
  }
  .dream_list li .txt_l {
    font-size: 1.4em;
  }
}

.dream .arrow_01 + .arrow_01{
  margin-top: -15px;
}
.dream .result{
  max-width: 1000px;
  margin: auto;
}
.dream .result .heading_bold {
  font-size: 28px;
}
.dream .result .txt_01 {
  margin: 80px 0 2em;
}
.dream .result .txt_01 .line_01 {
  padding-bottom: 0.8em;
}
.dream .result .txt_01 .line_01::before {
  background: linear-gradient(to right, #333 0, #333 60px, transparent 60px, transparent 85px, #333 85px, #333 100%);
}
.dream .result .txt_01 .line_01::after {
  background: #333;
}
.dream .result .txt_02 {
  margin-bottom: 2.5em;
  font-size: 20px;
  text-align: center;
}
.dream .result .txt_03 {
  margin-bottom: 2em;
}
.dream .result .btn_box {
  margin-top: 45px;
  padding: 70px 5% 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}
.dream .result .btn_box .heading_bold {
  display: inline-block;
  position: relative;
  padding: 0 4em;
  margin: 0;
}
.dream .result .btn_box .heading_bold::before,
.dream .result .btn_box .heading_bold::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 70px;
  background: linear-gradient(to bottom, #ea5520 0, #ea5520 10px, transparent 10px, transparent 15px, #ea5520 15px, #ea5520 100%);
  content: '';
}
.dream .result .btn_box .heading_bold::before {
  left: 0.5em;
  transform: rotate(-20deg);
}
.dream .result .btn_box .heading_bold::after {
  right: 0.5em;
  transform: rotate(20deg);
}
.dream .result .img_fa_support {
  display: block;
  margin: 60px 0 45px;
  border: 1px solid #ea5520;
}
@media screen and (max-width: 799px) {
  .dream .result .btn_box .heading_bold {
    padding: 0 2em;
  }
}
@media screen and (max-width: 599px) {
  .dream .result h2 {
    margin-bottom: 60px;
  }
  .dream .result .heading_bold {
    font-size: 20px;
  }
  .dream .result .txt_01 {
    margin: 40px 0 3em;
  }
  .dream .result .txt_01 .line_01 {
    width: 96%;
    padding-bottom: 1em;
  }
  .dream .result .txt_01 .line_01::before {
    background: linear-gradient(to right, #333 0, #333 50px, transparent 50px, transparent 70px, #333 70px, #333 100%);
  }
  .dream .result .txt_02 {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .dream .result .btn_box {
    margin-top: 35px;
    padding: 35px 0;
  }
  .dream .result .img_fa_support {
    margin: 25px 0 30px;
  }
  .dream .result .btn {
    width: 90%;
    margin: auto;
  }
  .dream .result .btn_box .heading_bold {
    padding: 0 1.5em;
  }
  .dream .result .btn_box .heading_bold::before,
  .dream .result .btn_box .heading_bold::after {
    height: 45px;
    background: linear-gradient(to bottom, #ea5520 0, #ea5520 5px, transparent 5px, transparent 8px, #ea5520 8px, #ea5520 100%);
    content: '';
  }
}

.entry_inner + .juko_kiyaku_area{
  margin-top: 40px;
  padding: 0 25px 0 0;
  background: #fff;
  border: 25px solid #fff;
  border-right: none;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 599px){
  .entry .juko_kiyaku_area {
    width: 96%;
    margin: 35px auto 0;
    padding: 0 20px 0 0;
    border: 15px solid #fff;
    border-right: none;
    height: 245px;
  }
}

/* ------------------------------
latest_schedule
------------------------------ */
.latest_schedule {
  position: absolute;
  left: 0;
  bottom: 20px;
  min-height: 133px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.latest_schedule .ttl_latest_schedule {
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.latest_schedule .box_schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 10px;
}
.latest_schedule .box_schedule dt {
  margin-bottom: 0.5em;
  padding: 0.3em 0.4em;
  background: #ea5520;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.latest_schedule .box_schedule dt .txt_s {
  font-size: 10px;
}
.latest_schedule .box_schedule dd {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  text-align: right;
  line-height: 1;
}
.latest_schedule .box_schedule dd .day {
  font-size: 47px;
  line-height: 1;
  vertical-align: bottom;
}
.latest_schedule .box_schedule dd .day_of_week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin: 0 0 0.5em 0.5em;
  padding: 0 0.3em;
  background: #ea5520;
  border-radius: 9999px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
.latest_schedule .box_schedule dd .under_adjustment {
  display: block;
  padding-top: 0.5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 829px) {
  .latest_schedule {
    bottom: 100px;
    max-width: 305px;
    min-height: 100px;
    padding: 8px 12px 5px;
  }
  .latest_schedule .ttl_latest_schedule {
    font-size: 14px;
  }
  .latest_schedule .box_schedule {
    column-gap: 10px;
  }
  .latest_schedule .box_schedule dt {
    font-size: 10px;
  }
  .latest_schedule .box_schedule dd {
    font-size: 16px;
  }
  .latest_schedule .box_schedule dd .day {
    font-size: 34px;
  }
  .latest_schedule .box_schedule dd .day_of_week {
    min-width: 15px;
    height: 15px;
    font-size: 9px;
  }
  .latest_schedule .box_schedule dd .under_adjustment {
    padding-top: 0.2em;
    font-size: 11px;
  }
  @media screen and (max-width: 689px) {
    .mv {
      background-position: bottom left -430px;
    }
    .latest_schedule {
      left: auto;
      right: 0;
      bottom: -110px;
      width: 245px;
    }
  }
  @media screen and (max-width: 599px) {
    .mv {
      background-color: #dcdcdc;
      background-position: top center;
    }
    .latest_schedule {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
    }
  }
}

/* ------------------------------
loader
------------------------------ */
.loader {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 23px auto 0;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.loader::before, .loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.loader::before {
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite alternate;
  animation-delay: 0s;
}
.loader::after {
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #333;
  color: #333;
  animation: loader 1s infinite alternate;
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .loader {
    margin-top: 15px;
  }
}
@keyframes loader {
  0% {
    background-color: #333;
  }
  50%, 100% {
    background-color: rgba(51, 51, 51, 0.2);
  }
}

/* ------------------------------
recomend
------------------------------ */
.recomend .note_txt {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
}

/* ------------------------------
campaign
------------------------------ */
main .campaign * {
  font-feature-settings: normal;
}
