@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
.font_kosugi {
  font-family: "Kosugi Maru", sans-serif;
}
.font_comfortaa {
  font-family: "Comfortaa", cursive;
}
.font_roboto {
  font-family: "Roboto", sans-serif;
}
.color_blue {
  color: #1b41af;
}
main,
body {
  background-color: #fdfaf3;
}
main .inner {
  width: 100%;
  max-width: 1380px;
}
.cmn_weboc_head_sec p {
  text-align: center;
}
.cmn_weboc_head_sec h3 {
  text-align: center;
  color: #1b41af;
}
/* swiper
----------------------------------------------- */
.cmn_weboc_btn_next,
.cmn_weboc_btn_prev {
  display: block;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border: 2px solid #fbf7eb;
  border-radius: 50%;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center, #1b41af;
  background-size: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmn_weboc_btn_prev {
  background: url(/common/img/ico_arrow_back_w.svg) no-repeat center center,
    #1b41af;
  background-size: 30%;
  right: auto;
  left: 0;
}
.js-scroll_target .cmn_weboc_head_sec {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transition: all ease 0.6s;
}
.js-scroll_target .cmn_wrapper_content {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transition: all ease 0.6s;
  transition-delay: 0.4s;
}
.js-scroll_target.action .cmn_weboc_head_sec {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-scroll_target.action .cmn_wrapper_content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  main .inner {
    width: 94.6%;
  }
}
/* ===============================================
# ヘッダー
=============================================== */
header {
  background-color: #fdfaf3;
  padding: 20px 20px;
}
header .header_inner {
  width: 157px;
}

header .header_inner .header_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    position: static;
    padding: 0;
  }
  header .header_inner {
    width: 100%;
  }
  header .header_inner .link.logo {
    background-color: transparent;
  }
  header .header_inner .link.logo img {
    width: 110px;
  }
  header .header_inner .link.header_menu {
    display: block;
    top: 0;
    right: 2.7%;
    background: url(/common/img/ico_menu.svg) no-repeat center center;
    background-size: 71%;
    width: 38px;
  }
  .submenu_smp {
    background-color: #fdfaf3;
  }
  .submenu_top .logo p img {
    width: 110px;
  }
  .submenu_top .close {
    background-color: #fdfaf3;
  }
  .submenu_top .close img {
    width: 30%;
  }
  #navigation_sp {
    background-color: #fdfaf3;
    padding: 0 2.7% 0;
  }
  #navigation_sp .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px dashed #1b41af;
    padding: 15px 0 15px;
    background: url(/common/img/ico_down_b.svg) no-repeat right 10px center;
    background-size: 12px;
  }
  #navigation_sp .item:last-child a {
    border-bottom: 2px dashed #1b41af;
  }
  #navigation_sp .item .number {
    margin-right: 15px;
  }
  #navigation_sp .item:nth-child(1) .number {
    width: 32.5px;
  }
  #navigation_sp .item:nth-child(1) .ttl {
    width: 71.5px;
  }
  #navigation_sp .item:nth-child(2) .number {
    width: 35px;
  }
  #navigation_sp .item:nth-child(2) .ttl {
    width: 71.5px;
  }
  #navigation_sp .item:nth-child(3) .number {
    width: 35px;
  }
  #navigation_sp .item:nth-child(3) .ttl {
    width: 71.5px;
  }
  #navigation_sp .item:nth-child(4) .number {
    width: 35px;
  }
  #navigation_sp .item:nth-child(4) .ttl {
    width: 178px;
  }
  #navigation_sp .item:nth-child(5) .number {
    width: 35px;
  }
  #navigation_sp .item:nth-child(5) .ttl {
    width: 144px;
  }
}
/* ===============================================
# プロモーション
=============================================== */
.second .wrap_contents .wrap_right {
  overflow: initial;
}
.area_second_main {
  background-image: none;
  padding-top: 0;
}
.area_second_main .inner {
  width: auto;
  max-width: 1700px;
  position: static;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.area_second_main .area_promo {
  position: relative;
  min-height: calc(100vh - 73.97px);
}
.area_second_main .area_promo .ttl_promo {
  width: 31.93%;
  position: absolute;
  left: 5px;
  top: 31%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  transition: all ease 0.6s;
}

.area_second_main.action .area_promo .ttl_promo {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.area_second_main .area_promo .ttl_promo h2 {
  display: block;
  min-width: auto;
  background-color: transparent;
  padding: 0;
}

.area_second_main .area_promo .ttl_promo h2 img {
  width: 100%;
}
.area_second_main .area_promo .main_img img {
  width: 67.25%;
  margin-left: 2px;
  -webkit-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
  opacity: 0;
  transition: all ease 0.6s;
  transition-delay: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
}
.area_second_main.action .area_promo .main_img img {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .area_second_main {
    margin-bottom: 20px;
  }
  .area_second_main .area_promo {
    padding-top: 0px;
    padding-left: 0;
    min-height: 100%;
  }
  .area_second_main .area_promo .ttl_promo {
    position: static;
    width: 100%;
  }

  .area_second_main.action .area_promo .ttl_promo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px;
  }
  .area_second_main .area_promo .ttl_promo h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .area_second_main .area_promo .ttl_promo h2 img {
    max-width: 375px;
  }
  .area_second_main .area_promo .main_img {
    text-align: center;
    position: relative;
  }
  .area_second_main .area_promo .main_img img {
    width: 95%;
    top: 57%;
    margin-left: 15px;
    margin-right: 20px;
  }
  .area_second_main.action .area_promo .main_img img {
    transform: translate(0, 0);
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .area_second_main {
    margin-bottom: 30px;
  }
  .area_second_main .area_promo {
    padding-top: 0;
  }
  .area_second_main .area_promo .ttl_promo {
    margin-top: 0;
    margin-left: 0;
    padding-top: 2.8%;
  }
  .area_second_main .area_promo .ttl_promo h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .area_second_main .area_promo .ttl_promo h2 img {
    width: 85.2%;
    max-width: 365px;
  }
  .area_second_main .area_promo .main_img img {
    -webkit-transform: translateX(0) translateY(50px);
    transform: translateX(0) translateY(50px);
    top: 35%;
  }
  .area_second_main.action .area_promo .ttl_promo {
    padding-top: 2.8%;
    margin-top: 0;
    margin-left: 0;
  }
  .area_second_main.action .area_promo .main_img img {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    width: 93.06%;
    margin-left: 11px;
    margin-right: 15px;
    margin-top: 2%;
  }
}
@media screen and (max-width: 320px) {
  .area_second_main.action .area_promo .main_img img {
    top: 28%;
    width: 90%;
  }
}
/* ナビゲーション
----------------------------------------------- */
.nav_anc {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 47.5%;
}
.nav_anc .inner {
  max-width: 1700px;
}
.nav_anc ul {
  margin-left: 3.3%;
}
.nav_anc ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.nav_anc ul > li::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: url(/lp/introduction/img/ico_arrow_down.svg) no-repeat;
}
.nav_anc ul > li > * {
  padding: 10px 0 1.5% 50px;
  color: #1b41af;
  width: fit-content;
}
.nav_anc ul > li > * > .dashed {
  position: relative;
  width: fit-content;
}
.nav_anc ul > li > * > .dashed::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    to right,
    #034099,
    #034099 6px,
    transparent 6px,
    transparent 8px
  );
  background-size: 12px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 38px;
  bottom: -11px;
  left: 0;
  right: 0;
}
.nav_anc ul > li > * span {
  display: inline-block;
  padding-right: 20px;
  background: url(/common/img/ico_down_b.svg) no-repeat bottom 5px right;
  background-size: 12px;
  white-space: nowrap;
}
.nav_anc ul > li .number {
  margin-right: 5px;
}
.nav_anc ul > li .ttl {
  max-width: 100%;
}
.nav_anc ul > li:nth-child(1) .number {
  width: 44px;
}
.nav_anc ul > li:nth-child(1) .ttl {
  width: 156px;
}
.nav_anc ul > li:nth-child(2) .number {
  width: 42px;
}
.nav_anc ul > li:nth-child(2) .ttl {
  width: 156px;
}
.nav_anc ul > li:nth-child(3) .number {
  width: 44px;
}
.nav_anc ul > li:nth-child(3) .ttl {
  width: 156px;
}
.nav_anc ul > li:nth-child(4) .number {
  width: 44px;
}
.nav_anc ul > li:nth-child(4) .ttl {
  width: 299px;
}
.nav_anc ul > li:nth-child(5) .number {
  width: 42px;
}
.nav_anc ul > li:nth-child(5) .ttl {
  width: 256px;
}
.nav_anc ul > li .balloon {
  color: #1b41af;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.nav_anc ul > li .balloon::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1b41af;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-50%, -50%) rotate(70deg);
  transform: translate(-50%, -50%) rotate(70deg);
}
.nav_anc ul > li .balloon::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #1b41af;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(50%, -50%) rotate(-70deg);
  transform: translate(50%, -50%) rotate(-70deg);
}
@media screen and (max-width: 1300px) {
  .nav_anc ul > li > * {
    padding: 10px 0px 1.8% 50px;
  }
  .nav_anc ul > li::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    bottom: 10px;
  }
  .nav_anc ul > li .number {
    display: none;
  }
  .nav_anc ul > li .balloon {
    font-size: 12px;
    font-size: 1.2rem;
    top: -10px;
  }
  .nav_anc ul > li .ttl {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .nav_anc {
    height: auto;
    position: static;
  }
  .nav_anc ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    margin-right: 10px;
  }
  .nav_anc ul > li::before {
    background-size: contain;
    width: 28px;
    height: 28px;
    bottom: 0;
  }
  .nav_anc ul > li:nth-child(n + 3) {
    margin-top: 11px;
  }
  .nav_anc ul > li > * {
    padding: 0 5px 10px 35px;
    color: #1b41af;
  }
  .nav_anc ul > li > * > .dashed::after {
    top: 36px;
    bottom: -9px;
  }
}
@media screen and (max-width: 767px) {
  .nav_anc {
    position: static;
  }
  .nav_anc .inner {
    width: 100%;
  }
  .nav_anc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px;
  }
  .nav_anc ul > li {
    margin-right: 0;
  }
  .nav_anc ul > li .ttl {
    max-width: 100%;
  }
  .nav_anc ul > li::before {
    background-size: contain;
    width: 17px;
    height: 17px;
    bottom: 4px;
  }
  .nav_anc ul > li:nth-child(n + 3) {
    margin-top: 9px;
  }
  .nav_anc ul > li > * {
    padding: 0 5px 10px 20px;
    color: #1b41af;
  }
  .nav_anc ul > li:nth-child(1) .ttl {
    width: 99px;
  }
  .nav_anc ul > li:nth-child(2) .ttl {
    width: 106.5px;
  }
  .nav_anc ul > li:nth-child(3) .ttl {
    width: 99px;
  }
  .nav_anc ul > li:nth-child(4) .ttl {
    width: 189px;
  }
  .nav_anc ul > li:nth-child(5) .ttl {
    width: 159px;
  }
  .nav_anc ul > li > * span {
    padding-right: 15px;
    background: url(/common/img/ico_down_b.svg) no-repeat bottom 3px right;
    background-size: 9px;
  }
  .nav_anc ul > li > * > .dashed::after {
    background-image: linear-gradient(
      to right,
      #034099,
      #034099 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 6px 1px;
    top: 26px;
    bottom: -20px;
  }
  .nav_anc ul > li .balloon {
    font-size: 8px;
    font-size: 0.8rem;
    width: 120px;
    top: -10px;
  }
  .nav_anc ul > li .balloon::before {
    width: 15px;
    left: -5px;
  }
  .nav_anc ul > li .balloon::after {
    width: 15px;
    right: -5px;
  }
}
/* ナビゲーション clone
----------------------------------------------- */
.nav_anc.clone {
  padding: 15px 0 15px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 94px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all ease 0.6s;
  background-color: #fdfaf3;
  border-bottom: 1px solid #1b41af;
}
.nav_anc.clone .inner {
  max-width: 1380px;
}
.nav_anc.clone.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 100;
}
.nav_anc.clone ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.nav_anc.clone ul > li::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 10px;
  bottom: 20px;
  background: url(/lp/introduction/img/ico_arrow_down.svg) no-repeat;
  background-size: contain;
}
.nav_anc.clone ul > li > * {
  padding: 10px 0 25px 45px;
  color: #1b41af;
}
.nav_anc.clone ul > li > * > .dashed {
  margin-right: 15px;
}
.nav_anc.clone ul > li::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    to bottom,
    #034099,
    #034099 6px,
    transparent 6px,
    transparent 8px
  );
  background-size: 1px 13px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
  z-index: -100;
}
.nav_anc.clone ul > li > * > .dashed::after {
  content: none;
}
.nav_anc.clone ul > li:last-child:after {
  content: "";
  display: block;
  background-image: linear-gradient(
      to bottom,
      #034099,
      #034099 6px,
      transparent 6px,
      transparent 8px
    ),
    linear-gradient(
      to bottom,
      #034099,
      #034099 6px,
      transparent 6px,
      transparent 8px
    );
  background-size: 1px 13px, 1px 13px;
  background-repeat: repeat-y;
  background-position: left top, right top;
}
@media screen and (max-width: 1024px) {
  .nav_anc.clone {
    display: none;
  }
}
/* ===============================================
# モーダル
=============================================== */
.nav_side {
  position: fixed;
  top: 20px;
  right: -16px;
  z-index: 100;
}
.nav_side ul > li {
  margin-bottom: 10px;
}
.nav_side ul > li:last-child {
  margin-bottom: 0;
}
.nav_side ul > li a {
  background-color: #034099;
  padding: 15px 49px 22px 20px;
  border-radius: 30px;
}
.nav_side ul > li a .txt {
  width: 34px;
  height: 157px;
}
@media screen and (max-width: 768px) {
  .nav_side {
    top: 80px;
    right: 2.7%;
  }
  .nav_side ul > li {
    margin-bottom: 14px;
  }
  .nav_side ul > li a {
    padding: 10px 11px;
    border-radius: 7px;
  }
  .nav_side ul > li a .txt {
    width: 17px;
    height: 107px;
  }
}
/* ===============================================
#入試イベントを知る
=============================================== */
.sec_event .inner {
  width: 100%;
  max-width: 1480px;
}
.sec_event .inner_area {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
.sec_event .cmn_weboc_head_sec {
  width: 915px;
  max-width: 100%;
  padding: 0 0 63px;
  margin: 0 auto 110px;
  background: url(/lp/introduction/img/ico_event_ttl01.png) no-repeat;
  background-position: right 0 bottom 0;
}
.sec_event .cmn_weboc_head_sec p {
  margin-bottom: 24px;
}
.sec_event .cmn_weboc_head_sec p img {
  width: 65px;
  margin-left: -10px;
}
.sec_event .cmn_weboc_head_sec h3 {
  margin-left: 14px;
}
.sec_event .cmn_weboc_head_sec h3 img {
  width: 406px;
}
@media screen and (max-width: 1024px) {
  .sec_event .cmn_weboc_head_sec {
    width: 700px;
    padding: 100px 0 0;
    background-position: right 0 top 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_event .inner {
    padding-bottom: 25px;
    width: 100%;
  }
  .sec_event .inner_area {
    width: 94.6%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_event .cmn_weboc_head_sec {
    width: 100%;
    padding: 0 0 63px;
    margin: 0 auto 74px;
    background: url(/lp/introduction/img/ico_event_ttl01.png) no-repeat;
    background-position: right 33px top 0;
    background-size: 104.5px;
    padding-top: 37px;
    padding-bottom: 0;
  }
  .sec_event .cmn_weboc_head_sec p {
    margin-bottom: 20px;
    padding-left: 6px;
  }
  .sec_event .cmn_weboc_head_sec p img {
    width: 33px;
  }
  .sec_event .cmn_weboc_head_sec h3 {
    margin-left: 0;
  }
  .sec_event .cmn_weboc_head_sec h3 img {
    width: 272.25px;
  }
}
/* WEB OPEN CAMPUS
----------------------------------------------- */
.sec_event .area_weboc {
  position: relative;
  background-color: #e6e7ec;
  border-radius: 36px;
  padding: 45px 50px 37px;
  margin-top: 120px;
  margin-bottom: 90px;
}
.sec_event .area_weboc.after {
  background-color: #f3f4fa;
}
.sec_event .area_weboc .ttl_area {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_event .area_weboc .ttl_area:after {
  content: none;
}
.sec_event .area_weboc .ttl_area img {
  width: 406px;
}
.sec_event .area_weboc .lead_area {
  text-align: center;
  color: #1b41af;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 18px;
}
.sec_event .area_weboc .content_weboc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0 27px;
}
.sec_event .area_weboc .content_weboc:nth-child(n + 2) {
  border-top: 2px dashed #1b41af;
}
.sec_event .area_weboc .content_weboc .box_left {
  width: 40%;
  position: relative;
}
.sec_event .area_weboc .content_weboc .box_left .date {
  width: 75px;
  border: 1px solid #1b41af;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.sec_event .area_weboc .content_weboc .box_left .date .jp {
  text-align: center;
  color: #1b41af;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 4px 0 3px;
  background-color: #fff;
}
.sec_event .area_weboc .content_weboc .box_left .date .jp span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.sec_event .area_weboc .content_weboc .box_left .date .en {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  padding: 2px 0 2px;
  background-color: #1b41af;
}
.sec_event .area_event .content_event .box_left .new {
  width: 75px;
  border: 1px solid #1b41af;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.sec_event .area_event .content_event .box_left .new .en {
  text-align: center;
  color: #1b41af;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 4px 0 4px;
  background-color: #fff;
}
.sec_event .area_weboc .content_weboc .box_left figure {
  position: relative;
}
.sec_event .area_weboc .content_weboc .box_left figure::before {
  content: "";
  display: block;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_b.svg) no-repeat center center;
  background-size: 100%;
}
.sec_event .area_weboc .content_weboc .box_left figure img {
  width: 100%;
}
.sec_event .area_weboc .content_weboc .box_right {
  width: 60%;
  padding-top: 25px;
  padding-left: 35px;
}
.sec_event .area_weboc .content_weboc .box_right .item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.sec_event .area_weboc .content_weboc .box_right .item_top:after {
  content: "";
  display: block;
  width: 115px;
  height: 1px;
  background-color: #1b41af;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_event .area_weboc .content_weboc .box_right .item_top .ttl {
  color: #1b41af;
  margin-right: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
}
.sec_event .area_weboc .content_weboc .box_right .item_top .time_reserve {
  color: #1b41af;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec_event .area_weboc .content_weboc .box_right .item_top .time_reserve span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #1b41af;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 12px;
  margin-right: 9px;
  border-radius: 12px;
  line-height: 1.71;
  margin-right: 5px;
}
.sec_event .area_weboc .content_weboc .box_right .txt {
  line-height: 1.5;
}
.sec_event .area_weboc .content_weboc .box_right .item_btn {
  margin-top: 35px;
}
.sec_event .area_weboc .content_weboc .box_right .item_btn .btn {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  width: 150px;
  border-radius: 25px;
  padding: 5px 25px 4px;
  background-color: #1b41af;
  background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px center,
    #1b41af;
  background-size: 15px;
}
.sec_event .area_weboc .content_weboc.coming_soon {
  margin-top: 10px;
  display: block;
  border-radius: 20px;
  padding: 25px 0 24px;
  background-color: #f8f8f9;
  border: none;
}
.sec_event .area_weboc .content_weboc.coming_soon p {
  color: #af1b25;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_event .area_weboc {
    padding: 30px 0 34px;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .sec_event .area_weboc .ttl_area {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec_event .area_weboc .ttl_area:after {
    content: none;
  }
  .sec_event .area_weboc .ttl_area img {
    width: 242.5px;
  }
  .sec_event .area_weboc .lead_area {
    line-height: 1.43;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .sec_event .area_weboc .content_weboc {
    display: block;
    padding: 25px 0 25px;
  }
  .sec_event .area_weboc .content_weboc .box_left {
    width: 100%;
    position: relative;
  }
  .sec_event .area_weboc .content_weboc .box_left .date {
    width: 47px;
    top: -8px;
    left: -8px;
  }
  .sec_event .area_event .content_event .box_left .new {
    width: 60px;
    top: -8px;
    left: -8px;
  }
  .sec_event .area_weboc .content_weboc .box_left .date .jp {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 0 0;
  }
  .sec_event .area_weboc .content_weboc .box_left .date .jp span {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_event .area_weboc .content_weboc .box_left .date .en {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 0 2px;
  }
  .sec_event .area_event .content_event .box_left .new .en {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 4px;
  }
  .sec_event .area_weboc .content_weboc .box_right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_top {
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_top:after {
    width: 57px;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_top .ttl {
    margin-right: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_top .time_reserve {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_event
    .area_weboc
    .content_weboc
    .box_right
    .item_top
    .time_reserve
    span {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 12px;
    margin-right: 5px;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_btn {
    margin-top: 15px;
  }
  .sec_event .area_weboc .content_weboc .box_right .item_btn .btn {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px 25px 13px;
    background-color: #1b41af;
    background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px
        center,
      #1b41af;
    background-size: 12px;
  }
  .sec_event .area_weboc .content_weboc.coming_soon {
    margin-top: 10px;
    border-radius: 10px;
    padding: 12px 0 12px;
  }
  .sec_event .area_weboc .content_weboc.coming_soon p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 来場型OPENCAMPUS
----------------------------------------------- */
.sec_event .area_oc {
  position: relative;
  background-color: #e6e7ec;
  padding: 40px 50px 37px;
  border-radius: 36px;
  margin-top: 160px;
}
.sec_event .area_oc .head_area .ttl_area {
  position: absolute;
  top: -132px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sec_event .area_oc .head_area .ttl_area:before {
  content: none;
}
.sec_event .area_oc .head_area .ttl_area span {
  display: block;
}
.sec_event .area_oc .head_area .ttl_area img {
  width: 486px;
}
.sec_event .area_oc .head_area .ttl_area img.sub {
  margin-bottom: 10px;
}
.sec_event .area_oc .head_area .lead_area {
  text-align: center;
  color: #1b41af;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 40px;
}
.sec_event .area_oc .box_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
.sec_event .area_oc .box_schedule .item_schedule {
  width: 33.3%;
  flex: 1 1 33.3%;
}
.sec_event .area_oc .box_schedule .item_schedule .top {
  background-color: #1b41af;
  color: #fff;
  text-align: center;
  border-right: 1px dashed;
  padding: 15px 0 11px;
}
.sec_event .area_oc .box_schedule .item_schedule:first-child .top {
  border-radius: 12px 0 0 0;
}
.sec_event .area_oc .box_schedule .item_schedule:last-child .top {
  border-radius: 0 12px 0 0;
  border-right: none;
}
.sec_event .area_oc .box_schedule .item_schedule .top .campus {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 3px;
}
.sec_event .area_oc .box_schedule .item_schedule .top .campus a {
  position: relative;
  color: #fff;
}
.sec_event .area_oc .box_schedule .item_schedule .top .campus a::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_event .area_oc .box_schedule .item_schedule .bottom {
  height: 125px;
  padding: 18px 20px 50px;
  background-color: #fff;
  color: #1b41af;
  border-right: 1px dashed;
}
.sec_event .area_oc .box_schedule .item_schedule:first-child .bottom {
  border-radius: 0 0 0 12px;
}
.sec_event .area_oc .box_schedule .item_schedule:last-child .bottom {
  border-right: none;
  border-radius: 0 0 12px 0;
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom:not(.swiper-container-horizontal)
  .list_date {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .list_date > li {
  width: 50px;
  min-width: 36px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .list_date > li > * {
  color: #1b41af;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li
  .month {
  border-bottom: 1px solid;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  padding-bottom: 3px;
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .list_date > li .day {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .list_date > li .week {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li
  .status {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 10px;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.accept
  .status::before {
  content: "受付中";
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.cancel:before {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  background-color: #af1b25;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.cancel
  .status::before {
  content: "中止";
  color: #af1b25;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.cancel
  > * {
  color: #c9c9c9;
  pointer-events: none;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.close
  .status::before {
  content: "終了";
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li.close
  > * {
  color: #c9c9c9;
  pointer-events: none;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .list_date
  > li:last-child {
  margin-right: 0;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .swiper-pagination-bullets {
  bottom: 10px;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .swiper-pagination-bullet {
  width: 7px;
  border-radius: 7px;
}
.sec_event
  .area_oc
  .box_schedule
  .item_schedule
  .bottom
  .swiper-pagination-bullet-active {
  background-color: #af1b25;
}

.sec_event .area_oc .box_schedule .item_schedule .bottom .cmn_weboc_btn_next,
.sec_event .area_oc .box_schedule .item_schedule .bottom .cmn_weboc_btn_prev {
  width: 40px;
  height: 40px;
  bottom: 5px;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .cmn_weboc_btn_next {
  right: 50%;
  transform: translateX(70px);
}
.sec_event .area_oc .box_schedule .item_schedule .bottom .cmn_weboc_btn_prev {
  left: 50%;
  transform: translateX(-70px);
}
.sec_event .area_oc .box_program {
  border: 1px solid #1b41af;
  border-radius: 32px;
  position: relative;
  background-color: #fff;
  padding: 38px 55px 40px;
}
.sec_event .area_oc .box_program .ttl_box {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_event .area_oc .box_program .ttl_box::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 50%;
  left: 0;
  background-color: #e6e7ec;
  z-index: -1;
}
.sec_event .area_oc .box_program .ttl_box img {
  width: 180px;
}
.sec_event .area_oc .box_program .swiper_program {
  position: static;
}
.sec_event .area_oc .box_program .list_program .item_list {
  width: 270px;
  color: #1b41af;
}
.sec_event .area_oc .box_program .list_program .item_list figure {
  margin-bottom: 10px;
}
.sec_event .area_oc .box_program .list_program .item_list figure img {
  border-radius: 20px;
}
.sec_event .area_oc .box_program .list_program .item_list .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.3;
}
.sec_event .area_oc .box_program .list_program .item_list .txt {
  line-height: 1.5;
}

.sec_event .area_oc .box_program .cmn_weboc_btn_next {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.sec_event .area_oc .box_program .cmn_weboc_btn_prev {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .sec_event .area_oc .box_schedule .item_schedule .top .campus {
    font-size: 20px;
    font-size: 2rem;
    font-size: 1.95vw;
    margin-bottom: 5px;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top .campus a::after {
    width: 9px;
    height: 16px;
    right: -20px;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top .faculty {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 1.5vw;
  }
  .sec_event .area_oc .box_schedule {
    display: block;
    margin-bottom: 39px;
  }
  .sec_event .area_oc .box_schedule .item_schedule {
    margin-bottom: 30px;
    width: 100%;
  }
  .sec_event .area_oc .box_schedule .item_schedule:last-child {
    margin-bottom: 0;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top {
    background-color: #1b41af;
    border-right: none;
    padding: 15px 0 11px;
    border-radius: 18px 18px 0 0;
  }
  .sec_event .area_oc .box_schedule .item_schedule:first-child .top {
    border-radius: 18px 18px 0 0;
  }
  .sec_event .area_oc .box_schedule .item_schedule:last-child .top {
    border-radius: 18px 18px 0 0;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top .campus {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top .campus a::after {
    width: 9px;
    height: 16px;
    right: -20px;
  }
  .sec_event .area_oc .box_schedule .item_schedule .top .faculty {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_event .area_oc .box_schedule .item_schedule .bottom {
    height: 95px;
    padding: 10px 5px 5px;
    border-right: none;
    border-radius: 0 0 18px 18px;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom.swiper-container-horizontal {
    height: 130px;
    padding: 10px 5px 45px;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom:not(.swiper-container-horizontal)
    .swiper_next,
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom:not(.swiper-container-horizontal)
    .swiper_prev {
    display: none;
  }
  .sec_event .area_oc .box_schedule .item_schedule:first-child .bottom {
    border-radius: 0 0 18px 18px;
  }
  .sec_event .area_oc .box_schedule .item_schedule:last-child .bottom {
    border-radius: 0 0 18px 18px;
  }
  .sec_event .area_oc .box_schedule .item_schedule .bottom .list_date > li {
    width: 37px;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom
    .list_date
    > li
    .month {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom
    .list_date
    > li
    .day {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom
    .list_date
    > li
    .week {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom
    .list_date
    > li
    .status {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .sec_event
    .area_oc
    .box_schedule
    .item_schedule
    .bottom
    .list_date
    > li.cancel:before {
    width: 65px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec_event .area_oc {
    padding: 30px 0 15px;
    border-radius: 0;
    margin-top: 90px;
    margin-bottom: 40px;
  }
  .sec_event .area_oc .head_area .ttl_area {
    top: -75px;
  }
  .sec_event .area_oc .head_area .ttl_area:before {
    content: none;
  }
  .sec_event .area_oc .head_area .ttl_area img {
    width: 290px;
  }
  .sec_event .area_oc .head_area .ttl_area img.sub {
    width: 290px;
    margin-bottom: 10px;
  }
  .sec_event .area_oc .head_area .lead_area {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-bottom: 40px;
  }
  .sec_event .area_oc .box_program {
    border-radius: 22px;
    padding: 20px 0 20px;
  }
  .sec_event .area_oc .box_program .ttl_box {
    padding: 0 5px;
  }
  .sec_event .area_oc .box_program .ttl_box::after {
    height: 2px;
  }
  .sec_event .area_oc .box_program .ttl_box img {
    width: 140px;
  }
  .sec_event .area_oc .box_program .list_program .item_list {
    width: 162px;
  }
  .sec_event .area_oc .box_program .list_program .item_list figure {
    margin-bottom: 10px;
  }
  .sec_event .area_oc .box_program .list_program .item_list .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .sec_event .area_oc .box_program .list_program .item_list .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_event .area_oc .box_program .cmn_weboc_btn_next,
  .sec_event .area_oc .box_program .cmn_weboc_btn_prev {
    display: none;
  }
}
/* イベント
----------------------------------------------- */
.sec_event .area_event {
  margin-bottom: 90px;
}
.sec_event .area_event .content_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 45px;
}
.sec_event .area_event .content_event:nth-child(n + 2) {
  border-top: 2px dashed #1b41af;
}
.sec_event .area_event .content_event .box_left {
  position: relative;
  width: 36%;
  margin-right: 3%;
}
.sec_event .area_event .content_event .box_left .date {
  width: 75px;
  border: 1px solid #1b41af;
  position: absolute;
  top: -10px;
  left: -10px;
}
.sec_event .area_event .content_event .box_left .date .jp {
  text-align: center;
  color: #1b41af;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 4px 0 3px;
  background-color: #fff;
}
.sec_event .area_event .content_event .box_left .date .jp span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.sec_event .area_event .content_event .box_left .date .en {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 2px 0 2px;
  background-color: #1b41af;
}
.sec_event .area_event .content_event .box_right {
  width: 61%;
  color: #1b41af;
}
.sec_event .area_event .content_event .box_right .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
.sec_event .area_event .content_event .box_right .txt {
  margin-bottom: 15px;
}
.sec_event .area_event .content_event .box_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.sec_event .area_event .content_event .box_right dl dt {
  text-align: center;
  width: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 13px;
  line-height: 1.1;
  border: 1px solid;
  padding: 6px 0 5px;
  margin-right: 10px;
}
.sec_event .area_event .content_event .box_right .item_btn {
  margin-top: 18px;
}
.sec_event .area_event .content_event .box_right .item_btn .btn {
  display: block;
  color: #fff;
  width: 250px;
  border: 1px solid;
  border-radius: 25px;
  padding: 6px 25px 6px;
  background-color: #1b41af;
  background: url(/common/img/ico_link_blank_w.svg) no-repeat right 20px center,
    #1b41af;
  background-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec_event .area_event {
    margin-bottom: 40px;
  }
  .sec_event .area_event .content_event {
    display: block;
    padding: 24px 0 24px;
  }
  .sec_event .area_event .content_event .box_left {
    width: 100%;
    margin-right: 0;
  }
  .sec_event .area_event .content_event .box_left .date {
    width: 52px;
    top: -8px;
    left: -8px;
  }
  .sec_event .area_event .content_event .box_left .date .jp {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 0 2px;
  }
  .sec_event .area_event .content_event .box_left .date .jp span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sec_event .area_event .content_event .box_left .date .en {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 0 2px;
  }
  .sec_event .area_event .content_event .box_right {
    padding-top: 20px;
    width: 100%;
  }
  .sec_event .area_event .content_event .box_right .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .sec_event .area_event .content_event .box_right .txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .sec_event .area_event .content_event .box_right dl {
    margin-bottom: 7px;
  }
  .sec_event .area_event .content_event .box_right dl dt {
    width: 41px;
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 0 3px;
    margin-right: 7px;
  }
  .sec_event .area_event .content_event .box_right dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_event .area_event .content_event .box_right .item_btn {
    margin-top: 18px;
  }
  .sec_event .area_event .content_event .box_right .item_btn .btn {
    font-size: 13px;
    font-size: 1.3rem;
    width: 200px;
    padding: 12px 20px 12px;
    background-color: #1b41af;
    background: url(/common/img/ico_link_blank_w.svg) no-repeat right 20px
        center,
      #1b41af;
    background-size: 12px;
  }
}
/* web個別相談
----------------------------------------------- */
.sec_event .area_consultation {
  background-color: #e6e7ec;
  border-radius: 36px;
  margin-bottom: 115px;
}
.sec_event .area_consultation .inner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  padding: 55px 50px 15px;
}
.sec_event .area_consultation .box_txt {
  width: 58%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.sec_event .area_consultation .box_txt h4 {
  margin-bottom: 30px;
}
.sec_event .area_consultation .box_txt h4 img {
  width: 208px;
}
.sec_event .area_consultation .box_txt .txt {
  color: #1b41af;
  line-height: 1.5;
  margin-bottom: 40px;
}
.sec_event .area_consultation .box_txt .item_btn .btn {
  display: block;
  color: #fff;
  width: 205px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid;
  border-radius: 25px;
  padding: 6px 25px 6px;
  background-color: #1b41af;
  background: url(/common/img/ico_link_blank_w.svg) no-repeat right 20px center,
    #1b41af;
  background-size: 15px;
  margin-left: auto;
}
.sec_event .area_consultation .box_img {
  width: 42%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sec_event .area_consultation .box_img figure {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_event .area_consultation {
    border-radius: 0;
    margin-bottom: 70px;
  }
  .sec_event .area_consultation .inner_area {
    display: block;
    padding: 40px 0 22px;
  }
  .sec_event .area_consultation .box_txt {
    width: 100%;
    margin-top: 20px;
  }
  .sec_event .area_consultation .box_txt h4 {
    margin-bottom: 17px;
    text-align: center;
  }
  .sec_event .area_consultation .box_txt h4 img {
    width: 154px;
  }
  .sec_event .area_consultation .box_txt .txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .sec_event .area_consultation .box_txt .item_btn .btn {
    width: 155px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    padding: 12px 0 12px;
    background-color: #1b41af;
    background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px
        center,
      #1b41af;
    background-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_event .area_consultation .box_img {
    width: 100%;
    padding-top: 150px;
  }
  .sec_event .area_consultation .box_img figure {
    width: 210px;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

/* ===============================================
# 大学を知る
=============================================== */
.sec_about {
  overflow: hidden;
}
.sec_about .inner {
  padding-bottom: 100px;
}
.sec_about .cmn_weboc_head_sec {
  width: 462px;
  padding: 0;
  margin: 15px auto 50px;
  background: url(/lp/introduction/img/ico_about_ttl01.png) no-repeat left
      bottom,
    url(/lp/introduction/img/ico_about_ttl02.png) no-repeat right bottom;
  background-position: left 0 bottom 5px, right 47px bottom 7px;
}
.sec_about .cmn_weboc_head_sec p {
  margin-bottom: 18px;
}
.sec_about .cmn_weboc_head_sec p img {
  width: 70px;
  margin-left: -10px;
}
.sec_about .cmn_weboc_head_sec h3 img {
  width: 226px;
  margin-left: -20px;
}
.sec_about .area_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 95px;
}
.sec_about .area_top .box_img {
  width: 44.5%;
  margin-right: 4%;
  position: relative;
}
.sec_about .area_top .box_img figure {
  position: relative;
}
.sec_about .area_top .box_img figure::before {
  content: "";
  display: block;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_w.svg) no-repeat center center;
  background-size: 100%;
}
.sec_about .area_top .box_img figure img {
  box-shadow: 10px 10px 0 0 #e6e7ec;
}
.sec_about .area_top .box_img .caption {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.sec_about .area_top .box_txt {
  width: 51.5%;
}
.sec_about .area_top .box_txt h5.top_box {
  width: 215px;
  margin-bottom: 10px;
}
.sec_about .area_top .box_txt p.top_box {
  font-weight: bold;
  margin-bottom: 45px;
}
.sec_about .area_top .box_txt h5.middle_box {
  width: 351px;
  margin-bottom: 10px;
}
.sec_about .area_top .box_txt ul > li {
  padding-left: 16px;
  position: relative;
}
.sec_about .area_top .box_txt ul > li::before {
  content: "?";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_about .area_top .box_txt ul > li span {
  font-weight: bold;
}
/* 中段
----------------------------------------------- */
.sec_about .area_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 105px;
}
/* BUNKOとは？ */
.sec_about .area_middle .box_bunko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64%;
  margin-right: 8%;
  position: relative;
  z-index: 1;
}
.sec_about .area_middle .box_bunko::after {
  content: "";
  display: block;
  width: 874px;
  height: 354px;
  background: url(/lp/introduction/img/bg_about_bunko.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-55px, -25px);
  transform: translate(-55px, -25px);
  z-index: -1;
}
.sec_about .area_middle .box_bunko figure {
  width: 21%;
  text-align: center;
}
.sec_about .area_middle .box_bunko .item_txt {
  width: 67%;
}
.sec_about .area_middle .box_bunko .item_txt .ttl_box {
  width: 182px;
  margin-bottom: 21px;
}
.sec_about .area_middle .box_bunko .item_txt .txt_top {
  color: #1b41af;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 26px;
}
.sec_about .area_middle .box_bunko .item_txt .txt_detail {
  line-height: 1.5;
}
.sec_about .area_middle .box_bunko .item_txt .btn {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  width: 250px;
  border-radius: 25px;
  padding: 6px 25px 6px 20px;
  background-color: #1b41af;
  background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px center,
    #1b41af;
  background-size: 15px;
  margin-top: 18px;
}
/* 明升体育_明升体育app|官网平台パンフレットはこちら！ */
.sec_about .area_middle .box_pamph {
  width: 28%;
}
.sec_about .area_middle .box_pamph .btn {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
  border-radius: 15px;
  padding: 28px 25px 28px 38%;
  position: relative;
  background-color: #1b41af;
  margin: 15px auto 0;
}
.sec_about .area_middle .box_pamph .btn img {
  width: 15px;
  padding-bottom: 5px;
  margin-left: 4px;
}
.sec_about .area_middle .box_pamph .btn::before {
  content: "";
  display: block;
  width: 159px;
  height: 205px;
  background: url(/lp/introduction/img/img_about_pamph.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: 58%;
  left: 0;
  -webkit-transform: translate(-45px, -50%);
  transform: translate(-45px, -50%);
}
.sec_about .area_middle .box_pamph .btn::after {
  content: "";
  display: block;
  width: 71px;
  height: 85px;
  background: url(/lp/introduction/img/ico_about_pamph.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: -36px;
  right: -14px;
}
.sec_about .area_middle .box_pamph .btn .blank {
  margin-left: 18px;
  vertical-align: middle;
  width: 15px;
}
.sec_about .area_middle .box_pamph .btn .pdf {
  margin-left: 18px;
  vertical-align: middle;
  width: 22px;
}
/* 3本の柱 */
.sec_about .area_pillars {
  justify-content: start;
  overflow: hidden;
  display: block;
  padding-top: 40px;
  margin-bottom: 120px;
}
.sec_about .area_pillars .wrapper_pillars {
  padding: 0 1.17%;
  background-color: #fff;
  border-radius: 15px;
  overflow: visible;
}
.sec_about .area_pillars .swiper-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 10px 50px 10px;
  overflow: visible;
}
.sec_about .area_pillars .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.3%;
  display: flex;
}
.sec_about .area_pillars .pillars_box {
  width: 100%;
  padding: 0 7.1%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 1;
}
.sec_about .area_pillars .swiper-slide::after {
  content: "";
  display: block;
  background-image: linear-gradient(
    to bottom,
    #034099,
    #034099 6px,
    transparent 6px,
    transparent 8px
  );
  background-size: 1px 13px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0;
}
.sec_about .area_pillars .swiper-slide:nth-child(1)::after {
  content: none;
}
.sec_about .area_pillars .pillars_box .pillars_career img {
  width: 299px;
}
.sec_about .area_pillars .pillars_box .pillars_career::before {
  content: "";
  display: inline-block;
  background: url("/lp/introduction/img/ico_about_pillars_career.png") no-repeat;
  width: 62px;
  height: 72px;
  background-size: contain;
  background-position: top center;
  margin: 0 auto 10px;
}
.sec_about .area_pillars .pillars_box .pillars_ic img {
  width: 255px;
}
.sec_about .area_pillars .pillars_box .pillars_ic::before {
  content: "";
  display: block;
  background: url("/lp/introduction/img/ico_about_pillars_ic.png") no-repeat;
  width: 58px;
  height: 58px;
  background-size: contain;
  background-position: top center;
  margin: 9px auto 24px;
}
.sec_about .area_pillars .pillars_box .pillars_schlarship img {
  width: 162px;
}
.sec_about .area_pillars .pillars_box .pillars_schlarship::before {
  content: "";
  display: block;
  background: url("/lp/introduction/img/ico_about_pillars_scholarship.png")
    no-repeat;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-position: top center;
  margin: 18px auto 23px;
}
.sec_about .area_pillars .pillars_box h5 {
  margin-bottom: 28px;
  margin-top: -90px;
}
.sec_about .area_pillars .pillars_box p {
  text-align: left;
  padding-left: 5px;
  flex-grow: 1;
}
.sec_about .area_pillars .pillars_box .btn {
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 250px;
  width: 100%;
  border-radius: 25px;
  padding: 6px 25px 6px 20px;
  background-color: #1b41af;
  background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px center,
    #1b41af;
  background-size: 15px;
  margin-top: 18px;
  text-align: center;
  z-index: 100;
}
/* 3キャンパスのご案内
----------------------------------------------- */
.sec_about .area_campus .head_area {
  margin-bottom: 60px;
}
.sec_about .area_campus .head_area figure {
  text-align: center;
  margin-bottom: 10px;
}
.sec_about .area_campus .head_area figure img {
  width: 78px;
}
.sec_about .area_campus .head_area h4 {
  color: #1b41af;
  text-align: center;
  margin-bottom: 15px;
}
.sec_about .area_campus .head_area h4 img {
  width: 332px;
}
.sec_about .area_campus .head_area p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.sec_about .area_campus .content_campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* 動画 */
.sec_about .area_campus .content_campus .box_left {
  width: 42%;
  margin-right: 3.5%;
}
.sec_about .area_campus .content_campus .box_left figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sec_about .area_campus .content_campus .box_left figure::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #1b41af;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec_about .area_campus .content_campus .box_left figure::after {
  content: "";
  display: block;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_b.svg) no-repeat center center;
  background-size: 100%;
}
.sec_about .area_campus .content_campus .box_left figure img {
  border: 1px solid #1b41af;
}
.sec_about .area_campus .content_campus .box_left .caption {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #1b41af;
}
/* キャンパスリンク */
.sec_about .area_campus .content_campus .box_right {
  width: 54.5%;
  padding-bottom: 40px;
}
.sec_about .area_campus .content_campus .box_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_about .area_campus .content_campus .box_right ul > li {
  width: 32%;
  margin-right: 2%;
}

.sec_about .area_campus .content_campus .box_right ul > li > * {
  position: relative;
}
.sec_about .area_campus .content_campus .box_right ul > li:last-child {
  margin-right: 0;
}
.sec_about .area_campus .content_campus .box_right ul > li figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 #1b41af;
}
.sec_about .area_campus .content_campus .box_right ul > li figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.sec_about .area_campus .content_campus .box_right ul > li .name {
  width: 82px;
  height: 82px;
  background: url(/lp/introduction/img/bg_about_campus_name.png) no-repeat
    center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_about .area_campus .content_campus .box_right ul > li .name p {
  width: 100%;
  color: #1b41af;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.05;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_about
  .area_campus
  .content_campus
  .box_right
  ul
  > li:nth-child(3)
  .name
  p {
  letter-spacing: 0;
}
.sec_about
  .area_campus
  .content_campus
  .box_right
  ul
  > li:nth-child(1)
  > *::before {
  content: "";
  display: block;
  width: 61.5%;
  padding-top: 54%;
  background: url(/lp/introduction/img/bg_about_campus01.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 33%;
  transform: translateY(-73%);
}
.sec_about
  .area_campus
  .content_campus
  .box_right
  ul
  > li:nth-child(2)
  > *::before {
  content: "";
  display: block;
  width: 60%;
  padding-top: 47%;
  background: url(/lp/introduction/img/bg_about_campus02.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateY(-63%);
}
.sec_about
  .area_campus
  .content_campus
  .box_right
  ul
  > li:nth-child(3)
  > *::before {
  content: "";
  display: block;
  width: 89.5%;
  padding-top: 47.7%;
  background: url(/lp/introduction/img/bg_about_campus03.png) no-repeat center
    center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(-43%);
}

.sec_about .area_campus .content_campus .box_right ul > li > *:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center, #1b41af;
  background-size: 30%;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.sec_about .area_campus .content_campus .box_right ul > li > * .txt_bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* バナーエリア */
.sec_about .area_campus .content_bnr {
  display: flex;
  justify-content: space-between;
}
.sec_about .area_campus .content_bnr .bnr_area {
  text-align: center;
  padding-top: 90px;
  width: 69%;
  margin-right: 15px;
}
.sec_about .area_campus .content_bnr .movie_area {
  width: 28.2%;
  margin-left: 15px;
  padding-top: 90px;
}
.sec_about .area_campus .content_bnr .movie_area p.for_pc {
  text-align: center;
}
.sec_about .area_campus .content_bnr .movie_area p.for_pc img {
  width: 346px;
  margin-top: 14px;
}
.sec_about .area_campus .content_bnr .movie_area figure {
  position: relative;
}
.sec_about .area_campus .content_bnr .movie_area figure img {
  border: 1px solid #dfdfdf;
}
.sec_about .area_campus .content_bnr .movie_area figure::after {
  content: "";
  display: block;
  width: 20%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_b.svg) no-repeat center center;
  background-size: 100%;
}
.sec_about .area_campus .content_bnr .movie_area figure::before {
  content: "";
  display: block;
  background: url(/lp/introduction/img/txt_about_campus_online_sp.svg) no-repeat;
  background-size: 100%;
  width: 96%;
  height: 30%;
  position: absolute;
  top: -36%;
  right: 50%;
  transform: translate(50%, 0);
}
.sec_about .area_campus .content_bnr .movie_area .caption {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 1300px) {
  .sec_about .area_middle {
    display: block;
    margin-bottom: 0;
  }
  .sec_about .area_middle .box_bunko {
    width: 100%;
    max-width: 600px;
    padding: 15px 25px 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  .sec_about .area_middle .box_bunko::after {
    left: 50%;
    -webkit-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
    z-index: -1;
  }
  .sec_about .area_middle .box_bunko .item_txt {
    width: 80%;
  }
  .sec_about .area_middle .box_pamph {
    width: 100%;
    max-width: 400px;
    padding-left: 40px;
    margin: 0 auto 85px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_about .area_top {
    display: block;
    margin-bottom: 30px;
  }
  .sec_about .area_top .box_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec_about .area_top .box_img figure {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .sec_about .area_top .box_img .caption {
    margin-top: 15px;
    padding-top: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sec_about .area_top .box_img figure img {
    width: 100%;
  }
  .sec_about .area_top .box_txt {
    width: 100%;
    margin-bottom: 80px;
  }
  .sec_about .area_pillars .swiper-container .swiper-wrapper .swiper-slide {
    min-width: 350px;
  }
  .sec_about .area_campus .head_area {
    margin-bottom: 15px;
  }
  .sec_about .area_campus .content_campus {
    display: block;
  }
  .sec_about .area_campus .content_campus .box_left {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_about .area_campus .content_campus .box_right {
    width: 100%;
    padding-top: 160px;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
  .sec_about .area_pillars .swiper-container .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .inner {
    padding-bottom: 80px;
  }
  .sec_about .cmn_weboc_head_sec {
    width: 250px;
    max-width: 100%;
    padding: 0 58px;
    margin: 0 auto 40px;
    background: url(/lp/introduction/img/ico_about_ttl01.png) no-repeat,
      url(/lp/introduction/img/ico_about_ttl02.png) no-repeat;
    background-size: 38px, 25px;
    background-position: left 2px bottom 2px, right 16px bottom 3px;
  }
  .sec_about .cmn_weboc_head_sec p {
    margin-bottom: 15px;
  }
  .sec_about .cmn_weboc_head_sec p img {
    width: 33px;
  }
  .sec_about .cmn_weboc_head_sec h3 img {
    margin-left: -3px;
    width: 137.5px;
  }
  .sec_about .area_top .box_img figure img {
    box-shadow: 5px 5px 0 0 #e6e7ec;
  }
  .sec_about .area_top .box_img .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .area_top .box_txt {
    margin-bottom: 17px;
  }
  .sec_about .area_top .box_txt h5.top_box {
    width: 161px;
    margin-bottom: 15px;
  }
  .sec_about .area_top .box_txt p.top_box {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .sec_about .area_top .box_txt h5.middle_box {
    width: 272px;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .sec_about .area_top .box_txt ul > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_about .area_middle .box_bunko {
    display: block;
    width: 100%;
    max-width: 355px;
    padding: 15px 25px 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 65px;
  }
  .sec_about .area_middle .box_bunko::after {
    width: 369px;
    height: 453px;
    background: url(/lp/introduction/img/bg_about_bunko_sp.png) no-repeat center
      center;
    background-size: 100%;
    top: 0;
    left: -10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec_about .area_middle .box_bunko figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .sec_about .area_middle .box_bunko figure img {
    max-width: 79px;
  }
  .sec_about .area_middle .box_bunko .item_txt {
    width: 100%;
  }
  .sec_about .area_middle .box_bunko .item_txt .ttl_box {
    width: 129px;
    margin: 0 auto 17px;
  }
  .sec_about .area_middle .box_bunko .item_txt .txt_top {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .sec_about .area_middle .box_bunko .item_txt .txt_detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .area_middle .box_bunko .item_txt .btn {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    width: 192px;
    padding: 13px 0 13px 0;
    background-color: #1b41af;
    background: url(/common/img/ico_link_blank_w.svg) no-repeat right 10px
        center,
      #1b41af;
    background-size: 12px;
    margin: 15px auto 0;
  }
  .sec_about .area_middle .box_pamph {
    max-width: 350px;
  }
  .sec_about .area_middle .box_pamph .btn {
    font-size: 1.7rem;
    border-radius: 10px;
    padding: 20px 0px 17px 0;
    padding-left: 22%;
    position: relative;
    background-color: #1b41af;
    margin: 15px 5px 0 0;
  }
  .sec_about .area_middle .box_pamph .btn img {
    width: 12px;
    padding-bottom: 6px;
    margin-left: 4px;
  }
  .sec_about .area_middle .box_pamph .btn::before {
    width: 100px;
    height: 129px;
    -webkit-transform: translate(-35px, -50%);
    transform: translate(-35px, -50%);
    top: 60%;
  }
  .sec_about .area_middle .box_pamph .btn::after {
    width: 59.5px;
    height: 71px;
    top: -32px;
    right: -6px;
  }
  .sec_about .area_middle .box_pamph .btn .blank {
    margin-left: 5px;
    width: 12px;
  }
  .sec_about .area_middle .box_pamph .btn .pdf {
    margin-left: 5px;
    width: 18px;
  }
  .sec_about .area_pillars {
    overflow: hidden;
    margin-bottom: 56px;
  }
  .sec_about .area_pillars .wrapper_pillars {
    padding-top: 20px;
  }
  .sec_about .area_pillars .wrapper_pillars .swiper .swiper-container {
    padding: 0 0 25px 0;
  }
  .sec_about .area_pillars .swiper-container .swiper-wrapper .swiper-slide {
    width: 285px;
    max-width: 95%;
    min-width: 230px;
  }
  .sec_about .area_pillars .swiper-container .swiper-slide .pillars_box {
    padding: 0 15px 0;
  }
  .sec_about .area_pillars .swiper-container .swiper-slide .pillars_box h5 {
    margin-top: -60px;
    margin-bottom: 19px;
  }
  .sec_about .area_pillars .swiper-container .swiper-slide .pillars_box p {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10px;
  }
  .sec_about .area_pillars .pillars_box .btn {
    width: 150px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 33px 11px 18px;
    margin-top: 14px;
  }
  .sec_about .area_pillars .pillars_box .pillars_career img {
    width: 207px;
  }
  .sec_about .area_pillars .pillars_box .pillars_ic img {
    width: 175.5px;
  }
  .sec_about .area_pillars .pillars_box .pillars_schlarship img {
    width: 111.5px;
  }
  .sec_about .area_pillars .swiper-container {
    padding: 20px 10px;
  }
  .sec_about .area_pillars .pillars_box:first-child:after {
    content: "";
    display: block;
    background-image: linear-gradient(
      to bottom,
      #034099,
      #034099 6px,
      transparent 6px,
      transparent 8px
    );
    background-size: 1px 13px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
  }
  .sec_about .area_pillars .pillars_box .pillars_career::before {
    width: 41px;
    height: 48.5px;
    margin: 17px auto 9px auto;
    display: block;
  }
  .sec_about .area_pillars .pillars_box .pillars_ic::before {
    width: 39px;
    height: 39px;
    margin: 25px auto 12px auto;
  }
  .sec_about .area_pillars .pillars_box .pillars_schlarship::before {
    width: 33px;
    height: 33px;
    margin: 28px auto 14px auto;
  }
  .sec_about .area_campus .head_area figure {
    margin-bottom: 10px;
  }
  .sec_about .area_campus .head_area figure img {
    width: 65px;
  }
  .sec_about .area_campus .head_area h4 {
    margin-bottom: 10px;
  }
  .sec_about .area_campus .head_area h4 img {
    width: 215px;
  }
  .sec_about .area_campus .head_area p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_about .area_campus .content_campus .box_left figure::before {
    width: 55px;
    height: 55px;
  }
  .sec_about .area_campus .content_campus .box_left .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .area_campus .content_campus .box_right {
    overflow-x: scroll;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .sec_about .area_campus .content_campus .box_right ul {
    width: 640px;
    padding-top: 65px;
    padding-bottom: 20px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .sec_about .area_campus .content_campus .box_right ul > li {
    width: 190px;
    margin-right: 25px;
  }
  .sec_about .area_campus .content_campus .box_right ul > li figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 3px 3px 0 0 #1b41af;
  }
  .sec_about .area_campus .content_campus .box_right ul > li figure img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .sec_about .area_campus .content_campus .box_right ul > li .name {
    width: 65px;
    height: 65px;
  }
  .sec_about .area_campus .content_campus .box_right ul > li .name p {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec_about .area_campus .content_campus .box_right ul > li > *:after {
    width: 37px;
    height: 37px;
  }
  .sec_about .area_campus .content_bnr {
    display: block;
  }
  .sec_about .area_campus .content_bnr .bnr_area {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .sec_about .area_campus .content_bnr .movie_area {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .sec_about .area_campus .content_bnr .movie_area .for_sp {
    text-align: center;
  }
  .sec_about .area_campus .content_bnr .movie_area .for_sp img {
    width: 273.5px;
    margin-bottom: 18.5px;
  }
  .sec_about .area_campus .content_bnr .movie_area figure::before {
    content: none;
  }
}

/* 数字で見る文教大学
----------------------------------------------- */
.sec_about .area_data {
  margin-bottom: 80px;
}
.sec_about .area_data h4 {
  max-width: 441px;
  margin: 0 auto;
}
.sec_about .area_data .box_data {
  margin-top: 30px;
}
.sec_about .area_data .box_data .list_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}
.sec_about .area_data .box_data .list_data .item_data {
  width: 100%;
  max-width: 284px;
}
@media screen and (max-width: 1300px) {
  .sec_about .area_data .box_data .list_data {
    max-width: 882px;
  }
}
@media screen and (max-width: 997px) {
  .sec_about .area_data .box_data .list_data {
    max-width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .sec_about .area_data .box_data {
    margin-top: 20px;
  }
  .sec_about .area_data .box_data .list_data {
    gap: 10px;
  }
  .sec_about .area_data .box_data .list_data .item_data {
    max-width: 47%;
  }
}

/* 動画で文教を知る
----------------------------------------------- */
.sec_about .area_movie {
  margin-bottom: 95px;
}
.sec_about .area_movie h4 {
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.sec_about .area_movie h4 img {
  width: 257px;
  margin-left: 67px;
}
.sec_about .area_movie h4::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  position: absolute;
  background: url(/lp/introduction/img/ico_about_movie.svg) no-repeat;
  background-position: left 1px bottom 4px;
}
.sec_about .area_movie h4::after {
  content: "";
  display: inline-block;
  width: 960px;
  height: 22px;
  position: absolute;
  background: url(/lp/introduction/img/line_about_movie.svg) no-repeat;
  background-position: left 15px top 11px;
}

/* swiper_movie */
.sec_about .area_movie .box_movie {
  position: relative;
}

.sec_about .area_movie .swiper_movie {
  overflow: hidden;
  position: relative;
}

.sec_about .area_movie .swiper--wrapper {
  width: 100%;
}
.sec_about .area_movie .swiper-slide {
  color: #ffffff;
  width: 31.25%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}

.sec_about .area_movie .swiper-slide .box_img {
  height: 100%;
}

.sec_about .area_movie .swiper-slide a {
  height: 100%;
}

.sec_about .area_movie .swiper-slide figure {
  height: 100%;
  line-height: 1;
  position: relative;
}

.sec_about .area_movie .swiper-slide figure::before {
  content: "";
  display: block;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_b.svg) no-repeat center center;
  background-size: 100%;
}

.sec_about .area_movie .swiper-slide img {
  vertical-align: top;
}

.sec_about .area_movie .swiper-slide p.caption {
  line-height: 1.7;
  font-weight: bold;
  color: #1b41af;
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
}
.sec_about .area_movie .swiper-button-prev {
  display: block;
  box-sizing: border-box;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: url(/common/img/ico_arrow_back_w.svg) no-repeat center center,
    #1b41af;
  background-size: 18%;
  right: auto;
  left: 0;
  top: 36%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 19px -2px rgba(111, 101, 78, 0.53);
}

.sec_about .area_movie .swiper-button-next {
  display: block;
  box-sizing: border-box;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center, #1b41af;
  background-size: 18%;
  right: 0;
  left: auto;
  top: 36%;
  transform: translateX(50%);
  box-shadow: 0px 0px 19px -2px rgba(111, 101, 78, 0.53);
}
@media screen and (max-width: 1024px) {
  .sec_about .area_movie .swiper-slide p.caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec_about .area_movie {
    margin-bottom: 35px;
  }
  .sec_about .area_movie h4 {
    padding-left: 7px;
    margin-bottom: 38px;
  }
  .sec_about .area_movie h4 img {
    width: 198px;
    margin-left: 40px;
  }
  .sec_about .area_movie h4::before {
    background-size: contain;
    width: 26px;
    height: 20.5px;
    background-position: left 0 bottom 0;
  }
  .sec_about .area_movie h4::after {
    width: 100%;
    height: 22px;
    background-position: left 11px bottom 8px;
    background-size: 164%;
  }

  .sec_about .area_movie .swiper-slide {
    width: 70.47%;
  }
  .sec_about .area_movie .swiper-slide p.caption {
    font-size: 14px;
    margin-top: 6px;
  }
  .sec_about .area_movie .swiper-button-next {
    width: 39px;
    height: 39px;
    top: 47%;
    right: 7%;
  }
  .sec_about .area_movie .swiper-button-prev {
    width: 39px;
    height: 39px;
    top: 47%;
    left: 7%;
  }
}

/* ===============================================
#　学びを知る
=============================================== */
.sec_education {
  overflow: hidden;
}
.sec_education .inner {
  padding-bottom: 120px;
}
.sec_education .cmn_weboc_head_sec {
  width: 506px;
  padding: 0 110px;
  margin: 0 auto 38px;
  background: url(/lp/introduction/img/ico_education_ttl01.png) no-repeat,
    url(/lp/introduction/img/ico_education_ttl02.png) no-repeat;
  padding-bottom: 15px;
  background-position: left 67px bottom 13px, right 0px bottom -3px;
}
.sec_education .cmn_weboc_head_sec p {
  margin-bottom: 19px;
}
.sec_education .cmn_weboc_head_sec p img {
  width: 70px;
}
.sec_education .cmn_weboc_head_sec h3 img {
  width: 226px;
}
.sec_education .nav_campus {
  margin-bottom: 86px;
}
.sec_education .nav_campus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_education .nav_campus ul > li > * {
  padding: 0 23px 0;
  border-left: 1px solid #1b41af;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: bold;
  cursor: pointer;
}
.sec_education .nav_campus ul > li:last-child > * {
  border-right: 1px solid #1b41af;
}
.sec_education .nav_campus ul > li > *.on {
  color: #1b41af;
  cursor: auto;
}
.sec_education .nav_campus ul > li > *.on span {
  border-bottom: 1px solid #1b41af;
}
.sec_education .wrapper_campus .area_campus {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 70px;
}
.sec_education .wrapper_campus .area_campus.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_education .wrapper_campus .area_campus:nth-child(n + 2) {
  padding-top: 70px;
  border-top: 2px dashed #1b41af;
}
.sec_education .wrapper_campus .area_campus.none_border:nth-child(n + 2) {
  border-top: none;
}
.sec_education .wrapper_campus .area_campus:last-child {
  padding-bottom: 0;
}
.sec_education .wrapper_campus .area_campus .head {
  width: 180px;
  height: 180px;
  padding: 61px 0;
  background-color: #fff;
  border: dashed 1px #1b41af;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-right: 20px;
  position: relative;
}
.sec_education .wrapper_campus .area_campus .head h4 {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webktit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_education .wrapper_campus .area_campus .head .en {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.1;
  font-style: italic;
  display: block;
  text-align: center;
  color: #1b41af;
  margin-bottom: 5px;
  transform: scaleX(0.72);
  white-space: nowrap;
}
.sec_education .wrapper_campus .area_campus .head .jp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  display: block;
  text-align: center;
  color: #1b41af;
  white-space: nowrap;
}
.sec_education .wrapper_campus .area_campus.adachi .head .jp {
  -webkit-transform: scaleX(0.83);
  transform: scaleX(0.83);
}
.sec_education .wrapper_campus .area_campus .list_faculty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li {
  width: 49%;
  margin-right: 2%;
}
.sec_education .wrapper_campus .area_campus.koshigaya .list_faculty > li {
  width: 32%;
  margin-right: 2%;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li:last-child {
  margin-right: 0;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec_education .wrapper_campus .area_campus.koshigaya .list_faculty > li > * {
  display: block;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li figure {
  position: relative;
  width: 60%;
  margin-right: 2%;
}
.sec_education
  .wrapper_campus
  .area_campus.koshigaya
  .list_faculty
  > li
  figure {
  width: 100%;
  margin-bottom: 10px;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li figure img {
  width: 100%;
  border-radius: 20px;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li figure:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border: 2px solid #fbf7eb;
  border-radius: 50%;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center, #1b41af;
  background-size: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.sec_education .wrapper_campus .area_campus .list_faculty > li .item_txt {
  width: 38%;
}
.sec_education
  .wrapper_campus
  .area_campus.koshigaya
  .list_faculty
  > li
  .item_txt {
  width: 100%;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li h5 {
  color: #1b41af;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li p {
  line-height: 1.5;
  margin-bottom: 12px;
}
.sec_education .wrapper_campus .area_campus .list_faculty > li .list_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #1b41af;
  padding-top: 12px;
}
.sec_education
  .wrapper_campus
  .area_campus
  .list_faculty
  > li
  .list_course
  > li {
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.sec_education
  .wrapper_campus
  .area_campus.koshigaya
  .list_faculty
  > li
  .list_course
  > li {
  width: 48%;
  margin-right: 4%;
}
.sec_education
  .wrapper_campus
  .area_campus.koshigaya
  .list_faculty
  > li
  .list_course
  > li:nth-child(2n) {
  margin-right: 0;
}
.sec_education
  .wrapper_campus
  .area_campus
  .list_faculty
  > li
  .list_course
  > li::before {
  content: "●";
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #1b41af;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .sec_education .inner {
    padding-bottom: 60px;
  }
  .sec_education .nav_campus {
    margin-bottom: 45px;
  }
  .sec_education .wrapper_campus .area_campus {
    padding-bottom: 28px;
  }
  .sec_education .wrapper_campus .area_campus.on {
    display: block;
  }
  .sec_education .wrapper_campus .area_campus:nth-child(n + 2) {
    padding-top: 28px;
  }
  .sec_education .wrapper_campus .area_campus .head {
    width: 102px;
    height: 102px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec_education .wrapper_campus .area_campus .head h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webktit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sec_education .wrapper_campus .area_campus.adachi .head .jp {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-box-flex: 1;
    flex: 1;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li > * {
    display: block;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li .item_txt {
    width: 100%;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li .list_course {
    display: block;
  }
  .sec_education
    .wrapper_campus
    .area_campus.koshigaya
    .list_faculty
    > li
    .list_course
    > li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_education .inner {
    padding-bottom: 110px;
  }
  .sec_education .cmn_weboc_head_sec {
    width: 300px;
    max-width: 100%;
    padding: 0 0 5px;
    margin: 0 auto 25px;
    background: url(/lp/introduction/img/ico_education_ttl01.png) no-repeat,
      url(/lp/introduction/img/ico_education_ttl02.png) no-repeat;
    background-size: 15.5px, 55px;
    background-position: left 46px bottom 8px, right 14px bottom 2px;
  }
  .sec_education .cmn_weboc_head_sec p {
    margin-bottom: 15px;
  }
  .sec_education .cmn_weboc_head_sec p img {
    width: 38px;
    margin-left: -10px;
  }
  .sec_education .cmn_weboc_head_sec h3 img {
    width: 151.25px;
  }
  .sec_education .nav_campus {
    margin-bottom: 30px;
  }
  .sec_education .nav_campus ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_education .nav_campus ul > li {
    width: 50%;
  }
  .sec_education .nav_campus ul > li:nth-child(n + 3) {
    margin-top: 18px;
  }
  .sec_education .nav_campus ul > li > * {
    padding: 7px 0 6px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .sec_education .nav_campus ul > li:nth-child(2n) > * {
    border-right: 1px solid #1b41af;
  }
  .sec_education .wrapper_campus .area_campus {
    padding-bottom: 28px;
  }
  .sec_education .wrapper_campus .area_campus.on {
    display: block;
  }
  .sec_education .wrapper_campus .area_campus:nth-child(n + 2) {
    padding-top: 38px;
  }
  .sec_education .wrapper_campus .area_campus.koshigaya .list_faculty > li {
    width: 165px;
    margin-right: 0;
  }
  .sec_education .wrapper_campus .area_campus:last-child {
    padding-bottom: 0;
  }
  .sec_education .wrapper_campus .area_campus .head {
    width: 51px;
    height: 51px;
    margin-bottom: 10px;
  }
  .sec_education .wrapper_campus .area_campus .head .en {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .sec_education .wrapper_campus .area_campus .head .jp {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li figure {
    margin-bottom: 5px;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li figure img {
    border-radius: 10px;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li figure:after {
    width: 40px;
    height: 40px;
    border: 2px solid #fbf7eb;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .sec_education .wrapper_campus .area_campus .list_faculty > li .list_course {
    padding-top: 8px;
  }
  .sec_education
    .wrapper_campus
    .area_campus
    .list_faculty
    > li
    .list_course
    > li {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    padding-left: 13px;
    position: relative;
  }
  .sec_education
    .wrapper_campus
    .area_campus
    .list_faculty
    > li
    .list_course
    > li::before {
    font-size: 10px;
    font-size: 1rem;
    top: 2px;
  }
}

/* ===============================================
# キャンパスライフを知る
=============================================== */
.sec_life {
  overflow: hidden;
}
.sec_life .inner {
  padding-bottom: 89px;
}
.sec_life .cmn_weboc_head_sec {
  width: 100%;
  padding: 95px 200px 87px;
  background: url(/lp/introduction/img/ico_life_ttl01.png) no-repeat;
  margin: 0 auto;
  background-position: left 21px bottom 16px;
}
.sec_life .inner .cmn_weboc_head_sec p {
  margin-bottom: 18px;
}
.sec_life .cmn_weboc_head_sec p img {
  width: 72px;
}
.sec_life .cmn_weboc_head_sec h3 {
  margin-left: -2px;
}
.sec_life .cmn_weboc_head_sec h3 img {
  width: 496px;
  max-width: 496px;
}
.sec_life .area_bnr {
  margin-bottom: 60px;
  display: inline-block;
}
.sec_life .wrapper_topics {
  display: inline-block;
  padding-top: 120px;
  margin-bottom: 38px;
}
.sec_life .wrapper_topics .item_topics {
  display: block;
  position: relative;
  margin-right: 5%;
  flex: 0 1 384px;
}
.sec_life .wrapper_topics .item_topics .bg_img img {
  width: 100%;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.13));
}
.sec_life .wrapper_topics .item_topics:last-child {
  margin-right: 0;
}
.sec_life .wrapper_topics .item_topics .img_topics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.sec_life .wrapper_topics .item_topics .img_topics img {
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_life .wrapper_topics .item_topics .box_txt {
  color: #1b41af;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_life .wrapper_topics .item_topics .box_txt .ttl {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 2px dotted;
  padding-right: 25px;
  background: url(/common/img/ico_arrow.svg) no-repeat right center;
  background-size: 9px;
}
.sec_life .wrapper_topics .item_topics .box_txt .ttl.pdf {
  padding-right: 40px;
  background: url(/common/img/ico_pdf.png) no-repeat right center;
  background-size: 21px;
}
.sec_life .wrapper_topics .item_topics .box_txt .ttl span {
  font-size: 20px;
  font-size: 2rem;
}
.sec_life .wrapper_topics .item_topics .box_txt .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
.sec_life .cmn_wrapper_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_life .cmn_wrapper_content .box_head {
  margin-right: 30px;
}
.sec_life .box_btn .btn {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 642px;
  padding: 10px 0 14px;
  background-color: #00b900;
  border-radius: 36px;
  margin: 0 auto;
  text-align: center;
}
.sec_life .box_btn .btn .top {
  text-align: center;
}
.sec_life .box_btn .btn .top span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  width: 200px;
  padding-left: 50px;
  background: url(/lp/introduction/img/ico_line.png) no-repeat left center;
  background-size: 49px;
}
.sec_life .box_btn .btn .top span img {
  vertical-align: middle;
}
.sec_life .box_btn .btn .bottom {
  text-align: center;
}
.sec_life .box_btn .btn .bottom span {
  position: relative;
  padding: 5px 20px 5px;
}
.sec_life .box_btn .btn .bottom span::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-58deg);
}
.sec_life .box_btn .btn .bottom span::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(58deg);
}
@media screen and (max-width: 1024px) {
  .sec_life .wrapper_topics {
    display: block;
    padding-top: 0;
    max-width: 465px;
    margin: 0 auto 30px;
  }
  .sec_life .wrapper_topics .item_topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 60px;
  }
  .sec_life .wrapper_topics .item_topics .bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65px, -50%);
    width: 320px;
  }
  .sec_life .wrapper_topics .item_topics .bg_img img {
    width: 100%;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.13));
  }
  .sec_life .wrapper_topics .item_topics .img_topics {
    width: 52%;
    margin-right: 4%;
    position: static;
    padding-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sec_life .wrapper_topics .item_topics .img_topics img {
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec_life .wrapper_topics .item_topics .box_txt {
    width: 44%;
    text-align: left;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 1%;
  }
  .sec_life .wrapper_topics .item_topics .box_txt .txt {
    text-align: left;
  }
  .sec_life .cmn_wrapper_content {
    display: block;
    text-align: center;
  }
  .sec_life .cmn_wrapper_content .box_head {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .sec_life .cmn_weboc_head_sec {
    width: 725px;
    padding: 90px 150px 56px;
    background: url(/lp/introduction/img/ico_life_ttl01.png) no-repeat;
    background-position: left 0 bottom 60px;
    background-size: 230px;
  }
  .sec_life .cmn_weboc_head_sec h3 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_life .inner {
    padding-bottom: 100px;
  }
  .sec_life .cmn_weboc_head_sec {
    width: 400px;
    max-width: 100%;
    padding: 0;
    background: none;
    margin: 0 auto;
    background: url(/lp/introduction/img/ico_life_ttl01.png) no-repeat;
    background-size: 115px;
    background-position: left 10px top 1px;
    padding-top: 50px;
  }
  .sec_life .cmn_weboc_head_sec p {
    margin-bottom: 17px;
  }
  .sec_life .cmn_weboc_head_sec p img {
    width: 38px;
  }
  .sec_life .cmn_weboc_head_sec h3 img {
    width: 332.75px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sec_life .area_bnr {
    margin-bottom: 40px;
  }
  .sec_life .wrapper_topics {
    display: block;
    padding-top: 0;
    max-width: 355px;
    margin: 0 auto 30px;
  }
  .sec_life .wrapper_topics .item_topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 60px;
  }
  .sec_life .wrapper_topics .item_topics .bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-97px, -50%);
    width: 280px;
  }
  .sec_life .wrapper_topics .item_topics .bg_img img {
    width: 100%;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.13));
  }
  .sec_life .wrapper_topics .item_topics .img_topics {
    width: 50%;
    margin-right: 2%;
    position: static;
    padding-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sec_life .wrapper_topics .item_topics .img_topics img {
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec_life .wrapper_topics .item_topics .box_txt {
    width: 48%;
    text-align: left;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec_life .wrapper_topics .item_topics .box_txt .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 0;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px dotted;
    padding-right: 15px;
    background: url(/common/img/ico_arrow.svg) no-repeat right center;
    background-size: 6px;
  }
  .sec_life .wrapper_topics .item_topics .box_txt .ttl.pdf {
    padding-right: 15px;
    background: url(/common/img/ico_pdf.png) no-repeat right center;
    background-size: 16px;
  }
  .sec_life .wrapper_topics .item_topics .box_txt .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_life .wrapper_topics .item_topics .box_txt .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
  }
  .sec_life .box_btn .btn {
    width: 345px;
    max-width: 100%;
    padding: 5px 0 8px;
    border-radius: 18px;
  }
  .sec_life .box_btn .btn .top {
    text-align: center;
  }
  .sec_life .box_btn .btn .top span {
    width: 150px;
    padding-left: 33px;
    background: url(/lp/introduction/img/ico_line.png) no-repeat left center;
    background-size: 32px;
  }
  .sec_life .box_btn .btn .bottom span {
    position: relative;
    padding: 5px 12px 5px;
  }
  .sec_life .box_btn .btn .bottom span::before {
    width: 23px;
  }
  .sec_life .box_btn .btn .bottom span::after {
    width: 23px;
  }
}
/* ===============================================
#入試を知る
=============================================== */
.sec_admission .inner {
  padding-bottom: 114px;
}
.sec_admission .cmn_weboc_head_sec {
  width: 424px;
  padding: 0;
  margin: 0 auto 29px;
  background: url(/lp/introduction/img/ico_admission_ttl01.png) no-repeat,
    url(/lp/introduction/img/ico_admission_ttl02.png) no-repeat;
  background-position: left 0 bottom 0, right 10px bottom 9px;
}
.sec_admission .cmn_weboc_head_sec p {
  margin-bottom: 22px;
}
.sec_admission .cmn_weboc_head_sec p img {
  width: 70px;
  margin-left: -16px;
}
.sec_admission .cmn_weboc_head_sec h3 img {
  width: 226px;
  margin-left: -6px;
}

@media screen and (max-width: 768px) {
  .sec_admission .inner {
    padding-bottom: 65px;
    width: 100%;
  }
  .sec_admission .inner_area {
    width: 94.6%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_admission .cmn_weboc_head_sec {
    width: 300px;
    max-width: 100%;
    padding: 0 0 5px;
    margin: 0 auto 45px;
    background: url(/lp/introduction/img/ico_admission_ttl01.png) no-repeat,
      url(/lp/introduction/img/ico_admission_ttl02.png) no-repeat;
    background-size: 31px, 33px;
    background-position: left 35px bottom 7px, right 30px bottom 3px;
  }
  .sec_admission .cmn_weboc_head_sec p {
    margin-bottom: 14px;
    margin-left: 10px;
  }
  .sec_admission .cmn_weboc_head_sec p img {
    width: 38px;
  }
  .sec_admission .cmn_weboc_head_sec h3 img {
    width: 150px;
    margin-left: -3px;
  }
}
/* 入試日程 */
.sec_admission .area_admission .ico_faculty {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  background-color: #ffcc33;
  border-radius: 15px;
  text-align: center;
  padding: 5px 4px 4px;
  vertical-align: middle;
}
.sec_admission .area_admission .ico_faculty.education {
  background-color: #f39800;
}
.sec_admission .area_admission .ico_faculty.literature {
  background-color: #f095bc;
}
.sec_admission .area_admission .ico_faculty.information {
  background-color: #00afdd;
}
.sec_admission .area_admission .ico_faculty.international {
  background-color: #b84c97;
}
.sec_admission .area_admission .ico_faculty.business {
  background-color: #0079c3;
}
.sec_admission .area_admission .ico_faculty.health {
  background-color: #009049;
}
.sec_admission .area_admission .ico_faculty.human_sciences {
  background-color: #8fc31f;
}
.sec_admission .area_admission h4 {
  color: #1b41af;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.sec_admission .area_admission h4 img {
  width: 308px;
  background-color: #fdfbf5;
  padding-right: 20px;
}

.sec_admission .area_admission h4::after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #1b41af;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.sec_admission .area_admission .wrapper_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}
.sec_admission .area_admission .wrapper_content .box_table {
  width: 100%;
  margin-right: 3%;
}

.sec_admission .area_admission .wrapper_content .box_table .item_box {
  margin-bottom: 40px;
}

.sec_admission
  .area_admission
  .wrapper_content
  .box_table
  .item_box:last-child {
  margin-bottom: 0;
}
.sec_admission .area_admission .wrapper_content .box_table .item_box .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1b41af;
  line-height: 1.25;
  margin-bottom: 10px;
}
.sec_admission .area_admission .wrapper_content .box_table .item_box .txt {
  color: #1b41af;
  line-height: 1.5;
  margin-bottom: 10px;
}

.sec_admission
  .area_admission
  .wrapper_content
  .box_table
  .item_box
  .txt
  .link_txt {
  display: inline-block;
  color: #1b41af;
  text-decoration: underline;
}
.sec_admission .area_admission .wrapper_content .box_table .item_box .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1b41af;
  line-height: 1.5;
}
.sec_admission .area_admission .wrapper_content .box_table table {
  width: 100%;
  color: #1b41af;
  border-left: 1px solid #1b41af;
  border-top: 1px solid #1b41af;
  text-align: left;
  margin-bottom: 10px;
}
.sec_admission .area_admission .wrapper_content .box_table table tr th {
  width: 40%;
  font-weight: bold;
  line-height: 1.5;
  border-right: 1px solid #1b41af;
  border-bottom: 1px solid #1b41af;
  background-color: #e6e7ec;
  padding: 9px 10px 6px 23px;
}
.sec_admission .area_admission .wrapper_content .box_table table tr td {
  width: 60%;
  border-right: 1px solid #1b41af;
  border-bottom: 1px solid #1b41af;
  background-color: #fff;
  padding: 9px 10px 6px 26px;
}
.sec_admission .area_admission .wrapper_content .box_table table tr td .kome {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: bottom;
}
.sec_admission .area_admission .wrapper_content .box_table .item_box .kome_txt {
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.sec_admission
  .area_admission
  .wrapper_content
  .box_table
  .item_box
  .kome_txt:before {
  content: "※";
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 3px;
  left: 0;
}
.sec_admission .area_admission .wrapper_content .box_img {
  width: 38%;
  position: relative;
}
.sec_admission .area_admission .wrapper_content .box_img .ttl {
  color: #1b41af;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec_admission .area_admission .wrapper_content .box_img .img_movie {
  position: relative;
}
.sec_admission .area_admission .wrapper_content .box_img .img_movie::before {
  content: "";
  display: block;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/lp/introduction/img/ico_movie_w.svg) no-repeat center center;
  background-size: 100%;
}
.sec_admission .area_admission .wrapper_content .box_img .img_movie::after {
  content: "";
  display: block;
  width: 127px;
  height: 68px;
  background: url(/lp/introduction/img/bg_admission_admission_movie.svg)
    no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.sec_admission .area_admission .wrapper_content .box_img .img_movie img {
  width: 100%;
}
.sec_admission .area_admission .wrapper_content .box_img .stamp {
  position: absolute;
  top: -10px;
  right: 0;
}
.sec_admission .area_admission .box_btn {
  border: 1px solid #1b41af;
  border-radius: 32px;
  position: relative;
  padding: 43px 20px 38px;
}
.sec_admission .area_admission .box_btn p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: bold;
  color: #1b41af;
  text-align: center;
  padding: 0 10px;
  background-color: #fdfaf3;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_admission .area_admission .box_btn .wrapper_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_admission .area_admission .box_btn .wrapper_btn .btn {
  display: block;
  color: #1b41af;
  font-weight: bold;
  width: 30%;
  margin-right: 15px;
  max-width: 320px;
  border: 1px solid;
  border-radius: 29px;
  padding: 14px 18px;
  background-color: #fff;
  background: url(/common/img/ico_arrow.svg) no-repeat right 20px center, #fff;
  background-size: 9px;
}
.sec_admission .area_admission .box_btn .wrapper_btn .btn:last-child {
  margin-right: 0;
}
.sec_admission .area_admission .box_btn .wrapper_btn .btn.pdf {
  background: url(/common/img/ico_pdf.png) no-repeat right 16px center, #fff;
  background-size: 18px;
}

@media screen and (max-width: 1120px) {
  .sec_admission .area_admission .box_btn .wrapper_btn {
    display: block;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
    text-align: center;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn:last-child {
    margin-right: auto;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn:nth-child(n + 2) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec_admission .area_admission .inner_area {
    position: relative;
    padding-bottom: 15%;
  }
  .sec_admission .area_admission .ico_faculty {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 5px 4px 4px;
  }
  .sec_admission .area_admission h4 {
    margin-bottom: 38px;
  }
  .sec_admission .area_admission h4 img {
    width: 226px;
    padding-right: 15px;
  }
  .sec_admission .area_admission .wrapper_content {
    display: block;
  }
  .sec_admission .area_admission .wrapper_content .box_table {
    width: 100%;
    margin-right: 0;
  }
  .sec_admission .area_admission .wrapper_content .box_table .item_box {
    margin-bottom: 30px;
  }
  .sec_admission .area_admission .wrapper_content .box_table .item_box .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .sec_admission .area_admission .wrapper_content .box_table .item_box .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .sec_admission .area_admission .wrapper_content .box_table .item_box .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_admission .area_admission .wrapper_content .box_table table {
    margin-bottom: 10px;
  }
  .sec_admission .area_admission .wrapper_content .box_table table tr th {
    width: 175px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 6px 10px 6px;
  }
  .sec_admission .area_admission .wrapper_content .box_table table tr td {
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 6px 10px 6px;
  }
  .sec_admission .area_admission .wrapper_content .box_table table tr td .kome {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_admission
    .area_admission
    .wrapper_content
    .box_table
    .item_box
    .kome_txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .sec_admission
    .area_admission
    .wrapper_content
    .box_table
    .item_box
    .kome_txt:before {
    font-size: 7px;
    font-size: 0.7rem;
  }
  .sec_admission .area_admission .wrapper_content .box_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sec_admission .area_admission .wrapper_content .box_img .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec_admission .area_admission .wrapper_content .box_img .img_movie::after {
    width: 104px;
    height: 55px;
    bottom: -20px;
  }
  .sec_admission .area_admission .wrapper_content .box_img .stamp {
    width: 59px;
  }
  .sec_admission .area_admission .box_btn {
    border: 1px solid #1b41af;
    border-radius: 32px;
    position: relative;
    padding: 25px 20px 25px;
    margin-top: 35px;
  }
  .sec_admission .area_admission .box_btn p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    background-color: #fdfaf3;
    white-space: inherit;
    width: 375px;
    max-width: 100%;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn {
    padding: 12px 0 12px;
    background-color: #fff;
    background: url(/common/img/ico_arrow.svg) no-repeat right 10px center, #fff;
    background-size: 6px;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn:last-child {
    margin-right: auto;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn:nth-child(n + 2) {
    margin-top: 18px;
  }
  .sec_admission .area_admission .box_btn .wrapper_btn .btn.pdf {
    background: url(/common/img/ico_pdf.png) no-repeat right 15px center, #fff;
    background-size: 16px;
  }
}
/* ===============================================
# フッター
=============================================== */
footer {
  background-color: #1b41af;
  position: relative;
}
footer .inner {
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  position: static;
}
footer .wrapper_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrapper_footer .footer_address {
  color: #fff;
  width: 39%;
  margin-right: 8%;
  padding-top: 10px;
}
footer .wrapper_footer .footer_address p {
  line-height: 1.5;
}
footer .wrapper_footer .footer_address p a {
  color: #fff;
}
footer .wrapper_footer .footer_address .box_top {
  margin-bottom: 20px;
}
footer .wrapper_footer .footer_address .box_top p.txt_top {
  font-weight: bold;
  margin-bottom: 13px;
}
footer .wrapper_footer .footer_address .box_top p.txt_top span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
footer .wrapper_footer .footer_address .box_top p.txt_form {
  margin-top: 10px;
  text-decoration: underline;
}
footer .wrapper_footer .footer_address .box_top p .tellink {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
footer .wrapper_footer .footer_address .box_top .ico_blank {
  width: 12px;
}
footer .wrapper_footer .footer_address .box_campus {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
footer .wrapper_footer .footer_address .box_campus ul > li {
  margin-bottom: 25px;
}
footer .wrapper_footer .footer_address .box_campus ul > li .name {
  font-weight: bold;
}
footer .wrapper_footer .footer_map {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
footer .wrapper_footer .footer_map .box_map {
  width: 33.3%;
  padding-right: 2%;
}
footer .wrapper_footer .footer_map .acd a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

footer .wrapper_footer .footer_map .submenu_navi_inner {
  margin-bottom: 45px;
}
footer .wrapper_footer .footer_map .submenu_navi_inner:last-child {
  margin-bottom: 0;
}
footer .wrapper_footer .footer_map .submenu_navi_inner ul > li a {
  display: block;
  color: #fff;
  padding-left: 15px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center left;
  background-size: 9px;
}
footer .area_copy {
  padding: 5px 0;
}
footer .area_copy p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .btn_bottom {
  position: absolute;
  right: 35px;
  bottom: 15px;
  width: 102px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

footer .btn_bottom a.top {
  padding: 85px 0 0;
  position: relative;
  background: transparent;
  background-image: none;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .btn_bottom a.top::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  background: url(/common/img/ico_up_b.svg) no-repeat center center, #fff;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  footer .wrapper_footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  footer .wrapper_footer .footer_address {
    width: 37%;
    margin-right: 3%;
  }
  footer .wrapper_footer .footer_map {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding-top: 17px;
    padding-right: 0;
    padding-left: 0;
  }
  footer .wrapper_footer {
    display: block;
    padding-bottom: 0;
  }
  footer .wrapper_footer .footer_address {
    color: #fff;
    width: 94.6%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .wrapper_footer .footer_address .box_top p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .wrapper_footer .footer_address .box_top {
    margin-bottom: 20px;
  }
  footer .wrapper_footer .footer_address .box_top p.txt_top {
    margin-bottom: 13px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .wrapper_footer .footer_address .box_top p.txt_top span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer .wrapper_footer .footer_address .box_top p.txt_form {
    margin-top: 5px;
  }
  footer .wrapper_footer .footer_address .box_top p .tellink {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .wrapper_footer .footer_address .box_campus {
    padding-top: 15px;
  }
  footer .wrapper_footer .footer_address .box_campus p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  footer .wrapper_footer .footer_address .box_campus ul > li {
    margin-bottom: 15px;
  }
  footer .wrapper_footer .footer_map {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  footer .wrapper_footer .footer_map .submenu_navi_inner {
    height: 0;
    overflow: hidden;
    width: 100%;
  }

  footer .wrapper_footer .footer_map .box_map {
    width: 100%;
    padding-right: 0;
  }
  footer .wrapper_footer .footer_map .acd a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 2.7% 12px;
    border-top: 1px solid #fff;
    background: url(/common/img/ico_plus.svg) no-repeat center right 2.7%;
    background-size: 9px;
  }
  footer .wrapper_footer .footer_map .acd:not(.js-acd_sp) a {
    background: none;
  }
  footer .wrapper_footer .footer_map .acd.open a {
    background: url(/common/img/ico_minus.svg) no-repeat center right 2.7%;
    background-size: 9px;
  }
  footer .wrapper_footer .footer_map .submenu_navi_inner {
    margin-bottom: 0;
    padding: 0 2.7% 0;
  }
  footer .wrapper_footer .footer_map .submenu_navi_inner.open {
    margin-bottom: 10px;
  }
  footer .wrapper_footer .footer_map .submenu_navi_inner ul > li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
    margin-bottom: 3px;
    background: url(/common/img/ico_arrow_w.svg) no-repeat center left;
    background-size: 7px;
  }
  footer .area_copy p {
    padding-top: 15px;
    font-size: 8px;
    font-size: 0.8rem;
  }
  footer .btn_bottom {
    right: 2.7%;
    top: 25px;
    bottom: auto;
    width: 77px;
  }

  footer .btn_bottom a.top {
    width: 100%;
    padding: 45px 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
  footer .btn_bottom a.top::before {
    width: 40px;
    height: 40px;
  }
  footer .btn_bottom a span {
    padding-left: 0;
  }
}
