@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: url(/cross/admissions/academic_exam/img/bg_site.jpg) no-repeat center top, #d2ed6d;
  background-size: cover;
}
.main_contents {
  padding: 0;
}
@media screen and (max-width :834px) {
  main {
    background: url(/cross/admissions/academic_exam/img/bg_site_sp.jpg) no-repeat center top, #d2ed6d;
    background-size: 100%;
  }
  main .inner {
    width: 92%;
  }
  .btn_pagetop {
    bottom: 105px;
  }
}
.cmn_ttl_sec {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
.cmn_ttl_sec::before {
  content: "";
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 90px;
  font-size: 9.0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media screen and (max-width :834px) {
  .cmn_ttl_sec {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .cmn_ttl_sec::before {
    font-size: 60px;
    font-size: 6.0rem;
  }
}
.cmn_balloon_red {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f9502f;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width :834px) {
  .cmn_balloon_red {
    font-size: 12px;
    font-size: 1.2rem;
    width: 90px;
    height: 90px;
  }
}

/* ===============================================
# プロモ
=============================================== */
.sec_promo .inner {
  width: 100%;
}
.sec_promo .promotion {
  background: url(/cross/admissions/academic_exam/img/img_promo_student.png) no-repeat left 40px bottom;
  background-size: 457px;
  padding-top: 20px;
  padding-left: 33%;
  padding-bottom: 25px;
}
.sec_promo .ttl {
  width: 100%;
  max-width: 690px;
}
.sec_promo .txt {
  text-align: center;
  margin-top: 21px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
  width: 100%;
  max-width: 690px;
}
.sec_promo .time {
  width: 171px;
  position: absolute;
  top: 20%;
  right: 40px;
}
.sec_promo .time > p + p {
  margin-top: 12px;
}
@media screen and (max-width :1520px) {
  .sec_promo .promotion {
    background: url(/cross/admissions/academic_exam/img/img_promo_student.png) no-repeat left -80px bottom;
    background-size: 44%;
    padding-left: 25%;
    padding-right: 80px;
  }
  .sec_promo .time {
    width: 16%;
  }
}
@media screen and (max-width :834px) {
  .sec_promo .inner {
    width: 100%;
  }
  .sec_promo .promotion {
    background: url(/cross/admissions/academic_exam/img/img_promo_student_sp.png) no-repeat left top 28%;
    background-size: 47.4%;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_promo .ttl {
    width: 91.6%;
    margin: 0 auto;
    max-width: none;
  }
  .sec_promo .txt {
    font-size: 15px;
    font-size: 1.5rem;
    font-size: 3.85vw;
    line-height: 1.73;
    max-width: none;
    padding-top: 11.2%;
    margin-top: 0;
    text-align: left;
    padding-left: 8.6%;
  }
  .sec_promo .time {
    width: 25.6%;
    top: 58.5%;
    right: 8.6%;
    z-index: 2;
  }
  .sec_promo .time > p + p {
    margin-top: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* ===============================================
# サイドメニュー
=============================================== */
.side_menu {
  position: fixed;
  top: 180px;
  right: 0;
  width: 60px;
  z-index: 99;
}
.side_menu .links > li + li {
  margin-top: 1px;
}
.side_menu .links >li >* {
  position: relative;
  writing-mode: vertical-rl;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  width: 100%;
  height: 130px;
  color: #fff;
  background-color: rgba(32, 32, 32, 0.7);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 21px 5px 35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-decoration: none;
}
.side_menu .links >li >*::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #cdee4a;
  background: url(/cross/admissions/academic_exam/img/ico_arrow.svg) no-repeat center center, #cdee4a;
  background-size: 50%;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width :1520px) {
  /* .side_menu {
    top: 130px;
    width: 55px;
  }
  .side_menu .links >li >* {
    height: 220px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 5px 35px;
  }
  .side_menu .links >li >*::after {
    width: 35px;
    height: 25px;
  } */
}
@media screen and (max-width :834px) {
  .side_menu {
    position: fixed;
    top: auto;
    bottom: 54px;
    width: 100%;
  }
  .side_menu .links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .side_menu .links >li {
    width: 50%;
  }
  .side_menu .links > li + li {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
  .side_menu .links >li >* {
    width: 100%;
    height: auto;
    position: relative;
    writing-mode: horizontal-tb;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28;
    padding: 12px 45px 11px 12px;
  }
  .side_menu .links >li >*::after {
    width: 23px;
    height: 23px;
    bottom: 50%;
    left: auto;
    right: 12px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
/* ===============================================
# 基礎学力テスト型とは
=============================================== */
.sec_point {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 100px;
}
.sec_point::before {
  content: "";
  display: block;
  width: 100%;
  height: 640px;
  background-color: rgba(235, 239, 241, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_point .cmn_ttl_sec {
  margin-bottom: 35px;
}
.sec_point .cmn_ttl_sec::before {
  content: "WHAT'S";
}
.sec_point .area_head {
  padding-bottom: 80px;
}
.sec_point .area_head .txt_main {
  text-align: center;
  line-height: 1.71;
}
.sec_point .area_head .boxes {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: 40px;
}
.sec_point .area_head .box {
  background-color: #ebeff1;
  box-shadow: 3px 3px rgba(32, 32, 32, 0.5);
  position: relative;
  padding: 11px 16px 16px;
}
.sec_point .area_head .box + .box {
  margin-left: 80px;
}
.sec_point .area_head .box + .box::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/cross/admissions/academic_exam/img/ico_plus.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_point .area_head .box .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.sec_point .area_head .box .cmn_balloon_red {
  position: absolute;
  top: 8px;
  right: -18px;
}
.sec_point .area_point {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.sec_point .area_point .box {
  background-color: #fff;
  padding: 36px 38px 36px;
  flex: 1 0 40%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.sec_point .area_point .box .inner_box {
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.sec_point .area_point .box .ttl_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 15px;
}
.sec_point .area_point .box .ttl_box .pointnum {
  width: 72px;
  height: 72px;  
  padding-top: 12px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
.sec_point .area_point .box .ttl_box .pointnum::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 36px solid #e6f7a5;
  border-left: 36px solid #e6f7a5;
  border-right: 36px solid #cdee4a;
  border-bottom: 36px solid #cdee4a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_point .area_point .box .ttl_box .pointnum .point {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 3px;
}
.sec_point .area_point .box .ttl_box .pointnum .num {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
}
.sec_point .area_point .box .ttl_box .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.sec_point .area_point .box .ttl_box .ttl strong {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  background-color: #cdee4a;
  display: inline-block;
  padding: 0 5px;
}
.sec_point .area_point .link_btn .btn {
  border: 1px solid #202020;
  padding: 17px 60px 17px 24px;
  box-shadow: 4px 4px #202020;
  position: relative;
  color: #202020;
  text-decoration: none;
}
.sec_point .area_point .link_btn .btn::after {  
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  background-color: #f9502f;
  background: url(/cross/admissions/academic_exam/img/ico_arrow_w.svg) no-repeat center center, #f9502f;
  background-size: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_point .area_point .box .txt {
  margin-bottom: 10px;
}
.sec_point .area_point .box .ttl_sub {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 5px 16px 5px;
  border: 1px solid #202020;
  margin-bottom: 20px;
}
.sec_point .area_point .box .image {
  margin-bottom: 27px;
}
.sec_point .area_point .inner_box + *{
  margin-top: 45px;
}
.sec_point .area_point .box .inner_box > *:last-child {
  margin-bottom: 0;
}
.sec_point .area_point .box.point01 {
  background: url(/cross/admissions/academic_exam/img/bg_point01_leaf.png) no-repeat top 30% right 17px , #fff;
  background-size: 229px;
  flex: 1 1 39%;
}
.sec_point .area_point .box.point02 {
  flex: 1 1 59.3%;
}
.sec_point .area_point .box.point02 .image {
  position: relative;
}
.sec_point .area_point .box.point02 .image img {
  width: 100%;
}
.sec_point .area_point .box.point02 .image .cmn_balloon_red {
  width: 156px;
  height: 156px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57; 
  position: absolute;
  top: 40.5%;
  left: 95%;
}
.sec_point .area_point .box.point02 .image .cmn_balloon_red span{
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
}
.sec_point .area_point .box.point02 .image .cmn_balloon_red::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f9502f;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-14px,-50%);
  transform: translate(-14px,-50%);
}
@media screen and (max-width :1820px) {
  .sec_point .area_point .box.point02 .image {
    padding-right: 15%;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red {
    top: 28.5%;
    left: 82.3%;
  }
}
@media screen and (max-width :1520px) {
  .sec_point .area_head .box .cmn_balloon_red {
    position: absolute;
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width :834px) {
  .sec_point {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .sec_point::before {
    height: 728px;
  }
  .sec_point .cmn_ttl_sec {
    margin-bottom: 15px;
  }
  .sec_point .area_head {
    padding-bottom: 50px;
  }
  .sec_point .area_head .txt_main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .sec_point .area_head .boxes {
    display: block;
    width: 100%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .sec_point .area_head .box {
    background-color: #ebeff1;
    box-shadow: 2px 2px rgba(32, 32, 32, 0.5);
    padding: 12px 12px 12px;
  }
  .sec_point .area_head .box + .box {
    margin-left: 0;
    margin-top: 58px;
  }
  .sec_point .area_head .box + .box::before {
    width: 18px;
    height: 18px;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec_point .area_head .box .cmn_balloon_red {
    position: absolute;
    top: -20px;
    right: -28px;
  }
  .sec_point .area_point {
    display: block;
    gap: 10px;
  }
  .sec_point .area_point .box {
    background-color: #fff;
    padding: 20px 18px 30px;
    flex: 1 0 40%;
  }
  .sec_point .area_point .box + .box {
    margin-top: 10px;
  }
  .sec_point .area_point .box .ttl_box {
    margin-bottom: 15px;
  }
  .sec_point .area_point .box .ttl_box .pointnum {
    width: 54px;
    height: 54px;  
    padding-top: 10px;
    margin-right: 15px;
    margin-top: 3px;
  }
  .sec_point .area_point .box .ttl_box .pointnum::after {
    border-top: 27px solid #e6f7a5;
    border-left: 27px solid #e6f7a5;
    border-right: 27px solid #cdee4a;
    border-bottom: 27px solid #cdee4a;
  }
  .sec_point .area_point .box .ttl_box .pointnum .point {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 3px;
  }
  .sec_point .area_point .box .ttl_box .pointnum .num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_point .area_point .box .ttl_box .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .sec_point .area_point .box .ttl_box .ttl strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0 3px;
  }
  .sec_point .area_point .link_btn .btn {
    border: 1px solid #202020;
    padding: 17px 50px 17px 18px;
    box-shadow: 2px 2px #202020;
  }
  .sec_point .area_point .link_btn .btn::after {
    width: 32px;
    height: 23px;
    right: 12px;
  }
  .sec_point .area_point .box .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    margin-bottom: 40px;
  }
  .sec_point .area_point .box .ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 6px 5px;
    margin-bottom: 15px;
  }
  .sec_point .area_point .box .image {
    margin-bottom: 40px;
  }  
  .sec_point .area_point .inner_box + *{
    margin-top: 40px;
  }
  .sec_point .area_point .box .inner_box > *:last-child {
    margin-bottom: 0;
  }
  .sec_point .area_point .box.point01 {
    background: url(/cross/admissions/academic_exam/img/bg_point01_leaf.png) no-repeat top 60% right 18px , #fff;
    background-size: 115px;
  }
  .sec_point .area_point .box .image {
    max-width: 400px;
  }
  .sec_point .area_point .box.point02 .image {
    padding-right: 0;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red {
    width: 120px;
    height: 120px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25; 
    position: absolute;
    top: auto;
    bottom: 68.1%;
    left: auto;
    right: 3%;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red span{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red::before {
    width: 15px;
    height: 12px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .sec_point .area_point .box.point03 .image_sp_full {
    position: relative;
    padding-top: 313%;
  }
  .sec_point .area_point .box.point03 .image_sp_full img {
    width: calc(100% + 18px);
    max-width: calc(100% + 18px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width :834px) and (min-width :500px){
  .sec_point .area_point .box.point03 .image_sp_full {
    position: relative;
    padding-top: 0;
  }
  .sec_point .area_point .box.point03 .image_sp_full img {
    width: 100%;
    position: static;
  }

}

@media screen and (max-width :360px) {
  .sec_point .area_head .box .cmn_balloon_red {
    right: -15px;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red {
    width: 100px;
    height: 100px;
    right: 2%;
  }
  .sec_point .area_point .box.point02 .image .cmn_balloon_red span {
    font-size: 13px;
    font-size: 1.3rem;  
  }
}
/* ===============================================
# 基礎学力テスト型とは
=============================================== */
.sec_flow {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 65px;
  padding-bottom: 60px;
}
.sec_flow .cmn_ttl_sec::before {
  content: "FLOW";
  color: transparent;
  -webkit-text-stroke: 2px #e0eab8;
  text-stroke: 2px #e0eab8;
  paint-order: stroke;
}
.sec_flow .schedules {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  gap: 35px 40px;
  margin-top: 47px;
}
.sec_flow .schedules .box {
  position: relative;
  padding-top: 45px;
  z-index: 1;
}
.sec_flow .schedules .box::before {
  content: "";
  line-height: 1;
  color: #cdee4a;
  font-size: 48px;
  font-size: 4.8rem;
  position: absolute;
  opacity: .6;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  z-index: -1;
}
.sec_flow .schedules .box .head_box {
  background-color: #cdee4a;
}
.sec_flow .schedules .box .head_box .ttl {
  text-align: center;
}
.sec_flow .schedules .box .head_box .ttl span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #202020;
  text-align: center;
  min-width: 98px;
  padding: 5px 16px 6px;
}
.sec_flow .schedules .box .head_box .date {
  color: #202020;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 23px;
}
.sec_flow .schedules .box .head_box .date .year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec_flow .schedules .box .head_box .date .days {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec_flow .schedules .box .head_box .date .days .day {
  position: relative;
  margin-top: 2px;
  padding-right: 35px;
}
.sec_flow .schedules .box .head_box .date .days .day .num {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
}
.sec_flow .schedules .box .head_box .date .days .day .week {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
  position: absolute;
  right: -15px;
  bottom: -6px;
}
.sec_flow .schedules .box .head_box .date .days .day + .day {
  margin-left: 40px;
}
.sec_flow .schedules .box .head_box .date .days .day + .day::before {
  content: "";
  width: 12px;
  height: 28px;
  background: url(/cross/admissions/academic_exam/img/ico_arrow_tri.svg) no-repeat center left;
  background-size: 100%;
  position: absolute;
  left: -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_flow .schedules .box .body_box {
  position: relative;
  margin-top: 1px;
  background-color: #ebeff1;
  box-shadow: 3px 3px rgba(32, 32, 32, 0.5);
  padding: 8px 16px 16px;
}
.sec_flow .schedules .box .body_box .ttl {
  font-weight: bold;
  text-align: center;
}
.sec_flow .schedules .box .body_box .image {
  margin-top: 3px;
}
.sec_flow .schedules .box .body_box .cmn_balloon_red {
  position: absolute;
  top: 8px;
  right: -18px;
}
.sec_flow .schedules .box.start,
.sec_flow .schedules .box.test {
  flex: 1 0 30%;
}
.sec_flow .schedules .box.result,
.sec_flow .schedules .box.deadline {
  flex: 1 0 15%;
  
}
.sec_flow .schedules .box.start::before {
  content: "START";
}
.sec_flow .schedules .box.test::before {
  content: "TEST";
}
.sec_flow .schedules .box.result::before {
  content: "RESULTS";
}
.sec_flow .schedules .box.deadline::before {
  content: "DEADLINE";
}
@media screen and (max-width :1520px) {
  .sec_flow .schedules {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_flow .schedules .box.start,
  .sec_flow .schedules .box.test {
    flex: 1 0 40%;
  }
  .sec_flow .schedules .box.result,
  .sec_flow .schedules .box.deadline {
    flex: 1 0 40%;
  }
  .sec_flow .schedules .box .body_box .cmn_balloon_red {
    position: absolute;
    top: -2px;
    right: -12px;
  }
}
@media screen and (max-width :834px) {
  .sec_flow {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .sec_flow .cmn_ttl_sec::before {
    -webkit-text-stroke: 1px #e0eab8;
    text-stroke: 1px #e0eab8;
  }
  .sec_flow .schedules {
    display: block;
    width: 100%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
  .sec_flow .schedules .box {
    padding-top: 23px;
  }
  .sec_flow .schedules .box + .box {
    margin-top: 20px;
  }
  .sec_flow .schedules .box::before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_flow .schedules .box .head_box .ttl span {
    min-width: 100px;
    padding: 3px 8px 2px;
  }
  .sec_flow .schedules .box .head_box .date {
    padding-top: 12px;
    padding-bottom: 17px;
  }
  .sec_flow .schedules .box .head_box .date .year {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_flow .schedules .box .head_box .date .days .day {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 27px;
  }
  .sec_flow .schedules .box .head_box .date .days .day .num {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec_flow .schedules .box .head_box .date .days .day .week {
    font-size: 12px;
    font-size: 1.2rem;
    right: -8px;
    bottom: -4px;
  }
  .sec_flow .schedules .box .head_box .date .days .day + .day::before {
    width: 8px;
    height: 18px;
    left: -26px;
  }
  .sec_flow .schedules .box .body_box {
    box-shadow: 2px 2px rgba(32, 32, 32, 0.5);
    padding: 8px 12px 12px;
  }
}

@media screen and (max-width :360px) {
  .sec_flow .schedules .box .body_box .cmn_balloon_red {
    top: 3px;
    right: -15px;
  }
}
/* ===============================================
# 受験会場
=============================================== */
.sec_location  {
  background-color: #202020;
  background:url(/cross/admissions/academic_exam/img/bg_location.jpg) no-repeat center top;
  background-size: cover;
}
.sec_location .inner {
  padding-top: 110px;
  padding-bottom: 115px;
}
.sec_location .ttl_sec {
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec_location .txt_main {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}
.sec_location .areas {
  width: 50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
}
.sec_location .areas .box {
  text-align: center;
  line-height: 1.25;
  flex: 1 0 24%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec_location .areas .box .head {
  background-color: #cdee4a;
  padding-top: 3px;
  padding-bottom: 5px;
}
.sec_location .areas .box .body {
  background-color: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  min-height: 72px;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.sec_location .img_map {
  position: absolute;
  top: 31px;
  right: 0;
  width: 39.8%;
}
@media screen and (max-width :1520px) {
  .sec_location .areas .box {
    flex: 0 0 33%;
  }
  .sec_location .img_map {
    top: auto;
    bottom: 20px;
    right: 30px;
    width: 55%;
  }
}
@media screen and (max-width :834px) {
  .sec_location  {
    background:url(/cross/admissions/academic_exam/img/bg_location_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .sec_location .inner {
    padding-top: 95px;
    padding-bottom: 380px;
    z-index: 1;
  }
  .sec_location .ttl_sec {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .sec_location .txt_main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 0 18px;
    margin-bottom: 25px;
  }
  .sec_location .areas {
    width: 100%;
    padding: 0 18px;
  }
  .sec_location .areas .box {
    flex: 1 0 49%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_location .areas .box .head {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .sec_location .areas .box .body {
    min-height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .sec_location .img_map {
    width: 100%;
    max-width: 390px;
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
  }
}
/* ===============================================
# Q&A
=============================================== */
.sec_qa {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #d7f16e;
  background: url(/cross/admissions/academic_exam/img/bg_qa.jpg) no-repeat center top, #d7f16e;
  background-size: 100%;
}
.sec_qa .ttl_sec {
  font-size: 90px;
  font-size: 9.0rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.sec_qa .ttl_sec span {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.5;
  padding: 0 8px;
}
.sec_qa .box_qa {
  background-color: #fff;
}
.sec_qa .box_qa + .box_qa {
  margin-top: 24px;
}
.sec_qa .box_qa .question button {
  position: relative;
  padding: 29px 85px 31px 85px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color:#202020;
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.sec_qa .box_qa .question button::before {
  content: "Q.";
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  position: absolute;
  top: 23px;
  left: 40px;
}
.sec_qa .box_qa .question button::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_qa .box_qa .question button[aria-expanded="false"]::after {
  background-color: #cdee4a;
  background: url(/cross/admissions/academic_exam/img/ico_plus.svg) no-repeat center center, #cdee4a;
  background-size: 12px;
}
.sec_qa .box_qa .question button[aria-expanded="true"]::after {
  background-color: #cdee4a;
  background: url(/cross/admissions/academic_exam/img/ico_minus.svg) no-repeat center center, #cdee4a;
  background-size: 12px;
}
.sec_qa .box_qa .answer {
  display: none;
  padding: 0 36px 30px;
}
.sec_qa .box_qa .answer>* {
  padding-top: 15px;
  border-top: 1px solid #202020;
  line-height: 1.5;
}
.sec_qa .box_qa .answer .link_btn .btn {
  margin-top: 30px;
  min-width: 300px;
  border: 1px solid #202020;
  padding: 17px 60px 17px 24px;
  position: relative;
  color: #202020;
  text-decoration: none;
  display: inline-block;
}
.sec_qa .box_qa .answer .link_btn .btn::after {  
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  background-color: #f9502f;
  background: url(/cross/admissions/academic_exam/img/ico_arrow_w.svg) no-repeat center center, #f9502f;
  background-size: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width :834px) {
  .sec_qa {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .sec_qa .ttl_sec {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 20px;
  }
  .sec_qa .ttl_sec span {
    font-size: 30px;
    font-size: 3.0rem;
    padding: 0 4px;
  }
  .sec_qa .box_qa + .box_qa {
    margin-top: 20px;
  }
  .sec_qa .box_qa .question button {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 22px 60px 24px 42px;
  }
  .sec_qa .box_qa .question button::before {
    font-size: 18px;
    font-size: 1.8rem;
    top: 22px;
    left: 18px;
  }
  .sec_qa .box_qa .question button::after {
    width: 32px;
    height: 32px;
    right: 18px;
  }
  .sec_qa .box_qa .answer {
    padding: 0 18px 20px;
  }
  .sec_qa .box_qa .answer .link_btn .btn {
    margin-top: 25px;
    min-width: 280px;
    border: 1px solid #202020;
    padding: 17px 50px 17px 18px;
  }
  .sec_qa .box_qa .answer .link_btn .btn::after {
    width: 32px;
    height: 23px;
    right: 12px;
  }
}