@charset "UTF-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header,
hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
}
body {
	color: #444;
	background: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
  line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
  color: #00479d;
	text-decoration: none;
	transition: .2s;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='submit'],
input[type='button'],
label, button, select {
  cursor: pointer;
}


/*
= Slick slider
----------------------------------------------- */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  display: block;
  color: transparent;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.slick-dots {
	display: block;
	width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
}
.slick-dots li {
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 0.8rem;
  border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}
.slick-dots li.slick-active {
	background: #bd9c00 !important;;
}
.pickup_slider .slick-dots {
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
}
.pickup_slider .slick-dots li {
	width: 1.4rem !important;
  height: 1.4rem !important;
  margin: 0 0.7rem !important;
	border: none !important;
	background: #bbb !important;
}
.pickup_slider .slick-dots li.slick-active {
	background: #fbf500 !important;
}

.main_slider .slick-dots {
	width: auto !important;
}
.main_slider .slick-dots li {
  display: inline-block !important;
  width: 1.9rem !important;
  height: 1.9rem !important;
  margin: 0 0.8rem !important;
}
.main_slider .slick-dots li button:before,
.pickup_slider .slick-dots li button:before {
	display: none !important;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.main_slider .slick-dots {
		left: 5rem !important;
	  bottom: 3rem !important;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.slick-dots {
		left: 50%;
	  transform: translateX(-50%);
	}
	.main_slider .slick-dots {
		bottom: 1rem !important;
	}
	.pickup_slider .slick-dots {
		bottom: -6.5rem !important;
	}
	.pickup_slider .slick-dots li {
		width: 2.9rem !important;
	  height: 2.9rem !important;
	  margin: 0 1.4rem !important;
	}
}


/*
  = 共通
-------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.disabled {
	pointer-events: none;
}
#wrapper {
	position: relative;
}
#pagetop {
	position: fixed;
	background: #00479d;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
}
#pagetop::after {
	content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 35%;
  margin: auto;
  border-style: solid;
  border-width: 0 0.9rem 1.5rem 0.9rem;
  border-color: transparent transparent #fff transparent;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  body{
    min-width:1250px;
  }
  .pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
  #wrapper {
    min-width: 1100px;
		overflow: hidden;
  }
	#pagetop {
		right: 4.5rem;
		bottom: 4.2rem;
		width: 6rem;
		height: 6rem;
	}
	#pagetop:hover {
		background: #003985;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	html {
    min-width: 300px;
    font-size: calc(100vw / 75);
	}
	body {
		max-width: 100%;
    font-size: 2.6rem;
    line-height: 1.55;
	}
  #wrapper {
		padding-top: 11rem;
    overflow-x: hidden;
  }
	#pagetop {
		right: 1.8rem;
		bottom: 20.2rem;
		width: 9.9rem;
		height: 9.9rem;
	}
	#pagetop::after {
		left: 36%;
	  border-width: 0 1.5rem 2.6rem 1.5rem;
	}
}


/*
  = ヘッダー
-------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	z-index: 1111;
}
.header_in {
	position: relative;
	height: 100%;
}
.header_col01 .logo {
	display: block;
}
.header_col02 .nav_guide ul li a,
.header_main_menu ul li a {
	display: block;
	position: relative;
	line-height: 1.2;
}
.header_col02 .nav_guide ul li a {
	text-align: center;
	font-weight: bold;
	border: 1px solid #00479d;
	border-radius: 1.5rem;
	letter-spacing: 0;
}
.header_col02 .nav_guide ul li.contact a {
	color: #fff;
	background-color: #00479d;
}
.header_main_menu {
	position: relative;
	display: none;
}
#nav-btn {
	position: absolute;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background-color: #00479d;
	cursor: pointer;
}
#nav-btn::after {
	content: "MENU";
}
.menu-open #nav-btn {
	background-color: #003985;
}
.menu-open #nav-btn::after {
	content: "CLOSE";
}
#nav-btn .humburger {
	position: relative;
}
#nav-btn .humburger span {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #fff;
	width: 100%;
	height: 0.2rem;
	transition: transform .3s ease, opacity .3s ease;
}
#nav-btn .humburger span:first-child {
	transform: translateY(-0.8rem);
}
#nav-btn .humburger span:last-child {
	transform: translateY(0.8rem);
}
.menu-open #nav-btn .humburger span:first-child {
	transform: rotate(225deg);
}
.menu-open #nav-btn .humburger span:nth-child(2) {
	transform: translateX(-50%);
	opacity: 0;
}
.menu-open #nav-btn .humburger span:last-child {
	transform: rotate(-225deg);
}
.header_main_menu {
	position: absolute;
	width: 100%;
	background: #003985;
}
.header_main_menu ul li a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.2;
}
.header_main_menu > ul > li > a {
	font-weight: bold;
}
.header_main_menu > ul > li > ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.7rem;
	border-color: transparent transparent transparent #4d71a4;
}
.header_main_menu .guide ul {
	display: flex;
	flex-wrap: wrap;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.header {
		top: 0;
		left: 0;
		min-width: 1100px;
		height: 70px;
		background-color: #fff;
		box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
	}
	.header_in {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header_col01 .logo {
		width: 35rem;
		padding-left: 1.5rem;
	}
	.header_col02 {
		margin-right: 7rem;
	}
	.header_col02 .nav_guide,
	.header_col02 .nav_guide ul {
		display: flex;
		align-items: center;
	}
	.header_col02 .nav_guide .search {
		position: relative;
		width: 14rem;
		font-size: 1.5rem;
		border-bottom: 1px solid #00479d;
		background: url(../img/shared/icon_search.png) left 0.4rem center no-repeat;
		background-size: 1.4rem auto;
		margin-right: 2rem;
		margin-bottom: 0.2rem;
	}
	.header_col02 .nav_guide .search form {
		width: 11rem;
		margin-left: 2.5rem;
	}
	.header_col02 .nav_guide .search input[type=search] {
		width: 13rem;
	}
	.header_col02 .nav_guide .search input::placeholder {
		color: #00479d;
	}
	.header_col02 .nav_guide .search input[type=submit] {
		display: none;
	}
	.header_col02 .nav_guide ul {
		padding-right: 0.5rem;
	}
	.header_col02 .nav_guide ul li a {
		font-size: 1.5rem;
		padding: 0.6rem 1.6rem;
		margin-right: 1.5rem;
	}
	.header_col02 .nav_guide ul li a:hover {
		color: #fff;
		background-color: #003985;
	}
	#nav-btn {
		top: 0;
		right: 0;
		width: 7rem;
		height: 7rem;
	}
	#nav-btn::after {
		font-size: 1.3rem;
	}
	#nav-btn .humburger {
		width: 4rem;
		height: 1.8rem;
		margin: 1.5rem auto 1rem;
	}
	.header_main_menu {
		top: 7rem;
		left: 0;
		padding: 3rem;
	}
	.header_main_menu > ul {
		display: flex;
		flex-wrap: wrap;
		width: 1140px;
		padding: 0 1rem;
		margin: 0 auto;
		box-sizing: content-box;
	}
	.header_main_menu > ul > li {
		width: calc(100% / 4);
		padding: 0.5rem 2.4rem 0;
		margin-bottom: 4rem;
		border-left: 1px solid rgba(255,255,255,0.15);
	}
	.header_main_menu > ul > li > a {
		font-size: 1.8rem;
		margin-bottom: 1.8rem;
	}
	.header_main_menu > ul > li > ul li a {
		font-size: 1.4rem;
		padding-left: 1.8rem;
		margin-bottom: 1.7rem;
	}
	.header_main_menu > ul > li > ul > li > ul {
		padding-left: 1.8rem;
	}
	.header_main_menu .guide {
		width: 1140px;
		padding: 0 1rem;
		margin: 0 auto;
		box-sizing: content-box;
	}
	.header_main_menu .guide ul {
		padding: 2.4rem 2.3rem;
		background-color: #012e6b;
	}
	.header_main_menu .guide ul li {
		border-left: 1px solid #fff;
	}
	.header_main_menu .guide ul li:last-child {
		border-right: 1px solid #fff;
	}
	.header_main_menu .guide ul li a {
		font-size: 1.3rem;
		line-height: 1.1;
		padding: 0 1rem;
	}
	.header_main_menu ul li a:hover,
	.header_main_menu .guide ul li a:hover {
		opacity: .8;
	}

}


/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.header {
		bottom: 0;
		left: 0;
		height: 18rem;
	}
	.header_col01,
	.header_col02 {
		display: none;
	}
	.sp_info_btn {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		width: 56.2rem;
		height: 100%;
		background: #bb1f4d;
		z-index: 111;
	}
	.sp_info_btn li {
		position: relative;
		width: calc(100% / 3);
		background-color: #00479d;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.sp_info_btn li a {
		position: relative;
		display: block;
		color: #fff;
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.3;
		padding-top: 5.5rem;
	}
	.sp_info_btn li a::before {
		content: "";
    display: block;
		position: relative;
		top: -2.3rem;
		left: 0;
		right: 0;
    margin: auto;
	}
	.sp_info_btn li.access a::before {
		width: 4.6rem;
		height: 5.4rem;
		background: url(../img/shared/icon_access.svg) no-repeat;
    background-size: 100%;
	}
	.sp_info_btn li.faq a::before {
		width: 5.6rem;
		height: 5.6rem;
		background: url(../img/shared/icon_faq.svg) no-repeat;
    background-size: 100%;
	}
	.sp_info_btn li.contact a::before {
		width: 5.8rem;
		height: 4.2rem;
		background: url(../img/shared/icon_contact.svg) no-repeat;
    background-size: 100%;
	}
	#nav-btn {
		bottom: 0;
		right: 0;
		width: 18.8rem;
		height: 18rem;
		z-index: 111;
	}
	#nav-btn::after {
		font-size: 2.8rem;
		font-weight: bold;
	}
	#nav-btn .humburger {
		width: 7.4rem;
		height: 4.2rem;
		margin: 3.7rem auto 3.3rem;
	}
	#nav-btn .humburger span:first-child {
    transform: translateY(-2.1rem);
	}
	#nav-btn .humburger span:last-child {
    transform: translateY(2.1rem);
	}
	.header_main_menu {
		position: fixed;
		top: 0;
		bottom: 18rem;
		max-height: calc(100vh - 18rem);
		left: 0;
		overflow: auto;
		z-index: 100;
	}
	.header_main_menu > ul > li {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.header_main_menu > ul > li:last-child {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.header_main_menu > ul > li.open {
		background-color: #064394;
	}
	.header_main_menu > ul > li > a {
		position: relative;
		font-size: 3.2rem;
		padding: 4.1rem 10rem 4.1rem 3.8rem;
	}
	.header_main_menu > ul > li.has_menu > a::before,
	.header_main_menu > ul > li.has_menu > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #688dc1;
		transition: all .2s;
	}
	.header_main_menu > ul > li.has_menu > a::before {
		right: 5rem;
		width: 0.2rem;
		height: 2.8rem;
	}
	.header_main_menu > ul > li.has_menu > a::after {
		right: 3.7rem;
		width: 2.8rem;
		height: 0.2rem;
	}
	.header_main_menu > ul > li.open > a::before {
		transform: rotate(-90deg);
	}
	.header_main_menu > ul > li.open > a::after {
		opacity: 0;
	}
	.header_main_menu > ul > li > ul {
		display: none;
		padding: 4.5rem 5.8rem;
		background-color: #0e4da0;
	}
	.header_main_menu > ul > li > ul li a {
		font-size: 2.6rem;
		padding-left: 3.2rem;
		margin-bottom: 5rem;
	}
	.header_main_menu > ul > li > ul li a::before {
		border-width: 0.9rem 0 0.9rem 1.4rem;
	}
	.header_main_menu > ul > li > ul > li:last-child a {
		margin-bottom: 0;
	}
	.header_main_menu > ul > li > ul > li > ul {
		padding-left: 3.2rem;
	}
	.header_main_menu .guide {
		padding: 2rem 2rem 3.4rem;
	}
	.header_main_menu .guide ul li {
		display: flex;
		align-items: center;
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		background-color: #012e6b;
	}
	.header_main_menu .guide ul li:nth-child(odd) {
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.header_main_menu .guide ul li:nth-child(7),
	.header_main_menu .guide ul li:nth-child(8) {
		border-bottom: none;
	}
	.header_main_menu .guide ul li a {
		font-size: 2.6rem;
		line-height: 1.5;
		padding: 2.5rem 2.4rem;
	}
	.main_header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 2.3rem 0;
		background: #fff;
		box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
		z-index: 3;
	}
	.main_header .logo {
		width: 44rem;
		margin: auto;
	}
}


/*
  = トップコンテンツ
-------------------------------------------------- */
.home_contents {
	position: relative;
}
.home_news .heading {
	font-weight: bold;
	line-height: 1;
}
.home_news .heading h2 {
	font-style: italic;
}
.home_news .heading h2 span {
	color: #00479d;
}
.home_news .news_cont .panel {
	display: none;
}
.home_news .news_cont .panel.is_show {
	display: block;
}
.home_news .news_cont .list {
	display: flex;
	flex-wrap: wrap;
}
.home_news .news_cont .list li a {
	display: block;
	color: #444;
}
.home_news .news_cont .list li .tag a {
	display: inline-block;
}
.home_news .news_cont .list li a .img {
	position: relative;
	overflow: hidden;
}
.home_news .news_cont .list li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}
.home_news .news_cont .list li a .img .category {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 0 1rem 0.2rem;
	border-radius: 0 0 0.4rem 0;
	white-space: nowrap;
	z-index: 2;
}
.home_news .news_cont .category.exam {
	background-color: #e14939;
}
.home_news .news_cont .category.club {
	background-color: #60a752;
}
.home_news .news_cont .category.movie {
	background-color: #8829a6;
}
.home_news .news_cont .category.event {
	background-color: #f09436;
}
.home_news .news_cont .category.other {
	background-color: #6c4d3e;
}
.home_news .news_cont .category.exc {
	background-color: #444444;
}
.home_news .news_cont .list li a .text_area {
	border-bottom: 1px solid #bbb;
}
.home_news .news_cont .list li a .text_area time {
	display: block;
	color: #00479d;
}
.home_news .news_cont .list li a .text_area .title {
	color: #444;
}
.home_news .btn {
	text-align: center;
}
.home_news .btn a {
	display: inline-block;
	color: #fff;
	background-color: #444;
	border-radius: 0.5rem;
}
.home_exam .cont {
	background-color: #fff;
}
.home_exam .cont h3 {
	position: relative;
	font-weight: bold;
	line-height: 1.2;
}
.home_exam .cont h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #c12b35;
}
.home_exam .cont.exam_high h3::before {
	background-color: #004d86;
}
.home_exam .cont .pickup_slider .item {
	position: relative;
	color: #444;
	text-align: center;
	border-radius: 1rem;
}
.home_exam .cont .pickup_slider .item .pickup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1.5rem;
	left: 0;
	font-weight: bold;
	background: url(../img/top/pickup.png) no-repeat;
	background-size: 100% auto;
	z-index: 2;
}
.home_exam .cont .pickup_slider .item time {
	display: block;
}
.home_exam .cont .pickup_slider .item .title {
	font-weight: bold;
	line-height: 1.7;
}
.home_exam .cont .btn a {
	display: block;
	text-align: center;
	border-radius: 0.5rem;
}
.home_exam .cont.exam_junior .btn a {
	color: #c12b35;
	border: 0.2rem solid #c12b35;
}
.home_exam .cont.exam_high .btn a {
	color: #004d86;
	border: 0.2rem solid #004d86;
}
.home_exam .cont .list li {
	background-image: linear-gradient(to right, #dcdcdc, #dcdcdc 0.3rem, #fff 0.3rem, #fff 0.6rem);
  background-size: 0.6rem 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.home_exam .cont .list {
	background-image: linear-gradient(to right, #dcdcdc, #dcdcdc 0.3rem, #fff 0.3rem, #fff 0.6rem);
  background-size: 0.6rem 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.home_exam .cont .list li a {
	color: #444;
}
.home_exam .cont .list li a time {
	display: block;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.home_contents {
		width: 900px;
		padding: 0 1rem 0 4rem;
		margin: 3.5rem 0 0;
		box-sizing: content-box;
	}
	.home_banner ul {
		display: flex;
		justify-content: space-between;
	}
	.home_banner ul li {
		width: 42rem;
		margin-bottom: 3rem;
	}
	.home_banner__1col ul li {
		width: 100%;
	}
	.home_banner ul li a:hover {
		opacity: 0.8;
	}
	.home_news {
		margin-top: 3rem;
	}
	.home_news .heading {
		display: flex;
		align-items: flex-end;
		margin-bottom: 3rem;
	}
	.home_news .heading h2 {
		font-size: 4.2rem;
		margin-right: 12px;
	}
	.home_news .heading p {
		font-size: 1.6rem;
		margin-bottom: 4px;
	}
	.home_news .tab_box {
		display: flex;
		align-items: flex-end;
		margin-top: -3rem;
		margin-bottom: 3rem;
	}
	.home_news .tab_box li {
		position: relative;
		color: #444;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10rem;
		height: 2.8rem;
		font-size: 1.4rem;
		border-radius: 0.4rem;
		cursor: pointer;
		transition: .2s;
		z-index: 10;
	}
	.home_news .tab_box li + li {
		margin-left: 1rem;
	}
	.home_news .tab_box li.all {
		border: 2px solid #f8d348;
	}
	.home_news .tab_box li.exam {
		border: 2px solid #e14939;
	}
	.home_news .tab_box li.club {
		border: 2px solid #60a752;
	}
	.home_news .tab_box li.movie {
		border: 2px solid #8829a6;
	}
	.home_news .tab_box li.event {
		border: 2px solid #f09436;
	}
	.home_news .tab_box li.other {
		border: 2px solid #6c4d3e;
	}
	.home_news .tab_box li.exc {
		border: 2px solid #444444;
	}
	.home_news .tab_box li.list {
		border: 2px solid #00479d;
	}
	.home_news .tab_box li.list {
		width: 13rem;
		height: 5.8rem;
		font-size: 1.6rem;
		font-weight: bold;
		color: #00479d;
	}
	.home_news .tab_box li.list p {
		position: relative;
		display: inline-block;
		padding-left: 1.6rem;
	}
	.home_news .tab_box li.list p::before {
		content: "";
    display: block;
    position: absolute;
    top: 0;
		bottom: 0;
		margin: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.9rem;
    border-color: transparent transparent transparent #00479d;
	}
	.home_news .tab_box li:hover,
	.home_news .tab_box li.is_active {
		color: #fff;
	}
	.home_news .tab_box li.all:hover,
	.home_news .tab_box li.all.is_active {
		background-color: #f8d348;
	}
	.home_news .tab_box li.exam:hover,
	.home_news .tab_box li.exam.is_active {
		background-color: #e14939;
	}
	.home_news .tab_box li.club:hover,
	.home_news .tab_box li.club.is_active {
		background-color: #60a752;
	}
	.home_news .tab_box li.movie:hover,
	.home_news .tab_box li.movie.is_active {
		background-color: #8829a6;
	}
	.home_news .tab_box li.event:hover,
	.home_news .tab_box li.event.is_active {
		background-color: #f09436;
	}
	.home_news .tab_box li.other:hover,
	.home_news .tab_box li.other.is_active {
		background-color: #6c4d3e;
	}
	.home_news .tab_box li.exc:hover,
	.home_news .tab_box li.exc.is_active {
		background-color: #444444;
	}
	.home_news .tab_box li.list:hover,
	.home_news .tab_box li.list.is_active {
		background-color: #00479d;
	}
	.home_news .tab_box li.list:hover p::before {
		border-color: transparent transparent transparent #fff;
	}
	.home_news .news_cont .list li {
		width: 28rem;
		margin-bottom: 3.7rem;
	}
	.home_news .news_cont .list li:nth-child(3n-1) {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.home_news .news_cont .list li a .img {
		width: 100%;
		height: 20rem;
	}
	.home_news .news_cont .list li a .img .category {
		min-width: 7rem;
		font-size: 1.2rem;
	}
	.home_news .news_cont .list li a .text_area {
		padding: 1rem 0;
		margin-bottom: 1rem;
	}
	.home_news .news_cont .list li a .text_area time {
		font-size: 1.2rem;
	}
	.home_news .news_cont .list li .tag {
		font-size: 1.2rem;
		padding-left: 2.3rem;
		background: url(../img/shared/icon_tag.svg) left 4px top 4px no-repeat;
		background-size: 12px auto;
	}
	.home_news .news_cont .list li a:hover .img img {
		-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	}
	.home_news .news_cont .list li a:hover .title {
		color: #00479d;
		text-decoration: underline;
	}
	.home_news .news_cont .list li .tag a:hover {
		color: #00479d;
		text-decoration: underline;
	}
	.home_news .btn a {
		width: 42rem;
		font-size: 1.6rem;
		padding: 1rem;
	}
	.home_news .btn a:hover {
		background-color: #003985;
	}
	.home_exam {
		margin-top: 8rem;
	}
	.home_exam .cont {
		display: flex;
		justify-content: space-between;
		padding: 2.5rem;
		margin-bottom: 4rem;
	}
	.home_exam .cont .col_01 {
		width: 22rem;
	}
	.home_exam .cont .col_02 {
		width: 60rem;
	}
	.home_exam .cont h3 {
		font-size: 2.4rem;
		padding-left: 3.5rem;
		margin-bottom: 3.7rem;
	}
	.home_exam .cont h3::before {
		left: -2.6rem;
		width: 5rem;
		height: 2.5rem;
	}
	.home_exam .cont .list li a {
		display: flex;
	}
	.home_exam .cont .pickup_slider {
		margin-bottom: 4.5rem;
	}
	.home_exam .cont .pickup_slider .item {
		padding: 1.7rem 1.5rem 2.5rem;
		border: 0.2rem solid #444;
	}
	.home_exam .cont .pickup_slider .item .pickup {
		font-size: 1.2rem;
		width: 6.7rem;
		height: 2rem;
	}
	.home_exam .cont .pickup_slider .item time {
		margin-bottom: 1.3rem;
	}
	.home_exam .cont .pickup_slider .item:hover .title {
		color: #00479d;
		text-decoration: underline;
	}
	.home_exam .cont .btn a {
		font-size: 1.6rem;
		padding: 0.8rem;
	}
	.home_exam .cont .btn a:hover {
		color: #fff;
		background-color: #c12b35;
	}
	.home_exam .cont.exam_high .btn a:hover {
		background-color: #004d86;
	}
	.home_exam .cont .list li a {
		padding: 1.4rem 0.5rem;
	}
	.home_exam .cont .list li a time {
		font-size: 1.2rem;
		margin-right: 1.5rem;
	}
	.home_exam .cont .list li a:hover .title {
		color: #00479d;
		text-decoration: underline;
	}

}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.home_contents {
		padding: 0 2rem;
		margin: 6rem auto 0;
	}
	.home_banner ul li {
		margin-bottom: 2rem;
	}
	.home_news {
		margin: 7rem 0;
	}
	.home_news .heading {
		margin-bottom: 4rem;
	}
	.home_news .heading h2 {
		font-size: 8rem;
		margin-bottom: 3rem;
	}
	.home_news .heading p {
		font-size: 2.6rem;
	}
	.home_news .select_box {
		position: relative;
		text-align: center;
		border: 0.2rem solid #444;
		border-radius: 0.4rem;
		background-color: #fff;
		padding: 0.8rem;
		margin-bottom: 4rem;
	}
	.home_news .select_box::before {
		content: "";
    display: block;
    position: absolute;
    top: 2.1rem;
    right: 2rem;
    border-style: solid;
    border-width: 1.5rem 0.9rem 0 0.9rem;
    border-color: #00479d transparent transparent transparent;
	}
	.home_news .select_box .select {
		position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 1.6rem;
	}
	.home_news .news_cont .list {
		justify-content: space-between;
	}
	.home_news .news_cont .list li {
		width: 48%;
		margin-bottom: 5.3rem;
	}
	.home_news .news_cont .list li a .img {
		width: 100%;
		height: 24.2rem;
	}
	.home_news .news_cont .list li a .img .category {
		min-width: 12rem;
		font-size: 2rem;
	}
	.home_news .news_cont .list li a .text_area {
		padding: 1.3rem 0;
		margin-bottom: 2rem;
	}
	.home_news .news_cont .list li a .text_area time {
		font-size: 2.2rem;
	}
	.home_news .news_cont .list li .tag {
		font-size: 2.2rem;
		line-height: 1.35;
		padding-left: 3.5rem;
		background: url(../img/shared/icon_tag.svg) left top 0.4rem no-repeat;
		background-size: 2rem auto;
	}
	.home_news .btn a {
		width: 58rem;
		font-size: 3rem;
		padding: 2.2rem;
	}
	.home_exam {
		margin-top: 3rem;
	}
	.home_exam .cont {
		padding: 3rem 3rem 3.8rem;
		margin-bottom: 4rem;
	}
	.home_exam .cont h3 {
		font-size: 5rem;
		padding-left: 5.5rem;
		margin-bottom: 3.5rem;
	}
	.home_exam .cont h3::before {
		left: -3rem;
		width: 6rem;
		height: 4rem;
	}
	.home_exam .cont .pickup_slider {
		margin-bottom: 9.5rem;
	}
	.home_exam .cont .pickup_slider .item {
		padding: 1.3rem 3rem 3rem;
		border: 0.4rem solid #444;
	}
	.home_exam .cont .pickup_slider .item .pickup {
		font-size: 1.7rem;
		width: 10rem;
		height: 3rem;
	}
	.home_exam .cont .pickup_slider .item time {
		text-align: left;
		padding-left: 8.5rem;
		margin-bottom: 2rem;
	}
	.home_exam .cont .btn a {
		font-size: 3rem;
		padding: 2.2rem;
	}
	.home_exam .cont.exam_junior .btn a {
		border: 0.4rem solid #c12b35;
	}
	.home_exam .cont.exam_high .btn a {
		border: 0.4rem solid #004d86;
	}
	.home_exam .cont .list {
		margin-bottom: 3rem;
	}
	.home_exam .cont .list li a {
		display: block;
		padding: 1.8rem 0;
	}
	.home_exam .cont .list li a time {
		font-size: 2.2rem;
		margin-right: 1rem;
	}
}


/*
  = フッター
-------------------------------------------------- */
.footer {
	color: #fff;
	background-color: #122f59;
}
.footer a {
	color: #fff;
}
.footer_guide ul li a {
	display: block;
	line-height: 1.1;
}
.footer_menu ul li a {
	position: relative;
	display: block;
	line-height: 1.2;
}
.footer_menu > ul > li > a {
	font-weight: bold;
}
.footer_menu > ul > li > ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.7rem;
	border-color: transparent transparent transparent #4d71a4;
}
.footer_info .text {
	line-height: 1.8;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.footer_cont.cont_01 {
		background-color: #00479d;
		padding: 2.2rem 0;
	}
	.footer_cont.cont_02 {
		padding: 3.7rem 0 5rem;
	}
	.footer_guide,
	.footer_menu,
	.footer_info,
	.copyright p {
		width: 1100px;
		padding: 0 1rem;
		margin: 0 auto;
		box-sizing: content-box;
	}
	.footer_guide ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_guide ul li {
		border-left: 1px solid #fff;
	}
	.footer_guide ul li:last-child {
		border-right: 1px solid #fff;
	}
	.footer_guide ul li a {
		font-size: 1.3rem;
		padding: 0 1rem;
	}
	.footer_menu {
		margin-bottom: 1rem;
	}
	.footer_menu > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_menu > ul > li {
		width: calc(100% / 4);
		padding: 0.5rem 2.4rem 0;
		margin-bottom: 4rem;
		border-left: 1px solid rgba(255,255,255,0.15);
	}
	.footer_menu > ul > li > a {
		font-size: 1.8rem;
		margin-bottom: 1.8rem;
	}
	.footer_menu > ul > li > ul li a {
		font-size: 1.4rem;
		padding-left: 1.8rem;
		margin-bottom: 1.7rem;
	}
	.footer_menu > ul > li > ul > li > ul {
		padding-left: 1.8rem;
	}
	.footer_guide ul li a:hover,
	.footer_menu ul li a:hover {
		text-decoration: underline;
	}
	.footer_info {
		display: flex;
	}
	.footer_info .logo {
		width: 34rem;
		margin-right: 3.3rem;
	}
	.footer_info .text {
		font-size: 1.4rem;
	}
	.copyright {
		color: #707070;
		background-color: #fff;
	}
	.copyright p {
		padding: 1.8rem 0 3.5rem;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 3.2rem;
		margin-bottom: 17.9rem;
	}
	.footer_menu {
		background-color: #122f59;
	}
	.footer_menu > ul > li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.footer_menu > ul > li.open {
		background-color: #14396f;
	}
	.footer_menu > ul > li > a {
		position: relative;
		font-size: 3.2rem;
		padding: 4.1rem 10rem 4.1rem 3.8rem;
	}
	.footer_menu > ul > li.has_menu > a::before,
	.footer_menu > ul > li.has_menu > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #688dc1;
		transition: all .2s;
	}
	.footer_menu > ul > li.has_menu > a::before {
		right: 5rem;
		width: 0.2rem;
		height: 2.8rem;
	}
	.footer_menu > ul > li.has_menu > a::after {
		right: 3.7rem;
		width: 2.8rem;
		height: 0.2rem;
	}
	.footer_menu > ul > li.open > a::before {
		transform: rotate(-90deg);
	}
	.footer_menu > ul > li.open > a::after {
		opacity: 0;
	}
	.footer_menu > ul > li > ul {
		display: none;
		padding: 4.5rem 5.8rem;
		background-color: #1b4787;
	}
	.footer_menu > ul > li > ul li a {
		font-size: 2.6rem;
		padding-left: 3.2rem;
		margin-bottom: 5rem;
	}
	.footer_menu > ul > li > ul li a::before {
		border-width: 0.9rem 0 0.9rem 1.4rem;
	}
	.footer_menu > ul > li > ul > li:last-child a {
		margin-bottom: 0;
	}
	.footer_menu > ul > li > ul > li > ul {
		padding-left: 3.2rem;
	}
	.footer_guide {
		background-color: #00479d;
	}
	.footer_guide ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_guide ul li {
		display: flex;
		align-items: center;
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.footer_guide ul li:nth-child(odd) {
		border-right: 1px solid rgba(255,255,255,0.2);
	}
	.footer_guide ul li:nth-child(7),
	.footer_guide ul li:nth-child(8) {
		border-bottom: none;
	}
	.footer_guide ul li a {
		font-size: 2.6rem;
		line-height: 1.5;
		padding: 2.5rem 2.4rem;
	}
	.footer_info {
		text-align: center;
		padding: 6rem 4rem 3rem;
	}
	.footer_info .logo {
		width: 56rem;
		margin: 0 auto 4rem;
	}
	.footer_info .text {
		font-size: 2.6rem;
		line-height: 1.9;
	}
	.copyright {
		font-size: 2rem;
		text-align: center;
	}
}


/*
  = 最新情報
-------------------------------------------------- */
.home_infomation .item {
	border: 1px solid #961d13;
}
.home_infomation .item .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background-color: #961d13;
}
.home_infomation .item .cont {
	background-color: #fff;
}
.home_infomation .item .cont .title {
	color: #961d13;
	font-weight: bold;
	line-height: 1.4;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.home_infomation {
		width: 900px;
    padding: 0 1rem 0 4rem;
    margin: 3rem 0 0;
    box-sizing: content-box;
	}
	.home_infomation .item {
		display: flex;
	}
	.home_infomation .item .heading {
		width: 14rem;
		font-size: 1.7rem;
	}
	.home_infomation .item .cont {
		width: calc(100% - 14rem);
		padding: 1.5rem 2rem;
	}
	.home_infomation .item .cont .title {
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
	.home_infomation .item .cont .txt p {
		font-size: 1.4rem;
		line-height: 1.73;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.home_infomation {
		padding: 0 2rem;
		margin: 2rem 0 5rem;
	}
	.home_infomation .item .heading {
		font-size: 3.2rem;
		padding: 1rem;
	}
	.home_infomation .item .cont {
		padding: 1.8rem 3rem;
	}
	.home_infomation .item .cont .title {
		font-size: 2.8rem;
		margin-bottom: 0.5rem;
	}
	.home_infomation .item .cont .txt p {
		font-size: 2.6rem;
		line-height: 1.9;
	}
}


/*
  = 共通コンテンツ
-------------------------------------------------- */
#container {
	position: relative;
}
.main {
	background-color: #f6f6f6;
}
.side {
	background-color: #fff;
}
.page_title,
.page_title .title_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_title .title_box {
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background-color: rgba(0,0,0,0.4);
	border: 0.2rem solid #fff;
	outline: 1px solid #fff;
	outline-offset: -0.6rem;
}
.page_title .title_box .sub {
	display: block;
}
.page_title .title_box h1 {
	font-weight: bold;
}
.side_menu > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6;
	z-index: 2;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	#container {
		display: flex;
		padding-top: 7rem;
	}
	.main {
		width: calc(100% - 27rem);
		order: 2;
		padding-bottom: 4rem;
	}
	.side {
		width: 27rem;
		padding-bottom: 16.5rem;
		order: 1;
	}
	.page_title {
		height: 43rem;
		background: url(../img/common/page_title_pc.jpg) no-repeat;
		background-size: cover;
	}
	.page_title .title_box {
		min-width: 53rem;
		padding: 1.5rem 2.5rem 1.7rem;
	}
	.page_title .title_box .sub {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}
	.page_title .title_box h1 {
		font-size: 4rem;
	}
	.page_contents {
		width: 900px;
		padding: 0 1rem 0 4rem;
		box-sizing: content-box;
	}
	.side_menu {
		background: linear-gradient(90deg, #004294, #002865);
	}
	.side_menu > ul {
		padding-top: 3rem;
	}
	.side_menu > ul > li {
		position: relative;
		border-top: 1px solid rgba(255,255,255,0.5);
		z-index: 4;
	}
	.side_menu > ul > li::before,
	.side_menu > ul > li::after {
		content: "";
		display: block;
		position: absolute;
		opacity: 0;
		z-index: 1;
	}
	.side_menu > ul > li::before {
		top: 0;
		left: 0;
		width: 28rem;
		height: 102%;
		background-color: #9f8028;
	}
	.side_menu > ul > li::after {
		top: 102%;
		right: -1rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 0;
		border-color: #745d1e transparent transparent transparent;

	}
	.side_menu > ul > li:hover::before,
	.side_menu > ul > li:hover::after {
		opacity: 1;
	}
	.side_menu > ul > li:hover,
	.side_menu > ul > li:hover + li {
		border-top: 1px solid rgba(255,255,255,0);
	}
	.side_menu > ul > li > a {
		font-size: 1.6rem;
		padding: 1.2rem 5rem 1.2rem 1.7rem;
	}
	.side_menu > ul > li > a span {
		font-size: 1.3rem;
	}
	.side_menu > ul > li > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 2rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 7px;
		border-color: transparent transparent transparent #ffffff;
	}
	.banner_area {
		padding: 2rem;
	}
	.banner_area .item + .item {
		margin-top: 1.5rem;
	}
	.banner_area .item a:hover {
		opacity: 0.8;
	}

	/* ドロップダウンメニュー */
	.side_menu > ul > li > ul {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 24rem;
		background-color: rgba(0,40,102,0.8);
		padding: 2rem 4.7rem 0 3rem;
		z-index: -1;
	}
	.side_menu > ul > li > ul > li {
		margin-bottom: 2.8rem;
	}
	.side_menu > ul > li > ul li a {
		position: relative;
		display: block;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.2;
		white-space: nowrap;
		padding-left: 1.7rem;
	}
	.side_menu > ul > li > ul li a::before {
		content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #4d71a4;
	}
	.side_menu > ul > li > ul li a:hover {
		opacity: .8;
	}
	.side_menu > ul > li:hover > ul {
		display: block;
	}
	.side_menu > ul > li > ul > li > ul {
		margin-top: 2rem;
		margin-left: 2rem;
	}
	.side_menu > ul > li > ul > li > ul > li {
		margin-bottom: 1.7rem;
	}
	/* .side_menu > ul > li > ul > li > ul {
		display: none;
	} */
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.main {
		padding-bottom: 8rem;
	}
	.side {
		padding: 3.8rem 2rem 1rem;
	}
	.page_title {
		height: 25.5rem;
		background: url(../img/common/page_title_sp.jpg) no-repeat;
		background-size: cover;
	}
	.page_title .title_box {
		min-width: 57rem;
		padding: 2rem 3rem 2.2rem;
		margin: 0 4rem;
	}
	.page_title .title_box .sub {
		font-size: 2.6rem;
		margin-bottom: 0.5rem;
	}
	.page_title .title_box h1 {
		font-size: 4.4rem;
	}
	.page_contents {
		padding: 0 2rem;
	}
	.side_menu {
		margin: 2rem 0;
	}
	body:not(.home) .side_menu {
		display: none;
	}
	.side_menu > ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2rem;
	}
	.side_menu > ul > li {
		width: 49.3%;
		border: 0.4rem solid #00479d;
		outline: 1px solid #809dc4;
		outline-offset: -0.4rem;
		background: linear-gradient(90deg, #004489, #003781);
		margin-bottom: 1rem;
		z-index: 1;
	}
	.side_menu > ul > li > a {
		font-size: 3rem;
		text-align: center;
		padding: 1.5rem 1rem;
	}
	.side_menu > ul > li > a span {
		font-size: 2.4rem;
	}
	.side_menu > ul > li > ul {
		display: none;
	}
	.banner_area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.banner_area .item {
		width: 48%;
		margin-bottom: 3rem;
	}
}

/*
  = bread
-------------------------------------------------- */
.bread li {
  display: inline-block;
}
.bread li a {
	display: block;
	position: relative;
}
.bread li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shared/icon_bread.png) no-repeat;
  background-size: 100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.bread {
		width: 900px;
		text-align: right;
    padding: 0 1rem 0 4rem;
    margin: 1.4rem 0 2.5rem;
		box-sizing: content-box;
	}
	.bread li {
		font-size: 1.4rem;
	}
	.bread li a {
		font-size: 1.3rem;
		padding-right: 1.6rem;
    margin-right: 1rem;
	}
	.bread li a:hover {
		text-decoration: underline;
	}
	.bread li a::after {
		width: 0.5rem;
		height: 0.8rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bread {
		padding: 0 2rem;
    margin: 1rem 0 2rem;
  }
  .bread li {
    font-size: 2rem;
  }
  .bread li a {
		font-size: 2rem;
    padding-right: 2.5rem;
    margin-right: 1.5rem;
  }
	.bread li a::after {
		width: 0.8rem;
		height: 1.4rem;
	}
}


/*
  = ニュースページ
-------------------------------------------------- */
.js-tab_select {
	position: relative;
}
.tab_select {
	position: relative;
}
.js-panel_group .news_cont .panel {
	display: none;
}
.js-panel_group .news_cont .panel.is_show {
	display: block;
}
.news_cont .list {
	display: flex;
	flex-wrap: wrap;
}
.news_cont .list li a {
	display: block;
	color: #444;
}
.news_cont .list li .tag a {
	display: inline-block;
}
.news_cont .list li a .img {
	position: relative;
	overflow: hidden;
}
.news_cont .list li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}
.news_cont .list li a .img .category {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 0 1rem 0.2rem;
	border-radius: 0 0 0.4rem 0;
	z-index: 2;
}
.news_cont .category.exam {
	background-color: #e14939;
}
.news_cont .category.club {
	background-color: #60a752;
}
.news_cont .category.movie {
	background-color: #8829a6;
}
.news_cont .category.event {
	background-color: #f09436;
}
.news_cont .category.other {
	background-color: #6c4d3e;
}
.news_cont .category.exc {
	background-color: #444444;
}
.news_cont .list li a .text_area {
	border-bottom: 1px solid #bbb;
}
.news_cont .list li a .text_area time {
	display: block;
	color: #00479d;
}
.news_cont .list li a .text_area .title {
	color: #444;
}

.pagenavi {
  display: flex;
	justify-content: center;
  align-items: center;
	padding: 3.8rem 0;
}
.pagenavi a,
.pagenavi span {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi .page-numbers {
	color: #444444;
	border: 1px solid #444444;
}
.pagenavi .current {
	color: #fff;
  background: #444444;
}
.pagenavi .prev,
.pagenavi .next {
	position: relative;
	display: block;
	font-weight: bold;
  border: none;
}
.pagenavi .prev,
.prev_next .prev {
	padding-left: 2rem;
	margin-right: 2.2rem;
}
.pagenavi .next,
.prev_next .next {
	padding-right: 2rem;
	margin-left: 2.2rem;
}
.prev_next {
  position: relative;
  padding-top: 6.5rem;
  border-top: 1px solid #bbbbbb;
}
.prev_next a {
	position: relative;
	display: block;
	color: #444;
	font-weight: bold;
}
.prev_next .prev, .prev_next .next, .prev_next .list {
  position: absolute;
  top: 2.5rem;
	}
.prev_next .prev {
	left: 1rem;
}
.prev_next .next {
	right: 1rem;
}
.prev_next .list {
	left: 50%;
  transform: translateX(-50%);
}
.pagenavi .prev::before,
.pagenavi .next::before,
.prev_next .prev::before,
.prev_next .next::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.1rem;
	height: 1.6rem;
	background: url(../img/shared/icon_pagenavi.png) center center no-repeat;
  background-size: 100%;
}
.pagenavi .prev::before,
.prev_next .prev::before {
	left: 0;
	transform: scale(-1, 1);
}
.pagenavi .next::before,
.prev_next .next::before {
	right: 0;
}

.heading02 {
	position: relative;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px #bbbbbb solid;
}
.heading02::before {
	content: "";
  width: 100%;
  height: 0.7rem;
  background-image: url(../img/shared/h2-bg-blue.png);
  background-color: #00479d;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16.8rem auto;
  display: block;
  position: absolute;
  top: -0;
  left: 0;
}
.heading03 {
	color: #fff;
	font-weight: bold;
	background-image: url(../img/shared/h3-icon-blue.svg);
  background-color: #4075b6;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
}
.post_info .tag a {
  display: inline-block;
	color: #444;
}
.input_form01 {
	display: flex;
	align-items: center;
	margin: 2.5rem 0;
}
.input_form01 span {
	margin-right: 1.5rem;
}
.input_form01 input[type="text"] {
	background-color: #fff;
	border-radius: 0.3rem;
	border: 1px solid #e5e5e5;
	padding: 0.6rem;
	margin-right: 0.5rem;
}
.input_form01 .submit_btn {
	color: #fff;
	text-align: center;
	background-color: #00479d;
	border-radius: 0.3rem;
	padding: 0.6rem 2rem;
}
.parents.box01 {
	text-align: center;
}
.parents.box01 .input_form01 {
	justify-content: center;
}
.box01 {
	background: url(../img/shared/bg-lt.svg) 0 0 no-repeat,url(../img/shared/bg-rb.svg) right bottom no-repeat;
	background-color: #fff;
}
.list01 li {
	position: relative;
	border-bottom: 1px dashed #00479d;
}
.list01 li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background: url(../img/shared/list-icon-blue.svg) no-repeat;
	background-size: 100%;
}
.list01 li a {
	position: relative;
	display: inline-block;
	color: #444;
}
.list01 li a.pdf::after {
	content: "";
	display: inline-block;
	position: relative;
	bottom: 0;
	margin: auto;
	background: url(../img/shared/icon_pdf.svg) no-repeat;
	background-size: 100%;
	margin-left: 1rem;
}
.btn_clm02 .item li a {
	display: block;
	text-align: center;
	font-weight: bold;
}
.btn_clm02 .item.red li a {
	color: #b2393b;
	border: 0.4rem solid #b2393b;
}
.btn_clm02 .item.blue li a {
	color: #1d4d82;
	border: 0.4rem solid #1d4d82;
}
.parents_list01 li {
	border-bottom: 1px dashed #d8d8d8;
}
.parents_list01 li:first-child {
	border-top: 1px dashed #d8d8d8;
}
.parents_list01 li a {
	color: #444;
}
.dBlock {
	display: block;
}
.textInd255 {
	text-indent: 2.55em;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.page_news_list {
		padding-top: 2.5rem;
	}
	.tab_box {
		display: flex;
		align-items: flex-end;
		margin-top: -3rem;
		margin-bottom: 3rem;
	}
	.tab_box li {
		position: relative;
		color: #444;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10rem;
		height: 2.8rem;
		font-size: 1.4rem;
		border-radius: 0.4rem;
		cursor: pointer;
		transition: .2s;
		z-index: 10;
	}
	.tab_box li + li {
		margin-left: 1rem;
	}
	.tab_box li.all {
		border: 2px solid #f8d348;
	}
	.tab_box li.exam {
		border: 2px solid #e14939;
	}
	.tab_box li.club {
		border: 2px solid #60a752;
	}
	.tab_box li.movie {
		border: 2px solid #8829a6;
	}
	.tab_box li.event {
		border: 2px solid #f09436;
	}
	.tab_box li.other {
		border: 2px solid #6c4d3e;
	}
	.tab_box li.exc {
		border: 2px solid #444444;
	}
	.tab_box li.list {
		border: 2px solid #00479d;
	}
	.tab_box li.archive {
		border: 2px solid #00479d;
	}
	.tab_box li.information {
		border: 2px solid #448aca;
	}
	.tab_box li.schoollife {
		border: 2px solid #f09436;
	}
	.tab_box li.media {
		border: 2px solid #bb71af;
	}
	.tab_box li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #444;
	}
	.tab_box li.list {
		width: 13rem;
		height: 5.8rem;
		font-size: 1.6rem;
		font-weight: bold;
		color: #00479d;
	}
	.tab_box li.list p {
		position: relative;
		display: inline-block;
		padding-left: 1.6rem;
	}
	.tab_box li.list p::before {
		content: "";
    display: block;
    position: absolute;
    top: 0;
		bottom: 0;
		margin: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.9rem;
    border-color: transparent transparent transparent #00479d;
	}
	.tab_box li:hover,
	.tab_box li.is_active,
	.tab_box li a:hover {
		color: #fff;
	}
	.tab_box li.all:hover,
	.tab_box li.all.is_active {
		background-color: #f8d348;
	}
	.tab_box li.exam:hover,
	.tab_box li.exam.is_active {
		background-color: #e14939;
	}
	.tab_box li.club:hover,
	.tab_box li.club.is_active {
		background-color: #60a752;
	}
	.tab_box li.movie:hover,
	.tab_box li.movie.is_active {
		background-color: #8829a6;
	}
	.tab_box li.event:hover,
	.tab_box li.event.is_active {
		background-color: #f09436;
	}
	.tab_box li.other:hover,
	.tab_box li.other.is_active {
		background-color: #6c4d3e;
	}
	.tab_box li.exc:hover,
	.tab_box li.exc.is_active {
		background-color: #444444;
	}
	.tab_box li.list:hover,
	.tab_box li.list.is_active {
		background-color: #00479d;
	}
	.tab_box li.information:hover,
	.tab_box li.information.is_active {
		background-color: #448aca;
	}
	.tab_box li.schoollife:hover,
	.tab_box li.schoollife.is_active {
		background-color: #f09436;
	}
	.tab_box li.media:hover,
	.tab_box li.media.is_active {
		background-color: #bb71af;
	}
	.tab_box li.list:hover p::before {
		border-color: transparent transparent transparent #fff;
	}
	.select_box_wpr {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
    background-color: #00479d;
    display: flex;
    align-items: center;
    width: 13rem;
    height: 2.8rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
	}
	.select_box {
		position: relative;
		padding: 0 2rem;
		width: 100%;
		cursor: pointer;
    transition: .2s;
    z-index: 10;
	}
	.select_box::before {
		content: "";
		display: block;
		position: absolute;
		top: 0.8rem;
    right: 1.6rem;
		border-style: solid;
		border-width: 0.8rem 0.5rem 0 0.5rem;
		border-color: #fff transparent transparent transparent;
		pointer-events: none;
	}
	.select_box .select {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		font-size: 1.6rem;
	}
	.news_cont .list li {
		width: 28rem;
		margin-bottom: 3.7rem;
	}
	.news_cont .list li:nth-child(3n-1) {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.news_cont .list li a .img {
		width: 100%;
		height: 20rem;
	}
	.news_cont .list li a .img .category {
		font-size: 1.2rem;
	}
	.news_cont .list li a .text_area {
		padding: 1rem 0;
		margin-bottom: 1rem;
	}
	.news_cont .list li a .text_area time {
		font-size: 1.2rem;
	}
	.news_cont .list li .tag {
		font-size: 1.2rem;
		padding-left: 2.3rem;
		background: url(../img/shared/icon_tag.svg) left 4px top 4px no-repeat;
		background-size: 12px auto;
	}
	.news_cont .list li a:hover .img img {
		-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	}
	.news_cont .list li a:hover .title {
		color: #00479d;
		text-decoration: underline;
	}
	.news_cont .list li .tag a:hover {
		color: #00479d;
		text-decoration: underline;
	}

	.pagenavi {
		font-size: 1.4rem;
	}
	.pagenavi span,
	.pagenavi a:not(.prev):not(.next) {
		width: 4rem;
		height: 4rem;
		margin: 0 0.5rem;
		border-radius: 0.5rem;
	}
	.pagenavi a.page-numbers:not(.prev):not(.next):hover {
		color: #fff;
	  background: #444;
	}
	.pagenavi .prev,
	.pagenavi .next,
	.prev_next a  {
		font-size: 1.6rem;
	}
	.prev_next a:hover {
		opacity: .8;
	}

	.post_block {
		padding-bottom: 4rem;
	}

	.heading02 {
		font-size: 2.6rem;
    padding: 17px 8px 10px 8px;
		margin-bottom: 1rem;
	}
	.heading03 {
		font-size: 2rem;
	  padding: 9px 13px 8px 50px;
	  background-position: 13px center;
	  background-size: 2.4rem auto;
		margin-bottom: 3rem;
	}
	.heading03 + .list01 {
		margin-top: -2rem;
	}
	.post_info {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 2.5rem;
	}
	.post_info .date {
		font-size: 1.2rem;
		margin-right: 1.5rem;
	}
	.post_info .tag {
	  font-size: 1.2rem;
	  padding-left: 2.3rem;
	  background: url(../img/shared/icon_tag.svg) left 4px top 4px no-repeat;
	  background-size: 12px auto;
	}
	.post_info .tag a:hover,
	.list01 li a:hover {
		color: #00479d;
		text-decoration: underline;
	}
	.parents.box01 {
		margin-bottom: 4rem;
	}
	.box01 {
		background-size: 21px auto;
    padding: 27px 30px 25px 30px;
	}
	.list01 li {
		padding: 1.5rem 0 1rem 2.5rem;
	}
	.list01 li::before {
		top: 2.6rem;
		width: 1.4rem;
		height: 1.4rem;
	}
	.list01 li a.pdf::after {
		top: 0.6rem;
		width: 1.9rem;
		height: 2.4rem;
	}
	.btn_clm02 {
		display: flex;
		justify-content: space-between;
	}
	.btn_clm02 .item {
		width: 48%;
	}
	.btn_clm02 .item li {
		margin-bottom: 2rem;
	}
	.btn_clm02 .item li a {
		font-size: 1.8rem;
		padding: 1.2rem;
	}
	.btn_clm02 .item li a:hover {
		opacity: .8;
	}
	.parents_list01 li a {
		display: flex;
		padding: 1.4rem 1rem;
	}
	.parents_list01 li a time {
		width: 7.7rem;
		font-size: 1.2rem;
		margin-top: 0.2rem;
	}
	.parents_list01 li a .title {
		width: calc(100% - 7.7rem);
	}
	.parents_list01 li a:hover .title {
		color: #00479d;
		text-decoration: underline;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.page_news_list {
		padding-top: 2rem;
	}
	.sp.tab_select {
		margin-top: 4rem;
	}
 	.select_box {
		position: relative;
		text-align: center;
		border: 0.2rem solid #444;
		border-radius: 0.4rem;
		background-color: #fff;
		padding: 0.8rem;
		margin-bottom: 4rem;
	}
	.select_box::before {
		content: "";
		display: block;
		position: absolute;
		top: 2.1rem;
		right: 2rem;
		border-style: solid;
		border-width: 1.5rem 0.9rem 0 0.9rem;
		border-color: #00479d transparent transparent transparent;
	}
	.select_box .select {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		font-size: 1.6rem;
	}
	.news_cont .list {
		justify-content: space-between;
	}
	.news_cont .list li {
		width: 48%;
		margin-bottom: 5.3rem;
	}
	.news_cont .list li a .img {
		width: 100%;
		height: 24.2rem;
	}
	.news_cont .list li a .img .category {
		font-size: 2rem;
	}
	.news_cont .list li a .text_area {
		padding: 1.3rem 0;
		margin-bottom: 2rem;
	}
	.news_cont .list li a .text_area time {
		font-size: 2.2rem;
	}
	.news_cont .list li .tag {
		font-size: 2.2rem;
		line-height: 1.35;
		padding-left: 3.5rem;
		background: url(../img/shared/icon_tag.svg) left top 0.4rem no-repeat;
		background-size: 2rem auto;
	}

	.post_block {
		padding-bottom: 6rem;
	}

	.pagenavi {
		padding: 4rem 0;
	}
	.pagenavi span,
	.pagenavi a:not(.prev):not(.next) {
		width: 6rem;
		height: 6rem;
		margin: 0 1rem;
		border-radius: 0.5rem;
	}
	.pagenavi .prev,
	.pagenavi .next {
		font-size: 2.6rem;
	}
	.pagenavi .prev,
	.prev_next .prev {
		padding-left: 3rem;
	}
	.pagenavi .next,
	.prev_next .next {
		padding-right: 3rem;
	}
	.pagenavi .prev::before,
	.pagenavi .next::before,
	.prev_next .prev::before,
	.prev_next .next::before {
		width: 1.5rem;
    height: 2.3rem;
	}
	.prev_next {
		padding-top: 6.5rem;
	}

	.heading02 {
		font-size: 4rem;
    padding: 2.8rem 1.4rem 1.9rem 1.4rem;
		margin-bottom: 3rem;
	}
	.heading03 {
		font-size: 3.6rem;
    padding: 1rem 1.5rem 1rem 8rem;
    background-position: 1.5rem center;
    background-size: 4rem auto;
		margin-bottom: 3rem;
	}
	.post_info {
		text-align: right;
		margin-bottom: 4rem;
	}
	.post_info .date {
		font-size: 2.2rem;
	}
	.post_info .tag {
		display: inline-block;
    font-size: 2.2rem;
    line-height: 1.35;
    padding-left: 3.5rem;
    background: url(../img/shared/icon_tag.svg) left top 0.4rem no-repeat;
    background-size: 2rem auto;
	}
	.input_form01 input[type="text"] {
		padding: 1rem;
		margin-right: 0.5rem;
	}
	.input_form01 .submit_btn {
		padding: 1rem 3rem;
	}
	.parents.box01 {
		margin-bottom: 6rem;
	}
	.box01 {
		padding: 3rem 3.6rem 3rem 3.6rem;
    background-size: 3rem auto;
	}
	.list01 li {
		padding: 2.5rem 0 2rem 3rem;
	}
	.list01 li::before {
		top: 3.5rem;
		width: 2rem;
		height: 2rem;
	}
	.list01 li a.pdf::after {
		top: 0.6rem;
    width: 2.4rem;
    height: 3.2rem;
	}
	.btn_clm02 .item + .item {
		margin-top: 6rem;
	}
	.btn_clm02 .item li {
		margin-bottom: 3rem;
	}
	.btn_clm02 .item li a {
		font-size: 2.8rem;
		padding: 2.2rem;
	}
	.parents_list01 li a {
		display: block;
		padding: 2.2rem 1rem;
	}
	.parents_list01 li a time {
		font-size: 2.2rem;
		margin-bottom: 0.5rem;
	}
}


/* = print
----------------------------------------------- */
@media print {
	html {
		width: 100%;
		zoom: 95%;
	}
	body {
		max-width: 1300px;
		margin: 0 auto;
	}
	#wrapper {
		overflow: visible;
	}
	.header,
	.header_main_menu.fixed {
		position: relative !important;
		top: 0;
		max-width: 1300px;
		min-width: unset;
	}
	#pagetop {
		display: none;
	}
	.fadeIn_up {
		transform: translate(0, 0) !important;
    opacity: 1 !important;
	}
}
