@charset "UTF-8";
.bg_yellow{ background-color: #FBFBF3;}
.bg_yellow .bg_arrow::before{ border-top-color: #FBFBF3;}

.video_wrap{
  max-width: 760px;
  margin: auto;
}

/*　start 〇〇をすべて見る 開閉JS関連CSS */
.wrap-js-more-list .more-list-area {
  max-height: 800px;
  overflow: hidden;
  transition: max-height 0.3s;
  position: relative;
}
.wrap-js-more-list .more-list-area:not(.show-all)::after {
  content: "";
  width: 100%;
  height: 30%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.bg-beige .wrap-js-more-list .more-list-area:not(.show-all)::after {
  background: rgb(243,243,242);
  background: linear-gradient(0deg, rgba(243,243,242,1) 0%, rgba(255,255,255,0) 100%);
}
.wrap-js-more-list .more-list-area.show-all {
  max-height: 99999px;
}
.wrap-js-more-list .btn-more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
  padding: 10px 30px;
  border: 0;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.bg-beige .wrap-js-more-list .btn-more {
  background: #f3f3f2;
}
.wrap-js-more-list .show-all + .btn-more:hover {
  text-decoration: underline;
}
.wrap-js-more-list .btn-more::after {
content: '';
display: block;
width: 1.2em;
height: 1.2em;
margin: auto;
border-left: 6px double;
border-bottom: 6px double;
transform: rotate(-45deg) skew(8deg, 8deg);
}
.wrap-js-more-list .show-all + .btn-more::after {
content: none
}
.wrap-js-more-list .btn-more.kabu {
  border-color: #5e76a7;
  color: #5e76a7;
}
.wrap-js-more-list .btn-more.fudo {
  border-color: #44a1c5;
  color: #44a1c5;
}
.wrap-js-more-list .btn-more.fx {
  border-color: #c36380;
  color: #c36380;
}
.wrap-js-more-list .btn-more.mutualfund {
  border-color: #8a9f55;
  color: #8a9f55;
}
.wrap-js-more-list .btn-more.kyouyou {
  border-color: #7e678d;
  color: #7e678d;
}
.wrap-js-more-list .btn-more.retir {
  border-color: #e16f4e;
  color: #e16f4e;
}
.wrap-js-more-list .btn-more:hover {
  opacity: 0.7;
}
/*　end 〇〇をすべて見る 開閉JS関連CSS */

/* start スクール開催カレンダー PDFリンクボタン CSS */
.school_calendar .inner {
  padding-top: 0;
  text-align: center;
}
.school_calendar .download_lead {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 20px;
}
.school_calendar .button_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_calendar .button_list li {
  width: 49%;
}
.school_calendar .btn {
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .school_calendar .line::before,
  .school_calendar .line::after {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .school_calendar .download_lead {
    font-size: 16px;
    text-align: left;
  }
  .school_calendar .button_list {
    display: block;
  }
  .school_calendar .button_list li {
    width: 100%;
  }
  .school_calendar .button_list li + li {
    margin-top: 40px;
  }
}
/* end スクール開催カレンダー PDFリンクボタン CSS */


/* ------------------------
.voice_mainschool
------------------------ */
.voice_mainschool{ margin: 90px auto;}
.voice_mainschool .list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.voice_mainschool .list > li{
  width: 31.5%;
  margin-left: 2%;
  padding-bottom: 3em;
  position: relative;
}
.voice_mainschool .list > li:nth-child(3n-2){ margin-left: 0;}
.voice_mainschool .list > li a,
.voice_mainschool .list .item a{
  display: block;
  color: #000;
}
.voice_mainschool .list > li a:hover,
.voice_mainschool .list .item a:hover{
  text-decoration: none;
  opacity: .7;
}

.voice_mainschool .list .photo {
  width: 100%;
  padding-top: 72%;
  position: relative;
  margin-bottom: 10px;
}
.voice_mainschool .list .photo > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.voice_mainschool .list .photo .icn {
  position: absolute;
  width: 95px;
  right: 5px;
  top: -7px;
}

.voice_mainschool .list h3{
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
}
.voice_mainschool .list .name {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.voice_mainschool .list .history_study {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.voice_mainschool .list .history_study .icn_school{
  background-color: #1c236d;
  color: #fff;
  padding: 0 8px;
  border-radius: 1.5em;
  display: inline-block;
  margin-right: .5em;
}
.voice_mainschool.kabu .list .history_study .icn_school{ background-color: #5f75a7;}
.voice_mainschool.fudo .list .history_study .icn_school{ background-color: #44a1c5;}
.voice_mainschool.fx .list .history_study .icn_school{ background-color: #c36380;}
.voice_mainschool.mf .list .history_study .icn_school{ background-color: #8a9f55;}
.voice_mainschool.kyouyou .list .history_study .icn_school{ background-color: #7e678d;}
.voice_mainschool.retire .list .history_study .icn_school{ background-color: #ED7845;}

.voice_mainschool .list .arrow{
  font-size: 16px;
  text-align: left;
  color: #1c236d;
  background: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice_mainschool.kabu .list .arrow{ color: #5f75a7;}
.voice_mainschool.fudo .list .arrow{ color: #44a1c5;}
.voice_mainschool.fx .list .arrow{ color: #c36380;}
.voice_mainschool.mf .list .arrow{ color: #8a9f55;}
.voice_mainschool.kyouyou .list .arrow{ color: #7e678d;}
.voice_mainschool.retire .list .arrow{ color: #ED7845;}

.voice_mainschool a.link{
  display: block;
  font-size: 16px;
  color: #1c236d;
  text-align: center;
}
.voice_mainschool.kabu a.link{ color: #5f75a7;}
.voice_mainschool.fudo a.link{ color: #44a1c5;}
.voice_mainschool.fx a.link{ color: #c36380;}
.voice_mainschool.mf a.link{ color: #8a9f55;}
.voice_mainschool.kyouyou a.link{ color: #7e678d;}
.voice_mainschool.retire a.link{ color: #ED7845;}

.voice_mainschool .list .arrow:hover,
.voice_mainschool a.link:hover{ text-decoration: underline;}

/* .slide */
.voice_mainschool.slide{
  margin: 0 auto 100px;
}
.voice_mainschool.slide .list{
  margin-bottom: 100px;
}
.voice_mainschool.slide .list .item > div{
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 21px 13px;
  margin: 10px .5em;
}
.voice_mainschool.slide .list .catch{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.voice_mainschool.slide .list .after{
  color: #DA5F34;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.voice_mainschool.slide .list .after .marker{
  background: linear-gradient( rgba(0, 0, 0, 0) 30%, rgba(218, 95, 52, .1) 30%);
  padding: 0 5px 3px;
}
.voice_mainschool.slide .list .data {
  display: flex;
  margin-bottom: 30px;
}
.voice_mainschool.slide .list .name {
  text-align: left;
  font-size: 14px;
}
.voice_mainschool.slide .list .history_study {
  flex: 0 0 auto;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
.voice_mainschool.slide.slide .list .history_study .icn_school{
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  border-radius: 1.5em;
  color: #1c236d;
  font-size: 14px;
  padding: 0 10px;
  margin-right: .5em;
}
.voice_mainschool.slide.kabu .list .history_study .icn_school{ color: #5f75a7;}
.voice_mainschool.slide.fudo .list .history_study .icn_school{ color: #44a1c5;}
.voice_mainschool.slide.fx .list .history_study .icn_school{ color: #c36380;}
.voice_mainschool.slide.mf .list .history_study .icn_school{ color: #8a9f55;}
.voice_mainschool.slide.kyouyou .list .history_study .icn_school{ color: #7e678d;}
.voice_mainschool.slide.retire .list .history_study .icn_school{ color: #ED7845;}

.voice_mainschool .slick-dots li button:before{
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.voice_mainschool .slick-prev {
  left: -18px;
  z-index: 10;
}
.voice_mainschool .slick-prev::before{
  content: "";
  color: #707070;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.voice_mainschool .slick-next { right: -23px;}
.voice_mainschool .slick-next::before{
  content: "";
  color: #707070;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}
.voice_mainschool .slick-dots{ bottom: -40px;}

@media screen and (max-width: 599px) {
  .voice_mainschool {
    box-sizing: border-box;
    margin: 30px auto 50px;
  }
  .voice_mainschool .list{ margin-bottom: 10px;}
  .voice_mainschool .list > li{
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .voice_mainschool .list .catch,
  .voice_mainschool .list h3,
  .voice_mainschool .list .name,
  .voice_mainschool .list .history_study,
  .voice_mainschool a.link,
  .voice_mainschool .list .arrow{ font-size: 14px;}

  .voice_mainschool .list .name{
    margin-left: 0;
    text-align: left;
    font-size: 14px;
  }

  /* slide */
  .voice_mainschool.slide{
    margin: 0 auto 80px;
  }
  .voice_mainschool .slick-dots{ bottom: -30px;}
  .voice_mainschool .slick-prev{ left: -8px;}
  .voice_mainschool .slick-next{ right: -10px;}
}


/* .top_bnr .rewrite */
.top_bnr .rewrite{
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.top_bnr .rewrite .baloon{
  background-color: #fff;
  border: 2px solid;
  border-radius: 3em;
  color: #F18A1B;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1;
  padding: 12px 25px;
  position: absolute;
  top: 0;
  right: 2.5%;
}
.top_bnr .rewrite .baloon::before{
  content: "";
  border-top: 17px solid #F18A1B;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -18px;
  right: 35%;
  transform: skewX(-35deg);
}
.top_bnr .rewrite .baloon::after{
  content: "";
  border-top: 17px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -14px;
  right: 35%;
  right: calc(35% - 2px);
  transform: skewX(-36deg) scale(.8);
}

.top_bnr .rewrite .date{
  width: 35.8%;
  color: #000;
  font-size: 2.5vw;
  letter-spacing: .04em;
  line-height: 1;
  text-align: left;
  position: absolute;
  right: 2.5%;
  bottom: 24.5%;
}
.top_bnr .rewrite .date .marker{
  padding: 0 10px 5px;
}
.top_bnr.fudo .rewrite .date .marker{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(142,236,244,1) 60%, rgba(142,236,244,1) 100%); 
}
.top_bnr.kabu .rewrite .date .marker{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, #F2EB38 60%, #F2EB38 100%); 
}
.top_bnr.mf .rewrite .date .marker{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, #CFEF88 60%, #CFEF88 100%); 
}
.top_bnr .rewrite .date .day{
  font-size: 4.8vw;
}
.top_bnr .rewrite .date .din{
  font-family: "din-2014", sans-serif;
}

@media screen and (min-width: 1100px) {
  .top_bnr .rewrite .baloon{
    font-size: 22px;
  }
  .top_bnr .rewrite .date{
    width: 335px;
    font-size: 28px;
  }
  .top_bnr .rewrite .date .day{
    font-size: 55px;
  }
}
@media screen and (max-width: 599px) {
  .top_bnr .rewrite .baloon{
    font-size: 3.5vw;
    padding: 6px 9px;
    top: 44%;
    right: 8.6%;
  }
  .top_bnr .rewrite .baloon::before{
    border-top-width: 8px;
    border-right-width: 4px;
    border-left-width: 4px;
    bottom: -8px;
  }
  .top_bnr .rewrite .baloon::after{
    border-top-width: 8px;
    border-right-width: 4px;
    border-left-width: 4px;
    bottom: -6px;
    right: calc(35% - 1px);
  }
  .top_bnr .rewrite .date{
    width: 61%;
    font-size: 4.5vw;
    right: 8.6%;
    bottom: 14.12%;
  }
  .top_bnr .rewrite .date .day{
    font-size: 9vw;
  }
}
