@charset "UTF-8";
/* -----------------------------------------------------------
	¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë
----------------------------------------------------------- */
#mainvisual {
    height: calc(100vh - 200px);
    /*height: calc(100vh - 145px);*/
    margin-top: 55px;
}
.mv-container{
	display:flex;
    flex-direction: column;
	max-height:55px;
	height:55px;
	transition:max-height .5s, height .5s;
	justify-content: center;
	background-color:var(--main-color);
	position:relative;
}
.mv-container.open {
    height: calc(100% - 165px);
	max-height:100%;
}
.mv-close {
    background: var(--main-color);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    height: 55px;

	transition:0.3s;
	max-height:100%;
	opacity:1;
	overflow:hidden;
}
.mv-container.open .mv-close {
   /* display: none;*/
	opacity:0;
	padding-top:0;
	padding-bottom:0;
	max-height:0;
	transition:opacity .5s, max-height .5s, padding 2s;
	transition-delay:.6s;
}
.mv-close.color02 {
    background: var(--sub-color01);
}
.mv-close.color03 {
    background: var(--sub-color02);
}
.mv-close > div {
    display: flex;
    align-items: center;
}
.mv-close-title-en {
    color: var(--sub-color04);
    font-size: 0.75rem;
    font-family: var(--font-en);
    font-weight: bold;
    padding-right: 10px;
    border-right: 1px solid var(--sub-color05);
    margin-right: 10px;
    width: 60px;
    line-height: 1.1;
}
.mv-close-title {
    font-size: 1.125rem;
    color: #fff;
}
.mv-close-btn {
    /*font-size: 0.875rem;*/
    color: var(--sub-color04);
    font-family: var(--font-en);
    font-weight: bold;
    padding-right: 25px;
    position: relative;
	transform: scale(1);
	transition: all .3s ease;
    background: unset;
    border: unset;
    padding-left: unset;
    padding-top: unset;
}
.mv-close-btn::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--sub-color03);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.mv-close-btn::after {
    content: '';
    display: block;
    background: url("/exam/assets/imgs/top/ic-mv-open.svg");
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(0deg);
	transform-origin: center;
	transition: all .3s ease;
    z-index: 1;
}
.mv-container.open .mv-close-btn{
	display:none;
}
/*.mv-close-btn::after {
    transform: translateY(-50%) rotate(90deg);
}*/
.mv-open {
    /*display: none;*/
	max-height:0;
	opacity:0;
	position:relative;
	transition:opacity .5s;
	transition-delay:.95s;
	overflow:hidden;
	flex:1;
}
.mv-container.open.open-reverse{
	flex-direction:column-reverse;
}
.mv-container.open .mv-open {
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
	max-height:100%;
	opacity:1;
}
.mv-open > div {
    padding: 15px 10px;
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
    margin: 0;
    width: 100%;

	opacity:0;
	transition:opacity .5s;
	/*transition-delay:1.2s;*/
	transition-delay:.8s;
}
.mv-container.open .mv-open > div{
    margin: 20px 0;
	opacity:1;
}
.mv-open h2 {
	padding-bottom: 15px;
    margin: 0;
	position: relative;
}
.mv-open h2::after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--main-color) 0, var(--main-color) 6px, #fff 6px, #fff 10px);
    position: absolute;
	bottom: 0;
	left: 0;
}
.mv-open .mv-open-h2-en {
    display: block;
    font-family: var(--font-en);
    font-size: 0.875rem;
    background: none;
    -webkit-text-fill-color: #000;
    font-weight: bold;
    color: #000;
    padding-bottom: 0;
    position: relative;
    padding-left: 13px;
}
.mv-open .mv-open-h2-en::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    background: var(--sub-color03);
}
.mv-open .mv-open-h2 {
    display: inline-block;
    background: var(--bg-grad01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.875rem;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 8px;
}
.mv-open .mv-open-h2::before {
    display: none;
}
.mv-open h3 {
    margin: 15px 0 0 0;
}
.mv-open h3 a {
    display: inline-block;
    text-decoration: none;
}
.mv-open h3 a span {
    border-bottom: none;
    padding-bottom: 0;
}
.mv-open h3 a span::before{
	display: none;
}
.mv-open .mv-open-h3-en {
    font-size: 0.75rem;
    font-family: var(--font-en);
    font-weight: bold;
    color: var(--main-color);
}
.mv-open .mv-open-h3 {
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    position: relative;
    padding: 5px 30px 5px 0;
}
.mv-open .mv-open-h3::before {
    content: '';
    display: block;
    background: url("/exam/assets/imgs/common/ic-circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
	left: auto;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.mv-open .mv-open-h3::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.mv-open .mv-open-list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}
.mv-open .mv-open-list li {
    width: 49%;
}
.mv-open .mv-open-list li a {
    display: block;
    padding: 8px 25px 8px 15px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    text-decoration: none;
    /*font-size: 0.875rem;*/
    position: relative;
}
.mv-open .mv-open-list li a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid var(--sub-color03);
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.mv-open .link-kasoutop {
    margin-top: 15px;
    text-align: right;
}
.mv-open .link-kasoutop a {
    display: inline-block;
    color: #000;
    /*text-decoration: none;*/
    padding-left: 18px;
    position: relative;
}
.mv-open .link-kasoutop a::before{
	content: '';
	display: block;
	background: var(--sub-color05);
	width: 7px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	transition: all .3s ease;
}
/*.mv-open .link-kasoutop a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid var(--sub-color03);
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .3s ease;
}*/
.mv-container:has( > .color02){
	background-color:var(--sub-color01);
	background-image:unset;
}
.mv-container:has( > .color03){
	background-color:var(--sub-color02);
}
.mv-container .mv-container-bg{
    height: 100%;
    width: 100%;
	opacity:0;
    position: absolute;
	top:0;
	left:0;
}
.mv-container .mv-container-bg img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mv-container.open .mv-container-bg{
	transition:.5s;
	transition-delay:.8s;
	opacity:1;
	background-color:var(--category-color01);
} 
.mv-bg01 .mv-container-bg,
.mv-bg02 .mv-container-bg,
.mv-bg03 .mv-container-bg,
.mv-bg04 .mv-container-bg{
    background-size: cover;
    background-position: center;
}

@media (hover: hover) {
	.mv-close:hover .mv-close-btn{
		transform: scale(1.1);
	}
	.mv-close:hover .mv-close-btn::after {
		transform: translateY(-50%) rotate(180deg) scale(1.2);
	}
.mv-open h3 a:hover .mv-open-h3::before {
    right: -4px;
}
.mv-open h3 a:hover .mv-open-h3::after {
    right: -2px;
}
.mv-open .mv-open-list li a:hover::after {
    right: 6px;
}
/*.mv-open .link-kasoutop a:hover::after {
    right: 0;
}*/
	.mv-open .link-kasoutop a:hover::before{
		left: 4px;
	}
}

@media screen and (min-width:768px),print {
	.mv-container {
	    max-height: 75px;
	    height: 75px;
	}
	.mv-container.open {
	    height: calc(100% - 225px);
	}
	.mv-close {
	    height: 75px;
	}
	.mv-close-title-en {
	    font-size: 1rem;
	    width: 100px;
	}
	.mv-close-title {
	    font-size: 1.8rem;
	}
	.mv-close-btn {
	    font-size: 1.125rem;
	    padding-right: 35px;
	}
	.mv-close-btn::before {
	    width: 25px;
	    height: 25px;
	    right: 0;
	}
	.mv-close-btn::after {
	    width: 11px;
	    height: 11px;
	    right: 8px;
	}
		
	.mv-open h2 {
		/*padding-bottom: 0;
	    margin: 0 0 15px 0;*/
	}
	.mv-open .mv-open-h2-en{
		font-size: 1.3rem;
	}
	.mv-open .mv-open-h2-en::before{
		top: 9px;
	}
	.mv-open .mv-open-h2{
		font-size: 2.5rem;
	}
	.mv-open .mv-open-h3-en{
		font-size: 0.875rem;
	}
	.mv-open .mv-open-h3{
		font-size: 1.3rem;
	}
	.mv-open .mv-open-list {
	    gap: 10px;
	}
	.mv-open .mv-open-list li{
		width: 48%;
		}
	.mv-open .mv-open-list li a {
	    font-size: 1rem;
	    border-radius: 35px;
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	    padding: 5px 42px 5px 25px;
	}
	.mv-open .mv-open-list li a::after {
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
	    border-left: 14px solid var(--sub-color03);
	}
	.mv-open .link-kasoutop a::before{
		top: 9px;
	}
	 @media (hover: hover) {
		.mv-open h3 a:hover .mv-open-h3::after {
			right: -1px;
		}
	}
}

@media screen and (min-width:992px),print {
#mainvisual {
    height: 100vh;
    display: flex;
    margin-top: 0;
}
.mv-container{
	max-width:110px;
	width:110px;
	transition:max-width 0.5s, width .5s;
	//transition:all .5s;
    max-height: unset;
	height:unset;
	align-items: center;
}
.mv-container.open {
    height: auto;
    width: calc(100% - 330px);
	max-width:100%;
    flex-direction: row;
}
.mv-container.open.open-reverse{
	flex-direction:row-reverse;
}
.mv-close {
    height: 100%;
    width: 110px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 35px 0;
	transition:.5s;
}
.mv-container.open .mv-close{
	opacity:0;
	width:0;
	max-height:100%;
    transition: opacity .5s, width .5s;
    //transition: all .5s;
    transition-delay: .6s;
    padding: 35px 0;
}
.mv-close > div {
    flex-direction: column;
}
.mv-close-title-en {
    font-size: 0.875em;
    border-bottom: 3px solid var(--sub-color05);
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    text-align: center;
}
.mv-close-title {
    writing-mode: vertical-rl;
    font-size: 1.687rem;
    margin-bottom: 20px;
}
.mv-close-btn {
    flex-direction: column;
    padding-right: 0;
    padding-top: 25px;
}
.mv-close-btn::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mv-close-btn::after {
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.mv-container.open .mv-open{
	width:100%;
	padding-bottom: 80px;
}
.mv-open > div {
    margin: 0px;
    padding: 35px;
}
.mv-container.open .mv-open > div{
    margin: 20px 40px;
}
.mv-open .mv-open-h2 {
    padding: 10px 0 30px;
}
.mv-open h3 {
    margin: 30px 0;
}
.mv-open .mv-open-list li a::after {
    right: 20px;
}
 @media (hover: hover) {
	.mv-close:hover .mv-close-btn{
		transform: scale(1.2);
	}
	.mv-close:hover .mv-close-btn::after {
		transform: translateX(-50%) rotate(180deg) scale(1.2);
	}
 .mv-open .mv-open-list li a:hover::after {
 right: 15px;
}
}
}

@media screen and (min-width:1200px) {
.mv-open .mv-open-h2-en {
    font-size: 1.562rem;
    padding-left: 18px;
}
.mv-open .mv-open-h2-en::before {
    width: 10px;
    height: 10px;
    top: 12px;
}
.mv-open .mv-open-h2 {
    font-size: 4.375rem;
}
.mv-open .mv-open-h3-en {
    font-size: 1.25rem;
}
.mv-open .mv-open-h3 {
    font-size: 2.187rem;
    padding: 10px 40px 10px 0;
}
.mv-open .mv-open-h3::before {
    width: 30px;
    height: 30px;
}
.mv-open .mv-open-h3::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 12px solid #fff;
    right: 5px;
}
.mv-open .mv-open-h3:hover {
    color: var(--main-color);
}
	.mv-open .mv-open-list li a {
		font-size: 1.25rem;
		}
}

@media screen and (min-width:1400px) {
.mv-container{
	max-width:180px;
	width:180px;
}
.mv-close {
    width: 180px;
}
.mv-close-title-en {
    font-size: 1.125rem;
    padding-bottom: 15px;
    height: 60px;
}
.mv-close-title {
    font-size: 2.187rem;
    margin-bottom: 25px;
}
.mv-open .mv-open-list li a {
	min-height: 90px;
    border-radius: 50px;
}
}
/* 2024/11/11 ˜ò±¾*/
@media screen and (max-height:740px) and (min-width: 992px){
    .mv-open .mv-open-h2-en {
        font-size: calc(100vh / 740 * 25);
    }
	.mv-open .mv-open-h2 {
        font-size: calc(100vh / 740 * 70);
    	padding: calc(100vh / 740 * 10) 0 calc(100vh / 740 * 30);
    }
	.mv-open h3{
        margin: calc(100vh / 740 * 30) 0;
	}
    .mv-open .mv-open-h3-en {
        font-size: calc(100vh / 740 * 20);
    }
    .mv-open .mv-open-h3 {
        font-size: calc(100vh / 740 * 35);
    }
    .mv-open .mv-open-list li a {
        font-size: calc(100vh / 740 * 20);
    	min-height: calc(100vh / 740 * 90);
    }
}

@media screen and (min-width:1400px) {
}
/* -----------------------------------------------------------
	ÖØÒª¤Ê¤ªÖª¤é¤»
----------------------------------------------------------- */

.news-important-container {
    background: linear-gradient(60deg, #f7bc42, #e85500);
    padding: 2px;
    margin-top: 20px;
}
.news-important-container h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 10px 5px 40px;
    margin: 0;
    position: relative;
}
.news-important-container h2::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("/exam/assets/imgs/top/ic-important-news.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.news-important-container .news-important-list {
    background: #fff;
    /*font-size: 0.875rem;*/
    padding: 10px;
}
.news-important-container .news-important-list li a {
    display: block;
    padding: 5px 0 5px 20px;
    color: #000;
    position: relative;
    transition: all .3s ease;
}
.news-important-container .news-important-list li a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid var(--sub-color01);
    border-right: 0;
    position: absolute;
    top: 12px;
    left: 2px;
    transition: all .3s ease;
}

@media (hover: hover) {
.news-important-container .news-important-list li a:hover {
    color: var(--sub-color06);
}
.news-important-container .news-important-list li a:hover::before {
    left: 5px;
}
}

@media screen and (min-width:768px),print {
.news-important-container h2 {
    font-size: 1.125rem;
}
.news-important-container .news-important-list li a {
	   padding: 5px 0 5px 25px;
}
.news-important-container .news-important-list li a::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 14px solid var(--sub-color01);
}
}

@media screen and (min-width:992px),print {
#news-important.container {
    max-width: 100%;
    padding: 0 40px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.news-important-container {
    display: flex;
    align-items: center;
    background: linear-gradient(60deg, #f7bc42, #e85500 20%);
    padding: 3px;
}
.news-important-container h2 {
    padding: 10px 50px 10px 80px;
    white-space: nowrap;
	min-width: 280px;
}
.news-important-container h2::before {
    left: 50px;
}
.news-important-container .news-important-list {
    width: 100%;
    padding: 20px 50px;
}
}

.news-important-emergency{
	background: #cc0001;
}


/*¡¸¾o¼±Çéˆó?ÖØÒª¤Ê¤ªÖª¤é¤»¡¹¤Ç¥ê¥¹¥È¤ÎÔO¶¨¤¬„¿¤«¤Ê¤¤¤è¤¦¤Ë¤¹¤ë*/

.news-important-container .news-important-list .list li,
.news-important-container .news-important-list .list-m li,
.news-important-container .news-important-list .list-s li,
.news-important-container .news-important-list .linklist li,
.news-important-container .news-important-list .linklist-s li,
.news-important-container .news-important-list .list-f li,
.news-important-container .news-important-list .list-fs li,
.news-important-container .news-important-list .linklist-f li,
.news-important-container .news-important-list .linklist-fs li,
.news-important-container .news-important-list .list-two li,
.news-important-container .news-important-list .list-three li,
.news-important-container .news-important-list .linklist-two li,
.news-important-container .news-important-list .linklist-three li,
.news-important-container .news-important-list .anchorlist li{
	padding-left: 0;
}
.news-important-container .news-important-list .list li::before,
.news-important-container .news-important-list .list-m li::before,
.news-important-container .news-important-list .list-s li::before,
.news-important-container .news-important-list .linklist li::before,
.news-important-container .news-important-list .linklist-s li::before,
.news-important-container .news-important-list .list-f li::before,
.news-important-container .news-important-list .list-fs li::before,
.news-important-container .news-important-list .linklist-f li::before,
.news-important-container .news-important-list .linklist-fs li::before,
.news-important-container .news-important-list .list-two li::before,
.news-important-container .news-important-list .list-three li::before,
.news-important-container .news-important-list .linklist-two li::before,
.news-important-container .news-important-list .linklist-three li::before,
.news-important-container .news-important-list .anchorlist li::before{
	display: none;
}

/* -----------------------------------------------------------
	ÐÂ×ÅÇéˆó
----------------------------------------------------------- */

#news {
    padding-bottom: 30px;
}
.news-banner{
	margin-top: 20px;
}
.news-banner > div {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-banner > div img {
    display: block;
    width: 100%;
    transition: all .3s ease;
}
.news-banner > div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
}
.news-banner > div a:focus-visible img{
	border:2px solid black;
	box-sizing:border-box;
}
.news-textonly h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.news-textonly h2 span {
    padding-bottom: 0;
}
.news-textonly h2 span::before {
    display: none;
}
.news-textonly .news-textonly-h2-en {
    display: block;
    font-size: 1rem;
    font-family: var(--font-en);
    font-weight: bold;
    background: none;
    -webkit-text-fill-color: #000;
    position: relative;
    padding: 0 0 0 15px;
    line-height: 1;
}
.news-textonly .news-textonly-h2-en::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    background: var(--sub-color03);
}
.news-textonly .news-textonly-h2 {
    background: var(--bg-grad01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.875rem;
    font-weight: bold;
}
.news-textonly .news-textonly-list li{
	position: relative;
}
.news-textonly .news-textonly-list li::before {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #808080 0, #808080 6px, #fff 6px, #fff 10px);
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.news-textonly .news-textonly-list li:last-child::after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #808080 0, #808080 6px, #fff 6px, #fff 10px);
    position: absolute;
	bottom: 0;
	left: 0;
}
.news-textonly .news-textonly-list li a,
.news-textonly .news-textonly-list li div {
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    padding-right: 30px;
	/*transition: all .3s ease;*/
}
.news-textonly .news-textonly-list li div{
	padding-right:0;
}
.news-textonly .news-textonly-list li a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid var(--sub-color03);
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.news-textonly .news-textonly-list li a time,
.news-textonly .news-textonly-list li div time {
    display: block;
    font-size: 0.75rem;
    color: var(--main-color);
}
.button-newslist {
    text-align: center;
    margin: 30px;
}
.button-newslist a {
    padding: 5px 35px 5px 0;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.button-newslist a::before {
    content: '';
    display: block;
    background: url("/exam/assets/imgs/common/ic-circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.button-newslist a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

@media (hover: hover) {
.news-banner > div a:hover img {
    transform: scale(1.1);
}
.news-textonly .news-textonly-list li a:hover {
    background: #f2f2f2;
}
.news-textonly .news-textonly-list li a:hover::after {
    right: 5px;
}
.button-newslist a:hover::before {
    right: -4px;
}
.button-newslist a:hover::after {
    right: -2px;
}
}

@media screen and (min-width:768px),print {
.news-banner {
    display: flex;
    flex-wrap: wrap;
}
.news-banner > div {
    width: 50%;
    margin-bottom: 0;
}
.button-newslist a::before {
    width: 25px;
    height: 25px;
}
.button-newslist a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 11px solid #fff;
}
.news-textonly .news-textonly-list li a{
	padding-right: 35px;
}
.news-textonly .news-textonly-list li a::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 14px solid var(--sub-color03);
}
.news-textonly .news-textonly-list li a time,
.news-textonly .news-textonly-list li div time {
    font-size: 0.875rem;
}
.button-newslist {
    margin: 30px 20px;
}
.button-newslist a {
    font-size: 1.25rem;
	padding: 5px 40px 5px 0;
}
}

@media screen and (min-width:1200px) {
.news-banner {
    flex-direction: column;
	margin-top: 60px;
}
.news-banner > div {
    width: 100%;
    margin-bottom: 10px;
}
.news-usually {
    display: flex;
}
.news-banner {
    order: 2;
    margin-left: 50px;
    margin-top: 60px;
}
.news-textonly {
    order: 1;
	margin-top: 20px;
	min-width: 50%;
}
}

@media screen and (min-width:1400px) {
#news {
    padding-bottom: 50px;
}
.news-banner {
	margin-top: 80px;
}
.news-banner > div {
	margin-bottom: 30px;
}
	.news-banner > div:last-child{
		margin-bottom: 0;
	}
.news-textonly {
	margin-top: 40px;
}
	.news-banner > div span{
		font-size: 1.875rem;
	}
}
/* -----------------------------------------------------------
	¥¤¥Ù¥ó¥ÈÇéˆó
----------------------------------------------------------- */

#events {
    background: var(--bg-grad01);
    padding-top: 20px;
    padding-bottom: 30px;/*font-size: 0.875rem;*/
	overflow:hidden;
}
#events h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
}
#events h2 span {
    display: block;
    color: var(--sub-color04);
    font-size: 1rem;
    font-family: var(--font-en);
    font-weight: bold;
    background: none;
    -webkit-text-fill-color: var(--sub-color04);
    position: relative;
    padding: 0 0 0 15px;
    line-height: 1;
}
#events h2 span::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    background: var(--sub-color05);
}
.button-events {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.button-events a {
    padding: 5px 35px 5px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.button-events a::before {
    content: '';
    display: block;
    background: url("/exam/assets/imgs/common/ic-circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.button-events a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

@media (hover: hover) {
.button-events a:hover::before {
    right: -4px;
}
.button-events a:hover::after {
    right: -2px;
}
}
#events > .swiper > .container{
	display:flex;
	flex-direction:column;
}
#events  .swiper-controller{
	display:flex;
	flex-direction:column-reverse;
	margin-bottom: 30px;
    gap: 10px;
}
#events .swiper-scrollbar-wrapper{
	width: 100%;
	background: #ffffff;
	padding: 3px;
	border-radius: 8px;
	height: 9px;
    overflow: hidden;
	width: 100%;
}
#events .swiper-scrollbar{
	width: 100%;
	height: 100%;
}
#events .swiper-scrollbar-drag{
    background: var(--sub-color03);
    border-radius: 3px;
	height:100%;
	cursor:pointer;
}
#events .swiper-arrow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
#events .swiper-button-prev,
#events .swiper-button-next{
	/*width:54px;
	height:20px;*/
    width: 35px;
    height: 13px;
	display:block;
}
#events .swiper-button-prev{
	background:url('/exam/assets/imgs/top/ic-arrow-left.png');
	background-size:contain;
	background-repeat: no-repeat;
}
#events .swiper-button-next{
	background:url('/exam/assets/imgs/top/ic-arrow-right.png');
	background-size:contain;
	background-repeat: no-repeat;
}
#events .swiper-button-disabled{
	opacity:.5;
}

.swiper-wrapper {
    display: flex;
    /*gap: 5px;
    overflow: hidden;*/
}
.swiper-slide.item {
    min-width: 280px;
    max-width: 280px;
	width:auto;
}
.swiper-slide.item:first-child {
    margin-left: 10px;
}
.swiper-slide.item a {
	display: block;
	height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
	position: relative;
	border: 3px solid transparent;
	/*z-index: 1;
	transform: scale(1);*/
	transition: all .3s ease;
}
.item-day-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.item-day-wrap::after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #808080 0, #808080 6px, transparent 6px, transparent 10px);
    position: absolute;
	left: 0;
	bottom:0;
}
.item-day {
    color: var(--main-color);
    text-align: center;
}
.item-day .year {
    font-size: 1rem;
    font-weight: bold;
    display: block;
}
.item-day .day {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    padding: 0 5px;
    background: linear-gradient(360deg, #f7d877 0, #f7d877 20px, transparent 20px);
}
.item-day .day span {
    font-size: 0.75rem;
}
.item-day .week {
    font-size: 0.93rem;
    display: block;
}
.item-day-tilde {
    font-size: 1.25rem;
}
.item-title {
	position: relative;
	display:inline;
}

@media (hover: hover) {
	.swiper-slide.item a:hover{
		/*background: var(--bg-color01);*/
		border: 3px solid var(--sub-color03);
		/*transform: scale(1.1);*/
		/*z-index: 2;*/
	}
}

@media screen and (min-width:576px),print {
.swiper-slide.item:first-child {
    margin-left: 15%;
}
}

@media screen and (min-width:768px),print {
#events > .swiper > .container{
	flex-direction: row;
	padding-right:0;
}
#events .swiper-controller{
    width: 100%;
    flex: 1;
    flex-direction: row;
    padding-left: 5%;
    margin-bottom: 12px;
    align-items: flex-end;
    padding-bottom: 30px;
}
#events .swiper-controller,
#events .swiper-arrow{
	gap:20px;
}
.button-events {
    margin-top: 30px;
    margin-bottom: 30px;
}
.button-events a {
    font-size: 1.25rem;
	padding: 5px 40px 5px 0;
}
.button-events a::before {
    width: 25px;
    height: 25px;
}
.button-events a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 11px solid #fff;
}
}

@media screen and (min-width:1400px) {
#events {
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper .container{
	margin-bottom: 20px;
}
	#events .swiper-scrollbar-wrapper{
		margin-right: 40px;
    	margin-bottom: 5px;
	}
	#events .swiper-button-prev, #events .swiper-button-next{
		width: 53px;
		height: 19px;
	}
	.swiper-slide.item{
		border-radius: 30px;
	}
}
/* -----------------------------------------------------------
	¥È¥Ã¥×¥Ú©`¥¸¥ê¥ó¥¯
----------------------------------------------------------- */

#top-link {
    padding-top: 50px;
    padding-bottom: 250px;
	background: url("/exam/assets/imgs/top/toplink-bg.jpg");
	background-size: 992px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.top-link-button {
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
}
.top-link-button > div a {
    display: flex;
    align-items: center;
	width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
	background: #fff;
    padding: 10px 50px 10px 30px;
    /* margin-right: 20px; */
    min-height: 80px;
    border: 1px solid var(--sub-color03);
    border-radius: 45px;
    position: relative;
}
.top-link-button > div a::before {
    content: '';
    display: block;
    background: url("/exam/assets/imgs/common/ic-circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.top-link-button > div a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.top-link-link span{
	display: block;
	width: 100%;
}

@media (hover: hover) {
.top-link-button > div a:hover {
    background: #f2f2f2;
}
.top-link-button > div a:hover::before {
    right: 15px;
}
.top-link-button > div a:hover::after {
    right: 18px;
}
}

@media screen and (min-width:768px),print {
.top-link-button {
    flex-direction: row;
    flex-wrap: wrap;
}
.top-link-button > div {
    width: 48%;
}
.top-link-button > div a {
    font-size: 1.25rem;
    line-height: 1.2;
}
}

@media screen and (min-width:992px),print {
	#top-link {
		padding-top: 80px;
    	padding-bottom: 300px;
		background-size: 1400px;
	}
.top-link-button {
    gap: 35px 30px;
}
.top-link-button > div a {
    min-height: 110px;
    border-radius: 70px;
    line-height: 1.5;
}
}

@media screen and (min-width:1200px) {
.top-link-button > div {
    width: 31%;
}
	.top-link-button > div a {
		min-height: 130px;
	}
}

@media screen and (min-width:1400px) {
	#top-link {
		min-height: 600px;
		background-size: 100%;
	}
	.top-link-button > div a{
		font-size: 1.375rem;
		padding: 10px 70px 10px 40px;
	}
	.top-link-button > div a::before{
		width: 40px;
		height: 40px;
	}
	.top-link-button > div a::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 18px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 30px;
	}

}