﻿@charset "UTF-8";
/* CSS Document */

.contents {
	width: 100%;
	max-width: none;
	margin: 0;
}
.cover {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	font-size: 0%;
	position: relative;
}
.cover img { width: 100%;}
.cover .img_sp { display: none;}
.cover .pickup {
	max-width: 350px;
	width: 30%;
	border: solid 7px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	right: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	background-color: #fff;
	z-index: 1;
}
.cover .pickup .text {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: #110632;
	border-radius: 50%;
	line-height: 1.3;
	position: absolute;
	top: -30px;
	left: -30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
}
.top_banner_box {
	background: url(/img/index/bnr_bg.png);
	padding: 20px 0;
}
.top_banner_box .inner {
	width: 86%;
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}
.top_banner_box #top_bnr {
	overflow: hidden;
}
.top_banner_box #top_bnr li {
	width: 30%;
	max-width: 280px;
}
.top_banner_box #top_bnr li a {
	background:none;
	margin-right:0px;
	padding-right: 0px;
}

.top_banner_box #top_bnr li img {
	text-align: center;
	margin: 0 auto;
}
.top_banner_box .slick-prev,
.top_banner_box .slick-next {
    width: 26px;
    height: 48px
}
.top_banner_box .slick-prev:before,
.top_banner_box .slick-next:before {
    content: "";
}
.top_banner_box button.slick-prev,
.top_banner_box button.slick-next {
    z-index: 2;
}
.top_banner_box .slick-prev {
	left: -40px;
}
.top_banner_box .slick-next {
	right: -40px;
}
.top_banner_box .slick-arrow {
	z-index: 10;
}
.bannar_l {
	width: 96%;
	max-width: 1024px;
	margin: 40px auto 0 auto;
}
.top_banner_box_sp,
.bannar_l_sp {
	display: none;
}
.important_box {
	width: 96%;
	max-width: 1024px;
	border: 2px solid #f00;
	margin: 30px auto 0 auto;
}
.important_box > p {
	color: #f00;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 20px 0 5px 20px;
}
.important_box dl {
	padding: 0 10px 20px 20px;
	color: #f00;
}
.important_box dl dt {
    clear: left;
    float: left;
    width: 6em;
    padding: 0;
}
.important_box dl dd {
    margin-left: 0;
    padding: 0 0 0 7em;
}
.info {
	width: 96%;
	max-width: 1024px;
	margin: 60px auto 80px auto;
	overflow: hidden;
}
.info .inbox {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
    border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}
.info .inbox:last-child {
	border-bottom: none;
}
.info .inbox > img {
	float: right;
	width: 30%;
	max-width: 140px;
	margin-left: 10px;
}
.info dl dt {
    padding: 0 0 0 100px;
	margin-bottom: 10px;
}
.info dl dt.important {
	background: url(/img/icon_important.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.news {
	background: url(/img/icon_news.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.exam {
	background: url(/img/icon_exam.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.talk {
	background: url(/img/icon_talk.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.lecture {
	background: url(/img/icon_lecture.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.seminar {
	background: url(/img/icon_seminar.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.symposium {
	background: url(/img/icon_symposium.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.other {
	background: url(/img/icon_other.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.book {
	background: url(/img/icon_book.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.tv {
	background: url(/img/icon_tv.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.media {
	background: url(/img/icon_media.png) left no-repeat;
	background-size: 85px;
}
.info dl dt.reporter {
	background: url(/img/icon_reporter.png) left no-repeat;
	background-size: 85px;
}
.info dl dd.new a,
.info dl dd.new span {
	background: url(/img/icon_new.png) right no-repeat;
	background-size: 36px;
	padding-right: 40px;
}
.info .news_box {
	width: 47%;
	float: left;
}
.info .event_box {
	width: 47%;
	float: right;
}
.info .news_box > .inner,
.info .event_box > .inner {
	border: 1px solid #c1c1c1;
}
.info .news_box .mod-tab-nav {
	overflow: hidden;
}
.info .news_box .mod-tab-nav li {
	width: 49.8%;
	font-size: 1.6rem;
    color: #3a247d;
	font-weight: bold;
}
.info .news_box .mod-tab-nav li.news {
	float: left;
}
.info .news_box .mod-tab-nav li.media {
	float: right;
}
.info .news_box .mod-tab-nav li a {
	display: block;
    padding: 11px 0 11px 55px;
	text-decoration: none;
}
.info .news_box .mod-tab-nav li.news a {
	background: #e9e9e9 url(../img/index/icon_tab_01_off.png) left no-repeat;
    background-size: 46px;
	color: #666;
}
.info .news_box .mod-tab-nav li.news a.current {
    background: #e6e2f3 url(../img/index/icon_tab_01_on.png) left no-repeat;
    background-size: 46px;
	color: #3a247d;
}
.info .news_box .mod-tab-nav li.media a {
	background: #e9e9e9 url(../img/index/icon_tab_02_off.png) left no-repeat;
    background-size: 46px;
	color: #666;
}
.info .news_box .mod-tab-nav li.media.new a {
	background: #e9e9e9 url(../img/index/icon_tab_02_new_off.png) left no-repeat;
    background-size: 46px;
	color: #666;
}

.info .news_box .mod-tab-nav li.media a.current {
    background: #e6e2f3 url(../img/index/icon_tab_02_on.png) left no-repeat;
    background-size: 46px;
	color: #3a247d;
}
.info .news_box .mod-tab-nav li.media.new a.current {
    background: #e6e2f3 url(../img/index/icon_tab_02_new_on.png) left no-repeat;
    background-size: 46px;
	color: #3a247d;
}

.info .event_box .ttl p {
    background: #e6e2f3 url(../img/index/icon_tab_03.png) left no-repeat;
    background-size: 46px;
    padding: 11px 0 11px 60px;
	font-size: 1.6rem;
    color: #3a247d;
	font-weight: bold;
}
.info p.detail {
	text-align: right;
	margin: 20px 0 20px 30px;
	float: right;
}
.info p.detail a {
	background: url(/img/arrow_03.png) left no-repeat;
	background-size: 6px;
	padding-left: 15px;
}
.btm_banner_box {
	background: #f0efe6;
	padding: 20px 0;
	position: relative;
}
.btm_banner_box #btm_bnr {
	width: 86%;
	max-width: 945px;
	margin: 0 auto;
	overflow: hidden;
}
.btm_banner_box #btm_bnr li {
	width: 20%;
	max-width: 190px;
}
.btm_banner_box #btm_bnr li img {
	width: 94%;
	max-width: 170px;
	text-align: center;
	margin: 0 auto;
}
.btm_banner_box .slick-prev,
.btm_banner_box .slick-next {
    width: 36px;
    height: 36px
}
.btm_banner_box .slick-prev:before,
.btm_banner_box .slick-next:before {
    content: "";
}
.btm_banner_box button.slick-prev,
.btm_banner_box button.slick-next {
    z-index: 2;
}
.btm_banner_box .slick-prev {
	left: 0;
	top: -25px;
}
.btm_banner_box .slick-next {
	right: 0;
	top: -25px;
}
.btm_banner_box .slick-arrow {
	z-index: 10;
}
.btm_banner_box a[target="_blank"]{
	background:none;
    margin-right: 0;
    padding-right: 0;
}
#arrows02 {
	max-width: 1025px;
	margin: 0 auto;
	position: relative;
}
.menu {
	margin: 20px auto 30px auto;
}
.menu .inner {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.menu .inner .column:nth-child(1) {
	width: 48.8%;
	float: left;
	background: url(/img/index/icon_01.png) left top no-repeat;
	background-size: 40px;
	padding-top: 5px;
}
.menu .inner .column:nth-child(2) {
	width: 48.8%;
	float: right;
	background: url(/img/index/icon_02.png) left top no-repeat;
	background-size: 40px;
	padding-top: 5px;
}
.menu .inner .column p {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #bbb793;
	margin-bottom: 15px;
	margin-left: 55px;
	padding-bottom: 10px;
}
.menu .inner .column ul {
	overflow: hidden;
	margin-left: 55px;
}
.menu .inner .column ul li {
	margin-bottom: 8px;
	float: left;
	margin-right: 30px;
}
.menu .inner .column ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 0 0 15px;
	background: url(/img/arrow_02.png) left no-repeat;
	background-size: 4px;
}
@media screen and (max-width:1024px) {
	.top_banner_box #top_bnr li {
		margin:0 10px;
	}
	.info .news_box .mod-tab-nav li,
	.info .event_box .ttl p {
		font-size: 1.4rem;
	}
}
/*---------------------------------------------------------------------------------- 2019リニューアル */
.mv {
	background: url("/img/index/index_mv.jpg") no-repeat top center/cover;
	position: relative;
	height: 740px;
}
.mv_linkList {
	position: absolute;
	top: 30px;
	right: 25px;
	width: 420px;
}
.mv_link:nth-child(n+2) {
	margin-top: 2px;
}
.mv_link a[target="_blank"] {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.mv_block {
	position: absolute;
	width: 100%;
	padding-block: 20px;
	bottom: 0;
}
.mv_block::before {
	content: '';
	width: 100%;
	height: 138px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.mv_leadArea {
	width: 96%;
    max-width: 1024px;
	margin-inline: auto;
}
.mv_lead {
	width: 399px;
}
.mv_lead img {
	width: 100%;
	height: auto;
}
.mv_bnr {
	position: relative;
}
.mv_bnrInner {
	overflow: hidden;
	position: relative;
}
.mv_bnrDots {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 6px;
	left: 0;
}
.mv_bnrDots li {
	display: inline-block;
	margin-inline: 10px;
	cursor: pointer;
}
.mv_bnrDots li.slick-active button:before {
	background-color: #fff;
    opacity: 1;
}
.mv_bnrDots li button {
	border: none;
	padding: 0;
	position: relative;
	font-size: 0;
}		
.mv_bnrDots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 1px #fff;
	position: absolute;
	top: 0;
	left: 0;	
}
.mv_bnrText {
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
}
.bnrList a[target="_blank"] {
	background-image: none;
	margin-right: 0;
	padding-right: 0;
}
.bnrList_link {
	display: block;
	position: relative;
}
.bnrList_link::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	position: absolute;
	top: 0;
	left: 0;
}
.slick-active .bnrList_link::before {
	content: none;
}
a.bnrList_link:hover img {
	opacity: 1;
	transition: opacity .4s;
}
.bnrList {
	position: relative;
	padding-bottom: 25px;
}
.bnrList_list {
	margin-inline: 15px;
}
.sp_linkList {
	display: none;
}

@media screen and (min-width: 1024px) {
	a.bnrList_link:hover img {
		opacity: .8;
	}
}

.heading02 {
	color: #3a247d;
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
	background: url("/img/index/index_icon.svg") no-repeat top center/8px;
	padding: 90px 0 50px;
}
.heading02-w {
	color: #fff;
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
	background: url("/img/index/index_icon-w.svg") no-repeat top center/8px;
	padding: 90px 0 50px;
}
.block01 {
	background: #f0efe6 url("../img/index/index_line_01.png") no-repeat left top;
}
.block01_block {
	background: url("/img/index/index_line_02.png") no-repeat right bottom;
}
.block01_inner {
    width: 96%;
    max-width: 1024px;
	margin: 0 auto;
}
.block01_text {
	text-align: center;
}
.block01_list {
	padding: 40px 0 60px;
}
.block02 {
	background: url("/img/index/index_line_03.png") no-repeat left top;
}
.block02_block {
	background: url("/img/index/index_line_04.png") no-repeat right bottom;
}
.block03:nth-child(n+2) {
	border-top: 1px solid #3a247d;
}
.block03_inner {
    width: 96%;
    max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.block04 {
	background: url("/img/index/index_bg.jpg") no-repeat center center/cover;
}
.block04_block {
	background: url("/img/index/index_line_05.png") no-repeat left top;
}
.block04_block02 {
	background: url("/img/index/index_line_06.png") no-repeat right bottom;
}
.block04_inner {
    width: 96%;
    max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.blockList01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blockList01_item {
	width: calc((100% - 195px) / 4);
	text-align: center;
}
.blockList01_link {
	color: #000 !important;
}
.blockList01_title {
	font-size: 1.6rem;
	color: #3a247d;
	margin: 10px 0;
}
.blockList02 {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}
.blockList02 + .blockList02 {
	margin-top: 20px;
}
.blockList02_link,
.blockList02_link:visited {
	color: #fff;
}
.blockList02_text {
	font-size: 1.6rem;
}
.blockList02_item-col5 {
    width: calc((100% - 8px) / 5);
}
.blockList02_item-col4 {
    width: calc((100% - 6px) / 4);
}
.blockList03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blockList03_link {
	color: #000 !important;
}
.blockList03_item {
    width: calc((100% - 150px) / 4);
	position: relative;
}
.blockList03_category-talk,
.blockList03_category-lecture,
.blockList03_category-seminar,
.blockList03_category-symposium,
.blockList03_category-other {
	width: 100px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	font-size: 1.2rem;
	padding: 2px 0;
	position: absolute;
	top: 0px;
}
.blockList03_category-talk {
	background-color: #1f93f5;
}
.blockList03_category-lecture {
	background-color: #fc729c;
}
.blockList03_category-seminar {
	background-color: #9aba2a;
}
.blockList03_category-symposium {
	background-color: #2757e0;
}
.blockList03_category-other {
	background-color: #6c48d4;
}
.blockList03_category02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #3a247d;
	position: absolute;
	top: -12px;
	left: -12px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
}

.blockList03_img {
	position: relative;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.blockList03_img > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	margin: auto;
}
.blockList03_img::before {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	content: '';
}
.blockList03_date {
	/*background-color: #e6e6e6;
	padding: 4px 6px;*/
	display: none;
}
.blockList03_text {
	margin-top: 10px;
}
.newsList {
    border-top: 1px solid #e9e9e9;
}
.newsList_item {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}
.newsList_link {
	color: #000 !important;
    display: flex;
    align-items: flex-start;
}
.newsList_link:hover {
	text-decoration: none;
}
.newsList_date {
    width: 95px;
}
.newsList_category-news,
.newsList_category-reporter,
.newsList_category-exam,
.newsList_category-paper,
.newsList_category-tv {
	width: 100px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	font-size: 1.2rem;
	padding: 2px 0;
}
.newsList_category-news {
	background-color: #ff9921;
}
.newsList_category-reporter {
	background-color: #8f5dc8;
}
.newsList_category-exam {
	background-color: #4e76f6;
}
.newsList_category-paper {
	background-color: #898989;
}
.newsList_category-tv {
	background-color: #b28b6a;
}
.newsList_text {
	width: calc(100% - 210px);
}
.newsList_text:hover {
	text-decoration: underline;
}
.icon_new::after {
	content: "NEW";
	background-color: #3a247d;
	color: #fff;
	font-size: 1.0rem;
	font-weight: bold;
	padding: 2px 10px;
	margin-left: 15px;
}
.icon_new02 {
	position: relative;
}
.icon_new02::after {
	display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
	padding: 2px 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: no-repeat center/contain;
    content: 'NEW';
	background-color: #3a247d;
	color: #fff;
	font-size: 1.0rem;
	font-weight: bold;

}
.btn {
	display: flex;
	position: relative;
	align-items: center;
	width: auto;
	max-width: 190px;
	margin: 0 auto;
	padding: 15px 30px;
	border-radius: 100px;
	border: 1px solid #3a247d;
	color: #3a247d;
	background-color: #fff;
	text-align: center;
}
.btn-m {
	max-width: 260px;
}
.btn-l {
	display: flex;
	position: relative;
	align-items: center;
	width: auto;
	padding: 15px 30px;
	border-radius: 100px;
	border: 1px solid #3a247d;
	color: #3a247d;
	background-color: #fff;
	text-align: center;
}
a.btn-main {
	display: flex;
	position: relative;
	align-items: center;
	width: auto;
	padding: 15px 30px;
	border-radius: 100px;
	color: #fff;
	background-color: #3a247d;
	text-align: center;
}
.btn::before,
.btn-l::before,
.btn-main::before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 1px #3a247d;
	border-right: solid 1px #3a247d;
	content: "";
}
.btn-main::before {
	border-color: #fff;
}
.btn_text {
    margin: 0 auto;
    text-align: center;
}
.btnList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 90%;
	margin-inline: auto;
}

/* ===========================================================================
  TopNewsBlock
============================================================================= */
.TopNewsBlock {
	padding-block: 40px 60px;
	background-color: #f0efe6;
}
.TopNewsBlock_inner {
    width: 96%;
    max-width: 1024px;
	margin-inline: auto;
}
.TopNewsBlock_important {
	margin-bottom: 60px;
}
.TopNewsBlock_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.TopNewsBlock_titleArea {
	width: 20%;
}
.TopNewsBlock_title {
	margin-bottom: 30px;
	color: #3a247d;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1;
}
.TopNewsBlock_linkItem:nth-child(n+2) {
	margin-top: 10px;
}
a.TopNewsBlock_link {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a[target="_blank"].TopNewsBlock_link {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.TopNewsBlock_link {
	display: block;
	padding-left: 20px;
	position: relative;
	font-size: 1.6rem;
}
.TopNewsBlock_link::before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #3a247d;
	position: absolute;
	top: 6px;
	left: 0;
}
.TopNewsBlock_content {
	width: 74%;
}

@media screen and (min-width: 1024px) {
	a.TopNewsBlock_link:hover {
		text-decoration: underline;
	}
}

/* ===========================================================================
  importantNews
============================================================================= */
.importantNews {
	padding: 20px;
	border: solid 2px #dd0000;
	background-color: #fff;
}
.importabtNews_title {
	color: #dd0000;
	font-weight: bold;
	font-size: 1.8rem;
}
.importantNews_list {
	margin-top: 15px;
}
.importantNews_item:nth-child(n+2) {
	margin-top: 10px;
}
.importantNews_link {
	display: flex;
}
a.importantNews_link {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a[target="_blank"].importantNews_link {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
a.importantNews_link[href$=".pdf"] .importantNews_text::after {
	width: 32px;
	height: 15px;
	clip-path: none;
	background-color: transparent;
	background: url('/img/icon/icon_pdf.svg') no-repeat center/contain;
}
a.importantNews_link[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .importantNews_text::after {
	width: 12px;
	height: 12px;
	clip-path: none;
	background-color: transparent;
	background: url('/img/icon/icon_blank.svg') no-repeat center/contain;
}
.importantNews_date {
	flex-shrink: 0;
	margin-right: 20px;
	color: #dd0000;
}
.importantNews_text {
	position: relative;
}
.importantNews_text::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-inline: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #3a247d;
}

@media screen and (min-width: 1024px) {
	a.importantNews_link:hover .importantNews_text {
		text-decoration: underline;
	}
}

/* ===========================================================================
  newsList02
============================================================================= */
.newsList02_item {
	border-bottom: dotted 1px #000;
}
.newsList02_item:first-child {
	border-top: dotted 1px #000;
}
.newsList02_link {
	display: flex;
	padding-block: 20px;
}
a.newsList02_link {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a[target="_blank"].newsList02_link {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.newsList02_text {
	position: relative;
}
.newsList02_text::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #3a247d;
	margin-inline: 10px;
	vertical-align: middle;
	background: url('/img/arrow_03.png') no-repeat center/contain;
}
a.newsList02_link[href$=".pdf"] .newsList02_text::after {
	width: 32px;
	height: 15px;
	clip-path: none;
	background-color: transparent;
	background: url('/img/icon/icon_pdf.svg') no-repeat center/contain;
}
a.newsList02_link[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) .newsList02_text::after {
	width: 12px;
	height: 12px;
	clip-path: none;
	background-color: transparent;
	background: url('/img/icon/icon_blank.svg') no-repeat center/contain;
}
.newsList02_text.is-new::before {
	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;
}
.newsList02_date {
	flex-shrink: 0;
	margin-right: 20px;
	color: #3a247d;
}

@media screen and (min-width: 1024px) {
	a.newsList02_link:hover .newsList02_text {
		text-decoration: underline;
	}
}

/* ===========================================================================
  topicsBlock
============================================================================= */
.topicsBlock {
	padding-bottom: 80px;
	background: url('/img/index/bg01.png') repeat top left/9px 9px;
	border-top: solid 1px #3a247d;
}
.topicsBlock_inner {
    width: 96%;
    max-width: 1024px;
	margin-inline: auto;
}
.topicsBlock_btn {
	margin-top: 80px;
}

/* ===========================================================================
  categoryTabList
============================================================================= */
.categoryTabList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
button.categoryTabList_item {
	display: grid;
	place-items: center;
	min-width: 160px;
	margin: 0 5px 10px;
	padding: 12px 15px 13px;
	background-color: #fff;
	border: solid 1px #3a247d;
	border-radius: 10px;
	color: #3a247d;
	font-size: 1.4rem;
	transition: all .3s;
}
button.categoryTabList_item.is-current {
	background-color: #3a247d;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	button.categoryTabList_item:hover {
		background-color: #3a247d;
		color: #fff;
	}
}

/* ===========================================================================
  topicsList
============================================================================= */
.topicsList {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -20px;
}
.topicsList_item {
	display: none;
	width: calc((100% - 40px - 40px * 2) / 3);
	margin: 45px 20px 0;
}
.contents a.topicsList_item[target="_blank"] {
	background:none;
	margin-right: 20px;
	padding-right: 0;
}
a.topicsList_item {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a.topicsList_item:hover img {
	opacity: 1;
}
.topicsList_item.is-active {
	display: block;
}
.topicsList_item.is-wide {
	display: block;
	width: calc((100% - 40px - 40px) / 2);
}
.topicsList_imgArea {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
a.topicsList_item .topicsList_imgArea::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url('/img/index/icon_link-topics.svg') no-repeat center/contain;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}
.topicsList_img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: scale .3s;
}
.topicsList_textArea {
	margin-top: 20px;
}
.topicsList_text {
	color: #3a247d;
	font-weight: bold;
	font-size: 1.8rem;
}
.topicsList_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	color: #000;
}
.topicsList_category {
	padding: 7px 20px 5px;
	border-radius: 13px;
	background-color: #fff;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	a.topicsList_item:hover .topicsList_img {
		scale: 1.1;
	}
}

/* ===========================================================================
  pickUpArea
============================================================================= */
.pickUpArea {
	border-top: solid 1px #3a247d;
	padding-block: 80px 94px;
	background-color: #fff;
}
.pickUpArea_inner {
    width: 96%;
    max-width: 1024px;
	margin-inline: auto;
}

/* ===========================================================================
  pickBlockList
============================================================================= */
.pickBlockList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

/* ===========================================================================
  pickBlock
============================================================================= */
.pickBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
}
a.pickBlock {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	background: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}
a.pickBlock:hover img {
	opacity: 1;
}
.pickBlock_img {
	width: 92%;
	transition: opacity .3s;
}
.pickBlock_img img {
	width: 100%;
	max-width: none;
	height: auto;
}
.pickBlock_title {
	margin-top: 15px;
	color: #3a247d;
	font-weight: bold;
	font-size: 1.8rem;
}
.pickBlock_text {
	margin-top: 5px;
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	a.pickBlock:hover .pickBlock_img {
		opacity: .6;
	}
}

/* ===========================================================================
  bottombanner
============================================================================= */
.bottombanner {
	padding-block: 50px;
	background: #f0efe6;
}
.bottombanner a[target="_blank"]{
	background: none;
    margin-right: 0;
    padding-right: 0;
}
.bottombanner_inner {
    width: 96%;
    max-width: 1024px;
	margin-inline: auto;
}

/* ===========================================================================
  bottombannerList
============================================================================= */
.bottombannerList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}