@charset "utf-8";
.movie_title {
  font-size: 1.4rem;
  padding: 10px 0;
  font-weight: bold;
}
.sp-only {
  display: none !important;
}
html {
  font-size: 62.5%;
}
.isotope .item {
  transition-duration: 0.2s;
}
/* == header ============================================== */
.header {
  width: 100%;
  min-width: 1100px;
  background: url(../img/top/img_03.png) top no-repeat;
  background-size: 100%;
  background-color: #ffffff;
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.header_inner {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  height: 120px;
  position: relative;
}
.header_logo {
  width: 80px;
  float: left;
  padding: 25px 0 0 0;
}
.header_title {
  width: 260px;
  bottom: 40px;
  left: 110px;
  position: absolute;
}
.header_title a {
  transition: .5s;
}
.header_title a:hover {
  opacity: .7;
}
.header_logo a {
  transition: .5s;
}
.header_logo a:hover {
  opacity: .8;
}
.header .nav_button {
  bottom: 0;
  right: 0;
  width: 35px;
  position: relative;
  cursor: pointer;
  height: 50px;
  float: right;
  margin: 44px 0 0;
}
.header .nav_menu {
  color: #912823;
  font-size: 1.1rem;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
/* == メニュー ============================================== */
.header .open_menu {
  position: fixed;
  top: 100px;
  height: 100vh;
  color: #fff;
}
.header .open_menu_title, .header .message_movie, .header .campus_title {
  color: #fff;
}
.header .open_menu_title {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: left;
}
.header .nav_block_list li {
  color: #fff;
}
body.show {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
}
body.show .main_img {
  opacity: .2;
}
.open_menu_title span {
  display: inline-block;
  padding: 0 0 0 20px;
}
.header .nav_block_list li a:hover {
  border-bottom: 2px solid #fff;
  transition: .3s;
}
#open_menu {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
.show #open_menu {
  visibility: visible;
  opacity: 1;
}
.show .nav_button {
  z-index: 10000;
}
.show .header .nav_button span {
  background-color: #fff;
}
.show .header .nav_menu {
  color: #fff;
  transition: .3s;
}
#nav_btn span {
  height: 2px;
  width: 35px;
  left: 0;
  display: block;
  background: #142D82;
  position: absolute;
  transition: transform .3s ease-in-out, top .5s ease;
}
#nav_btn span:nth-child(1) {
  top: 0;
}
#nav_btn span:nth-child(2) {
  top: 12px;
}
#nav_btn span:nth-child(3) {
  top: 25px;
}
.show #nav_btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
  transition: .3s;
  background-color: #fff;
}
.show #nav_btn span:nth-of-type(2) {
  opacity: 0;
  transition: .3s;
}
.show #nav_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  transition: .3s;
  background-color: #fff;
}
/* == main_visual ============================================== */
.from_president {
  display: block;
  width: 1100px;
  text-align: center;
  margin: 75px auto;
  transition: .3s;
}
.from_president:hover {
  opacity: .7;
  transition: .3s;
}
.main_img {
  min-width: 1100px;
  margin: 0 auto;
  background-image: url(../img/top/img_09.png);
  height: 800px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main_map_pc {
  width: 1100px;
  margin: 10px auto 150px;
}
.main_map_pc {
  position: relative;
  z-index: 10;
}
.area_01, .area_02, .area_03, .area_04 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  /* z-index: 0; */
}
.area_01.on_hover, .area_02.on_hover, .area_03.on_hover, .area_04.on_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 0;
}
/* == program ============================================== */
.program_inner {
  width: 1100px;
  margin: 0 auto;
}
.program {
  background-color: #FBF5E8;
  position: relative;
  min-width: 1100px;
  padding: 0 0 75px;
}
.program .section_title {
  font-size: 3.8rem;
  color: #142D82;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -35px;
  width: 1100px;
}
.program .section_sub_title {
  color: #912823;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 0;
}
.program .contents_title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #142D82;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 50px 0 0px;
  position: relative;
}
.program .contents_sub_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5A96E1;
  text-align: center;
  margin: 0 0 60px;
}
.program .contents_box {
  overflow: hidden;
}
.program .contents_box li {
  width: 530px;
  float: left;
  margin: 40px 0 0;
  position: relative;
}
.program .contents_box li {
  transition: .3s;
  cursor: pointer;
}
.program .contents_box li:hover {
  transition: .3s;
  opacity: .7;
}
.program .contents_box li:nth-child(even) {
  margin: 40px 0 0 40px;
}
.program .contents_box li:nth-child(1), .program .contents_box li:nth-child(2) {
  margin: 0;
}
.program .contents_box li:nth-child(2) {
  margin: 0 0 0 40px;
}
.program .popup {
  width: 1000px;
  height: 80%;
  background-color: rgba(255, 255, 255, 1);
  top: 12%;
  left: 50%;
  position: fixed;
  overflow-y: scroll;
  transform: translateX(-50%);
  display: none;
  /* z-index: 10; */
}
.program .popup .popup_list {
  width: 860px;
  margin: 0 auto;
  padding: 55px 70px;
  overflow: hidden;
}
.program .popup_list li {
  width: 415px;
  float: left;
  margin: 0 0 30px;
}
.program .popup_list li a {
  transition: .3s;
}
.program .popup_list li a:hover {
  opacity: .7;
  transition: .3s;
}
.program .popup_list li:nth-child(odd) {
  margin: 0 0 30px 30px;
}
.popup_list .title {
  font-size: 2rem;
  color: #142D82;
  font-weight: 700;
}
.popup_list .sub_title {
  font-size: 1rem;
  color: #912823;
  font-weight: 700;
  margin: 0 0 45px;
}
.popup_close {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/top/btn_close.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55px;
  right: 70px;
  cursor: pointer;
  transition: .5s;
}
.popup_close:hover {
  opacity: .7;
}
/* == contact ============================================== */
.contact {
  min-width: 1100px;
  background-color: #142D82;
  padding: 35px 0;
}
.contact_inner {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.contact_inner a {
  float: left;
  position: relative;
  transition: .3s;
}
.contact_inner a.right {
  margin: 0 0 0 40px;
}
.to_contact::after {
  position: absolute;
  content: url(../img/top/img_12on.png);
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.to_contact:hover::after {
  content: url(../img/top/img_12on.png);
  transition: .3s;
  opacity: 1;
}
.to_document::after {
  position: absolute;
  content: url(../img/top/img_13on.png);
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.to_document:hover::after {
  content: url(../img/top/img_13on.png);
  transition: .3s;
  opacity: 1;
}
/* == footer ============================================== */
.footer_nav_box_01, .open_menu_box_01 {
  width: 225px;
  float: left;
  margin: 0 25px 0 0;
}
.footer_nav_box_02, .open_menu_box_02 {
  width: 850px;
  float: left;
}
.footer_nav, .open_menu_nav {
  margin: 0 0 55px;
}
.message_movie {
  font-size: 1.4rem;
  color: #142D82;
}
.message_movie a:hover {
  border-bottom: 2px solid #142D82;
}
.footer {
  min-width: 1100px;
}
.footer_inner, .open_menu_inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
.footer_title, .open_menu_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #142D82;
  border-bottom: 2px solid #142D82;
  margin: 40px 0 20px 0;
  padding: 0 0 7px;
}
.footer_title span {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
}
.nav_block_list li {
  font-size: 1.4rem;
  color: #142D82;
  padding: 0 0 5px 8px;
}
.nav_block_list li a:hover {
  border-bottom: 2px solid #142D82;
}
.campus_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #142D82;
  margin: 0 0 7px 0;
}
.nav_block_list {
  overflow: hidden;
}
.nav_block_list ul {
  float: left;
  width: 140px;
  margin: 0 70px 0 0;
}
.logo_block {
  border-top: 2px solid #142D82;
  margin: 10px 0 0 0;
  padding: 15px 0;
  overflow: hidden;
  clear: both;
}
.logo_block li {
  float: left;
}
.block_list_01 {
  overflow: hidden;
  width: 400px;
  border-right: 2px solid #142D82;
}
.block_list_01 div {
  float: left;
}
.footer_logo {
  width: 60px;
}
.footer_logo_text {
  margin: 14px 0 0 25px;
}
.block_list_02 {
  font-size: 1.4rem;
  color: #142D82;
  padding: 11px 0 0 25px;
}
small {
  height: 30px;
  background-color: #912823;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 700;
}
.time_area {
  text-align: center;
  padding: 75px 0 100px;
}
.time_area .section_title {
  font-size: 3.8rem;
  color: #142D82;
  font-weight: 700;
  text-align: center;
}
.time_area .section_sub_title {
  color: #912823;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 60px;
}
.time_area a {
  transition: .5s;
}
.time_area a:hover {
  opacity: .7;
}
/* ================================================ */
/* second_page */
/* ================================================ */
/* == main_visual ============================================== */
.second_page .main_visual {
  width: 1100px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0 0;
}
.second_page .text_box {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.second_page .img_box {
  position: absolute;
  top: 50px;
  right: 0;
}
.second_page .main_visual .title {
  min-width: 280px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #142d82;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  padding: 10px 15px;
}
.second_page .main_visual .sub_title {
  min-width: 240px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #5a96e1;
  text-align: center;
  line-height: 22px;
  display: table;
  margin: 10px 0 0;
  padding: 8px 15px;
}
.second_page .main_visual .campus_area {
  width: 320px;
  height: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #912823;
  text-align: center;
  line-height: 25px;
  margin: 25px 0 0 0;
}
.second_page .main_visual .campus_area span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
.second_page .main_visual .campus_area span::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 6px;
  left: 16px;
}
/* == open_campusu_contents ============================================== */
.open_campusu_contents {
  width: 1100px;
  margin: 0 auto;
}
.open_campusu_contents .contents_category {
  width: 960px;
  margin: 70px auto 100px;
  overflow: hidden;
}
.open_campusu_contents .contents_category li {
  float: left;
  padding: 0 18px;
  border-left: 1px solid #142D82;
  border-right: 1px solid #142D82;
  height: 18px;
  line-height: 18px;
}
.open_campusu_contents .contents_category li a {
  font-size: 1.7rem;
  font-weight: 700;
  color: #142D82;
  cursor: pointer;
  transition: .3s;
}
.open_campusu_contents .contents_category li a:hover {
  opacity: .5;
  /* transition: .3s; */
}
.open_campusu_contents .contents_category li:first-child {
  border-left: 2px solid #142D82;
}
.open_campusu_contents .contents_category li:last-child {
  border-right: 2px solid #142D82;
}
.open_campusu_contents .contents_box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.open_campusu_contents .contents_box li {
  position: relative;
  margin: 0 20px 40px;
}
.open_campusu_contents .contents_box .default, .open_campusu_contents .contents_box .default_on {
  position: relative;
}
.open_campusu_contents .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 60px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  background-color: #912823;
}
.second_page .contact {
  margin: 30px 0 0 0;
}
.open_campusu_contents .contents_over {
  position: absolute;
  bottom: 0;
  width: 320px;
  /* padding: 15px 30px; */
  box-sizing: border-box;
}
.open_campusu_contents .contents_over_text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}
.open_campusu_contents .contents_over_text02 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.open_campusu_contents .default .contents_over {
  background-color: rgb(0, 0, 0, .5);
  width: 320px;
  height: 80px;
}
/* .open_campusu_contents .contents_over::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 320px;
	z-index: 0;
} */
.open_campusu_contents .contents_over_inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 15px 60px 5px 20px;
}
.open_campusu_contents .contents_over::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border-top: 80px solid transparent;
  border-right: 80px solid #142d82;
  z-index: 1;
}
.open_campusu_contents .default_on .contents_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  color: #142D82;
  background-color: rgba(255, 255, 255, .8);
}
.open_campusu_contents .default_on .contents_over_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  padding: 0;
}
.open_campusu_contents .default_on .contents_over_text {
  color: #142D82;
}
.open_campusu_contents .default_on .contents_over_text02 {
  font-weight: 700;
  color: #142D82;
  text-align: center;
}
/* .open_campusu_contents .default_on::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	border-top: 100px solid transparent;
	border-right: 100px solid #142d82;
	z-index: 1;
} */
.open_campusu_contents .contents_item .default_on {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transition: .3s;
  opacity: 0;
}
.open_campusu_contents .contents_item:hover .default_on {
  opacity: 1;
  transition: .3s;
  z-index: 1;
}
/* ================================================ */
/* third_page */
/* ================================================ */
.third_page .single_contents:before {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.third_page .space {
  height: 130px;
}
.third_page .single_contents {
  width: 1100px;
  margin: 0 auto;
  padding: 0px 0 90px 0;
}
.third_page .site_place {
  overflow: hidden;
  float: right;
  font-size: 1.2rem;
  color: #142D82;
}
.third_page .site_place li {
  float: left;
  margin: 0 0 0 28px;
  position: relative;
}
.third_page .site_place li:nth-child(2)::before, .third_page .site_place li:nth-child(3)::before, .third_page .site_place li:nth-child(4)::before {
  position: absolute;
  content: '＞';
  left: -19px;
}
.third_page .category_title {
  margin: 75px auto 0;
  background-color: #912823;
  color: #fff;
  font-size: 1.6rem;
  width: 180px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  padding: 2px 0 0;
}
.third_page .page_title {
  font-size: 3.6rem;
  color: #142D82;
  text-align: center;
  margin: 35px 0 0 0;
}
.third_page .single_content {
  margin: 0 0 50px;
}
.third_page .single_content h1 {
  font-size: 1.8rem;
  color: #142D82;
  font-weight: 700;
  margin: 65px 0 0 0;
}
.third_page .single_content p {
  font-size: 1.6rem;
  margin: 35px 0 0 0;
}
.third_page .link {
  font-size: 1.8rem;
  margin: 10px 0 0 0;
  color: #142D82;
  display: block;
}
.third_page .link:hover {
  text-decoration: underline;
}
.time_contents {
  margin: 60px 0 0;
}
.time_contents ul {
  overflow: hidden;
}
.time_contents li {
  float: left;
  margin: 0 70px 70px 0;
}
.time_contents li a {
  transition: .5s;
  display: block;
}
.time_contents li a:hover {
  opacity: .7;
}
.time_contents li:nth-child(3n) {
  margin: 0 0 70px 0;
}
.time_contents li .img_area {
  margin: 0 0 10px;
}
.time_contents li .title {
  color: #142D82;
  font-size: 14px;
  font-weight: 600;
}
.block_list_01 a {
  transition: .5s;
}
.block_list_01 a:hover {
  opacity: .7;
}
/*YouTube追加*/
.youtube iframe {
  width: 560px;
  margin: 0 auto 30px auto;
  background-color: #000000;
}
.youtube video {
  width: 560px;
  margin: 50px auto 0px auto;
  background-color: #000000;
}

.detail {text-align: center;font-size:1.4rem;padding: 30px 0;}
.day {text-align: center;font-size:1.4rem;padding: 10px 0;color: #6896db;font-weight: bold;}
.pickup_contents h3 {margin: 45px 0 0 0;}
/*.nav_slide {text-align: center;
	margin: 0 auto;width: 200px;}
.nav_slide ul:after {content: "."; 
  display: block; 
  height: 0; 
  font-size:0;    
  clear: both; 
  visibility:hidden;}
  
  .nav_slide ul li {float: right;margin: 0 10px 0 0;}*/
.btn_next {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
}
.btn_next a {
  color: #FFF;
  background-color: #1A2E7D;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 10px;
}
.btn_next a:hover {
  color: #FFF;
  background-color: #6896db;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 10px;
}
.page_title_sub {
  margin: 30px 0 0 0;
  color: #863028;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.6rem;
}
.page_title_sub:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D8D8D8;
  border-radius: 2px;
}
#flickity_wrap {
  width: 800px;
  margin: 50px auto;
}
#flickity_wrap:after, .pickup_contents_inner:after, .pickup_detail_inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#fadein_area ul li {
  width: 320px;
}
#adein_area ul li img {
  width: 100%;
  height: auto;
}
.read {
  margin: 70px 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.tablet-br {
  display: none;
}
.sp-br {
  display: none;
}
.pt290 {
  padding: 290px 0 0 0;
}
.pickup_contents ol {
  width: 860px;
  margin: 50px auto;
}
.pickup_contents ol li a {
  background-image: url(../img/top/icon_next.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
}
.pickup_contents ol li a:hover {
  background-image: url(../img/top/icon_next_hover.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
  background-color: #142D82;
}
.thumb_photo {
  width: 200px;
  float: left;
}
.thumb_photo img {
  width: 100%;
  height: auto;
}
.pickup_detail_inner {
width: 600px;
  float: left;
  padding: 10px 0 0 20px;
}
.pickup_contents ol li {
  margin: 30px 0;
}
.pickup_contents ol li a .pickup_detail_department {
  font-size: 1.6rem;
  font-weight: 700;
  color: #142D82;
  text-align: left;
  position: relative;
  margin: 0px;
}
.pickup_contents ol li a .pickup_detail_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5A96E1;
  text-align: left;
  margin: 0px;
}
.pickup_contents ol li a .pickup_detail {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 0px;
}
.pickup_contents ol li a:hover .pickup_detail_department {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  margin: 0px;
}
.pickup_contents ol li a:hover .pickup_detail_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  margin: 0px;
}
.pickup_contents ol li a:hover .pickup_detail {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  margin: 0px;
}