@charset "utf-8";

/* ページ内共通パーツ
----------------------------------------------- */
.txt_pink{
color: #ff5893;
}
/* 大東文化大学とつながろう */
.wrap_bg{
  background-color: #fff;
  position: relative;
}
@media (max-width :834px){
  .wrap_bg{
    background-color: transparent;
  }
  .wrap_bg::before{
    content: "";
    display: block;
    background: -moz-linear-gradient(180deg, rgba(248,249,235,1) 0%, rgba(248,249,235,0) 20%, rgba(248,249,235,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,249,235,1) 0%, rgba(248,249,235,0) 20%, rgba(248,249,235,0) 100%);
    background: -ms-linear-gradient(180deg, rgba(248,249,235,1) 0%, rgba(248,249,235,0) 20%, rgba(248,249,235,0) 100%);
    background: linear-gradient(180deg, rgba(248,249,235,1) 0%, rgba(248,249,235,0) 20%, rgba(248,249,235,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}

/* ================
# sec_promo
=================== */
.sec_promo{
  position: relative;
  padding: 9.6vw 0 50px;
  background: url("../../img/bg_promo.png")no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.sec_promo::before{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/bg_main_top.png")no-repeat center top;
  background-size: 100% auto;
}
.sec_promo .deco{
  position: absolute;
  z-index: 5;
}
.sec_promo .deco.sakura1{
  width: 54.68%;
  right: 0;
  top: 0;
}
.sec_promo .deco.sakura2{
  width: 20.15%;
  left: 0;
  top: 0;
}
.sec_promo .deco.sakura3{
  width: 14.37%;
  left: 0;
  bottom: 80px;
}
.sec_promo .inner{
  max-width: 1400px;
}
.sec_promo h1{
  position: relative;
  z-index: 4;
  width: 39.9vw;
  max-width: 559px;
  left: 30px;
}
.sec_promo h1::before{
  position: absolute;
  top: 60%;
  left: 42%;
  content: '';
  display: block;
  width: 145%;
  height: 222%;
  background: url("../../img/bg_sakura.png")no-repeat center top;
  background-size:contain;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.sec_promo h1 > img{
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}
.sec_promo .img_main{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 0;
}
.sec_promo .area_bnr{
  position: relative;
  padding: 45px 0 50px;
  margin-top: 156px;
  z-index: 4;
}
.sec_promo .area_bnr>*{
  position: relative;
  z-index: 1;
}
.sec_promo .area_bnr::before{
  content: '';
  display: block;
  width: -webkit-calc(125% + 48px);
  width: calc(125% + 48px);
  height: 100%;
  position: absolute;
  right: -48px;
  top: 0;
  z-index: 0;
  border-radius: 0 40px 40px 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}
.sec_promo .area_bnr h2{
  margin-bottom: 29px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #00b097;
}
.sec_promo .area_bnr h2 span{
  color: #ff5893;
}
.sec_promo .area_bnr ul{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.sec_promo .area_bnr ul li{
  width: 23.84%;
}
@media (max-width :1800px) {
  .sec_promo .area_bnr{
    position: relative;
    padding: 45px 0 50px;
    margin-top: 116px;
    margin-top: 5.8vw;
    margin-top: clamp(26px,3.113vw,116px);
  }
  .sec_promo .deco.sakura3{
    left: -50px;
    z-index: 0;
  }
}
@media (max-width :1600px) {
  .sec_promo .deco.sakura3{
    bottom:28%;
  }
  .sec_promo .area_bnr::before{
    width: -webkit-calc(125% + 28px);
    width: calc(125% + 28px);
    right: -28px;
  }
}
@media (max-width :834px){
  .sec_promo{
    padding-top: 0;
    padding-bottom: 30px;
    background: url(../../img/bg_promo_sp.png)no-repeat center bottom;
    background-size: cover;
  }
  .sec_promo::before{
    background-image: url("../../img/bg_main_top_sp.png");
    top: 0;
  }
  .sec_promo h1{
    width: 70vw;
    margin: 0 auto;
    margin-top: 19px;
    left: 0;
  }
  .sec_promo h1::before{
    background: url(../../img/bg_sakura_sp.png)no-repeat top center;
    background-size: contain;
    top: 72%;
    left: 54%;
    width: 86%;
  }
  .sec_promo h1 > img{
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
  }
  .sec_promo .img_main{
    width: 100%;
  }
  .sec_promo .deco.sakura1{
    width: 32.266%;
    right: 0;
    top: 0;
  }
  .sec_promo .deco.sakura2{
    width: 26.266%;
    left: 0;
    top: 0;
  }
  .sec_promo .deco.sakura3{
    display: none;
    width: 14.37%;
    left: 0;
    bottom: 80px;
  }
  .sec_promo .area_bnr{
    margin-top: 159px;
    margin-top: 47.4vw;
    padding: 4.533vw 0 0 ;
  }
  .sec_promo .area_bnr::before{
    border-radius: 0;
    background: transparent;
  }
  .sec_promo .area_bnr h2{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 19px;
  }
  .sec_promo .area_bnr ul{
    width: 100vw;
    margin-left: -5.335vw;
    flex-wrap: wrap;
  }
  .sec_promo .area_bnr ul li{
    width: 50%;
  }
  /* android */
  .android .sec_promo .area_bnr ul{
    display: block;
  }
  .android .sec_promo .area_bnr ul li{
    width: 100%;
  }
}

/* ================
# sec_news
=================== */
.sec_news{
  padding: 46px 0 80px;
  background: #f8f9ec;
}
.sec_news h2{
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_news .area_tab{
  padding: 0 10px;
  border-bottom: solid 3px #00b097;
}
.sec_news .area_tab ul{
  display:-webkit-box;
  display:flex;
}
.sec_news .area_tab li{
  width: 176px;
}
.sec_news .area_tab li:nth-child(n+2){
  margin-left: 10px;
}
.sec_news .area_tab li button{
  height: 100%;
  margin: 0;
  padding: 6px 0;
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  line-height: 1.25;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border-top: solid 1px #00b097;
  border-left: solid 1px #00b097;
  border-right: solid 1px #00b097;
}
.sec_news .area_tab li button.is_active{
  background: #00b097;
  color: #fff;
}
.sec_news .area_tab_contents{
  background: #fff;
}
.sec_news .box_contents{
  padding: 10px 20px 30px;
  margin-right: 10px;
  max-height: 467px;
  overflow-y: auto;
  border-radius: 0 0 16px 16px;
  display: none;
}
.sec_news .box_contents::-webkit-scrollbar{
  width: 8px;
}
.sec_news .box_contents::-webkit-scrollbar-track-piece{
  background-color: #e0e9e8;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec_news .box_contents::-webkit-scrollbar-thumb{
  background-color: #52c1ba;
  border-radius: 30px;
}
.sec_news .box_contents::-webkit-scrollbar-button{
  opacity: 0;
  background-color: #fff;
}
.sec_news .list_news > li{
  border-bottom: solid 2px #bfb89c;
}
.sec_news .list_news > li >*{
  padding: 20px 0 16px;
  text-decoration: none;
  color: #504a45;
}
.sec_news .box_contents .box_time{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_news .box_contents .box_time .time{
  font-weight: 100;
  color: #90857c;
  font-style: italic;
}
.sec_news .box_contents .box_time .cate{
  margin-left: 16px;
}
.sec_news .box_contents .box_time .cate > span{
  display: inline-block;
  margin-right: 10px;
  font-weight: 100;
  color: #504a45;
  line-height: 1;
  padding: 5px 17px;
  text-align:center;
  border-radius: 12px;
  border:solid 1px #00b097;
  font-weight: bold;
}
.sec_news .box_contents .box_time .cate > span.emergency{
  background-color: #ff5893;
  color: #fff;
  border-color: #ff5893;
}
.sec_news .box_contents .box_time .cate > span.cate_22{
  border-color:#f2655d;
  color: #f2655d;
}
.sec_news .box_contents .box_time .cate > span.cate_23{
  border-color:#15bcc7;
  color: #15bcc7;
}
.sec_news .box_contents .box_time .cate > span.cate_24{
  border-color:#f2718b;
  color: #f2718b;
}
.sec_news .box_contents .box_time .cate > span.cate_25{
  border-color:#f58345;
  color: #f58345;
}
.sec_news .box_contents .box_time .cate > span.cate_26{
  border-color:#3d85c6;
  color: #3d85c6;
}
.sec_news .box_contents .box_time .cate > span.cate_27{
  border-color:#7fbc5a;
  color: #7fbc5a;
}
.sec_news .box_contents .box_time .cate > span.cate_28{
  border-color:#9e75b4;
  color: #9e75b4;
}
.sec_news .box_contents .box_time .cate > span.cate_29{
  border-color:#62c0c7;
  color: #62c0c7;
}
.sec_news .box_contents .box_time .ttl{
  margin-top: 10px;
}
@media (max-width :834px){
  .sec_news{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sec_news h2{
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .sec_news .area_tab{
    padding: 0;
  }
  .sec_news .area_tab li:nth-child(n+2){
    margin-left: 7px;
  }
  .sec_news .area_tab li button{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .box_contents{
    margin-right: 10px;
    padding: 5px 10px 20px 15px;
  }
  .sec_news .list_news > li{
    border-width: 1px;
  }
  .sec_news .list_news > li >*{
    padding: 15px 0 10px;
  }
  .sec_news .box_contents .box_time{
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .sec_news .box_contents .box_time .cate{
    margin-left: 10px;
  }
  .sec_news .box_contents .box_time .cate > span{
    padding: 2px 8px;
    min-width: 55px;
  }
  .sec_news .box_contents::-webkit-scrollbar-track-piece{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec_news .box_contents::-webkit-scrollbar{
    width: 5px;
  }
}

.tab_cate{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tab_cate > li {
  margin-right: 5px;
  margin-bottom: 15px;
}
.tab_cate > li button{
  border: 1px solid #00b097;
  padding: 6px 20px 6px 20px;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00b097;
  text-decoration: none;
}
.tab_cate > li button.is_active{
  background: #00b097;
  color: #fff;
}
@media (max-width :834px){
  .tab_cate > li {
    margin-right: 5px;
    margin-bottom: 10px;
  }  
  .tab_cate > li button{
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
}
/* ================
# sec_check
=================== */
.sec_check .inner{
  max-width: 1300px;
}
.sec_check .area_anc{
  background: url(../../img/bg_check.jpg)repeat;
  padding-top: 28px;
}
.sec_check .area_anc .flex{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.sec_check .area_anc h2{
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sec_check .area_anc h2 span{
  color: #ffe357;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 7px;
}
.sec_check .area_anc nav{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  margin-left: 118px;
  margin-left: 9.076%;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}
.sec_check .area_anc nav::before{
  content: "";
  display: block;
  width: 143px;
  height: 129px;
  background: url(../../img/img_check_anc02.png)no-repeat top center;
  position: absolute;
  bottom: 0;
  right: -142px;
}
.sec_check .area_anc .list_anc{
  display:-webkit-box;
  display: flex;
}
.sec_check .area_anc .list_anc li{
  width: 31.313%;
  max-width: 310px;
}
.sec_check .area_anc .list_anc li + li{
  margin-left: 3.03%;
}
.sec_check .area_anc .list_anc li a{
  display: block;
  background-color: #fff;
  color: #504a45;
  font-weight: bold;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 14px 40px 14px 18px;
  background-image: url(../../img/ico_anc.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 24px center;
}
.sec_check .area_anc .list_anc li a span{
  color: #ff5893;
}
.sec_check .area_anc .box_img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.sec_check .area_anc .box_btn{
  position: absolute;
  top: 30px;
  right: 160px;
  right: 8.333vw;
}
.sec_check .area_anc .box_btn a{
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 2px 50px 2px 20px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  background-image: url(../../img/ico_arrow_y.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: right 18px center;
  text-decoration: none;
}
@media (max-width :1320px){
  .sec_check .area_anc .inner{
    max-width: 950px;
  }
  .sec_check .area_anc .list_anc{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
  }
  .sec_check .area_anc .list_anc li{
    width: 100%;
    max-width: 350px;
  }
  .sec_check .area_anc .list_anc li + li{
    margin-left: 0;
    margin-top: 16px;
  }
  .sec_check .area_anc nav::before{
    right: 0;
  }
  .sec_check .area_anc .box_btn{
    right: 0;
  }
}
@media (max-width :1024px){
  .sec_check .area_anc{
    padding-top: 36px;
  }
  .sec_check .area_anc .inner{
    width: 84%;
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }
  .sec_check .area_anc h2{
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .sec_check .area_anc h2 span{
    font-size: 34px;
    font-size: 3.4rem;
    display: block;
    letter-spacing: 8px;
  }
  .sec_check .area_anc nav{
    margin-left: 0;
    padding-bottom: 26px;
  }
  .sec_check .area_anc nav::before{
    width: 84px;
    height: 102px;
    top: -85px;
    background-size: cover;
    background-position: top center;
    z-index: 0;
  }
  .sec_check .area_anc .list_anc li a{
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px 30px 12px 18px;
    background-size: 8px;
    background-position: right 20px center;
  }
  .sec_check .area_anc .box_img{
    position: relative;
    margin-left: -30px;
  }
  .sec_check .area_anc .box_btn{
    top: auto;
    right: 0;
    bottom: 16px;
  }
  .sec_check .area_anc .box_btn a{
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 20px;
    background-position: right 18px center;
    padding: 4px 43px 4px 20px;
  }
}
/* area_preparation */
.sec_check .check_bg{
  background: url(/freshman/img/bg_check02.jpg)no-repeat bottom center;
  background-size: cover;
}
.sec_check .check_bg .inner{
  max-width: 1400px;
}
.sec_check h3{
  font-size: 30px;
  font-size: 3rem;
  color: #00b097;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec_check h3 span{
  font-size: 42px;
  font-size: 4.2rem;
}
.sec_check h3 + .list_preparation{
  margin-top: 35px;
}
.sec_check .area_preparation{
  padding-top: 57px;
}
.sec_check .area_preparation .list_preparation{
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.sec_check .area_preparation .list_preparation .box_col{
  width: 31.23%;
}
.sec_check .area_preparation .list_preparation .box_col.bg{
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sec_check .area_preparation .list_preparation .box_col.bg figure img{
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.sec_check .area_preparation .list_preparation .box_col.bg h4{
  text-align: center;
  margin-top: 16px;
  margin-bottom: 7px;
  padding: 0 15px;
  font-size: 20px;
  font-size: 2rem;
}
.sec_check .area_preparation .list_preparation .box_col.bg p.lead{
  padding: 0 20px;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.4;
}
.sec_check .area_preparation .list_preparation .box_col.bg .cmn_btn{
  margin-bottom: 25px;
}
.sec_check .area_preparation .list_preparation .box_col .cmn_btn{
  text-align: center;
}
.sec_check .area_preparation .list_preparation .box_col .cmn_btn a{
  width: 100%;
  min-width: 200px;
  max-width: 280px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 56px 15px 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width :1025px){
  .sec_check .area_preparation .list_preparation .box_col + .box_col{
    margin-left: 3.153%;
  }
  .sec_check .area_preparation .list_preparation .box_col:nth-child(3n+4){
    margin-left: 0;
  }
  .sec_check .area_preparation .list_preparation .box_col:nth-child(n+4){
    margin-top: 60px;
  }
}
@media (max-width :1024px){
  .sec_check .check_bg{
    background: url(/freshman/img/bg_check02_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .sec_check h3{
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.3;
  }
  .sec_check h3 span{
    font-size: 40px;
    font-size: 4rem;
    display: block;
  }
  .sec_check .area_preparation{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec_check h3 + .list_preparation{
    margin-top: 32px;
  }
  .sec_check .area_preparation .list_preparation{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_check .area_preparation .list_preparation .box_col{
    width: 100%;
    position: relative;
  }
  .sec_check .area_preparation .list_preparation .box_col:nth-child(1)::before{
    content: "";
    display: block;
    background: url(/freshman/img/img_preparation_deco01.png)no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -14px;
    left: -16px;
  }
  .sec_check .area_preparation .list_preparation .box_col:nth-child(2)::before{
    content: "";
    display: block;
    background: url(/freshman/img/img_preparation_deco02.png)no-repeat;
    background-size: contain;
    width: 50px;
    height: 55px;
    position: absolute;
    top: -20px;
    right: -12px;
  }
  .sec_check .area_preparation .list_preparation .box_col:nth-child(3)::before{
    content: "";
    display: block;
    background: url(/freshman/img/img_preparation_deco03.png)no-repeat;
    background-size: contain;
    width: 60px;
    height: 69px;
    position: absolute;
    top: -27px;
    left: -21px;
  }
  .sec_check .area_preparation .list_preparation .box_col + .box_col{
    margin-top: 20px;
  }
  .sec_check .area_preparation .list_preparation .box_col.bg + *{
    margin-top: 30px;
  }
  .sec_check .area_preparation .list_preparation .box_col.bg h4{
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 13px;
    margin-bottom: 11px;
    padding: 0 10px;
  }
  .sec_check .area_preparation .list_preparation .box_col.bg p.lead{
    margin-bottom: 17px;
    padding: 0 10px;
  }
  .sec_check .area_preparation .list_preparation .box_col.bg .cmn_btn a{
    width: 49.253%;
    min-width: 165px;
    padding: 11px 38px 11px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_check .area_preparation .list_preparation .box_col .cmn_btn a{
    max-width: 100%;
    padding: 16px 56px 17px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 50px;
  }
}

/* area_know */
.sec_check .area_know{
  margin-top: 121px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
}
.sec_check .area_know::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1610px;
  height: 100%;
  background-color: #f8f9ed;
  z-index: 0;
  border-radius: 80px 0 0 80px;
}
.sec_check .area_know::after{
  content: "";
  display: block;
  position: absolute;
  top: -108px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 140%;
  z-index: 0;
  background: url(/freshman/img/img_know_sakura01.png)no-repeat top right,url(/freshman/img/img_know_sakura02.png)no-repeat top left;
  pointer-events: none;
}
.sec_check .area_know .inner{
  z-index: 1;
  position: relative;
}
.sec_check .area_know h3{
  writing-mode: vertical-rl;
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1.45;
  padding-left: 5.52%;
  height: 333px;
}
.sec_check .area_know h3 .main{
  font-size: 42px;
  font-size: 4.2rem;
  align-self: flex-end;
}
.sec_check .area_know h3 .main span{
  display: inline;
}
.sec_check .area_know h3 .sub{
  font-size: 30px;
  font-size: 3rem;
  color: #00b097;
  display: block;
  align-self: flex-start;
}
.sec_check .area_know .box_know{
  width: 100%;
  max-width: 960px;
}
.sec_check .area_know .box_know .txt_lead{
  font-weight: 500;
  margin-top:-5px;
}
.sec_check .area_know .box_know .txt_lead .txt_pink{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_check .area_know .box_know .list_know{
  margin-top: 23px;
  margin-left: 0;
  margin-right: auto;
}
.sec_check .area_know .box_know .list_know li{
  width:21.875%
}
.sec_check .area_know .box_know .list_know li + li{
  margin-left: 4.1666%;
}
.sec_check .area_know .box_know .list_know li img{
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sec_check .area_know .box_know .list_know li a{
  text-decoration: none;
}
.sec_check .area_know .box_know .list_know li figcaption{
  color: #504a45;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px;
}
@media (max-width :1400px){
  .sec_check .area_know h3{
    padding-left: 0;
  }
}
@media (max-width :1024px){
  .sec_check .area_know{
    padding-bottom: 80px;
  }
  .sec_check .area_know .inner{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .sec_check .area_know::after{
    width: 1250px;
    background: url(/freshman/img/img_know_sakura01.png) no-repeat top right, url(/freshman/img/img_know_sakura02.png) no-repeat top 420px left;
  }
  .sec_check .area_know .box_know{
    max-width: 600px;
  }
  .sec_check .area_know .box_know .list_know{
    flex-wrap: wrap;
    margin-top: 33px;
    max-width: 500px;
  }
  .sec_check .area_know .box_know .list_know li{
    width: 47.761%;
  }
  .sec_check .area_know .box_know .list_know li + li{
    margin-left: 4.477%;
  }
  .sec_check .area_know .box_know .list_know li:nth-child(2n+3){
    margin-left: 0;
  }
  .sec_check .area_know .box_know .list_know li:nth-child(n+3){
    margin-top: 30px;
  }
}
@media (min-width :835px){
  .sec_check .area_know h3 + .box_know{
    margin-left: 74px;
  }
}
@media (max-width :834px){
  .sec_check .area_know{
    margin-top: 0;
    padding-top: 44px;
    padding-bottom: 0;
  }
  .sec_check .area_know::after{
    top: 118px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width:100%;
    height: 100%;
    background: url(/freshman/img/img_know_sakura01_sp.png)no-repeat top 113px right,url(/freshman/img/img_know_sakura02_sp.png)no-repeat top left;
    background-size: 128px,124px;
  }
  .sec_check .area_know .inner{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec_check .area_know h3{
    writing-mode: initial;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    height: auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.2;
  }
  .sec_check .area_know h3 .main,
  .sec_check .area_know h3 .sub{
    align-self: center;
  }
  .sec_check .area_know h3 .sub{
    font-size: 34px;
    font-size: 3.4rem;
  }
  .sec_check .area_know h3 span{
    display: inline;
  }
  .sec_check .area_know .box_know{
    margin: 0 auto;
  }
  .sec_check .area_know .box_know .txt_lead{
    font-weight: 500;
    margin-top: 18px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.88;
  }
  .sec_check .area_know .box_know .list_know{
    margin-left: auto;
  }
  .sec_check .area_know .box_know .list_know li img{
    border-radius: 10px;
  }
  .sec_check .area_know .box_know .list_know li figcaption{
    line-height: 1.2;
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* android */
  .android .sec_check .area_know .box_know .list_know{
    display: block;
  }
  .android .sec_check .area_know .box_know .list_know li,
  .android .sec_check .area_know .box_know .list_know li + li,
  .android .sec_check .area_know .box_know .list_know li:nth-child(n+3),
  .android .sec_check .area_know .box_know .list_know li:nth-child(2n+3){
    margin: 0 auto;
    margin-top: 20px;
  }
}
/* ================
# bnr_side_procedure
=================== */
.bnr_side_procedure{
  position: fixed;
  z-index: 10;
  right: 0px;
  bottom: 22px;
  width: 233px;
}
@media (max-width :1024px){
  .bnr_side_procedure{
    right: -18px;
    bottom: 25px;
    width: 163px;
  }
}