@charset "utf-8";


#slider {
    position: relative;
    height: 800px;/*calc(100vw / 1.8)*/
    ;
    padding-left: 17px;
    padding-right: 18px;
    /* [disabled]padding-top: 17px; */    /*min-height: 806px;*/
}
.wrap_2nd ul.slider, .wrap_2nd ul.slider2 {
	/* [disabled]margin-top: 80px; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slider img, .slider2 img{
	height: auto;
	width: 100%;
}
.wrap_2nd .slider li, .wrap_2nd .slider2 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slider .slick-slide{
    margin-right: 8px!important;
    margin-left: 8px!important;
    font-weight: 900;
}
.slider2 .slick-slide{
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.info_box .slick-slide{
    margin-right: 15px!important;
    margin-left: 15px!important;
}

.btn_more   {
  text-decoration: none;
  text-align: center;
  /* [disabled]font-family: Tahoma, Geneva, sans-serif; */
  font-size: 12px;
  position: static;
  display: inline-block;
  float: right;
  color: #FFFFFF;
  background-color: #8ec555;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  margin-top: 50px;

}
a .btn_more  {
  text-decoration: none;
}
#btn_more2 {
  margin-right: 20px;

}


.btn_go {
  background-image: url(../../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  padding-left: 15px;
  text-align: center;
  width: 50px;
  /* [disabled]font-family: Tahoma, Geneva, sans-serif; */
  font-size: 14px;
  position: static;
  display: inline-block;
  background-color: #c13433;
  background-image: none;
  padding-left: 10px;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}
#slider .bxslider div.firstview  {
    background-size: cover;
    background-repeat: no-repeat;
    /* [disabled]height: -webkit-calc(100vh - 122px); */
    height: 800px;/*calc(100vw / 1.8);*/
    /* [disabled]max-height: 1320px; */
    /*min-height: 806px;*/
    background-position: center center;
}

#main_catch {
    text-align: center;
    /* [disabled]background-color: rgba(255,255,255,0.80); */
    position: absolute;
    /* [disabled]bottom: 0px; */
    left: 140px;
    /* [disabled]text-shadow: 0px 0px 12px rgba(255,255,255,1.00),0px 0px 4px rgba(0,0,0,1.0),0px 0px 2px rgba(0,0,0,1.0); */
    /*calc(50% - 200px);*/
    bottom: 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
#main_catch img {
    max-width: 1116px;
    width:100%;
    height: auto;
}

#main_catch.mini {
    left: 32px;
}

#main_catch .main_catch_lead {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-shadow: 0px 0px 6px #ffffff,0px 0px 3px #ffffff;
}
#main_catch .main_catch_lead #main_catch_eng  {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.main_arrow {
	position: relative;
	bottom: 100px;
	left: 0px;
}

.main_arrow a {
  padding-top: 60px;
}
.main_arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.main_arrow a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.wrap#info {
  min-height: 200px;


}
#info .info_box {
  padding-left: 240px;
  /* [disabled]margin-top: -25px; */
}
#info .info_wrap {
  margin-bottom: 24px;
}

#info .info_wrap .info_date {
  float: left;
  width: 100px;
}
#info .info_wrap .info_catego {
  float: left;
  width: 100px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 15px;
}
#info .info_wrap .info_title {
  width: 532px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}


#links .text {
  text-align: left;
  font-size: 28px;
  margin-top: 30px;
  /* [disabled]color: #FFFFFF; */
  margin-left: -18px;
}
#links .text img {
  margin-bottom: 20px;
  margin-left: 18px;
}

#slider_link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}
.wrap .wrap_2nd {
	margin-bottom: 80px;
}

.wrap_head_icon img {
	width: 70px;
	height: auto;
}
.info_icon_top {
	float: left;
	line-height: 0;
	margin-right: 20px;
	width: 92px;
}
.info_icon_top img {
	height: 24px;
	width: auto;
	margin-top: 2px;
}
.info_icon_caption {
	line-height: 1.7;
	font-size: 12px;
	/* [disabled]font-weight: bold; */
	text-align: center;
}
.info_wrap_top {
    padding-top: 15px;
    /* [disabled]padding-right: 30px; */
    padding-bottom: 15px;
    /* [disabled]padding-left: 30px; */
    /* [disabled]border-top-color: #A0A0A0; */
    /* [disabled]border-top-style: solid; */
    /* [disabled]border-top-width: 1px; */
    /* [disabled]border-bottom: 1px solid #bfbfbf; */
}

.info_wrap_top .info_title_top {
    /* [disabled]float: left; */
    /* [disabled]width: 100%; */
    vertical-align: middle;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 70px;
}
.info_wrap .info_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.info_box_top {
    margin-bottom: 150px;
    margin-left: 76px;
    margin-right: 76px;
    margin-top: 18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.info_wrap {
    /* [disabled]border-bottom: 1px solid #bfbfbf; */
    padding-bottom: 13px;
    margin-bottom: 13px;
    width: 316px;
    position: relative;
    border-radius: 4px;
}
.info_catego_top {
    /* [disabled]float: left; */
    font-size: 12px;
    /* [disabled]font-weight: bold; */
    position: absolute;
    top: 0px;
    left: 0px;
}

.info_catego_top img {
	height: 24px;
	width: auto;
	margin-right: 10px;
}
.wrap_btn_catego {
    text-align: center;
    margin-top: -28px;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 240px;
}
.wrap_2nd a.btn_catego_index {
    display: block;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    /* [disabled]background-color: #FFFFFF; */
    /* [disabled]color: #FFFFFF; */
    text-align: left;
    text-decoration: none;
    width: 240px;
    line-height: 24px;
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: 20px center; */
    /* [disabled]background-size: 30px auto; */
    /* [disabled]margin-right: 5px; */
    margin-bottom: 20px;
    /* [disabled]margin-left: 5px; */
    /* [disabled]border-radius: 4px; */
    /*line-height: 30px;*/
    border-left-width: 1px;
    border-left-style: solid;
    font-size: 13px;
    /* [disabled]white-space: nowrap; */
}
.wrap_2nd .info_wrap .btn_catego_index {
    border-left-width: 0px;
    padding: 0;
    margin-left: -4px;
}
.wrap_2nd .info_wrap a.btn_catego_index {
    text-decoration: underline;
}




.wrap_2nd a.btn_catego_index.btn_catego_school, .wrap_2nd a.btn_catego_index.btn_catego_event {
    border-left-width: 0px;
}
.wrap_2nd a.btn_catego_index::before {
    content: "　";
    display: inline-block;
    background-image: url(../images/mt/icon_catego_blog.png);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    margin-top: 0px;
    margin-right: 4px;
}

.wrap_2nd a.btn_catego_index.btn_catego_school::before {
    background-image: url(../images/mt/icon_catego_blog.png);
}
.wrap_2nd a.btn_catego_index.btn_catego_sweets::before {
    background-image: url("../images/mt/icon_catego_topics.png");
}
.wrap_2nd a.btn_catego_index.btn_catego_info::before {
    background-image: url("../images/mt/icon_catego_info.png");
}
.wrap_2nd a.btn_catego_index.btn_catego_event::before {
    background-image: url("../images/mt/icon_catego_event.png");
}
.wrap_2nd a.btn_catego_index.btn_catego_report::before {
    background-image: url("../images/mt/icon_catego_report.png");
}
.wrap_2nd a.btn_catego_index.btn_catego_graduates::before {
    background-image: url("../images/mt/icon_catego_graduate.png");
}
.wrap_2nd a.btn_catego_index.wrap_btn_catego_new::before {
    color: #fff;
    content: "●";
    font-size: 8px;

}
.wrap_2nd a.btn_catego_index.wrap_btn_catego_new {
    background: #E8E8E8;
}


.wrap_2nd a:hover.btn_catego_index  {
    /* [disabled]background-color: #d6d6d6; */
    text-decoration: underline;
}

#wrap_catego .wrap_2nd .subtitle_subject {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
}


.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#movie.wrap_banner {
	/* [disabled]text-align: center; */
	margin-bottom: 30px;
}
#movie.wrap_banner a {
	width: 360px;
	height: 190px;
}

#movie.wrap_banner img  {
	margin-top: 0px;
	margin-bottom: 0px;

}

.wrap_subject {
    /*background-image: url(../images/top/visual_wa.jpg);*/
    position: relative;
    min-height: 327px;
    margin-bottom: 50px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.wrap_subject#yo,#wa,#pa {
    position: relative;
    /* [disabled]min-height: 530px; */
    margin-bottom: 50px;
    width: 326px;
    border-radius: 6px;
    /* [disabled]overflow: hidden; */
    /* [disabled]margin-left: 5px; */
    /* [disabled]margin-right: 5px; */
}
.wrap_subject .wrap_subject_label {
    /*background-color: rgba(255,255,255,0.70);*/
    /* [disabled]background: linear-gradient(90deg,rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 0) 100%); */
    color: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 64px;
    padding-right: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 167px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wrap_subject#yo .wrap_subject_label, #wa .wrap_subject_label, #pa .wrap_subject_label {
    padding-top: 55px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    /* [disabled]height: 550px; */
    text-align: center;
    width: calc(100% - 64px);
}
.wrap_subject .wrap_subject_label .subject_title {
    font-size: 34px;
    /* [disabled]text-align: left; */
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
}
.wrap_subject .wrap_subject_label .subject_title span{
    font-size: 23px;
}
.wrap_subject .wrap_subject_label .sublect_lead {
    font-size: 16px;
    /* [disabled]color: #d6322e; */
    font-weight: 600;
    line-height: 1;
    /* [disabled]margin-bottom: 30px; */
}
.wrap_subject .wrap_subject_image {
    overflow: hidden;
    /* [disabled]height: 409px; */
    width: 100%;
}

.wrap_subject .wrap_subject_image img {
	width: 100%;
	height: auto;
}

.wrap_sns  {
	width: 360px;
	float: left;
}
.wrap_sns img {
	width: 100%;
	height: auto;
}
.wrap_sns#insta {
	margin-right: 28px;
}
#banner_head {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -30px;
}

#banner_head .imgWrap {
	height: auto;
}
#banner_attention {
	text-align: center;
	margin-bottom: 45px;
	margin-top: -30px;
}



.bxslider div a {
	display: block;
	width: 100%;
	height: 100%;
}
.bxslider .slide_text  {
    position: absolute;
    right: 30px;/* 116px;*/
    top: 30px;
    font-size: 60px;
    text-align: right;
    color: #31364c;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 60px;
}
.bxslider .slide_text.mini  {
    right: 20px;
}
.bxslider .slide_text .slide_subtext {
    font-size: 16px;
    letter-spacing: 2em;
    letter-spacing: 0.15em;
    font-weight: 500;
}
#slider_top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    background-position: center center;
    padding-top: 65px;
    padding-bottom: 60px;
    background-image: url(../images/top/slider_background.jpg);
    background-size: cover;
    margin-bottom: 158px;
    position: relative;
}
#slider_title {
    text-align: center;
    color: #d6322e;
    line-height: 3;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: -65px;
}

/*slick slider*/
img.prev_icon{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  width: 34px;
  z-index: 1;
    cursor: pointer
}
img.next_icon{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  width: 34px;
  z-index: 1;
    cursor: pointer
}
.info_box img.prev_icon, .info_box2 img.prev_icon{
  top: 120px;
  left: -3px;
  transform: translate(0,-50%);
}
.info_box img.next_icon, .info_box2 img.next_icon{
  top: 120px;
  right: -3px;
  transform: translate(0,-50%);
}

#back_message {
    background-color: #FFFFFF;
    background-image: url(../images/top/photo_message.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 960px;
    /* [disabled]background-size: 100% auto; */
    margin-bottom: 180px;
    border-top-right-radius: 32px;
}
#wrap_message {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
    padding-bottom: 80px;
    padding-top: 120px;
}
#head_message {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
#lead_message {
    font-size: 64px;
    color: #31364c;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 64px;
}
.text_message {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 2.4;
    display: inline-block;
    float: right;
}
.wrap_top {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 175px;
}
.head_subject {
    color: #d6322e;
    margin-left: -20px;
    font-size: 15px;
    font-family: angie-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.title_subject {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
.subject_text {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}
.subject_tab {
    position: absolute;
    top: -20px;
    left: -10px;
    /* [disabled]background-color: #31364c; */
    color: #FFFFFF;
    /* [disabled]border-bottom-right-radius: 4px; */
    /* [disabled]padding-top: 5px; */
    /* [disabled]padding-bottom: 5px; */
    /* [disabled]padding-left: 12px; */
    /* [disabled]padding-right: 12px; */
    font-weight: 600;
    letter-spacing: 0.1px;
    /* [disabled]border-top-left-radius: 4px; */
    z-index: 100;
}
.subject_arrow {
    position: absolute;
    right: 22px;
    bottom: 18px;
}
.subject_arrow img {
    width: 32px;
    height: auto;
}
.wrap_2nd .wrap_subject img {
    min-width: 100%;
}
.wrap_subject#ya {
    height: 490px;
    margin-top: 50px;
}
.wrap_subject#ya .wrap_subject_label {
    /* [disabled]background: linear-gradient(90deg,rgba(49, 54, 76, 1) 28%, rgba(49, 54, 76, 1) 65%, rgba(49, 54, 76, 0) 100%); */
    /* [disabled]color: #FFFFFF; */
    /* [disabled]height: calc(100% - 160px); */
    padding-top: 80px;
}
.wrap_subject#ya .subject_tab  {
    background-color: #FFFFFF;
    color: #212121;
    display: inline-block;
}
.wrap_subject#ya .wrap_subject_label .subject_title {
    line-height: 1.3;
}
.wrap_subject#ya .wrap_subject_image {
    height: 600px;
}
.wrap_subject#ya .wrap_subject_btn {
    position: absolute;
    bottom: 90px;
    left: 64px;
}
.wrap_subject#ya .wrap_subject_btn .subject_btn {
    border-radius: 4px;
    background-color: rgba(253,253,253,0.60);
    text-align: left;
    width: 203px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-image: url(../images/top/icon_arrow_subject_ya.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 34px auto;
    float: left;
    margin-right: 46px;
    font-weight: 600;
}
.info_wrap a {
    text-decoration: none;
}

.info_wrap .info_catego_top {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px 0px;
}

.info_wrap .info_photo img {
    width: 316px;
    height: auto;
    border-radius: 4px;
}

.info_wrap .info_photo {
    float: none;
    width: 316px;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 0px;
}
.info_wrap .info_catego_top a {
    color: #FFFFFF;
    font-size: 14px;
}
.info_wrap .info_catego_info {
    background-color: #e39800;
    text-decoration: none;
}
.info_wrap .info_catego_report {
    background-color: #75A451;
    text-decoration: none;
}
.info_wrap .info_catego_school {
    background-color: #00aaf0;
    text-decoration: none;
}
.info_wrap .info_catego_sweets {
    background-color: #ff5999;
    text-decoration: none;
}
.info_wrap .info_catego_event {
    background-color: #248326;
    text-decoration: none;
}
.info_wrap .info_catego_graduates {
    background-color: #A5339D;
    text-decoration: none;
}
.info_wrap .info_date {
    float: none;
    color: #696969;
    margin-top: 10px;
}
.wrap_2nd img {
    max-width: none;
    height: auto;
}

.googlemap {
    position: relative;
    width: 100%;
    padding-top: 42%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin-top: 40px;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrap_full {
    margin-bottom: 175px;
}
.wrap_bnr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}
.wrap_bnr .banner_footer {
    width: 380px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/common/navi_more.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 82px auto;
}
.wrap_bnr .banner_footer table {
    height: 110px;
}
.wrap_bnr .banner_footer table td ,th{
    vertical-align: middle;
}
.wrap_bnr .banner_footer table th {
    width: 110px;
    text-align: left;
}
#slider_top #ribon {
    position: absolute;
    right: 0px;
    bottom: -92px;
}
.wrap_sub_for_tab {
    position: relative;
}
.wrap_head_spacer {
    margin-left: 20px;
}
#wrap_future_pc {
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
    background-color: hsla(0,0%,100%,1.00);
}
#wrap_future_pc .wrap_future_link {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
#wrap_future_pc .wrap_future_link .link_normal {
    font-size: 20px;
    background-size: 23px auto;
    padding-right: 40px;
    margin-right: 40px;
}
.wrap_top#curriculum {
    margin-bottom: 110px;
    margin-top: 0px;
}
#wrap_future_pc .wrap_future_photo {
    background-image: url(../images/top/photo_future_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#wrap_future_pc .wrap_future_photo .wrap_future_ctt {
    position: relative;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    height: 530px;
}
#wrap_future_pc .wrap_future_photo img.type_a  {
    position: absolute;
    left: 0px;
    bottom: 50px;
}
#wrap_future_pc .wrap_future_photo img.type_b  {
    position: absolute;
    right: 0px;
    top: 50px;
}

#wrap_future_pc .wrap_future_text {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 400px;
    color: hsla(0,0%,100%,1.00);
    font-size: 17px;
}


#wrap_future_pc .wrap_grad {
    height: 10px;
    line-height: 10px;
    background: #263F82;
    background: linear-gradient(90deg,rgba(38, 63, 130, 1) 0%, rgba(213, 50, 46, 1) 100%);
}
.wrap_banner_head img {
    margin-bottom: 60px;
}











@media screen and (max-width:767px){
.wrap_top {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 45px;
}
.wrap_top img {
    max-width: 100%;
    height: auto;
}


#wrap_future .ctt_future_photo_right {
    display: inline-block;
    float: right;
}
.info_wrap .info_catego_topics {
    background-color: #d00f85;
    text-decoration: none;
}
.info_wrap .info_catego_topics {
    background-color: #d00f85;
    text-decoration: none;
}
.info_wrap .info_catego_topics {
    background-color: #d00f85;
    text-decoration: none;
}
#slider #ball {
  top: -webkit-calc(50% - 140px);
  top: calc(50% - 140px);
}
#slider #ball h2 {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 340px;
}
#slider #ball h2 img {
    width: 200px;
    height: auto;
}
#slider #info_wrap {
  bottom: 11px;
}
#slider #info_box {
  padding-left: 10px;
  padding-right: 10px;
}

#slider {
    height: 406px;/*calc(100vw / 1.6);*/
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#slider .bxslider div {
    /* [disabled]height: -webkit-calc(100vh - 225px); */
    /* [disabled]height: calc(100vh - 225px); */
    /* [disabled]min-height: 200px; */
}
#main_catch .main_catch_lead {
	font-size: 22px;
	font-weight: bold;
}
#main_catch .main_catch_lead #main_catch_eng  {
	font-size: 14px;
	margin-bottom: 5px;
}

#message .text {
  font-size: 20px;
}
#info .info_box {
  padding-left: 0px;
  margin-top: 30px;

}
#info .info_wrap .info_title {
  width: 100%;
  margin-top: 5px;
}
#links .text img {
  margin-right: 40px;
  margin-bottom: 20px;
  height: 50px;
  width: auto;
}
.btn_more {
  text-decoration: none;
  text-align: center;
  /* [disabled]font-family: Tahoma, Geneva, sans-serif; */
  font-size: 12px;
  position: static;
  display: block;
  float: none;
  color: #FFFFFF;
  background-color: #8ec555;
  margin-left: auto;
  margin-right: auto;
}

#btn_more2 {
  margin-top: 20px;
  margin-right: 0px;


}
#main_catch, #main_catch.mini {
    bottom: 0px;
    left: 0px;/*calc(50% - 200px);*/
    /* [disabled]display: none; */
    top: auto;
}
#main_catch img {
    width: auto;
    height: 406px;
    /* [disabled]max-height: 476px; */
    max-width: 100%;
}

.info_wrap_top .info_title_top {
    margin-bottom: 8px;
    margin-top: 45px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.info_wrap_top .info_text_top {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 22px;
}
.info_catego_top {
    /* [disabled]margin-top: 5px; */
}
.wrap_btn_catego {
    margin-top: -15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: start;
    display: flex;
    width: 100%;
    padding-left: 0px;
}
.wrap_sns {
	width: auto;
	float: none;
	margin-bottom: 30px;
	text-align: center;
}
#sns #insta {
	margin-right: 0px;
}
.wrap_2nd#sns {
	margin-bottom: 0px;
}
.wrap.sp {
	margin-bottom: 15px;
	margin-top: 15px;
}
#movie.wrap_banner a {
	display: block;
	width: 100%;
	height: auto;
}

#movie.wrap_banner img {
	width: 100%;
}
#movie br   {
	display: none;
}

.wrap_subject {
    min-height: 0px;
    margin-bottom: 30px;
    height: 150px;
}
.wrap_subject .wrap_subject_image {
    overflow: hidden;
    height: auto;
}
.wrap_subject .wrap_subject_label .subject_title {
    font-size: 22px;
    /* [disabled]width: 100px; */
    text-align: left;
    line-height: 26px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    white-space: nowrap;
}
.wrap_subject .wrap_subject_label .subject_title span {
    font-size: 15px;
}
.wrap_subject .wrap_subject_label .subject_title img {
    width: 26px;
    height: auto;
    margin-left: 8px;
    min-width: 0%;
    display: inline;
}
.wrap_subject .wrap_subject_label .sublect_lead {
    font-size: 12px;
    margin-bottom: 16px;
}
#banner_head {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 320px;
}
#banner_attention img {
	width: 100%;
	height: auto;
	max-width: 320px;
}
#yogashi  , #wagashi, #pan{
	display: block;
	margin-top: -87px;
	padding-top: 87px;
}

.wrap_2nd img {
    max-width: 100%;
    height: auto;
}
.bxslider .slide_text {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    height: auto;
}
.bxslider .slide_text img {
    width: 142px;
    height: auto;
}
#slider .bxslider div.firstview {
    /* [disabled]height: -webkit-calc(100vh - 122px); */
    height: 406px;/*calc(100vw / 1.6);*/
    min-height: 0pt;
    background-position: 83% center;
}
#slider_top {
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../images/top/slider_background.jpg);
    background-size: cover;
    margin-bottom: 45px;
}
#slider_title {
    margin-top: 25px;
    font-size: 12px;
}
#slider_title img {
    height: auto;
    width: 375px;
}
#wrap_message {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
    /* [disabled]padding-bottom: 200px; */
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
}
#back_message {
    background-color: #FFFFFF;
    background-image: url(../images/top/photo_message_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
    background-size: 375px auto;
    margin-bottom: 45px;
    margin-top: 0px;
    /* [disabled]min-height: 700px; */
}
.text_message {
    float: none;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 200px;
}
#head_message {
    font-size: 15px;
    margin-bottom: 0px;
}
#lead_message {
    font-size: 37px;
    color: #31364c;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 37px;
}
.head_subject {
    margin-left: -18px;
    font-size: 12px;
    font-weight: 600;
}
.title_subject {
    font-size: 23px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-left: 0px;
}
.subtitle_subject {
    font-size: 18px;
    margin-bottom: 28px;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 700;
}
.subject_tab {
    position: absolute;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9px;
}
.wrap_subject .wrap_subject_label {
    /*background-color: rgba(255,255,255,0.70);*/
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 70%);
    color: #000000;
    padding-top: 55px;
    /* [disabled]padding-bottom: 44px; */
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.subject_text {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.wrap_subject#ya .wrap_subject_btn .subject_btn {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    float: none;
    margin-right: 46px;
    font-size: 16px;
    margin-bottom: 10px;
    background-size: 26px auto;
}
.wrap_subject#ya .wrap_subject_btn {
    width: 195px;
    position: absolute;
    bottom: 15px;
    left: 24px;
}
.wrap_2nd .wrap_subject#ya .wrap_subject_image img {
    height: 420px;
    width: auto;
    max-width: none;
    margin-left: -300px;
}
.wrap_2nd a.btn_catego_index {
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    /*background-color: #FFFFFF;*/
    /* [disabled]color: #FFFFFF; */
    text-align: left;
    text-decoration: underline;
    /*width: calc(50% - 44px);*/
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px auto;
    border: 0px solid #D3D3D3;
    margin-bottom: 10px;
    width: 100%;
    font-size: 11px;
    line-height: normal;
}
.info_wrap .info_photo {
    width: 100%;
    height: auto;
}
.info_wrap .info_photo img {
    width: 100%;
    height: auto;
}
.info_wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
}
.info_wrap .info_date {
    margin-top: 10px;
    font-size: 11px;
}
.info_wrap .info_title {
    text-overflow: ellipsis;
    font-size: 12px;
}
#future_title img {
    margin-left: 0px;
}
#wrap_future .ctt_future_photo_left, #wrap_future .ctt_future_photo_right {
    display: block;
    float: none;
    width: 100%;
    background-color: #F3F2E8;
    padding-bottom: 0px;
    margin-top: -28px;
    padding-top: 14px;
}
#wrap_future .wrap_grad {
    height: 3px;
    line-height: 3px;
    background: #263F82;
    background: linear-gradient(90deg,rgba(38, 63, 130, 1) 0%, rgba(213, 50, 46, 1) 100%);
}
#wrap_future .ctt_future_photo_left img , #wrap_future .ctt_future_photo_right img {
    width: 100%;
}
#wrap_future {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
table.wrap_future {
    width: 100%;
    height: auto;
}
table.wrap_future.ctt_future_left td, table.wrap_future.ctt_future_right td {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: hsla(0,0%,100%,1.00);
}
table.wrap_future .ctt_future_01 {
    font-size: 12px;
    margin-bottom: 8px;
    display: none;
}
table.wrap_future .ctt_future_02 {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
table.wrap_future .ctt_future_03 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
}
.wrap_full {
    margin-bottom: 60px;
}
.wrap_bnr .banner_footer {
    width: calc(100% - 8px);
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    background-position: right bottom;
    background-size: 55px auto;
    margin-bottom: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.wrap_bnr {
    display: block;
    margin-bottom: 70px;
}
.wrap_bnr .banner_footer table th {
    width: 100px;
    text-align: center;
}
.wrap_bnr .banner_footer table th img {
    height: 60px;
    width: auto;
}
.info_wrap_top {
    padding-top: 0px;
    /* [disabled]padding-right: 15px; */
    padding-bottom: 10px;
    /* [disabled]padding-left: 15px; */
}
#head_message img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.wrap_subject#yo, #wa, #pa {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    /* [disabled]overflow: hidden; */
    /* [disabled]margin-left: 5px; */
    /* [disabled]margin-right: 5px; */
}
.wrap_subject#yo .wrap_subject_label, #wa .wrap_subject_label, #pa .wrap_subject_label {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    /* [disabled]height: 550px; */
    text-align: left;
    /* [disabled]width: calc(100% - 64px); */
}
img.subject_image {
    /*width: 500px;*/
    margin-top: 0px;
    /* [disabled]margin-left: 100px; */
}
.wrap_subject#yo .wrap_subject_image, .wrap_subject#wa .wrap_subject_image, .wrap_subject#pa .wrap_subject_image {
    float: right;
    width: 345px;
}

.subject_tab {
    left: auto;
    right: -15px;
    top: -7px;
}
.subject_tab img {
    width: 50px;
    height: auto;
}

.info_box_top {
    margin-bottom: 50px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#slider_top #ribon {
    position: absolute;
    right: 0px;
    bottom: -35px;
    width: 142px;
    height: auto;
}



.wrap_2nd ul.slick-dots li{
    margin-left: 0.75em;
    margin-right: 0.75em;
}
#wrap_message #title_message2 {
    margin-left: -20px;
}
#wrap_message #title_message2 img  {
    width: 100%;
    height: auto;
}
.info_wrap .info_catego_top a {
    font-size: 8px;
    display: block;
}
.info_wrap .info_catego_top {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#curriculum {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 45px;
}
#curriculum #curr_head {
    margin-left: 20px;
    margin-right: 0px;
}
.wrap_top#future_title {
    width: 100%;
    margin-left: 0px;
}
.googlemap {
    padding-top: 80%;
    /* 16:9のアスペクト比 */
    margin-top: 30px;
}

.wrap_2nd .wrap_btn_catego a.btn_catego_index {
    width: calc(50% - 0px);
    padding-right: 0px;
}
.wrap_2nd .wrap_btn_catego a.btn_catego_index:nth-child(odd) {
    width: calc(50% - 10px);
    border-right: 1px solid #000000;
    margin-right: 4px;
}
    
#info_topics {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
#wrap_catego {
    /* [disabled]width: calc(100% - 30px); */
    /* [disabled]margin-left: 15px; */
    /* [disabled]margin-right: 15px; */
}
.wrap_2nd a.btn_catego_index.btn_catego_graduates {
    border-right-width: 0;
    border-right-style: solid;
}
.wrap_top .wrap_banner2 {
    margin-bottom: 15px;
}
.subject_arrow {
    position: absolute;
    right: 13px;
    bottom: 12px;
    width: 17px;
    height: 17px;
}
.wrap_subject#ya .wrap_subject_label {
    padding-top: 25px;
}
.wrap_subject#ya {
    height: 400px;
}


.info_box img.prev_icon, .info_box2 img.prev_icon{
  top: 25%;
  left: 10px;
  transform: translate(0,-50%);
}
.info_box img.next_icon, .info_box2 img.next_icon{
  top: 25%;
  right: -10px;
  transform: translate(0,-50%);
}




/* top accordion */

.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn, table.wrap_future span.accordion-btn {
    bottom: -0.5em;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    left: 0;
    margin: 0;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all .2s;
    width: fit-content;
    z-index: 1;
    color: #d6322e;
    text-decoration: none;
    background-image: url(../images/common/navi_arrow_02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
}

/* 続きを読むボタンの表記 */
.accordion-btn::before {
  content: "…";
    text-decoration: none;
}
.accordion-btn::after {
  content: "もっと読む";
    text-decoration: underline;
}
/* ボタンhover時のスタイル */
/*.accordion-btn:hover {
  background-color: #fff;
  color: #6495ed;
}*/
.accordion-text {
    overflow: hidden; /* テキストを隠す */
    position: relative;
    padding-bottom: 0px;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 0px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 0px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show,  table.wrap_future span.accordion-btn.is-show {
  bottom: -2.5em;
  background-image: url(../images/common/navi_arrow_03.png);
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::before {
  content: "";
}
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
.wrap_bnr .banner_footer table {
    height: 90px;
}
.acc-open-btn {
    text-align: right;
    margin-top: -30px;
    margin-right: -25px;
    margin-bottom: 30px;
}
.acc-close-btn {
    text-align: right;
    margin-right: -25px;
    margin-bottom: 28px;
    display: none;
}
.wrap_top#curriculum {
    margin-bottom: 45px;
    margin-top: 0px;
}
.wrap_banner_head img {
    margin-top: 15px;
    margin-bottom: 0px;
}



    
/* top accordion NEW */


















	
	
}
