@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  /school/css/lp/mutualfund_kouza.css
-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{
  counter-reset: process 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.tab,.sp{ display: none;}
.pc{ display: inherit;}
.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}
@media screen and (max-width: 1024px) {
  .pc,.sp{ display: none;}
  .tab { display: inherit;}
}
@media screen and (max-width: 599px) {
  .pc,.tab{ display: none;}
  .sp { display: inherit;}
  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }
}

#container.lp_head {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #container{
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
  }
}

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #8a9f55;
  width: 115px;
  margin: 20px auto 85px;
}
section h3{
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width: 599px) {
  section h2 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.4;
  }
  section h2::after {
  width: 80px;
  margin: 15px auto 60px;
  }
  section h3{ font-size: 1.2rem}
}

.bg-beige { background-color: #f3f3f2;}
.bg-green { background-color: #8a9f55;}

.lead{ font-size: 22px;}
@media screen and (max-width: 1024px) {
  .lead{ font-size: 20px;}
}
@media screen and (max-width: 599px) {
  .lead{ font-size: 15px;}
}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}
@media screen and (max-width: 599px) {
  .text_l{ font-size: 1.15em;}
}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  section .inner{ padding: 40px 0;}
}

.btn01{ text-align: center;}
.btn01 a{
  display: block;
  position: relative;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  padding: 0.6em 50px 0.6em 0.5em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 6px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 1.4;
}
.btn01 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: '';
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02 {
  text-align: center;
  background: #e10f40;
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px;
  position: relative;
  -webkit-appearance: none;
}
a.btn02 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.btn02::before{
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}
.link-web{
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}
.fixed-btn {
  padding: 0px 90px 0px 10px;
}
.fixed-btn .btn01 {
  width: 100%;
}
.fixed-btn .btn01 a {
  padding: 0.8em 2.5em 0.8em;
  font-size: 20px;
}
.btn_free_seminar {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 25px 1em 1em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.btn_free_seminar::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: '';
}
.btn_free_seminar:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .btn01{ max-width: 100%;}
}
@media screen and (max-width: 599px) {
  .btn01 a {
    padding-right: 35px;
    font-size: 20px;
  }
  .fixed-btn .btn01 a {
    padding: 1em 30px 1em 0.5em;
    font-size: 18px;
  }
  .btn02::before{ left: 5px;}
  .btn_free_seminar {
    font-size: 18px;
  }
}

.heading_02 {
  margin-bottom: 2em;
  position: relative;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.heading_02 .ttl_inner {
  display: inline-block;
  position: inherit;
  z-index: 2;
  padding: 0 0.5em;
  background: #8a9f55;
}
.heading_02 .strong {
  color: #ffce00;
  font-size: 50px;
}
.heading_02::before,
.heading_02::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22.71vw;
  height: 2px;
  background: #ffce00;
  content: '';
}
.heading_02::before {
  left: 0;
}
.heading_02::after {
  right: 0;
}
@media screen and (max-width: 599px) {
  .heading_02 {
    font-size: 20px;
    line-height: 1.4;
  }
  .heading_02 .strong {
    font-size: 32px;
  }
  .heading_02::before,
  .heading_02::after {
    width: 11.47vw;
  }
}

/* ------------------------------
mv
------------------------------ */
#mv {
  display: flex;
  position: relative;
  min-height: 430px;
  background: #8a9f55;
}
#mv .logo {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 186px;
  height: auto;
}
#mv > img {
  width: 50%;
  height: 430px;
  object-fit: cover;
}
#mv .mv_main {
  display: inline-flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 610px;
  margin-left: auto;
  padding: 40px 1% 0;
  background: #8a9f55;
  color: #fff;
}
#mv h1 {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  padding-right: 130px;
  font-size: 55px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
}
#mv .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 67px;
  height: 67px;
  margin: auto;
  border: 1px solid#fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
#mv .with_nisa {
  position: absolute;
  top: 20px;
  left: -50px;
}
#mv .lead {
  margin-bottom: 1.5em;
  font-size: 20px;
  text-align: left;
  line-height: 1.9;
}
#mv .lead .u_line {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #ffeb00;
}
#mv ul.type {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  margin-left: 30px;
}
#mv ul.type li {
  width: calc(95% / 2);
  border: 1px solid;
  border-radius: 10px;
  font-size: 16px;
}
#mv ul.type li > a {
  display: block;
  padding: 0.5em 0.25em;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1299px) {
  #mv .with_nisa {
    left: 0;
  }
}
@media screen and (max-width: 1189px) {
  #mv h1 {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1169px) {
  #mv h1 {
    font-size: 45px;
  }
  #mv .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 949px) {
  #mv .with_nisa {
    top: 30px;
    left: 10px;
  }
}
@media screen and (max-width: 979px) {
  #mv h1 {
    padding-right: 70px;
  }
  #mv ul.type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  #mv h1 {
    padding-right: 60px;
    font-size: 37px;
  }
  #mv .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 739px) {
  #mv {
    display: block;
    height: auto;
    min-height: unset;
    text-align: center;
  }
  #mv .mv_main {
    margin: 0 auto;
    padding: 35px 3% 15px;
  }
  #mv > img {
    width: 100%;
    height: 150px;
    object-position: top 28% left 50%;
  }
  #mv .logo {
    top: auto;
    bottom: 130px;
    width: 124px;
  }
  #mv h1 {
    margin-top: 30px;
    font-size: 34px;
  }
  #mv .circle {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  #mv .with_nisa {
    top: 10px;
  }
  #mv .with_nisa svg {
    width: 93px;
    height: auto;
  }
  #mv .lead {
    font-size: 14px;
  }
  #mv ul.type {
    margin-left: 0;
  }
  #mv ul.type li {
    font-size: 14px;
  }
  #mv ul.type li > a {
    padding: 0.8em 1em;
  }
}

/* ------------------------------
school_achievement
------------------------------ */
.school_achievement {
  padding: 20px 4%;
  background: #f7f7f7;
}
.school_achievement .no1_img {
  margin-bottom: 10px;
  text-align: center;
}
.school_achievement .no1_img img {
  width: 100%;
  max-width: 336px;
  height: auto;
}
.school_achievement .no1_caution {
  max-width: 1000px;
  margin: 0.5em auto 0;
  color: #666;
  font-size: 10px;
}
@media screen and (max-width: 599px) {
  .school_achievement .no1_img img {
    max-width: 320px;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro {
  font-size: 16px;
}
.intro .inner {
  padding-bottom: 20px;
}
.intro .txt_l {
  font-size: 18px;
}
.intro p + p {
  margin-top: 1.5em;
}
.intro .mt_l {
  margin-top: 3.5em;
}
.intro .marker {
  background: linear-gradient(transparent 40%, rgb(255, 252, 218) 40%);
}
.intro .btn_free_seminar {
  margin-top: 70px;
}
.intro .btn_free_seminar {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .intro {
  font-size: 14px;
  }
  .intro .inner {
    padding-bottom: 0;
  }
  .intro .txt_l {
    font-size: 16px;
  }
  .intro .btn_free_seminar {
    margin-top: 50px;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq dl {
  font-size: 16px;
  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;
  }
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn .inner {
  padding-bottom: 140px;
}
.canlearn .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: url(/school/image/kabu/bg_ttl02.jpg) no-repeat center top / cover;
}
.canlearn .heading h2 {
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.canlearn .heading h2::after {
  content: none;
}
.canlearn .heading h2 span {
  color: #ea5412;
  font-size: 50px;
  line-height: 1;
}
.canlearn .body_main li {
  padding: 40px 4%;
  background: #fff;
  border: 2px solid #2b4198;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.canlearn .body_main li + li {
  margin-top: 50px;
}
.canlearn .body_main li .img {
  border-radius: 5px;
  overflow: hidden;
}
.canlearn .body_main h3 {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  line-height: 1;
}
.canlearn .body_main h3 .strong {
  color: #ea5412;
}
.canlearn .body_main h3 .point {
  grid-column: 1/3;
  padding-left: 0.6em;
  font-family: "din-2014", sans-serif;
  color: #8a9f55;
  font-size: 23px;
}
.canlearn .body_main h3 .num {
  grid-column: 1/2;
  font-family: "din-2014", sans-serif;
  color: #8a9f55;
  font-size: 78px;
}
.canlearn .body_main h3 .ttl_txt {
  grid-column: 2/3;
  line-height: 1.4;
}
.canlearn .body_main .main_txt_box .txt {
  font-size: 14px;
}
.canlearn .body_other {
  margin-top: 80px;
}
.canlearn .body_other h3 {
  margin-bottom: 1.5em;
  color: #ffce00;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.canlearn .body_other .other_list {
  padding: 40px 3%;
  background: #fff;
  border: 2px solid #2b4198;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-weight: bold;
}
.canlearn .body_other .other_list li {
  padding-left: 50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241.817%22%20height%3D%2241.817%22%20viewBox%3D%220%200%2041.817%2041.817%22%3E%3Cg%20transform%3D%22translate(3%203)%22%3E%3Cpath%20d%3D%22M17.908%2C0A17.908%2C17.908%2C0%2C1%2C1%2C0%2C17.908%2C17.908%2C17.908%2C0%2C0%2C1%2C17.908%2C0Z%22%20fill%3D%22%232b4198%22%2F%3E%3Cpath%20d%3D%22M17.908%2C0A17.908%2C17.908%2C0%2C1%2C0%2C35.817%2C17.908%2C17.908%2C17.908%2C0%2C0%2C0%2C17.908%2C0m0-3A20.9%2C20.9%2C0%2C0%2C1%2C32.693%2C32.693%2C20.908%2C20.908%2C0%2C1%2C1%2C9.769-1.356%2C20.78%2C20.78%2C0%2C0%2C1%2C17.908-3Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M-87.9-72.919a1.859%2C1.859%2C0%2C0%2C0-1.276.566l-8.447%2C8.493-4.823-4.849a1.859%2C1.859%2C0%2C0%2C0-2.629-.007%2C1.859%2C1.859%2C0%2C0%2C0-.007%2C2.629l6.141%2C6.174a1.859%2C1.859%2C0%2C0%2C0%2C1.318.548%2C1.859%2C1.859%2C0%2C0%2C0%2C1.318-.548l9.765-9.819a1.859%2C1.859%2C0%2C0%2C0%2C.41-2.059%2C1.859%2C1.859%2C0%2C0%2C0-1.77-1.128Z%22%20transform%3D%22translate(113.709%2085.688)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.canlearn .body_other .other_list li .strong {
  color: #ea5412;
}
.canlearn .modal_canlearn_wrap {
  display: none;
}
@media screen and (min-width: 600px) {
  .canlearn .body_main li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .canlearn .body_main li .main_txt_box {
    width: 66%;
  }
  .canlearn .body_main li .img {
    width: 31.2%;
  }
}
@media screen and (min-width: 1000px) {
  .canlearn .body_other .other_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .canlearn .body_other .other_list li {
    width: auto;
    min-width: 420px;
  }
  .canlearn .body_other .other_list li:nth-child(n + 3) {
    margin-top: 1em;
  }
  .canlearn .body_other .other_list li:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 1030px) {
  .canlearn .body_other .other_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .canlearn .body_other .other_list li {
    width: 49%;
  }
}
@media screen and (max-width: 999px) {
  .canlearn .body_other .other_list {
    display: grid;
  }
  .canlearn .body_other .other_list li {
    display: inline-block;
    min-width: 495px;
    margin: 0 auto;
  }
  .canlearn .body_other .other_list li + li {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .canlearn .inner {
    padding-bottom: 80px;
  }
  .canlearn .heading {
    height: 150px;
  }
  .canlearn .heading h2 {
    padding: 0.5em 0.3em;
  }
  .canlearn .heading h2 span {
    font-size: 32px;
  }
  .canlearn .body_main li {
    padding: 20px 4% 25px;
  }
  .canlearn .body_main li + li {
    margin-top: 30px;
  }
  .canlearn .body_main li .img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .canlearn .body_main h3 {
    grid-template-columns: 65px auto;
    margin-bottom: 15px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20transform%3D%22translate(-262%20-427)%22%3E%3Cpath%20d%3D%22M13%2C0A13%2C13%2C0%2C1%2C1%2C0%2C13%2C13%2C13%2C0%2C0%2C1%2C13%2C0Z%22%20transform%3D%22translate(262%20427)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13%2C2A11%2C11%2C0%2C0%2C0%2C5.222%2C20.778%2C11%2C11%2C0%2C1%2C0%2C20.778%2C5.222%2C10.928%2C10.928%2C0%2C0%2C0%2C13%2C2m0-2A13%2C13%2C0%2C1%2C1%2C0%2C13%2C13%2C13%2C0%2C0%2C1%2C13%2C0Z%22%20transform%3D%22translate(262%20427)%22%20fill%3D%22%238a9f55%22%2F%3E%3Cpath%20d%3D%22M8.669%2C10.169A1.5%2C1.5%2C0%2C0%2C1%2C7.609%2C9.73L-1.061%2C1.061a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121%2C1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0L9.73%2C7.609a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(275.154%20434.024)%20rotate(45)%22%20fill%3D%22%238a9f55%22%2F%3E%3Cpath%20d%3D%22M0%2C10.169A1.5%2C1.5%2C0%2C0%2C1-1.061%2C9.73a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121L7.609-1.061a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C0%2C1.5%2C1.5%2C0%2C0%2C1%2C0%2C2.121L1.061%2C9.73A1.5%2C1.5%2C0%2C0%2C1%2C0%2C10.169Z%22%20transform%3D%22translate(275.13%20434)%20rotate(45)%22%20fill%3D%22%238a9f55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 20px;
  }
  .canlearn .body_main h3 .point {
    padding-left: 0;
    font-size: 20px;
  }
  .canlearn .body_main h3 .num {
    font-size: 50px;
  }
  .canlearn .body_main .main_txt_box .txt {
    display: none;
  }
  .canlearn .body_other {
    margin-top: 60px;
  }
  .canlearn .body_other h3 {
    font-size: 20px;
  }
  .canlearn .body_other .other_list {
    display: block;
    padding: 25px 2%;
    font-size: 18px;
  }
  .canlearn .body_other .other_list li {
    display: block;
    min-width: auto;
    padding-left: 35px;
    background-size: 28px;
    background-position: 0 0.15em;
  }
  .canlearn .modal_canlearn_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .canlearn .modal_canlearn_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(138, 159, 85, 0.5);
  }
  .canlearn .modal_detail {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 92%;
    padding: 30px 4% 20px;
    border: 1px solid #2b4198;
    border-radius: 10px;
    background: #fff;
    text-align: left;
  }
  .canlearn .modal_detail .btn_close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 2px solid #8a9f55;
    border-radius: 50%;
  }
  .canlearn .modal_detail .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .canlearn .modal_detail .btn_close span::before,
  .canlearn .modal_detail .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    background-color: #8a9f55;
    border-radius: 9999px;
    content: '';
  }
  .canlearn .modal_detail .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .canlearn .modal_detail .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .canlearn .modal_detail h3 {
    display: grid;
    grid-template-columns: 65px auto;
    align-items: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
  }
  .canlearn .modal_detail h3 .point {
    grid-column: 1/3;
    font-family: "din-2014", sans-serif;
    color: #8a9f55;
    font-size: 20px;
  }
  .canlearn .modal_detail h3 .num {
    grid-column: 1/2;
    font-family: "din-2014", sans-serif;
    color: #8a9f55;
    font-size: 50px;
  }
  .canlearn .modal_detail h3 .ttl_txt {
    grid-column: 2/3;
    width: calc(100% - 1.6em);
    line-height: 1.4;
  }
  .canlearn .modal_detail h3 .ttl_txt .strong {
    color: #ea5412;
  }
  .canlearn .modal_detail .img {
    border-radius: 5px;
    overflow: hidden;
  }
  .canlearn .modal_detail .img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .canlearn .modal_detail .txt {
    margin-top: 1em;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for .recommended_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.recommended_for .recommended_list li {
  padding: 1em;
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.recommended_for .recommended_img {
  text-align: center;
}
.recommended_for .recommended_img img {
  width: 231px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .recommended_for .recommended_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recommended_for .recommended_list li {
    width: 48%;
    max-width: 415px;
    margin-bottom: 20px;
  }
  .recommended_for .recommended_list li:nth-child(1),
  .recommended_for .recommended_list li:nth-child(4),
  .recommended_for .recommended_list li:nth-child(5) {
    border-color: #2b4198;
    color: #2b4198;
  }
  .recommended_for .recommended_list li:nth-child(2),
  .recommended_for .recommended_list li:nth-child(3),
  .recommended_for .recommended_list li:nth-child(6) {
    border-color: #e18c4e;
    color: #e18c4e;
  }
}
@media screen and (max-width: 599px) {
  .recommended_for .recommended_list li {
    margin-bottom: 12px;
    padding: 1em;
    font-size: 14px;
  }
  .recommended_for .recommended_list li:nth-child(odd) {
    border-color: #2b4198;
    color: #2b4198;
  }
  .recommended_for .recommended_list li:nth-child(even) {
    border-color: #e18c4e;
    color: #e18c4e;
  }
  .recommended_for .recommended_img img {
    width: 145px;
  }
}

/* ------------------------------
introduce_teacher
------------------------------ */
.introduce_teacher h2 {
  margin-bottom: 3em;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.introduce_teacher h2 .strong {
  color: #8a9f55;
}
.introduce_teacher h2::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .introduce_teacher h2 {
    margin-bottom: 2em;
    font-size: 24px;
  }
}

/* ------------------------------
inc_voice
------------------------------ */
.inc_voice {
  background: rgba(138, 159, 85, 0.2);
}
@media screen and (max-width: 599px) {
  .inc_voice .inner {
    padding: 40px 3%;
  }
}

/* ------------------------------
latest_schedule
------------------------------ */
#mv {
  position: relative;
}
#mv .img_mv_sp {
  display: none;
}
.latest_schedule {
  position: absolute;
  right: 20px;
  bottom: 30px;
  min-height: 133px;
  padding: 8px 12px;
  background: rgba(242, 236, 226, 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: #8a9f55;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.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.4em;
  background: #8a9f55;
  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: 739px) {
  #mv .img_mv_pc {
    display: none;
  }
  #mv .img_mv_sp {
    display: block;
  }
  .latest_schedule {
    right: 15px;
    bottom: 15px;
    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;
  }
}

/* ------------------------------
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);
  }
}
