@charset "utf-8";

/*++++++++++
slide
++++++++++*/
section#slide {
	overflow: hidden;
	position: relative;
	/* height: 895px; */
	margin: 0;
	z-index: 0;
}

section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .swiper-container{
	width: 85%;
	overflow: hidden;
	float: right;
}
section#slide .cp {
	position: absolute;
	width: 50%;
	bottom: 3%;
	padding: 40px 40px 80px;
	z-index: 9;
	left: 2%;
}

section#slide .cp dt {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 15px;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
section#slide .cp dd {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.3em;
	letter-spacing: 5px;
	line-height: 1.6;
	font-weight: 600;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	}

section#slide .slider-swiper-pagination {
    position: absolute;
    bottom: 9%;
    width: auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
section#slide .slider-swiper-pagination span:before {
	content:
	"";
}

/*++++++++++
concept
++++++++++*/
section#concept {
	position: relative;
	margin: 150px 0 100px;
	overflow: hidden;
	height: 80vh;
	padding: 0 0 50px;
	}

section#concept .inner{
	
position: unset;}
section#concept dl{
	margin: 30px 0 0;
	width: 65%;
}

section#concept dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: 1.6;
	color: #111;
letter-spacing: 5px;}

section#concept dd p{
	letter-spacing: 2px;
	line-height: 2.5;
	font-weight: 500;
}

section#concept figure{
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
}

/*++++++++++
news
++++++++++*/
section#news {
	position: relative;
	padding: 50px 0 100px;
	overflow: hidden;
	z-index: 0;
}

section#news .slick-prev {
	right: unset;
	left: -3%;
	background: rgb(245 162 0);
	box-sizing: unset;
	opacity: 0;
	cursor: pointer;
	width:50px;
	height: 50px;
	transition: .3s;
	pointer-events: auto;
	top: 38%;
	margin: auto;
	border-radius: 100px;
	z-index: 1;
}
section#news .slick-prev.active {
	left: -1%;
	opacity: 1;
	transition: .3s;	
}
section#news .slick-next.active {
	right: -1%;
	opacity: 1;	
	transition: .3s;
}

section#news .slick-prev:before,
section#news .slick-next:before {
	content:"";	
}
section#news .slick-prev:after {
	content:
	"";
	background:
	url(../images/common/arrow_w.svg) no-repeat center center;
	background-size: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-90deg);
}

section#news .slick-next:after{
	content:
	"";
	background:
	url(../images/common/arrow_w.svg) no-repeat center center;
	background-size: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
}

section#news .slick-prev:hover,
section#news .slick-next:hover {
	transition:.3s;
	background: rgb(215 68 12);
}

section#news .slick-next {
	right: -3%;
	left: unset;
	background: rgb(245 162 0);
	box-sizing: unset;
	opacity: 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
	pointer-events: auto;
	top: 38%;
	margin: auto;
	border-radius: 100px;
	transition:.3s;
}

section#news .slick-dots {
	left: 0;
	margin: auto !important;
	bottom: -50px !important;
	right: 0;
}

section#news .slick-dots li button {
	background: #d5d2d2;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	transition: .3s;
}
section#news .slick-dots li button:hover,
section#news .slick-dots li.slick-active button {
	background: rgb(245 162 0);	
	transition:.3s;
}
section#news .slick-dots li button:before {
	content:"";
	
}

.slick-prev.slick-prev.slick-disabled, .slick-next.slick-next.slick-disabled {
	display:none;
}


section#news .button1, 
section#information .button1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 60px;
	max-width: 65px;
}
section#addmission .button1 {
	max-width: 200px;
	position: absolute;
	top: 8%;
	right: 6%;
}

section#news .swiper {
	padding: 0;
	overflow: unset;
	margin: 0 auto 50px;
}
section#news .slick-wrapper {
	/* align-items: flex-start; */
	/* justify-content: center; */
	/* margin: 0 0 0 -30px; */
	padding: 0 0 30px;
}

section#news .slick-track {
	 display: flex;
	}
section#news .slick-slide {
	width: 100%;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	/* height: 500px; */
	border: 1px solid #ccc;
	margin: 0 10px !important;
	flex-shrink:
	unset;
	/* float: left; */
	height: auto !important;
	}
section#news .slick-slide a {
	overflow:hidden;
	position:relative;
	display: block;
}
section#news .slick-slide figure {
	border-bottom: 1px solid #d3dde4;
	/* padding: 0 0 30px; */
	height: 297px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #f7f7f7;
}
section#news .slick-slide figure img {
	position:absolute;
	left:0;
	top: 0;
	bottom: 0;
	right:0;
	width: 100%;
	margin:auto;
}
section#news .slick-slide .title {
	color: rgb(0 127 197);
	font-size: 1em;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
	padding: 30px;
	word-break: break-all;
	}

	
section#news:before {
	content:
	"";
	background: #f5f4f0;
	position: absolute;
	top: 0;
	margin: auto;
	width: 100%;
	left: 0;
	z-index: -1;
	height: 350px;
}

section#news ul {
	max-width: 1400px;
	margin: auto !important;
}


section#news dl {
	display: flex;
	align-items: center;
	padding: 0 30px 20px;
}

section#news .cate {
	
	border: 1px solid #bfd9ec;
    background: #f5f7f9;
    color: inherit;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 500;
    padding: 3px 7px;
    line-height: 1.3;
    display: block;    
    letter-spacing: 0;
}

section#news .date,section#information .date {
	padding: 0 20px;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 1px;
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: 700;
	}


.swiper-buttonbox {
	right: 0;
	left: 0;
	width: 30% !important;
	height: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	height: auto;
	margin: auto;
	align-items: center;
	padding: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgb(245 162 0);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:rgb(245 162 0);
}

.swiper-pagination {
	width: 65% !important;
	right: 0;
	margin: -2% auto 0;
	bottom: 0;
	position: relative;
	top: inherit !important;
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,0.15);
}

.swiper-button-prev {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 100px;
	right: 0;left: inherit;
}
.swiper-button-prev:after {
	content:
	"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	background-size: 10px;
}

.swiper-button-next {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 100px;
	right: -65px;left: inherit;	
}

.swiper-button-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/
.inner.nyusi {
	border: 3px solid #111;
	margin: 0 auto 100px;
	padding: 0;
	box-sizing: border-box;
}

.inner.nyusi:before{
	content:
	"";
	position: absolute;
	border: 1px solid #111;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 99.5%;
	margin: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
}
section#information {
	padding: 80px 80px;
}

section#information ul{
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}
section#information li:first-child {
	border-top:2px solid #111;
}
section#information li{
	border-top: 1px dashed #666;
	/* width: 49%; */
	margin: 0;
}
section#information li .date {
	padding:0;
	font-size: 1.3em;
}

section#information li a{
	padding: 30px 20px;
	display: flex;
	position: relative;
	align-items: center;
}

section#information li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	background: #f5f7f9;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
	z-index: -1;
}

section#information li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}




section#information li a:after {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center rgb(0 127 197);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;
    transition: .3s;
}
section#information li a:hover:after {
 transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;	
	transition:.3s;
}


section#information li .title {
	margin: 0 0 0 50px;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6;
	width: 85%;
	color: rgb(0 127 197);
}
/*++++++++++
investigation
++++++++++*/
section#investigation {
	position: relative;
	padding: 100px 0 50px;
	/* height: 100vh; */
	overflow: hidden;
	margin: 0 0 100px;
}


section#investigation:after {
	content:
	"";
	position: absolute;
	height: 100%;
	width: 70%;
	background: #f5f4f0;
	left: 0;
	top: 0;
	z-index: 0;
}
section#investigation .inner {
	position: relative;
	z-index: 10;
	/* margin: 50px auto 0; */
}

section .investigationbox {
	width: 100%;
	flex-wrap: wrap;
	margin: 20px auto 60px;
	z-index: 10;
	position: relative;
	justify-content: left;
}
section .investigationbox:last-child {
	margin: 0;
}

section .investigationbox.fuzoku a {
	width: 47%;
	margin: 0 8px 20px;
	height: 200px;
}
section .investigationbox.fuzoku a figure {
	height:200px;
}
section .investigationbox.fuzoku a:nth-child(2n) {
	margin: 0 8px 20px;
}
section .investigationbox.fuzoku a:nth-child(3) {
	margin: 0 8px 20px;
}

section .investigationbox a{
	width: 32.5%;
	position: relative;
	overflow: hidden;
	margin: 0 15px 0 0;
	height: 230px;
}
section .investigationbox a:after {
	content:"";
}
section .investigationbox a:before {
	content:
	"";
	background: url(../images/common/arrow_w.svg) no-repeat center center;
	position: absolute;
	width: 20px;
	height: 10px;
	bottom: 6%;
	right: 1%;
	z-index: 1;
	transform: rotate(90deg);
	background-size: 10px;
}
section .investigationbox a:after {content: "";position: absolute;width: 100px;height: 100px;bottom: -24%;right: -12%;border-left: 1px solid #fff;transform: rotate(45deg);}
section .investigationbox a figure:before {
	content:
	"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: .3s;
}
section .investigationbox a:hover figure:before {
	background: rgba(0,0,0,0.7);
	transition:.3s;
}

section .investigationbox a:nth-child(3n) {
	margin: 0 0 15px;
}

section .investigationbox figure{
	height: 230px;
	width: 100%;
}

section .investigationbox figure img{
	
}

section .investigationbox figcaption{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: 8vh;
	font-family: 'Noto Serif JP', serif;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
}
section .investigationbox a:hover figcaption {
	z-index: 1;
	pointer-events: none;
	/* opacity:0; */
	transition:.3s;
}
section .investigationbox.fuzoku figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
}

section .investigationbox .senkou{
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #fff;
}


section .investigationbox .katei{
	
color: #fff;
}
section#investigation:before {
	content:
	"";
	/* background: url("../images/index/concept.jpg") no-repeat center; */
	background-size:100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	width: 100%;
}
section#investigation .inner figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
}
section#investigation .inner h3 {
	/* color: #fff; */
	/* display: block; */
}
section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}

section .investigationbox.brcs {
	width: 100%;
	margin: 0 auto 40px;
}
section .investigationbox.brcs a {
	width:100%;
	margin: 0;
	height: 200px;
}
section .investigationbox.brcs figcaption {
	height: 4vh;
}
section .investigationbox.brcs a:before {
	right: 1.5%;
}
section .investigationbox.brcs a:after {
	right: -4%;
}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/
section#addmission {
	padding: 50px 80px;
	/* background: #eff3f6; */
	/* background: #f5f4f0; */
	margin: auto;
	/* max-width: 85%; */
	border-top: 1px solid #eee;
	position: relative;
}
section#addmission .inner {
	max-width:1200px;
	margin:	auto;
}
section#addmission .inner .button1 {
	max-width: 290px;
}
section#addmission .investigationbox a {
	height: 180px;
	/* width: 49.2%; */
	margin: 0 12px 12px 0;
}
section#addmission .investigationbox a:after {
	right: -15%;
	bottom: -28%;
}
section#addmission .investigationbox a img {
	width:100%;
}
section#addmission .investigationbox a:nth-child(3n) {
	margin: 0 0 12px;
}
section#addmission .investigationbox figcaption {
	height:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#addmission ul {
	display: flex;
	flex-wrap: wrap;
}

section#addmission li {
	width: 49%;
}

section#addmission li:nth-child(2n) a{
	border-right: 1px solid #333;
}
section#addmission li:nth-child(n+3) a{
	border-bottom:1px solid #333;
}

section#addmission li a {
	display: block;
	border: 1px solid #333;
	padding: 50px;
	box-sizing: border-box;
	border-bottom: none;
	border-right: none;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	transition: .3s;
	}

section#addmission li a:hover {
	transition:.3s;
	color:#fff;
	background:#0c4ca8;
}
section#addmission li a:hover:before {
	border-color: transparent transparent rgb(0 127 197) transparent;
}

section#addmission li a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 50px 25px;
	border-color: transparent transparent rgb(0 127 197) transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(70deg);
	margin: -20px;
}
/*++++++++++
その他コンテンツ
++++++++++*/
.ocontents {
	background: url(../images/common/dots.png) repeat #333;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.ocontents figure {
}
.ocontents a {
	/* display: flex; */
	width: 100%;
	padding:50px;
	box-sizing: border-box;
	background: url(../images/common/next.png) no-repeat center right 5%;
	background-size: 20px;
	transition: .3s;
}

.ocontents a:hover {
	background: url(../images/common/next.png) no-repeat center right 3%;
	background-size: 20px;
	transition: .3s;	
	opacity: 0.7;
}
.ocontents a span {
	color: rgba(255,255,255,0.7);
	letter-spacing: 2px;
	width: 90%;
	display: block;
	line-height: 1.8;
}
.ocontents a:first-child p {
	background: url(../images/common/reseach.svg) no-repeat left center;
	background-size: 40px;
	padding: 0 0 0 50px;
}
.ocontents a p {
	display: block;
	color: #fff;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	font-weight: 600;
	background: url(../images/common/database.svg) no-repeat left center;
	background-size: 33px;
	padding: 0 0 0 46px;
}
.ocontents:before{
	content:
	"";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 80%;
	top: 0;
	width: 1px;
	background: rgb(255 255 255 / 30%);
	bottom: 0;
}

/*ノートPC等*/
@media screen and (max-width: 1699px) {

/*++++++++++
slide
++++++++++*/
section#slide {height: auto;margin: 0 0 100px;}
section#slide .cp {
	
}
section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .swiper-container{width: 87%;}
section#slide .cp {
    width: 55%;
    padding: 40px 0;
}


section#slide .cp dd {
	font-size: 2.5em;
	letter-spacing: 3px;
	}

section#slide .slider-swiper-pagination {
}

section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
section#slide .slider-swiper-pagination span:before {
	content:
	"";
}

/*++++++++++
concept
++++++++++*/
section#concept {
	margin: 200px 0 99px;
	}


section#concept dl{
	margin: 0;
	width: 70%;
}


section#concept dd p{
	letter-spacing: 2px;
	line-height: 2.5;
	font-weight: 500;
}

section#concept figure{
}

/*++++++++++
news
++++++++++*/

	section#news ul {
		max-width: 90%;
	}	
section#news .date,section#information .date {
	}
section#news .slick-slide figure {
	height: 250px;
}

.swiper-buttonbox {right: 2%;width: 40% !important;}

section#news ul.slick-dots {

}
	
section#news ul.slick-dots li {width: auto;height: auto;}

.slick-prev {
}



.slick-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/

section#information li a:after {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center #0c4ca8;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;
    transition: .3s;
}
section#information li a:hover:after {
}


section#information li .title {
}
/*++++++++++
investigation
++++++++++*/
section#investigation {margin: 0 0 100px;}
section .investigationbox .senkou {
	font-size: 1.3em;
}

section .investigationbox a:nth-child(3n) {
	margin: 0 0 15px;
}

section#investigation .inner figure img {width: 100%;}
section .investigationbox.brcs {max-width: 90%;}
section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/

section#addmission li a:hover:before {
}

}

@media screen and (max-width: 1299px) {

/*++++++++++
slide
++++++++++*/
section#slide {width: 100%;margin: 0 0 100px;}

section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .swiper-container{
	width: 85%;
}
section#slide .cp {width: 70%;bottom: 0;padding: 40px 0 60px;}

section#slide .cp dt {margin: 0 0 10px;font-size: 1em;}
section#slide .cp dd {
	font-size: 2.3em;
	}



section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
section#slide .slider-swiper-pagination span:before {
	content:
	"";
}

/*++++++++++
concept
++++++++++*/

section#concept dl{
	width: 55%;
}

section#concept dt{
	font-size: 2em;
	}

section#concept dd p{
	line-height: 2;
	font-size: 0.9em;
	letter-spacing: 1px;
}

section#concept figure{
}

/*++++++++++
news
++++++++++*/

	

.swiper-buttonbox {
	right: 5%;
	width: 55% !important;
}
.swiper-pagination {margin: -4% auto 0;width: 30% !important;}	


.swiper-button-prev {
	width: 40px;
	height: 40px;
}
.swiper-button-prev:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(-90deg);
	background-size: 10px;
}

.swiper-button-next {
	width: 40px;
	height: 40px;
}

.swiper-button-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/
section#information {
}


section#information li a{padding: 30px 0;}

section#information li a:after {
    width: 20px;
    height: 20px;
}

section#information li .title {font-size: 0.9em;}
/*++++++++++
investigation
++++++++++*/

section .investigationbox a{
	width: 32%;
	height: 150px;
}

section .investigationbox a:after {
	content:
	"";
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -25%;
	right: -20%;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
}
section .investigationbox a figure:before {
}
section .investigationbox a:hover figure:before {
}

section .investigationbox a:nth-child(3n) {
	margin: 0 0 15px;
}

section .investigationbox figure{
	height: 200px;
}


section .investigationbox figcaption{
}

section .investigationbox .senkou{
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

section .investigationbox .katei{
	
font-size: 0.9em;
}

section#investigation .inner figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/
section#addmission {padding: 50px 30px;}
section#addmission .inner {
	max-width:90%;
}	
section#addmission .investigationbox a {width: 48%;}
section#addmission .investigationbox a:after {
	right: -15%;
}	
section#addmission .investigationbox a:nth-child(3n) {
	margin: 0 12px 12px 0;
}
section#addmission li:nth-child(2n) a{
}
section#addmission li:nth-child(n+7) a{
	border-bottom:1px solid #333;
}

section#addmission li a {
	padding: 40px;
	font-size: 1.3em;
	}


}
@media screen and (max-width: 1023px) {

/*++++++++++
slide
++++++++++*/
section#slide {height: 700px;margin: 0;}

section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .swiper-container{
	width: 100%;
	float: none;
}
section#slide .swiper-container img {
	width:100%;
}
section#slide .cp {padding: 0 0 20px;}

section#slide .cp dt {font-size: 0.9em;letter-spacing: 0;}
section#slide .cp dd {
	font-size: 2em;
	}



section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}

/*++++++++++
concept
++++++++++*/
section#concept {
	height: auto;
	margin: 100px 0;
	}


section#concept dl{
	width: auto;
}
section#concept dt {
	font-size: 1.6em;
}

section#concept dd{
	width: 66%;
	}


section#concept figure{width: 35%;}

/*++++++++++
news
++++++++++*/

section#news .slick-prev {
	left: -2%;
	width: 50px;
	height: 50px;
}

section#news .slick-next {
	right: -2%;
	width: 50px;
	height: 50px;
}

section#news .slick-dots {
	left: 0;
	margin: auto !important;
	bottom: -50px !important;
	right: 0;
}

section#news .slick-dots li button {
	width: 10px;
	height: 10px;
}
section#news .slick-dots li button:hover,
section#news .slick-dots li.slick-active button {
	background: rgb(245 162 0);	
	transition:.3s;
}
section#news .slick-dots li button:before {
	content:"";
	
}

.slick-prev.slick-prev.slick-disabled, .slick-next.slick-next.slick-disabled {
	display:none;
}


section#news .button1, section#information .button1{
	position: absolute;
	top: 0;
	right: 0;
	margin: 50px;
}	
section#news .button1 {/* position: relative; *//* right: 0; */top: 6%;right: 7%;}

section#news .slick-slide {

	height: auto;
	}


.swiper-button-prev {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 100px;
	right: 0;left: inherit;
}
.swiper-button-prev:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(-90deg);
	background-size: 10px;
}

.swiper-button-next {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 100px;
	right: -65px;left: inherit;	
}

.swiper-button-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/
section#information {padding: 50px 30px;}

section#information ul{display: block;}

section#information li{width: 100%;}
section#information li .date {
	font-size: 1em;
}

section#information li a{}

section#information li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	background: #f5f7f9;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
	z-index: -1;
}

section#information li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}




section#information li a:after {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center #0c4ca8;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;
    transition: .3s;
}
section#information li a:hover:after {
 transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;	
	transition:.3s;
}


section#information li .title {width: 70%;}
/*++++++++++
investigation
++++++++++*/

section#addmission .inner .button1 {
	max-width: max-content;
	padding: 5px 40px;
	}
section#investigation:after {
	width: 85%;
}
section .investigationbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}

section .investigationbox a{width: 47%;margin: 0 8px 20px;height: 180px;}
section#addmission .investigationbox a:after {right: -20%;}
section .investigationbox a:after {
	right: -16%;
	bottom: -30%;
}
section .investigationbox a figure:before {
}
section .investigationbox a:hover figure:before {
}

section .investigationbox a:nth-child(3n) {
	margin: 0 10px 20px;
}

section .investigationbox figure{
}


section .investigationbox figcaption{
	height: 7vh;
	padding: 0 20px;
}

section .investigationbox .senkou{font-size: 1.2em;}



section#investigation .inner figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/

section#addmission li {
	width: 100%;
}

section#addmission li:nth-child(3n) a{
}
section#addmission li:nth-child(n+7) a{
	border-bottom:1px solid #333;
}
section#addmission .investigationbox a:nth-child(3n) {
	margin: 0 0 12px;
}
section#addmission li a {
	border-right: 1px solid #333;
	}

/*++++++++++
その他コンテンツ
++++++++++*/
.ocontents {}
.ocontents figure {
}
.ocontents a {
	display: block;
	padding: 30px;
	background-size: 10px;
}

.ocontents a span {font-size: 0.8em;}
.ocontents a:first-child p {
}
.ocontents a p {font-size: 1.3em;margin: 0 0 10px;}
.ocontents:before{
}
}

/*スマホ横*/
@media screen and (max-width: 767px) {

/*++++++++++
slide
++++++++++*/
section#slide {
}

section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .swiper-container{
}
section#slide .cp {
	position: absolute;
	padding: 40px 0 80px;
	z-index: 9;
	left: 2%;
	width: 100%;
}

section#slide .cp dt {
}
section#slide .cp dd {
	font-size: 1.7em;
	}


section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
section#slide .slider-swiper-pagination span:before {
	content:
	"";
}

/*++++++++++
concept
++++++++++*/
section#concept {
	}

section#concept .inner{
	
max-width: 100%;
}
section#concept dl{padding: 30px 20px;clear: right;}

section#concept dt{
	font-size: 1.3em;
	margin: 0 0 20px;
	}
section#concept dd {
	width:auto;
}
section#concept dd p{
	letter-spacing: 1px;
	line-height: 2;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
}
section#concept dd .button1 p {
	font-size: 1em;
}
section#concept figure{position: relative;width: 93%;float: right;}


/*++++++++++
news
++++++++++*/
section#news .slick-slide figure {height: 180px;}

section#news .slick-slide .title{
	padding: 30px 20px;
	font-size: 0.9em;
}
section#news dl  {
	padding: 0 30px 20px;
}	

.swiper-button-prev {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	width: 50px;
	height: 50px;
	background: #fff;
	/* border: 1px solid #ccc; */
	border-radius: 100px;
	right: 0;left: inherit;
}
.swiper-button-prev:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(-90deg);
	background-size: 10px;
}

.swiper-button-next {
}

.swiper-button-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/
section#addmission .investigationbox a {width: 100%;margin: 0 0 15px;}
section#addmission .button1 {
	position:
	relative;
	margin: auto;
	right: 0;
	max-width: 80%;
}
section#information ul{
}

section#information li{margin: 0;}
section#information li .date {font-size: 1.1em;}

section#information li a{display: block;}

section#information li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	background: #f5f7f9;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
	z-index: -1;
}

section#information li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}




section#information li a:after {
}
section#information li a:hover:after {
 transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;	
	transition:.3s;
}
section#information li .title {font-size: 1em;margin: 0;width: auto;}

section#news .swiper-button-prev {
	width: 50px;
	height: 50px;
	bottom: unset;
	top: 40%;
	right: inherit;
	left: 6%;
	margin: 0;
}

section#news .swiper-button-next {
	width: 50px;
	height: 50px;
	bottom: unset;
	top: 40%;
	right: 6%;
	margin: 0;
}
	
	
/*++++++++++
investigation
++++++++++*/
section#investigation {padding: 70px 0;}
section .investigationbox.fuzoku a {
	width: 100%;
	height: 180px;
} 
section .investigationbox.fuzoku a figure {
	height: 180px;
}	
section .investigationbox a:before {right: 1%;bottom: 5%;}
section .investigationbox a:after {width: 70px;height: 70px;right: -12%;bottom: -17%;}
section .investigationbox a figure:before {
}

section .investigationbox a:hover figure:before {
}

section .investigationbox a:nth-child(3n) {margin: 0 8px 20px;}


section .investigationbox .senkou{
	font-size: 1.1em;
}


section#investigation:before {
}
section#investigation .inner figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
section .investigationbox a {width: 100%;}
section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/

section#addmission li:nth-child(3n) a{
}
section#addmission li:nth-child(n+7) a{
	border-bottom:1px solid #333;
}
/*++++++++++
その他コンテンツ
++++++++++*/
.ocontents {}
.ocontents figure {
}
.ocontents a {
	display: block;
	padding: 30px;
	background-size: 10px;
}

.ocontents a span {
}
.ocontents a:first-child p {
}
.ocontents a p {font-size: 1.3em;margin: 0 0 10px;text-align: left;}
.ocontents:before{
	height: 1px;
	top: 0;
	width: 100%;
}

}

/*スマホ縦*/
@media screen and (max-width: 480px) {
section#news .button1, section#information .button1 {
	position: relative;
	max-width: 50px;
	margin: auto;
	padding: 5px 15px;
}
section#news .button1 p, section#information .button1 p, section#addmission .button1 p {
	text-align: left;
	font-size: 0.9em;
	width: auto;
}
section#addmission .button1 {position: relative;right: 0;margin: auto;width: 100%;max-width: 180px;padding: 10px 10px 10px 20px;}	
/*++++++++++
slide
++++++++++*/
section#slide {
    height: auto;
}

section#slide nav {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 8%;
	z-index: 10;
	background: rgba(12, 76, 168, 0.9);
}

section#slide nav.is-animation {
	bottom: inherit;
	top: 0;
}

section#slide .cp {
	width: auto;
	left: 0;
	padding: 0 20px 20px;
	bottom: 5%;
}

section#slide .cp dd {
	font-size: 1.3em;
	letter-spacing: 3px;
	line-height: 1.8;
	}

section#slide .slider-swiper-pagination {bottom: 2%;}

section#slide .slider-swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	position: relative;
}
section#slide .slider-swiper-pagination span:before {
	content:
	"";
}

/*++++++++++
concept
++++++++++*/

/*++++++++++
news
++++++++++*/
section#news {
	margin: 0;
	padding: 50px 0;
}
section#news .slick-wrapper {
	margin: 0;
}	

section#news .slick-prev {
	left: -3%;
	width: 40px;
	height: 40px;
}

section#news .slick-next {
	right: -3%;
	width: 40px;
	height: 40px;
}
section#news .button1 {
	box-sizing: border-box;
	right: 0;
	max-width: 80px;
}

section#news .slick-slide {
	margin: 0 0 !important;
	height: auto;
	max-width: 100%;
}


section#news dl {
	display: flex;
	align-items: center;
}

section#news .cate {
	
	border: 1px solid #bfd9ec;
    background: #f5f7f9;
    color: inherit;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 500;
    padding: 3px 7px;
    line-height: 1.3;
    display: block;    
    letter-spacing: 0;
}

section#news .date,section#information .date {
	font-size: 0.9em;
	}

section#news .swiper {
	margin:
	auto;
	/* width: 90%; */
}
.swiper-buttonbox {
	position: unset;
	width: 90% !important;
	margin: auto;
	padding: 0;
}

section#news .swiper-button-prev {
	left: 1%;
	width: 40px;
	height: 40px;
}

section#news .swiper-button-next {
	right: 1%;
	width: 40px;
	height: 40px;
}

.swiper-pagination {
	width: 65%!important;
}

.swiper-pagination-progressbar {
	margin: 30px auto;
	right: 0;
	position: relative;
}

.swiper-button-prev {right: 15%;width: 40px;height: 40px;}
.swiper-button-prev:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(-90deg);
	background-size: 10px;
}

.swiper-button-next {right: 2%;width: 40px;height: 40px;}

.swiper-button-next:after {
	content:"";
	background: url(../images/common/arrow.svg) no-repeat center center;
	width: 10px;
	height: 12px;
	transform: rotate(90deg);
	background-size: 10px;
}
/*++++++++++
information
++++++++++*/
.inner.nyusi:before {
	height: 99.8%;
}	
section#information {padding: 30px 20px;}
section#information li a {
	display: block;
	padding: 10px 0 15px;
}
section#information li .date {
	font-size: 1em;
}	
section#information li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	background: #f5f7f9;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
	z-index: -1;
}

section#information li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}




section#information li a:after {
}
section#information li a:hover:after {
 transform: rotate(90deg);
    background-size: 8px;
    border-radius: 100%;	
	transition:.3s;
}


section#information li .title {font-size: 0.8em;width: 82%;margin: 0;}
/*++++++++++
investigation
++++++++++*/


section .investigationbox {display: block;margin: 0 0 40px;}
section .investigationbox.fuzoku a {
	width:100%;
	height: 100px;
	margin: 0 0 20px;
}	
	section .investigationbox.fuzoku a:nth-child(2n),
	section .investigationbox.fuzoku a:nth-child(3){
		margin: 0 0 20px;
	}	
section .investigationbox.brcs {
	margin: 0 auto 20px;
}
section .investigationbox a{
	width: 100%;
	margin: 0 0 20px;
	display: block;
	height: 130px;
	}
section .investigationbox a:nth-child(3n) {
	margin: 0 0 20px;
}
section .investigationbox a:after {
	height: 75px;
	width: 75px;
	bottom: -20%;
}
section .investigationbox.fuzoku a:after {
	width: 60px;
	height: 60px;
	right: -10%;
	bottom: -30%;
}
	
section .investigationbox a figure:before {
	content:
	"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: .3s;
}
section .investigationbox a:hover figure:before {
}


section .investigationbox figcaption{height: 7vh;padding: 0 20px;}

section .investigationbox .senkou{}


section#investigation .inner figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

section#investigation .overlay {
	content:
	"";
	/* background: rgba(12, 76, 168, 0.7); */
	position:
	absolute;
	width:100%;
	height: 170px;
	top: 0;
	left: 0;
	z-index: 1;
	bottom: inherit;
	}
/*
section#investigation .inner .inverbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 44%;
	margin: 15px 0 0;
	height: auto;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
section#investigation .inner .inverbox.active {
	display:
	block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
section#investigation .inner .inverbox .flex {
	justify-content: left;
	flex-wrap: wrap;
}
section#investigation .inner .inverbox p {
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #bfd9ec;
	background: #fff;
	padding: 0 5px;
	font-size: 0.75em;
	margin: 0 2px 5px 0;
}


section#investigation .tab {
	margin: 100px 0 0;
	width: 54%;
	flex-wrap: wrap;
	float: left;
	display: flex;
	}
section#investigation .tab ul{
	
}
section#investigation .tab li{
	border: 1px solid #bfd9ec;
	background: #fff;
	width: 47%;
	box-sizing: border-box;
	margin: 0 3% 2% 0;
	}
section#investigation .tab li:nth-child(2n) {
	margin:0 0 2%;
}
section#investigation .tab li a {
	display: block;
	position:relative;

}
section#investigation .tab li a.active dl {
	background: #0c4ca8;
	color: #fff;
}
section#investigation .tab dl{
	text-align: center;
	position:relative;
	padding: 25px 10px;
	box-sizing: border-box;	
	font-family: 'Noto Serif JP', serif;
}
section#investigation .tab dt{
	font-weight: 600;
	font-size: 1.3em;
	}
section#investigation .tab dd{
	font-weight: 500;
	font-size: 0.8em;
}
section#investigation .tab a:hover dl {
	position:relative;
	z-index:10;
	color:#fff;
}
section#investigation .tab a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 0;
	background: #0c4ca8;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .8s;
}
section#investigation .tab a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	z-index:0;

}
section#investigation .inner .inverbox figure {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
section#investigation .inner .inverbox dl {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	color: #0c4ca8;
	align-items: center;
	margin: 20px 0 10px;
}
section#investigation .inner .inverbox dt {
	font-size: 2em;
	font-weight: 600;
	margin: 0 5px 0 0;
	letter-spacing: 1px;
}
section#investigation .inner .inverbox dd {
	font-size: 1.2em;
	margin: 5px 0 0;
}
*/
/*++++++++++
addmission
++++++++++*/
section#addmission .investigationbox figcaption .katei{
font-size:0.8em;
}	
	section#addmission .investigationbox a:after {
		right: -15%;
	}	
section#addmission {
    padding: 50px 20px;
    margin: 0;
}
section#addmission .inner {
	max-width:90%;
	margin:auto;
}	
section#addmission .inner h3 {
	text-align:center;
}	

section#addmission ul {
	display: flex;
	flex-wrap: wrap;
}

section#addmission li:first-child {width: 100%;}

section#addmission li:nth-child(3n) a{}
section#addmission li:nth-child(n+7) a{
	border-bottom:1px solid #333;
}

section#addmission li a {
	padding: 20px 15px;
	font-size: 0.9em;
	}

section#addmission li a:before{
	border-width: 0 20px 40px 20px;
}

section#addmission .investigationbox a,section#addmission .investigationbox a:nth-child(2n) {
	width: auto;
	margin: 0 auto 15px;
}
section#addmission .investigationbox a {
	height: 150px;
}	
section#addmission .investigationbox a:nth-child(3n) {margin: 0 0 12px;}	
/*++++++++++
その他コンテンツ
++++++++++*/
.ocontents {}
.ocontents figure {
}
.ocontents a {
	padding: 20px;
	margin: 0;
}

.ocontents a span {font-size: 0.75em;letter-spacing: 1px;}
.ocontents a:first-child p {background-size: 30px;padding: 0 0 0 40px;}
.ocontents a p {font-size: 1.1em;background-size: 25px;padding: 0 0 0 35px;}
.ocontents:before{
	height: 1px;
	top: 0;
	width: 100%;
}	
}