@charset "utf-8";
/* CSS Document */

/*==========================
共通
==========================*/
.row{
  gap: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  main section{
    padding: 100px 0; 
  }
}
@media (max-width: 767px) {
  main section{
    padding: 60px 0; 
  }
}

/*タイトル
==========================*/
.section_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}
.section_head h2{
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  }
.section_head span{
  color: #006c54;
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
}
@media(min-width: 768px) {
  .section_head h2{
    font-size: 54px;
  }
  .section_head span{
    font-size: 18px;
  }
}
@media(max-width: 767px) {
  .section_head h2{
    font-size: 23px;
  }
  .section_head span{
    font-size: 10px;
  }

}
/*バナー
==========================*/
.bnr_area{
  margin-left: auto;
  margin-right: auto;
}
.bnr_area a img{
  transition: .5s;
}
.bnr_area a:hover img{
  opacity: .6;
}
@media(min-width: 768px) {
  .bnr_area{
    max-width: 870px;
  }
}
@media(max-width: 767px) {
  .bnr_area{
    max-width: 300px;
  }
}
/*==========================
MV
==========================*/
#top_mv{
  border-bottom: #e3e3e3 1px solid;
}
@media(min-width: 768px) {
  #top_mv{
    margin-top: 80px;
  }
}
@media(max-width: 767px) {
  #top_mv{
    margin-top: 60px;
  }
}
#top_mv {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
}
#top_mv .container {
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top_mv .top_bnr {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top_mv .top_bnr img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#top_mv .container .top_bnr:hover img {
	opacity: .85;
}
@media(min-width:1226px) {
}
@media(min-width:768px) {
	#top_mv .top_bnr {
		width: 300px;
		height: 150px;
		overflow: hidden;
	}
}
@media(max-width:767px) {
	#top_mv .top_bnr {
		width: 180px;
		height: 90px;
		overflow: hidden;
	}
}
#mvWrap {
	overflow: hidden;
}
@media(min-width:768px) {
	#mvWrap {
		height: 690px;
	}
}
@media(max-width:767px) {
	#mvWrap {
		height: 400px;
	}
}
#mvWrap img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
@media (min-width:1374px){
	#mvWrap img {
		object-position: center -110px;
	}
}
#ytPlayerWrap {
	width: 100%;
	aspect-ratio: 16/9;
	margin: 0 auto;
	max-height: calc(100vh - 80px);
}
#ytPlayerWrap::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#ytPlayer {
	width: 100%;
	height: 100%;
}
#iframe_ytPlayer {
	position: absolute!important;
	top: auto!important;
	bottom: 0!important;
	left: 50%!important;
	transform: translate(-50%,0)!important;
	width: 100%!important;
	height: auto!important;
	aspect-ratio:16/9!important;
	margin: 0!important;
}
#ytPlayerWrap ~ .container {
	margin-top: -32px;
}


/*==========================
重要なお知らせ
==========================*/
#important_area {
  padding-bottom: 0;
  header {
    background-color: #006c54;
    h2 {
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 0;
      line-height: 30px;
    }
  }
  .important{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .ia_list {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    li {
      padding: 0.75rem 0;
      gap: 0.5rem 1rem;
      @media(max-width: 767px) {
        flex-wrap: wrap;
      }
      &:not(:last-of-type) {
        border-bottom: 1px solid #e3e3e3;
      }
      .time_disp {
        flex-shrink: 1;
      }
      .tag_disp {
        flex-shrink: 1;
        span {
          color: #fff;
          padding: 0 2px;
          width: 110px;
          text-align: center;
          display: inline-block;
          border-radius: 2px;
        }
      }
      .title_disp {
        flex-shrink: 2;
        a{
          text-decoration: none;
        }
        a:hover{
          text-decoration: underline;
          
        }
      }
    }
  }
}

/*==========================
スライダー
==========================*/
#info_slider{
  margin-top: 80px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#info_slider .swiper-container{
  padding-bottom: 40px;
}
#info_slider .swiper-wrapper .swiper-slide{
  overflow: hidden;
  background-color: #bbb;
}
#info_slider .swiper-wrapper .swiper-slide a:hover img{
  opacity: .9;
}
#info_slider .swiper-slide:not(.swiper-slide-active) a{
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}
#info_slider .swiper-container-horizontal>.swiper-pagination-bullets,
#info_slider .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
#info_slider .swiper-pagination-bullet{
  border: #969696 1px solid;
  background-color: #fff;
  opacity: 1;
}
#info_slider .swiper-pagination-bullet-active{
  background-color: #006c54;
  border: #006c54 1px solid;
}
#info_slider .swiper-button-prev,
#info_slider .swiper-button-next{
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
#info_slider .swiper-button-prev::after,
#info_slider .swiper-button-next::after{
  font-size: 12px;
}
#info_slider .swiper-button-prev:hover,
#info_slider .swiper-button-next:hover{
  background-color: #006c54;
}


@media (min-width: 992px) {
  #info_slider .swiper-wrapper .swiper-slide{
    width: 870px !important;
    height: 200px !important;
    overflow: hidden;
  }
  #info_slider .swiper-button-prev{
    margin-left: calc(50% - 500px);
  }
  #info_slider .swiper-button-next{
    margin-right: calc(50% - 500px);
  }
}
@media (min-width: 768px) and (max-width: 991px){
  #info_slider .swiper-wrapper .swiper-slide{
    width: 70%;
    aspect-ratio: 870 / 200;
  }
  #info_slider .swiper-button-prev{
    margin-left: calc(50% - 43%);
  }
  #info_slider .swiper-button-next{
    margin-right: calc(50% - 43%);
  }
}
@media (min-width: 768px) {
  #info_slider .swiper-wrapper .swiper-slide .slide_sp{
    display: none;
  }
  #info_slider .swiper-button-prev,
  #info_slider .swiper-button-next{
    width: 40px;
    height: 40px;
    margin-top: -40px;
  }
  #info_slider .swiper-wrapper .swiper-slide .slide_pc{
    width: 100%;
    height: 100%;
  }
  #info_slider .swiper-wrapper .swiper-slide .slide_pc img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #info_slider .swiper-wrapper .swiper-slide{
    width: 75%;
    aspect-ratio: 2 / 1;
  }
  #info_slider .swiper-wrapper .swiper-slide .slide_sp{
    width: 100%;
    height: 100%;
  }
  #info_slider .swiper-wrapper .swiper-slide .slide_sp img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  #info_slider .swiper-wrapper .swiper-slide .slide_pc{
    display: none;
  }
  #info_slider .swiper-button-prev,
  #info_slider .swiper-button-next{
    width: 28px;
    height: 28px;
    margin-top: -32px;
  }
  #info_slider .swiper-button-prev{
    margin-left: calc(50% - 50%);
  }
  #info_slider .swiper-button-next{
    margin-right: calc(50% - 50%);
  }

}

/*==========================
ピックアップ
==========================*/
#bg_pickup{
  background-image: url("../img/top/bg_pickup.png");
  background-position: top center;
}
@media (min-width: 768px) {
  #bg_pickup{
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  #bg_pickup{
    background-size: auto 110%;
  }
}

/*扉
==========================*/
.pickup_link{
  display: block;
}
.pickup_item{
  position: relative;
  width: 100%;
  aspect-ratio: 270 / 347;
  overflow: hidden;
}
.pickup_item h3{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border-top-left-radius: 10px;
  padding: .75rem;
  margin-bottom: 0;
  z-index: 1;
}
.pickup_photo .mask{
  -webkit-clip-path: url(#architect_job);
  clip-path: url(#architect_job);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 4;
}
.pickup_photo .mask img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.img-cover { object-fit: cover; }
#pickup_area{
  padding-bottom: 0;
}
#pickup_area .shape{
  height:0;
}
.pickup_box .item_mask-left {
  width: 50%;
  height: 100%;
  background-color: rgba(12, 167, 188, .8);
  position: absolute;
  top: 0;
  left: -50%;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.5s ease;
}
.pickup_box .item_mask-right {
  width: 50%;
  height: 100%;
  background-color: rgba(12, 167, 188, .8);
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}
.pickup_box .item_mask-text {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  padding: 1rem;
  font-size: .8rem;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0;
}
.pickup_box .item_mask-text .hover_ttl{
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  @media (max-width: 1199px){
    font-size: 1rem;
  }
  @media (max-width: 767px){
    font-size: 0.75rem;
  }
}
.pickup_box .item_mask-text p{
  @media (max-width: 1199px){
    font-size: 0.625rem;
  }
}
.pickup_box .item_mask-text .hover_ttl::before{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.pickup_box .item_mask-text .item_arrow{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pickup_box .item_mask-text .item_arrow::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .pickup_box .pickup_link:hover .pickup_item h3{
    opacity: 0;
  }
  .pickup_box .pickup_link:hover .item_mask {
    opacity: 1;
  }
  .pickup_box .pickup_link:hover .item_mask-left {
    left: 0;
    opacity: 1;
  }
  .pickup_box .pickup_link:hover .item_mask-right {
    left: 50%;
  }
  .pickup_box .pickup_link:hover .item_mask-text {
    transition: opacity 0.4s step-end;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .pickup_item h3{
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pickup_item h3{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pickup_item h3{
    font-size: 10px;
  }
}


/*==========================
ニュース
==========================*/
#news_area .container{
  position: relative;
}
#news_area .btn_readme{
  margin-top: 40px;
}
#news_area .tab_bg{
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  margin-bottom: 2rem;
  line-height: 1;
}
#news_area .nav-tabs{
  border: none;
  line-height: 1.2;
  align-items: center;
}
.nav-tabs .nav-item .nav-link{
  border-radius: 14px;
  padding: 5px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link:hover{
  color: #fff;
  background-color: #00a69a;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
  color: #fff;
  background-color: #006c54;
  border: none;
}
.post_box{
  margin-bottom: 1.5rem;
}
.post_photo{
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 3 / 2;
  display: block;
  text-decoration: none;
  display: block;
}


@media (hover: hover) {
  .post_photo:hover img{
    scale: 1.05;
  }
}
.post_photo img{
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: scale .3s ease;
}
.post_category{
  line-height: 1;
  border-bottom: #000 1px solid;
}
.post_category .date{
  font-weight: bold;
}
.post_category ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.post_category ul li{
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
}
.post_category ul li:not(:last-child){
  margin-right: 5px;
}
.post_category ul li.univ{
  background-color: #56c117;
  border-color: #56c117;
}
.post_category ul li.press{
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.post_link{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 768px) {
  #news_area .tab_bg{
    position: absolute;
    top: 0;
    right: .75rem;
    padding: 10px 6px;
  }
  .nav-tabs .nav-item{
    width: 130px;
    font-size: .95rem;
    padding: 0 4px;
  }
  .post_category{
    font-size: 14px;
    margin: 1rem 0; 
  }
  .post_category .date{
    margin-right: 10px;
  }
  .post_category ul{
    margin-top: .75rem;
  }
  .post_category ul li{
    min-width: 80px;
    padding: 5px 10px;
    margin-bottom: 1rem;
  }
  .post_link{
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #news_area .tab_bg{
    padding: 5px 3px;
    width: 200px;
  }
  .nav-tabs .nav-item{
    width: 50%;
    font-size: .7rem;
    display: inline-block;
    padding: 0 2px;
  }
  .post_category{
    font-size: 11px;
    margin: .75rem 0 .5rem;
  }
  .post_category ul{
    margin-top: .5rem;
  }
  .post_category ul li{
    padding: 4px 8px;
    margin-bottom: .5rem;
  }
  .post_link{
    font-size: 12px;
  }
}

/*NEWSのPICKUP*/
@media (min-width: 768px) {
  .news_picup .post_category{
    font-size: 17px;
  }
  .news_picup .post_link{
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .news_picup .post_category{
    font-size: 14px;
  }
  .news_picup .post_link{
    font-size: 16px;
  }
}
.post_category .univ{ background-color: #72aa56; border-color: #72aa56;}
.post_category .foreign{ background-color: #e95383; border-color: #e95383;}
.post_category .human{ background-color: #b16633; border-color: #b16633;}
.post_category .business{ background-color: #009360; border-color: #009360;}
.post_category .graduate{ background-color: #4653a2; border-color: #4653a2;}
.post_category .health{ background-color: #006cb7; border-color: #006cb7;}
.post_category .ds{ background-color: #9a489a; border-color: #9a489a;}
.post_category .corporation{ background-color: #00658b; border-color: #00658b;}
.post_category .career{ background-color: #A71658; border-color: #A71658;}
.post_category .learning{ background-color: #72AA56; border-color: #72AA56;}
.post_category .library{ background-color: #72AA56; border-color: #72AA56;}
.post_category .international{ background-color: #72AA56; border-color: #72AA56;}
.post_category .it{ background-color: #72AA56; border-color: #72AA56;}
.post_category .teaching{ background-color: #72AA56; border-color: #72AA56;}
.post_category .multidiscipline{ background-color: #72AA56; border-color: #72AA56;}
.post_category .clec{ background-color: #72AA56; border-color: #72AA56;}
.post_category .blec{ background-color: #72AA56; border-color: #72AA56;}
.post_category .cm{ background-color: #72AA56; border-color: #72AA56;}
.post_category .design{ background-color: #72AA56; border-color: #72AA56;}
.post_category .councel{ background-color: #72AA56; border-color: #72AA56;}
.post_category .sports{ background-color: #72AA56; border-color: #72AA56;}
.post_category .machi-labo{ background-color: #72AA56; border-color: #72AA56;}
.post_category .flat{ background-color: #72AA56; border-color: #72AA56;}
.post_category .bics{ background-color: #72AA56; border-color: #72AA56;}
.post_category .hot{ background-color: #72AA56; border-color: #72AA56;}
.post_category .gci{ background-color: #006c54; border-color: #006c54;}
.post_category .general{ background-color: #8c3232; border-color: #8c3232;}
.post_category .company{ background-color: #8c3232; border-color: #8c3232;}
.post_category .parents{ background-color: #8c3232; border-color: #8c3232;}
.post_category .alumni{ background-color: #8c3232; border-color: #8c3232;}
.post_category .students{ background-color: #87c13f; border-color: #87c13f;}
/*==========================
学部・学科
==========================*/
.fucultybox{
  color: #000;
  display: block;
  text-decoration: none;
}
.fuculty_photo{
  position: relative;
  overflow: hidden;
  aspect-ratio: 11 / 7;
}
.fuculty_photo img{
  transition: .5s;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.fuculty_link{
  position: relative;
}
.fuculty_link::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  z-index: 1;
}
.fuculty_link h3{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top-right-radius: 10px;
  z-index: 2;
  font-weight: bold;
  margin-bottom: 0;
}
.fuculty_link h3 span{
  font-weight: normal;
  display: block;
}
.fuculty_link h3::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 10px;
  background-image: url("../img/top/faculty_ttl.png");
}

@media (hover: hover) {
  .fuculty_photo:hover img{
    transform:scale(1.05);
  }
}

/*外国語学部*/
.fucultybox.foreign:hover{
  color: #e95383;
}
.fucultybox.foreign .fuculty_link::before{
  background-color: #e95383;
}
/*経営学部*/
.fucultybox.business:hover{
  color: #009360;
}
.fucultybox.business .fuculty_link::before{
  background-color: #009360;
}
/*人間学部*/
.fucultybox.human:hover{
  color: #B36320;
}
.fucultybox.human .fuculty_link::before{
  background-color: #B36320;
}
/*保健医療技術学部*/
.fucultybox.health:hover{
  color: #006cb7;
}
.fucultybox.health .fuculty_link::before{
  background-color: #006cb7;
}
/*ヒューマン・データサイエンス学部*/
.fucultybox.ds:hover{
  color: #9a489a;
}
.fucultybox.ds .fuculty_link::before{
  background-color: #9a489a;
}
/*大学院*/
.fucultybox.graduate:hover{
  color: #4653a2;
}
.fucultybox.graduate .fuculty_link::before{
  background-color: #4653a2;
}
@media (min-width: 1200px) {
  .fuculty_link h3{
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .fuculty_link h3{
    padding: 1rem 1rem 1rem 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  .fuculty_link h3{
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .fucultybox{
    margin-bottom: 50px;
  }
  .fuculty_link h3{
    width: 66.5%;
  }
  .fuculty_link h3 span{
    font-size: 16px;
    margin-bottom: .5rem;
  }
}
@media (max-width: 991px) {
  .fuculty_link h3{
    padding: .75rem .5rem 0 0;
  }
}

@media (max-width: 767px) {
  .fucultybox{
    margin-bottom: 20px;
  }
  .fuculty_link h3{
    width: 78%;
    font-size: 14px;
  }
  .fuculty_link h3 span{
    font-size: 11px;
    margin-bottom: .25rem;
  }
}

/*GCIバナー
==========================*/
#fuculty_area .bnr_area{
  margin-top: 50px;
}

/*==========================
おすすめ動画
==========================*/
#movie_area{
  position: relative;
  background-image: url("../img/top/movie_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#movie_area::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 100, 134, .45);
}
#movie_area .container{
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #movie_area{
    background-position: center bottom 30%;
  }
}
@media (max-width: 767px) {
  #movie_area{
    background-position: left 38% bottom;
  }
}
#movie_area .section_head h2,
#movie_area .section_head span{ 
  color: #fff;
}
#movie_slider{
  margin-left: -.75rem;
  margin-right: -.75rem;
}
#movie_slider .swiper-slide a::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s;
}
#movie_slider .swiper-slide a:hover::before{
  background-color: rgba(0, 0, 0, .2);
}
#movie_slider .mov_photo{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
#movie_slider .mov_photo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#movie_slider svg{
  position: absolute;
  left: 10px;
  bottom: 0;
  fill: #fff;
}
@media (max-width: 767px) {
  #movie_slider .swiper-slide{
    width: 80%;
  }
}

/*YouTubeリンク
==========================*/
.youtube_channel{
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.youtube_channel li{
  width: 100%;
}
.youtube_channel li:not(:last-child){
  margin-right: 20px;
}
.youtube_channel li .btn{
  position: relative;
  background-color: #fff;
  border-radius: 0;
  font-weight: bold;
  display: block;
  border: none;
}
.youtube_channel li .btn svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  fill: #ff0000;
}
@media (min-width: 768px) {
  .youtube_channel{
    display: flex;
    justify-content: center;
  }
  .youtube_channel li{
    max-width: 325px;
  }
  .youtube_channel li .btn{
    padding: 20px 10px 20px 60px;
  }
  .youtube_channel li .btn svg{
    left: 20px;
  }
}
@media (max-width: 767px) {
  .youtube_channel{
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .youtube_channel li:not(:last-child){
    margin-bottom: .5rem;
  }
  .youtube_channel li .btn{
    font-size: 12px;
    padding: 15px 10px 15px 45px;
  }
  .youtube_channel li .btn svg{
    left: 12px;
    width: 26px;
    height: 26px;
  }
}

/*==========================
文京大学について
==========================*/
#bunkyo_area{
  background-color: #eaf4ee;
  padding: 50px 0 40px;
}
#bunkyo_area p:last-child{
  margin-bottom: 0;
}
