@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
/* PCでもヘッダー固定 */
@media screen and (min-width :769px){
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  main {
    padding-top: 100px;
  }
}
main .inner{
  width: 96%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width :768px){
  main .inner{
    width: 94.6%;
  }
}
#footer .pagetop_fixed .sns ,
#footer .pagetop_fixed .request {
  display: none;
}
/* フォント */
.fontCormorant {
  font-family: "Cormorant Garamond","游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
}
/* セクションタイトル */
.cmnPage_ttl_sec .en {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: "Cormorant Garamond","游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  font-weight: 500;
  text-align: center;
}
.cmnPage_ttl_sec .ja {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  margin-top: 6px;
  letter-spacing: 0.2em;
}
@media screen and (max-width :768px){
  .cmnPage_ttl_sec .en {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .cmnPage_ttl_sec .ja {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-top: 9px;
  }
}
/* スライダー */
.cmn_slider {
  position: relative;
  padding-bottom: 47px;
}
.cmn_slider .navigation {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cmn_slider.swiper-container-initialized .navigation {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.cmn_slider .navigation .swiper-button-next,
.cmn_slider .navigation .swiper-button-prev {
  margin-top: 0;
  width: 31px;
  height: 30px;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 999em;
  transition: all ease 0.5s;
}
.cmn_slider .navigation .swiper-button-prev {
  margin-right: 30px;
  background: url(/common/img/ico_back_bk.svg) no-repeat top 7px center;
  background-size: 100%;
}
.cmn_slider .navigation .swiper-button-next {
  margin-left: 10px;
  background: url(/common/img/ico_arrow_bk.svg) no-repeat top 7px center;
  background-size: 100%;
}
.cmn_slider .navigation .swiper-pagination {
  position: static;
  white-space: nowrap;
  line-height: 14px;
}
.cmn_slider .navigation .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.cmn_slider .navigation .swiper-pagination .swiper-pagination-bullet-active {
  background: #df6b70;
}
.cmn_slider .navigation .btn_stop {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: url(/common/img/ico_stop.svg) no-repeat center center,#fcf0f0;
  background-size: 8px;
  margin-left: 30px;
  cursor: pointer;
  transition: all ease 0.5s;
}
.cmn_slider .navigation .btn_stop.is_stop {
  background: url(/common/img/ico_start.svg) no-repeat center center,#fcf0f0;
  background-size: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_slider .navigation .swiper-button-next:hover,
  .cmn_slider .navigation .swiper-button-prev:hover {
    opacity: 0.6;
  }
  .cmn_slider .navigation .btn_stop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width :768px){
  .cmn_slider {
    padding-bottom: 55px;
  }
  .cmn_slider .navigation .swiper-button-next,
  .cmn_slider .navigation .swiper-button-prev {
    width: 28px;
  }
  .cmn_slider .navigation .swiper-pagination {
    line-height: 12px;
  }
  .cmn_slider .navigation .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
  .cmn_slider .navigation .btn_stop {
    width: 26px;
    height: 26px;
    margin-left: 30px;
  }
}

/* お知らせ */
.cmn_cate0{
  background-color: #f0f7ff;
  color: #001486;
}
/* 地域?国際 */
.cmn_cate1{
  background-color: #fdeeef;
  color: #cf1d24;
}
/* 研究 */
.cmn_cate2{
  background-color: #f3f9ff;
  color: #0057a8;
}
/* プレス */
.cmn_cate3{
  background-color: #f4f1eb;
  color: #7e683e;
}
/* 入試 */
.cmn_cate4{
  background-color: #fcf3f9;
  color: #cb2196;
}
/* 入札 */
.cmn_cate5{
  background-color: #f1f8f6;
  color: #01795d;
}
/* イベント */
.cmn_cate6{
  background-color: #e7f6fa;
  color: #006E8A;
}
/* ===============================================
# navigation_side
=============================================== */
.navigation_side {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 890;
}
.navigation_side .box_sidemenu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  background-color: #2774d3;
  width: 92px;
  margin-left: auto;
  transition: all ease 0.5s;
}
.navigation_side .box_sidemenu.request {
  background-color: #d53f46;
}
.navigation_side .inner_nav>.box_sidemenu:first-child {
  border-radius: 15px 0 0 0;
}
.navigation_side .inner_nav>.box_sidemenu:last-child {
  border-radius: 0 0 0 15px;
} 
.navigation_side .box_sidemenu .btn_sidemenu {
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  padding: 0;
  appearance: none;
  width: 92px;
  min-height: 90px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  transition: all ease 0.5s;
}
.navigation_side .box_sidemenu .btn_sidemenu .ico {
  transition: all ease 0.5s;
}
.navigation_side .box_sidemenu .btn_sidemenu .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.08;
  color: #fff;
  font-weight: bold;
  margin-top: 7px;
  white-space: nowrap;
  transition: all ease 0.5s;
}
.navigation_side .box_sidemenu .menu_under {
  width: 0;
  height: 90px;
  overflow: hidden;
  background-color: #2774d3;
  padding: 25px 0 30px;
  transition: all ease 0.5s;
}
.navigation_side .box_sidemenu .ttl_menu {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  padding-bottom: 11px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.navigation_side .box_sidemenu .menu_under .btn_close {
  display: none;
}
.navigation_side .box_sidemenu .ttl_menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.navigation_side .box_sidemenu .links_target>li:nth-child(n+2) {
  margin-top: 21px;
}
.navigation_side .box_sidemenu .links_target>li>* {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center right;
  background-size: 19px
}
.navigation_side .box_sidemenu .menu_under {
  height: 60px;
}

.navigation_side .box_sidemenu.is_open {
  width: 270px;
  border-radius: 15px 0 0 15px;
}
.navigation_side .inner_nav>.box_sidemenu.is_open .btn_sidemenu {
  width: 30px;
  padding-top: 25px;
  opacity: 1;
  pointer-events: none;
}
.navigation_side .box_sidemenu.is_open .menu_under {
  width: 240px;
  height: 371px;
  padding-right: 29px;
}
.navigation_side .box_sidemenu.is_open .btn_sidemenu .ico,
.navigation_side .box_sidemenu.is_open .btn_sidemenu .txt {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .navigation_side .box_sidemenu.target:hover {
    width: 270px;
    border-radius: 15px 0 0 15px;
  }
  .navigation_side .inner_nav>.box_sidemenu.target:hover .btn_sidemenu {
    width: 30px;
    padding-top: 25px;
    opacity: 1;
    pointer-events: none;
  }
  .navigation_side .box_sidemenu.target:hover .menu_under {
    width: 240px;
    height: 371px;
    padding-right: 29px;
  }
  .navigation_side .box_sidemenu.target:hover .btn_sidemenu .ico,
  .navigation_side .box_sidemenu.target:hover .btn_sidemenu .txt {
    opacity: 0;
  }
}
@media screen and (max-width :768px){
  .navigation_side {
    top: auto;
    bottom: 50px;
  }
  .navigation_side .box_sidemenu {
    width: 60px;
  }
  .navigation_side .inner_nav>.box_sidemenu:first-child {
    border-radius: 8px 0 0 0;
  }
  .navigation_side .inner_nav>.box_sidemenu:last-child {
    border-radius: 0 0 0 8px;
  } 
  .navigation_side .box_sidemenu .btn_sidemenu {
    min-height: 65px;
  }
  .navigation_side .box_sidemenu .btn_sidemenu .ico {
    width: 25px;
  }
  .navigation_side .box_sidemenu .btn_sidemenu .txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .navigation_side .box_sidemenu .menu_under {
    padding: 15px 0 15px;
    position: relative;
  }
  .navigation_side .box_sidemenu .ttl_menu {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .navigation_side .box_sidemenu .ttl_menu::after {
    height: 2px;
  }
  .navigation_side .box_sidemenu .menu_under .btn_close {
    display: block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    background: url(/common/img/ico_menu_close.svg) no-repeat center center;
    background-size: 27% auto;
    position: absolute;
    top: 12px;
    right: 27px;
    overflow: hidden;
    text-indent: 999em;
    white-space: nowrap;
  }
  .navigation_side .box_sidemenu .links_target {
    padding-left: 1px;
  }
  .navigation_side .box_sidemenu .links_target>li:nth-child(n+2) {
    margin-top: 20px;
  }
  .navigation_side .box_sidemenu .links_target>li>* {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 20px;
    background: url(/common/img/ico_arrow_w.svg) no-repeat center right 2px;
    background-size: 16px;
    margin-top: 10px;
  }
  .navigation_side .inner_nav>.box_sidemenu.is_open {
    width: 182px;
    border-radius: 8px 0 0 8px;
  }
  .navigation_side .inner_nav>.box_sidemenu.is_open .btn_sidemenu {
    width: 15px;
  }
  .navigation_side .box_sidemenu.is_open .menu_under {
    width: 167px;
    height: 290px;
  }
}

/* ===============================================
# sec_promo
=============================================== */
.sec_promo {
  position: relative;
  z-index: 1;
  padding-top: 84px;
  padding-bottom: 43px;
  overflow: hidden;
}
.sec_promo::after {
  content: "";
  display: block;
  width: 1388px;
  height: 100%;
  background: url(/img/bg_promo.jpg) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-342px);
  transform: translateX(-342px);
  z-index: -1;
}
.sec_promo .wrap_promo {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_promo .slider {
  width: 590px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: all ease 1s;
  transition-delay: 0.8s;
}
.sec_promo .list_slide  {
  box-shadow: 0px 0px 25px 5px rgba(220, 220, 220, 0.5);
}
.sec_promo .txt_copy {
  padding-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all ease 1s;
  transition-delay: 0.3s;
}
.is_start .sec_promo .slider {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.is_start .sec_promo .txt_copy {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width :1024px){
  .sec_promo .inner {
    width: 92%;
  }
  .sec_promo .txt_copy {
    padding-right: 15px;
  }
  .sec_promo .slider {
    width: 440px;
  }
}
@media screen and (max-width :768px){
  .sec_promo {
    padding-top: 135px;
    padding-bottom: 61px;
  }
  .sec_promo .inner {
    position: static;
  }
  .sec_promo::after {
    width: 100%;
    background: url(/img/bg_promo_sp.jpg) no-repeat left top;
    background-size: cover;
    top: 55px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 60px;
  }
  .sec_promo .txt_copy {
    width: 41.9%;
    max-width: 200px;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 2.67%;
    z-index: 2;
  }
  .sec_promo .slider {
    width: 70.7%;
    max-width: 400px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .sec_promo .slider .navigation {
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  .is_start .sec_promo .slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ===============================================
# スライダー
=============================================== */
.sec_mainslide {
  padding-top: 70px;
  padding-bottom: 60px;
}
.sec_mainslide .links_slide>li {
  width: 534px;
}
.sec_mainslide .navigation .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #c7c7c7;
}
@media screen and (max-width :768px){
  .sec_mainslide {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec_mainslide .links_slide>li {
    width: 267px;
  }
}

/* ===============================================
# 重要なお知らせ
=============================================== */
/* #top_important {
  display: none;
} */
.sec_important{
  background: -moz-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  background: -webkit-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  background: -ms-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  padding-top: 33px;
  padding-bottom: 31px;
}
.sec_important .inner {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_important .box_ttl .ttl {
  display: inline-block;
  background-color: #d43a42;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;  
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 31px 3px;
  border-radius:30px;
}
.sec_important .box_ttl .ttl::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/img/icon_important.svg) no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  margin: -2px 5px 0 0; 
}
.sec_important .box_news {
  padding-left: 40px;
}
.sec_important .box_news li:not(:last-child) {
  margin-bottom: 5px;
}
.sec_important .box_news li>* {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.sec_important .box_news li .date {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  width: 120px;
  -ms-flex-negative:0;
	flex-shrink:0;
}
.sec_important .box_news li .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

@media screen and (max-width :768px){
  .sec_important{
    padding: 30px 0 24px;
  }
  .sec_important .inner {
    display: block;  
  }
  .sec_important .box_ttl {
    text-align: center;
  }
  .sec_important .box_ttl .ttl {
    font-size: 18px;
    font-size: 1.8rem;  
    line-height: 1;
    padding: 5px 19px;
  }
  .sec_important .box_ttl .ttl::before {
    width: 17px;
    height: 17px;
    margin: -2px 9px 0 0; 
  }
  .sec_important .box_news {
    padding:15px 0 0 0;
  }
  .sec_important .box_news li>* {
    display: block;
  }
  .sec_important .box_news li:not(:last-child) {
    margin-bottom: 17px;
  }
  .sec_important .box_news li .date {
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
    margin-bottom: 3px;
  }
  .sec_important .box_news li .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    
  }  
}
/* ===============================================
# 欧冠体育投注_足球365比分-直播*官网
=============================================== */
.sec_news {
  padding-top: 75px;
  padding-bottom: 80px;
}
.sec_news .area_ttl {
  margin-bottom: 22px;
}
.sec_news .box_contents {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sec_news .area_pickup {
  width: 320px;
  -ms-flex-negative: 0;
	flex-shrink: 0;
  padding-left: 20px;
  padding-right: 60px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sec_news .area_pickup::before {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  background-color: #fbebec;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -2;
}
.sec_news .area_pickup::after {
  content: "";
  display: block;
  width: 190px;
  height: 90%;
  height: calc(100% - 85px);
  background-color: #fefbfb;
  position: absolute;
  left: 48px;
  bottom: 0;
  z-index: -1;
}
.sec_news .area_pickup .ttl_pickup {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}
.sec_news .area_pickup .box_post .text_item {
  padding-top: 10px;
  position: relative;
}
.sec_news .area_pickup .box_post .date {
  background-color: #fff;
  width: 60px;
  padding: 10px 0 10px;
  position: absolute;
  top: -15px;
  left: 0;
}
.sec_news .area_pickup .box_post .date span{
  display: block;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_news .area_pickup .box_post .date .month {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec_news .area_pickup .box_post .date .year {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 2px;
}
.sec_news .area_pickup .box_post .cate  {
  margin-left: 80px;
}
.sec_news .area_pickup .box_post .cate span{
  display: inline-block;
  padding: 5.5px 3px;
  line-height: 1;
  border-radius: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.sec_news .area_pickup .box_post .text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sec_news .area_news {
  -webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.sec_news .area_news .tab ul{
  margin-bottom: 24px;
  width: 100%;
  border-left: 1px solid #a9a9a9;
}
.sec_news .area_news .tab li{
  width: 99px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
  border-right: 1px solid #a9a9a9;
}
.sec_news .area_news .tab li:last-child::after{
  left: auto;
  right: 0;
}
.sec_news .area_news .tab li>*{
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 5px 5px 4px;
  height: 100%;
  border-bottom: 4px solid transparent;
}
.sec_news .area_news .tab li>*.active {
  font-weight: bold;
  border-bottom: 4px solid #ec6d74;
  opacity: 1;
}
.sec_news .area_news .articles_news{
  width: 100%;
  border-top: solid 1px #eeeeee;  
}
.sec_news .area_news .articles_news li{
  border-bottom: solid 1px #eeeeee;  
  line-height: 1.3;
}
.sec_news .area_news .articles_news li a{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  padding: 12px 11px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_news .area_news .articles_news li .date{
  width: 105px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.sec_news .area_news .articles_news li .cate{
  min-width: 80px;
}
.sec_news .area_news .articles_news li .cate span{
  display: block;
  padding: 5.5px 3px;
  line-height: 1;
  border-radius: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.sec_news .area_news .articles_news li .ttl{
  flex: 1;
  padding-left: 18px;
  font-size: 17px;
  font-size: 1.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sec_news .box_btn {
  margin-top: 54px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_news .area_news .tab li>*:hover{
    font-weight: bold;
    border-bottom: 4px solid #ec6d74;
    opacity: 1;
  }
}
@media screen and (max-width :1024px){
  .sec_news .box_contents {
    display: block;
  }
  .sec_news .area_pickup {
    margin: 0 auto 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print,screen and (max-width :768px){
  .sec_news {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .sec_news .area_ttl .ja {
    letter-spacing: 0.025em;
  }
  .sec_news .area_news{
    padding: 0;
  }
  .sec_news .area_news .jp {
    margin-top: 2px;
  }
  .sec_news .area_pickup {
    width: 100%;
    max-width: 470px;
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0 auto;
    overflow: visible;
  }
  .sec_news .area_pickup::before {
    width: 280px;
    top: 18px;
    left: 15px;
  }
  .sec_news .area_pickup::after {
    width: 125px;
    height: 88px;
    left: 170px;
    bottom: -18px;
  }
  .sec_news .area_pickup .ttl_pickup {
    text-align: left;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 11px;
    left: -6px;
  }
  .sec_news .area_pickup .box_post>* {
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .sec_news .area_pickup .box_post .thumb_item {
    width: 156px;
    -ms-flex-negative:0;
    flex-shrink:0;
  }
  .sec_news .area_pickup .box_post .text_item {
    padding-top: 15px;
    margin-left: 15px;
  }
  .sec_news .area_pickup .box_post .date {
    width: 50px;
    padding: 10px 0 10px;
    top: 0;
  }
  .sec_news .area_pickup .box_post .date .month {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_news .area_pickup .box_post .date .year {
    margin-top: 2px;
  }
  .sec_news .area_pickup .box_post .cate  {
    margin-left: 60px;
  }
  .sec_news .area_pickup .box_post .cate span {
    padding: 4px 3px 3px;
  }
  .sec_news .area_pickup .box_post .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin-top: 40px;
  }
  .sec_news .area_news .box_list {
    position: relative;
    padding-top: 82px;
  }
  .sec_news .area_news .box_list::before{
    content: "";
    display: block;
    width: 285px;
    height: 30px;
    position: absolute;
    top: 63px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/img/txt_scrollable.png) no-repeat center center;
    background-size: 100%;
  }
  .sec_news .area_news .tab{
    overflow-y: auto;
    scrollbar-color: #df6b70 #eee;
    scrollbar-width: thin;
  }
  .sec_news .area_news .tab ul{
    margin-top: 25px;
    margin-bottom: 14px;
  }
  .sec_news .area_news .tab li{
    font-size: 14px;
    font-size: 1.4rem;
    width: 74px;
  }
  .sec_news .area_news .tab li>*{
    width: 74px;
    padding: 10px 3px 9px;
    border-top: 3px solid transparent;
    border-bottom: none;
  }
  .sec_news .area_news .tab li>*.active {
    border-top: 3px solid #ec6d74;
    border-bottom: none;
  }
  .sec_news .area_news .articles_news li{
    line-height: 1.5;
  }
  .sec_news .area_news .articles_news li a{
    display: block;  
    padding: 14px 0 9px;
  }
  .sec_news .area_news .articles_news li .date{
    display: inline-block;
    width: 88px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_news .area_news .articles_news li .cate{
    display: inline-block;
    min-width: 60px;
  }
  .sec_news .area_news .articles_news li .cate span{
    padding: 4px 6px 3px;
  }
  .sec_news .area_news .articles_news li .ttl{
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .sec_news .box_btn {
    margin-top: 30px;
  }
  .sec_news .box_btn .cmn_btn {
    padding: 13px 30px;
  }
}
/* ===============================================
# 学部
=============================================== */
.sec_dept {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}
.sec_dept::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1720px;
  height: 100%;
  background: -moz-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  background: -webkit-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  background: -ms-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(760px);
  transform: translateX(760px);
  z-index: -1;
}
.sec_dept .inner {
  width: 92%;
  max-width: 1680px;
}
.sec_dept .ttl_dept {
  margin-bottom: 41px;
}
.sec_dept .area_lead {
  position: relative;
  padding-top: 98px;
  padding-bottom: 78px;
  z-index: 1;
  background-color: rgb(14, 14, 14);
}
.sec_dept .area_lead::before {
  /* content: ""; */
  width: 100vw;
  min-height: 110%;
  padding-top: 33.85vw;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  box-sizing: border-box;
  opacity: 0.15;
}
.sec_dept .area_lead::after {
  content: "";
  width: 100vw;
  min-height: 110%;
  padding-top: 33.85vw;
  background: url(/img/bg_dept_dept.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
  box-sizing: border-box;
}
.sec_dept .area_lead .ttl_lead {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 24px;
}
.sec_dept .area_lead .img_lead {
  text-align: center;
  margin-bottom: 28px;
}
.sec_dept .area_lead .img_lead img {
  width: 608px;
}
.sec_dept .link_lead {
  width: 308px;
  opacity: 0.7;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 17px 50px 16px;
}
.sec_dept .link_lead span::after {
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: contain;
}
.sec_dept .links_dept {
  box-shadow: 0px 0px 25px 5px rgba(220, 220, 220, 0.5);
  position: relative;
  z-index: 2;
}
.sec_dept .links_dept>li {
  width: 25%;
  background-color: #fff;
}
.sec_dept .links_dept .thumb_link img {
  width: 100%;
}
.sec_dept .links_dept .ttl_link {
  text-align: center;
  color: #000;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center right 28px;
  background-size: 19px;
  padding: 18px 50px 17px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec_dept .area_pickup {
  padding-top: 53px;
  padding-bottom: 87px;
}
.sec_dept .ttl_pickup {
  margin-bottom: 50px;
}
.sec_dept .links_pickup {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec_dept .links_pickup>li {
  width: 16.7%;
  padding-top: 16.7%;
  margin-right: 4.125%;
  position: relative;
}
.sec_dept .links_pickup>li:last-child {
  margin-right: 0;
}
.sec_dept .links_pickup>li>a {
  background-color: #fff;
  padding-top: 30px;
  box-shadow: 0px 0px 25px 5px rgba(220, 220, 220, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_dept .links_pickup>li>a::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #666;
  background: url(/common/img/ico_arrow_w.svg) no-repeat center center,#666;
  background-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec_dept .links_pickup .ttl_link {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.sec_dept .links_pickup .icon_link {
  height: 75px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media print,screen and (max-width :1366px){
  .sec_dept::after {
    right: 45px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_dept .links_dept .ttl_link {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: clamp(1.6rem, 1.55vw ,2.2rem);
    padding: 18px 30px 17px;
    background: url(/common/img/ico_arrow_g.svg) no-repeat center right 11px;
    background-size: 19px;
  }
}
@media print,screen and (max-width :1024px){
  .sec_dept .links_dept {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .sec_dept .links_dept>li {
    width: 50%;
  }
  .sec_dept .links_pickup {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .sec_dept .links_pickup>li {
    padding-top: 0;
    width: 33.33%;
    width: calc(100% / 3);
    margin-right: 0;
    border-right: 1px solid transparent;
  }
  .sec_dept .links_pickup>li>a {
    position: relative;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
    box-shadow: none;
  }
  .sec_dept .links_pickup>li:nth-child(n+4) {
    margin-top: 1px;
  }
  .sec_dept .links_pickup .ttl_link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print,screen and (max-width :768px){
  .sec_dept {
    padding-top: 30px;
  } 
  .sec_dept::after {
    width: 90.7%;
    left: 0;
    right: auto;
  }
  .sec_dept .inner {
    width: 100%;
  }
  .sec_dept .ttl_dept {
    margin-bottom: 25px;
  }
  .sec_dept .area_lead {
    padding-top: 42px;
    padding-bottom: 28px;
  }
  .sec_dept .area_lead::after {
    min-height: 100%;
    padding-top: 97.3vw;
  }
  .sec_dept .area_lead .ttl_lead {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 24px;
  }
  .sec_dept .area_lead .img_lead {
    margin-bottom: 30px;
  }
  .sec_dept .area_lead .img_lead img {
    width: 92%;
    max-width: 315px;
  }
  .sec_dept .link_lead {
    width: 225px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 14px 30px 12px;
  }
  .sec_dept .links_dept>li>* {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .sec_dept .links_dept .ttl_link {
    background: url(/common/img/ico_arrow_g.svg) no-repeat center right 9px;
    background-size: 12px;
    padding: 14px 25px 13px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
  }
  .sec_dept .area_pickup {
    padding-top: 35px;
    padding-bottom: 50px;
    background: -moz-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
    background: -webkit-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
    background: -ms-linear-gradient( 0deg, rgba(243,211,218,0.7) 0%, rgba(243,234,211,0.7) 25%, rgba(211,228,243,0.7) 62%, rgba(214,246,237,0.7) 100%);
  }
  .sec_dept .ttl_pickup {
    margin-bottom: 15px;
  }
  .sec_dept .links_pickup {
    width: 100%;
    max-width: auto;
    padding: 0 2.65%;
  }
  .sec_dept .links_pickup>li>a {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 24px;
  }
  .sec_dept .links_pickup>li>a::after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(/common/img/ico_arrow_w.svg) no-repeat center center,#666;
    background-size: 11px;
  }
  .sec_dept .links_pickup .ttl_link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin-bottom: 5px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec_dept .links_pickup .icon_link {
    height: 40px;
  }
  .sec_dept .links_pickup .icon_link img {
    width: auto;
    height: 100%;
  }
  .android .sec_dept .links_dept {
    display: block;
  }
  .android .sec_dept .links_dept>li {
    width: 100%;
  }
  .android .sec_dept .links_pickup {
    display: block;
  }
  .android .sec_dept .links_pickup>li {
    width: 100%;
    border-right: none
  }
  .android .links_pickup>li:nth-child(n+2) {
    margin-top: 1px;
  }
}
/* ===============================================
# 教育?研究拠点
=============================================== */
.sec_center {
  padding-top: 116px;
  padding-bottom: 100px;
}
.sec_center .inner {
  width: 92%;
  max-width: 1680px;
}
.sec_center .ttl_center {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 260px;
}
.sec_center .ttl_center::after {
  content: "";
  width: 100vw;
  min-height: 100%;
  padding-top: 26.04vw;
  background: url(/img/bg_center.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  box-sizing: border-box;
}
.sec_center .ttl_center .en {
  font-size: 98px;
  font-size: 9.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.sec_center .ttl_center .ja {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.sec_center .ttl_center .lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
  font-weight: bold;
}
.sec_center .links_center {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  filter: drop-shadow(0 0 25px rgba(220, 220, 220, 0.8));
}
.sec_center .links_center>li {
  width: 33.3%;
}
.sec_center .links_center>li>* {
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec_center .links_center .thumb img {
  width: 100%;
}
.sec_center .links_center .body_link {
  background-color: #fff;
  border-right: #dcdcdc 1px solid;
  padding-top: 35px;
  padding-bottom: 29px;
  -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.sec_center .links_center>li:nth-child(3n) .body_link,
.sec_center .links_center>li:last-child .body_link{
  border-right: none;
}
.sec_center .links_center .body_link .ttl {
  text-align: center;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center right 30px;
  background-size: 19px;
  padding: 0 55px;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
}
.sec_center .links_center .body_link .ttl img {
  width: 15px;
  margin-left: 10px;
  vertical-align: baseline;
}
.sec_center .links_center .body_link .txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.56;
  color: #333333;
  margin-top: 14px;
}

@media print,screen and (max-width :1366px){
  .sec_center .links_center .body_link .ttl {
    background: url(/common/img/ico_arrow_g.svg) no-repeat center right 10px;
    background-size: 19px;
    padding: 0 35px;
    font-size: 16px;
    font-size: clamp(1.6rem,1.46vw,2.0rem);

  }
  .sec_center .links_center .body_link .txt {
    font-size: 13px;
    font-size: clamp(1.3rem,1.17vw,1.6rem);
  }
}
@media print,screen and (max-width :1024px){
  .sec_center .links_center>li {
    width: 50%;
  }
  .sec_center .links_center .body_link .ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_center .links_center .body_link .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_center .links_center>li:nth-child(3n) .body_link {
    border-right: #dcdcdc 1px solid;
  }
  .sec_center .links_center>li:nth-child(2n) .body_link {
    border-right: none;
  }
}
@media print,screen and (max-width :768px){
  .sec_center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec_center .inner {
    width: 100%;
  }
  .sec_center .ttl_center {
    padding-bottom: 42px;
  }
  .sec_center .ttl_center::after {
    padding-top: 57.3vw;
    top: 32px;
  }
  .sec_center .ttl_center .en {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .sec_center .ttl_center .ja {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .sec_center .ttl_center .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 22px;
  }
  .sec_center .links_center>li {
    width: 100%;
  }
  .sec_center .links_center>li:nth-child(n+2) {
    border-top: #dcdcdc 1px solid;
  }
  .sec_center .links_center>li>* {
    display: block;
    position: relative;
  }
  .sec_center .links_center .thumb {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec_center .links_center .body_link {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec_center .links_center>li .body_link:last-child {
    border-bottom: none;
  }
  .sec_center .links_center .body_link .ttl {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.31;
    height: 93px;
    padding: 0 30px 0 165px;
    background: url(/common/img/ico_arrow_g.svg) no-repeat center right 10px;
    background-size: 12px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec_center .links_center .body_link .ttl img {
    width: 12px;
    margin-left: 7px;
    vertical-align: baseline;
  }
  .sec_center .links_center .body_link .txt {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    padding: 16px 10px 14px;
  }
}
/* ===============================================
# バナー
=============================================== */
.sec_bigbnrlink .link_3minite {
  margin-bottom: 100px;
}
.sec_bigbnrlink .link_3minite .link {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media print,screen and (max-width :768px){
  .sec_bigbnrlink .link_3minite {
    margin-bottom: 50px;
  }
  .sec_bigbnrlink .link_3minite .link {
    width: 84%;
  }
}
/* ===============================================
# insta
=============================================== */
.sec_insta {
  padding-top: 60px;
  margin-bottom: 120px;
}
.sec_insta .inner {
  width: 98%;
  max-width: 1920px;
  margin-right: 0;
  padding-left: 50px;
}
.sec_insta .ttl_insta {
  font-size: 24px;
  font-size: 2.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_insta .slider {
  overflow: hidden;
  padding-bottom: 96px;
}
.sec_insta .slider .navigation {
  bottom: 15px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec_insta .articles_insta>li {
  width: 200px;
}
.sec_insta .articles_insta>li>* {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.sec_insta .articles_insta>li>* img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_insta .box_link {
  position: relative;
}
.sec_insta .box_link .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 308px;
  border: none;
  box-shadow: 0px 0px 25px 5px rgba(220, 220, 220, 0.5);
}
.sec_insta .box_link .btn span::after {
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: contain;
}
@media print,screen and (max-width :768px){
  .sec_insta {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .sec_insta .inner {
    width: 100%;
  }
  .sec_insta .slider {
    padding-bottom: 23px;
  }
  .sec_insta .ttl_insta {
    font-size: 18px;
    font-size: 1.8rem;
    left: 5px;
  }
  .sec_insta .articles_insta {
    margin-bottom: 25px;
  }
  .sec_insta .articles_insta>li {
    width: 36.9%;
  }
  .sec_insta .slider .navigation {
    bottom: 0;
  }
  .sec_insta .box_link {
    position: relative;
  }
  .sec_insta .box_link .btn {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 225px;
    padding: 14px 30px;
  }
  .sec_insta .box_link .btn span::after {
    background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
    background-size: contain;
  }
  .sec_insta .box_link .btn span::after {
    background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
    background-size: contain;
  }
}
/* ===============================================
# sec_bnr　フッターバナー
=============================================== */
.sec_bnr .area_bnr_pickup {
  margin-bottom: 80px;
}
.sec_bnr .area_bnr_pickup .inner {
  max-width: 1680px;
}
.sec_bnr .area_bnr_pickup .bnrs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_bnr .area_bnr_pickup .bnrs>li {
  width: 24.1%;
  margin-right: 1.2%;
}
.sec_bnr .area_bnr_pickup .bnrs>li:nth-child(4n) {
  margin-right: 0;
}
.sec_bnr .area_bnr_pickup .bnrs>li:nth-child(n+5) {
  margin-top: 15px;
}
.sec_bnr .area_bnr_pickup .navigation {
  display: none;
}
.sec_bnr .area_bnr_relate {
  padding: 40px 0 22px;
  background-color: #f0eee6;
}
.sec_bnr .area_bnr_relate .slider {
  overflow: hidden;
}
.sec_bnr .area_bnr_relate .bnrs>li {
  width: 315px;
  background-color: #fff;
}
.sec_bnr .area_bnr_ad{
  padding: 21px 0;
  background-color: #f5f5f5;
}
.sec_bnr .area_bnr_ad ul{
  max-width: 1310px;
}
.sec_bnr .area_bnr_ad ul li{
  margin: 0 7px;
}

@media print,screen and (max-width :1024px){
  .sec_bnr .area_bnr_pickup .bnrs {
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  }
  .sec_bnr .area_bnr_pickup .bnrs>li {
    width: 390px;
    margin-right: 0;
  }
  .sec_bnr .area_bnr_pickup .bnrs>li:nth-child(n+5) {
    margin-top: 0;
  }
  .sec_bnr .area_bnr_pickup .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_bnr .navigation .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #c7c7c7;
  }
}
@media print,screen and (max-width :768px){
  .sec_bnr .area_bnr_pickup {
    margin-bottom: 23px;
  }
  .sec_bnr .area_bnr_pickup .bnrs>li {
    width: 53.3%;
  }
  .sec_bnr .area_bnr_relate {
    padding: 20px 0 20px;
  }
  .sec_bnr .area_bnr_relate .bnrs>li {
    width: 46.7%;
  }
  .sec_bnr .area_bnr_ad{
    padding: 10px 0;
  }
  .sec_bnr .area_bnr_ad ul {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .sec_bnr .area_bnr_ad ul li{
    margin: 0;
    width: 32.4%;
    margin-left: 1.4%;
  }
  .sec_bnr .area_bnr_ad li:nth-child(n+3){
    margin-top: 0;
  }
  .sec_bnr .area_bnr_ad li:nth-child(n+4){
    margin-top: 5px;
  }
  .sec_bnr .area_bnr_ad li:nth-child(2n+1){
    margin-left: 1.4%;
  }
  .sec_bnr .area_bnr_ad li:nth-child(3n+1){
    margin-left: 0;
  }
}