@charset "UTF-8";
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}
#mainvisual .swiper-slide .photo {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  #mainvisual .swiper-slide .photo {
    height: calc(180px + 420 * (100vw - 320px) / 880);
  }
}
#mainvisual .caption_area {
  width: 41.555%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 10;
}
#mainvisual .caption_area h2 {
  font-size: 1rem;
  margin: 0;
}

/* -------------------------------
	お知らせ
-------------------------------- */
.home_info {
  padding: 8.0645vw 0;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_info .bg-anime-1 {
  left: 0;
  bottom: 221px;
}
.home_info .bg-anime-1.t2 {
  left: auto;
  right: 0;
  bottom: 800px;
}
@media print, screen and (min-width: 992px) {
  .home_info {
    padding: 80px 0;
  }
}
.home_info .btns {
  padding-top: 15px;
}
.home_info .btns .btn {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.news_items {
  color: #0d0d0d;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .news_items {
    display: block;
    height: 100%;
    margin: 0 10px;
  }
}
.news_items .photo {
  display: block;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .news_items .photo {
    max-width: none;
    width: 100%;
    height: 0;
    padding-top: 69.6969%;
    position: relative;
  }
  .news_items .photo img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.news_items figcaption {
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.news_items figcaption .in-box {
  width: 100%;
  padding: 5px 5px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  .news_items figcaption .in-box {
    padding: 10px;
  }
}
.news_items figcaption .head_box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6667;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.news_items figcaption .head_box .new {
  color: #fff;
  text-align: center;
  width: 3.5em;
  margin-left: 3px;
  background-color: #e3000b;
}
@media print, screen and (min-width: 768px) {
  .news_items figcaption .head_box {
    font-size: 18px;
    margin-top: calc(-40px);
  }
  .news_items figcaption .head_box .date {
    text-align: center;
    width: 7.166667em;
    margin-left: 8px;
    background-color: #fff;
  }
}
.news_items figcaption .columns {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .news_items figcaption .columns {
    font-size: 1rem;
  }
}

.row-news .mb {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .row-news .mb {
    margin-bottom: 50px;
  }
}
.row-news .col-12:nth-of-type(1) .news_items:after, .row-news .col-12:nth-of-type(4) .news_items:after, .row-news .col-12:nth-of-type(7) .news_items:after {
  background-color: #34ab4d;
}
.row-news .col-12:nth-of-type(2) .news_items:after, .row-news .col-12:nth-of-type(5) .news_items:after, .row-news .col-12:nth-of-type(8) .news_items:after {
  background-color: #e6cd45;
}
.row-news .col-12:nth-of-type(3) .news_items:after, .row-news .col-12:nth-of-type(6) .news_items:after, .row-news .col-12:nth-of-type(9) .news_items:after {
  background-color: #257ce1;
}

a > .news_items {
  position: relative;
  z-index: 0;
  padding-right: 30px;
}
@media print, screen and (min-width: 768px) {
  a > .news_items {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
a > .news_items:after {
  content: "\f101";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  will-change: background;
}
@media print, screen and (min-width: 768px) {
  a > .news_items:after {
    font-size: 20px;
    line-height: 1;
    width: 45px;
    height: 40px;
    padding: 0 4px 2px 0;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  a > .news_items:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 45px 0 0;
    border-color: #fff transparent transparent transparent;
  }
}
a > .news_items .photo {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  will-change: transform;
}
a > .news_items .photo img {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  will-change: transform;
}
a:hover > .news_items:after {
  background-color: #e3000b !important;
}
a:hover > .news_items .photo {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
a:hover > .news_items .photo img {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* -------------------------------
	ライズプログラミングスクールについて
  プログラミング体験授業 type2
-------------------------------- */
.home_school_1 {
  padding-bottom: 8.0645vw;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .home_school_1 {
    padding-bottom: 80px;
  }
}
.home_school_1 .bg-anime-1 {
  right: 24px;
  bottom: 24px;
}
.home_school_1 .photo img {
  max-width: none;
  width: 100%;
}
.home_school_1 .bg {
  position: relative;
  z-index: 0;
}
.home_school_1 .bg:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: 30px;
  bottom: 30px;
  background-color: #e3000b;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .home_school_1 .bg:before {
    left: -100px;
    right: 70px;
    top: 90px;
    bottom: auto;
    height: 663px;
  }
}
.home_school_1 .content-1 {
  position: relative;
  z-index: 10;
}
.home_school_1 .content-1 .columns {
  padding: 8.19444% 5% 8.19444% 8.19444%;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
  overflow: hidden;
}
.home_school_1 .content-1 .columns *:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .home_school_1 .content-1 .columns {
    margin-right: 10px;
  }
}
.home_school_1 .content-2 {
  position: relative;
  z-index: 0;
}
.home_school_1 .content-2 .columns {
  color: #fff;
  padding: 9.11458vw 0;
}
@media print, screen and (min-width: 768px) {
  .home_school_1 .content-2 .columns {
    padding: 70px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .home_school_1 .content-2 .col-md-column {
    -webkit-flex: 0 0 35.965%;
    flex: 0 0 35.965%;
    max-width: 35.965%;
  }
  .home_school_1 .content-2 .col-md-img {
    -webkit-flex: 0 0 64.035%;
    flex: 0 0 64.035%;
    max-width: 64.035%;
  }
  .home_school_1 .content-2 .col-md-img .photo {
    margin-top: -50px;
  }
}
.home_school_1.type_2 {
  position: relative;
  z-index: 0;
}
.home_school_1.type_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 81vw;
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
  -ms-transform: translate3d(0, -41.16667vw, 0);
  -webkit-transform: translate3d(0, -41.16667vw, 0);
  transform: translate3d(0, -41.16667vw, 0);
}
@media print, screen and (min-width: 1200px) {
  .home_school_1.type_2:before {
    height: 972px;
    -ms-transform: translate3d(0, -494px, 0);
    -webkit-transform: translate3d(0, -494px, 0);
    transform: translate3d(0, -494px, 0);
  }
}
.home_school_1.type_2 .bg:before {
  background-color: #e6cd45;
}
.home_school_1.type_2 .btns {
  padding-top: 15px;
}
.home_school_1.type_2 .btns .btn {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .home_school_1 .content-2 .columns {
    padding-bottom: 0 !important;
  }
}

/* -------------------------------
	5つの特徴
-------------------------------- */
.home_five {
  margin-bottom: 34px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_five .home_five_bg_1 {
  width: 269px;
  height: 269px;
  left: -5px;
  top: 49px;
}
.home_five .home_five_bg_1 > span:nth-child(1) {
  background-color: #257ce1;
}
.home_five .home_five_bg_1 > span:nth-child(2) {
  top: 102px;
  left: 79px;
  background-color: #f4f4f4;
  z-index: -1;
}
.home_five .home_five_bg_2 {
  width: 300px;
  height: 300px;
  right: 44px;
  bottom: 26px;
}
.home_five .home_five_bg_2 > span:nth-child(1) {
  background-color: #257ce1;
}
.home_five .home_five_bg_2 > span:nth-child(2) {
  top: -65px;
  left: -71px;
  background-color: #f4f4f4;
  z-index: -1;
}
.home_five .mb {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .home_five .mb {
    margin-bottom: 50px;
  }
}
.home_five .point_box {
  height: 100%;
  margin: 0 10px;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.home_five .point_box:after {
  content: "\f101";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 45px;
  height: 40px;
  padding: 0 4px 2px 0;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  will-change: background;
}
.home_five .point_box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 0;
  border-color: #fff transparent transparent transparent;
}
.home_five .point_box .columns {
  position: relative;
  z-index: 10;
}
.home_five .point_box .columns .num {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 2.314805em;
  height: 2.22222em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 0.3888em;
  margin: -1.1111em 0 0 -1.1574025em;
  z-index: -1;
}
.home_five .point_box .columns .column {
  color: #323232;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636363;
  text-align: center;
  padding: 16px;
}
.home_five .point_box.point_1:after {
  background-color: #34ab4d;
}
.home_five .point_box.point_1 .columns .num {
  color: #34ab4d;
}
.home_five .point_box.point_2:after {
  background-color: #e6cd45;
}
.home_five .point_box.point_2 .columns .num {
  color: #e6cd45;
}
.home_five .point_box.point_3:after {
  background-color: #257ce1;
}
.home_five .point_box.point_3 .columns .num {
  color: #257ce1;
}
.home_five .point_box.point_4:after {
  background-color: #e3000b;
}
.home_five .point_box.point_4 .columns .num {
  color: #e3000b;
}
.home_five .point_box.point_5:after {
  background-color: #f79034;
}
.home_five .point_box.point_5 .columns .num {
  color: #f79034;
}
.home_five .btns {
  padding-top: 15px;
}
.home_five .btns .btn {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}

/**/
.home_power {
  padding: 7vw 0 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_power:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44.05vw;
  background: url("../images/home/home_power_bg.jpg") no-repeat center center/cover;
  z-index: -1;
}
@media print, screen and (min-width: 1200px) {
  .home_power {
    padding: 84px 0 0;
  }
}
.home_power .bg {
  position: relative;
  z-index: 0;
}
.home_power .bg:before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: 30px;
  bottom: 30px;
  z-index: -1;
  background-color: #257ce1;
}
@media print, screen and (min-width: 768px) {
  .home_power .bg:before {
    left: 5.8558%;
    right: 5.8558%;
    top: 8.3333vw;
    bottom: 10.6667vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_power .bg:before {
    left: 65px;
    right: 65px;
    top: 100px;
    bottom: 128px;
  }
}
.home_power .contents {
  padding: 8.3334% 11.1111%;
  margin: 0 6px 45px 4px;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
}
.home_power .home_power_columns_1 {
  padding: 10.857%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0px 9px 4px 0px rgba(52, 52, 52, 0.08);
  background-color: #fff;
}
.home_power .home_power_columns_1 .in-box p {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.home_power .home_power_columns_1 .in-box p i {
  color: #e3000b;
  margin-right: 2px;
}
.home_power .home_power_columns_1 .in-box p + p {
  margin-top: 0.541667em;
}
.home_power .home_power_columns_1 .in-box ul {
  color: #323232;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  max-width: 11em;
}
.home_power .home_power_columns_1 .in-box ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_power .home_power_columns_1 .in-box ul > li > div {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.home_power .home_power_columns_1 .in-box ul > li .left:first-letter {
  color: #e3000b;
}
.home_power .home_power_columns_1 .in-box ul > li .right {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .home_power .home_power_columns_1 .in-box p {
    font-size: 15px;
  }
  .home_power .home_power_columns_1 .in-box ul {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_power .home_power_columns_1 .in-box p {
    font-size: 20px;
  }
  .home_power .home_power_columns_1 .in-box ul {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_power .home_power_columns_1 .in-box p {
    font-size: 24px;
  }
  .home_power .home_power_columns_1 .in-box ul {
    font-size: 22px;
  }
}

/* -------------------------------
	ライズ川越校で学ぶこと
-------------------------------- */
.home_status {
  padding: 11vw 0 12.5vw;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .home_status {
    padding: 132px 0 150px;
  }
}
.home_status .contents {
  color: #fff;
  padding: 60px 15px 39px;
  background-color: #e3000b;
}
.home_status .contents ul {
  font-size: 18px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0 -1.041667em;
}
.home_status .contents ul > li {
  padding: 0 1.041667em;
  margin-bottom: 10px;
}
.home_status .contents ul > li > span {
  display: block;
  color: #323232;
  font-weight: 700;
  padding: 0.708333em;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
}
.home_status .contents ul > li > span i {
  color: #257ce1;
  margin-right: 2px;
}
@media print, screen and (min-width: 768px) {
  .home_status .contents ul {
    font-size: 15px;
    letter-spacing: -.4em;
    text-align: center;
  }
  .home_status .contents ul > li {
    letter-spacing: 0.025em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1.73333em;
  }
  .home_status .contents ul > li:nth-child(1) span {
    width: 11.6667em;
  }
  .home_status .contents ul > li:nth-child(2) span {
    width: 13.75em;
  }
  .home_status .contents ul > li:nth-child(3) span {
    width: 11.6667em;
  }
  .home_status .contents ul > li:nth-child(4) span {
    width: 13.75em;
  }
  .home_status .contents ul > li:nth-child(5) span {
    width: 7.29167em;
  }
  .home_status .contents ul > li:nth-child(6) span {
    width: 7.29167em;
  }
  .home_status .contents ul > li:nth-child(7) span {
    width: 11.6667em;
  }
  .home_status .contents ul > li:nth-child(8) span {
    width: 11.6667em;
  }
}
@media print, screen and (min-width: 992px) {
  .home_status .contents ul {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_status .contents ul {
    font-size: 24px;
  }
}

/* -------------------------------
	リンク
-------------------------------- */
.home_links .figure_style_1 {
  font-size: 40px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1800px) {
  .home_links .figure_style_1 {
    font-size: calc(18px + 22 * (100vw - 320px) / 1480);
  }
}
@media print, screen and (min-width: 768px) {
  .home_links .figure_style_1.red {
    margin-right: 1px;
  }
  .home_links .figure_style_1.blue {
    margin-left: 1px;
  }
}

/* -------------------------------
	保護者様の声
-------------------------------- */
.home_voice {
  padding: 7.8125vw 0 6.25vw;
  background: url("../images/home/home_voice_bg.jpg") no-repeat center top/cover;
}
.home_voice h2 {
  margin-bottom: 1.3333em;
}
.home_voice .btns {
  padding-top: 6.5vw;
}
.home_voice .btns .btn {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .home_voice {
    padding: 60px 0 48px;
  }
  .home_voice .btns {
    padding-top: 50px;
  }
  .home_voice .btns .btn {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

/* -------------------------------
	5つの特徴
-------------------------------- */
.programming_sec_1 {
  position: relative;
  z-index: 0;
}
.programming_sec_1 > .bg-anime-2 {
  position: absolute;
  z-index: -1;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(1) {
  left: 0;
  top: 10%;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(1) > .js-anime-1 {
  background-color: #FAEFB1;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(1) > .js-anime-2 {
  left: 20px;
  top: 20px;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(2) {
  right: 0;
  top: 50%;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(2) > .js-anime-1 {
  background-color: #D2E4F8;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(2) > .js-anime-2 {
  left: -20px;
  top: 20px;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(3) {
  left: 0;
  top: 90%;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(3) > .js-anime-1 {
  background-color: #FFC4C7;
}
.programming_sec_1 > .bg-anime-2:nth-of-type(3) > .js-anime-2 {
  left: 20px;
  top: 20px;
}

.feature_point h4 {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 992px) {
  .feature_point h4 {
    margin-bottom: 50px;
  }
}
.feature_point h4 > .num {
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  -webkit-flex: 0 0 2em;
  flex: 0 0 2em;
  max-width: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: solid 1px #257ce1;
  box-shadow: inset 0 0 0 1px #fff;
  background-color: #257ce1;
}
.feature_point h4 > .txt {
  line-height: 1.5;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}

/**/
.featuresec_sec_2 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.featuresec_sec_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 150%;
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .featuresec_sec_2:before {
    padding-top: 80%;
  }
}
@media print, screen and (min-width: 992px) {
  .featuresec_sec_2:before {
    padding-top: 60%;
  }
}
@media print, screen and (min-width: 1200px) {
  .featuresec_sec_2:before {
    padding-top: 700px;
  }
}

.featuresec_sec_2 .content_2 {
  padding: 4.1667vw;
  margin-bottom: 2px;
  background-color: #257ce1;
}
@media print, screen and (min-width: 1200px) {
  .featuresec_sec_2 .content_2 {
    padding: 50px;
  }
}

.feature_box_1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.feature_box_1 .photo img {
  max-width: none;
  width: 100%;
}
.feature_box_1 .columns {
  padding: 15px;
}
.feature_box_1 .columns p {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.feature_box_1 .columns p i {
  color: #e3000b;
  margin-right: 2px;
}
.feature_box_1 .columns p + p {
  margin-top: 0.541667em;
}
.feature_box_1 .columns ul {
  color: #323232;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  max-width: 11em;
}
.feature_box_1 .columns ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.feature_box_1 .columns ul > li > div {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.feature_box_1 .columns ul > li .left:first-letter {
  color: #e3000b;
}
.feature_box_1 .columns ul > li .right {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .feature_box_1 .columns p {
    font-size: 15px;
  }
  .feature_box_1 .columns ul {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 992px) {
  .feature_box_1 .columns p {
    font-size: 18px;
  }
  .feature_box_1 .columns ul {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .feature_box_1 .columns p {
    font-size: 22px;
  }
  .feature_box_1 .columns ul {
    font-size: 18px;
  }
}

/* -------------------------------
	レッスン内容
-------------------------------- */
.lesson_sec_1 {
  background: url("../images/common/bg001.jpg") no-repeat center center/cover;
}

/**/
.lesson_point_1 {
  color: #fff;
  padding: 5%;
  border-radius: 15px;
  background-color: #e3000b;
}
.lesson_point_1 .ttl {
  display: -webkit-flex;
  display: flex;
}
.lesson_point_1 .ttl > span {
  display: block;
}
.lesson_point_1 .ttl > .point {
  color: #e3000b;
  font-size: 0.768em;
  font-weight: 700;
  padding: 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-right: 20px;
  background-color: #fff;
  position: relative;
}
.lesson_point_1 .ttl > .point:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}
.lesson_point_1 .ttl > .txt {
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
}

/**/
.lesson_box_1 {
  position: relative;
  z-index: 0;
}
.lesson_box_1 .bg-anime-2.bg-1 {
  left: 0;
  top: 5vw;
}
.lesson_box_1 .bg-anime-2.bg-1 .js-anime-1 {
  background-color: #f5dc54;
}
.lesson_box_1 .bg-anime-2.bg-1 .js-anime-2 {
  left: 24px;
  top: 24px;
}
.lesson_box_1 .bg-anime-2.bg-2 {
  right: 0;
  bottom: -5vw;
}
.lesson_box_1 .bg-anime-2.bg-2 .js-anime-1 {
  background-color: #257ce1;
}
.lesson_box_1 .bg-anime-2.bg-2 .js-anime-2 {
  left: -24px;
  top: -24px;
}
.lesson_box_1 .content {
  color: #fff;
  padding: 5%;
  background-color: #e3000b;
}
.lesson_box_1 .content .ttl {
  padding-left: 8.19444%;
}
.lesson_box_1 .content .box-style-1 {
  color: #0d0d0d;
  line-height: 1.896;
}
@media print, screen and (min-width: 992px) {
  .lesson_box_1 .box-style-1 {
    margin: 0;
  }
  .lesson_box_1 .content {
    padding: 80px 0;
  }
  .lesson_box_1.even .content {
    margin-right: -2000px;
    padding-right: 2000px;
  }
  .lesson_box_1.odd .content {
    padding: 80px 0;
    margin-left: -2000px;
    padding-left: 2000px;
  }
}

/**/
.lesson_box_2 {
  position: relative;
  z-index: 0;
}
.lesson_box_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: -6.6667vw;
  z-index: -1;
  width: 100%;
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
}
@media print, screen and (min-width: 1200px) {
  .lesson_box_2:before {
    bottom: -80px;
  }
}
.lesson_box_2 .columns {
  height: 100%;
  margin: 0 5px;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
}
.lesson_box_2 .columns .column {
  text-align: center;
  padding: 8.19444% 5%;
}
.lesson_box_2 .columns .column h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.lesson_box_2 .columns .column p {
  font-size: 0.9375rem;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .lesson_box_2 .columns .column p {
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .lesson_box_2 .columns .column p {
    font-size: 0.9375rem;
  }
}

/**/
.lesson_flow + .lesson_flow {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .lesson_flow + .lesson_flow {
    margin-top: 50px;
  }
}
.lesson_flow .photo {
  position: relative;
  z-index: 0;
}
.lesson_flow .photo .num {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 3px #fff;
  background-color: #e3000b;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media print, screen and (min-width: 768px) {
  .lesson_flow .photo .num {
    left: 100%;
    top: 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .lesson_flow .photo .num {
    font-size: 30px;
  }
}
.lesson_flow .columns {
  margin-top: 45px;
  padding: 5%;
  border-radius: 15px;
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
  position: relative;
}
.lesson_flow .columns:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #f2f2f2 transparent;
  -ms-transform: translate3d(-50%, -100%, 0);
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}
@media print, screen and (min-width: 768px) {
  .lesson_flow .columns {
    margin: 0 0 0 40px;
  }
  .lesson_flow .columns:before {
    left: 0;
    top: 50%;
    border-width: 15px 20px 15px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    -ms-transform: translate3d(-100%, -50%, 0);
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
  }
}

/**/
.lesson_sec_3 {
  border-top: solid 1px #ccc;
  position: relative;
  z-index: 0;
}
.lesson_sec_3 .bg-anime-2.bg-1 {
  width: 300px;
  height: 300px;
  left: 0;
  top: 5vw;
}
.lesson_sec_3 .bg-anime-2.bg-1 .js-anime-1 {
  background-color: #f5dc54;
}
.lesson_sec_3 .bg-anime-2.bg-1 .js-anime-2 {
  left: 24px;
  top: 24px;
}
.lesson_sec_3 .bg-anime-2.bg-2 {
  width: 200px;
  height: 200px;
  right: 1%;
  bottom: -5vw;
}
.lesson_sec_3 .bg-anime-2.bg-2 .js-anime-1 {
  background-color: #34ab4d;
}
.lesson_sec_3 .bg-anime-2.bg-2 .js-anime-2 {
  left: -24px;
  top: -24px;
}

/* -------------------------------
	クラス案内・料金内容
-------------------------------- */
.class_sec_1 h3 {
  margin-bottom: 30px;
}

.class_box_1.box-style-2 {
  border-radius: 15px;
  background-color: #f5dc54;
  position: relative;
}
.class_box_1.box-style-2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f5dc54 transparent;
}

/**/
.class_table {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
}
.class_table .box {
  font-size: 0.6875rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: normal;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media print, screen and (min-width: 768px) {
  .class_table .box {
    -webkit-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media print, screen and (min-width: 992px) {
  .class_table .box {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .class_table .box {
    font-size: 1rem;
  }
}
.class_table .box .class_ttl, .class_table .box .taisyo, .class_table .box .step {
  border-bottom: solid 2px #000000;
  border-right: solid 2px #000000;
}
.class_table .box .class_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1em 5px;
  position: relative;
  z-index: 0;
}
.class_table .box .class_ttl:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/common/icon001.svg") no-repeat right center/contain;
}
.class_table .box .taisyo, .class_table .box .step {
  display: -webkit-flex;
  display: flex;
}
.class_table .box .taisyo .ttl, .class_table .box .taisyo .column, .class_table .box .step .ttl, .class_table .box .step .column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.class_table .box .taisyo .ttl, .class_table .box .step .ttl {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 4em;
  flex: 0 0 4em;
  max-width: 4em;
  border-right: solid 2px #000000;
}
.class_table .box .taisyo .column, .class_table .box .step .column {
  padding: 5px;
}
.class_table .box .taisyo .ttl {
  color: #fff;
  background-color: #000;
}
.class_table .box .taisyo .column {
  font-size: 0.875em;
  line-height: 1.2;
  padding: 0 5px;
  height: calc(3em * 1.2);
}
.class_table .box .step {
  display: -webkit-flex;
  display: flex;
}
.class_table .box .step .ttl {
  color: #000;
}
.class_table .box .step .ttl .en {
  font-size: 1.25em;
  font-weight: 700;
}
.class_table .box .step .column {
  line-height: 1.2;
  height: calc(4em * 1.2);
  padding: 0 5px;
}
.class_table .box_kinder .class_ttl {
  background-color: #b3a2c7;
}
.class_table .box_kinder .step1 .ttl {
  background-color: rgba(179, 162, 199, 0.3);
}
.class_table .box_kinder .step2 .ttl {
  background-color: rgba(179, 162, 199, 0.5);
}
.class_table .box_kinder .step3 .ttl {
  background-color: rgba(179, 162, 199, 0.8);
}
.class_table .box_beginner .class_ttl {
  background-color: #ff88ba;
}
.class_table .box_beginner .step1 .ttl {
  background-color: rgba(255, 136, 186, 0.3);
}
.class_table .box_beginner .step2 .ttl {
  background-color: rgba(255, 136, 186, 0.5);
}
.class_table .box_beginner .step3 .ttl {
  background-color: rgba(255, 136, 186, 0.8);
}
.class_table .box_challenger .class_ttl {
  background-color: #00b0f0;
}
.class_table .box_challenger .step1 .ttl {
  background-color: rgba(0, 176, 240, 0.3);
}
.class_table .box_challenger .step2 .ttl {
  background-color: rgba(0, 176, 240, 0.5);
}
.class_table .box_challenger .step3 .ttl {
  background-color: rgba(0, 176, 240, 0.8);
}
.class_table .box_advance .class_ttl {
  background-color: #fff600;
}
.class_table .box_advance .step1 .ttl {
  background-color: rgba(255, 246, 0, 0.3);
}
.class_table .box_advance .step2 .ttl {
  background-color: rgba(255, 246, 0, 0.5);
}
.class_table .box_advance .step3 .ttl {
  background-color: rgba(255, 246, 0, 0.8);
}
.class_table .box_pro .class_ttl {
  background-color: #6eb52d;
}
.class_table .box_pro .step1 .ttl {
  background-color: rgba(110, 181, 45, 0.3);
}
.class_table .box_pro .step2 .ttl {
  background-color: rgba(110, 181, 45, 0.5);
}
.class_table .box_pro .step3 .ttl {
  background-color: rgba(110, 181, 45, 0.8);
}
.class_table .box_master .class_ttl {
  background-color: #ec8000;
}
.class_table .box_master .step1 .ttl {
  background-color: rgba(236, 128, 0, 0.3);
}
.class_table .box_master .step2 .ttl {
  background-color: rgba(236, 128, 0, 0.5);
}
.class_table .box_master .step3 .ttl {
  background-color: rgba(236, 128, 0, 0.8);
}

/**/
.class_sec_2 {
  position: relative;
  z-index: 5;
}
.class_sec_2 .contents {
  padding: 6.66667vw;
  margin: 0 -6.66667vw;
  background-color: #f5dc54;
}
@media print, screen and (min-width: 1200px) {
  .class_sec_2 .contents {
    padding: 80px;
    margin: 0;
  }
}
.class_sec_2 .content {
  height: 100%;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .class_sec_2 .content {
    margin: 0 5px;
  }
}
.class_sec_2 .content .columns {
  padding: 5%;
}
.class_sec_2 .content .columns h4 {
  font-size: 18px;
  text-align: center;
}
.class_sec_2 .content .columns .column {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .class_sec_2 .content .columns h4 {
    font-size: 20px;
  }
  .class_sec_2 .content .columns .column {
    font-size: 1rem;
  }
}
.class_sec_2 .content .class_type {
  padding: 0 5%;
}
.class_sec_2 .content .class_type ul {
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.class_sec_2 .content .class_type ul > li {
  color: #0d0d0d;
  font-display: 13px;
  line-height: 1;
  padding: 5px 8px;
  margin: 1px;
  border-radius: 2px;
  background-color: #000;
}
.class_sec_2 .content .class_type ul > li.type_1 {
  background-color: #b3a2c7;
}
.class_sec_2 .content .class_type ul > li.type_2 {
  background-color: #ff88ba;
}
.class_sec_2 .content .class_type ul > li.type_3 {
  background-color: #00b0ec;
}
.class_sec_2 .content .class_type ul > li.type_4 {
  background-color: #fff600;
}
.class_sec_2 .content .class_type ul > li.type_5 {
  background-color: #6eb52d;
}
.class_sec_2 .content .class_type ul > li.type_6 {
  background-color: #ec8000;
}

/**/
.class_sec_3 {
  position: relative;
  z-index: 0;
}
.class_sec_3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50vw;
  background: url("../images/common/bg001.jpg") no-repeat center center/cover;
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.class_table_1 {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .class_table_1 {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
.class_table_1 > thead > tr > th, .class_table_1 > thead > tr > td, .class_table_1 > tbody > tr > th, .class_table_1 > tbody > tr > td {
  padding: 2.78%;
}
.class_table_1 > thead > tr > th {
  font-size: 1.25rem;
  text-align: center;
  background-color: #ccc;
}
.class_table_1.type_1 > thead > tr > th {
  background-color: #b3a2c7;
}
.class_table_1.type_2 > thead > tr > th {
  background-color: #ff88ba;
}
.class_table_1.type_3 > thead > tr > th {
  background-color: #00b0ec;
}
.class_table_1.type_4 > thead > tr > th {
  background-color: #fff600;
}
.class_table_1.type_5 > thead > tr > th {
  background-color: #6eb52d;
}
.class_table_1.type_6 > thead > tr > th {
  background-color: #ec8000;
}
.class_table_1 > tbody > tr > th {
  text-align: center;
  width: 6em;
}

/* -------------------------------
	体験授業
-------------------------------- */
.trial_sec_1 {
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}
.trial_sec_1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 64%;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: rgba(52, 171, 77, 0.25);
}

/**/
.trial_point_wrap {
  background-color: rgba(52, 171, 77, 0.25);
}

/**/
.trial_point + .trial_point {
  margin-top: 30px;
}
.trial_point .content .point {
  color: #34ab4d;
  font-size: 20px;
  font-weight: 700;
}

/**/
.trial_sec_2 {
  background: url("../images/common/bg001.jpg") no-repeat center center/cover;
}

/**/
.trial_tel_contacts {
  text-align: center;
  padding: 3.5%;
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
}
.trial_tel_contacts .ttl {
  font-weight: 700;
}
.trial_tel_contacts .telphone {
  font-size: 28px;
}
@media print, screen and (min-width: 768px) {
  .trial_tel_contacts .ttl {
    font-size: 18px;
  }
  .trial_tel_contacts .telphone {
    font-size: 40px;
  }
}

/* -------------------------------
	お知らせ
-------------------------------- */
#news-wrap {
  overflow: hidden;
}
#news-wrap .news_sidemenu {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #news-wrap .news_sidemenu {
    float: right;
    width: 250px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #news-wrap .news_contents {
    margin-right: 300px;
  }
}

.news_item_list + .news_item_list {
  margin-top: 15px;
}
.news_item_list > a {
  display: block;
}
.news_item_list figure {
  color: #0d0d0d;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
}
.news_item_list figure .photo {
  display: block;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .news_item_list figure .photo {
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news_item_list figure .photo {
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    height: 200px;
  }
}
.news_item_list figure figcaption {
  font-size: 14px;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .news_item_list figure figcaption {
    font-size: 1rem;
  }
}
.news_item_list figure figcaption .in-box {
  width: 100%;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .news_item_list figure figcaption .in-box {
    padding: 20px 20px 20px 30px;
  }
}
.news_item_list figure figcaption .head_box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6667;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.news_item_list figure figcaption .head_box .new {
  color: #fff;
  text-align: center;
  width: 3.5em;
  margin-left: 10px;
  background-color: #e3000b;
}
@media print, screen and (min-width: 768px) {
  .news_item_list figure figcaption .head_box {
    font-size: 16px;
  }
}

.news_item_list:nth-of-type(1) figure:after, .news_item_list:nth-of-type(4) figure:after, .news_item_list:nth-of-type(7) figure:after, .news_item_list:nth-of-type(10) figure:after, .news_item_list:nth-of-type(13) figure:after {
  background-color: #34ab4d;
}
.news_item_list:nth-of-type(2) figure:after, .news_item_list:nth-of-type(5) figure:after, .news_item_list:nth-of-type(8) figure:after, .news_item_list:nth-of-type(11) figure:after, .news_item_list:nth-of-type(14) figure:after {
  background-color: #e6cd45;
}
.news_item_list:nth-of-type(3) figure:after, .news_item_list:nth-of-type(6) figure:after, .news_item_list:nth-of-type(9) figure:after, .news_item_list:nth-of-type(12) figure:after, .news_item_list:nth-of-type(15) figure:after {
  background-color: #257ce1;
}

.news_item_list > a figure {
  position: relative;
  z-index: 0;
  padding-right: 30px;
}
.news_item_list > a figure:after {
  content: "\f101";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 45px;
  height: 40px;
  padding: 0 4px 2px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  will-change: background;
}
.news_item_list > a figure:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 0;
  border-color: #fff transparent transparent transparent;
}
.news_item_list > a figure .photo {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  will-change: transform;
}
.news_item_list > a figure .photo img {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  will-change: transform;
}
.news_item_list > a:hover > figure:after {
  background-color: #e3000b !important;
}
.news_item_list > a:hover > figure .photo {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.news_item_list > a:hover > figure .photo img {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 13px;
  line-height: normal;
  letter-spacing: -.4em;
  text-align: center;
  margin: 2rem -5px 0;
}
.paging span {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px 4px;
  border-radius: 3px;
  overflow: hidden;
}
.paging span.paging-text {
  color: #ff771c;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  min-width: 32px;
  height: 32px;
  border: 1px solid #ff771c;
}
.paging span.paging-text a {
  color: #ff771c;
  padding: 0;
  display: block;
  text-decoration: none;
}
.paging span.current {
  color: #fff;
  background: #ff771c;
  border: 1px solid #ff771c;
  cursor: pointer;
}
.paging span.paging-text a:hover {
  background: #ff771c;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------
	カテゴリー
-------------------------------- */
.cat_menu h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  padding: 0.3em 0.75em;
  margin: 0;
  background-color: #257ce1;
  position: relative;
  cursor: pointer;
}
.cat_menu h3 i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat_menu h3.on i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat_menu .catnavi {
  margin: 0;
  display: none;
}
.cat_menu .catnavi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat_menu .catnavi > ul > li {
  margin-top: 1px;
}
.cat_menu .catnavi > ul > li > a {
  color: #323232;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0.75em 2.5em 0.75em 1.5em;
  background-color: #efefef;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.cat_menu .catnavi > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -.5em;
}
.cat_menu .catnavi > ul > li.active > a, .cat_menu .catnavi > ul > li a:hover {
  background-color: #f5dc54;
}
.cat_menu + .cat_menu {
  margin-top: 5px;
}
@media print, screen and (min-width: 992px) {
  .cat_menu h3 {
    cursor: auto;
  }
  .cat_menu h3 i {
    display: none;
  }
  .cat_menu .catnavi {
    display: block;
  }
  .cat_menu + .cat_menu {
    margin-top: 30px;
  }
}

/* -------------------------------
	詳細
-------------------------------- */
.news_date {
  color: #323232;
  font-weight: 500;
  line-height: 1.6667;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.news_date .new {
  color: #fff;
  text-align: center;
  width: 3.5em;
  margin-left: 10px;
  background-color: #e3000b;
}

/* -------------------------------
	アクセス
-------------------------------- */
.access_sec_1 .table-design-1 > tbody > tr > th {
  white-space: nowrap;
}
.access_sec_1 .bg-anime-2:nth-child(1) {
  top: 10%;
  left: 0;
}
.access_sec_1 .bg-anime-2:nth-child(1) .js-anime-1 {
  background-color: #257ce1;
}
.access_sec_1 .bg-anime-2:nth-child(1) .js-anime-2 {
  left: 24px;
  top: 24px;
}
.access_sec_1 .bg-anime-2:nth-child(2) {
  bottom: 0;
  right: 0;
}
.access_sec_1 .bg-anime-2:nth-child(2) .js-anime-1 {
  background-color: #e3000b;
}
.access_sec_1 .bg-anime-2:nth-child(2) .js-anime-2 {
  left: -24px;
  top: -24px;
}
@media print, screen and (min-width: 768px) {
  .access_sec_1 {
    position: relative;
    z-index: 0;
  }
}

/* -------------------------------
	保護者様の声
-------------------------------- */
.voice_contents {
  background: url("../images/home/home_voice_bg.jpg") center top;
}

/**/
.voice-item + .voice-item {
  margin-top: 4.1667vw;
}
@media print, screen and (min-width: 1200px) {
  .voice-item + .voice-item {
    margin-top: 50px;
  }
}
.voice-item .photo_area {
  margin: 0 14px;
}
.voice-item .photo {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.voice-item .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.voice-item .content {
  padding: 6.075% 3.159% 6.075% 4.98178%;
  margin-top: 35px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.voice-item .content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #fff transparent;
}
@media print, screen and (min-width: 768px) {
  .voice-item .content {
    margin-top: 0;
  }
  .voice-item .content:before {
    left: -20px;
    top: 50%;
    margin-top: -20px;
    margin-left: 0;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contacts {
  background: url("../images/common/bg001.jpg") no-repeat center top/cover;
}

/**/
.tel_contact {
  text-align: center;
  height: 100%;
  padding: 5%;
  margin: 0 10px;
  box-shadow: 0px 5px 9px 0px rgba(52, 52, 52, 0.29);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.tel_contact .ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px;
}
.tel_contact .telphone {
  font-size: 28px;
  line-height: 1.5;
}
.tel_contact .btns {
  margin-top: 10px;
}
.tel_contact .btns a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tel_contact .ttl {
    font-size: 14px;
  }
  .tel_contact .telphone {
    font-size: 28px;
    line-height: 1.5;
  }
  .tel_contact .btns {
    margin-top: 0px;
  }
  .tel_contact .btns a {
    height: calc(28px * 1.5);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .tel_contact .ttl {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .tel_contact .telphone {
    font-size: 28px;
    line-height: 2;
  }
  .tel_contact .btns a {
    font-size: 18px;
    height: calc(28px * 2);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel_contact .telphone {
    font-size: 32px;
  }
  .tel_contact .btns a {
    font-size: 22px;
    height: calc(32px * 2);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.6666;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 20px;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  width: 15em;
  background-color: #e7e7e7;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.table-contact > tbody > tr > td .sm {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact {
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .table-contact > tbody > tr {
    width: 100%;
    display: inline;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100% !important;
    display: block;
    border: solid 1px #ccc;
    border-bottom: none;
    position: relative;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/*# sourceMappingURL=module.css.map */
