@charset "UTF-8";
/* CSS Document */
/* ===========================================================================
  base
============================================================================= */
html {
	overflow-x: hidden;
}
#prospective main {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}
img {
	height: auto;
}
#prospective main a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#prospective main .contents .side ul li a {
	background: url(/img/arrow_05.png) 94% 50% no-repeat;
	color: #000;
}
#prospective main .contents .side ul li a.on,
#prospective main .contents .side ul li a:hover {
	background: #e6e2f3 url(/img/arrow_05.png) 94% 50% no-repeat;
	color: #3a247d;
}
#prospective main .contents a[target="_blank"] {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

/* ===========================================================================
  util
============================================================================= */
.br-s,
.br-m,
.br-sm {
	display: none;
}
.va-middle {
	vertical-align: middle !important;
}


/* ===========================================================================
  slideContet
============================================================================= */
.slideContet {
	width: 96%;
	max-width: 1200px;
	margin: -50px auto 0;
}
/* ===========================================================================
  mainSlider
============================================================================= */
.mainSlider {
	padding-inline: 80px;
	position: relative;
}
.mainSlider_item {
	margin-inline: 20px;
}
.mainSlider_item img {
	transition: opacity .3s;
}
.mainSlider_arrow-prev,
.mainSlider_arrow-next {
	width: 53px;
	height: 53px;
	background-color: #3a247d;
	border-radius: 50%;
	border: none;
	position: absolute;
	bottom: 0;
	transition: background-color .3s;
}
.mainSlider_arrow-prev {
	left: 0;
}
.mainSlider_arrow-next {
	right: 0;
}
.mainSlider_arrow-prev::after,
.mainSlider_arrow-next::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.mainSlider_arrow-prev::after {
	rotate: -135deg;
}
.mainSlider_arrow-next::after {
	rotate: 45deg;
}
@media screen and (min-width: 1024px) {
	#prospective main a.mainSlider_item:hover img {
		opacity: .8;
	}
	.mainSlider_arrow-prev:hover,
	.mainSlider_arrow-next:hover {
		background-color: #583ab5;
	}
}

/* ===========================================================================
  content01
============================================================================= */
.content01_inner {
	width: 96%;
	max-width: 1200px;
	margin-inline: auto;
	padding-top: 70px;
}

/* ===========================================================================
  content02
============================================================================= */
.content02 {
	position: relative;
}
.content02::before {
	content: '';
	width: calc(100% - 50px);
	height: 366px;
	background-color: #3a247d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content02_inner {
	width: 96%;
	max-width: 1200px;
	margin-inline: auto;
	padding-block: 150px 70px;
}

/* ===========================================================================
  content03
============================================================================= */
.content03 {
	background-color: #f9f6f4;
}
.content03_inner {
	width: 96%;
	max-width: 1200px;
	margin-inline: auto;
	padding-block: 95px 150px;
}

/* ===========================================================================
  newsBlock
============================================================================= */
.newsBlock {
	display: flex;
}
.newsBlock_titleArea {
	width: 250px;
	margin-right: 30px;
}
.newsBlock_title {
	font-weight: bold;
	font-size: 5rem;
	line-height: 1.48;
}
.newsBlock_en {
	font-family: "Roboto", sans-serif;
	color: #3a247d;
}
.newsBlock_linkList {
	margin-top: 60px;
}
.newsBlock_linkItem:nth-child(2) {
	margin-top: 20px;
}
.newsBlock_content {
	width: calc(100% - 280px);
}

/* ===========================================================================
  newsList
============================================================================= */
.newsList.is-hidden {
	display: none;
}
.newsList_item {
	display: grid;
	grid-template:
			'category date' max-content
			'category title' 1fr/
			84px 1fr;
	gap: 6px 20px;
	padding-block: 20px;
	border-bottom: solid 1px #dfdfdf;
}
.newsList_item:first-child {
	border-top: solid 1px #dfdfdf;
}
.newsList_category {
	display: grid;
	place-items: center;
	grid-area: category;
	width: 84px;
	height: 84px;
	background-color: #f6f5fb;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.25;
}
.newsList_date {
	display: flex;
	align-items: center;
	grid-area: date;
	color: #3a247d;
	font-size: 1.4rem;
}
.newsList_date.is-new {
	position: relative;
}
.newsList_date.is-new::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 16px;
	margin-inline: 10px;
	vertical-align: middle;
	background: url('/img/icon/icon_new.svg') no-repeat center/contain;
}
.newsList_title {
	grid-area: title;
}
a.newsList_item[href$=".pdf"] .newsList_title,
a.newsList_item[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .newsList_title {
	position: relative;
}
a.newsList_item[href$=".pdf"] .newsList_title::after,
a.newsList_item[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .newsList_title::after {
	content: '';
	display: inline-block;
	margin-inline: 10px;
	vertical-align: middle;
	background: no-repeat center/contain;
}
a.newsList_item[href$=".pdf"] .newsList_title::after {
	width: 32px;
	height: 15px;
	background-image: url('/img/icon/icon_pdf.svg');
}
a.newsList_item[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .newsList_title::after {
	width: 12px;
	height: 12px;
	background-image: url('/img/icon/icon_blank.svg');
}
@media screen and (min-width: 1024px) {
	#prospective main a.newsList_item:hover .newsList_title {
		text-decoration: underline;
	}
}

/* ===========================================================================
  linkArrow01
============================================================================= */
.linkArrow01,
.linkArrow01-s,
.linkArrow01-light {
	display: inline-block;
	padding-left: 34px;
	position: relative;
}
.linkArrow01,
.linkArrow01-light {
	font-size: 1.8rem;
}
.linkArrow01::before,
.linkArrow01-s::before,
.linkArrow01-light::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-color: #3a247d;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 0;
}
.linkArrow01-s::before {
	top: 0;
}
.linkArrow01-light::before {
	background-color: #f6f5fB;
}
.linkArrow01::after,
.linkArrow01-s::after,
.linkArrow01-light::after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 11px;
	left: 8px;
	rotate: 45deg;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
.linkArrow01-s::after {
	top: 9px;
}
.linkArrow01-light::after {
	border-color: #3a247d;
}
.linkArrow01_text {
	display: block;
	position: relative;
}
a[href$=".pdf"] .linkArrow01_text,
a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .linkArrow01_text {
	position: relative;
}
a[href$=".pdf"] .linkArrow01_text::after,
a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .linkArrow01_text::after {
	content: '';
	display: inline-block;
	margin-inline: 10px;
	vertical-align: middle;
	background: no-repeat center/contain;
}
a[href$=".pdf"] .linkArrow01_text::after {
	width: 32px;
	height: 15px;
	background-image: url('/img/icon/icon_pdf.svg');
}
a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .linkArrow01_text::after {
	width: 12px;
	height: 12px;
	background-image: url('/img/icon/icon_blank.svg');
}
@media screen and (min-width: 1024px) {
	#prospective main a.linkArrow01:hover,
	#prospective main a.linkArrow01-s:hover,
	#prospective main a.linkArrow01-light:hover {
		text-decoration: underline;
	}
}

/* ===========================================================================
  block01List
============================================================================= */
.block01List {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* ===========================================================================
  block01
============================================================================= */
.block01-undergraduate,
.block01-graduate {
	position: relative
}
.block01-undergraduate::before,
.block01-graduate::before {
	content: '';
	width: 100%;
	height: calc(100% - 30px);
	background: no-repeat center/cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.block01-undergraduate::before {
	background-image: url('/prospective/img/index/pic_01.jpg');
}
.block01-graduate::before {
	background-image: url('/prospective/img/index/pic_02.jpg');
}
.block01_inner {
	padding: 0 40px 40px;
	position: relative;
}
.block01_title {
	font-weight: normal;
	font-size: 4rem;
	line-height: 1.475;
}
.block01_en {
	font-family: "Roboto", sans-serif;
	color: #3a247d;
	letter-spacing: 1px;
}
.block01_list {
	margin-top: 30px;
}
.block01_item:nth-child(n+2) {
	margin-top: 18px;
}

/* ===========================================================================
  infoBlock
============================================================================= */
.infoBlock {
	display: flex;
	margin-top: clamp(100px, 7%, 200px);
	margin-bottom: clamp(150px, 10.5%, 250px);
}
.infoBlock_titleArea {
	flex-shrink: 0;
	width: 15%;
	padding-block: 40px 50px;
	writing-mode: vertical-rl;
	position: relative;
}
.infoBlock_title {
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.1;
}
.infoBlock_enText {
	display: block;
	color: #f6f5fb;
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: -1;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 14rem;
	line-height: 1;
}
.infoBlock_content {
	width: 85%;
	padding: 117px 50px;
	background: url('/prospective/img/index/pic_03.jpg') no-repeat center/cover;
}
.infoBlock_linkList {
	max-width: 1500px;
	margin-inline: auto;
}

/* ===========================================================================
  linkBlock01List
============================================================================= */
.linkBlock01List {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

/* ===========================================================================
  linkBlock01
============================================================================= */
.linkBlock01 {
	padding: 0 30px 34px;
	background-color: #fff;
}
.linkBlock01_title {
	translate: 0 -50%;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1.5;
}
.linkBlock01_list {
	margin-top: 10px;
}
.linkBlock01_item:nth-child(n+2) {
	margin-top: 13px;
}

/* ===========================================================================
  linkBlock02List
============================================================================= */
.linkBlock02List {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* ===========================================================================
  linkBlock02
============================================================================= */
#prospective main a.linkBlock02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 28px;
	background-color: rgba(255,255,255,.8);
    background-image: linear-gradient(135deg, transparent 50%, #3a247d 50%);
    background-position: 0;
    background-size: 300%;
	position: relative;
	text-align: center;
	filter: drop-shadow(0 0 20px rgba(0,0,0,.1));
	transition: filter .3s;
	transition: background .3s ease-in-out;
}
.linkBlock02::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #3a247d;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 5px;
	right: 5px;
	transition: all .3s;
}
.linkBlock02_text {
	position: relative;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.45;
	transition: color .3s;
}
.linkBlock02_enText {
	margin-top: 3px;
	position: relative;
	color: #3a247d;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
	transition: color .3s;
}
@media screen and (min-width: 1024px) {
	#prospective main a.linkBlock02:hover {
		filter: none;
		background-position: 100%;
	}
	#prospective main a.linkBlock02:hover::before {
		background-color: #fff;
	}
	#prospective main a.linkBlock02:hover .linkBlock02_text,
	#prospective main a.linkBlock02:hover .linkBlock02_enText {
		color: #fff;
	}
}

/* ===========================================================================
  borderBtnList
============================================================================= */
.borderBtnList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 50px;
}

/* ===========================================================================
  borderBtn
============================================================================= */
#prospective main a.borderBtn {
	display: flex;
	align-items: center;
	padding: 20px 15px;
	background-color: #fff;
	border: solid 1px #3a247d;
	font-size: 1.4rem;
	line-height: 1.35;
	transition: background-color .3s;
}
.borderBtn_text {
	display: block;
	width: 100%;
	padding-inline: 35px;
	position: relative;
	text-align: center;
}
.borderBtn_text::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	translate: 0 -50%;
	rotate: 45deg;
	border-top: solid 1px #3a247d;
	border-right: solid 1px #3a247d;
}
#prospective main a.borderBtn[href$=".pdf"] .borderBtn_text::after,
#prospective main a.borderBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .borderBtn_text::after {
	rotate: none;
	border: none;
}
#prospective main a.borderBtn[href$=".pdf"] .borderBtn_text::after {
	width: 32px;
	height: 15px;
	background: url('/img/icon/icon_pdf.svg') no-repeat center/contain;
}
#prospective main a.borderBtn[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .borderBtn_text::after {
	width: 12px;
	height: 12px;
	background: url('/img/icon/icon_blank.svg') no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
	#prospective main a.borderBtn:hover {
		background-color: #f6f5fb;
	}
}

/*--------------------------------------------------------------------------------------- 配下ページ */
/* ===========================================================================
  mainContent
============================================================================= */
.mainContent {
	width: 96%;
	margin: 0 auto 50px;
}

/* ===========================================================================
  tabList
============================================================================= */
.tabList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	padding-inline: 5px;
}
#prospective main a.tabList_item {
	display: grid;
	place-items: center;
	margin: 0 5px 10px;
	padding: 15px 19px 13px;
	background-color: #fff;
	border: solid 1px #3a247d;
	border-radius: 10px;
	color: #3a247d;
	font-size: 1.4rem;
	transition: all .3s;
}
#prospective main a.tabList_item.is-active {
	background-color: #3a247d;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	#prospective main a.tabList_item:hover {
		background-color: #3a247d;
		color: #fff;
	}
}

/* ===========================================================================
  pagination
============================================================================= */
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.pagination_page {
	margin-inline: 18px;
	font-size: 2rem;
	color: #ccc;
}
#prospective main a.pagination_pageLink {
	transition: color .3s;
}
.pagination_current {
	color: #600dac;
}
.pagination_previous {
	margin-right: 15px;
}
.pagination_next {
	margin-left: 15px;
}
#prospective main a.pagination_previousLink,
#prospective main a.pagination_nextLink {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #3a247d;
	border-radius: 50%;
	border: none;
	position: relative;
	transition: background-color .3s;
}
#prospective main a.pagination_previousLink::after,
#prospective main a.pagination_nextLink::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
#prospective main a.pagination_previousLink::after {
	rotate: -135deg;
}
#prospective main a.pagination_nextLink::after {
	rotate: 45deg;
}
@media screen and (min-width: 1024px) {
	#prospective main a.pagination_pageLink:hover {
		color: #600dac;
	}
	#prospective main a.pagination_previousLink:hover,
	#prospective main a.pagination_nextLink:hover {
		background-color: #583ab5;
	}
}

/* ===========================================================================
  sideLink
============================================================================= */
#prospective main a.sideLink {
	display: block;
	padding: 12px 20px 12px 18px;
	background-color: #3a247d;
	color: #fff;
	position: relative;
	transition: background-color .3s;
}
#prospective main a.sideLink::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 6.5%;
	bottom: 0;
	rotate: 45deg;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
@media screen and (min-width: 1024px) {
	#prospective main a.sideLink:hover {
		background-color: #583ab5;
	}
}

/*--------------------------------------------------------------------------------------- 記事ページ */
/* ===========================================================================
  newsTitle
============================================================================= */
#prospective .contents .main .newsTitle {
	margin-bottom: 10px;
}

/* ===========================================================================
  newsDate
============================================================================= */
.newsDate {
	display: block;
	margin-bottom: 30px;
	padding-inline: 2%;
	font-size: 1.4rem;
	text-align: right;
}

/* ===========================================================================
  article01
============================================================================= */
#prospective main .article01 h2 {
	margin-block: 60px 40px;
}
#prospective main .article01 h3 {
	margin-block: 40px 30px;
}
#prospective main .article01 h2 + h3,
#prospective main .article01 h3 + h4 {
	margin-top: 0;
}
.article01_lead {
	color: #3a247d;
	font-size: 1.8rem;
	font-weight: bold;
}
.article01_link {
	background: url(/img/arrow_03.png) left 40% no-repeat;
	background-size: 6px;
	margin-top: 20px;
	padding-left: 15px;
}
.article01_link:first-child {
	margin-top: 0;
}
#prospective main .article01_link a {
	position: relative;
	color: #600dac;
	text-decoration: underline;
}
.article01_link a[href$=".pdf"]::after,
.article01_link a[target="_blank"]:not([href$=".pdf"])::after {
	content: '';
	display: inline-block;
	margin-inline: 10px;
	vertical-align: middle;
	background: no-repeat center/contain;
}
.article01_link a[href$=".pdf"]:not([class])::after {
	width: 32px;
	height: 15px;
	background-image: url('/img/icon/icon_pdf.svg');
}
.article01_link a[target="_blank"]:not([href$=".pdf"])::after {
	width: 12px;
	height: 12px;
	background-image: url('/img/icon/icon_blank.svg');
}
.article01_editor:not(:first-child),
.article01_lead:not(:first-child),
.article01 .imgList-col1:not(:first-child),
.article01 .imgList-col2:not(:first-child),
.article01 .imgList-col3:not(:first-child),
.article01 .clearfix:not(:first-child),
.article01 .flame01:not(:first-child),
.article01 .youtube:not(:first-child) {
	margin-top: 30px;
}

@media screen and (min-width: 1024px) {
	#prospective main .article01_link a:hover {
		text-decoration: none;
	}
}

/* ===========================================================================
  imgList
============================================================================= */
.imgList-col1 {
	text-align: center;
}
.imgList-col2,
.imgList-col3 {
	display: grid;
	gap: 20px;
}
.imgList-col2 {
	grid-template-columns: 1fr 1fr;
}
.imgList-col3 {
	grid-template-columns: repeat(3, 1fr);
}

/* ===========================================================================
  editor
============================================================================= */
.editor p:first-child,
.editor table:first-child,
.editor ul:first-child,
.editor ol:first-child {
	margin-top: 0;
}
.editor p {
	margin-top: 15px;
}
.editor p:has(> img) {
	margin-block: 30px;
}
#prospective main .editor a:not([class]) {
	position: relative;
	color: #600dac;
	text-decoration: underline;
}
.editor a[href$=".pdf"]:not([class])::after,
.editor a[target="_blank"]:not([href$=".pdf"]):not([class])::after {
	content: '';
	display: inline-block;
	margin-inline: 10px;
	vertical-align: middle;
	background: no-repeat center/contain;
}
.editor a[href$=".pdf"]:not([class])::after {
	width: 32px;
	height: 15px;
	background-image: url('/img/icon/icon_pdf.svg');
}
.editor a[target="_blank"]:not([href$=".pdf"]):not([class])::after {
	width: 12px;
	height: 12px;
	background-image: url('/img/icon/icon_blank.svg');
}
.editor a[href$=".pdf"]:not([class]):has(> img)::after,
.editor a[target="_blank"]:not([href$=".pdf"]):not([class]):has(> img)::after {
	content: none;
}
.editor table,
.editor ul,
.editor ol {
	margin-top: 20px;
}
.editor ul > li {
	padding-left: 15px;
	position: relative;
}
.editor ul > li::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #3a247d;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;  
}
.editor ol > li {
    margin-left: 1.2em;
    position: relative;
}
@media screen and (min-width: 1024px) {
	#prospective main .editor a:not([class]):hover {
		text-decoration: none;
	}
}


@media screen and (max-width: 1400px) {
	/* ===========================================================================
	  content02
	============================================================================= */
	.content02::before {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	/* ===========================================================================
	  infoBlock
	============================================================================= */
	.infoBlock_titleArea {
		width: 12%;
	}
	.infoBlock_content {
		width: 88%;
		padding-inline: 40px;
	}
}
@media screen and (max-width: 1024px) {
	/* ===========================================================================
	  util
	============================================================================= */
	.br-m,
	.br-sm {
		display: inline;
	}
	.br-l {
		display: none;
	}
	
	/* ===========================================================================
	  slideContet
	============================================================================= */
	.slideContet {
		margin-top: -40px;
	}
	
	/* ===========================================================================
	 mainSlider
	============================================================================= */
	.mainSlider {
		padding-inline: 50px;
	}
	.mainSlider_item {
		margin-inline: 10px;
	}
	.mainSlider_arrow-prev,
	.mainSlider_arrow-next {
		width: 40px;
		height: 40px;
	}
	.mainSlider_arrow-prev::after,
	.mainSlider_arrow-next::after {
		width: 6px;
		height: 6px;
	}
	
	/* ===========================================================================
	  content01
	============================================================================= */
	.content01_inner {
		width: calc(100% - 30px * 2);
		padding-top: 30px;
	}
	
	/* ===========================================================================
	  content02
	============================================================================= */
	.content02_inner {
		width: calc(100% - 30px * 2);
		padding-block: 100px 40px;
	}
	
	/* ===========================================================================
	  content03
	============================================================================= */
	.content03_inner {
		width: calc(100% - 30px * 2);
		padding-block: 65px 100px;
	}
	
	/* ===========================================================================
	  newsBlock
	============================================================================= */
	.newsBlock {
		display: block;
	}
	.newsBlock_titleArea {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin-right: 0;
	}
	.newsBlock_title {
		font-size: 4rem;
	}
	.newsBlock_en {
		margin: 15px 0 0 20px;
	}
	.newsBlock_linkList {
		display: flex;
		width: 100%;
		margin-top: 20px;
	}
	.newsBlock_linkItem:nth-child(2) {
		margin: 0 0 0 20px;
	}
	.newsBlock_content {
		width: 100%;
		margin-top: 25px;
	}
	
	/* ===========================================================================
	  block01
	============================================================================= */
	.block01-undergraduate::before,
	.block01-graduate::before {
		height: calc(100% - 25px);
	}
	.block01_inner {
		padding: 0 25px 25px;
	}
	.block01_title {
		font-size: 3rem;
	}
	.block01_en {
		margin-top: 7px;
		font-size: 1.4rem;
	}
	.block01_item:nth-child(n+2) {
		margin-top: 14px;
	}
	
	/* ===========================================================================
	  infoBlock
	============================================================================= */
	.infoBlock {
		display: block;
		margin-block: 100px 150px;
	}
	.infoBlock_titleArea {
		width: auto;
		padding: 0 30px 20px;
		writing-mode: horizontal-tb;
		text-align: center;
	}
	.infoBlock_title {
		line-height: 1.5;
	}
	.infoBlock_enText {
		top: auto;
		bottom: -19px;
		left: 22px;
		right: auto;
		font-size: 12rem;
	}
	.infoBlock_content {
		width: auto;
		margin-left: 30px;
		padding: 50px 30px;
	}
	
	/* ===========================================================================
	  linkBlock01List
	============================================================================= */
	.linkBlock01List {
		grid-template-columns: 1fr 1fr;
		gap: 40px 30px;
	}
	
	/* ===========================================================================
	  linkBlock01
	============================================================================= */
	.linkBlock01 {
		padding: 0 20px 30px;
	}
	.linkBlock01_title {
		font-size: 2.2rem;
	}
	
	/* ===========================================================================
	  linkBlock02List
	============================================================================= */
	.linkBlock02List {
		gap: 20px;
	}
	
	/* ===========================================================================
	  linkBlock02
	============================================================================= */
	#prospective main a.linkBlock02 {
		padding: 22px 10px;
	}
	.linkBlock02_text {
		font-size: 2rem;
	}
	.linkBlock02_enText {
		font-size: 1.4rem;
	}
	
	/* ===========================================================================
	  borderBtnList
	============================================================================= */
	.borderBtnList {
		grid-template-columns: 1fr 1fr;
		margin-top: 40px;
	}
	
	/*--------------------------------------------------------- 配下ページ */
	/* ===========================================================================
	  tabList
	============================================================================= */
	.tabList {
		padding-inline: 0;
	}
	
}
@media screen and (max-width: 767px) {
	/* ===========================================================================
	  base
	============================================================================= */
	#prospective main {
		font-size: 1.4rem;
	}
	
	/* ===========================================================================
	  util
	============================================================================= */
	.br-s {
		display: inline;
	}
	.br-m,
	.br-ml {
		display: none;
	}
	
	/* ===========================================================================
	 slideContet
	============================================================================= */
	.slideContet {
		margin-top: -30px;
	}
	
	/* ===========================================================================
	 mainSlider
	============================================================================= */
	.mainSlider {
		padding-inline: 35px;
	}
	.mainSlider_item {
		margin-inline: 5px;
	}
	.mainSlider_arrow-prev,
	.mainSlider_arrow-next {
		width: 30px;
		height: 30px;
	}
	.mainSlider_arrow-prev::after,
	.mainSlider_arrow-next::after {
		width: 4px;
		height: 4px;
		border-width: 1px;
	}
	
	/* ===========================================================================
	  content01
	============================================================================= */
	.content01_inner {
		width: calc(100% - 20px * 2);
		padding-top: 20px;
	}
	
	/* ===========================================================================
	  content02
	============================================================================= */
	.content02 {
		margin-top: 90px;
	}
	.content02::before {
		width: calc(100% - 40px);
		height: calc(100% - 20px);
	}
	.content02_inner {
		width: calc(100% - 20px * 2);
		padding-block: 0 26px;
	}
	
	/* ===========================================================================
	  content03
	============================================================================= */
	.content03_inner {
		width: calc(100% - 20px * 2);
		padding-block: 65px 43px;
	}
	
	/* ===========================================================================
	  newsBlock
	============================================================================= */
	.newsBlock_title {
		font-size: 3rem;
	}
	.newsBlock_en {
		margin-left: 10px;
	}
	.newsBlock_linkItem:nth-child(2) {
		margin: 0 0 0 20px;
	}
	.newsBlock_content {
		width: 100%;
		margin-top: 15px;
	}
	
	/* ===========================================================================
	  newsList
	============================================================================= */
	.newsList_item {
		grid-template:
			'category date' max-content
			'title title' 1fr/
			110px 1fr;
		gap: 10px;
		padding-block: 15px;
	}
	.newsList_category {
		width: 110px;
		height: auto;
		padding-block: 6.5px 8px;
		font-size: 1rem;
	}
	
	/* ===========================================================================
	  linkArrow01
	============================================================================= */
	.linkArrow01,
	.linkArrow01-s,
	.linkArrow01-light {
		padding-left: 25px;
		font-size: 1.4rem;
	}
	.linkArrow01::before,
	.linkArrow01-s::before,
	.linkArrow01-light::before {
		width: 20px;
		height: 20px;
		top: 1px
	}
	.linkArrow01::after,
	.linkArrow01-s::after,
	.linkArrow01-light::after {
		top: 8px;
		left: 6.5px;
	}
	
	/* ===========================================================================
	  block01List
	============================================================================= */
	.block01List {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	/* ===========================================================================
	  block01
	============================================================================= */
	.block01-undergraduate::before,
	.block01-graduate::before {
		height: 100%;
	}
	.block01_inner {
		padding: 20px 20px 30px;
	}
	.block01_title {
		font-size: 2.6rem;
	}
	.block01_en {
		margin-top: 3px;
		font-size: 1.2rem;
	}
	
	/* ===========================================================================
	  infoBlock
	============================================================================= */
	.infoBlock {
		margin-block: 62px 60px;
	}
	.infoBlock_titleArea {
		padding: 0 20px 10px;
		text-align: right;
	}
	.infoBlock_title {
		font-size: 2.2rem;
	}
	.infoBlock_enText {
		bottom: -13px;
		left: 15px;
		font-size: 8rem;
	}
	.infoBlock_content {
		margin-left: 20px;
		padding: 40px 20px;
	}
	
	/* ===========================================================================
	  linkBlock01List
	============================================================================= */
	.linkBlock01List {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	
	/* ===========================================================================
	  linkBlock01
	============================================================================= */
	.linkBlock01 {
		padding: 0 20px 30px;
	}
	.linkBlock01_title {
		font-size: 2rem;
	}
	.linkBlock01_list {
		margin-top: 5px;
	}
	
	/* ===========================================================================
	  linkBlock02List
	============================================================================= */
	.linkBlock02List {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	/* ===========================================================================
	  linkBlock02
	============================================================================= */
	.linkBlock02_text {
		font-size: 1.8rem;
	}
	.linkBlock02_enText {
		font-size: 1.2rem;
	}
	
	/* ===========================================================================
	  borderBtnList
	============================================================================= */
	.borderBtnList {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	/* ===========================================================================
	  borderBtn
	============================================================================= */
	.borderBtn {
		padding: 10px 15px;
	}
	
	/*--------------------------------------------------------- 配下ページ */
	/* ===========================================================================
	  mainContent
	============================================================================= */
	.mainContent {
		width: calc(100% - 20px * 2);
	}
	
	/* ===========================================================================
	  tabList
	============================================================================= */
	.tabList_item {
		padding: 16px 13px 15px;
		font-size: 1.2rem;
	}
	
	/* ===========================================================================
	  pagination
	============================================================================= */
	.pagination_page {
		margin-inline: 10px;
		font-size: 1.6rem;
	}
	.pagination_previous {
		margin-right: 10px;
	}
	.pagination_next {
		margin-left: 10px;
	}
	#prospective main a.pagination_previousLink,
	#prospective main a.pagination_nextLink {
		width: 30px;
		height: 30px;
	}
	#prospective main a.pagination_previousLink::after,
	#prospective main a.pagination_nextLink::after {
		width: 5px;
		height: 5px;
	}
	
	/*--------------------------------------------------------- 記事ページ */
	/* ===========================================================================
	  newsDate
	============================================================================= */
	.newsDate {
		font-size: 1.2rem;
	}
	
	/* ===========================================================================
	  article01
	============================================================================= */
	#prospective main .article01 h2 {
		margin-block: 40px 30px;
		font-size: 2rem;
	}
	#prospective main .article01 h3 {
		margin-block: 30px 20px;
		font-size: 1.8rem;
	}
	#prospective main .article01 h4 {
		margin-block: 20px 15px;
		font-size: 1.7rem;
	}
	.article01_lead {
		font-size: 1.6rem;
	}
	.article01_editor:not(:first-child),
	.article01_lead:not(:first-child),
	.article01 .imgList-col1:not(:first-child),
	.article01 .imgList-col2:not(:first-child),
	.article01 .imgList-col3:not(:first-child),
	.article01 .clearfix:not(:first-child),
	.article01 .flame01:not(:first-child),
	.article01 .youtube:not(:first-child) {
		margin-top: 20px;
	}
	
	/* ===========================================================================
	  imgList
	============================================================================= */
	.imgList-col2,
	.imgList-col3 {
		gap: 10px;
	}
	.imgList-col3 {
		grid-template-columns: 1fr 1fr;
	}
	
	/* ===========================================================================
	  editor
	============================================================================= */
	.editor p {
		margin-top: 10px;
	}
	.editor p:has(> img) {
		margin-block: 15px;
	}
	.editor table,
	.editor ul,
	.editor ol {
		margin-top: 15px;
	}
	
}