<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";

*,*::before,*::after{ box-sizing: border-box;}
body{ counter-reset: process 0;}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left!important; }
.td-u { text-decoration: underline!important; }

.txt_l{ font-size: 1.5em;}
.txt_s{ font-size: .85em;}
.txt_red{ color: #c6272d;}
.txt_fabl{ color: #1c236d;}

.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.mt50 {margin-top: 50px;}
.pt0 {padding-top: 0!important;}

.sp{ display: none;}
.tab{ display: none;}
.pc{ display: block;}

.br_tb::before,
.br_sp::before{ content: none;}
.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}

.w100{
  width: 100% !important;
  max-width: initial !important;
}

.bg-beige {
  background: #f3f3f2;
}
.ffm{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
}

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

img {
  max-width: 100%;
  height: auto;
}

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: lighter;
  line-height: 1.7;
  text-align: center;
}
section h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c2569;
  width: 115px;
  margin: 20px auto 55px;
}
section h3{
  text-align: center;
  font-size: 23px;
}

.uline{
  text-align: left;
  border-bottom: 1px solid #1c236d;
  margin-bottom: .5em;
  font-size: 1.3rem;
}

.lead{
  font-size: 18px;
  text-align: center;
}

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

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

.btn01{ text-align: center;}
.btn01 a{
  background: #e60012 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 18px;
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 30px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #88001c;
}

.close{
  background: #999999 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 18px;
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 60px auto 10px auto;
  font-weight: normal;
  border-radius: 2.8px;
}

.tac{
  text-align: center;
}

.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02,
.btn02:visited,
.btn02:link{
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  position: relative;
  box-shadow: 0 1.5px 0 #782332;
  color: #fff;
  padding: 15px;
  display: block;
}
.btn02 &gt; span{ font-size: .85em;}
.btn03 {
  text-align: center;
  background: #e10f40 url(/school/image/finance_strategy/icn_arrow.svg) 95% 50% no-repeat;
  background-size: 25px;
  width: 100%;
  color: #fff!important;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  padding: 18px 40px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn03:hover{
  cursor: pointer;
  opacity: .7;
  text-decoration: none !important;
}
.btn03.plus {
  line-height: 1.1;
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn03.plus span {
  font-size: 14px;
}

.btn04{ text-align: center;}
.btn04 a{
  background: #1c236d url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 18px;
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #232a78;
}
.btn04 a:hover{
  text-decoration: none;
  opacity: .7;
}


#breadcrumbs{
  float: left;
  margin: 20px 0;
}

dt.accordion{
  border: 1px solid #1c2569;
  padding: 10px;
  font-size: 23px;
  cursor: pointer;
}
dt.accordion::after{
  content: "";
  padding: 15px;
  background: url(/school/image/asset/icn_arrow.svg) right 15px/25px no-repeat;
  display: inline-block;
  margin-left: 20px;
}
dt.accordion.active::after{
  transform: rotate(180deg);
  background-position: right 3px;
}

#modal-close{ display: none;}

dl { margin-top: 35px;}

/* 「受講生の声」スライダー */
.comment_slick.slick-initialized .slick-slide{ padding: 30px;}
.comment_slick .slick-dots li button:before{
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.comment_slick .slick-prev {
  left: 30px;
  z-index: 10;
}
.comment_slick .slick-prev::before{
  content: "";
  color: #008fd9;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.comment_slick .slick-next { right: 30px;}
.comment_slick .slick-next::before{
  content: "";
  color: #008fd9;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}

/* slider部分 */

/* タブレット以下 */
@media screen and (max-width: 999px) {
  #head2{ height: 85px !important;}

  .pc{ display: none;}
  .sp{ display: none;}
  .tab{ display: block;}

  .br_pc::before,
  .br_sp::before{ content: none;}
  .br_tb::before{
    content: "\A" ;
    white-space: pre ;
  }

  #container{
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 16px;}

  section .inner {
    padding: 50px 0;
  }

  .btn01,
  .btn04{ 
    width: 100%;
    max-width: 100%;
  }
}

/* スマホ */
@media screen and (max-width: 599px) {

  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block;}

  .br_pc::before,
  .br_tb::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  #head2{ height: 85px !important;}

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

  .br_pc::before,
  .br_tb::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  section .inner{ padding: 40px 10px;}
  section h2 {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 30px;
  }
  section h3{ font-size: 1.2rem}
  .lead{
    font-size: 14px;
    padding: 0 10px;
  }
  .btn01 a,
  .btn04 a{
    font-size: 16px;
    padding: 10px 5px;
  }
  .btn02,
  .btn02:visited,
  .btn02:link{ font-size: 13px;}

  .kitei_sp h3{ border: 1px solid #1c2569!important;}

  /* モーダル設定 */
  .modal-content {
    width: 80% ;
    max-height: 80%;
    overflow: auto;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  #modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
  }
  .button-link {
    color: #000 ;
    text-decoration: none;
  }
  .button-link:hover { cursor: pointer ;}
  #modal-close{
    display: block;
    position: fixed;
    top: 120px;
    background: #fff;
    padding: 0 4px;
    border: 3px solid #aaa;
    line-height: 1.3;
    right: 13%;
  }

}

/* ==========================================================================
   mv
   ========================================================================== */
.mv {
  background: #E8E9EF url(/school/image/online_izumi/izumi_online_kv.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-box {
  background-color: rgba(30,35,110,.75);
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.mv-box-in {
  border: 1px solid #fff;
  padding: 15px 5px;
}
.mv-ttl {
  font-size: 65px;
  color: #ffffff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-left: 80px;
  min-height: 86px;
}
.mv-ttl::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 86px;
  background: url(/school/image/online_izumi/mv_icn.svg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv-lead {
  color: #ffffff;
  font-size: 25px;
  margin-top: 15px;
}
@media screen and (max-width: 699px) {
  .mv-ttl {
    font-size: 58px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: initial;
  }
  .mv-box {
    padding: 15px;
  }
  .mv-ttl {
    font-size: 45px;
    line-height: 1.1;
    padding-top: 0;
    padding-left: 80px;
    padding-right: 20px;
  }
  .mv-ttl::before {
    width: 59px;
    height: 93px;
  }
  .mv-lead {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* ==========================================================================
   block-top
   ========================================================================== */
.block-top .head {
  background-color: #E8E9EF;
}
.block-top .head p {
  color: #1E236E;
  font-size: 20px;
  text-align: center;
}
.block-top .head .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-top .main .ttl {
  font-weight: lighter;
  letter-spacing: normal;
}
.block-top .main .ttl::after {
  content: initial;
}
.block-top .main .ttl:not(:first-of-type) {
  margin-top: 50px;
}
.block-top .main .txt {
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
  margin-top: 30px;
}
.block-top .main .txt-rec {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.block-top .message{
  background: #E8E9EF;
  margin-top: 65px;
  padding: 70px;
}
.block-top .message h3{
  color: #1e236e;
  margin-bottom: 50px;
}
.block-top .message h3 span{
  padding: 15px 25px;
  position: relative;
}
.block-top .message h3 span::before,
.block-top .message h3 span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #1e236e;
  border-left: 2px solid #1e236e;
}
.block-top .message h3 span::before {
  top: 0;
  left: 0;
}
.block-top .message h3 span::after {
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-top .message p{
  font-size: 16px;
  line-height: 2;}
@media screen and (max-width: 599px) {
  .block-top .head .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block-top .head p {
    text-align: left;
    font-size: 16px;
  }
  .block-top .main .ttl {
    line-height: 1.8;
  }
  .block-top .main .txt {
    font-size: 14px;
    text-align: left;
    line-height: 2.1;
  }
  .block-top .main .txt-rec {
    font-size: 14px;
    text-align: left;
    line-height: 2.1;
  }
  .block-top .message {
    margin-top: 35px;
    padding: 30px 20px 20px;
    margin: 35px auto 0;
  }
  .block-top .message h3{ margin-bottom: 30px;}
  .block-top .message p{
    font-size: 14px;
  }
}
/* ==========================================================================

   ========================================================================== */
.feature-list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.feature-list .item {
  width: 32%;
  background-color: #fff;
  color: #1e236e;
  padding: 60px 15px 20px;
  position: relative;
  counter-increment: feature-item;
}
.feature-list .item .ttl {
  font-size: 20px;
}
.feature-list .item .ttl::before {
  content: counter(feature-item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background-color: #1e236e;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  font-family: 'Josefin Slab', serif;
}
.feature-list .item small {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .feature-list {
    flex-direction: column;
    margin-top: 0;
  }
  .feature-list .item {
    width: 100%;
    margin-top: 70px;
  }
  .feature-list .item:first-child {
    margin-top: 40px;
  }
  .feature-list .item .ttl {
    font-size: 16px;
  }
  .feature-list .item small {
    font-size: 14px;
    text-align: center;
  }
}


/* ==========================================================================
   you-can-learn
   ========================================================================== */
.you-can-learn .inner {
  width: 100%;
  max-width: none;
  margin: 0;
}
.learn-figure-wrap {
  background: #E8E9EF;
  background: linear-gradient(90deg, rgba(232,233,239,.87) 50%, rgba(232,233,239,.61) 50%);
}
.learn-figure{
  position: relative;
  height: 700px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.learn-figure h3{
  width: 300px;
  height: 300px;
  background: #1c236d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.learn-figure .num li{
  width: calc(50% - 150px);
  max-width: 340px;
  text-align: center;
  font-size: 16px;
  color: #1c236d;
  position: absolute;
  margin: auto;
  counter-increment: learn-figure-counter;
}
.learn-figure .num li:first-child{
  left: 0;
  right: 0;
  top: 0;
}
.learn-figure .num li:nth-child(2){
  right: 0;
  top: 110px;
}
.learn-figure .num li:nth-child(3){
  right: 0;
  top: 280px;
}
.learn-figure .num li:nth-child(4){
  right: 65px;
  bottom: 80px;
}
.learn-figure .num li:nth-child(5){
  left: 85px;
  bottom: 80px;
}
.learn-figure .num li:nth-child(6){
  left: 0;
  top: 280px;
}
.learn-figure .num li:nth-child(7){
  left: 0;
  top: 110px;
}
.learn-figure .num li::before{
  content: counter(learn-figure-counter);
  display: block;
  width: 30px;
  margin: 0 auto 10px;
  font-size: 40px;
  font-family: 'Josefin Slab', serif;
}
@media screen and (max-width: 599px) {
  .you-can-learn .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .learn-figure{
    height: auto;
    padding-bottom: 30px;
  }
  .learn-figure h3 {
    width: 170px;
    height: 170px;
    position: relative;
    margin-bottom: 1.5em;
    top: 20px;
  }
  .learn-figure .num li {
    width: 100%;
    max-width: inherit;
    position: relative;
    margin-top: 30px;
  }
  .learn-figure .num li::before {
    margin: 0 auto;
  }
  .learn-figure .num li:nth-child(2),
  .learn-figure .num li:nth-child(3),
  .learn-figure .num li:nth-child(6),
  .learn-figure .num li:nth-child(7),
  .learn-figure .num li:nth-child(4),
  .learn-figure .num li:nth-child(5){
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}

/* ==========================================================================
   achievement
   ========================================================================== */
.achievement {
  overflow: hidden;
}
.achievement-list .item {
  position: relative;
  display: flex;
}
.achievement-list .item:not(:first-child) {
  margin-top: 70px;
}
.achievement-list .item .photo {
  width: 37%;
  position: absolute;
  top: 40px;
  min-width: 320px;
}
.achievement-list .item .box {
  width: 80%;
  background-color: #fff;
  color: #1e236e;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 340px;
}
.achievement-list .item .box::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.achievement-list .item .box .ttl {
  text-align: left;
  font-size: 20px;
}
.achievement-list .item .box p {
  font-size: 16px;
}
.achievement-list .item .box .name {
  margin: 20px 0;
}
.achievement-list .item:nth-child(odd) .photo {
  left: 0;
}
.achievement-list .item:nth-child(odd) .box {
  margin-left: auto;
  padding-left: 200px;
}
.achievement-list .item:nth-child(odd) .box::after {
  top: 0;
  left: 100%;
}
.achievement-list .item:nth-child(even) .photo {
  right: 0;
}
.achievement-list .item:nth-child(even) .box {
  margin-right: auto;
  padding-right: 180px;
  padding-left: 30px;
}
.achievement-list .item:nth-child(even) .box::after {
  top: 0;
  right: 100%;
}
@media screen and (max-width: 699px) {
  .achievement-list .item:nth-child(odd) .box::after,
  .achievement-list .item:nth-child(even) .box::after {
    display: none;
  }
  .achievement-list .item:nth-child(odd) .photo,
  .achievement-list .item:nth-child(even) .photo {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    min-width: initial;
  }
  .achievement-list .item .photo img {
    width: 100%;
    max-width: 380px;
  }
  .achievement-list .item:nth-child(odd) .box,
  .achievement-list .item:nth-child(even) .box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .achievement-list .item:not(:first-child) {
    margin-top: 30px;
  }
  .achievement-list .item .box .ttl {
    font-size: 20px;
  }
}



/* ==========================================================================

   ========================================================================== */
.about p {
  font-size: 17px;
}
.ttl01 .heading,
.ttl02 .heading {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.ttl01 .heading .bg,
.ttl02 .heading .bg{
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 23.3076923%;
}
.ttl01 .heading .bg{
  background-image: url(/event/190514/img/bg_ttl01.jpg);
}
.ttl02 .heading .bg{
  background-image: url(/event/190514/img/bg_ttl02.jpg);
}
section[class^="ttl"] .inner{
  max-width: 1200px;
}
section[class^="ttl"] h2{
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
section[class^="ttl"] h2::after{
  border-bottom-color: #fff;
  margin-bottom: 0;
}
section[class^="ttl"] p{
  max-width: 1000px;
  margin: 0 auto;
  font-size: 17px;
}
@media screen and (max-width: 599px) {
  .ttl01 .heading, .ttl02 .heading {
    max-height: initial;
    overflow: visible;
    padding: 0 15px;
  }
  section[class^="ttl"] h2{
    color: #000;
    font-size: 19px;
    position: static;
    transform: none;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section[class^="ttl"] h2::after{ border-bottom-color: #1d226f;}
  section[class^="ttl"] .inner {
    padding-top: 20px;
  }
  section[class^="ttl"] p,
  .about p {
    font-size: 14px;
  }
}

/* ==========================================================================
   to-such-one
   ========================================================================== */
.such-one-list {
  column-count: 2;
}
.such-one-list &gt; li {
  padding-left: 28px;
  background: url(/images/common/check_fabl.svg) left 4px/21px no-repeat;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 17px;
}
.such-one-box {
  background-color: #fff;
  font-size: 16px;
  padding: 30px 40px;
  margin-top: 60px;
}
.ttl-such-one {
  color: #1e236e;
  border-top: 1px dotted #1E236E;
  border-bottom: 1px dotted #1E236E;
  font-size: 16px;
  padding: 5px;
  margin-top: 40px;
}

.such-one-box .introduction-wrap {
  display: flex;
  justify-content: space-between;
}
.such-one-box .introduction-wrap &gt; div {
  width: 48%;
  max-width: 460px;
  margin-top: 30px;
}
.such-one-box .introduction .detail {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.such-one-box .introduction.fudo .detail {
  background-color: #0091d7;
}
.such-one-box .introduction.mf .detail {
  background-color: #00af78;
}
.such-one-box .introduction .detail .heading {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.such-one-box .introduction .detail .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.such-one-box .introduction .detail .btn {
  display: block;
  background-color: #fff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  padding: 4px 0;
}
.such-one-box .introduction.fudo .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_fudo.svg);
  color: #0091d7;
}
.such-one-box .introduction.mf .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_mf.svg);
  color: #00af78;
}
.such-one-box .introduction .detail .btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .such-one-list.flex {
    column-count: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 180px;
  }
}
@media screen and (max-width: 890px) and (min-width: 599px) {
  .such-one-list.flex {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .such-one-list {
    column-count: 1;
  }
  .such-one-box {
    margin-top: 30px;
    padding: 15px;
  }
  .such-one-box p {
    font-size: 14px;
  }
  .such-one-box .introduction-wrap {
    display: block;
  }
  .such-one-box .introduction-wrap &gt; div {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .such-one-box .introduction .detail {
    padding: 20px 15px;
  }
  .such-one-box .introduction .detail .txt {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   teacher
   ========================================================================== */
.teacher h3.name{
  margin-bottom: 2em;
  font-size: 25px;
}
.teacher h3.name .position{
  display: block;
  font-size: 16px;
}
.teacher p{
  font-size: 16px;
}

.teacher-ttl {
  color: #1e236e;
  border-top: 1px dotted #1E236E;
  border-bottom: 1px dotted #1E236E;
  font-size: 25px;
  padding: 5px;
  margin-top: 60px;
}
.teacher-achievement-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.teacher-achievement-list .item {
  width: 48%;
  max-width: 460px;
  margin-top: 40px;
}
.teacher-achievement-list .item .head {
  position: relative;
}
.teacher-achievement-list .item .photo {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
.teacher-achievement-list .item .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.teacher-achievement-list .item .ttl-property {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
  color: #ffffff;
  font-size: 25px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: lighter;
  text-align: center;
  border: 1px solid #fff;
  width: 85%;
  padding: 30px 5px;
}
.teacher-achievement-list .item table {
  width: 100%;
  margin-top: 30px;
}
.teacher-achievement-list .item table th,
.teacher-achievement-list .item table td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
}
.teacher-achievement-list .item table th {
  font-weight: normal;
  background-color: #E8E9EF;
  font-size: 16px;
  width: 157px;
}
.teacher-achievement-list .item table td {
  border-right: 1px solid #ccc;
  font-size: 20px;
  color: #1e236e;
}
.teacher-achievement-list .item table tr:last-child th,
.teacher-achievement-list .item table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.teacher-achievement-list .item .ttl-point {
  color: #1e236e;
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .teacher-achievement-list .item .ttl-property {
    padding: 20px 5px;
    font-size: 20px;
  }
  .teacher-achievement-list .item table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .teacher p {
    font-size: 14px;
  }
  .teacher-ttl {
    font-size: 20px;
  }
  .teacher-achievement-list {
    margin-top: 0;
    flex-direction: column;
  }
  .teacher-achievement-list .item {
    width: 100%;
    max-width: initial;
    margin-top: 30px;
  }
  .teacher-achievement-list .item table {
    margin-top: 20px;
  }
  .teacher-achievement-list .item .ttl-point {
    margin-top: 10px;
  }
}

/* ==========================================================================
   watch-movie
   ========================================================================== */

.watch-movie .video_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.watch-movie .video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.watch-movie .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ttl-other {
  color: #1e236e;
  border-top: 1px dotted #1E236E;
  border-bottom: 1px dotted #1E236E;
  font-size: 25px;
  padding: 5px;
  margin-top: 100px;
}

.other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.other-list .item {
  width: 48%;
  max-width: 460px;
  background-color: #fff;
  padding: 60px 20px 20px;
  position: relative;
  counter-increment: feature-item;
}
.other-list .item:nth-child(n+3) {
  margin-top: 60px;
}
.other-list .item .ttl {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #1e236e;
}
.other-list .item .ttl::before {
  content: counter(feature-item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background-color: #1e236e;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  font-family: 'Josefin Slab', serif;
}
.other-list .item p {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .ttl-other {
    font-size: 20px;
    margin-top: 50px;
  }
  .other-list {
    flex-direction: column;
    margin-top: 0;
  }
  .other-list .item {
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }
  .other-list .item .ttl {
    font-size: 16px;
  }
}

/* ==========================================================================
   questionnaire
   ========================================================================== */
.questionnaire .heading {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.questionnaire .heading h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
}
.questionnaire .heading h2::after {
  margin-bottom: 0;
  border-color: #fff;
}
.questionnaire .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 26.6347687%;
  background: url(/school/image/online_izumi/questionnaire_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.questionnaire .heading .bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 46%;
  min-width: 570px;
  height: 100%;
  background-color: rgba(30,35,110,0.9);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .questionnaire .heading h2::after {
    border-color: #1e236e;
  }
  .questionnaire .heading + .inner {
    padding-top: 10px;
  }
  .questionnaire .heading h2 {
    position: static;
    transform: translateY(0);
    padding: 40px 10px 20px;
    color: #333333;
    font-size: 24px;
  }
  .questionnaire .heading .bg::after {
    display: none;
  }
}

.questionnaire .voice{
  background: #f3f3f2;
  padding: 50px 50px 100px;
}
.questionnaire .voice .width48{
  background: #fff;
  border: 15px solid #f3f3f2;
}
.questionnaire .voice .width48 p{ text-align: left;}
.questionnaire .voice .width48 .img{
  position: relative;
  min-height: 100px;
}
.questionnaire .voice .width48 .img::before{
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.questionnaire .voice .width48 .img.man01::before{ background-position: left top;}
.questionnaire .voice .width48 .img.man02::before{ background-position: -100px top;}
.questionnaire .voice .width48 .img.man03::before{ background-position: -200px top;}
.questionnaire .voice .width48 .img.man04::before{ background-position: -300px top;}
.questionnaire .voice .width48 .img.woman01::before{ background-position: left bottom;}
.questionnaire .voice .width48 .img.woman02::before{ background-position: -100px bottom;}
.questionnaire .voice .width48 .img.woman03::before{ background-position: -200px bottom;}
.questionnaire .voice .width48 .img.woman04::before{ background-position: -300px bottom;}
.questionnaire .voice .width48 .name{
  color: #008fd9;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.questionnaire .voice .width48 .names{
  font-size: 15px;
  color: #008fd9;
  font-weight: bold;
  margin-bottom: 10px;}
.questionnaire .voice .width48 span.nameb{
  font-size: 17px;
  color: #008fd9;
  font-weight: bold;
  margin-bottom: 10px;}

.questionnaire .voice .width48 .txt{ font-size: 14px;}
.questionnaire .voice .slick-dots{ bottom: 80px;}

/* 顔写真用 */
.naphfl{
  display: flex;
  justify-content: space-between;}
.naphfl p{
  width: 50%;}
.naphfl p.pho{
  padding-left: 80px;}
/* 顔写真用ここまで */

@media screen and (max-width: 599px) {
  .questionnaire .voice .width48 .name{
    font-size: 12px;
    color: #008fd9;
    font-weight: bold;
    margin-bottom: 10px;}

  .questionnaire .voice .width48 .names{
    font-size: 7px;
    color: #008fd9;
    font-weight: bold;
    margin-bottom: 10px;}

  .questionnaire .voice .width48 span.nameb{
    font-size: 12px;
    color: #008fd9;
    font-weight: bold;
    margin-bottom: 10px;}

  .naphfl p.pho{
    padding-left: 0px;}
}


/* ==========================================================================
   flow
   ========================================================================== */
.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.flow-list .item {
  width: 30%;
  max-width: 300px;
  background-color: #fff;
  padding: 60px 20px 20px;
  position: relative;
  counter-increment: feature-item;
  border: 1px solid #1e236e;
}
.flow-list .item .ttl {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #1e236e;
}
.flow-list .item .ttl span {
  font-size: 16px;
}
.flow-list .item .ttl::before {
  content: 'STEP' counter(feature-item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background-color: #1e236e;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}
.flow-list .item .fig {
  text-align: center;
  margin: 40px 0;
}
.flow-list .item p {
  font-size: 12px;
}
.flow-list .item .num_freedial{ text-align: center;}
.flow-list .item .num_freedial &gt; span{
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  padding-left: 1.3em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.417%22%20height%3D%2219.302%22%20viewBox%3D%220%200%2029.417%2019.302%22%3E%3Cpath%20d%3D%22M0%2C88.032v3.009a17.345%2C17.345%2C0%2C0%2C1%2C6.328%2C1.183q.522.206%2C1.013.443a16.036%2C16.036%2C0%2C0%2C1%2C2.395-.918%2C17.609%2C17.609%2C0%2C0%2C1%2C4.973-.708%2C17.352%2C17.352%2C0%2C0%2C1%2C6.355%2C1.183q.522.206%2C1.013.443a16.049%2C16.049%2C0%2C0%2C1%2C2.4-.918%2C17.617%2C17.617%2C0%2C0%2C1%2C4.946-.708V88.032Z%22%20transform%3D%22translate(0%20-88.032)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M320.59%2C210.6a3.657%2C3.657%2C0%2C0%2C0%2C5.7%2C3.033A3.65%2C3.65%2C0%2C0%2C0%2C327.9%2C210.6a3.12%2C3.12%2C0%2C0%2C0-.235-1.15%2C5.066%2C5.066%2C0%2C0%2C0-.728-1.24%2C9.246%2C9.246%2C0%2C0%2C0-2.695-2.246%2C9.941%2C9.941%2C0%2C0%2C0-2.213%2C1.692%2C5.494%2C5.494%2C0%2C0%2C0-1.259%2C1.928A3.053%2C3.053%2C0%2C0%2C0%2C320.59%2C210.6Z%22%20transform%3D%22translate(-302.17%20-199.19)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M25.656%2C175.657a7.377%2C7.377%2C0%2C0%2C1%2C1.681%2C2.612%2C4.951%2C4.951%2C0%2C0%2C1%2C.293%2C1.647%2C5.553%2C5.553%2C0%2C1%2C1-11.106%2C0%2C5.267%2C5.267%2C0%2C0%2C1%2C.637-2.434%2C8.28%2C8.28%2C0%2C0%2C1%2C1.677-2.162%2C11.548%2C11.548%2C0%2C0%2C1%2C1.2-.984c-.29-.106-.588-.206-.894-.3a15.73%2C15.73%2C0%2C0%2C0-4.437-.63%2C15.513%2C15.513%2C0%2C0%2C0-5.332.926%2C11.123%2C11.123%2C0%2C0%2C1%2C1.544%2C1.321%2C7.382%2C7.382%2C0%2C0%2C1%2C1.68%2C2.612%2C4.945%2C4.945%2C0%2C0%2C1%2C.293%2C1.647%2C5.553%2C5.553%2C0%2C1%2C1-11.106%2C0%2C5.269%2C5.269%2C0%2C0%2C1%2C.636-2.434A8.282%2C8.282%2C0%2C0%2C1%2C4.1%2C175.319a11.516%2C11.516%2C0%2C0%2C1%2C1.2-.984c-.291-.106-.588-.206-.894-.3a15.737%2C15.737%2C0%2C0%2C0-4.41-.63v14.4H29.417v-14.4a15.517%2C15.517%2C0%2C0%2C0-5.3.926A11.118%2C11.118%2C0%2C0%2C1%2C25.656%2C175.657Z%22%20transform%3D%22translate(0%20-168.504)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M64.118%2C210.6a3.657%2C3.657%2C0%2C0%2C0%2C5.7%2C3.033%2C3.651%2C3.651%2C0%2C0%2C0%2C1.613-3.033%2C3.129%2C3.129%2C0%2C0%2C0-.235-1.15%2C5.083%2C5.083%2C0%2C0%2C0-.728-1.24%2C9.254%2C9.254%2C0%2C0%2C0-2.695-2.246%2C9.932%2C9.932%2C0%2C0%2C0-2.212%2C1.692%2C5.494%2C5.494%2C0%2C0%2C0-1.259%2C1.928A3.049%2C3.049%2C0%2C0%2C0%2C64.118%2C210.6Z%22%20transform%3D%22translate(-60.434%20-199.19)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 1.1em;
  background-position: left 3px;
}
.flow-list .item .link_mail{
  text-decoration: underline;
  color: #333;
}
.flow-list .item .link_mail:hover{ color: #009;}
.icn_mail &gt; svg{ height: 1em;}

@media screen and (min-width: 600px) {
  .flow-list .item + .item::before{
    content: "";
    border: 14px solid transparent;
    border-left: 18px solid #1c236d;
    background: transparent;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 599px) {
  .flow-list {
    flex-direction: column;
    margin-top: 0;
  }
  .flow-list .item {
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }
  .flow-list .item + .item { margin-top: 80px;}
  .flow-list .item + .item::before{
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #1c236d;
    background: transparent;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
  }
  .flow-list .item .ttl {
    font-size: 16px;
  }
}

/* ==========================================================================
entry
========================================================================== */
.entry table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #1e236e;
  border-left: 1px solid #1e236e;
}
.entry table th,
.entry table td{
  padding: 25px 20px;
  border-right: 1px solid #1e236e;
  border-bottom: 1px solid #1e236e;
  font-size: 16px;
}
.entry table th{
  width: 22%;
  font-weight: normal;
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
}
.entry .note-box {
  border: 1px dashed #1E236E;
  margin-top: 40px;
  padding: 20px 30px;
  height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.entry .note-box .ttl {
  margin-bottom: 1em;
  font-size: 16px;
  color: #1e236e;
  font-weight: normal;
}
.entry .txt_note {
  font-size: 12px;
}
.entry .payment img {
  max-width: 380px;
}
@media screen and (max-width: 599px) {
  .entry table th,
  .entry table td {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .entry .note-box {
    margin-top: 20px;
    padding: 20px 12px;
  }
  .entry .note-box .ttl {
    font-size: 14px;
    text-align: left;
  }
}
/* tab */
.entry .tab_btn {
  display: flex;
  justify-content: space-between;
  z-index: inherit;
}
.entry .tab_btn li {
  width: calc(98% / 2);
  padding: 1em 0.2em;
  background: #1c2569;
  border-radius: 5px 5px 0 0;
  border: 1px solid #1c2569;
  border-width: 1px 1px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
.entry .tab_content {
  padding: 40px 4% 60px;
  border: 1px solid #1c2569;
  background: #fff;
  text-align: left;
}
.entry .tab_content .lead {
  margin-bottom: 2em;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .entry .sp_btn {
    display: none;
  }
  .entry .tab_btn {
    align-items: end;
  }
  .entry .tab_btn li.active {
    z-index: 2;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background: #fff;
    color: #1c2569;
  }
  .entry .tab_content {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: -1px;
  }
    .entry .tab_content.active {
      display: block;
  }
}
@media screen and (max-width: 599px) {
  .entry .tab_btn {
    display: none;
  }
  .entry .sp_btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .entry .sp_btn li {
    width: calc(98% / 2);
  }
  .entry .sp_btn li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.5em 0.2em 1.2em;
    background: #1c2569;
    border-radius: 5px;
    border: 1px solid #1c2569;
    border-width: 1px 1px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  .entry .sp_btn li a::after {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
  }
  .entry .sp_btn li a:hover {
    text-decoration: none;
  }
  .entry .tab_content {
    padding: 20px 4% 40px;
  }
  .entry .tab_content + .tab_content {
    margin-top: 40px;
  }
  .entry .tab_content .lead {
    font-size: 14px;
  }
  .entry .tab_content h3 {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #1c2569;
    text-align: left;
  }
}

/* ==========================================================================
another-school
========================================================================== */
.another-school .introduction {
  display: flex;
}
.another-school .introduction + .introduction{ margin-top: 5em;}
.another-school .introduction &gt; div {
  width: 50%;
}
.another-school .introduction .photo {
  width: 100%;
  height: 0;
  padding-top: 60.4%;/* 302/500 */
  position: relative;
}
.another-school .introduction.fudo .photo:before {
  content: 'Real Estate\AInvesting';
  white-space: pre;
  font-family: 'Josefin Slab', serif;
  font-size: 44px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1;
  text-align: center;
}
.another-school .introduction .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.another-school .introduction .detail {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.another-school .introduction.fudo .detail {
  background-color: #0091d7;
}
.another-school .introduction.mf .detail {
  background-color: #00af78;
}
.another-school .introduction .detail .heading {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.another-school .introduction .detail .txt {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.another-school .introduction .detail .btn {
  display: block;
  background-color: #fff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  max-width: 415px;
  padding: 2px 0;
}
.another-school .introduction.fudo .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_fudo.svg);
  color: #0091d7;
}
.another-school .introduction.mf .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_mf.svg);
  color: #00af78;
}
.another-school .introduction .detail .btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .another-school .introduction .detail {
    padding-left: 5px;
    padding-right: 5px;
  }
  .another-school .introduction .detail .heading {
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .another-school .introduction .detail .txt {
    font-size: 16px;
  }
  .another-school .introduction .detail .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .another-school .introduction {
    display: block;
  }
  .another-school .introduction &gt; div {
    width: 100%;
  }
  .another-school .introduction .detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ==========================================================================
about-fa-taiken
========================================================================== */
.about-fa-taiken .inner:first-of-type {
  padding-bottom: 0;
}
.about-fa-taiken .inner:nth-child(2) {
  padding-top: 30px;
}
.about-fa-taiken .lead-wrap {
  display: flex;
  justify-content: flex-end;
  background-color: #1c236d;
  max-height: 550px;
  overflow: hidden;
}
.about-fa-taiken .lead-wrap &gt; div {
  width: 50%;
}
.about-fa-taiken .lead-wrap .txt {
  max-width: 500px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
.about-fa-taiken .lead-wrap .lead-main {
  font-size: 20px;
}
.about-fa-taiken .lead-wrap .lead-sub {
  font-size: 16px;
  margin-top: 30px;
}
.about-fa-taiken .photo-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-fa-taiken .lead-wrap .photo {
  width: 50%;
  height: 0;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.about-fa-taiken .lead-wrap .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.about-fa-taiken .main-txt {
  font-size: 16px;
  width: 94%;
  margin: 0 auto;
  line-height: 1.7;
}
.about-fa-taiken .block {
  margin-top: 50px;
  text-align: center;
}
.about-fa-taiken .block &gt; .ttl {
  color: #1E236E;
  font-size: 23px;
  position: relative;
}
.about-fa-taiken .block .ttl::after {
  content: "";
  display: block;
  height:1px;
  width: 100%;
  background-color: #1E236E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-fa-taiken .block &gt; .ttl span {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.about-fa-taiken .block .ttl-sub {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0;
}
.about-fa-taiken .block .media {
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.about-fa-taiken .block .media:not(:first-child) {
  margin-top: 30px;
}
.about-fa-taiken .block .lead {
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.about-fa-taiken .block .photo {
  width: 100%;
  height: 0;
  position: relative;
}
.about-fa-taiken .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.about-fa-taiken .block .photo1 {
  padding-top: 8.5747393%;/* 74/863 */
}
.about-fa-taiken .block .photo2 {
  padding-top: 5.4054054%;/* 50/925 */
}
.about-fa-taiken .block .photo3 {
  padding-top: 24.625%;/* 197/800 */
}
.about-fa-taiken .block .photo4 {
  padding-top: 12.5%;/* 125/1000 */
}
.about-fa-taiken .block .book-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about-fa-taiken .block .book-list .item {
  margin-top: 30px;
}
.about-fa-taiken .block .book-list .item img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .about-fa-taiken .main-txt {
    font-size: 16px;
  }
  .about-fa-taiken .lead-wrap {
    display: block;
  }
  .about-fa-taiken .lead-wrap &gt; div {
    width: 100%;
  }
  .about-fa-taiken .lead-wrap .txt {
    max-width: none;
    text-align: center;
    padding: 30px 10px;
  }
  .about-fa-taiken .lead-wrap .lead-sub {
    margin-top: 15px;
  }
  .about-fa-taiken .photo-wrap {
    flex-wrap: nowrap;
  }
  .about-fa-taiken .lead-wrap .photo {
    width: 25%;
    padding-top: 17.6923077%;/* (460/650)/4 */
  }
  .about-fa-taiken .block .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .about-fa-taiken .lead-wrap .lead-main {
    font-size: 18px;
    line-height: 1.7;
  }
  .about-fa-taiken .lead-wrap .lead-sub {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .about-fa-taiken .main-txt {
    font-size: 14px;
    width: 100%;
  }
  .about-fa-taiken .block {
    margin-top: 40px;
  }
  .about-fa-taiken .block .ttl {
    font-size: 15px;
  }
  .about-fa-taiken .block .ttl-sub {
    margin-bottom: 15px;
  }
  .about-fa-taiken .block &gt; .ttl span {
    padding: 0 10px;
  }
  .about-fa-taiken .block .media {
    font-size: 14px;
    padding: 0;
  }
  .about-fa-taiken .block .lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
  .about-fa-taiken .block .book-list .item {
    width: 28%;
  }
  .about-fa-taiken .block .photo4 {
    margin-top: 30px;
  }
}

/* ==========================================================================
advisory
========================================================================== */
.advisory .lead {
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 1.7;
}
.advisory-list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.advisory-list .item {
  max-width: 212px;
  width: 21%;
  margin: 0 15px;
  text-align: left;
  line-height: 1.7;
}
.advisory-list .photo {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}
.advisory-list .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.advisory-list .name {
  font-size: 20px;
  margin: 5px 0;
  padding-top: 15px;
}
.advisory-list .post {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .advisory .lead {
    font-size: 14px;
  }
  .advisory-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .advisory-list .item {
    max-width: none;
    width: 48%;
    margin: 0;
  }
  .advisory-list .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .advisory-list .name {
    font-size: 16px;
    padding-top: 0;
  }
  .advisory-list .post {
    font-size: 14px;
  }
}

/* ==========================================================================
fixed-btn
========================================================================== */
.fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
  display: none;
}
.fixed-btn.is-show {
  display: block;
}
.fixed-btn a {
  display: block;
  background: #1E236E;
  box-shadow: 0 1.5px 0 #232a78;
  color: #ffffff;
  position: relative;
  min-width: 220px;
  padding: 8px 15px 8px 0;
  text-align: center;
  border-radius: 2.8px;
  letter-spacing: 1px;
  font-size: 16px;
  background: #1E236E url(/images/common/arrow02.svg) 94% center/12px no-repeat;
}
.fixed-btn a:hover {
  text-decoration: none;
}
.fixed-btn .baloon {
  display: block;
  padding: 2px 7px;
  position: absolute;
  left: 0;
  top: -57%;
  background-color: #fff;
  color: #1E236E;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #1E236E;
  letter-spacing: normal;
}
.fixed-btn .baloon::after {
  content: "";
  border: 4px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
@media screen and (max-width: 599px) {
  .fixed-btn {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba( 255,255,255, 0.75);
  }
  .fixed-btn .baloon {
    display: none;
  }
  .fixed-btn a {
    width: calc(100% - 80px);
    font-size: 16px;
    background-size: 16px;
  }
}

/* ==========================================================================
books
========================================================================== */
.books{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.books li{
  height: 146px;
  margin: 10px 15px;
}
.books li &gt; img{ height: 100%;}

@media screen and (max-width: 599px) {
  .books li{ height: 108px;}
}

/* ==========================================================================
faq
========================================================================== */
.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.faq-list .item {
  width: 49%;
  max-width: 470px;
  border-bottom: 1px solid #1c236d;
  position: relative;
  background-color: #efefef;
  margin-top: 100px;
}
.faq-list .question {
  color: #1c236d;
  font-size: 18px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1c236d;
  padding-left: 40px;
  background: url(/school/image/online_izumi/bg_faq.svg) 0 100% no-repeat;
  background-size: 36px 40px;
  min-height: 42px;
}
.faq-list .answer {
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .bg-beige .faq-list .item {
    background-color: #fff;
  }
  .faq-list .item .figure{
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    justify-content: space-between;
  }
  .faq-list .item .figure &gt; p{
    width: 42%;
  }
  .faq-list .item .figure &gt; img{
    width: 55%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list {
    display: block;
    margin-top: 30px;
  }
  .faq-list .item {
    width: 100%;
    max-width: none;
    background-color: transparent;
  }
  .faq-list .question {
    position: static;
    font-size: 16px;
  }
  .faq-list .answer {
    background-color: #efefef;
    font-size: 14px;
  }
  .bg-beige .faq-list .answer { background: #fff;}
  .faq-list .item {
    margin-top: 20px;
  }
  .faq-list .item .figure{ background: #fff;}
  .faq-list .item .figure &gt; img{
    max-width: 95%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.app_salon{
  border: 1px solid #1c236d;
  padding: 45px;
}
.app_salon h3{
  color: #1c236d;
  margin-bottom: 1.5em;
}
.app_salon .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.app_salon img{ margin-bottom: 20px;}
@media screen and (max-width: 799px) {
  .app_salon{ padding: 25px;}
  .app_salon .flex{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .app_salon img{
    width: 50%;
    max-width: 440px;
  }
  .app_salon .txt{ margin-left: 20px;}
}
@media screen and (max-width: 599px) {
  .app_salon .flex{ flex-wrap: wrap;}
  .app_salon .txt{ margin-top: 20px;}
}

/* ==========================================================================
application
========================================================================== */
.application-box {
  background-color: #fff;
  font-size: 18px;
  margin-bottom: 100px;
}
.application-box .introduction-wrap {
  display: flex;
  justify-content: space-between;
}
.application-box .introduction-wrap &gt; div {
  width: 48%;
  max-width: 460px;
  margin-top: 30px;
}
.application-box .introduction .detail {
  color: #1C246D;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.application-box .introduction .detail {
  border: solid 1px;
  border-color:#1C246D;
}
.application-box .introduction .detail .heading {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.application-box .introduction .detail .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.application-box .introduction .detail .btn {
   text-align: center;}
.application-box .introduction .detail .btn a{
  background: #e60012 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 40px 10px 10px;
  width: 100%;
  display: block;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #88001c;
}
.application-box .introduction .detail .btn a:hover{
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 599px) {
  .application-box {
    column-count: 1;
  }
  .application-box {
    margin-top: 20px;
  }
  .application-box{
    font-size: 14px;
  }
  .application-box .introduction-wrap {
    display: block;
  }
  .application-box .introduction-wrap &gt; div {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .application-box .introduction .detail {
    padding: 20px 10px;
  }
  .application-box .introduction .detail .txt {
    margin-bottom: 20px;
  }
}

.imgtitle {
  font-size: 20px;
  font-weight: normal;
  color: #1e236e;
}

/* ==========================================================================
.share
========================================================================== */
.list_share li{
  background: url(/school/image/online_izumi/frame_share02.png) left top/contain repeat-y;
  font-size: 10px;
  padding: 10px 15px 5px 30px;
  margin: 20px 0;
  position: relative;
}
.list_share li::before,
.list_share li::after{
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(/school/image/online_izumi/frame_share01.png) left bottom/contain no-repeat;
  position: absolute;
  left: 0;
}
.list_share li::before{ top: -20px;}
.list_share li::after{
  bottom: -20px;
  transform: rotate(180deg);
}

.list_share .result{
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
}
.list_share .result::before{
  content: "";
  padding: 33px;
  background: url(/school/image/online_izumi/badge_share.svg) right top/contain no-repeat;
  position: absolute;
  top: -14px;
  right: 20px;
}
.list_share .result dt::before{ content: "\025cb";}
.list_share .result dt{ flex: 0 0 11em;}
.list_share .result dd{ flex: 0 0 calc(100% - 11em);}
.list_share .result .after{
  color: #E83828;
  font-size: 1.2em;
  font-weight: bold;
}

.list_share .comment{ font-weight: bold;}

@media screen and (min-width: 600px) {
  .list_share{
    display: flex;
    justify-content: space-between;
  }
  .list_share li{ width: 32%;}
}
@media screen and (max-width: 599px) {
  .list_share li + li{ margin-top: 55px;}

}

/* ==========================================================================
moneylog-appeal
========================================================================== */
.moneylog-appeal {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 2em auto 0;
  padding: 1.5em;
  background: #fff;
  font-size: 14px;
  text-align: center;
}
.moneylog-appeal .img-box {
  width: 33%;
}
.moneylog-appeal .txt-box {
  width: 66%;
}
.moneylog-appeal .strong {
  color: #d7063b;
  background: linear-gradient(transparent 60%, rgba(215, 186, 65, 0.2) 0%);
}
.moneylog-appeal p {
  margin-bottom: 0;
}
.moneylog-appeal p + p {
  margin-top: 2em;
}
.moneylog-appeal a {
  color: #44a1c5;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .moneylog-appeal {
    display: block;
    padding: 2em 0.7em;
  }
  .moneylog-appeal .img-box,
  .moneylog-appeal .txt-box {
    width: 100%;
  }
  .moneylog-appeal .txt-box {
    margin-top: 1em;
  }
}

/* ==========================================================================
kiyaku-area
========================================================================== */
.kiyaku-area .accordion {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  font-size: 13.6px;
  text-align: left;
  cursor: none;
}
.kiyaku-area .accordion::after {
  content: none;
}
.kiyaku-area.juko_kiyaku p,
.kiyaku-area.juko_kiyaku ul {
  font-size: 12px;
}
.kiyaku-area p,
.kiyaku-area ul {
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .kiyaku-area .accordion {
    font-size: 14px;
  }
  .kiyaku-area #modal-close {
    display: none;
  }
  .kiyaku-area .modal-content {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    max-height: none;
    padding: 0;
    border: none;
    overflow: auto;
  }
}</pre></body></html>