body {
	overflow: hidden;
}

/* ------------------------------------
	header
------------------------------------ */
#global_header .sub_menu>ul li a {
--main-color:#424188;
	background: none;
	color: var(--main-color);
	padding: 10px 30px;
	border-radius: 15px;
	border: 1px solid #424188;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  transition: all 300ms ease-out;

}

#global_header .sub_menu>ul li a:hover {
	
	color: #FFF;
}
#global_header .sub_menu>ul li a::before {
	  content: "";
  opacity: 0;
  transition: all 300ms ease-out;
  color:#FFF;
  	border-radius: 15px;
	position: absolute;
}

#global_header .sub_menu>ul li a:hover::before {
  opacity: 1;
  background: linear-gradient(90deg,#363581,#008DB2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}


/* ホバー時色逆転*/
#global_header .sub_menu>ul li a:hover img {
	filter: brightness(0) invert(1);
}

#global_header .sub_menu>ul li a>span {
	display: block;
	text-align: center;
	width: 100%;
	z-index: 1;
}

/*　ハンバーガーボタン　*/
#global_header .hamburger {
	border-radius: 5px;
	margin-left: 4px;
	background-color: #525255;
}

@media only screen and (max-width: 768px) {
	#global_header .sub_menu>ul li a img {
		position: absolute;
		top: 4px;
		width: auto;
		height: 23px;
	}
#global_header .sub_menu>ul li a::before {
	  content: "";
  opacity: 0;
  transition: all 300ms ease-out;
  color:#FFF;
  	border-radius: 5px;
	  height: 60px;
	    width: 60px;
}

#global_header .sub_menu>ul li a:hover::before {
  opacity: 1;
  background: linear-gradient(90deg,#363581,#008DB2);
  content: "";

  left: 0;
  position: absolute;
  top: 0;

}
#global_header .sub_menu>ul li a:hover span{
	color:#FFF;
}
}

/* ------------------------------------
	globalNav
------------------------------------ */
#global_nav ul {
	height: 100%;
}


#global_nav ul li:first-child,
#global_nav ul li {
	margin: 0 4px;
}

#global_nav a {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 2.4rem;
	padding-left: 2.4rem;
	border-radius: 5px 5px 0 0;
	transition: color 300ms ease;
}


#global_nav a::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(to right, rgba(54, 53, 129, 0.15) 0%, rgba(0, 141, 178, 0.15) 100%);
	opacity: 0;
	transition: opacity 300ms ease;
	pointer-events: none;
}

#global_nav li:hover a,
#global_nav a.active {
	color: var(--main-color);
}

#global_nav li:hover a::before,
#global_nav a.active::before {
	opacity: 1;
}

/* ------------------------------------
	cont_header
------------------------------------ */
/* cont_header visual 上半期トピックス */



.cont_header.visual.topics1 .wrap::after,
.cont_header.visual.topics2 .wrap::after,
.cont_header.visual.topics3 .wrap::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../img/triangle.png) left center no-repeat;
	pointer-events: none;
}



.cont_header.visual.enquete::after {
	background: url(../img/news_header_bg_pc.png) center center no-repeat;
	background-size: cover;
}

/* cont_header visual 特集1 */
.cont_header.visual.topics1 {
	background-image: url("../img/watercolor.jpg"), url("../img/topics1/header_bg_pc.png");
	background-blend-mode: multiply, normal;
	background-position: left 90% center, right center;
	background-size: auto 351px, cover;
}

/* cont_header visual 特集2 */
.cont_header.visual.topics2 {
	background-image: url("../img/watercolor.jpg"), url("../img/topics2/header_bg_pc.png");
	background-blend-mode: multiply, normal;
	background-position: left 90% center, right center;
	background-size: auto 351px, cover;
}

/* cont_header visual 特集3 */
.cont_header.visual.topics3 {
	background-image: url("../img/watercolor.jpg"), url("../img/topics3/header_bg_pc.png");
	background-blend-mode: multiply, normal;
	background-position: left 90% center, right center;
	background-size: auto 351px, cover;
}


@media only screen and (max-width: 768px) {
	.cont_header.visual {
		height: auto;
	}

	.cont_header.visual::after {
		background: none;

	}

	.cont_header.visual.topics3::after {
		background: none !important;
	}

	#pg_index .cont_header.visual::after {
		background-position: left bottom 100px, right top !important;
	}

	.cont_header.visual.enquete::after {
		background: url(../img/top_news_sp.png) top center no-repeat;
		background-size: cover;
	}

	.cont_header.visual h1 {
		color: #FFF;
		text-shadow: none;
	}

	.cont_header.topics3 h1 {
		font-size: min(6.7vw, 2.8rem);
	}

	#t-label {
		margin-bottom: 0;
		margin-right: .5em;
	}

	.banner.cont_page01:after {
		background-position: top center;
	}

	.banner.cont_page02:after {
		background-position: bottom +1.5vw center;
	}
}

#t-label {
	display: inline-flex;
	color: #008DB2;

	padding: 2.5px 12.5px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	background-color: #FFF;
	border: 1px solid #008DB2;
}

/* ------------------------------------
	cont_menu
------------------------------------ */
#cont_menu {
	margin: 0 auto 75px;
}

#cont_menu ul li {
	min-width: calc(800px / 3);
	margin: 0;
}

#cont_menu ul li:nth-of-type(2) {
	text-align: center;
}

#cont_menu ul li:last-child {
	text-align: right;
}

#cont_menu ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(to right,
			#363581 0%,
			#008db2 100%);
}

@media only screen and (max-width: 820px) {

	#cont_menu ul li:first-child,
	#cont_menu ul li:nth-of-type(2),
	#cont_menu ul li:nth-of-type(3) {
		min-width: 225px;
	}
}

/* heading */


.cont_header.visual .wrap {
	z-index: 1;
}

.cont_header.visual h1 {
	color: #008DB2;
	z-index: 1;
	position: relative;
}

/* ------------------------------------
	message
------------------------------------ */

.cont_header.visual.large {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

#message .top-message {
	padding: 20px 0 0 0px;
}

#message .top-name {
	padding: 10px 0 20px 0px;
}

.cont_header.visual.message {
	background-image: url("../img/watercolor.jpg"), url("../img/message/header_bg_pc_img.png");
	background-blend-mode: multiply, normal;
	background-position: left 90% center, right center;
	background-size: auto 351px, cover;
}

.cont_header.visual.message .wrap {
	max-width: 1100px;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	#message .cont_header.visual {
		background: url(../img/message/header_bg_sp_img.png) right no-repeat;
		justify-content: flex-end;
		background-size: auto calc(240px + 80 * 0.03vw);
		background-position: center top, left top !important;
	}

	.cont_header.visual.topics1 {
		display: inline-flex;
		flex-direction: column;
		width: 100%;
		background: url(../img/topics1/header_bg_sp_img.png) no-repeat;
		justify-content: flex-end;
		background-position: center top;
		min-height: 332px;
	}

	.cont_header.visual.topics2 {
		display: inline-flex;
		flex-direction: column;
		width: 100%;
		background: url(../img/topics2/header_bg_sp_img.png) no-repeat;
		justify-content: flex-end;
		background-position: center top;
		min-height: 332px;
	}

	.cont_header.visual.topics3 {
		display: inline-flex;
		flex-direction: column;
		width: 100%;
		background: url(../img/topics3/header_bg_sp_img.png) no-repeat;
		justify-content: flex-end;
		background-position: center top;
		min-height: 382px;

	}

	.cont_header.visual.message .wrap {
		padding-bottom: 0;
	}

	#message .top-message,
	#message .top-name {
		padding-left: 0;
	}

	.cont_header.visual.message .wrap {
		width: 100%;
		order: 2;
	}

	.cont_header.visual.message .wrap::after {
		content: none;
	}

	#message .top-message_wrap,
	header.topics1 .wrap,
	header.topics2 .wrap,
	header.topics3 .wrap {
		position: relative;
		z-index: 1;
		background-image: url("../img/watercolor.jpg");
		background-size: 200%;
		margin: 0;
		padding: 19px 4%;
		width: 100%;
		order: 2;
		overflow: hidden;
	}

	header.topics1 .wrap::before,
	header.topics2 .wrap::before,
	header.topics3 .wrap::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 5px;
		width: 271px;
		aspect-ratio: 271 / 154;
		background: rgba(255, 255, 255, .8);
		clip-path: polygon(22.706068% 0, 0 100%, 100% 27.394251%);
		pointer-events: none;
	}

	.cont_header.visual.topics1 .wrap::after,
	.cont_header.visual.topics2 .wrap::after,
	.cont_header.visual.topics3 .wrap::after {
		content: "";
		position: absolute;
		left: 240px;
		top: 85px;
		width: 50.385px;
		height: auto;
		aspect-ratio: 50.385 / 28.605;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.55) 100%);
		clip-path: polygon(22.706068% 0, 0 100%, 100% 27.394251%);
		pointer-events: none;
	}


	#message .top-message {
		margin-bottom: 0;
	}

	#message .top-message,
	#message .top-name {
		padding-top: 0;
		padding-bottom: 0;
	}

	#message .top-name {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 2rem !important;
		z-index: 2;
	}

	.cont_header.visual.message h1 {
		font-size: 2.8rem;
		order: -2;
		margin-bottom: 0;
	}

	#message .cont_header img {
		z-index: 1;
		width: 50%;
		height: auto;
	}

#cont_menu ul li a::before{
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  background: url("../img/arrow.svg") center / contain no-repeat;
}

}

@media only screen and (max-width: 400px) {
	#message .cont_header.visual {
		margin-bottom: 40px !important;
	}

	.cont_header.visual.message::after {
		background-position-y: center;
	}
}

/* ------------------------------------
	topics1
------------------------------------ */
.base_wrap h2.topics1 a {
	color: var(--main-color);
}

body.topics1 h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

body.topics1 .base_wrap:nth-of-type(2) {
	margin-bottom: 60px;
}

body.topics1 .message-img-content a {
	display: block;
	margin-bottom: 15px;
}

body.topics1 hr {
	margin-bottom: 50px;
	max-width: 800px;
}




/* ------------------------------------
	topics2
------------------------------------ */
table.four_column thead tr th,
table.four_column tbody tr th,
table.four_column tbody tr td {
	max-width: 160px;
}

p.rsc.asterisk {
	margin-top: 0 !important;
	font-size: 15px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 820px) {
	table.four_column tbody tr th br.sp {
		display: block !important;
	}
}

@media only screen and (max-width: 768px) {

	table.four_column thead tr th,
	table.four_column tbody tr th,
	table.four_column tbody tr td {
		width: 20%;
		font-size: 1.4rem;
	}

	table.four_column tr td small {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 400px) {

	table.four_column thead tr th:last-child,
	table.four_column tbody tr td:last-child {
		padding: 0;
	}
}

a.icon::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: transparent url(../img/ico_pdf.png) center center no-repeat;
	background-size: 100%;
	margin: 0 1rem -2px 0.5rem;
}

a.icon2::after {
	content: '';
	display: inline-block;
	background: transparent url(../img/ico_blank.png) center center no-repeat !important;
	width: 1em;
	height: 1em !important;
	background-size: 100% !important;
	margin: 0 1rem -2px 0.5rem;
}

.arrow-line {
	position: relative;
	padding-left: 1em;
	display: inline-block;
}

.arrow-line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 0;
	height: 0;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #F6A900;
}


/* ------------------------------------
	print
------------------------------------ */
@media print {
	#pg_index .cont_header .wrap {
		width: auto;
	}

	.btn_area {
		gap: 1em;
	}

	body #pg_index .btn_area a {
		width: calc(100% / 2);
	}

	.cont_header.visual.message .wrap {
		width: 100%;
		margin-left: 150px;
	}

	#message .top-message {
		padding: 20px 0 10px;
	}

	#message .top-name {
		padding: 0;
	}

	.cont_header.visual.message::after {
		background-size: cover;
	}

	.content-area,
	.content-area.step>div {
		padding: 3em 2em !important;
		gap: 1em !important;
	}

	.content-area.step {
		align-items: center !important;
	}

	.content-area.step>div {
		width: fit-content !important;
		padding: 0 !important;
	}

	.img-area {
		margin: auto !important;
		height: calc(147px* 2) !important;
		width: calc(236px* 2) !important;
	}

	#topics #global_footer {
		margin-top: 2em !important;
	}
}