@charset "utf-8";
.mv {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mv-catch,
.mv-h2,
.mv-h2 b{
	font-size: clamp(24px, 3vw, 68px);
}
.mv-catch{
	width: 14.5em;
	padding: 0 1em;
}
.mv-h2{
	font-weight: 900;
	line-height: 1.3;
	color: var(--gold);
	margin: 2em 0 0.3em;
}
.mv-h2 b{
	font-weight: 900;
	line-height: 1.3;
	color: var(--red);
}
.mv-lead{
	font-size: clamp(12px, 1.2vw, 18px);
	line-height: 1.5;
    width: 29em;
}
.mv-img{
	flex: 1;
}
.mv-img img{
	object-fit: cover;
	aspect-ratio: 1.7 / 1;
}
.mv-en{
    position: absolute;
    z-index: 2;
    width: 65%;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1280px) {
	.mv-img img {
		aspect-ratio: 1.8 / 1;
	}
}
@media screen and (max-width: 980px) {
	.mv-catch {
		position: absolute;
		width: 100%;
		padding: 0 0.5em 0;
		margin-right: 0;
		top: 0;
	}
	.mv-catch,
	.mv-h2,
	.mv-h2 b{
		font-size: 5vw
	}
	.mv-h2{
		margin: 1em 0 0.3em;
	}
	.mv-lead{
        width: 50%;
        background: rgba(255, 255, 255, 0.6);
	}
	.mv-img{
		flex: inherit;
		width: 80%;
		margin: 0 0 0 auto;
	}
	.mv-img img {
		aspect-ratio: 1.4 / 1;
	}
    .mv-en{
        width: 85%;
        top: inherit;

        bottom: 1em;
    }
}
@media screen and (max-width: 680px) {
    .mv{
        overflow: hidden;
    }
	.mv-catch,
	.mv-h2,
	.mv-h2 b{
		font-size: 7vw
	}
	.mv-lead{
        width: 70%;
        padding: 1em;
	}
	.mv-img{
		width: 100%;
	}
	.mv-img img {
		aspect-ratio: 1 / 1.2;
	}
    .mv-en {
        width: 115%;
        top: inherit;
        right: inherit;
        left: 65%;
        bottom: 2em;
        transform: translateX(-50%);
    }
    .mv-en img {
        filter: brightness(0) invert(1);
    }
}




/*NEWS*/
.news{
	position: relative;
	padding: 4em 0 0;
}
.news-img{
	width: clamp(300px, 32vw, 650px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-115%);
}
.news-archives{
	padding-left: 47%;
}
.news-h3 b{
	font-size: clamp(58px, 5vw, 100px);
	line-height: 1;
}
.news-btn{
	justify-content: flex-end;
	margin-top: 1em;
}
@media screen and (max-width: 1280px) {
	.news-img {
		width: clamp(300px, 35vw, 650px);
		left: 0;
		transform: inherit;
	}
	.news-archives {
		padding-left: 40%;
	}
}
@media screen and (max-width: 980px) {
	.news{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news-img{
		width: 45%;
		position: relative;
		bottom: inherit;
		left: inherit;
		transform: inherit;
	}
	.news-archives{
		padding-left: 0;
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	.news{
		padding: 0;
	}
	.news-archives{
		width: 100%;
		order: 0;
		padding: 3em 0;
	}
	.news-img{
		width: 100%;
		order: 1;
	}
	.news-img img{
		object-fit: cover;
		aspect-ratio: 1.3 / 1;
	}
	.news-btn{
		justify-content: center;
	}
}

/*SERVICE*/
.service-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-summary,
.service-h4,
.service-h4 b{
	font-weight: 900;
	font-size: clamp(28px, 3.4vw, 54px);
	line-height: 1.3;
}
.service-summary{
	width: 11.5em;
	margin-right: 5%;
	padding-bottom: 1em;
}
.service-h4 b{
	color: var(--red);
}
.service-ul{
	margin: 1.5em 0 !important;
	font-size: clamp(14px, 1.2vw, 16px);
}
.service-ul li{
	padding: 0.5em 0 0.5em 2.2em;
	margin-bottom: 5px;
	background: #eee;
	text-indent: -1.2em;
}
.service-ul li:before{
	content: "●";
	color: var(--purple);
	padding-right: 0.2em;
}
.service-media{
	flex: 1;
	background: url("../img/movie_bk.webp") bottom right / 70% no-repeat;
	padding: 5em 0;
}
.service-movie{
	display: block;
	width: 90%;
}
@media screen and (max-width: 1280px) {
	.service-media{
		background: url("../img/movie_bk.webp") bottom right / 80% no-repeat;
	}
}
@media screen and (max-width: 980px) {
	.service-summary{
		width: 100%;
	}
	.service-h4 br{
		display: none;
	}
	.service-h4 b,
	.service-h4{
		font-size: 5.6vw;
	}
}
@media screen and (max-width: 480px) {
	.service-summary{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.service-h4 br{
		display: block;
	}
	.service-h4 b,
	.service-h4{
		font-size: 6.4vw;
	}
}

/*SERVICE ITEM*/
.service .page-h4 span:after{
	content: "";
	display: block;
	width: 50%;
	height: 5em;
	position: absolute;
	top: 100%;
	left: 5em;
	transform: translateY(-50%);
}
.service-item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-item_content{
	width: 55%;
	background: #fff;
	margin: 5% -10% 0 0;
	position: relative;
	z-index: 1;
	padding: 3em;
}
.service-h5{
	color: var(--purple);
	font-size: clamp(21px, 2vw, 24px);
	font-weight: 900;
}
.service-h5:before{
	content: "";
	display: inline-block;
	width: 45px;
	height: 40px;
	vertical-align: -0.4em;
}
.service-item_ol li{
	border-left: 7px solid var(--purple);
	padding-left: 1em;
	margin-bottom: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service-item_ol li:last-child{
	margin-bottom: 0;
}
.service-h6{
	width: 14em;
	color: var(--purple);
	font-weight: 700;
}
.service-item_ol{
	margin: 2em 0;
}
.service-item_ol li p{
	flex: 1;
}
.service-app{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 3px solid var(--purple);
	background: #f0f0f0;
	padding: 1em;
	border-radius: 1em 0 1em 0;
	margin-bottom: 2em;
}
.service-app_img{
	width: 5em;
	margin-right: 1em;
}
.service-app p{
	flex: 1;
}
.service-item_thumb{
	flex: 1;
}
.service-item_01 .service-h5:before{
	background: url("../img/icon-shield_support.png") no-repeat;
}
.service-item_02 .service-h5:before{
	background: url("../img/icon-shield_crysis.png") no-repeat;
}
.service-item_02 .service-item_content{
	order: 1;
	margin: 5% 0 0 -10%;
}
.service-item_02 .service-item_thumb{
	order: 0;
}
.service-ed{
	padding: 5em 0;
	background: linear-gradient(90deg, #fff 0%, #fff 40%, var(--purple10) 40%, var(--purple10) 100% );
}
.service-ed .page-h4 span:after{
	background: url("../img/education.png") center left / contain no-repeat ;
}
.service-corp{
	padding: 5em 0;
	background: linear-gradient(90deg, var(--gold10) 0%, var(--gold10) 60%, #fff 60%, #fff 0%);
}
.service-corp .page-h4 span {
    color: var(--gold);
}
.service-corp .page-h4:before{
	background: var(--gold);
}
.service-corp .page-h4 span:after{
	background: url("../img/corporation.png") center left / contain no-repeat ;
}
.service-corp .service-h6,
.service-corp .service-h5{
	color: var(--gold);
}
.service-corp .service-item_01 .service-h5:before{
	background: url("../img/icon-shield_media.png") no-repeat;
}
.service-corp .service-item_02 .service-h5:before{
	background: url("../img/icon-shield_seminar.png") no-repeat;
}
.service-corp .service-item_ol li{
	border-left: 7px solid var(--gold);
}
@media screen and (max-width: 1280px) {
	.service-item_thumb img{
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}
}
@media screen and (max-width: 980px) {
	.service .page-h4 span:after {
		width: calc(100% - 5em);
	}
	.service-item_content {
		width: 90%;
		margin: 0 !important;
		z-index: 0;
		order: 0 !important;
	}
	.service-item_thumb {
		flex: inherit;
		width: 80%;
		margin: -5% 0 0 auto;
		order: 1 !important;
	}
	.service-item_thumb img{
		object-fit: cover;
		aspect-ratio: 1.8 / 1;
	}
	.service-corp{
		background: linear-gradient(90deg, #fff 0%, #fff 40%, var(--gold10) 40%, var(--gold10) 100% );
	}
}
@media screen and (max-width: 680px) {
	.service-ed,
	.service-corp{
		padding: 3em 0;
	}
    .service .page-h4 span:after {
        width: calc(100% - 1em);
		left: 1em;
    }
	.service-item_content{
		width: 100%;
		padding: 1em;
	}
	.service-item_ol {
		margin: 2em 0 1em;
	}
	.service-item_ol li {
		display: block;
	}
	.service-h6 {
		width: 100%;
		line-height: 1.3;
		font-size: 18px;
		margin-block: 0.5em;
	}
	.service-item_thumb {
		width: 100%;
		margin: 0 auto;
	}
	.service-item_thumb img{
		object-fit: cover;
		aspect-ratio: 1.6 / 1;
	}
	.service-app{
		margin-bottom: 1em;
	}
}


/*REASON*/
.reason{
	position: relative;
	overflow: hidden;
}
.reason:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/global.webp") center top / 105% no-repeat;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.reason-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.reason-catch{
	width: 4.5em;
	font-weight: 700;
	font-size: clamp(21px, 12vw, 180px);
	background: url("../img/reason_bk.webp") no-repeat center center / cover;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1;
}
.reason-summary{
	flex: 1;
}
.reason-ol li{
	padding: 1em 1em 1em 3em;
	border: 1px solid var(--purple);
	background: #f8f8f8;
	margin-bottom: 0.5em;
	position: relative;
}
.reason-ol li:before{
	content: "";
	display: block;
	width: 1.5em;
	height: 2em;
	background: url("../img/mark.png") center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0.5em;
	z-index: 1;
}
.reason-items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:2em 0;
	position: relative;
	z-index: 2;
}
.reason-item{
	padding: 2em;
}
.reason-item:nth-child(1),
.reason-item:nth-child(2),
.reason-item:nth-child(6),
.reason-item:nth-child(7){
	width: 35%;
}
.reason-item:nth-child(3),
.reason-item:nth-child(4),
.reason-item:nth-child(5){
	width: 33%;
}
.reason-item_header{
	width: 11em;
	height: 11em;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background: var(--gold);
	margin: 0 auto;
}
.reason-item_header span{
	color:#fff;
	font-weight: 500;
	font-size: clamp(24px, 3vw, 48px);
	line-height: 1;
	margin-top: -0.2em;
}
.reason-item_header b{
	color: #fff;
	line-height: 1.3;
}
.reason-item p{
	width: 80%;
	margin: 1em auto;
}
@media (max-width: 1280px){
	.reason:after{
		background: url("../img/global.webp") center top / 110% no-repeat;
	}
	.reason-item {
		padding: 0 1em;
	}
	.reason-item p {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	.reason-summary{
		flex: initial;
		width: 100%;
	}
    .reason-catch {
        font-size: 22vw;
        line-height: 0.8;
        margin-bottom: 0.2em;
    }
	.reason:after{
		background: url("../img/global.webp") center top / cover no-repeat;
	}
	.reason-items{
		margin-top: 2em;
	}
}
@media screen and (max-width: 680px) {
	.reason-item{
		width: 100% !important;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.reason-item p{
		flex: 1;
		padding-left: 1em;
	}
	.reason-item_header{
		width: 10em;
		height: 10em;
	}
}

/*MISSION*/
.mission-mv img{
	object-fit: cover;
	aspect-ratio: 2.5 / 1;
	object-position: center bottom;
}
.mission-contents{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}
.missin-content{
	font-size: clamp(28px, 3vw, 48px);
	width: 18em;
	margin: 0 auto;
	padding: 2em;
	order: 1;
}
.mission-h4 b,
.mission-h4{
    font-weight: 900;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1.3;
}
.mission-h4 b {
    color: var(--red);
}
.missin-left{
	flex: 1;
	order: 0;
	margin-top: 2em;
}
.missin-right{
	flex: 1;
	order: 2;
	margin-top: -15em;
}
.missin-left img,
.missin-right img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1680px) {
	.missin-content {
		width: 16em;
		padding: 1em;
	}
}
@media screen and (max-width: 1280px) {
	.mission-contents{
		align-items: inherit;
	}
    .missin-content {
        padding: 1em 1em 0;
    }
	.missin-left{
		display: flex;
		align-items: flex-end;
	}
	.missin-right{
		display: flex;
		align-items: flex-start;
		margin-top: -5em;
	}
}
@media screen and (max-width: 980px) {
	.missin-content {
		width: 95%;
		max-width: 780px;
		padding: 0;
		order: 0;
		margin: 1em auto;
	}
	.missin-left img,
	.missin-right img{
		aspect-ratio: 2 / 1;
	}
	.missin-left{
		flex: inherit;
		order: 1;
		margin: 0;
		width: 70%;
	}
	.missin-right{
		flex: inherit;
		order: 2;
		margin: -2em 0 0 auto;
		width: 70%;
	}
}
@media screen and (max-width: 480px) {
	.missin-left,
	.missin-right{
		width: 80%;
	}
	.missin-left img,
	.missin-right img{
		aspect-ratio: 1.6 / 1;
	}
}

/*VOICE*/
.voice .page-h4 span:after {
    content: "";
    display: block;
    width: 50%;
    height: 5em;
    position: absolute;
    top: 100%;
    left: 5em;
    transform: translateY(-50%);
}
.voice-ed{
	padding: 5em 0;
	background: linear-gradient(90deg, #fff 0%, #fff 40%, var(--purple10) 40%, var(--purple10) 100% );
}
.voice-ed .page-h4 span:after {
    background: url(../img/education.png) center left / contain no-repeat;
}
.voice-corp {
    padding: 5em 0;
    background: linear-gradient(90deg, var(--gold10) 0%, var(--gold10) 60%, #fff 60%, #fff 0%);
}
.voice-corp .page-h4 span {
    color: var(--gold);
}
.voice-corp .page-h4:before{
	background: var(--gold);
}
.voice-corp .page-h4 span:after{
	background: url("../img/corporation.png") center left / contain no-repeat ;
}
.voice-ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3em 2em;
}
.voice-ul li{
	background: #fff;
	padding: 0 2em 2em;
	border-radius: 0 1em 0 1em;
}
.voice-h5{
	font-size: clamp(16px, 1.5vw, 24px);
	font-weight: 700;
	border-bottom: 1px solid var(--purple);
}
.voice-h5:before{
	content: "";
	display: block;
	width: 3em;
	height: 2.5em;
	background: url("../img/quote_ed.png") center / contain no-repeat;
	margin-top: -1.5em;
}
.voice-corp .voice-h5:before{
	background: url("../img/quote_corp.png") center / contain no-repeat;
}
.voice-summary{
	margin: 1em 0;
}
@media screen and (max-width: 1280px) {
	.voice-ul{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 980px) {
	.voice-ed,
	.voice-corp{
		padding: 3em 0;
	}
	.voice .page-h4 span:after {
		width: calc(100% - 5em);
	}
	.voice-ul{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 680px) {
    .voice .page-h4 span:after {
        width: calc(100% - 1em);
		left: 1em;
    }
	.voice-ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*CONTACT*/
.contact{
	position: relative;
}
.contact .page-h4 br{
	display: none;
}
.contact-form{
	max-width: 980px;
}
.contact-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-catch{
    width: 6.5em;
    font-weight: 700;
    font-size: clamp(21px, 7vw, 140px);
	background: url("../img/reason_bk.webp") no-repeat center center / cover;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 1;
}
.contact-summary{
	flex: 1;
}
.contact-address a{
	color: var(--red);
	font-size: 110%;
}
.contact-address a:hover{
	text-decoration: underline;
}
.contact-btn{
	justify-content: center;
    align-items: initial;
	margin: 1em auto;
}
.contact-btns{
	display: flex;
	justify-content: center;
}
.contact-btns .btn:first-child:after{
	display: none;
}
.contact-btns .btn:first-child b {
    border-radius: 0 3em 3em 0;
    padding: 0.6em 1.2em 0.5em 0.7em;
    border-left: 1px solid #fff;
}
.contact-btns .btn:first-child:before {
    content: "←";
    border-radius: 3em 0 0 3em;
    color: var(--black);
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
    padding: 0 0.8em 0 0.5em;
    transition: 0.2s all ease;
}
@media screen and (max-width: 980px) {
	.contact-summary br{
		display: none;
	}
	.contact-summary b{
		display: block;
	}
}
@media screen and (max-width: 780px) {
	.contact-summary{
		flex: initial;
		width: 100%;
		order: 0;
	}
    .contact-catch {
        order: 1;
		font-size: 15vw;
		margin-top: 0.5em;
    }
}
@media screen and (max-width: 580px) {
	.contact .page-h4{
		text-align: center;
	}
	.contact .page-h4 br{
		display: block;
	}
	.contact-summary br{
		display: none;
	}
}


/*INFORMATION ARCHIVE*/
.information .page-h4 small{
	font-size: clamp(16px, 1.4vw, 18px);
}
.information .page-h4 small:before{
	content: "―";
}
.information-archive_li{
	display: flex;
	justify-content: flex-start;
	padding: 0.7em 0;
}
.information-archive_li:last-child{
	padding-bottom: 0;
}
.information-archive_date{
	width: 6em;
	color: var(--purple);
}
.information-archive_cat{
	display: block;
}
.information-archive_cat a {
    display: block;
    margin-right: 5px;
    color: var(--purple);
    line-height: 1;
    font-size: clamp(12px, 1.1vw, 13px);
}
.information-archive_link{
	flex: 1;
}
.information-archive_cat{
	display: none;
}
.information-archive_a{
	color: var(--black);
	line-height: 1.2 !important;
}
.information-archive_a:hover{
	color: var(--red);
	text-decoration: underline;
}
.information-main .information-archive_li {
    align-items: center;
    padding: 0.5em 0;
}
.information-main .information-archive_link{
	background: #f0f0f0;
	padding: 1em;
}
.information-main .information-archive_cat{
	display: block;
	margin-bottom: 0.1em;
	line-height: 1.2;
}
.information-main .information-archive_cat a{
	display: inline-block;
}
.information-main .information-archive_cat a:after{
	content: "／";
	padding-left: 0.5em;
}
.information-main .information-archive_cat a:last-of-type:after{
	display: none;
}
.information-main .information-archive_cat a:hover{
	color: var(--red);
}
#load-more{
    display: block;
    width: 10em;
    padding: 0.5em 2em;
    border: 1px solid var(--purple);
    color: var(--purple);
    margin: 1em auto;
    cursor: pointer;
}
#load-more:hover{
    background: var(--purple);
    color: #fff;
}
@media screen and (max-width: 1480px) {
	.information-archive_li{
		padding: 0.5em 0;
	}
}
@media screen and (max-width: 980px) {
	.information .page-h4 small{
		display: block;
	}
	.information-archive_li{
		flex-wrap: wrap;
	}
	.information-archive_date{
		width: 100%;
	}
}
@media screen and (max-width: 680px) {
	.information-archive_date{
		width: 6em;
	}
	.information-archive_link{
		flex: 1;
	}
}

/*INFORMATION SINGLE*/
.information-post{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.information-cat{
	width: 15em;
}
.information-latest{
	width: 20em;
}
.information-main{
	flex: 1;
	padding: 0 5em;
}
.information-h5{
	font-size: clamp(21px, 2.4vw, 28px);
	font-weight: 900;
	border-bottom: 1px solid var(--black);
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
	line-height: 1.3;
}
.information-header{
	text-align: right;
}
.information-tags,
.information-date{
	display: block;
}
.information-tags a{
	display: inline-block;
	margin-left: 5px;
	background: var(--purple);
	color: #fff;
	border-radius: 3px;
	padding: 0.3em 1em 0.4em;
	line-height: 1;
	font-size: clamp(12px, 1.1vw, 13px);
}
.information-tags a:before{
	content: "#";
}
.information-tags a:hover{
	background: var(--red);
}
.information-editor p{
	line-height: 1.7;
}
.information-editor a{
	color: var(--red);
	text-decoration: underline;
}
.information-editor a:hover{
	color: var(--gold);
}
.information-editor p:has(iframe) {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.information-editor iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
@media screen and (max-width: 1380px) {
	.information-main{
		padding: 0 3em;
	}
}
@media screen and (max-width: 1280px) {
	.information-latest{
		width: 100%;
		margin-top: 2em;
	}
	.information-main{
		padding: 0 0 0 3em;
	}
}
@media screen and (max-width: 780px) {
	.information-cat{
		width: 100%;
		margin-top: 2em;
		order: 2;
	}
	.information-main{
		flex: inherit;
		width: 100%;
		padding: 0;
	}
}


/*INFORMATION SIDE*/
.information-h6{
	color: var(--purple);
	font-size: clamp(18px, 1.6vw, 21px);
	font-weight: 900;
}
.information-h6:before{
	content: "";
	display: inline-block;
	width: clamp(17px, 1.5vw, 20px);
	height: clamp(17px, 1.5vw, 20px);
    vertical-align: -0.1em;
    padding-right: 0.5em;
}
.information-cat .information-h6:before{
	background: url("../img/icon_cat.png") center center / contain no-repeat;
}
.information-cat .information-h6_area:before{
	background: url("../img/icon_area.png") center center / contain no-repeat;
}
.information-cat_ol a{
	color: var(--purple);
	display: block;
	padding: 0.5em 0;
	border-bottom: 1px dotted var(--purple);
}
.information-cat_ol a:hover{
	color: var(--red);
	text-decoration: underline;
}
.information-cat_ol .current-cat a{
	color: var(--red);
}
.information-cat_ol .children{
	padding-left: 2em;
}
.information-cat_ol .children a {
    color: var(--purple);
    display: block;
    padding: 0.3em 0;
    border-bottom: none;
}
.information-cat_ol .children a:before{
	content: "●";
	color: var(--purple);
	font-size: 50%;
	vertical-align: 0.3em;
	padding-right: 0.1em;
}
.information-cat_ol .children .current-cat a,
.information-cat_ol .children .current-cat a:before{
	color: var(--red);
}
.information-latest .information-h6{
	color: var(--gold);
}
.information-latest .information-h6:before{
	background: url("../img/icon_news.png") center center / contain no-repeat;
}
.information-latest .information-archive_date{
	color: var(--gold);
}
.information-latest a:hover{
	color: var(--gold);
	text-decoration: underline;
}
.information-back_list{
	display: block;
	border: 1px solid var(--gold);
	padding: 0.7em;
	text-align: center;
	color: var(--gold);
	margin-top: 1em;
}
.information-back_list:hover{
	background: var(--gold);
	color: #fff !important;
	text-decoration: none !important;
}

/*PAGE NAVI*/
.page-nav{
	width: 100%;
	margin: 1em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-nav_back,
.page-nav_btn,
.page-nav_last{
	width: 33%;
	border: 1px solid var(--purple);
	padding: 0.7em;	
	display: flex;
	align-items: center;
}
.page-nav_btn{
	background: var(--purple);
	color: #fff;
}
.page-nav_last{
	background: #eee;
	border: none;
}
.page-nav_back{
	justify-content: center;
}
.page-nav a b{
	display: block;
	font-size: clamp(13px, 1.2vw, 15px);
	line-height: 1.2;	
}
.page-nav a small{
	display: block;
	font-size: clamp(12px, 1.1vw, 14px);
	margin-bottom: 0.2em;
}
.page-nav a:hover {	
	background: var(--gold);
	border: 1px solid var(--gold);
	color: #fff;
}	
.page-nav a:hover b,
.page-nav a:hover small{	
	color: #fff !important;	
}	
@media screen and (max-width: 780px){
	.page-nav_back,
	.page-nav_btn,
	.page-nav_last{
		width: 100%;
		margin-bottom: 5px;
	}
}	


/*TREMS*/
.term-contents{
    max-width: 980px;
}
.term-h4 span{
    font-size: clamp(18px, 4vw, 28px);
}
.term-item{
    padding-left: 2em;
    margin-bottom: 3em;
}
.term-item h5{
    text-indent: -1.3em;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 0.5em;
    line-height: 1.3;
}
.term-item ol{
    margin: 1em 0 1em 1.2em;
}
.term-item ul{
    margin: 0.5em 0 1em 1.2em;
}
.term-item ol li{
    list-style: decimal outside;
    padding: 0.2em 0;
}
.term-item ul li{
    list-style: disc outside;
    padding: 0.2em 0;
}
.term-add{
    background: #f0f0f0;
    padding: 1.5em;
}
.term-add b{
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.term-add b br{
    display: none;
}
.term-add a{
    color: var(--red);
    text-decoration: underline;
}
.term-add a:hover{
    color: var(--gold);
}
@media screen and (max-width: 680px){
    .term-h4{
        text-align: center;
    }
    .term-item{
        margin-bottom: 2em;
    }
    .term-add b br{
        display: block;
    }
}	






