@charset "UTF-8";

/*
 component
 layout
 btn_more
 menu_color
 btn_stitch
 entry
 btn_yl
 header
  sp_only
  pc_only
 footer
 fix_entry
 breadcrumb
 cat_news
 single_news
 pages
  page_common
  page_program
  page_tablet
  page_leffect
 news
*/
html.with-featherlight {
  overflow-y: scroll !important;
}
body {
  font-size: 3.4vw;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.relative {
  position: relative;
}

.inner, .inner02 {
  width: 90.6%;
  margin: 0 auto;
  position: relative;
}

.inner {
  max-width: 100rem;
}

.inner02 {
  max-width: 106rem;
  justify-content: space-between;
}

.bg_beige {
  background: #f9f3e7;
}

.bg_gray {
  background-color: #fbfaf6;
}

.bg_white {
  background-color: #fff;
}

.link_three_points a,
.page_leffect .change_btn.red {
  background: #e60012;
}

.link_howto_entroll a,
.page_leffect .change_btn.green {
  background: #009944;
}

.link_faq a,
.page_leffect .change_btn.orange {
  background: #ee7800;
}

.link_coursefee a, 
.page_leffect .change_btn.blue {
  background: #00a0e9;
}

.link_class a {
  background: #1d2088;
}

.link_entry a,
.page_leffect .change_btn.purple {
  background: #b60081;
}

.btn_stitch, .btn_entry {
  color: #fff;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.btn_stitch.pink, .btn_entry.pink {
  background: #cd1868;
}

.btn_stitch.green, .btn_entry.green {
  background: #5cc88a;
}

.btn_stitch.blue, .btn_entry.blue {
  background: #5eadfd;
}

.btn_stitch.orange, .btn_entry.orange {
  background: #f6925e;
}

.btn_stitch .ins.ico::after, .btn_entry .ins.ico::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.btn_stitch .ins.ico_pen::after, .btn_entry .ins.ico_pen::after {
  background: url(/sanasta/img/icon_pencil.png) no-repeat;
  background-size: contain;
}

.btn_stitch .ins.ico_email::after, .btn_entry .ins.ico_email::after {
  background: url(/sanasta/img/icon_email.png) no-repeat;
  background-size: contain;
}

.btn_stitch .ins.ico_doc::after, .btn_entry .ins.ico_doc::after {
  background: url(/sanasta/img/icon_doc.png) no-repeat;
  background-size: contain;
}

.btn_stitch .ins.ico_q::after, .btn_entry .ins.ico_q::after {
  background: url(/sanasta/img/icon_question.png) no-repeat;
  background-size: contain;
}

.btn_stitch {
  border-radius: .6rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  padding: .5rem;
  height: 6rem;
  line-height: 5rem;
}

.btn_stitch:hover {
  top: .5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_stitch a:hover {
  opacity: 1;
}

.btn_stitch::after {
  content: '';
  width: calc(100% + 1rem);
  height: 2rem;
  display: block;
  top: -9px;
  left: -.5rem;
  position: relative;
  border-radius: 0 0 .6rem .6rem;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn_stitch.pink::after {
  background-color: #7e0a3d;
}

.btn_stitch.green::after {
  background-color: #37a867;
}

.btn_stitch.blue::after {
  background-color: #4085cb;
}

.btn_stitch.orange::after {
  background-color: #d77c49;
}

.btn_stitch.purple {
  background: #b79fc5;
}

.btn_stitch.purple::after {
  background-color: #86679c;
}

.btn_stitch:hover::after {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  height: 0;
}

.btn_stitch .ins {
  display: block;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: .6rem;
  height: 100%;
}

.btn_stitch .ins.ico::after {
  top: 50%;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.8rem;
}

.btn_stitch .ins.ico_pen {
  padding: 0 0 0 3rem;
}

.btn_stitch .ins.ico_school::after {
  background: url(../img/icon/icon_school.png) no-repeat;
  background-size: contain;
}

.btn_entry {
  font-size: 3.4vw;
  letter-spacing: 0;
  line-height: 1;
  height: 6.5rem;
  width: 6rem;
  white-space: nowrap;
  padding-top: 10em;
  margin: .2rem 0 0;
}

.btn_entry .ins {
  margin: .4rem 0 0;
}

.btn_entry .ins.ico::after {
  top: .6em;
  width: 6.4vw;
  height: 6.4vw;
  max-width: 2.2rem;
  max-height: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn_entry .ins.ico_pen {
  margin: 0;
}

.btn_entry .ins.ico_email {
  margin: 0;
}

.btn_more {
  background: #f06070;
  border-radius: 5em;
  color: #fff;
  display: block;
  font-size: 4vw;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .1em;
  position: relative;
  padding: 1.5rem 0 1.2rem;
  text-align: center;
}

.btn_more:after {
  content: '';
  background: url(../img/icon/icon_arrow-03.png) no-repeat;
  background-size: contain;
  height: .8rem;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 2rem;
}

.btn_more:link, .btn_more:visited {
  color: #fff;
}

.entry {
  padding: 5rem 1rem;
}

.entry .ttl {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 6.13333vw;
  text-align: center;
}

.entry .btn_stitch {
  letter-spacing: .08em;
}

.entry .lead_wrap {
 /* background: url(../img/bg_entry-sp.png) no-repeat;*/
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  margin: 5rem 0;
  position: relative;
}

.entry .lead_wrap .box {
  /*border: 1px solid #fff;*/
  border-radius: .6rem;
  padding: 4rem 1rem;
  z-index: 10;
  position: relative;
}

.entry .lead_wrap .ttl {
  font-size: 8vw;
  margin: 0 0 2.5rem;
}

.entry .lead_wrap .marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #30a1d3), color-stop(60%, #30a1d3));
  background: -webkit-linear-gradient(transparent 0%, transparent 40%, #30a1d3 40%, #30a1d3 60%);
  background: linear-gradient(transparent 0%, transparent 40%, #30a1d3 40%, #30a1d3 60%);
}

.entry .lead_wrap p.marker {
  display: inline;
  font-weight: 700;
}

.entry .lead_wrap .btn_stitch {
  margin: 4rem 1rem 0 1.5rem;
}

.entry .entry_list {
  width: 77%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.entry .entry_list li {
  margin: 2rem 0 0;
}

.btn_yl {
  margin: 3rem auto 4rem;
}

.btn_yl li {
  font-size: 0;
  width: 80%;
  margin: .8rem auto 0;
}

.btn_yl li a {
  font-size: 0;
  width: 100%;
}

.btn_yl li img {
  width: 100%;
}

.sp_only .head_menu {
  display: none;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 2rem 0 5rem;
}

.sp_only .head_menu .logo_wrap {
  width: 42%;
  margin: 0 auto 4rem;
}

.sp_only .head_menu .link_list {
  background: #fff;
  border-radius: .6rem;
  color: #fff;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp_only .head_menu .link_list li {
  border-radius: .6rem;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 3.73333vw;
  height: 14.66667vw;
}

.sp_only .head_menu .link_list li:nth-of-type(n+3) {
  margin-top: 2rem;
}

.sp_only .head_menu .link_list li:nth-of-type(even) {
  margin-left: .8rem;
}

.sp_only .head_menu .link_list li p {
  line-height: 1;
  padding-bottom: .2rem;
}

.sp_only .head_menu .link_list li p .sm {
  font-size: 2.8vw;
}

.sp_only .head_menu .link_list li a {
  border-radius: .6rem;
  margin: .3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.header_wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: .8rem 0 .5rem;
  height: 6rem;
}

.header_wrap .head_target.hidden {
  display: none;
}

.header_wrap .logo_wrap {
  width: 32.6%;
  margin: 0 auto;
}

.header_wrap .logo img {
  max-width: 30rem;
  width: 32.6vw;
  margin: 0 auto;
}

.header_wrap .menu_in {
  background: red;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_burger {
  position: absolute;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 20;
  width: 3rem;
  height: 2rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_burger span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 3rem;
  height: .3rem;
  background-color: #333;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn_burger span:nth-of-type(1) {
  top: 0;
}

.btn_burger span:nth-of-type(2) {
  top: .8rem;
}

.btn_burger span:nth-of-type(3) {
  bottom: 0;
}

.btn_burger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: .3rem;
  background-color: #333;
  border-radius: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn_burger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_burger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

.btn_burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

.pc_only .header {
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.08);
  padding: 3rem 0;
}

.pc_only .header .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc_only .header .logo {
  width: 20%;
  max-width: 18.2rem;
}

.pc_only .header .logo img {
  width: 100%;
}

.pc_only .header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 80%;
}

.pc_only .header .menu li {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.2;
  height: 3em;
  margin: .5rem;
  max-width: 12rem;
  width: 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1rem;
}

.pc_only .header .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3em;
}

.pc_only .header .menu li .sm {
  font-size: 1.2rem;
  white-space: nowrap;
}

.pc_only .header .menu_points {
  color: #e60012;
}

.pc_only .header .menu_howto_entroll {
  color: #009944;
}

.pc_only .header .menu_faq {
  color: #ee7800;
}

.pc_only .header .menu_coursefee {
  color: #48a7ea;
}

.pc_only .header .menu_class {
  color: #1d2088;
}

.pc_only .header .menu_entry {
  color: #b60081;
}

.pc_only .header .menu_logo {
  align-items: flex-end!important;
  margin: 0 .5rem .5rem!important;	
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
footer {
	width: 100%;
	margin: 50px 0 0;
	background: url(/sanasta/img/foot_bg.jpg) no-repeat 50% 0;
	height: 253px;
	text-align: center;
	float: left;
	position:static;
}

footer div#footlogo {
	width: 1100px;
	margin: 80px auto 0; /* 中央レイアウト */
}

@media screen and (max-width: 1100px) {
  footer {
	width: 100%;
	background: url(/sanasta/img/footer_bg_sp.jpg) no-repeat bottom center;	
	height: auto;
	text-align: center;
 }

  footer div#footlogo {
	width: 100%;
	margin: 40px 0 30px;
 }
	
  footer div#footlogo img{
	width: 40%;
	height: auto;
	max-width: 312px;
 }
}

#page-top {
  background: #fff;
  border-radius: 6em;
  -webkit-box-shadow: 1px 1px 3px #eee;
  box-shadow: 1px 1px 3px #eee;
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 8rem;
  right: 1rem;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}

#page-top img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#page-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 2.2rem;
  height: 1.4rem;
  background: url(/sanasta/img/icon_arrow-04.png) no-repeat;
  background-size: contain;
}

#page-top:hover {
  opacity: .7;
}

#page-top.active {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fix_entry {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.fix_entry2 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.breadcrumb {
  color: #8b8b8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding: 2rem 0;
  flex-wrap: wrap;
}

.breadcrumb li:not(:first-of-type)::before {
  content: '＞';
  padding: 0 .2rem 0 .8rem;
}

.news_box .nmark {
  background: #db3945;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.4vw;
  letter-spacing: 0;
  padding: .2rem 1rem;
}

.cat_news .ttl {
  background: #f06070;
  border-radius: .6rem .6rem 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  padding: 1rem 2rem;
}

.cat_news .news_box .list_box {
  background: #fff;
  border: 2px solid #f06070;
  border-top: none;
  border-radius: 0 0 .6rem .6rem;
  padding: .6rem;
}

.cat_news .news_box .list_box li {
  background: #fbeceb;
  border-radius: .2rem;
  font-weight: 700;
  padding: 1rem;
  position: relative;
}

.cat_news .news_box .list_box li:not(:first-of-type) {
  margin: .6rem 0 0;
}

.cat_news .news_box .list_box li a {
  display: block;
  position: relative;
}

.cat_news .news_box .list_box li a::after {
  content: '';
  background: url(../img/icon/icon_arrow-01.png) no-repeat;
  background-size: contain;
  width: 2.93333vw;
  height: 2.66667vw;
  max-width: 2.2rem;
  max-height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.cat_news .news_box .list_box li .post_ttl {
  width: 76%;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0 0 .5rem;
}

.cat_news .more {
  color: #f06070;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin: 2rem 0 0;
  text-align: right;
}

.cat_news .more .arrow {
  width: .6em;
  height: .8em;
  margin-left: .6em;
}

.cat_news ul.page-numbers {
  font-size: 1.8rem;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0;
}

.cat_news ul.page-numbers .page-numbers {
  display: inline-block;
  letter-spacing: 0;
  padding: .4rem 1.2rem .2rem;
}

.cat_news ul.page-numbers .current {
  border-radius: .6rem;
  background: #f06070;
  color: #fff;
}

.cat_news ul.page-numbers li {
  margin: 0 .5rem;
}

.single_news .news_box {
  background: #fff;
  border-radius: .6rem;
  letter-spacing: .08em;
  padding: 3rem 2rem;
}

.single_news .news_box .first_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_news .news_box .first_box p {
  margin: 0;
}

.single_news .news_box .date {
  font-size: 1.2rem;
  font-weight: 700;
}

.single_news .news_box .nmark {
  font-size: 1.2rem;
  border-radius: .4rem;
}

.single_news .news_box .ttl {
  border-bottom: 4px dotted #f06070;
  border-radius: 1px;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: .4rem;
  margin: 3rem 0 2rem;
}

.single_news .news_box h2, .single_news .news_box h3, .single_news .news_box h4 {
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.single_news .news_box h3, .single_news .news_box h4 {
  color: #333;
}

.single_news .news_box h2 {
  background: #f06070;
  border-radius: .4rem;
  color: #fff;
  font-size: 2rem;
  margin: 5rem 0 0;
  padding: 1.4rem 1.4rem 1.2rem;
}

.single_news .news_box h3 {
  font-size: 1.8rem;
  border-left: 4px solid #f06070;
  margin: 3rem 0 0;
  padding: .4rem 0 0 1.4rem;
}

.single_news .news_box h4 {
  font-size: 1.8rem;
  margin: 3rem 0 0;
}

.single_news .news_box p {
  line-height: 1.8;
  margin: 2rem 0 0;
}

.single_news .news_box strong {
  font-weight: 700;
}

.single_news .news_box .wp-block-image img {
  height: auto;
}

.color01 {
  background: #54c8e3;
}

.b_color01 {
  border: 2px solid #54c8e3;
}

.color02 {
  background: #60cfa7;
}

.b_color02 {
  border: 2px solid #60cfa7;
}

.color03 {
  background: #e38b68;
}

.b_color03 {
  border: 2px solid #e38b68;
}

.color04 {
  background: #cb3c4a;
}

.b_color04 {
  border: 2px solid #cb3c4a;
}

.color05 {
  background: #d26f9e;
}

.b_color05 {
  border: 2px solid #d26f9e;
}

.color06 {
  background: #f17483;
}

.b_color06 {
  border: 2px solid #f17483;
}

.color07 {
  background: #f58e5a;
}

.b_color07 {
  border: 2px solid #f58e5a;
}

.color08 {
  background: #5991ca;
}

.b_color08 {
  border: 2px solid #5991ca;
}

.color09 {
  background: #43a649;
}

.b_color09 {
  border: 2px solid #43a649;
}

.color10 {
  background: #96ba3f;
}

.b_color10 {
  border: 2px solid #96ba3f;
}

.color11 {
  background: #f6b424;
}

.b_color11 {
  border: 2px solid #f6b424;
}

.color12 {
  background: #3c47b2;
}

.b_color12 {
  border: 2px solid #3c47b2;
}

.color13 {
  background: #b9925c;
}

.b_color13 {
  border: 2px solid #b9925c;
}

.color14 {
  background: #9ad747;
}

.b_color14 {
  border: 2px solid #9ad747;
}

.color15 {
  background: #ac94be;
}

.b_color15 {
  border: 2px solid #ac94be;
}

.pagettl_wrap {
  background: #f9f3e7;
  padding: 5rem 1rem;
}

.pagettl_wrap .page_ttl {
  font-size: 2rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  letter-spacing: .08em;
}
.pagettl_wrap .page_ttl p {
  font-size: 1.3rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  letter-spacing: .08em;
  color: #0081cc;	
}

.pages_wrap {
  padding: 0 0 5rem;
}

.pages_wrap .fv {
  margin: 3rem 0 0;
}

.common_lead {
  font-weight: 700;
  text-align: center;
  line-height: 1.875;
  margin: 3rem 0 4rem;
}

.page_program .pg_menu ul {
  background: #fff;
  -webkit-box-shadow: 0 1.3rem 1rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 1.3rem 1rem rgba(0, 0, 0, 0.08);
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}

.page_program .pg_menu ul li {
  color: #fff;
  font-size: 2.4vw;
  height: 4.2rem;
  width: 32.5%;
  margin: 1rem 0 0;
}

.page_program .pg_menu ul li a {
  background: #333;
  border-radius: .6rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_program .pg_menu ul li span {
  white-space: nowrap;
}

.page_program .pg_menu ul li.adj_letter {
  letter-spacing: -.03em;
}

/*.page_program .inner {
  padding: 0 0 5rem;
}*/

.page_program .pg_detail {
  margin: 5rem 0 0;
}

.page_program .pg_detail .ttl {
  border-radius: .2rem .2rem 0 0;
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 5vw;
  text-align: center;
  padding: 1rem 0;
}

.page_program .pg_detail .ttl span {
  display: inline-block;
  vertical-align: middle;
}

.page_program .pg_detail .ttl .sm {
  margin-left: 1rem;
  font-size: 3vw;
}

.page_program .pg_detail .ttl.narrow {
  font-size: 4vw;
  letter-spacing: 0;
  white-space: nowrap;
}

.page_program .pg_detail .ttl2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 1rem;
}

.page_program .pg_detail .ttl2.adj {
  letter-spacing: 0;
}

.page_program .pg_detail .list_wrap .item_inner {
  width: 87%;
  margin: 0 auto 2rem;
}

.page_program .pg_detail .list_wrap .item {
  background: #fff;
  border-radius: .6rem;
  margin: 3rem 0 0;
}

.page_program .pg_detail .list_wrap .img_wrap {
  height: auto;
  text-align: center;
  margin: 2rem 0;
}

.page_program .pg_detail .list_wrap .img_wrap img {
  width: 80%;
}

.page_program .pg_detail .tag_list {
  margin: 1rem 0 2rem;
}

.page_program .pg_detail .tag_list li {
  border-radius: .4rem;
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  padding: .4rem 1rem;
  line-height: 1;
}

.page_program .pg_detail .movie_wrap {
  width: 100%;
  height: 46vw;
  margin: 3rem 0 0;
}

.page_program .pg_detail .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

.page_program .pg_detail .more_cont {
  margin: 2.5rem 0 0;
}

.page_program .pg_detail .more_cont.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_program .pg_detail .more_cont .head {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.page_program .pg_detail .note_r {
  font-size: 1.4rem;
  text-align: right;
  margin: 2rem 0 0;
}

.page_program .pg_detail #program6 .more_cont img {
  width: 15rem;
  margin-right: 1rem;
}

.page_program .pg_detail #program13 .tag_list {
  margin: 1rem 0 0;
}

.page_program .pg_detail #program13 .tag_note {
  color: #b9935e;
  font-size: 1.4rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 2rem;
}

.page_program .pg_detail #program14 .more_cont p {
  margin: 2rem 0 0;
}

.page_program .pg_detail #program15 .item_inner {
  margin: 2rem auto;
}



.page_introduction_btn{
	margin:3em auto 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:calc(97% - 16px);
}

.page_introduction_btn a{
	display: block;
	position: relative;
	text-align: center;
	width:calc(32% - 16px);
	background-color: #E8652B;
	font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	color: #fff;
	border: dotted 2px #fff;
	outline: solid 8px #E8652B;
	border-radius: 10px;
	padding:15px 0 25px;
	transition: all .2s;
}

.page_introduction_btn a::after{
	content: '';
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/icon/icon_arrow-03.png) no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 0.8rem;
}

.page_introduction_btn a:hover{
	margin:5px 0 -5px;
}



.page_introduction .list_wrap{
	padding-bottom: 0.5em;
}

.page_introduction .list_wrap .item{
	width:94%;
	margin:0 auto 2em;
}

.page_introduction .list_wrap .item .mv_img_box{
	width:100%;
	height:auto;
	position: relative;
}
.page_introduction .list_wrap .item .mv_img_box img{
	border-radius: 20px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,.3));
	transition: .2s;
}
.page_introduction .list_wrap .item .mv_img_box img[src*="play.svg"]{
	position: absolute;
	width: 15%;
	max-width: 70px;
	border-radius: 0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}
.page_introduction .list_wrap .item:hover .mv_img_box img{
	border-radius: 0;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0));
}
.page_introduction h2.tit{
	font-size: 2.3rem;
	font-weight: 400;
	margin: 0.5rem auto 3rem;
	letter-spacing: 0;
	text-align: center;
	font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  background-color: #ee1e79;
  padding: 1.0rem;
  width: 97%;
}

.page_introduction .list_wrap .item h3{
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0.5rem 0;
	letter-spacing: 0;
	text-align: center;
	font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	color: #1F1F1F;
}




.page_tablet .cont_inner {
  width: 92%;
  margin: 0 auto;
  padding: 0 0 1rem;
}

.page_tablet .tabimg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_tablet .functions .item {
  background: #f9fcff;
  border: 2px solid #1c5ea9;
  padding: 2rem;
  margin: 5rem 0 0;
}

.page_tablet .functions .ttl {
  color: #1c5ea9;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  text-align: center;
}

.page_tablet .functions .cont_wrap {
  margin: 4rem 0 0;
}

.page_tablet .functions .cont_wrap .mt {
  margin: 3rem 0 0;
}

.page_tablet .functions .cont_wrap .side_img {
  text-align: center;
}

.page_tablet .functions .sub_ttl {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4vw;
  position: relative;
}

.page_tablet .functions .sub_ttl::after {
  content: '';
  background: url(../img/dot_line_blue-02.png) repeat-x;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 14vw;
  left: 0;
  width: 100%;
  height: .4rem;
}

.page_tablet .functions .sub_ttl + p {
  margin: 3rem 0 0;
}

.page_tablet .functions .detail_ttl {
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1;
  margin: 2.6rem 0 1.4rem;
}

.page_tablet .functions .detail_ttl::before {
  content: '';
  background: url(../img/icon/icon_diamond.png) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: bottom;
  margin-right: .8rem;
}

.page_tablet .functions .sub_ttl + .detail_ttl {
  margin: 3rem 0 1.4rem;
}

.page_tablet .ttl_band {
  background: #1c5ea9;
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4.53333vw;
  margin: 6rem 0 0;
  position: relative;
  padding: 1.8rem 0 1.6rem;
  text-align: center;
}

.page_tablet .app .img_wrap {
  text-align: center;
}

.page_tablet .app .img_wrap img {
  position: relative;
  left: 4rem;
}

.page_tablet .app .link_wrap {
  width: 75%;
  margin: 3rem auto 0;
}

.page_tablet .app .link_wrap .btn_more {
  font-size: 3.46667vw;
  width: 100%;
}

.page_tablet .app .link_wrap + .note {
  margin: 3rem 0 0;
}

.page_leffect .change_elem_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page_leffect .change_elem_btn .change_btn {
  border-radius: .6rem .6rem 0 0;
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  width: 19.5%;
  padding: .3rem .3rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.page_leffect .change_elem_btn .ins {
  border-radius: .6rem .6rem 0 0;
  border: 1px dashed #fff;
  border-bottom: none;
  display: block;
  padding: 1rem;
}

.page_leffect .change_elem_btn .is-active::before,
.page_leffect .change_elem_btn .is-active::after {
  content: '';
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page_leffect .change_elem_btn .is-active::before {
  border-radius: 5em;
  z-index: -1;
  bottom: -.8rem;
}

.page_leffect .change_elem_btn .red.is-active::before {
  background: #db3945;
}

.page_leffect .change_elem_btn .orange.is-active::before {
  background: #f6925e;
}

.page_leffect .change_elem_btn .green.is-active::before {
  background: #00a971;
}

.page_leffect .change_elem_btn .blue.is-active::before {
  background: #1c5ea9;
}

.page_leffect .change_elem_btn .purple.is-active::before {
  background: #501e9e;
}

.page_leffect .change_elem_btn .is-active::after {
  background-image: url(../img/icon/icon_arrow-03.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  bottom: -1.4rem;
}

.page_leffect .subject_cont {
  font-size: 2.93333vw;
  width: 90%;
  margin: 4rem auto 0;
  padding-bottom: 4rem;
}

.page_leffect .subject_cont .flex_cont.flex_s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page_leffect .subject_cont .sub_ttl {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4.26667vw;
  position: relative;
}

.page_leffect .subject_cont .sub_ttl.border::after {
  content: '';
  background: url(../img/dot_line_gray.png) repeat-x;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 9vw;
  left: 0;
  width: 100%;
  height: .4rem;
}

.page_leffect .subject_cont .sub_ttl + p {
  margin: 3em 0 0;
}

.page_leffect .qanda {
  border-radius: 0 0 .6rem .6rem;
  font-weight: 700;
}

.page_leffect .qanda .y_s {
  background: #41403e;
  border-radius: .6rem .6rem 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 2rem 0 0;
  position: relative;
}

.page_leffect .qanda .y_s:not(:first-of-type) {
  margin: 6rem 0 0;
}

.page_leffect .qanda .cont_inner {
  background: #f8f8f8;
  padding: 2rem 1rem 3rem;
}

.page_leffect .qanda .q_inner {
  padding: 1rem 1rem 0;
}

.page_leffect .qanda .txt_q {
  font-size: 3.2vw;
  margin: 1rem 0 0;
}

.page_leffect .qanda .answer_list {
  margin: 3rem 0 0;
}

.page_leffect .qanda .answer_list p {
  display: inline-block;
  vertical-align: top;
}

.page_leffect .qanda .answer {
  margin: 2rem 0 0;
  text-align: right;
}

.page_leffect .qanda .answer span {
  display: inline-block;
  vertical-align: middle;
}

.page_leffect .qanda .answer span:first-of-type {
  background: #fed751;
  border-radius: .6rem;
  padding: .4rem 1rem;
  margin-right: 1rem;
}

.page_leffect .kokugo .answer span {
  text-align: left;
}

.page_leffect .sansuu .y_s:last-of-type {
  background: #fa8d64;
  padding: 1rem 2rem 1rem 8rem;
}

.page_leffect .sansuu .cont_inner {
  background: #fdf7f5;
}

.page_leffect .sansuu .balloon {
  position: absolute;
  width: 7rem;
  top: -2.6rem;
  left: 0;
}

.page_leffect .sansuu .note {
  text-align: center;
}

.page_leffect .rika .under {
  margin: 3rem 0 0;
}

.page_leffect .rika .under img {
  margin: 1rem 0;
}

.page_leffect .syakai .q_detail {
  font-weight: 400;
  margin: 3rem 0 4rem;
}

.page_leffect .syakai .under {
  width: 86%;
  margin: 4rem auto 0;
}

.page_leffect .syakai .under img {
  padding-bottom: 1rem;
}

.page_leffect .eigo .q_detail {
  font-weight: 400;
  margin: 3rem 0 4rem;
}

.page_leffect .eigo .q_detail li {
  margin: 1rem 0 0;
}

.page_leffect .eigo .q_detail .under_line {
  position: relative;
}

.page_leffect .eigo .q_detail .under_line:after {
  content: '';
  width: .4em;
  height: .1rem;
  background: #1f1f1f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page_leffect .eigo .q_detail li:last-of-type .under_line:after {
  width: 1.2em;
}

.page_leffect .eigo .flex_cont.under {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page_leffect .eigo .flex_cont.under .item {
  margin: 3rem 0 0;
}

.page_leffect .eigo .flex_cont.under .item p {
  font-size: 1.2rem;
  margin: 1rem 1rem 0;
}

.page_leffect .notice {
  background: #ec5e6c;
  border-radius: .6rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .05em;
  padding: 1rem;
  margin: 2rem 0 0;
}

/*囲み枠追加 5/30大浦*/
.single_news .news_box .notesBox{
  font-size: 1.2rem;
  border: 3px solid #F0606F;
  border-radius: 10px;
  margin: 30px 0 0;
  padding: 20px;
  background-color: #f9f3e7;
  display:inline-block;
  position: relative;
}
.single_news .news_box .notesBox--title{
  font-size: 1.4rem;
  margin: 0 0 15px;
  font-weight: bold;
  color: #F0606F;
}
.single_news .news_box .notesBox--text{
  margin: 0;
}
/*囲み枠ここまで*/

/*contents追加(2022年夏期では「ポンポンプログラミング」に使用 5/30大浦*/
.contents{
  margin: 25px 0 40px;
}
.contents__area--image{
  width: 100%;
}
.detailHere{
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 1em;
}
.detailHere::before{
  content: ">";
  font-weight: bold;
  position: absolute;
  left: 0;
}
/*contentsここまで*/

/*要項見出しなど追加 5/30大浦*/
.single_news .news_box .essentials{
  margin: 30px 0;
}
.single_news .news_box .essentials .essentials--title{
  font-weight: bold;
  margin-top: 20px;
}
.single_news .news_box .essentials p{
  margin: 0;
}
.single_news .news_box .essentials .subPrice{
  font-size: 88%;
}
/*要項見出しなどここまで*/

/*開講校舎一覧追加 5/30大浦*/
.single_news .news_box .areaList h3{
  margin-bottom: 15px;
}
.areaList li{
  margin: 0.5em 0;
  position: relative;
  padding-left: 1.5em;
}
.areaList li a{
  text-decoration: underline;
}
.areaList li::before{
  content: ">";
  color: #f76060;
  font-weight: bold;
  position: absolute;
  left: 0;
}
/*開講校舎一覧ここまで*/

/*注釈追加*/
.annotation{
  font-size: 3vw;
  text-align: right;
}
/*注釈ここまで*/

/*卒業生通信ページ*/

.graduate_button_area{
  display: flex;
  justify-content: space-around;
  max-width: 810px;
  margin: 0 auto 100px;
}
a.graduate_button{
  background-color: #ff0078;
  font-size: 2.4rem;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.1s;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.button_cubic{
  border-bottom: 5px solid #b60055;
}
.button_cubic:hover{
  margin-top: 3px;
  border-bottom: 2px solid #b60055;
}
.graduates_item{
  margin-bottom: 100px;
}
.guraduate_area{
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 50px;
  color: #ff0078;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  border-bottom: 2px solid #ff0078;
}
.student{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.student_profile{
  max-width: 150px;
  display: inline-block;
  position: relative;
}

.student_pht img{
  vertical-align: bottom;
}
.student_info{
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  z-index: 50;
  padding: 5px 10px;
}
.student_info::before{
  content: '';
  max-width: 63px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  right: 0;
  background-image: url(../img/graduates/pass_symbol.png);
  background-repeat: no-repeat;
  z-index: 100;
}
.student_info::after{
  content: '';
  background-color: #fff100;
  position: absolute;
  left: 0%;
  top: -4px;
  transform: skewY(-3deg);
  transform-origin: top right;
  width:100%;
  height:100%;
  z-index: -1;
}
.info_after{
  font-size: 1.6rem;
}
.student_voice{
  max-width: 750px;
  width: 80%;
}
.balloon{
  padding: 20px;
  /*background-color: #fffdcd;*/
  background-color: #fffee9;
  display: inline-block;
  position: relative;
  box-shadow: -4px 4px 0px 0px #cbeccb;
}
.balloon::before {
  content: '';
	position: absolute;
	left: 0;
	top: 17%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #cbeccb;
	border-left: 0;
	border-top: 0;
	margin-top: -10px;
	margin-left: -20px;
}
.balloon:after {
  content: '';
	position: absolute;
	left: 0;
	top: 15%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #fffee9;
	border-left: 0;
	border-top: 0;
	margin-top: -10px;
	margin-left: -20px;
}
.voice_title{
  color: #ff0078;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}
.voice_text{
  font-size: 1.6rem;
}

.useful{
  max-width: 810px;
  margin: 30px 5.5% 0;
}
.useful_title{
  font-size: 2.4rem;
  color: #00a29a;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 3px solid #00a29a;
}
.useful_contents{
  display: grid;
  grid-template-columns: 48% 25% 25%;
  justify-content: space-between;
}
.useful_text{
  display: inline-block;
}
.contents_name{
  margin-right: 1.5rem;
  padding: 1px 10px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  border-radius: 15px;
}
.contents_name.sanabattle{
  background-color: #f6925e;
}
.contents_name.rittaiyonmoku{
  background-color: #601986;
}
.contents_name.unabara{
  background-color: #de156e;
}
.contents_name.stepup{
  background-color: #15499d;
}
.contents_name.hirameki{
  background-color: #601986;
}
.sanasta_memory{
  max-width: 810px;
  margin: 30px 5.5% 0;
  border: 2px solid #00a29a;
  background-color: #ecfffe;
  padding: 25px 20px;
}
.memory_title{
  font-size: 2.4rem;
  color: #00a29a;
  font-weight: bold;
  margin-bottom: 25px;
}
.memory_pht{
  float: right;
}
.memory_text{
  line-height: 1.8;
}
.mark{
  background-image: linear-gradient(transparent 0%, #fff944 0%);
}


@media screen and (max-width: 767px) {
  a.graduate_button{
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .graduates_item{
    margin-bottom: 40px;
  }
  .guraduate_area{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
    color: #ff0078;
    font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    border-bottom: 2px solid #ff0078;
  }
  .student{
    display: block;
  }
  .student_profile{
    max-width: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .student_pht{
    width: 35%;
    display: inline-block;
    text-align: center;
  }
  .student_info{
    width: 60%;
    font-size: 1.6rem;
    text-align: left;
    text-align: center;
    padding: 15px;
  }
  .student_info::after{
    box-shadow: 1px 1px 10px #b5b5b5;
  }
  .student_info::before{
    top: -30px;
    left: -30px;
  }
  .info_after{
    font-size: 1.2rem;
  }
  .student_voice{
    width: 100%;
    margin-top: 25px;
  }
  .balloon{
    box-shadow: 4px 4px 0px 0px #cbeccb;
  }
  .balloon::after{
    top: -1%;
    left: 20%;
    transform: rotate(90deg);
  }
  .balloon::before{
    top: -1.5%;
    left: 21%;
    transform: rotate(90deg);
  }
  .voice_title{
    font-size: 1.8rem;
  }
  .voice_text{
    font-size: 1.4rem;
  }
  .useful{
    margin: 20px 0 0;
  }
  .useful_title{
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .useful_contents{
    grid-template-columns: 49% 49%;
    row-gap: 15px;
  }
  .useful_text{
    grid-column: 1/3;
    font-size: 1.4rem;
  }
  .sanasta_memory{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    margin: 20px 0 0;
  }
  .memory_title{
    font-size: 2rem;
    margin-bottom: 10px;
    order: 1;
  }
  .memory_pht{
    float: none;
    order: 3;
    text-align: center;
  }
  .memory_text{
    font-size: 1.4rem;
    order: 2;
    margin-bottom: 1.5rem;
  }
}
/*卒業生通信ページここまで*/


@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .fix_entry2 {
    display: none;
  }	
  .btn_stitch {
    font-size: 3.2rem;
    line-height: 16rem;
    height: 16rem;
    width: 47%;
  }
  .btn_stitch:hover {
    top: .9rem;
  }
  .btn_stitch::after {
    top: -5px;
  }
  .btn_stitch .ins {
    padding-left: 2em;
  }
  .btn_stitch .ins.ico::after {
    width: 8vw;
    height: 8vw;
    max-width: 8rem;
    max-height: 8rem;
    left: 2.2rem;
  }
  .btn_entry {
    font-size: 1.4rem;
    height: 10rem;
    width: 10rem;
    padding-top: 5em;
  }
  .btn_entry.pink {
    padding-top: 4.4em;
  }
  .btn_entry.green {
    font-size: 1.2rem;
    padding-top: 5.4em;
  }
  .btn_entry .ins {
    margin: 0;
  }
  .btn_entry .ins.ico::after {
    top: 1.5em;
    width: 2.875vw;
    height: 2.875vw;
    max-width: 3.6rem;
    max-height: 3.6rem;
  }
  .btn_entry .ins.ico_pen::after {
    top: 1em;
  }
  .btn_more {
    font-size: 1.4rem;
  }
  .entry {
    max-width: 100rem;
    margin: 0 auto;
  }
  .entry .ttl {
    font-size: 4rem;
  }
  .entry .btn_stitch .ico_email {
    letter-spacing: 0;
  }
 .entry .lead_wrap {
	/*background: url(../img/bg_entry-pc.png) no-repeat;
    background-size: 120%;*/
    margin: 5rem 0 3rem;
  } 
  .entry .lead_wrap .box {
    padding: 1rem 10%;
  }
  .entry .lead_wrap .ttl {
    font-size: 3.4rem;
  }
  .entry .lead_wrap p.marker {
    font-size: 2rem;
    line-height: 1.7;
  }
  .entry .lead_wrap .btn_stitch {
    font-size: 4rem;
    width: 100%;
    max-width: 66rem;
    height: 14rem;
    line-height: 13rem;
  }
  .entry .lead_wrap .btn_stitch .ins.ico_pen {
    padding: 0 0 0 7.6rem;
  }
  .entry .entry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 88%;
  }
  .entry .entry_list li:nth-of-type(n+3) {
    margin: 5rem 0 0;
  }
  .btn_yl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 7rem auto 10rem;
  }
  .btn_yl li {
    width: 48%;
  }
  #page-top {
    bottom: 2rem;
    right: 13rem;
  }
  .breadcrumb {
    font-size: 1.2rem;
    padding: 4rem 0;
  }
  .news_box .nmark {
    font-size: 1.8rem;
    padding: .4rem 1rem .2rem;
  }
  .cat_news .ttl {
    font-size: 3.2rem;
  }
  .cat_news .news_box .list_box {
    border: 4px solid #f06070;
    border-top: none;
    padding: 1.2rem;
  }
  .cat_news .news_box .list_box li {
    padding: 1rem 2rem;
  }
  .cat_news .news_box .list_box li:not(:first-of-type) {
    margin: 1.2rem 0 0;
  }
  .cat_news .news_box .list_box li .post_ttl {
    width: 86%;
    margin: 0 0 0 1rem;
  }
  .cat_news .news_box .list_box li .post_ttl.sp_only {
    display: none;
  }
  .cat_news .more {
    font-size: 1.8rem;
    margin: 4rem 0 0;
  }
  .cat_news ul.page-numbers {
    margin: 4rem 0 0;
    font-size: 2rem;
  }
  .single_news .news_box {
    padding: 5rem 7rem;
    border-radius: 1rem;
  }
  .single_news .news_box .date {
    font-size: 1.4rem;
  }
  .single_news .news_box .nmark {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  .single_news .news_box .ttl {
    font-size: 3rem;
    margin: 4rem 0 3rem;
  }
  .single_news .news_box h2 {
    font-size: 2.4rem;
  }
  .single_news .news_box h3 {
    font-size: 2.2rem;
  }
  .single_news .news_box h4 {
    font-size: 1.8rem;
  }
  .single_news .news_box p {
    margin: 3rem 0 0;
  }
  .pagettl_wrap {
    padding: 8rem 1rem;
  }
  .pagettl_wrap .page_ttl {
    font-size: 4rem;
  }
  .pagettl_wrap .page_ttl p {
    font-size: 2rem;
  }	
  .pages_wrap {
    padding: 0 0 10rem;
  }
  .pages_wrap .fv {
    margin: 6rem 0 0;
  }
  .common_lead {
    margin: 5rem 0 8rem;
  }
  .page_program .pg_menu ul {
    padding: 4rem;
  }
  .page_program .pg_menu ul li {
    font-size: 1.7rem;
    width: 19.5%;
    height: 6.8rem;
  }
  /*.page_program .inner {
    padding: 0 0 10rem;
  }*/
  .page_program .pg_detail .ttl {
    font-size: 2.6rem;
  }
  .page_program .pg_detail .ttl .sm {
    font-size: 1.6rem;
  }
  .page_program .pg_detail .ttl.narrow {
    font-size: 2.4rem;
  }
  .page_program .pg_detail .ttl2 {
    font-size: 2rem;
  }
  .page_program .pg_detail .ttl2 + p {
    font-size: 1.4rem;
  }
  .page_program .pg_detail .ttl2.adj {
    font-size: 1.8rem;
  }
  .page_program .pg_detail .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_program .pg_detail .list_wrap .item_inner {
    margin: 0 auto 4rem;
  }
  .page_program .pg_detail .list_wrap .item {
    width: 48%;
  }
  .page_program .pg_detail .list_wrap .img_wrap {
    height: 25rem;
    margin: 5rem 0 0;
  }
  .page_program .pg_detail .list_wrap .img_wrap.wrap02 {
    height: 30rem;
  }
  .page_program .pg_detail .list_wrap .img_wrap.wrap03 {
    height: 29rem;
  }
  .page_program .pg_detail .movie_wrap {
    height: 18vw;
    max-height: 24rem;
  }
  .page_program .pg_detail .more_cont p {
    font-size: 1.4rem;
  }
  .page_program .pg_detail #program4 .img_wrap img {
    position: relative;
    max-height: 21.5rem;
    width: auto;
  }
  .page_program .pg_detail #program14 .more_cont p {
    font-size: 1.4rem;
    margin: 3rem 0 0;
  }
  .page_program .pg_detail #program15 .item_inner {
    margin: 5rem auto 4rem;
  }
  .page_program .pg_detail #program15 .img_wrap {
    height: 16rem;
  }
	
	.page_introduction{
		
	}
	.page_introduction .list_wrap{
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
		padding-bottom: 4em;
	}
	.page_introduction .list_wrap .item{
		width: 46%;
		margin: auto 2% 2.5em;
	}
	


	
	
  .page_tablet .functions .item {
    border: 4px solid #1c5ea9;
    font-size: 1.4rem;
    padding: 4rem 5rem;
  }
  .page_tablet .functions .ttl {
    font-size: 2.4rem;
  }
  .page_tablet .functions .cont_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page_tablet .functions .cont_wrap .side_img {
    width: 32%;
  }
  .page_tablet .functions .txt_wrap {
    width: 61%;
  }
  .page_tablet .functions .sub_ttl {
    font-size: 1.8rem;
  }
  .page_tablet .functions .sub_ttl::after {
    top: 2em;
  }
  .page_tablet .functions .detail_ttl {
    font-size: 1.6rem;
    margin: 4rem 0 1.4rem;
  }
  .page_tablet .app .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 7rem auto 0;
  }
  .page_tablet .app .link_wrap .btn_more {
    font-size: 1.8rem;
    width: 48%;
  }
  .page_tablet .app .link_wrap + .note {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .page_leffect .change_elem_btn .change_btn {
    font-size: 2.6rem;
    padding: .5rem .5rem 0;
  }
  .page_leffect .change_elem_btn .ins {
    padding: 1.5rem;
  }
  .page_leffect .change_elem_btn .is-active::before,
  .page_leffect .change_elem_btn .is-active::after {
    width: 4rem;
    height: 4rem;
  }
  .page_leffect .change_elem_btn .is-active::before {
    bottom: -1.4rem;
  }
  .page_leffect .change_elem_btn .is-active::after {
    bottom: -2rem;
  }
  .page_leffect .subject_cont {
    font-size: 1.4rem;
    margin: 8rem auto 0;
    padding-bottom: 6rem;
  }
  .page_leffect .subject_cont .flex_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_leffect .subject_cont .sub_ttl {
    font-size: 2.6rem;
  }
  .page_leffect .subject_cont .sub_ttl.border::after {
    top: 2em;
  }
  .page_leffect .qanda .y_s {
    font-size: 2rem;
    margin: 3rem 0 0;
  }
  .page_leffect .qanda .cont_inner {
    padding: 2rem 2.5rem 3rem;
  }
  .page_leffect .qanda .q_inner {
    padding: 2rem 3rem 0;
  }
  .page_leffect .qanda .txt_q {
    font-size: 1.6rem;
    margin: 0;
  }
  .page_leffect .kokugo .y_s {
    margin: 5rem 0 0;
  }
  .page_leffect .kokugo .right_cont {
    width: calc(100% - 5rem);
  }
  .page_leffect .kokugo .flex_cont .txt_wrap {
    width: 50%;
  }
  .page_leffect .kokugo .flex_cont img {
    width: 47%;
  }
  .page_leffect .sansuu .y_s:last-of-type {
    padding: 1rem 2rem 1rem 12rem;
  }
  .page_leffect .sansuu .balloon {
    top: -3.6rem;
    left: 1rem;
  }
  .page_leffect .sansuu .note {
    font-size: 1.6rem;
  }
  .page_leffect .rika .under img {
    max-width: 49%;
  }
  .page_leffect .syakai .q_detail {
    margin: 3rem 2rem 4rem;
  }
  .page_leffect .syakai .under img:first-of-type {
    width: 36%;
  }
  .page_leffect .syakai .under img:last-of-type {
    width: 59%;
  }
  .page_leffect .eigo .q_detail {
    margin: 3rem 3rem 4rem;
  }
  .page_leffect .eigo .flex_cont.under .item {
    width: 49%;
  }
  .page_leffect .notice {
    font-size: 1.8rem;
    padding: 2rem;
    text-align: center;
  }
  .single_news .news_box .notesBox{
    font-size: 1.4rem;
  }
  .single_news .news_box .notesBox--title{
    font-size: 1.6rem;
  }
  .single_news .news_box .essentials{
    font-size: 2rem;
  }
  .contents__area--image{
    width: 45%;
    float: right;
    margin-left: 3%;
  }
  .contents__area--text{
    width: 100%;
  }
  .annotation{
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 7.6rem;
  }
  .btn_entry {
    padding-top: 3.6rem;
  }
  .fix_entry {
    width: 100%;
  }
  .fix_entry .entry_list {
    background: #fff;
    padding: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .fix_entry .entry_list .btn_entry {
    width: 24.5%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 700;
  }
  .fix_entry .entry_list .btn_entry.pink, .fix_entry .entry_list .btn_entry.green {
    padding-top: 3px;
  }
  .fix_entry .ins.ico::after {
    content: none;
  }
  .fix_entry2 {
    width: 100%;
  }
  .fix_entry2 .entry_list {
    background: #fff;
    padding: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .fix_entry2 .entry_list .btn_entry {
    width: 32%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 700;
  }
  .fix_entry2 .entry_list .btn_entry.pink, .fix_entry2 .entry_list .btn_entry.green {
    padding-top: 3px;
  }
  .fix_entry2 .ins.ico::after {
    content: none;
  }	
  footer {
	margin-bottom: 80px;
 }	
  .cat_news .news_box .list_box li .post_ttl.pc_only {
    display: none;
  }
  .page_program .pg_detail .tag_list li {
    font-size: 3.1vw;
  }
	.page_introduction_btn {
		margin: 2em auto 3em;
	}
	
	.page_introduction_btn a{
		width: calc(32% - 12px);
		font-size: 3vw;
		outline: solid 6px #E8652B;
	}
  .page_tablet .functions .sub_ttl {
    margin: 2rem 0 0;
  }
  .page_tablet .functions .detail_ttl {
    letter-spacing: 0;
  }
  .page_tablet .functions .detail_ttl::before {
    height: .9em;
    width: .9em;
    margin: 0 .4rem .2rem 0;
  }
  .page_tablet .app .img_wrap img {
    left: 9vw;
    width: 90%;
  }
  .page_tablet .app .link_wrap .btn_more {
    margin: 1.6rem auto 0;
    max-width: 32rem;
  }
  .page_leffect .subject_cont .flex_cont .txt_wrap {
    margin: 0 0 2rem;
  }
  .page_leffect .sansuu .flex_cont img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .page_leffect .rika .left_cont + img {
    display: block;
    width: 40%;
    margin: 1rem auto;
  }
}


@media screen and (max-width: 767px) and (min-width: 520px) {
	.pagettl_wrap {
		padding: 9rem 1rem 6rem;
	}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .btn_stitch {
    font-size: 3.2vw;
    line-height: 14rem;
    height: 14rem;
  }
}

@media screen and (max-width: 970px) and (min-width: 580px) {
  .btn_entry .ins.ico::after {
    top: 1.4rem;
    width: 4rem;
    height: 4rem;
  }
  .btn_entry .ins.ico_pen::after {
    top: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) and (min-width: 768px) {
  .entry .lead_wrap .btn_stitch {
    font-size: 4vw;
    height: 12rem;
    line-height: 11rem;
  }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .header_wrap {
    height: 15vw;
  }
}

@media screen and (max-width: 1000px) {
  .pc_only .header .logo {
    width: 16%;
  }
}

@media screen and (max-width: 1080px) {
  .pc_only .header .menu li {
    font-size: 1.4vw;
  }
  .pc_only .header .menu li .sm {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .page_tablet .functions .item {
    padding: 4rem 3rem;
  }
  .page_tablet .functions .sub_ttl {
    font-size: 1.6rem;
  }
  .page_tablet .functions .detail_ttl {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .page_tablet .ttl_band {
    font-size: 2.4rem;
  }
  .page_tablet .app .img_wrap img {
    width: 70%;
    left: 5rem;
  }
  .page_tablet .app .link_wrap .btn_more {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1000px) {
  .page_tablet .ttl_band {
    font-size: 3rem;
  }
}

/* news */
.single_news .container-1 {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
}
.single_news .container-1.justification_center {
  justify-content: center;
}
.single_news .img_wrap {
  margin: 0 0 1em;
}
.single_news img {
  height: auto;
}
.single_news .block_columns {
  display: flex;
  margin-bottom: 1.75em;
  flex-wrap: wrap;
}
.single_news .button_link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
.single_news .block_buttons {
  margin: 3rem 0;
}
.single_news .bg_vivid_red {
  background-color: #cf2e2e;
  color: #fff;
}
.color_vivid_red {
  color: #cf2e2e;
}
.single_news .news_box ul {
  margin: 3rem 0 0;
}
.large_font_size {
  font-size: 3.6rem;
}
.medium_font_size {
  font-size: 2rem;
}
.small_font_size {
  font-size: 1.2rem;
}
.block_column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 782px) {
  .single_news .block_columns {
    flex-wrap: nowrap;
  }
  .block_column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

