@charset "UTF-8";
/* Scss Document */
/************/
.w100p {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexslider .slides {
  width: 100%;
  height: 100%;
}

.flexslider .slides li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#fade1 {
  background-image: url(../images/fade1.jpg);
}

#fade2 {
  background-image: url(../images/fade2.jpg);
}

.riw select {
  width: 100%;
}

#under_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
}

#under_bar li {
  width: 50%;
}

#under_bar li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #00439e;
  border-right: 1px solid #FFF;
}

#under_bar li:last-child a {
  border: 0;
}

#under_bar li img {
  height: 40px;
  width: auto;
}

/************/
#cy_header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#head {
  background-color: #fff001;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}

#cy_nav {
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
}

#cy_nav li {
  display: inline-block;
  padding: 0 15px;
}

#cy_nav a {
  color: #00439e;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

#cy_nav a:after {
  content: "";
  border-bottom: 5px solid #00439e;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#cy_nav a:hover:after {
  opacity: 1;
}

#h_tel {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

#h_contact {
  display: inline-block;
  vertical-align: middle;
}

#h_contact a {
  text-decoration: none;
  color: #fff001;
  background-color: #00439e;
  padding: 10px 20px;
  border: 1px solid #00439e;
  transition: 0.3s ease-in-out;
}

#h_contact a:hover {
  background-color: transparent;
  color: #00439e;
}

#main {
  /* background: url(../images/fade1.jpg) 50% 0/cover no-repeat; */
  height: 100vh;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
}

#title_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  transform: translateY(-50%);
  color: #FFF;
}

#title {
  font-weight: 500;
  font-size: 64px;
}

#title .big_t {
  font-size: 120px;
}

#text {
  font-size: 22px;
  margin-top: 10px;
}

.groupe_span {
  padding-right: 20px;
}

#more {
  margin-top: 60px;
}

#more a {
  background-color: #fff001;
  color: #00439e;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #fff001;
  transition: 0.3s ease-in-out;
}

#more a:hover {
  background-color: #00439e;
  color: #fff001;
  border-color: #00439e;
}

.zoomAni {
  animation: zoomAni 1.2s ease 0s infinite alternate;
}

@keyframes zoomAni {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/*******/
#right_banar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

/******/
#plan_box {
  background-color: #fff001;
}

#plan_box .container1440 {
  padding: 40px 0 100px;
}

.course_nav {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.course_nav li {
  width: 14.2%;
  text-align: center;
}

.course_nav a {
  color: #000;
  text-decoration: none;
}

.course_nav a:hover img {
  transform: scale(1.1);
}

.table_img {
  height: 103px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.table_img .c_cell {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.table_img .c_cell img {
  transition: 0.3s ease-in-out;
}

#plan {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 500;
}

/*********/
#mannabe_box {
  background-color: #ffd801;
}

#mannabe_box .container1440 {
  padding: 40px 0 40px;
}

#mannabe {
  position: absolute;
  right: 0;
  top: -40px;
}

#mannabe_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  /* width: 14%;*/
  width: 17%;
}

#mannabe_left img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}

#mannabe_left:hover img {
  transform: scale(1.05);
}

.mannabe_list {
  /*padding-left: 16%;*/
  display: flex;
  justify-content: space-between;
  padding-left: 18%;
}

.mannabe_list li {
  /* width: 15.66%;*/
  width: 18.66%;
  text-align: center;
  font-weight: bold;
}
.top10img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    background-color: #fff;
    transition: transform 0.3s ease;
	transform-origin: center center;
    overflow: hidden;
}
.top10img img {
    display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
	transform-origin: center center;
}
.top10img:hover {
    transform: scale(1.05);
}

.mannabe_list img {
  width: 100%;
  height: auto;
  margin-top: 0;
  transition: 0.3s ease-in-out;
}

.mannabe_list a {
  color: #000;
  text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mannabe_list a:hover img {
  transform: scale(1.05);
}

.mannabe_list p {
  min-height: 50px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/************/
.pt-220 {
  padding-top: 220px;
}

.center_midashi {
  color: #00439e;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: normal;
}

.clear_list {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}

.clear_list li {
  width: 18%;
  background-color: #fff001;
  text-align: center;
  color: #00439e;
  position: relative;
  padding: 100px 10px 40px;
  font-weight: bold;
}

.clear_list2 {
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
}

.clear_list2 li {
  width: 30.5%;
  background-color: #fff001;
  text-align: center;
  color: #00439e;
  position: relative;
  padding: 60px 30px 30px;
  font-weight: bold;
}

.c_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.6;
}

.c_midashi {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.midashi_span {
  font-size: 70px;
}

/* ****************** */
.c_eng {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.c_eng img {
  height: 74px;
  width: auto;
}

.c_title .font2 {
  display: block;
  font-size: 1.5vw;
  padding-bottom: 10px;
}

.c_icon {
  padding: 30px 0;
}

.more a {
  background-color: #00439e;
  color: #fff001;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 50px;
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00439e;
}

.more a:hover {
  background-color: #fff001;
  color: #00439e;
}

.more_center a {
  margin: 0 auto;
}

/***********/
.top_flex1 {
  display: flex;
  justify-content: space-between;
}

.top_left1 {
  width: 40%;
}

.top_left1 img {
  max-width: 460px;
  height: auto;
  width: 100%;
}

.top_right1 {
  width: 55%;
}

.top_table {
  display: table;
  width: 100%;
}

.top_cell1 {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  background-color: #00439e;
  text-align: center;
  color: #fff001;
  font-weight: bold;
  font-size: 42px;
}

.top_cell2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  color: #00439e;
  font-weight: bold;
  font-size: 18px;
}

/***/
.minus_bg {
  background-color: #fff001;
  padding: 40px;
  margin-top: -65px;
}

.campaign_table {
  display: table;
  width: 55%;
  max-width: 940px;
  margin: 0 0 0 auto;
}

.cam_cell1 {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}

.cam_cell2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: bold;
}

/***********/
.bg_y {
  background-color: #fff001;
}

.top_left2 {
  width: 60%;
  max-width: 700px;
  padding-top: 100px;
}

.top_left2 .shadow_y {
  text-shadow: #fff001 1px 1px 0px, #fff001 -1px 1px 0px, #fff001 1px -1px 0px, #fff001 -1px -1px 0px;
}

.bb_midashi {
  font-size: 46px;
  line-height: normal;
}

.bb_midashi:after {
  content: "";
  display: block;
  width: 60px;
  margin: 25px 0 20px;
  border-bottom: 5px solid #00439e;
}

.bb_under {
  font-weight: bold;
  font-size: 20px;
}

.rela_top20 {
  position: relative;
  top: 25px;
}

.right_img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#t_ver {
  position: absolute;
  right: 40px;
  top: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

/*****/
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.bg_y2 {
  background-color: #ffd801;
}

.top_right2 {
  width: 55%;
  padding-top: 100px;
  margin: 0 0 0 auto;
  text-align: right;
}

.top_right2 .bb_midashi:after {
  margin: 25px 0 20px auto;
}

.top_right2 .more a {
  margin-left: auto;
}

.top_right2 .shadow_y {
  text-shadow: #ffd801 1px 1px 0px, #ffd801 -1px 1px 0px, #ffd801 1px -1px 0px, #ffd801 -1px -1px 0px;
}

.intro_list {
  display: flex;
  justify-content: space-between;
}

.intro_list li {
  width: 18%;
}

.intro_list img {
  width: 100%;
  height: auto;
}

.left_img {
  width: 100%;
  max-width: 780px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/**********/
.pt-180 {
  padding-top: 180px;
}

.center_midashi2 {
  text-align: center;
  font-size: 40px;
  line-height: normal;
}

.markar {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.span_border_midashi {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.span_border_midashi .bg_w {
  background-color: #FFF;
  padding: 10px 60px;
  position: relative;
  z-index: 100;
}

.span_border_midashi:after {
  content: "";
  border-bottom: 2px solid #00439e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

/************/
.news {
  display: flex;
  justify-content: space-between;
}

.news li {
  width: 48%;
}

.news a {
  color: #000;
  text-decoration: none;
  display: table;
  width: 100%;
  background-color: #fefefe;
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.news a:hover {
  background-color: #fff001;
}

.news_cell1 {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.news_cell2 {
  display: table-cell;
  vertical-align: top;
  background: url(../images/line.png) left 0/8px 8px repeat;
  padding: 30px;
}

.n_title {
  min-height: 80px;
}

.n_time {
  color: #c1c1c1;
}

.more.n_more a {
  color: #FFF;
  font-size: 20px;
}

.more.n_more a:hover {
  color: #00439e;
}

/**********/
#cy_footer {
  margin-top: 100px;
}

#f_bg {
  background: url(../images/top36.png) 50% 0/cover no-repeat;
  height: 41px;
}

#f_blue {
  background-color: #00439e;
  color: #FFF;
  padding: 40px 0;
}

#f_blue a {
  color: #FFF;
  text-decoration: none;
}

#f_logo {
  text-align: center;
}

#f_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-weight: normal;
}

#f_left {
  width: 31.33%;
  border-right: 1px solid #FFF;
}

#f_right {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}

/* #f_right li {
  width: 23%;
} */

/* #f_right li:nth-child(n+4) {
  margin-top: 40px;
} */

.mini_list {
  padding: 20px 10px;
  font-size: 14px;
}

#copy {
  font-weight: normal;
  padding-top: 40px;
  text-align: center;
}

#stop_main {
  background-image: url(../images/guidance1.jpg);
}

/****************************************************************************

	教育方針

****************************************************************************/
#policy_main {
  background-image: url(../images/policy1.jpg);
}

.main_size {
  height: 100vh;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#title_in {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-weight: bold;
  font-size: 54px;
  z-index: 500;
  margin-top: 40px;
}

/***************/
.padding180 {
  padding: 180px 0;
}

.po_af_bg {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
}

.po_af_bg:after {
  content: "";
  background-color: #fff001;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
}

.poli_midashi_img {
  position: relative;
}

.poli_midashi_img img {
  height: 38px;
  width: auto;
  position: relative;
  z-index: 100;
}

.poli_midashi_img:after {
  content: "";
  background: url(../images/policy2.png) left 0/100% 100% no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.poli_flex {
  display: flex;
  justify-content: space-between;
}

.poli_left {
  width: 50%;
}

.poli_right {
  width: 40%;
}

.name {
  text-align: right;
}

/***********/
.bg_yellow {
  background-color: #fff001;
}

.midashi34 {
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
}

.poli_table li {
  background-color: #FFF;
  padding: 0 60px;
  display: table;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  margin: 20px 0;
}

.poli_cell1 {
  display: table-cell;
  width: 240px;
  background-color: #fff001;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.poli_cell1 img {
  width: 118px;
  height: auto;
}

.poli_cell2 {
  display: table-cell;
  padding: 40px 0 50px 60px;
}

.poli_midashi {
  font-size: 16px;
}

.poli_midashi .font2 {
  font-size: 32px;
  display: block;
}

.poli_midashi img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.dis_inline {
  display: inline-block;
  vertical-align: middle;
}

/**************/

.banar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
}

.banar li {
  /*width: 15.66%;*/
  width: 18.66%;
}

.banar img {
  width: 100%;
  height: auto;
}

.banar img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

/****************************************************************************

	学習方法

****************************************************************************/
#study_main {
  background-image: url(../images/study1.jpg);
}

.st_flex {
  display: flex;
  justify-content: space-between;
}

.st_right {
  width: 50%;
}

.bb_midashi_in {
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
}

.bb_midashi_in .mini {
  font-size: 16px;
}

.bb_midashi_in .span_block {
  display: block;
  margin-top: 10px;
  line-height: 1.5em;
}

.bb_midashi_in:after {
  content: "";
  display: block;
  border-bottom: 3px solid #00439e;
  width: 40px;
  margin: 30px 0 0;
}

.st_left {
  width: 46%;
}

/***************/
.st_banar {
  display: flex;
  justify-content: space-between;
}

.st_banar li {
  position: relative;
  width: 22%;
}

.st_banar li:after {
  content: "";
  background: url(../images/study5.jpg) 50% 0/100% 100% no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  right: -12%;
  top: calc(50% - 30px);
  transform: translateY(-50%);
}

.st_banar li:last-child:after {
  display: none;
}

.left_top {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
}

.st_y_text {
  background-color: #fff001;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

/***************/
.st_banar2 {
  display: flex;
  justify-content: space-between;
}

.st_banar2 li {
  position: relative;
  width: 48%;
}

.st_banar2 li:after {
  content: "";
  background: url(../images/study5.jpg) 50% 0/100% 100% no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  right: -5.5%;
  top: calc(50% + 20px);
  transform: translateY(-50%);
}

.st_banar2 li:last-child:after {
  display: none;
}

.st_inline_midashi {
  display: inline-block;
  background-color: #00439e;
  color: #FFF;
  padding: 5px 20px;
}

.st_blue_box {
  background-color: #00439e;
  color: #FFF;
  padding: 20px;
}

.st_blue_box.min_h {
  min-height: 200px;
}

.st_table {
  display: table;
  width: 100%;
  padding: 10px 0;
}

.st_cell1 {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}

.st_cell2 {
  display: table-cell;
  vertical-align: top;
}

.indent_p {
  text-indent: -1em;
  padding-left: 16px;
}

/************/
.right_bottom_img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/****************************************************************************

	入塾の流れ

****************************************************************************/
#flow_main {
  background-image: url(../images/flow1.jpg);
}

.flow_list {
  position: relative;
}

.flow_list:after {
  content: "";
  border-left: 10px solid #00439e;
  position: absolute;
  left: 125px;
  height: 100%;
  top: 0;
  z-index: 10;
  display: block;
}

.flow_list li {
  display: table;
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  margin: 20px 0;
  position: relative;
  z-index: 100;
}

.flow_cell1 {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  font-size: 74px;
  line-height: 1.5em;
  background-color: #00439e;
  letter-spacing: 0;
}

.flow_cell2 {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

.flow_bb_midashi {
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
}

.flow_bb_midashi img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.flow_bb_midashi:after {
  content: "";
  border-bottom: 3px solid #00439e;
  width: 40px;
  display: block;
  margin: 20px 0 0;
}

.inline_p {
  display: inline-block;
  vertical-align: middle;
}

/****************************************************************************

	コース案内・料金

****************************************************************************/
#course_main {
  background-image: url(../images/course1.jpg);
}

.bb_line {
  border-bottom: 3px solid #00439e;
  padding-bottom: 80px;
}

.link_margin {
  padding-top: 160px;
  margin-top: -80px;
}

/***********/
.table_col5 {
  width: 100%;
}

.table_col5 th {
  width: 35%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #00439e;
  font-weight: bold;
}

.table_col5 td {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #00439e;
}

.table_col5 tr:nth-child(1) th,
.table_col5 tr:nth-child(1) td {
  background-color: #00439e;
  color: #FFF;
  border: 1px solid #FFF;
}

.table_col5.s_course th, .table_col5.s_course td {
  width: 20%;
}

/***********/
.table_col2 {
  width: 100%;
}

.table_col2 th {
  width: 50%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #FFF;
  font-weight: bold;
  background-color: #00439e;
  color: #FFF;
}

.table_col2 td {
  width: 50%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #00439e;
}

.table_col2.gakken td:first-child {
  width: 45%;
}

.table_col2.gakken td:last-child {
  width: 55%;
}

.table_col2.reading-comprehension th, .table_col2.reading-comprehension td {
  width: 25%;
}

/***********/
.co_flex {
  display: flex;
  justify-content: space-between;
}

.co_left {
  width: 60%;
}

.co_right {
  width: 38%;
}

/***********/
.table_col3 {
  width: 100%;
}

.table_col3 th {
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #FFF;
  font-weight: bold;
  background-color: #00439e;
  color: #FFF;
}

.table_col3 td {
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #00439e;
}

/************/
.co_33 {
  width: 35%;
}

.co_25 {
  width: 27%;
}

/***********/
.table_col4 {
  width: 100%;
}

.table_col4 th {
  width: 20%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #FFF;
  font-weight: bold;
  background-color: #00439e;
  color: #FFF;
}

.table_col4 td {
  width: 20%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #00439e;
}

.limited {
  font-size: 0.8em;
}

/****************************************************************************

	教室案内

****************************************************************************/
#guidance_main {
  background-image: url(../images/guidance1.jpg);
}

.g_flex {
  display: flex;
  justify-content: space-between;
}

.g_left {
  width: 48%;
}

.g_right {
  width: 48%;
}

.map_frame iframe {
  width: 100%;
  height: 400px;
}

/****************************************************************************

	合格実績

****************************************************************************/
#per_main {
  background-image: url(../images/per1.jpg);
}

.bb_black {
  border-bottom: 1px solid #CCC;
  padding: 40px 0;
}

/****************************************************************************

	クリアキッズイングリッシュ

****************************************************************************/
#kids_main {
  background-image: url(../images/kids1.jpg);
}

.af_bb:after {
  content: "";
  border-bottom: 6px solid #000;
  width: 60px;
  display: block;
  margin: 30px auto 0;
}

.center_text {
  text-align: center;
  line-height: 2.4em;
}

.markar_w {
  background: linear-gradient(transparent 60%, #FFF 60%);
}

.font_500 {
  font-weight: 500;
}

.more_black {
  text-align: center;
}

.more_black span {
  padding: 10px 40px;
  color: #FFF;
  background-color: #000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  border-radius: 50px;
}

/***/
#sp_kids_list li {
  animation: sp_kids 1.4s ease 0s infinite alternate;
}

#sp_kids_list li:nth-child(2),
#sp_kids_list li:nth-child(3) {
  animation-delay: 0.4s;
  transform: scale(0.9);
}

@keyframes sp_kids {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#posi_img1 {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -550px;
}

#posi_img2 {
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -700px;
}

#posi_img3 {
  position: absolute;
  top: 300px;
  right: 50%;
  margin-right: -700px;
}

#posi_img4 {
  position: absolute;
  bottom: 100px;
  right: 50%;
  margin-right: -600px;
}

#kids_cloud1 {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -800px;
}

#kids_cloud2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -450px;
}

#kids_cloud3 {
  position: absolute;
  top: 150px;
  right: 50%;
  margin-right: -550px;
}

#kids_cloud4 {
  position: absolute;
  bottom: 80px;
  right: 50%;
  margin-right: -900px;
}

.cloud_ani {
  animation: cloud 1.5s ease 0s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(5px);
  }
}
/************************/
.flex_box {
  display: flex;
  justify-content: space-between;
}

.item_center {
  align-items: center;
}

.flex50 {
  width: 50%;
}

.flex48 {
  width: 48%;
}

.flex46 {
  width: 44%;
}

.flex44 {
  width: 44%;
}

.midashi24 {
  font-size: 24px;
  font-weight: bold;
}

.af_bb_left:after {
  content: "";
  border-bottom: 4px solid #000;
  width: 60px;
  display: block;
  margin: 20px 0 0;
}

.img_shadow img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
}

.img80_left {
  width: 80%;
}

.img80_right {
  width: 80%;
  margin: 0 0 0 auto;
}

/*****************/
#posi_img5 {
  position: absolute;
  right: -60px;
  bottom: -25px;
}

#kids_cloud5 {
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -850px;
}

#kids_cloud6 {
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -850px;
}

#kids_cloud7 {
  position: absolute;
  bottom: 120px;
  right: 50%;
  margin-right: -750px;
}

#kids_air {
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -750px;
}

/***********************/
.point_midashi {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.7em;
  letter-spacing: 0.4em;
  position: relative;
}

.point_midashi:after {
  content: "";
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.point_bg {
  background-color: #fff001;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
  padding: 0 20px 0 60px;
}

.point_bg:after {
  content: "";
  background-color: #FFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  bottom: -12px;
}

.span_three {
  font-size: 65px;
}

.deg40 {
  font-size: 65px;
  display: inline-block;
  position: relative;
  top: 10px;
  transform: rotate(30deg);
}

.new-sp {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .point_bg {
    max-width: 540px;
    padding: 0 20px 0 60px;
  }
  .point_bg:after {
    left: 45px;
    bottom: -12px;
  }
}
/*********/
.kids_three1 {
  display: flex;
  justify-content: space-between;
}

.kids_three1 li {
  width: 31.33%;
  max-width: 360px;
}

.bg_kids {
  background-color: #000;
  text-align: center;
  color: #FFF;
  border-radius: 20px;
  padding: 7px;
}

/*******/
.kids_three2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kids_three2 li {
  width: 31.33%;
  max-width: 360px;
  border: 3px solid #FFF;
  height: 180px;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  background-color: #FFF;
}

.kids_three2 li p {
  line-height: normal;
}

/**************/
.point_midashi2 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}

.point_midashi2:after {
  content: "";
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.point_bg2 {
  background-color: #fff001;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}

/**************/
.kids_list {
  display: flex;
  flex-wrap: wrap;
}

.kids_list li {
  width: 25%;
  border: 1px solid #000;
  margin: 10px 0;
}

.kids_table {
  display: table;
  width: 100%;
  background-color: #282828;
  color: #FFF;
  padding: 10px;
}

.kids_cell1 {
  display: table-cell;
  width: 48%;
  vertical-align: middle;
  font-weight: bold;
  color: #FFF;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.3em;
}

.kids_cell2 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.kids_cell2 p {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  background-color: #fff001;
  color: #000;
  border-radius: 50px;
  text-align: center;
}

.kids_box {
  padding: 10px;
}

.kids_box p {
  line-height: 1.5em;
}

/*********/
#kids_bg {
  padding-bottom: 300px;
  position: relative;
}

#kids_bg:after {
  content: "";
  background: url(../images/kids12.jpg) 50% bottom/auto 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
}

/****************************************************************************

	速読・速読英語

****************************************************************************/
#fast_main {
  background-image: url(../images/sokudoku1.jpg);
}

.bb_blue:after {
  border-color: #00439e;
}

.bg_blue {
  background-color: #00439e;
  color: #FFF;
}

.padding60 {
  padding: 60px;
}

/****/
.fast_table {
  display: table;
  width: 100%;
}

.fast_cell1 {
  display: table-cell;
  width: 360px;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  font-size: 38px;
  background-color: #00439e;
  background-image: url(../images/sokudoku5.jpg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 50%;
}

.fast_cell2 {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFF;
  padding: 60px;
  color: #000;
}

/****************************************************************************

	習字の筆っこ

****************************************************************************/
#brush_main {
  background-image: url(../images/fude1.jpg);
}

.color_g {
  color: #14a83b;
}

.bb_green:after {
  border-color: #14a83b;
}

.bg_green {
  background-color: #14a83b;
}

.bb_white:after {
  border-color: #FFF;
}

.bru_table {
  display: table;
  width: 100%;
}

.bru_cell1 {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
}

.bru_cell2 {
  display: table-cell;
  vertical-align: middle;
}

.point1 {
  display: inline-block;
  font-size: 38px;
}

.point2 {
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
}

.bb_box {
  border-bottom: 1px solid #FFF;
  padding: 60px 0;
}

.frame_video iframe {
  width: 100%;
  height: 500px;
}

/***************/
.bg_img {
  background: url(../images/fude8.jpg) left 0/36px 37px repeat;
}

/**************/
.brush_list {
  max-width: 1070px;
  margin: 0 auto;
  width: 100%;
}

.brush_list li {
  background-color: #14a83b;
  color: #FFF;
  margin: 20px 0;
  border-radius: 20px;
  position: relative;
  padding: 20px;
}

.br_table {
  display: table;
  width: 100%;
}

.bru_cell3 {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}

.bru_cell4 {
  display: table-cell;
  vertical-align: top;
  padding: 0 80px 0 40px;
  font-size: 14px;
}

.num {
  position: absolute;
  left: 20px;
  top: -20px;
  transform: skew(-10deg);
  color: #FFF;
  font-size: 60px;
  opacity: 0.2;
  font-weight: 500;
  letter-spacing: -0.05em;
}

/****************/
.bru_table2 {
  display: table;
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  border-radius: 150px;
}

.bru_cell5 {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
}

.bru_cell5 p {
  background-color: #14a83b;
  color: #FFF;
  font-size: 42px;
  letter-spacing: -0.05em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.af_bb_mini:after {
  content: "";
  border-bottom: 3px solid #14a83b;
  display: block;
  width: 30px;
  margin: 10px 0 0;
}

/****************************************************************************

	レプトン英語教室

****************************************************************************/
#lepton_main {
  background-image: url(../images/lepton1.jpg);
}

.bg_pink {
  background-color: #ffc7d3;
}

.bg_peagreen {
  background-color: #c3e230;
}

.letter025 {
  letter-spacing: 0.25em;
}

.half_border1 {
  position: relative;
  border: 20px solid #000;
  padding: 80px;
  background-color: #FFF;
}

.half_border1:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 50%;
  height: calc(100% + 40px);
  border-style: solid;
  border-color: #f83859;
  border-width: 20px 0 20px 20px;
}

#lep_img1 {
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -720px;
}

#lep_img2 {
  position: absolute;
  bottom: 200px;
  right: 50%;
  margin-right: -700px;
}

.pink_bg_end {
  background: url(../images/leptonbg.png) 50% 0/auto 100% no-repeat;
  height: 45px;
}

/********/
.minus {
  margin-top: -40px;
}

.lep_midashi_box {
  position: relative;
  background-color: #fff001;
  text-align: center;
  padding: 20px 0 20px 50px;
  border-radius: 50px;
}

.lep_num {
  background-color: #FFF;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
  border-radius: 50%;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.lep_midashi {
  font-weight: bold;
}

.plr14 {
  padding: 0 14px;
}

#lep_img3 {
  position: absolute;
  right: 0;
  bottom: -80px;
}

.lep_mt {
  margin-top: 120px;
}

.lep_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lep_list li {
  width: 50%;
  margin: 30px 0;
}

.lep_list img {
  width: 100%;
  height: auto;
}

#lep_img4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lep_img5 {
  position: absolute;
  bottom: 0;
  left: -162px;
}

/****************/
.blue_bg_start {
  background: url(../images/lepton12.png) 50% 0/auto 100% no-repeat;
  height: 48px;
}

.bg_blue2 {
  background-color: #0f5abf;
  color: #FFF;
}

#lep_cloud1 {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -840px;
}

#lep_cloud2 {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 240px;
}

#lep_cloud3 {
  position: absolute;
  top: 450px;
  right: 50%;
  margin-right: -850px;
}

#lep_cloud4 {
  position: absolute;
  bottom: 0;
  left: 150px;
}

/*************/
.bb_green2:after {
  border-color: #c3e230;
}

.half_border2 {
  position: relative;
  border: 20px solid #000;
  background-color: #FFF;
}

.half_border2:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 50%;
  height: calc(100% + 40px);
  border-style: solid;
  border-color: #c3e230;
  border-width: 20px 0 20px 20px;
}

.lep_padding80 {
  padding: 80px;
}

.g_bg_midashi {
  text-align: center;
}

.g_bg_midashi span {
  background-color: #c3e230;
  padding: 10px 40px;
  border-radius: 50px;
}

/***/
#lep_img6 {
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: 450px;
}

#lep_img7 {
  position: absolute;
  left: 50%;
  bottom: 550px;
  margin-left: -700px;
}

#lep_img8 {
  position: absolute;
  left: 50%;
  bottom: 240px;
  margin-left: 550px;
}

/****************************************************************************

	マナビー

****************************************************************************/
#mannabe_main {
  background-image: url(../images/mana1.jpg);
}

.padding40 {
  padding: 40px;
}

/****************************************************************************

	お問い合わせ

****************************************************************************/
#contact_main {
  background-image: url(../images/contact1.jpg);
}

.color_b {
  color: #00439e;
}

.contact_table li {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 20px;
  position: relative;
}

.contact_table li:after {
  content: "";
  border-bottom: 1px solid #00439e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.c_cell1 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 320px;
  color: #000;
  border: 1px solid #00439e;
  padding: 30px 20px;
  z-index: 500;
  background-color: #FFF;
}

.c_cell2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #000;
  padding: 30px 20px;
  border: 1px solid #00439e;
  background-color: #FFF;
  z-index: 500;
}

.hissu {
  background-color: #EF1F22;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 12px;
  padding: 0 10px;
}

@media all and (-ms-high-contrast: none) {
  .hissu {
    position: static;
    top: 0;
    transform: translateY(0);
    right: 0;
    padding: 5px 10px;
    margin-left: 10px;
  }
}
.size {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #f3f3f3;
  padding: 0 10px;
}

.area {
  width: 100%;
  height: 250px;
  border: 0;
  background-color: #f3f3f3;
  padding: 10px;
}

.pull {
  width: 300px;
  height: 50px;
  border: 0;
  background-color: #f3f3f3;
  padding: 0 10px;
}

.mini_table {
  display: table;
  width: 100%;
}

.mini_cell1 {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  position: relative;
  left: -20px;
}

.mini_cell1:after {
  content: "";
  border-bottom: 1px solid #00439e;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 20px;
}

.mini_cell2 {
  display: table-cell;
  vertical-align: middle;
}

.submit {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.submit input {
  display: block;
  text-align: center;
  background-color: #00439e;
  padding: 15px;
  color: #FFF;
  width: 100%;
  border: 0;
}

/**********/
#privacy {
  border: 1px solid #000;
  background-color: #FFF;
  padding: 40px;
  height: 250px;
  overflow-y: scroll;
  font-weight: 500;
}

.link_text {
  color: #000;
}

.link_text:hover {
  color: #000;
  text-decoration: none;
}

.break-word {
  overflow-wrap: break-word;
}

/****************************************************************************

	算国がんばるくん

****************************************************************************/
#san_main {
  background-image: url(../images/fade2.jpg);
}

.center {
  text-align: center;
}

.center_posi {
  display: flex;
  align-items: center;
}

.center_posi:before,
.center_posi:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #00439e;
  display: block;
}

.center_posi:before {
  margin-right: 0.4em;
}

.center_posi:after {
  margin-left: 0.4em;
}

.san_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.san_list li {
  width: 21%;
}

.san_list li:nth-child(2n) {
  width: 5.3%;
}

/****/
.san_box {
  position: relative;
}

.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #00429e transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
}

.san_box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #00429e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 500;
}

.san_box2 {
  position: relative;
}

.san_box2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #00429e transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}

.san_box2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #00429e transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 500;
}

.bg_w_san {
  padding: 100px 20px;
  background-color: #FFF;
}

.max860_auto {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/********************/
.under_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.under_list li {
  width: 49%;
}

/********************/
.flex40 {
  width: 40%;
}

.flex55 {
  width: 55%;
}

.af_bb_left.bb_pink:after,
.af_bb.bb_pink:after {
  border-color: #ea6088;
}

.color_p {
  color: #ea6088;
}

.bi_bg {
  background: url(../images/bi2.jpg) 50% 0/36px 36px repeat;
}

.bru_table2.pink_table .bru_cell5 p {
  background-color: #ea6088;
}

.bru_table2.pink_table .af_bb_mini:after {
  border-bottom: 3px solid #ea6088;
}

.bi_bg2 {
  background: url(../images/bi4.jpg) 50% 0/35px 35px repeat;
}

.bb_center:after {
  margin-left: auto;
  margin-right: auto;
}

/****/
.flex_30 {
  width: 30%;
}

.flex_66 {
  width: 66%;
}

.p_num {
  width: 65px;
  height: 65px;
  background-color: #ea6088;
  border-radius: 50%;
  color: #FFF;
  font-size: 26px;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  padding-bottom: 3px;
}

/*******************************************************************

    くりとも割

*******************************************************************/
#campaign_main {
  background: url("../images/campaign1.jpg") 30% 0/cover no-repeat;
}

.cam01_title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  background-color: #00439e;
  font-size: clamp(24px, 3.5vw, 40px);
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 0 70px;
  position: relative;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cam01_title .yellow {
  color: #fff001;
  font-weight: 900;
  font-size: clamp(28px, 4.5vw, 45px);
  display: inline-block;
}
.cam01_title:before, .cam01_title:after {
  content: "";
  background: url("../images/campaign_title.jpg") left 0/100% 100% no-repeat;
  width: 38px;
  height: 100%;
  position: absolute;
  top: 0;
}
.cam01_title:before {
  left: 0;
}
.cam01_title:after {
  right: 0;
  transform: scale(-1, 1);
}

.cam01_img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.cam01_img img {
  max-width: 100%;
  height: auto;
}

.cam01_absolute1 {
  position: absolute;
  left: 0;
  top: 0;
}
.cam01_absolute1 img {
  max-width: 100%;
  height: auto;
}

.cam01_absolute2 {
  position: absolute;
  right: 0;
  top: 20px;
}
.cam01_absolute2 img {
  max-width: 100%;
  height: auto;
}

.cam01_text {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  line-height: 2.2em;
}
.cam01_text .cam01_bb {
  font-size: 37px;
  background: linear-gradient(transparent 60%, #FFF001 60%);
}

.cam01_absolute_flex {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cam01_absolute_flex img {
  max-width: 100%;
  height: auto;
}
.cam01_absolute_flex .man {
  width: 20%;
}
.cam01_absolute_flex .woman {
  text-align: right;
  width: 20%;
}

/*************************/
.bg_fff001 {
  background-color: #fff001;
}

.cam02_title {
  font-size: clamp(35px, 5.5vw, 60px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.cam02_title:before, .cam02_title:after {
  content: "";
  background: url("../images/campaign10.png") left 0/100% 100% no-repeat;
  width: 43px;
  height: 71px;
}
.cam02_title:after {
  transform: scale(-1, 1);
}

.cam02_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.cam02_grid > div {
  background-color: #FFF;
  padding: 45px 35px;
}
.cam02_grid .icon {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cam02_grid p {
  font-weight: bold;
  margin-top: 25px;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.color_de0404 {
  color: #de0404;
}

.color_000 {
  color: #000;
}

.campaign_banner img {
  width: 100%;
  height: auto;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  /************/
  #head {
    padding: 10px 20px;
  }
  #cy_nav {
    padding-left: 20px;
  }
  #cy_nav li {
    display: inline-block;
    padding: 0 10px;
  }
  #h_tel {
    display: block;
    padding-right: 0;
  }
  #h_contact {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  #h_contact a {
    display: block;
    padding: 5px 0;
  }
  #title_box {
    top: 55%;
  }
  #title {
    font-size: 54px;
  }
  #title .big_t {
    font-size: 100px;
  }
  /************/
  .pt-220 {
    padding-top: 160px;
  }
  .brbr {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  /****************************************************************************

  	クリアキッズイングリッシュ

  ****************************************************************************/
  #posi_img1 {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -550px;
  }
  #posi_img2 {
    position: absolute;
    bottom: 200px;
    left: 20px;
    margin-left: 0;
  }
  #posi_img3 {
    position: absolute;
    top: 300px;
    right: 40px;
    margin-right: 0;
  }
  #posi_img4 {
    position: absolute;
    bottom: 100px;
    right: 40px;
    margin-right: 0;
  }
  #kids_cloud1 {
    position: absolute;
    top: 350px;
    left: 60px;
    margin-left: 0;
  }
  #kids_cloud2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    margin-left: 0;
  }
  #kids_cloud3 {
    position: absolute;
    top: 150px;
    right: 0;
    margin-right: 0;
  }
  #kids_cloud4 {
    position: absolute;
    bottom: 0px;
    right: 200px;
    margin-right: 40px;
  }
  /*****************/
  #posi_img5 {
    position: absolute;
    right: -60px;
    bottom: -25px;
  }
  #kids_cloud5 {
    position: absolute;
    top: 500px;
    left: 0;
    margin-left: 0;
  }
  #kids_cloud6 {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
  #kids_cloud7 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
  }
  #kids_air {
    position: absolute;
    bottom: 140px;
    left: 50%;
    margin-left: -750px;
  }
  /****************************************************************************

  	レプトン英語教室

  ****************************************************************************/
  #lep_img1 {
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -620px;
  }
  #lep_img2 {
    position: absolute;
    bottom: 200px;
    right: 50%;
    margin-right: -750px;
  }
  .c_midashi {
    font-size: 18px;
  }
  .clear_list2 li {
    width: 31.5%;
  }
}
@media only screen and (max-width: 1300px) {
  /****************************************************************************

  	クリアキッズイングリッシュ

  ****************************************************************************/
  /**************/
  .kids_list {
    display: flex;
    flex-wrap: wrap;
  }
  .kids_list li {
    width: 33.33%;
    border: 1px solid #000;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  /************/
  .window_1200.co_33{width: 32%;
  }
  .window_1200.co_25{width: 35%;}
  .window_1200.co_right,.window_1200.co_left{
    width: 49%;
  }
  .font08em{
    font-size: 0.8em;
    padding: 22px 0 !important;
  }
  #head {
    padding: 10px 20px;
  }
  #logo {
    display: inline-block;
    vertical-align: middle;
  }
  #cy_nav {
    padding-left: 20px;
  }
  #cy_nav li {
    font-size: 14px;
    display: inline-block;
    padding: 0 7px;
  }
  #h_tel img {
    width: 240px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #under_bar {
    display: flex;
  }
  #under_bar li img {
    height: 35px;
  }
  /************/
  #head {
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
  }
  #logo {
    display: inline-block;
    vertical-align: middle;
  }
  #cy_nav {
    display: none;
  }
  #h_right {
    display: none;
  }
  /************/
  #main {
    top: 60px;
  }
  #title_box {
    top: 55%;
  }
  #title {
    font-size: 42px;
  }
  #title .big_t {
    font-size: 80px;
  }
  #text {
    font-size: 18px;
    margin-top: 10px;
  }
  #right_banar img {
    width: 40px;
    height: auto;
  }
  /******/
  #plan_box {
    background-color: #fff001;
  }
  #plan_box .container1440 {
    padding: 20px 0 60px;
  }
  #plan {
    position: absolute;
    top: -30px;
  }
  #plan img {
    height: 40px;
    width: auto;
  }
  .course_nav {
    display: flex;
    flex-wrap: wrap;
  }
  .course_nav li {
    width: 33.33%;
    margin: 20px 0;
  }
  .course_nav a:hover img {
    transform: scale(1);
  }
  /*********/
  #mannabe_box .container1440 {
    padding: 40px 0 40px;
  }
  #mannabe {
    position: absolute;
    right: 0;
    top: -40px;
  }
  #mannabe_left {
    position: static;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
    text-align: center;
  }
  #mannabe_left img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  #mannabe_left:hover img {
    transform: scale(1);
  }
  .mannabe_list {
    padding-left: 0;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .mannabe_list li {
    width: 32.33%;
    margin: 10px 0;
  }
  /************/
  .pt-220 {
    padding-top: 80px;
  }
  .center_midashi {
    font-size: 32px;
  }
  .clear_list {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .clear_list li {
    width: 48%;
    padding: 80px 20px 40px;
    margin: 40px 0;
  }
  .clear_list li:last-child {
    width: 100%;
  }
  .clear_list2 {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .clear_list2 li {
    width: 48%;
    padding: 60px 20px 30px;
    margin: 40px 0;
  }
  .c_midashi {
    font-size: 17px;
  }
  .midashi_span {
    font-size: 60px;
  }
  .c_eng {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c_eng img {
    height: 74px;
    width: auto;
  }
  .c_title .font2 {
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
  }
  /***********/
  .top_table {
    display: block;
    width: 100%;
  }
  .top_cell1 {
    display: block;
    width: 100%;
    font-size: 32px;
  }
  .top_cell2 {
    display: block;
    padding-left: 0;
    margin-top: 20px;
    font-size: 18px;
  }
  /***/
  .minus_bg {
    background-color: #fff001;
    padding: 100px 0 40px !important;
    margin-top: -15px;
  }
  .campaign_table {
    display: table;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .cam_cell1 {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
  }
  .cam_cell2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: bold;
  }
  /***********/
  .top_left2 {
    width: 60%;
    max-width: 700px;
    padding-top: 40px;
  }
  .top_left2 .shadow_y {
    text-shadow: #fff001 1px 1px 0px, #fff001 -1px 1px 0px, #fff001 1px -1px 0px, #fff001 -1px -1px 0px;
  }
  .bb_midashi {
    font-size: 38px;
  }
  .bb_midashi:after {
    width: 40px;
    margin: 25px 0 20px;
    border-bottom: 5px solid #00439e;
  }
  .bb_under {
    font-weight: bold;
    font-size: 18px;
  }
  .rela_top20 {
    position: relative;
    top: 25px;
  }
  /*****/
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .top_right2 {
    padding-top: 40px;
  }
  .left_img {
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /************/
  .pt-180 {
    padding-top: 100px;
  }
  .center_midashi2 {
    font-size: 32px;
  }
  .span_border_midashi {
    font-size: 18px;
  }
  .span_border_midashi .bg_w {
    padding: 10px 40px;
  }
  .news {
    display: block;
  }
  .news li {
    width: 100%;
    margin: 20px 0;
  }
  .news_cell1 {
    width: 200px;
  }
  .news_cell2 {
    padding: 20px;
  }
  /**********/
  #cy_footer {
    margin-top: 60px;
  }
  #f_bg {
    height: 41px;
  }
  #f_blue {
    padding: 40px 0;
  }
  #f_logo {
    text-align: center;
  }
  #f_flex {
    display: block;
    margin-top: 60px;
  }
  #f_left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #f_right {
    width: 100%;
  }
  /* #f_right li:nth-child(n+4) {
    margin-top: 20px;
  } */
  .brbr {
    display: block;
  }
  /****************************************************************************

  	教育方針

  ****************************************************************************/
  .main_size {
    top: 60px;
  }
  #title_in {
    font-size: 40px;
  }
  /***************/
  .padding180 {
    padding: 100px 0;
  }
  /****************************************************************************

  	学習方法

  ****************************************************************************/
  /***************/
  .st_banar {
    display: block;
    flex-wrap: wrap;
  }
  .st_banar li {
    width: 100%;
    margin: 60px 0;
  }
  .st_banar li:after {
    content: "";
    background: url(../images/study5.jpg) 50% 0/100% 100% no-repeat;
    width: 15px;
    height: 16px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%) rotate(90deg);
  }
  .st_banar li img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .st_banar li .img100 {
    background-color: #00439e;
    text-align: center;
  }
  .left_top {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 100;
  }
  .left_top img {
    width: 150px !important;
    height: auto;
  }
  /***************/
  .st_banar2 {
    display: block;
  }
  .st_banar2 li {
    width: 100%;
    margin: 40px 0;
  }
  .st_banar2 li:after {
    right: auto;
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .st_blue_box.min_h {
    min-height: 0;
  }
  /************/
  .right_bottom_img {
    display: none;
  }
  /****************************************************************************

  	教室案内

  ****************************************************************************/
  .g_flex {
    display: block;
  }
  .g_left {
    width: 100%;
  }
  .g_right {
    width: 100%;
    margin-top: 40px;
  }
  .map_frame iframe {
    width: 100%;
    height: 300px;
  }
  /****************************************************************************

  	クリアキッズイングリッシュ

  ****************************************************************************/
  .center_text {
    text-align: left;
    line-height: 1.8em;
  }
  /***/
  #sp_kids_list {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }
  #sp_kids_list li {
    animation: none 1.4s ease 0s infinite alternate;
    width: 24%;
  }
  #sp_kids_list li img {
    width: 100%;
    height: auto;
  }
  #sp_kids_list li:nth-child(2),
  #sp_kids_list li:nth-child(3) {
    animation-delay: 0s;
    transform: scale(1);
  }
  #posi_img1 {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #posi_img2 {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #posi_img3 {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #posi_img4 {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .cloud_ani {
    animation: none;
  }
  #kids_cloud1 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -180px;
    transform: translateX(-50%);
  }
  #kids_cloud1 img {
    width: 120px;
    height: auto;
  }
  #kids_cloud2 {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  #kids_cloud2 img {
    width: 120px;
    height: auto;
  }
  #kids_cloud3 {
    position: absolute;
    top: 20px;
    right: auto;
    left: 50%;
    margin-left: 180px;
    transform: translateX(-50%);
  }
  #kids_cloud3 img {
    width: 120px;
    height: auto;
  }
  #kids_cloud4 {
    display: none;
  }
  /************************/
  .flex_box {
    display: flex;
    justify-content: space-between;
  }
  .item_center {
    align-items: center;
  }
  .flex50 {
    width: 50%;
  }
  .flex48 {
    width: 48%;
  }
  .flex46 {
    width: 44%;
  }
  .flex44 {
    width: 44%;
  }
  .midashi24 {
    font-size: 24px;
    font-weight: bold;
  }
  .af_bb_left:after {
    content: "";
    border-bottom: 4px solid #000;
    width: 60px;
    display: block;
    margin: 20px 0 0;
  }
  .img_shadow img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
  }
  .img80_left {
    width: 80%;
  }
  .img80_right {
    width: 80%;
    margin: 0 0 0 auto;
  }
  /*****************/
  #posi_img5 {
    position: absolute;
    right: -60px;
    bottom: -25px;
  }
  #kids_cloud5 {
    position: absolute;
    top: 500px;
    left: 0;
    margin-left: 0;
  }
  #kids_cloud6 {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
  #kids_cloud7 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
  }
  #kids_air {
    position: absolute;
    bottom: 140px;
    left: 50%;
    margin-left: -750px;
  }
  /***********************/
  .kids_three2 li {
    font-size: 24px;
  }
  /**************/
  .point_midashi2 {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    position: relative;
  }
  .point_midashi2:after {
    content: "";
    border-bottom: 1px dashed #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .point_bg2 {
    background-color: #fff001;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 500;
  }
  /**************/
  .kids_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kids_list li {
    width: 49%;
    border: 1px solid #000;
    margin: 1% 0;
  }
  /****************************************************************************

  	習字の筆っこ

  ****************************************************************************/
  .color_g {
    color: #14a83b;
  }
  .bb_green:after {
    border-color: #14a83b;
  }
  .bg_green {
    background-color: #14a83b;
  }
  .bb_white:after {
    border-color: #FFF;
  }
  .brush_list {
    display: block;
    margin-top: 20px;
  }
  .brush_list li {
    width: 100%;
    margin: 20px 0;
  }
  .brush_list li .font18 {
    font-size: 18px;
  }
  /****************************************************************************

  	レプトン英語教室

  ****************************************************************************/
  .letter025 {
    letter-spacing: 0.15em;
  }
  .half_border1 {
    border: 20px solid #000;
    padding: 40px;
    background-color: #FFF;
    border-radius: 10px;
  }
  .half_border1:after {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 50%;
    height: calc(100% + 40px);
    border-width: 20px 0 20px 20px;
  }
  #lep_img1 {
    display: none;
  }
  #lep_img2 {
    display: none;
  }
  /********/
  .minus {
    margin-top: -40px;
  }
  .lep_midashi_box {
    position: relative;
    background-color: #fff001;
    text-align: center;
    padding: 20px 20px 20px 80px;
    border-radius: 50px;
  }
  .lep_num {
    background-color: #FFF;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.05em;
    border-radius: 50%;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .lep_midashi {
    font-weight: bold;
  }
  .plr14 {
    padding: 0 14px;
  }
  #lep_img3 {
    position: absolute;
    right: 0;
    bottom: -120px;
  }
  /****************/
  .blue_bg_start {
    background: url(../images/lepton12.png) 50% 0/auto 100% no-repeat;
    height: 48px;
  }
  .bg_blue2 {
    background-color: #0f5abf;
    color: #FFF;
  }
  #lep_cloud1 {
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -840px;
  }
  #lep_cloud2 {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 240px;
  }
  #lep_cloud3 {
    position: absolute;
    top: 450px;
    right: 50%;
    margin-right: -850px;
  }
  #lep_cloud4 {
    position: absolute;
    bottom: 0;
    left: 150px;
  }
  /*************/
  .bb_green2:after {
    border-color: #c3e230;
  }
  .half_border2 {
    position: relative;
    border: 20px solid #000;
    background-color: #FFF;
    border-radius: 10px;
  }
  .half_border2:after {
    content: "";
    border-radius: 10px;
    position: absolute;
    left: -20px;
    top: -20px;
    width: 50%;
    height: calc(100% + 40px);
    border-style: solid;
    border-color: #c3e230;
    border-width: 20px 0 20px 20px;
  }
  .lep_padding80 {
    padding: 80px;
  }
  .g_bg_midashi {
    text-align: center;
  }
  .g_bg_midashi span {
    background-color: #c3e230;
    padding: 10px 40px;
    border-radius: 50px;
  }
  /***/
  #lep_img6 {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: 450px;
  }
  #lep_img7 {
    position: absolute;
    left: 50%;
    bottom: 550px;
    margin-left: -700px;
  }
  #lep_img8 {
    position: absolute;
    left: 50%;
    bottom: 240px;
    margin-left: 550px;
  }
  /****************************************************************************

  	お問い合わせ

  ****************************************************************************/
  .contact_table li {
    display: block;
    border-spacing: 0;
  }
  .contact_table li:after {
    content: "";
    border-bottom: 0;
    border-left: 1px solid #00439e;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100px;
    transform: translateX(-50%);
    width: 1px;
    display: block;
  }
  .c_cell1 {
    display: block;
    width: 100%;
    padding: 20px 20px;
  }
  .c_cell2 {
    display: block;
    padding: 20px 0 40px;
    border: 0;
    background-color: transparent;
  }
  .hissu {
    background-color: #EF1F22;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
    padding: 0 10px;
  }
  .pull {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #edfdff;
    padding: 0 10px;
  }
  .mini_table {
    display: block;
    width: 100%;
  }
  .mini_cell1 {
    display: block;
    width: 100px;
    vertical-align: middle;
    position: relative;
    left: 0;
  }
  .mini_cell1:after {
    content: "▼";
    display: inline-block;
    position: static;
    transform: translate(0);
    border: 0;
  }
  .mini_cell2 {
    display: block;
    margin-top: 10px;
  }
  .submit {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .submit input {
    display: block;
    text-align: center;
    background-color: #00439e;
    padding: 15px;
    color: #FFF;
    width: 100%;
    border: 0;
  }
  /*********/
  .banar li {
    width: 32.33%;
    margin: 1% 0;
  }
  /*******************************************************************

      くりとも割

  *******************************************************************/
  .cam01_text {
    font-size: 18px;
    line-height: 2.2em;
  }
  .cam01_text .cam01_bb {
    font-size: 28px;
  }
  .cam01_absolute_flex {
    display: flex;
    justify-content: space-between;
    position: static;
    margin-top: -60px;
  }
  .cam01_absolute_flex img {
    max-width: 100%;
    height: auto;
  }
  .cam01_absolute_flex .man {
    width: 22%;
    margin-left: -50px;
  }
  .cam01_absolute_flex .woman {
    width: 22%;
    margin-right: -50px;
  }
  /*************************/
  .cam02_grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .window_1200.co_33{width: 100%;
  }
  .window_1200.co_25{width: 100%;}
  .window_1200.co_right,.window_1200.co_left{
    width: 100%;
  }

  #flow_main {
    background-position: 60% 0;
  }
  /************/
  #head {
    padding: 14px;
  }
  #logo img {
    width: 90px;
    height: auto;
  }
  #main {
    top: 50px;
    background-position: 30% 0;
    height: 57vh;
  }
  #title_box {
    top: 55%;
  }
  #title {
    font-size: 18px;
    line-height: 2.4em;
    letter-spacing: 0em;
  }
  #title .big_t {
    font-size: 48px;
    letter-spacing: -0.1em;
  }
  #text {
    font-size: 14px;
    margin-top: 10px;
  }
  .groupe_span {
    padding-right: 0;
    display: block;
  }
  #more {
    margin-top: 20px;
  }
  #more a {
    padding: 10px 40px;
    font-size: 14px;
  }
  #right_banar img {
    width: 30px;
    height: auto;
  }
  /******/
  #plan_box {
    background-color: #fff001;
  }
  #plan_box .container1440 {
    width: 100%;
    padding: 10px 0 60px;
  }
  #plan {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
  }
  #plan img {
    height: auto;
    max-width: 320px;
    width: 100%;
  }
  .course_nav {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .course_nav li {
    width: 48%;
    margin: 10px 0;
    font-size: 14px;
  }
  .course_nav img {
    width: 70px;
    height: auto;
  }
  .table_img {
    height: 80px;
  }
  .course_nav .top38_img {
    width: 130px;
    height: auto;
  }
  .course_nav .top37_img {
    width: 130px;
    height: auto;
  }
  /*********/
  #mannabe_box .container1440 {
    width: 100%;
    padding: 20px 0 20px;
  }
  #mannabe {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  #mannabe img {
    height: auto;
    width: 100%;
    max-width: 320px;
  }
  #mannabe_left {
    width: 80%;
    margin: 10px auto 0;
  }
  #mannabe_left img {
    max-width: 320px;
  }
  .mannabe_list {
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto 0;
  }
  .mannabe_list li {
    width: 48%;
    margin: 10px 0;
  }
  .mannabe_list a:hover img {
    transform: scale(1);
  }
  .mannabe_list p {
    min-height: 40px;
  }
  /************/
  .pt-220 {
    padding-top: 60px;
  }
  .center_midashi {
    font-size: 24px;
  }
  .clear_list {
    padding-top: 20px;
    display: block;
  }
  .clear_list li {
    width: 100%;
    padding: 60px 20px 40px;
    margin: 60px 0;
  }
  .clear_list li:last-child {
    margin: 60px 0 40px;
  }
  .clear_list2 {
    padding-top: 20px;
    display: block;
  }
  .clear_list2 li {
    width: 100%;
    padding: 60px 20px 30px;
    margin: 60px 0;
  }
  .clear_list2 li:last-child {
    margin: 60px 0 40px;
  }
  .c_eng {
    top: -30px;
  }
  .c_eng img {
    height: 60px;
    width: auto;
  }
  .c_title .font2 {
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
  }
  .c_icon {
    padding: 30px 0;
  }
  .more a {
    padding: 10px 0;
  }
  .more_center a {
    margin: 0 auto;
  }
  /***********/
  .top_flex1 {
    display: block;
  }
  .top_left1 {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .top_left1 img {
    max-width: 460px;
    height: auto;
    width: 100%;
  }
  .top_right1 {
    width: 100%;
  }
  .top_table {
    display: block;
    width: 100%;
  }
  .top_cell1 {
    display: block;
    width: 100%;
    font-size: 24px;
  }
  .top_cell2 {
    margin-top: 10px;
    font-size: 14px;
  }
  /***/
  .minus_bg {
    background-color: #fff001;
    padding: 40px;
    margin-top: -35px;
  }
  .campaign_table {
    display: block;
    max-width: 100%;
  }
  .cam_cell1 {
    display: block;
    width: 100%;
  }
  .cam_cell2 {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }
  /***********/
  .top_left2 {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .bb_midashi {
    font-size: 24px;
  }
  .bb_midashi:after {
    width: 40px;
    margin: 15px 0 10px;
    border-bottom: 4px solid #00439e;
  }
  .bb_under {
    font-weight: bold;
    font-size: 16px;
  }
  .rela_top20 {
    position: relative;
    top: 0;
  }
  .right_img {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
  #t_ver {
    position: static;
    right: 0;
    top: 0;
    -ms-writing-mode: lr-tb;
    /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    margin-bottom: 40px;
  }
  /*****/
  .pt-120 {
    padding-top: 40px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
  .top_right2 {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 40px;
  }
  .top_right2 .bb_midashi:after {
    margin: 15px 0 10px;
  }
  .intro_list {
    flex-wrap: wrap;
  }
  .intro_list li {
    width: 48%;
    margin: 2% 0;
  }
  .intro_list img {
    width: 100%;
    height: auto;
  }
  .left_img {
    width: 100%;
    max-width: 600px;
    position: static;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-top: 20px;
  }
  /************/
  .pt-180 {
    padding-top: 40px;
  }
  .center_midashi2 {
    font-size: 22px;
  }
  .midashi_span {
    font-size: 50px;
  }
  .span_border_midashi {
    font-size: 14px;
  }
  .span_border_midashi .bg_w {
    padding: 10px 10px;
  }
  .news {
    display: block;
  }
  .news li {
    width: 100%;
    margin: 15px 0;
  }
  .news a {
    display: block;
    padding: 5px;
  }
  .news_cell1 {
    display: block;
    width: 100%;
  }
  .news_cell2 {
    display: block;
    padding: 20px;
  }
  .n_title {
    min-height: 0;
    padding-bottom: 20px;
  }
  .more.n_more a {
    font-size: 14px;
  }
  /**********/
  #cy_footer {
    margin-top: 60px;
  }
  #f_bg {
    height: 20px;
  }
  #f_logo {
    text-align: center;
  }
  #f_logo img {
    width: 120px;
    height: auto;
  }
  #f_flex {
    display: block;
    margin-top: 40px;
  }
  #f_right {
    width: 100%;
    grid-template-columns: repeat(3,1fr);
  }
  #f_right li {
    width: 100%;
  }
  #f_right li {
    margin-top: 20px;
  }
  .mini_list {
    padding: 10px 10px;
    font-size: 12px;
  }
  #copy {
    padding-top: 40px;
    font-size: 10px;
  }
  /****************************************************************************

  	教育方針

  ****************************************************************************/
  #cy_header.header_in {
    height: 400px;
  }
  .main_size {
    top: 50px;
    height: 400px;
  }
  #title_in {
    /*font-size: 24px;*/
    margin-top: 20px;
    font-size: 20px;
  }
  /***************/
  .padding180 {
    padding: 60px 0;
  }
  .po_af_bg {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  }
  .po_af_bg:after {
    display: none;
  }
  .poli_midashi_img {
    text-align: center;
  }
  .poli_midashi_img img {
    height: 32px;
  }
  .poli_midashi_img:after {
    display: none;
  }
  .poli_flex {
    display: block;
  }
  .poli_left {
    width: 100%;
  }
  .poli_right {
    width: 100%;
    margin-top: 20px;
  }
  .name {
    text-align: center;
  }
  .name img {
    width: 200px;
    height: auto;
  }
  /***********/
  .bg_yellow {
    background-color: #fff001;
  }
  .midashi34 {
    font-size: 20px;
    line-height: normal;
  }
  .poli_table li {
    background-color: #FFF;
    padding: 0;
    display: block;
    margin: 20px 0;
  }
  .poli_cell1 {
    display: block;
    width: 100%;
    background-color: #fff001;
    position: relative;
    text-align: center;
    padding: 20px;
  }
  .poli_cell1 img {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 80px;
    height: auto;
  }
  .poli_cell2 {
    display: block;
    padding: 20px;
  }
  .poli_midashi {
    font-size: 14px;
  }
  .poli_midashi .font2 {
    font-size: 24px;
    display: block;
  }
  .poli_midashi img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    top: 3px;
  }
  /**************/
  .banar {
    flex-wrap: wrap;
  }
  .banar li {
    width: 48%;
    margin: 2% 0;
  }
  .banar img {
    width: 100%;
    height: auto;
  }
  .banar img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
  /****************************************************************************

  	学習方法

  ****************************************************************************/
  .st_flex {
    display: block;
  }
  .st_right {
    width: 100%;
  }
  .bb_midashi_in {
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
  }
  .bb_midashi_in .mini {
    font-size: 14px;
  }
  .bb_midashi_in .span_block {
    display: block;
    margin-top: 10px;
    line-height: 1.5em;
  }
  .bb_midashi_in:after {
    margin: 20px 0 0;
  }
  .st_left {
    width: 100%;
    margin-top: 20px;
  }
  /***************/
  .st_banar li {
    width: 100%;
    margin: 40px 0;
  }
  .st_banar li:after {
    bottom: -30px;
  }
  .left_top img {
    width: 100px !important;
  }
  /***************/
  .st_banar2 {
    display: block;
  }
  .st_banar2 li {
    width: 100%;
    margin: 40px 0;
  }
  .st_banar2 li:after {
    bottom: -30px;
  }
  .st_banar2 li:last-child {
    margin-bottom: 0;
  }
  .st_table {
    display: block;
    padding: 10px 0;
  }
  .st_cell1 {
    display: block;
    width: 100%;
  }
  .st_cell2 {
    display: block;
    padding-left: 16px;
  }
  .indent_p {
    text-indent: -1em;
    padding-left: 14px;
  }
  /****************************************************************************

  	入塾の流れ

  ****************************************************************************/
  .flow_list {
    position: relative;
  }
  .flow_list:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .flow_list li {
    display: block;
    padding: 40px 20px;
    margin: 20px 0;
  }
  .flow_cell1 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 40px;
  }
  .flow_cell2 {
    display: block;
    padding-left: 0;
    margin-top: 20px;
  }
  .flow_bb_midashi {
    font-weight: bold;
    font-size: 20px;
  }
  .flow_bb_midashi img {
    margin-left: 10px;
    top: 0;
  }
  .flow_bb_midashi:after {
    content: "";
    border-bottom: 3px solid #00439e;
    width: 40px;
    display: block;
    margin: 10px 0 0;
  }
  /****************************************************************************

  	コース案内・料金

  ****************************************************************************/
  .bb_line {
    border-bottom: 2px solid #00439e;
    padding-bottom: 40px;
  }
  .link_margin {
    padding-top: 80px;
    margin-top: -40px;
  }
  /***********/
  .table_col5 {
    width: 100%;
  }
  .table_col5 th {
    width: 30%;
    padding: 10px 5px;
    font-size: 12px;
  }
  .table_col5 td {
    font-size: 12px;
    padding: 10px 5px;
  }
  /***********/
  .table_col2 {
    width: 100%;
  }
  .table_col2 th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .table_col2 td {
    padding: 10px 5px;
    font-size: 12px;
  }
  /***********/
  .co_flex {
    display: block;
  }
  .co_left {
    width: 100%;
  }
  .co_right {
    width: 100%;
    margin-top: 20px;
  }
  /***********/
  .table_col3 {
    width: 100%;
  }
  .table_col3 th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .table_col3 td {
    padding: 10px 5px;
    font-size: 12px;
  }
  /************/
  .co_33 {
    width: 100%;
  }
  .co_25 {
    width: 100%;
    margin: 20px 0;
  }
  /***********/
  .table_col4 {
    width: 100%;
  }
  .table_col4 th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .table_col4 td {
    padding: 10px 5px;
    font-size: 12px;
  }
  /****************************************************************************

  	合格実績

  ****************************************************************************/
  .bb_black {
    padding: 20px 0;
  }
  /****************************************************************************

  	クリアキッズイングリッシュ

  ****************************************************************************/
  .af_bb:after {
    border-bottom: 4px solid #000;
    width: 50px;
    margin: 20px auto 0;
  }
  .center_text {
    text-align: left;
    line-height: 1.8em;
  }
  .more_black {
    text-align: left;
  }
  .more_black span {
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
  }
  /***/
  #sp_kids_list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 20px;
  }
  #sp_kids_list li {
    width: 49%;
  }
  #sp_kids_list li img {
    width: 100%;
    height: auto;
  }
  /************************/
  .flex_box {
    display: block;
  }
  .item_center {
    align-items: center;
  }
  .flex50 {
    width: 100%;
  }
  .flex48 {
    width: 100%;
  }
  .flex46 {
    width: 100%;
  }
  .flex44 {
    width: 100%;
  }
  .midashi24 {
    font-size: 18px;
    font-weight: bold;
  }
  .af_bb_left:after {
    content: "";
    border-bottom: 3px solid #000;
    width: 50px;
    margin: 20px 0 0;
  }
  .img80_left {
    width: 90%;
  }
  .img80_right {
    width: 90%;
    margin: 0 0 0 auto;
  }
  /*****************/
  #kids_cloud5 {
    position: absolute;
    top: 600px;
    left: 0;
    margin-left: 0;
  }
  #kids_cloud6 {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
  #kids_air {
    position: absolute;
    bottom: -40px;
    left: auto;
    right: 40px;
    margin-left: 0;
  }
  /***********************/
  .point_midashi {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0.2em;
  }
  .point_midashi:after {
    display: none;
  }
  .point_bg {
    margin: 0 auto;
    padding: 0;
  }
  .point_bg:after {
    content: "";
    background-color: #FFF;
    width: 60px;
    height: 60px;
    left: 10px;
    bottom: -5px;
  }
  .span_three {
    font-size: 48px;
  }
  .deg40 {
    font-size: 48px;
    top: 5px;
    transform: rotate(30deg);
  }
  /*********/
  .kids_three1 {
    display: block;
  }
  .kids_three1 li {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  .bg_kids {
    text-align: left;
    border-radius: 10px;
    padding: 7px 10px;
  }
  /*******/
  .kids_three2 {
    display: block;
  }
  .kids_three2 li {
    width: 100%;
    max-width: 100%;
    border: 3px solid #FFF;
    height: auto;
    margin: 10px 0;
    display: block;
    font-size: 16px;
    padding: 20px;
  }
  .kids_three2 li p {
    line-height: normal;
  }
  /**************/
  .point_midashi2 {
    font-size: 22px;
  }
  .point_midashi2:after {
    display: none;
  }
  .point_bg2 {
    background-color: #fff001;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 500;
  }
  .kids_list {
    display: block;
  }
  .kids_list li {
    width: 100%;
    margin: 10px 0;
  }
  .kids_table {
    display: table;
    width: 100%;
    background-color: #282828;
    color: #FFF;
    padding: 10px;
  }
  .kids_cell1 {
    display: table-cell;
    width: 48%;
    vertical-align: middle;
    font-weight: bold;
    color: #FFF;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.3em;
  }
  .kids_cell2 {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .kids_cell2 p {
    font-size: 12px;
    margin: 1px 0;
  }
  .kids_box {
    padding: 10px;
  }
  .kids_box p {
    line-height: 1.5em;
  }
  /*********/
  #kids_bg {
    padding-bottom: 100px;
    position: relative;
  }
  #kids_bg:after {
    height: 150px;
  }
  /****************************************************************************

  	速読・速読英語

  ****************************************************************************/
  #fast_main {
    background-image: url(../images/sokudoku1.jpg);
  }
  .bb_blue:after {
    border-color: #00439e;
  }
  .bg_blue {
    background-color: #00439e;
    color: #FFF;
  }
  .padding60 {
    padding: 20px;
  }
  /****/
  .fast_table {
    display: block;
  }
  .fast_cell1 {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 20px;
    background-size: 50px 50px;
  }
  .fast_cell2 {
    display: block;
    padding: 20px;
  }
  /****************************************************************************

  	習字の筆っこ

  ****************************************************************************/
  .color_g {
    color: #14a83b;
  }
  .bb_green:after {
    border-color: #14a83b;
  }
  .bg_green {
    background-color: #14a83b;
  }
  .bb_white:after {
    border-color: #FFF;
  }
  .bru_table {
    display: block;
  }
  .bru_cell1 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bru_cell1 img {
    width: 80px;
    height: auto;
  }
  .bru_cell2 {
    display: block;
    margin-top: 40px;
  }
  .point1 {
    display: block;
    font-size: 24px;
  }
  .point2 {
    display: block;
    font-size: 16px;
    padding-left: 0;
    margin-top: 10px;
  }
  .bb_box {
    border-bottom: 1px solid #FFF;
    padding: 40px 0;
  }
  .frame_video iframe {
    width: 100%;
    height: 250px;
  }
  /**************/
  /**************/
  .brush_list li {
    background-color: #14a83b;
    color: #FFF;
    margin: 20px 0;
    border-radius: 20px;
    position: relative;
    padding: 20px;
  }
  .brush_list li .font18 {
    font-size: 16px;
  }
  .br_table {
    display: block;
    width: 100%;
  }
  .bru_cell3 {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .bru_cell4 {
    display: block;
    padding: 20px 10px;
    font-size: 14px;
  }
  .num {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: -15px;
    transform: skew(-10deg);
    color: #FFF;
    font-size: 60px;
    opacity: 0.2;
    font-weight: 500;
    letter-spacing: -0.05em;
  }
  /****************/
  .bru_table2 {
    display: block;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
  }
  .bru_cell5 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bru_cell5 p {
    font-size: 32px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  /****************************************************************************

  	レプトン英語教室

  ****************************************************************************/
  .half_border1 {
    border: 10px solid #000;
    padding: 20px;
  }
  .half_border1:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 50%;
    border-radius: 0;
    height: calc(100% + 20px);
    border-width: 10px 0 10px 10px;
  }
  .pink_bg_end {
    height: 20px;
  }
  /********/
  .minus {
    margin-top: -20px;
  }
  .lep_midashi_box {
    padding: 20px;
    border-radius: 20px;
  }
  .lep_num {
    background-color: #FFF;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 auto;
    position: static;
    transform: translateY(0);
  }
  .lep_midashi {
    font-weight: bold;
    margin-top: 10px;
  }
  #lep_img3 {
    position: static;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
  }
  #lep_img3 img {
    width: 280px;
    height: auto;
  }
  .lep_mt {
    margin-top: 60px;
  }
  .lep_list {
    display: block;
  }
  .lep_list li {
    width: 100%;
    margin: 20px 0;
  }
  #lep_img5 {
    position: absolute;
    bottom: 140px;
    left: -40px;
  }
  #lep_img5 img {
    width: 100px;
    height: auto;
  }
  /****************/
  .blue_bg_start {
    height: 20px;
  }
  #lep_cloud1 {
    display: none;
  }
  #lep_cloud2 {
    display: none;
  }
  #lep_cloud3 {
    display: none;
  }
  #lep_cloud4 {
    display: none;
  }
  /*************/
  .bb_green2:after {
    border-color: #c3e230;
  }
  .half_border2 {
    position: relative;
    border: 10px solid #000;
    background-color: #FFF;
    border-radius: 0;
  }
  .half_border2:after {
    content: "";
    border-radius: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 50%;
    height: calc(100% + 20px);
    border-style: solid;
    border-color: #c3e230;
    border-width: 10px 0 10px 10px;
  }
  .lep_padding80 {
    padding: 20px;
  }
  .g_bg_midashi {
    text-align: center;
  }
  .g_bg_midashi span {
    display: block;
    padding: 10px 20px;
    border-radius: 20px;
  }
  /***/
  #lep_img6 {
    position: absolute;
    left: auto;
    right: 20px;
    top: 40px;
    margin-left: 0;
  }
  #lep_img6 img {
    width: 40px;
    height: auto;
  }
  #lep_img7 {
    position: absolute;
    left: 0;
    bottom: 200px;
    margin-left: 0;
  }
  #lep_img7 img {
    width: 60px;
    height: auto;
  }
  #lep_img8 {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 140px;
    margin-left: 0;
  }
  #lep_img8 img {
    width: 60px;
    height: auto;
  }
  /****************************************************************************

  	マナビー

  ****************************************************************************/
  .padding40 {
    padding: 20px;
  }
  #mannabe_main {
    background-position: 75% 0;
  }
  #kids_main {
    background-position: 60% 0;
  }
  /**********/
  #privacy {
    padding: 20px;
    height: 200px;
  }
  /****************************************************************************

  	算国がんばるくん

  ****************************************************************************/
  .center_posi {
    display: flex;
    align-items: center;
  }
  .center_posi:before,
  .center_posi:after {
    display: none;
  }
  .center_posi:before {
    margin-right: 0.4em;
  }
  .center_posi:after {
    margin-left: 0.4em;
  }
  .san_list {
    display: block;
  }
  .san_list li {
    width: 100%;
    margin: 10px 0;
  }
  .san_list li:nth-child(2n) {
    width: 100%;
  }
  .san_list li:nth-child(2n) img {
    width: 15px;
    height: auto;
  }
  /****/
  .bg_w_san {
    padding: 40px 20px;
    background-color: #FFF;
  }
  /********************/
  .under_list {
    display: block;
  }
  .under_list li {
    width: 100%;
    margin: 10px 0;
  }
  /********************/
  .flex40 {
    width: 100%;
  }
  .flex55 {
    width: 100%;
  }
  /****/
  .flex_30 {
    width: 100%;
  }
  .flex_66 {
    width: 100%;
  }
  .p_num {
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: -20px;
    left: -20px;
    padding-bottom: 3px;
  }
  /*******************************************************************

      くりとも割

  *******************************************************************/
  .cam01_title {
    font-size: 17px;
    padding: 15px 40px;
    min-height: auto;
    line-height: 1.5em;
  }
  .cam01_title .yellow {
    font-size: 20px;
  }
  .cam01_title:before, .cam01_title:after {
    width: 25px;
  }
  .cam01_img {
    text-align: center;
    width: 90%;
  }
  .cam01_img img {
    max-width: 100%;
    height: auto;
  }
  .cam01_absolute1 {
    position: absolute;
    left: -90px;
    top: 0;
    width: 30%;
  }
  .cam01_absolute2 {
    position: absolute;
    right: -50px;
    top: 0;
    width: 30%;
    text-align: right;
  }
  .cam01_text {
    font-size: 14px;
    line-height: 2em;
  }
  .cam01_text .cam01_bb {
    font-size: 18px;
  }
  .cam01_absolute_flex {
    display: flex;
    justify-content: space-between;
    position: static;
    margin-top: -40px;
  }
  .cam01_absolute_flex img {
    max-width: 100%;
    height: auto;
  }
  .cam01_absolute_flex .man {
    width: 24%;
    margin-left: -30px;
  }
  .cam01_absolute_flex .woman {
    width: 24%;
    margin-right: -20px;
  }
  /*************************/
  .cam02_title {
    font-size: 22px;
    text-align: center;
    align-items: flex-end;
    line-height: 1.5em;
    column-gap: 30px;
  }
  .cam02_title:before, .cam02_title:after {
    width: 20px;
    height: 40px;
  }
  .cam02_title:after {
    transform: scale(-1, 1);
  }
  .cam02_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cam02_grid > div {
    padding: 25px 20px;
  }
  .cam02_grid .icon {
    height: auto;
  }
  .cam02_grid .icon img {
    transform: scale(0.8);
  }
  .cam02_grid p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #f_right {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .course_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .course_nav .top38_img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .course_nav .top37_img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 350px) {
  .table_scroll th,
  .table_scroll td {
    word-break: break-all;
    font-size: 10px;
  }
  .table_scroll th {
    width: 60px;
  }
  .course_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}