@charset "utf-8";


div.num ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.num li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
	    font-weight: bold;
    border-bottom: 1px dotted #ff0000;
    padding-bottom: 10px;
    padding-top: 10px;
}
div.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 15;
  left: 0;
}
/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}





/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}




/* ===============================================
# sec_top
=============================================== */

section#top {
    padding-top: 10px;
}

.menu_heade .inner {
  padding: 124px 0 0;
}
.area_main {;
  display: block;
}
.box_img{
  width: 1880px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.box_img .main_img {
  display: none;
}
.box_img .main_img img {
  width: 100%;
}
.box_img .main_video {
  width: 100%;
}
.box_img .main_video>video {
  display: block;
  width: 100%;
}


.box_important {
  position: relative;
}
.box_important .inner_box {
  width: 1880px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0 60px 0 30px;
}
.box_important .head_important {
  width: 22%;
  padding: 0 10px;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.22em;
  font-weight: bold;
  line-height: 1.39;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box_important .head_important span {
  position: relative;
/*  padding-left: 50px;*/
}
.box_important .head_important span::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/img/ico_important.svg) no-repeat left center;
  background-size: 100%;
}
.box_important .list_news {
  width: 100%;
}

@media screen and (max-width :768px){
.box_important .list_news {
  width: 82%;
}
  }

span.priorities{
font-size: 2rem;
	color: #96ff03;
}
span.priorities5{
font-size: 8rem;
	color: #7ebd26;
	position: relative;
}
.box_important .list_news>li {

  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 6px 3.6% 8px;
	margin-bottom: 2px;
	
}


.box_important .list_news>li:nth-child(2n+1){
background-image: linear-gradient(to right, #c5a100 0%, #96ff03 100%);

	    color: #fff;
	}
.box_important .list_news>li:nth-child(2n) {
background-image: linear-gradient(to right, #c5a100 0%, #96ff03 100%);
	    color: #fff;
	}

.box_important .list_news>li>a {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 6px 3.6% 8px;
}
.box_important .list_news>li:nth-child(n+2)>a {
  border-top: 1px solid #b7b7b7;
}
.box_important .list_news .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8em;
  flex: 0 0 8em;
  margin-right: 2em;
}
 .box_important::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  height: calc(100% + 50px);
  bottom: 0;
  left: 0;
  background: url(../_img/bg_gray.jpg) repeat bottom left;
  background-size: auto;
  z-index: -1;
}
.area_topicks {
  background: url(../_img/bg_gray.jpg) repeat top left;
  background-size: auto;
  overflow: hidden;
}
.area_topicks .inner_area {
  position: relative;
  width: 1880px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px 0 30px;
}
.area_topicks .box_ttl {
  width: 294px;
  height: 380px;
  position: absolute;
  bottom: 270px;
  left: -80px;
  background: url(../_img/img_students.png) no-repeat bottom right, url(../_img/bg_block.svg) no-repeat top -20px right -10px;
  background-size: auto, 494px;
}
.area_topicks .box_ttl h3 {
  color: #000;
  text-align: center;
  -webkit-transform: translate(100px, 105px);
  transform: translate(100px, 105px);
}
.area_topicks .box_ttl h3 .en {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.area_topicks .box_ttl h3 .jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.area_topicks .box_slider {
  padding: 50px 0 50px 270px;
}
.area_topicks .topicks_container {
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0;
  overflow: visible;
}
.area_topicks .topicks_container .inner_slider {
  overflow: hidden;
  width: 100%;
}
.area_topicks .list_topicks {
  width: 100%;
}
.area_topicks .list_topicks>li {
  width: 220px;
	
}
.area_topicks .list_topicks>li .img_item {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
}
.area_topicks .list_topicks>li .img_item::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  bottom: -1px;
  right: -1px;
  background: url(../_img/ico_arrow_bnr.svg) no-repeat bottom right;
  background-size: 100%;
  z-index: 1;
}
.area_topicks .list_topicks>li .img_item>img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.area_topicks .list_topicks>li .ttl_item {
  margin-top: 15px;
  font-size: 1.8px;
  font-size: 1.8rem;
  line-height: 1.39;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.2em;
}
.area_topicks .topicks_container .swiper-button-prev {
  left: 0;
}
.area_topicks .topicks_container .swiper-button-next {
  right: 0;
}
.area_topicks .topicks_container .swiper-pagination{
  position: absolute;
  left: 20px;
  bottom: -35px;
  text-align: left;
  width: 100%;
}
.area_topicks .topicks_container .swiper-button-prev:focus,
.area_topicks .topicks_container .swiper-button-next:focus,
.area_topicks .topicks_container .swiper-pagination:focus {
  outline: none;
}
@media screen and (max-width :1024px){
  .box_img {
    padding: 0 5.86% 0 2.93%;
  }
  .box_important .inner_box {
    padding: 0 5.86% 0 2.93%;
  }
  .box_important .head_important {
    width: 22%;
    font-size: 1.95vw;
    letter-spacing: 0;
  }

  .box_important .head_important span {
   /* padding-left: 25px;*/
  }
  .box_important .head_important span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
  }
  .box_important .list_news>li>a {
    font-size: 1.76vw;
  }
  .box_important .list_news .date {

    margin-right: 2em;
  }
  .box_important .list_news .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9em;
    flex: 0 0 9em;
    margin-right: 1em;
  }
  .area_topicks .list_topicks>li {
    font-size: 300px;
	      font-size: 1.76vw;
  }
  .area_topicks .list_topicks>li .ttl_item {
    font-size: 1.76vw;
  }
  .area_topicks .box_ttl {
    left: -220px;
    background: url(../_img/img_students.png) no-repeat bottom -30px right -10px, url(../_img/bg_block.svg) no-repeat top right -30px;
    background-size: auto, 494px;
  }
  .area_topicks .box_ttl h3 {
    -webkit-transform: translate(110px, 140px);
    transform: translate(110px, 140px);
  }
  .area_topicks .box_slider {
    padding-left: 220px;
  }
}
@media screen and (max-width :768px){
	section#top {
    padding-top: 0px;
}
	.box_important .inner_box {

    margin: 0 auto 0;

}
	
  .menu_header　.inner {
    padding-top: 26px;
    max-width: 100%;
  }
  .area_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }

  .area_main .box_img .main_img {
    display: block;
  }
  .area_main .box_img .main_video {
    display: none;
  }
  .area_main .box_img {
    padding: 0;
  }
  .area_main .box_important::after {
    content: none;
  }
  .area_main .box_important .inner_box {
    padding: 0;
  }
  .area_main .box_important .head_important {
    flex: 0 1 95px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.27;
    padding: 0 15px 0;
	  text-align: center;priorities5
  }
	
	span.priorities5 {
    font-size: 4rem;
    color: #96ff03;
}
	
	span.ttl {font-size: 10px; line-height: 1;.area_main .box_important .head_important
}
  .box_important .head_important {
    width: 22%;
    padding: 0 10px;
 /*   background-color: #ffd200;*/
    font-size: 20px;
    font-size: 1.0rem;
    letter-spacing: 0.22em;
    font-weight: bold;
    line-height: 1.39;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box_important .head_important span {
    position: relative;
    padding-left: 0;
  /*  text-indent: 13px;*/
  }
  .box_important .head_important span::before {
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .area_main .box_important .list_news {
/*    flex: 1 1 280px;*/
  }
  .area_main .box_important .list_news>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 6% 10px;
  }
  .area_main .box_important .list_news>li>a>p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .area_main .box_important .list_news .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .area_topicks .inner_area {
    padding: 98px 0 20px;
  }
  .area_topicks .box_ttl {
    width: 490px;
    max-width: 144%;
    height: 327px;
    position: absolute;
    top: -50px;
    left: 16%;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    background: url(../_img/img_students_sp.png) no-repeat top 5px right, url(../_img/bg_block.svg) no-repeat top 25px left 10px;
    background-size: 216px, 307px;
  }
  .area_topicks .box_ttl h3 {
    text-align: left;
    padding-left: 13.3%;
    -webkit-transform: translate(110px, 90px);
    transform: translate(110px, 90px);
  }
  .area_topicks .box_ttl h3 .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .area_topicks .box_ttl h3 .jp {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .area_topicks .box_slider {
    padding: 0;
  }
  .area_topicks .topicks_container {
    max-width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    overflow: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .area_topicks .topicks_container .list_topicks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .area_topicks .topicks_container.on .list_topicks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .area_topicks .list_topicks>li {
    width: 225px;
	  font-size: 12px;
  }
  .area_topicks .list_topicks>li .ttl_item {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .area_topicks .topicks_container .swiper-pagination{
    text-align: center;
    padding-left: 0;
    left: 0;
    bottom: 0;
  }
  /* android */
  .android .area_main {
    display: block;
  }
.android .area_topicks .box_ttl h3 {
    color: #005baa;
  }
}
/* ===============================================
# お知らせ
=============================================== */
.sec_news .inner {
  width: 1200px;
  padding-top: 120px;
}
.sec_news h3 {
  font-weight: bold;
}
.sec_news h3 .en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #e50120;
  text-align: center;
}
.sec_news h3 .jp {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  text-align: center;
}
.sec_news .list_news {
  margin-top: 27px;
}
.sec_news .list_news>li {
  border-top: 1px solid #7e7e7e;
}
.sec_news .list_news>li:last-child {
  border-bottom: 1px solid #7e7e7e;
}
.sec_news .list_news>li a {
  display: block;
  padding: 16px 120px 23px 10px;
}
.sec_news .list_news>li a.pdf {
  background: url(/common/img/ico_pdf.svg) no-repeat right 20px center;
  background-size: 70px;
}
.sec_news .list_news>li a.link {
  background: url(/common/img/ico_arrow.svg) no-repeat right 20px center;
  background-size: 20px;
}
.sec_news .list_news>li a .date_item{
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_news .list_news>li a .ttl_item{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.39;
  font-weight: bold;
  margin-top: 3px;
}
.sec_news .area_btn {
  margin-top: 45px;
}
@media screen and (max-width :1024px){
  .sec_news h3 .en {
    font-size: 1.46vw;
  }
  .sec_news h3 .jp {
    font-size: 2.93vw;
  }
  .sec_news .list_news>li a {
    display: block;
    padding: 16px 12% 23px 10px;
  }
  .sec_news .list_news>li a.pdf {
    background: url(/common/img/ico_pdf.svg) no-repeat right 20px center;
    background-size: 7.7%;
  }
  .sec_news .list_news>li a .date_item{
    font-size: 1.46vw;
  }
  .sec_news .list_news>li a .ttl_item{
    font-size: 1.76vw;
  }
}
@media screen and (max-width :768px){
  .sec_news .inner {
    padding-top: 65px;
  }
  .sec_news h3 .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news h3 .jp {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .sec_news .list_news {
    margin-top: 17px;
  }
  .sec_news .list_news>li a {
    display: block;
    padding: 13px 55px 12px 0;
  }
  .sec_news .list_news>li a.pdf {
    background: url(/common/img/ico_pdf_sp.svg) no-repeat right 1px center;
    background-size: 35px;
  }
  .sec_news .list_news>li a.link {
    background: url(/common/img/ico_arrow.svg) no-repeat right 1px center;
    background-size: 15px;
  }
  .sec_news .list_news>li a .date_item{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_news .list_news>li a .ttl_item{
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 6px;
  }
  .sec_news .area_btn {
    margin-top: 26px;
  }
}


.text_beforeandafter_wrap
{max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;}

.txt_before,
.txt_after{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
    width: 50%;
    min-height: 58px;
	line-height: 1.1;
margin-top: 20px;}
.txt_before{ margin-right:5%; }

/* ===============================================
# ナビゲーション
=============================================== */
.sec_navilist .inner {
  width: 1390px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec_navilist .list_nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_navilist .list_nav>li {
  width: 46.8%;
}
.sec_navilist .list_nav>li .box_nav {
  position: relative;
  width: 100%;
  padding-top: 39.3%;
  border-radius: 10px;
  overflow: hidden;
}
.sec_navilist .list_nav>li .box_nav::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 2;
}
.sec_navilist .list_nav>li .box_nav .img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sec_navilist .list_nav>li .box_nav .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.sec_navilist .list_nav>li .box_nav .detail {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
.sec_navilist .list_nav>li .box_nav .detail>img {
  display: inline-block;
  width: 60px;
}
.sec_navilist .list_nav>li .box_nav .detail .txt {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width :769px){
  .sec_navilist .list_nav>li .box_nav:hover .img img{
    transform: scale(1.1);
  }
}
@media screen and (max-width :1024px){
  .sec_navilist .list_nav>li .box_nav .detail .txt {
    font-size: 2.44vw;
  }
  .sec_navilist .list_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_navilist .list_nav>li {
    width: 48.4%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width :768px){
  .sec_navilist .inner {
    max-width: 94.6%;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .sec_navilist .list_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_navilist .list_nav>li {
    width: 48.4%;
    margin-bottom: 10px;
  }
  .sec_navilist .list_nav>li .box_nav {
    padding-top: 69.6%;
    border-radius: 5px;
  }
  .sec_navilist .list_nav>li .box_nav .detail>img {
    width: 40px;
  }
  .sec_navilist .list_nav>li .box_nav .detail .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/* android */
.android .sec_navilist .list_nav {
  display: block;
}
.android .sec_navilist .list_nav>li {
  width: 100%;
}
/* ===============================================
# イベント
=============================================== */
.sec_event {
  position: relative;
}
.sec_event .bg_imgs {
  width: 630px;
  height: 500px;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -1;
}
.sec_event .bg_imgs img:nth-child(1) {
  width: 67.3%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_event .bg_imgs img:nth-child(2) {
  width: 33.7%;
  position: absolute;
  top: 57.6%;
  left: 45.7%;
}
.sec_event .bg_imgs img:nth-child(3) {
  width: 24.3%;
  position: absolute;
  top: 38.2%;
  left: 67%;
}
.sec_event .bg_imgs img:nth-child(4) {
  width: 19.2%;
  position: absolute;
  top: 60%;
  left: 80.8%;
}
.sec_event .inner {
  width: 1270px;
  padding-top: 10px;
}
.sec_event .area_event .box_event {
  position: relative;
  width: 320px;
  max-width: 27.8%;
}
.sec_event .area_event .box_event .img_ttl {
  text-align: center;
}
.sec_event .area_event .box_event .img_ttl img {
  width: 206px;
}
.sec_event .area_event .box_event h3 {
  text-align: center;
}
.sec_event .area_event .box_event h3 img {
  width: 112px;
}
.sec_event .area_event .box_event .lead_event {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.39;
  font-weight: bold;
  margin-top: 16px;
}
.sec_event .area_event .box_event .box_btn {
  margin-top: 39px;
  min-width: 266px;
}
.sec_event .area_event .box_list {
 /* width: 770px;*/
  max-width: 100%;
  margin-left: 5.2%;
  margin-right: 0;
  overflow: visible;
}
.sec_event .area_event .list_event {
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_event .area_event .list_event>li {
  width: 46.8%;
  height: auto;
  transition-property: all;
}
.sec_event .area_event .list_event>li:nth-child(2n) {
  margin-left: 6.4%;
}
.sec_event .area_event .list_event>li:nth-child(n+3) {
  margin-top: 40px;
}
.sec_event .area_event .list_event>li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px 20px 30px;
  background-color: #e3eaed;
  border-radius: 10px;
}
.sec_event .area_event .list_event>li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../_img/bg_shadow_liner.jpg) repeat left top;
  background-size: auto;
  z-index: -1;
}
.sec_event .area_event .list_event>li a .date_item {
  position: relative;
  color: #e50120;
  font-size: 18px;
  font-size: 2.8rem;
  font-weight: bold;
	  line-height: 1.2;

}
.sec_event .area_event .list_event>li a .date_item::before {
  content: "";
  width: 36px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../_img/ico_flag.svg) no-repeat left center;
  background-size: 26px;
}
.sec_event .area_event .list_event>li a .img_item {
  position: relative;
  width: 100%;
  padding-top: 2.5%;
  border-radius: 10px 10px 0 10px ;
  overflow: hidden;
}
.sec_event .area_event .list_event>li a .img_item>img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_event .area_event .list_event>li a .img_item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: url(../_img/ico_arrow_bnr.svg) no-repeat right bottom;
  background-size: 50px;
  z-index: 1;
}
.sec_event .area_event .list_event>li a .ttl_item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 11px;
}

.sec_event .area_event .box_list .swiper-pagination {
  display: none;
}
@media screen and (max-width :1024px){
  .sec_event .area_event {
    display: block;
  }
  .sec_event .area_event .box_event {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .sec_event .area_event .box_event .bg_imgs{
    display: none;
  }
  .sec_event .area_event .box_list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .sec_event .area_event .list_event {
    width: 100%;
  }
  .sec_event .area_event .list_event>li {
    width: 48.4%;
  }
  .sec_event .area_event .list_event>li:nth-child(2n) {
    margin-left: 3.2%;
  }
  .sec_event .area_event .list_event>li a .date_item {
    font-size: 2em;
	line-height: 1.3;
  }
  .sec_event .area_event .list_event>li a .ttl_item {
    font-size: 1.76vw;
  }
}
@media screen and (min-width :769px){
  .sec_event .area_event .box_list .swiper-button-prev,
  .sec_event .area_event .box_list .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width :768px){
  .sec_event::before {
    height: calc(100% - 130px);
    top: 130px;
    background: url(../_img/bg_event.jpg) repeat left top 130px, #fff;
    background-size: auto;
  }
  .sec_event .inner {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .sec_event .area_event .box_event {
    position: static;
    width: 100%;
    max-width: 86.7%;
    margin: 0 auto;
  }
  .sec_event .area_event .box_event .lead_event {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.39;
    margin-top: 20px;
  }
  .sec_event .area_event .box_event .box_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .sec_event .area_event .box_event .box_btn .cmn_ov_btn_r{
    max-width: 86.7%;
  }
  .sec_event .area_event .box_list {
    margin-left: auto;
    margin-top: 27px;
  }
  .sec_event .area_event .list_event {
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sec_event .area_event .swiper-container .list_event {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_event .area_event .swiper-container.on .list_event {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sec_event .area_event .list_event>li {
    width: 320px;
    max-width: 96%;
  }
  .sec_event .area_event .list_event>li:nth-child(2n) {
    margin-left: 0;
  }
  .sec_event .area_event .list_event>li:nth-child(n+3) {
    margin-top: 0;
  }
  .sec_event .area_event .list_event>li a {
    position: relative;
    display: block;
    padding: 25px 20px 25px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
  }
  .sec_event .area_event .list_event>li a .date_item {
    font-size: 18px;
    font-size: 2.8rem;
	
  }
  .sec_event .area_event .list_event>li a .ttl_item {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_event .area_event .box_list .swiper-button-prev {
    left: 0;
  }
  .sec_event .area_event .box_list .swiper-button-prev:focus,
  .sec_event .area_event .box_list .swiper-button-next:focus,
  .sec_event .area_event .box_list .swiper-pagination:focus {
    outline: none;
  }
  .sec_event .area_event .box_list .swiper-button-next {
    right: 0;
  }
  .sec_event .area_event .box_list .swiper-pagination{
	display: block;
    bottom: -30px;
  }
}
/* ===============================================
お考えの方へ
=============================================== */
.sec_admission {
	background-color: #e8706d;
  background: -moz-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0) 100%, url(../_img/bg_admission.jpg) no-repeat bottom center);
  background: -webkit-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%, url(../_img/bg_admission.jpg) no-repeat bottom center);
  background: linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%), url(../_img/bg_admission.jpg) no-repeat bottom center;
  background-size: auto 520px;
}
.sec_admission .inner {
  width: 1100px;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.sec_admission .inner::before {
/*  content: "";
  display: block;
  width: 200px;
  height: calc(100% + 80px);
  position: absolute;
  border-radius: 100px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/common/img/ico_exam.svg) no-repeat center top 30px, -moz-linear-gradient( 90deg, rgba(230,28,23, 0.6) 0%, rgba(230,37,20, 0.6) 100%), url(../_img/bg_admission.jpg) no-repeat bottom center,#fff;
  background: url(/common/img/ico_exam.svg) no-repeat center top 30px, linear-gradient( 90deg, rgba(230,28,23, 0.6) 0%, rgba(230,37,20, 0.6) 100%), url(../_img/bg_admission.jpg) no-repeat bottom center,#fff;
  background-size: 28px,100vw,auto 520px;
  z-index: -1;*/
}
.sec_admission h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
.sec_admission .area_link {
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_admission .area_link .list_circle {
  width: 32.7%;
}
.sec_admission .area_link .list_circle>li:nth-child(n+2) {
  margin-left: 20px;
}
.sec_admission .area_link .list_circle>li a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  background: url(/common/img/ico_arrow.svg) no-repeat bottom 20px center,#fff;
  background-size: 20px;
  position: relative;
}
.sec_admission .area_link .list_circle>li a .inner_box {
  width: 100%;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_admission .area_link .list_circle>li a .ico_item {
  text-align: center;
}
.sec_admission .area_link .list_circle>li a .ico_item img {
  width: 48px;
}
.sec_admission .area_link .list_circle>li a .txt_item {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.sec_admission .area_link .list_file {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 4%;
  width: 65.3%;
}
.sec_admission .area_link .list_file>li {
  width: 48.4%;
}
.sec_admission .area_link .list_file>li:nth-child(2n) {
  margin-left: 3.2%;
}
.sec_admission .area_link .list_file>li:nth-child(n+3) {
  margin-top: 15px;
}
.sec_admission .area_link .list_file>li .cmn_btn_r {
  color: #000;
  padding: 15px 35px 13px 15px;
  text-align: left;
  background-color: #fff;
  background: url(/common/img/ico_file.svg) no-repeat right 25px center,#fff;
  background-size: 14px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width :1920px){
  .sec_admission {
    background: -moz-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0) 100%, url(../_img/bg_admission.jpg) no-repeat bottom center);
    background: -webkit-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%, url(../_img/bg_admission.jpg) no-repeat bottom center);
    background: linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%), url(../_img/bg_admission.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .sec_admission .inner::before {
    background: url(/common/img/ico_exam.svg) no-repeat center top 30px, linear-gradient( 90deg, rgba(230,28,23, 0.6) 0%, rgba(230,37,20, 0.6) 100%), url(../_img/bg_admission.jpg) no-repeat bottom center,#fff;
    background-size: 28px,100vw,100vw auto;
    z-index: -1;
  }
}
@media screen and (max-width :1024px){
  .sec_admission {
    background-size: cover;
  }
  .sec_admission .inner::before {
    background-size: 28px,100vw,100% auto;
  }
  .sec_admission .area_link {
    display: block;
  }
  .sec_admission .area_link .list_circle {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_admission .area_link .list_file {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_admission .area_link .list_file>li {
    width: auto;
    max-width: 48.4%;
  }
}
@media screen and (max-width :768px){
  .sec_admission {
    background: -moz-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0) 100%, url(../_img/bg_admission_sp.jpg) no-repeat bottom center);
    background: -webkit-linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%, url(../_img/bg_admission_sp.jpg) no-repeat bottom center);
    background: linear-gradient( 90deg, rgba(230,0,32, 0.6) 0%, rgba(230,52,16, 0.6) 71%, rgba(230,103,0, 0.6) 100%), url(../_img/bg_admission_sp.jpg) no-repeat bottom center;
    background-size: cover;
    background-size: auto max(505px,100%);
  }
  .sec_admission .inner {
    padding-bottom: 25px;
  }
  .sec_admission .inner::before {
    width: 138px;
    height: calc(100% + 60px);
    border-radius: 69px;
    background: url(/common/img/ico_exam.svg) no-repeat center top 17px, linear-gradient( 90deg, rgba(230,28,23, 0.6) 0%, rgba(230,37,20, 0.6) 100%), url(../_img/bg_admission_sp.jpg) no-repeat bottom center,#fff;
    background-size: 28px,100vw,auto 505px;
  }
  .sec_admission .area_link {
    margin-top: 20px;
  }
  .sec_admission .area_link .list_circle {
    margin-left: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_admission .area_link .list_circle>li a {
    width: 125px;
    height: 125px;
    background: url(/common/img/ico_arrow.svg) no-repeat bottom 11px center,#fff;
    background-size: 20px;
  }
  .sec_admission .area_link .list_circle>li a .inner_box {
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sec_admission .area_link .list_circle>li a .ico_item img {
    width: 32px;
  }
  .sec_admission .area_link .list_circle>li a .txt_item {
    margin-top: 10px;
    line-height: 1.1;
  }
  .sec_admission .area_link .list_file {
    margin-top: 20px;
    margin-left: 0;
  }
  .sec_admission .area_link .list_file>li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .sec_admission .area_link .list_file>li:nth-child(2n) {
    margin-left: 0;
  }
  .sec_admission .area_link .list_file>li:nth-child(n+3) {
    margin-top: 0;
  }
  .sec_admission .area_link .list_file>li .cmn_btn_r {
    padding: 11px 35px 9px 15px;
  }
}

/* ===============================================
# バナー
=============================================== */
.sec_bnr .inner {
  width: 1420px;
  padding-top: 80px;
  padding-bottom: 85px;
}
.sec_bnr .list_bnr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_bnr .list_bnr>li {
  width: 22.8%;
  margin-left: 1.9%;
  margin-bottom: 1.9%;	
}
.sec_bnr .list_bnr>li:nth-child(4n+1) {
  margin-left: 2.9%;
}
.sec_bnr .list_bnr>li:nth-child(n+5) {
  margin-top: 0px;
}
.sec_bnr .list_bnr>li a {
  display: block;
}
.sec_bnr .list_bnr>li a .img_bnr {
  position: relative;
  width: 100%;
  padding-top: 32.2%;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.sec_bnr .list_bnr>li a .img_bnr>img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_bnr .list_bnr>li a .name_bnr {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.39;
  text-align: center;
  position: relative;
  margin: 10px auto 0;
}
.sec_bnr .list_bnr>li a[target="_blank"] .name_bnr::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 20px;
  vertical-align: middle;
  background: url(/common/img/ico_exlink.svg) no-repeat right center;
  background-size: 10px;
}
@media screen and (max-width :1024px){
  .sec_bnr .list_bnr>li {
    width: 31.4%;
    margin-left: 2.9%;
  }
  .sec_bnr .list_bnr>li:nth-child(4n+1) {
    margin-left: 2.9%;
  }
  .sec_bnr .list_bnr>li:nth-child(3n+1) {
    margin-left: 0;
  }
  .sec_bnr .list_bnr>li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width :768px){
  .sec_bnr .inner {
    max-width: 92%;
    padding-top: 40px;
  }
  .sec_bnr .list_bnr>li {
    width: 48%;
    margin-left: 4%;
  }
  .sec_bnr .list_bnr>li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .sec_bnr .list_bnr>li:nth-child(2n+1) {
    margin-left: 0;
  }
  .sec_bnr .list_bnr>li:nth-child(n+3) {
    margin-top: 18px;
  }
  .sec_bnr .list_bnr>li a .name_bnr {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 7px auto 0;
  }
}
/* android */
.android .sec_bnr .list_bnr {
  display: block;
}
.android .sec_bnr .list_bnr>li {
  width: 100%;
  margin-left: 0;
}




/*-------------------------------------------
servcemenu
-------------------------------------------*/
#servcemenu {
  color: #fff;
  background-color: #6ba539;
  padding: 50px 0;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
  color: #fff;
  background-color: #6ba539;
  padding: 50px 0;
}
#contact .sec-title {
  color: #fff;
}
#contact .content {
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact .contact-info p {
  margin-bottom: 30px;
}
#contact .contact-info,
#contact .contact-form {
  width: 45%;
}
#contact .contact-form input,
#contact .contact-form textarea {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
#contact .contact-form .button input {
  width: 200px;
  color: #fff;
  background-color: #121212;
  border: solid 1px #fff;
  padding: 12px 0;
  margin-bottom: 0;
}
#contact .contact-form .button input:hover {
  color: #202020;
  background-color: #fff;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
	
	  /*-------------------------------------------
  Contact
  -------------------------------------------*/
  #contact {
    padding: 80px 0;
  }
  #contact .content {
    flex-direction: column;
  }
  #contact .contact-info,
  #contact .contact-form {
    width: 100%;
  }
  #contact .contact-form .button input {
    width: 100%;
  }
}


	  /*-------------------------------------------
PRIORITies 5
  -------------------------------------------*/
  #priorities{
    padding: 80px 0;
  }
  #priorities.content {
    flex-direction: column;
  }
  #priorities .contact-info,
  #priorities .contact-form {
    width: 100%;
  }
  #priorities.contact-form .button input {
    width: 100%;
  }
}
.heading08 {
	font-size: 26px;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}