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

  Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
*,*::before,*::after {
  box-sizing: border-box;
}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
  counter-reset: point 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 2.3;
}

img{ max-width: 100%;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #dc143c;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}

.txt_l{ font-size: 1.5em;}
.bold{ font-weight: bold;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.tab,.sp{ display: none;}

.bg_chk_orange {
  background-image: linear-gradient(0deg, rgba(218, 95, 52, 0.05) calc(100% - 1px), rgba(218, 95, 52, 0.2) calc(100% - 1px)),
                    linear-gradient(90deg, rgba(218, 95, 52, 0.05) calc(100% - 1px), rgba(218, 95, 52, 0.2) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

#contents { padding: 0 0 5px 0;}

section h2:not(.campaign_kyouyou_ttl){
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  position: relative;
}
section h2:not(.campaign_kyouyou_ttl)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #E95288;
  width: 115px;
  margin: 20px auto 85px;
}
section h3{
  text-align: center;
  font-size: 23px;
}
section h3.line{
  position: relative;
  margin-top: 50px;
  margin-bottom: 15px;
  color: #e95288;
}
section h3.line::before,
section h3.line::after{
  content: "";
  width: 25%;
  border-top: 1px solid #e95288;
  position: absolute;
  top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}
h3 .sub{
  display: block;
  font-size: .7em;
  font-weight: bold;
  padding-top: 30px;
}

.bg-beige { background-color: #f3f3f2;}
.bg-pink { background-color: #fef1f6;}

.lead{
  font-size: 16px;
  text-align: left;
  line-height: 2.3;
}
.lead .color{
  font-size: 1.35em;
  color: #3193d5;
}
.caution{ font-size: .8em;}
.text_l{ font-size: 18px;}

img.per{ width: 86px;}
img.per02{ width: 133px;}
img.plus{ width: 112px;}
img.number{ width: 1.55em;}
img.no01{ width: 1.1em;}
img.per,
img.per02,
img.plus,
img.number,
img.no01{
  vertical-align: baseline;
  padding: 0 5px;
}

section .inner{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.main_conts .btn01{ text-align: center;}
.main_conts .btn01 a{
  background: #ea5520 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 60px auto 0;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #88001c;
  letter-spacing: .175em;
}
.main_conts .btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.main_conts .btn02 {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  padding: 15px;
  position: relative;
  letter-spacing: .1em;
  box-shadow: 0 1.5px 0 #782332;
}
.main_conts a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main_conts .btn02:hover{
  cursor: pointer;
  opacity: .7;
}

div[class^="img_"]{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
div[class^="img_"] > p,
div[class^="img_"] > dl{
  width: 65%;
/*    width: 100%;*/
  font-size: 16px;
  line-height: 2.3;
}
div[class^="img_"] > img{ width: 33%;}
.img_l > img{ order: -1;}

.formula{
  background: #fef1f6;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  align-self: center;
}
.formula dt{
  color: #e95288;
  text-align: left;
  padding-bottom: 10px;
}
.formula dd{
  background: #fff;
  padding: 10px;
  text-align: left;
}
.formula dd + dt{ margin-top: 1em;}


#breadcrumbs{
  float: left;
  margin: 20px 0;
  font-size: .7em;
}
#mv {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: flex;
/*    flex-wrap: wrap;
  align-items: flex-start;*/
  background: #E95288;
  max-height: 430px;
}
#mv > div,
#mv > img{
  width: 50%;
  object-fit: cover;
}
#mv > div{
/*    background: #E95288;*/
  color: #fff;
  padding: 25px 10px;
  text-align: left;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 50%;
  max-width: 500px;
  margin: 0 0 0 auto;
}
#mv h1 {
  font-size: calc(1.875rem + ((1vw - 6px) * 0.75));
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: .3em;
  text-align: center;
}
#mv h1 .icn_manabi{
  vertical-align: -.3em;
  width: 2.8em;
}
#mv .lead{
  font-size: 23px;
  margin-bottom: 20px;
}
#mv p,
#mv .catch .lead{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .15em;
}
#mv .lead{ font-weight: normal;}
#mv .title {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#mv .title video{ width: 100%;}
#mv .date img{ width: 270px;}

/*mv2 start*/
#mv2 p,
#mv2 .catch .lead{
/*    font-size: 18px;*/
  margin-bottom: 20px;
  letter-spacing: .15em;
  line-height: 2.3;
}
#mv2 h2{
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#mv2 h2::after{ content: none;}
#mv2 p + h2{ margin-top: 80px;}

.murinaku {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
}
.murinaku p {
  font-size: 23px;
  line-height: 1.8;
}
.murinaku p .num {
  vertical-align: bottom;
  padding-right: 5px;
}
.murinaku p .num img {
  width: 118px;
}
.murinaku > figure {
  width: 45%;
}

#osusume h3 {
  width: 100%;
  max-width: 508px;
  margin: 30px auto;
}
#osusume h3 img{ max-width: 100%;}
#osusume li {
  float: left;
  width: 145.6px;
  margin-bottom: 50px;
  position: relative;
}
#osusume li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #eb7846;
  text-align: center;
  margin-bottom: 5px;
}
#osusume li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}
#osusume ul {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
#osusume li:not(:last-child){ margin-right: 39.2px;}


#moshikomi .form_wrap{
  border: 2px solid #ea561f;
  padding: 25px;
  margin-bottom: 50px;
}
#moshikomi .form_wrap h2{
  color: #ea561f;
  border-bottom: 2px dotted #ea561f;
  font-size: 28px;
  padding-bottom: .6em;
  margin-bottom: 1em;
  letter-spacing: .1em;
  line-height: 1.5;
}
#moshikomi .form_wrap h2::after{ content: none;}
#moshikomi .form_wrap h2 .txt_s{ font-size: .8em;}

#moshikomi .form_wrap h3{
  text-align: left;
  font-size: 20px;
  margin-bottom: .6em;
}
#moshikomi .form_wrap h3 .ttl{
  background: #FD9827;
  color: #fff;
  padding: 5px;
  margin-right: .5em;
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
  .pc,.sp{ display: none;}
  .tab { display: inherit;}

  #head2{ height: 85px !important;}

  #breadcrumbs{ float: none;}
  
  #container{
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}
  
  #mv{ letter-spacing: 0;}
  #mv > div { padding: 20px 10px;}
  #mv h1 {
    margin: 0 0 15px;
/*        font-size: 2.5em;*/
  }
  #mv p,
  #mv .lead{ font-size: 16px;}
  #mv .title h1{ top: 20%;}
  #mv ul.type li{
    font-size: 16px;
    margin-right: 10px;
  }
}


/* スマホ */
@media screen and (max-width: 599px) {
  body{
    font-size: 16px;
    line-height: 1.5;
  }
  .pc,.tab{ display: none !important;}
  .sp { display: inherit;}
  
  #breadcrumbs{ display: none;}
  .snsBtn { margin: 0}

  .text_l{ font-size: 1.15em;}

  section .inner{
    width: 92%;
    padding: 50px 0;
  }
  section h2:not(.campaign_kyouyou_ttl) {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: bold;
  }
  section h2:not(.campaign_kyouyou_ttl)::after {
    width: 80px;
    margin: 15px auto 25px;
  }
  section h3{ font-size: 1.2rem}
  .lead{
    line-height: 1.5;
    font-size: 16px;
  }
  .main_conts .btn01 a{
    font-size: 16px;
    padding: 10px 5px;
    background: #ea5520 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
    letter-spacing: .1em;
    margin: 30px auto 0;
    width: 100%;
  }
  .main_conts .btn02{
    background: #c6272d url(/images/common/arrow02.svg) 97% center/12px no-repeat;
    font-size: 18px;
    padding: 12px;
    letter-spacing: 0;
  }
  .main_conts .btn02::before{ left: 5px;}

  #mv{
    display: block;
    max-height: inherit;
  }
  #mv > div,
  #mv > img{ width: 100%;}
  #mv h1{
    font-size: 1.5em;
    margin-bottom: 0;
  }
  #mv .title{
    height: auto;
    position: absolute;
    top: 0;
    display: block;
    z-index: -1;
  }
  ul.type li {
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
  }
  #mv .title p.sp img{ width: 100%;}

  #mv p{
    font-size: 3.5vw;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
  }
  #mv .lead{
    color: inherit;
    padding: 0 0 1em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    order: 0;
  }
  #mv .date img{ width: 75%;}
  
  #mv2 h2{
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
  }
  #mv2 p{
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  #mv2 p + h2{ margin-top: 0}

  section h3.line{
    font-size: 19px;
    margin-top: 20px;
    font-weight: bold;
  }
  section h3.line::before,
  section h3.line::after{ content: none;}
  
  div[class^="img_"]{ justify-content: center;}
  div[class^="img_"] > p,
  div[class^="img_"] > dl{
    width: 100%;
    line-height: 1.5;
  }
  div[class^="img_"] > img{
    width: 100%;
    padding-bottom: 1em;
    order: -1;
  }
  .img_l > img{ order: 1;}

  .murinaku {
    width: 75%;
    margin: 0 auto;
  }
  .murinaku p {
    font-size: 14px;
    margin-top: 20px;
  }
  .murinaku p .num img{ width: 75px;}
  .murinaku > figure{ width: 100%;}
  
  #osusume li:not(:last-child){ margin-right: 0;}
  #osusume li:nth-child(2n+1){ margin-right: 8%;}
  #osusume li {
    width: 44%;
    margin-bottom: 30px;
  }

  #moshikomi .form_wrap{ padding: 3.5%;}
  #moshikomi .form_wrap h2{
    font-size: 1.4em;
    letter-spacing: 0;}
  #moshikomi .form_wrap h3{ font-size: 1.2em;}
}

@media screen and (max-width: 701px){
  .mt50{ margin-top: 50px !important;}
}

#osusume .ttl-line {
  position: relative;
  margin-top: 55px;
  color: #ea5520;
  font-size: 20px;
}
#osusume .ttl-line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 60%;
  height: 1px;
  background: #ea5520;
  content: '';
}
#osusume .ttl-line span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}
.bg-pink #osusume .ttl-line span {
  background: #fef1f6;
}
@media screen and (max-width: 599px) {
  #osusume .ttl-line::after {
    width: 100%;
  }
}

/* student-graph */
.student-graph .students h3 {
  font-size: 23px;
  letter-spacing: normal;
}
.student-graph figure.graph01,
.student-graph figure.graph02 {
  width: 90%;
  margin: 40px auto 0;
}
.student-graph .students {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.student-graph .students + .students {
  border-left: 1px dashed #ea5520;
}
.student-graph .students figure.graph01 .graph {
  width: 100%;
}
.student-graph .students figure.graph02 .graph {
  width: 55%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.student-graph .students figure[class^="graph"] figcaption {
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  padding-top: 30px;
  text-align: center;
}
.student-graph .students figure.graph01 figcaption {
  text-align: left;
}
.student-graph .students figure.graph02 figcaption .per {
  width: 180px;
  display: block;
  margin: -60px auto 20px;
}
.student-graph .no1_caution,
.student-graph .note {
  max-width: 90%;
  margin: 15px auto 0;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .student-graph .students {
    margin-top: 0;
  }
  .student-graph .students h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .student-graph {
    margin-top: 50px;
  }
  #osusume .student-graph h3{
    margin-top: 0;
  }
  .student-graph .students {
    width: 100%;
    padding-bottom: 30px;
  }
  .student-graph .students + .students {
    border-left: 0;
    border-top: 1px dashed #ea5520;
    padding-top: 30px;
  }
  .student-graph .students figure[class^="graph"] figcaption {
    font-size: 16px;
  }
}


.note-box {
  background-color: #fff;
  border: 1px solid #b6b6b6;
  margin: 20px auto 50px;
  padding: 30px 40px;
  max-width: 700px;
}
.note-box h3.ttl {
  border: none;
  font-size: 1.2em;
}
.note-box .txt {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .note-box {
    padding: 20px;
  }
  .note-box .txt {
    font-size: 14px;
  }
}

#taiken h2 {
  position: relative;
}
#taiken h2 .free {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ea5520;
  font-size: 42px;
  border: 2px solid #ea5520;
  width: 147px;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
}

h3.style_none{
  color: #333 !important;
  border: 0 !important;
  display: inherit !important;
  font-size: 1em;
}
h3.style_none .ttl{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 599px) {
  h3.style_none .ttl {
    font-size: 16px;
  }
}


.btn a,
.btn input{
  letter-spacing: .05em;
  font-size: 1.8em;
}
.btn .orange,
.wrp .btn a.arrow01{
  background: #EA5520 url(/images/common/arrow02.svg) 98% center/.85em no-repeat;
}

.no-scroll {
  pointer-events: none;
}
.no-scroll a:hover {
  cursor: default;
}

.semiweb th,
.semiweb td{ font-size: .9em;}

.main_conts .btn02{ font-size: 16px;}

@media screen and (max-width: 599px){
  #taiken h2 .free {
    font-size: 20px;
    border: 2px solid #ea5520;
    width: 68px;
    height: 68px;
  }

  .wrp .btn a.arrow01 {
    font-size: .8rem;
  }

  .tab_content + p.up{ font-size: 1em;}

}

/* ------------------------------
entry
------------------------------ */
.entry {
  line-height: 1.8;
}
.entry .btn_entry {
  text-decoration: none;
}
.entry .btn_entry:link,
.entry .btn_entry:visited,
.entry .btn_entry:active {
  text-decoration: none;
}

.flow_seminar .seminar {
  margin-bottom: 0;
}

.campaign {
  text-align: center;
}
.campaign .campaign_inner {
  margin-bottom: 0;
}

/* ------------------------------
about_semi
------------------------------ */
.about_semi {
  padding-bottom: 55px;
}
section.about_semi h2 {
  margin-bottom: 2em;
  letter-spacing: 0.08em;
}
section.about_semi h2::after {
  content: none;
}
.about_semi .heading_02 img {
  vertical-align: -.75em;
  margin-right: 0.5em;
}
.about_semi .list_about_semi_learn {
  background: #fff;
  border: 2px solid;
  border-width: 0 2px 2px;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.about_semi .list_about_semi_learn .ttl {
  padding: 0.5em 0.5em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.about_semi .list_about_semi_learn .ttl .txt_l {
  font-size: 30px;
}
.about_semi .list_about_semi_learn ul {
  padding: 25px 4% 30px;
}
.about_semi .list_about_semi_learn li {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.about_semi .list_about_semi_learn li + li {
  margin-top: 1.2em;
}
.about_semi .list_about_semi_learn li .strong {
  padding-bottom: 0.1em;
  font-weight: bold;
}
.about_semi .list_about_semi_learn.style_01 {
  border-color: #8f9e5e;
}
.about_semi .list_about_semi_learn.style_01 .ttl {
  background: #8f9e5e;
}
.about_semi .list_about_semi_learn.style_01 ul 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%3Cpath%20d%3D%22M2%2C0H21a2%2C2%2C0%2C0%2C1%2C2%2C2V21a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(461.963%202097.902)%22%20fill%3D%22%23ecedef%22%2F%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(570.584%202168.572)%22%20fill%3D%22%238a9f55%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(570.584%202168.572)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.about_semi .list_about_semi_learn.style_01 li .strong {
  background: linear-gradient(transparent 55%, rgba(143, 158, 94, 0.3) 55%);
}
.about_semi .list_about_semi_learn.style_02 {
  border-color: #d7ba41;
}
.about_semi .list_about_semi_learn.style_02 .ttl {
  background: #d7ba41;
}
.about_semi .list_about_semi_learn.style_02 ul 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%3Cpath%20d%3D%22M2%2C0H21a2%2C2%2C0%2C0%2C1%2C2%2C2V21a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(461.963%202097.902)%22%20fill%3D%22%23ecedef%22%2F%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(570.584%202168.572)%22%20fill%3D%22%23d7ba41%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(570.584%202168.572)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.about_semi .list_about_semi_learn.style_02 li .strong {
  background: linear-gradient(transparent 55%, rgba(215, 186, 65, 0.3) 55%);
}
@media screen and (min-width: 600px) {
  .about_semi .wrap_about_semi_learn {
    display: flex;
    justify-content: space-between;
  }
  .about_semi .list_about_semi_learn {
    width: 49%;
  }
}
@media screen and (max-width: 599px) {
  .about_semi .heading_02 img {
    width: 210px;
    display: block;
    margin: 0 auto 16px;
  }
  .about_semi .list_about_semi_learn + .list_about_semi_learn {
    margin-top: 30px;
  }
  .about_semi .list_about_semi_learn .ttl {
    font-size: 16px;
  }
  .about_semi .list_about_semi_learn .ttl .txt_l {
    font-size: 22px;
  }
  .about_semi .list_about_semi_learn ul {
    padding: 20px 4%;
  }
  .about_semi .list_about_semi_learn li {
    padding-left: 35px;
    background-size: 23.61px auto;
    background-position: left top 0.2em;
    font-size: 16px;
  }
  .about_semi .list_about_semi_learn li + li {
    margin-top: 0.8em;
  }
}
/* onepart */
.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-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  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;
  }
}

/* ------------------------------
introduce_teacher
------------------------------ */
section.introduce_teacher h2 {
  margin-bottom: 2em;
  letter-spacing: 0.05em;
}
section.introduce_teacher h2::after {
  content: none;
}
.introduce_teacher .profile_box .career {
  line-height: 1.8;
}
