@charset "utf-8";

/* ======== style for all page ======== */
.h-news {
    margin-top: -90px;
				position: relative;
				padding-bottom: 20px;
}

.h-news:after {
    content: "";
    display: block;
    width: 100%;
				height: 178px;
    position: absolute;
    bottom: 0;
    background: url(../image/line-01.png) no-repeat;
    background-size: 100%;
				z-index: 2;
}

@media all and (min-width: 1600px) {
	.h-news:after {
		bottom: 14px;
	}
}

.news__inner {
    height: 90px;
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.news__inner .__title {
    width: 122px;
    display: flex;
    justify-content: center;
    padding: 19px 0px;
    border-right: 1px solid #dddddd;
    margin-right: 35px;
}

.news-slide {
    flex: 1;
}

.new__item .date {
    color: #004695;
    font-weight: 400;
    padding-right: 20px;
}

.new__item:hover {
    text-decoration: underline;
}

.new__item {
    display: flex;
    align-items: center;
				padding: 27px 0 19px;
}

.new__item.--topic {
    padding: 20px;
    border-top: 1px solid #dddddd;

    background-image: url(../image/next-icon.png);
    background-size: 6px;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.new__item.--topic:last-child {
    border-bottom: 1px solid #dddddd;
}

.new__item h4 {
    font-size: 15px;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 36px;
    position: relative;
				padding-top: 2px;
}

.new__item h4 span.new {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 15px;
    text-transform: uppercase;
    color: #e62e2e;
    font-weight: 400;
    line-height: 1;
    font-family: "Oswald", sans-serif;
}

.pickup-news__ui {
    padding-right: 26px;
    padding-left: 10px;
    column-gap: 9px;
}

.pickup-news__ui button {
    background-color: transparent;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
}

.pickup-news__ui button img {
    width: 6px;
    min-width: 6px;
}

.pickup-news__pagination {
    color: #7fa2ca;
}

.pickup-news__pagination span {
    font-size: 15px;
    font-weight: 500;
}

span.swiper-pagination-current {
    color: #004695;
}

.video__yt {
    margin-top: 0;
}

.topics {
    padding-top: 75px;
    padding-bottom: 140px;
}

.section-title {
    column-gap: 16px;
}

.section-title span {
    font-size: 17px;
    font-weight: 500;
}

.wrap__topics-item {
    margin-top: 30px;
    margin-bottom: 50px;
}

.wrap__topics-item a.new__item {
	   text-decoration: none;
}

.wrap__topics-item a.new__item:hover {
				background-color: #F0F8FF;
}

.btn {
    display: inline-flex;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 15px 20px;
    min-width: 340px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #004695;

    background-image: -webkit-linear-gradient(30deg, #004695 50%, transparent 50%);
    background-image: linear-gradient(30deg, #004695 50%, transparent 50%);
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
				text-decoration: none !important;
}

.btn:hover {
    background-position: 100%;
    color: #004695;
    opacity: 1;
}

.btn:hover svg  {
    stroke: #004695;
}

.btn svg {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper.yt-slide {
    padding-bottom: 50px;
    justify-content: space-between;
}

.swiper-wrapper {
	margin-bottom: 10px;
}

.yt-slide__bt {
    position: absolute;
    width: 1180px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.yt-slide__bt .swiper-button-prev::after,
.yt-slide__bt .swiper-button-next::after {
    content: none;
}

.yt-slide__bt .swiper-button-prev ,
.yt-slide__bt .swiper-button-next {
    width: 50px;
    transition: 0.2s;
}

.yt-slide__bt .swiper-button-prev:hover,
.yt-slide__bt .swiper-button-next:hover {
    opacity: 0.7;
}

.yt__item {
    width: 100%;
    display: flex;
    column-gap: 0;
    align-items: stretch;
}

.yt__item iframe {
   /*height: 196px !important;*/
    object-fit: cover;
    width: 100% !important;
}


.yt-slide .swiper-slide .yt__item  {
    opacity: 0.5;
}

.yt-slide .swiper-slide.swiper-slide-active .yt__item,
.yt-slide .swiper-slide.swiper-slide-prev .yt__item,
.yt-slide .swiper-slide.swiper-slide-next .yt__item {
    opacity: 1;
}

.yt-slide .swiper-pagination .swiper-pagination-bullet {
    background-color: #004695;
    opacity: 1;
    width: 16px;
    height: 16px;
}

.yt-slide .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #004695;
} 


.movie > ul {
	/*display:flex;
	justify-content:space-around;
	flex-wrap:wrap;*/
}

.movie .slide-movie {
	margin: 0;
	padding: 0;
	list-style: none;
}

.movie .slide-movie > li {
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom:1em;
}

.movie .slick-list li iframe {
	display:block;
	margin:0 auto;
}

.movie .slick-arrow {
	background:#132850;
	z-index:1;
	width:4.8rem;
	height:4.8rem
}

.movie .slick-prev {
	left:0;
}

.movie .slick-next {
	right:0;
}

.movie .slick-prev::before,
.movie .slick-next::before {
	font-weight:bold;
	font-size:1.6rem;
	opacity:1;
}

.movie .slick-prev::before {
	content: "";
	background-image: url(../image/arrow-10.png);
	background-size: 20px;
	width: 20px;
	height: 30px;
	display: block;
	position: relative;
	left: calc(50% - 10px);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
background-color: #132850 !important;
}

.movie .slick-next::before {
	content: "";
	background-image: url(../image/arrow-09.png);
	background-size: 20px;
	width: 20px;
	height: 30px;
	display: block;
	position: relative;
	left: calc(50% - 10px);
}

.movie .slick-dots {
    bottom: -40px;
}

.movie .slick-dots li button::before {
	content:'';
	width:16px;
	height:16px;
	background:#132850;
	border-radius:50%;
}

.movie .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 5px;
}


@media only screen and (max-width: 1200px) {
    .yt-slide__bt {
        max-width: 94%;
        width: 100%;
    }
}

/*--------------------------------------------------
  feature　特徴と学び
--------------------------------------------------*/
#pageHeader.feature {
	background: url(../../feature/image/feature_ttl_back.jpg) no-repeat 0 0;
	background-size: cover;
}

.fieldWrap {
	display: flex;
}

.fieldWrap div {
	width: 46%;
	margin: 0 2% 80px;
	padding: 20px;
	box-shadow: 0 0 8px #CCC;
	border-radius: 10px;
}

main#second .fieldWrap div h4 {
	position: relative;
	margin: 0 0 10px;
	font-size: 20px;
	padding: 0 4px;
	font-weight: 500;
	color: #FFF;
	background-image: none;
	background-color: #003470;
}

main#second .fieldWrap div h4:before {
	position: absolute;
	width: 60px;
	height: 16px;
	content: "";
	top: unset;
	left: unset;
	bottom: -8px;
	right: -10px;
	background-color: #DFEEFF;
	z-index: -1;
}

main#second .fieldWrap div h4:after {
	display: none;
}

main#second .fieldWrap div p {
	margin: 0;
}

.featurePoint {
	display: flex;
	margin: 50px 0 40px;
	flex-wrap: wrap;
}

.featurePoint li {
	position: relative;
	width: 30%;
	font-size: 18px;
	margin-bottom: 60px;
	padding: 40px 10px 16px;
	line-height: 1.4;
	border-top: 1px dashed #CC146A;
	border-bottom: 1px dashed #CC146A;
}

.featurePoint li:nth-child(2) {
	margin: 0 5% 60px;
}

.featurePoint li div {
	position: absolute;
	background-color: #CC146A;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 12px 0 0;
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	top: -30px;
}

.featurePoint a {
	text-decoration: none !important;
}

.flowYear {
	display: flex;
}

.flowYear:nth-of-type(4) {
	margin-bottom: 60px;
	padding-top: 40px;
}

.flowYear .info {
	width: calc( (100% - 160px) / 2 );
	padding: 60px 0;
}

.flowYear .info dt {
	color: #CC146A;
	font-weight: 800;
	font-size: 20px;
	margin: 0 0 20px;
}

.flowYear .info dd {
	line-height: 1.6;
}

.flowYear .grade {
	width: 120px;
	margin: 0 20px;
	text-align: center;
	font-size: 28px;
	position: relative;
	padding: 0 0 60px;
	line-height: 1.4;
}

.flowYear .grade:after {
	position: absolute;
	top: 0;
	left: calc( 50% - 4px);
	width: 8px;
	height: 100%;
	background-color: #003470;
	content: "";
	z-index: -1;
}

.flowYear:nth-of-type(4) .grade:after {
	top: -40px;
	height: calc( 100% + 40px);
}

.flowYear .grade p {
	display: block;
	background-color: #003470;
	color: #FFF;
	padding: 8px 0;
}

.flowYear .photo {
	width: calc( (100% - 160px) / 2 );
	padding: 0 0 60px;
}

.flowCourse {
	background-color: #FEEFF7;
	padding: 40px 20px;
	text-align: center;
}

.flowCourse .lead {
	position: relative;
	color: #CC146A;
	font-weight: 800;
	font-size: 22px;
	display: inline-block;
	margin: 0 0 50px !important;
}

.flowCourse .lead:before {
	position: absolute;
	top: 0;
	left: -40px;
	content: "";
	background-color: #CC146A;
	width: 50px;
	height: 2px;
	transform: rotate(-16deg);
}

.flowCourse .lead:after {
	position: absolute;
	bottom: -2px;
	right: -40px;
	content: "";
	background-color: #CC146A;
	width: 50px;
	height: 2px;
	transform: rotate(-16deg);
}

.flowCourse dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 16px;
}

.flowCourse dl dt {
	width: 280px;
	background-color: #CC146A;
	color: #FFF;
	padding: 8px;
	margin: 0 0 10px;
	position: relative;
}

.flowCourse dl dt:before {
	position: absolute;
	top: 50%;
	right: -30px;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #CC146A;
}

.flowCourse dl dd {
	width: calc( 100% - 320px);
	margin: 0 0 10px 40px;
	padding: 8px;
	border-bottom: 1px dotted #CC146A;
}


/*--------------------------------------------------
  research　研究・スタッフ
--------------------------------------------------*/
#pageHeader.research {
	background: url(../../research/image/research_ttl_back.jpg) no-repeat 0 0;
	background-size: cover;
}

.labList {
	display: flex;
	flex-wrap: wrap;
}

.labList .box {
	width: 46%;
	margin: 0 2% 40px;
	border-top: 4px solid #A2CEFF;
 border-image: linear-gradient(to right, #A2CEFF 0%, #003470 100%);
 border-image-slice: 1;
	position: relative;
}

.labList div a {
	display: flex;
	padding: 20px;
	opacity: 1;
	text-decoration: none !important;
}

.labList div a:hover {
	background-color: #FFE;
}

.labList div a figure {
	width: 40%;
	margin-right: 20px;
}

.labList div figure img {
	display: block;
	margin: 0 auto;
}

.labList div.box div {
	width: 60%;
}

.labList div h5 {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #003470;
}

.labList div p {
	margin: 0 0 10px !important;
	font-size: 17px;
	font-weight: 500;
}

.labList div ul li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 13px;
}

.labList div table {
	margin-bottom: 40px;
}

.labTheme {
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}

.labTheme figure {
	width: 40%;
	position: relative;
}

.labTheme figure img {
	border: 4px solid #FFF;
}

.labTheme div {
	width: 56%;
}

main#second .labTheme div h4 {
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	color: #CC146A;
}

main#second .labTheme div h4:before,
main#second .labTheme div h4:after {
	display: none;
}

.labTheme div dl {
	margin: 0 0 30px;
	padding: 14px 20px 10px;
	background-color: #FEEFF7;
}

.labTheme div dl dt {
	font-weight: 500;
	margin: 0 0 10px;
	font-size: 16px;
}

.labTheme div dl dd {
	line-height: 1.4;
	color: #CC146A;
	font-weight: 500;
}

.labTheme div dl dd ul {
	margin: 4px 0 0;
}

.labTheme div dl dd ul li {
	display: inline-block;
	background-color: #FFF;
	color: #000;
	margin: 0 8px 4px 0;
	padding: 4px;
}

.labTheme figure:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 300px;
	bottom: -60px;
	right: calc( 50% - 220px);
	background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(223, 238, 255, 1));
	z-index: -1;
	transform: rotate(-2deg);
}

.labTeacher {
	display: flex;
	justify-content: space-between;
	margin: 0 40px 80px;
}

.labTeacher div {
	width: calc( 100% - 200px);
}

main#second .labTeacher div .kai {
	margin: 0;
}

main#second .labTeacher div p.kai + h4 {
	margin: 0 0 30px;
}

main#second .labTeacher div h4 {
	padding: 0;
	background-color: transparent;
	line-height: 1;
	font-size: 28px;
	letter-spacing: 0.04em;
}

main#second .labTeacher div h4 .en {
	font-size: 16px;
	margin-left: 20px;
}

main#second .labTeacher div h4:before,
main#second .labTeacher div h4:after {
	display: none;
}

.labTeacher figure {
	width: 150px;
}

main#second .labTeacher div h5 {
	margin: 0 0 10px;
	font-size: 18px;
	border-bottom: 1px dotted #CCC;
}

main#second .labTeacher div ul {
	display: flex;
}

main#second .labTeacher div ul li {
	margin-right: 10px;
}

main#second .labTeacher div ul li a {
	display: block;
	padding: 6px 24px;
	background-color: #003470;
	border: 2px solid #003470;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

main#second .labTeacher div ul li a:hover {
	background-color: #FFF;
	color: #003470;
}


/*--------------------------------------------------
  topic
--------------------------------------------------*/
.topicList {
	margin: 0 0 40px;
}

.topicList hr {
	margin-bottom: 10px;
}

.topicList h5 {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #003470;
}













