/* ----- Parts ----- */
#expo2025 .expo2025-contents{
	margin: 0 auto;
	padding: 0 20px;
}
#expo2025 .expo2025-contentsWrap{
	background: rgb(213,237,255);
	background: -webkit-linear-gradient(bottom, rgba(213,237,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 30%, rgba(213,237,255,1) 45%, rgba(213,237,255,1) 55%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 85%, rgba(213,237,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(213,237,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 30%, rgba(213,237,255,1) 45%, rgba(213,237,255,1) 55%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 85%, rgba(213,237,255,1) 100%);
	background: linear-gradient(to top, rgba(213,237,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 30%, rgba(213,237,255,1) 45%, rgba(213,237,255,1) 55%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 85%, rgba(213,237,255,1) 100%);
}
#expo2025 .expo2025-about-button,#expo2025 .expo2025-feature-button{
	position: unset;
	width: auto;
	padding: 0;
}
#expo2025 .expo2025-hLevel2Wrap .expo2025-hLevel2{
	font-weight: bold;
	color: #0e1364;
	text-align: center;
}
#expo2025 .expo2025-leadText{
	margin-bottom: 30px;
	font-weight: bold;
}
#expo2025 .expo2025-text{
	margin-bottom: 20px;
}
#expo2025 .expo2025-about-button{
	justify-content: center;
}
#expo2025 .expo2025-figure{
	text-align: center;
}
#expo2025 .expo2025-figure img{
	box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.35);
}
/* --- modaal --- */
.modaal-content-container{
	font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
}
.modaal-container .expo2025-about-modal_text{
	margin-top: 15px;
}
.modaal-container .expo2025-about-modal_col2 figure figcaption{
	text-align: center;
}
.modaal-container .expo2025-about-modal_asterisk{
	margin-top: 10px;
	text-align: right;
}
/* ----- expo2025-carousel ----- */
#expo2025 .expo2025-carousel .expo2025-carousel__item picture img{
	width: 100%;
}
#expo2025 .expo2025-carousel__list {
	opacity: 0;
}
#expo2025 .expo2025-carousel__list.slick-initialized {
	opacity: 1;
}
#expo2025 .expo2025-carousel__list.slick-slider {
	overflow: hidden;
}
#expo2025 .expo2025-carousel__list > .slick-list > .slick-track > .slick-slide {
	line-height: 1;
}
#expo2025 .expo2025-carousel__item {
	text-align: center;
	display: inline-block;
}
#expo2025 .expo2025-carousel__item img {
	display: inline-block !important;
}
#expo2025 .expo2025-carousel__item img{
	border: 1px solid #dde0e7;
}
#expo2025 .expo2025-carousel__type, #expo2025 .expo2025-carousel__type--nolink {
	display: block;
}
#expo2025 .expo2025-carousel__control {
	display: flex;
	align-items: center;
	justify-content: center;
}
#expo2025 .expo2025-carousel__control > .slick-arrow {
	position: relative;
	width: 17px;
	height: 17px;
	padding: 0;
	overflow: hidden;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
}
#expo2025 .expo2025-carousel__control > .slick-arrow:before {
	position: absolute !important;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	border-top: 2px solid #1eace5;
	border-right: 2px solid #1eace5;
	content: "";
	box-sizing: border-box;
}
#expo2025 #blog .expo2025-carousel__control > .slick-arrow:before {
	border-top: 2px solid #0e0d6a;
	border-right: 2px solid #0e0d6a;
}
#expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev {
	order: 3;
}
#expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#expo2025 .expo2025-carousel__control > .slick-arrow.slick-next {
	order: 4;
}
#expo2025 .expo2025-carousel__control > .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#expo2025 .expo2025-carousel__pager {
	order: 1;
}
#expo2025 .expo2025-carousel__pager > .slick-dots {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 -10px -10px;
	padding: 0;
}
#expo2025 .expo2025-carousel__pager > .slick-dots > li {
	display: flex;
	margin: 0 10px 10px;
	font-size: 0;
	list-style: none;
}
#expo2025 .expo2025-carousel__pager > .slick-dots > li > button {
	display: inline-block;
	padding: 0;
	border: 2px solid #dde0e7;
	border-radius: 50%;
	outline: none;
	background-color: #dde0e7;
	font-size: 0;
	text-indent: -9999em;
}
#expo2025 .expo2025-carousel__pager > .slick-dots > li.slick-active > button {
	border-color: #dde0e7;
	background-color: #1eace5;
}
#expo2025 .expo2025-carousel__switch {
	display: flex;
	align-items: center;
	order: 2;
	font-size: 0;
}
#expo2025 .expo2025-carousel__switch__pause {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
}
#expo2025 .expo2025-carousel__switch__pause:after, #expo2025 .expo2025-carousel__switch__pause:before {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #1eace5;
	content: "";
}
#expo2025 .expo2025-carousel__switch__pause:before {
	left: 2px;
}
#expo2025 .expo2025-carousel__switch__pause:after {
	right: 2px;
}
#expo2025 .expo2025-carousel__switch__play {
	display: none;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
}
#expo2025 .expo2025-carousel__switch__play:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 1px;
	border-style: solid;
	border-color: transparent transparent transparent #1eace5;
	content: "";
}
/* --- expo2025-blog --- */
/*#expo2025 #blog .expo2025-carousel__pager > .slick-dots > li > button {
	border: 2px solid #0e0d6a;
	background-color: #FFFFFF;
}
#expo2025 #blog .expo2025-carousel__pager > .slick-dots > li.slick-active > button {
	border-color: #0e0d6a;
	background-color: #0e0d6a;
}
#expo2025 #blog .expo2025-carousel__switch__pause:after, #expo2025 #blog .expo2025-carousel__switch__pause:before {
	background-color: #0e0d6a;
}*/
#expo2025 #blog .expo2025-carousel__item{
	vertical-align: top;
}
#expo2025 #blog .expo2025-report_card_title {
	line-height: 1.6;
}
#expo2025 #blog .dateWrap:has(.newIcon){
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#expo2025 #blog .dateWrap .newIcon{
  padding: 0 10px 2px;
  background-color: #0e0d6a;
  color: #FFFFFF;
  font-size: 12px;
}
#expo2025 #blog .expo2025-carousel__control{gap: 20px;}
#expo2025 #blog .expo2025-carousel__switch{order: 1;}
#expo2025 #blog .expo2025-carousel__switch button{
  appearance: none;
  display: block;
  width: 34px;
  height: 22px;
  padding: 0;
  border: none;
  background: #0e1364;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background var(--transition_default-set);
  text-indent: -100vw;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#expo2025 #blog .expo2025-carousel__switch__pause:after, #expo2025 #blog .expo2025-carousel__switch__pause:before{
  background-color: #0e1364;
}
#expo2025 #blog .expo2025-carousel__switch__play:before{
  border-color: #0e1364;
}
#expo2025 #blog .expo2025-carousel__switch__pause {
  mask-image: url('/proxy/123456/www.kddi.com/extlib/common/img_new/cmn_ic12_05.svg');
}
#expo2025 #blog .expo2025-carousel__switch__play{
  mask-image: url('/proxy/123456/www.kddi.com/extlib/common/img_new/cmn_ic12_06.svg');
}
#expo2025 #blog .slick-arrow{
  appearance: none;
  position: relative;
  display: block;
  width: 36px;
  height: 22px;
  padding: 0;
  margin: 0;
  border: none;
  background: #0e1364;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url('/proxy/123456/www.kddi.com/extlib/common/img_new/cmn_ic01_01.svg');
  transition: background var(--transition_default-set);
  text-indent: -100vw;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#expo2025 #blog .slick-arrow.slick-prev{order: 2; transform: scale(-1,1);}
#expo2025 #blog .expo2025-carousel__pager {order: 3;}
#expo2025 #blog .slick-num{
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 10px;
  color: #0e1364;
}
#expo2025 #blog .slick-num::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  background: #0e1364;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url('/proxy/123456/www.kddi.com/extlib/common/img_new/cmn_ex01_02.svg');
  transform: translate(-50%,-50%);
}
/* --- expo2025-about --- */
#expo2025 .expo2025-about{
	text-align: center;
}
/* ----- expo2025-news ----- */
#expo2025 .expo2025-news_type-anchor .expo2025-news_title::after{
	top: -3px;
	width: 6px;
	height: 6px;
	margin-top: 0;
	margin-left: 9px;
	-webkit-backface-visibility: hidden;
	border-top: 2px solid;
 	border-right: 2px solid;
	transform: rotate(135deg);
	vertical-align: middle;
	color: #999999;
}
/* --- expo2025-movie --- */
#expo2025 .expo2025-movie{
	text-align: center;
}
/* --- expo2025-initiative --- */
#expo2025 .expo2025-initiative{
	text-align: center;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px){
/* ----- Parts ----- */
	#expo2025{
		font-size: 18px;
	}
	#expo2025 .expo2025-hLevel2Wrap{
		padding: 80px 0 100px;
	}
	#expo2025 .expo2025-contentsWrap .expo2025-contents .expo2025-hLevel2Wrap:last-child{
		padding-bottom: 120px;
	}
	#expo2025 .expo2025-hLevel2Wrap .expo2025-hLevel2{
		margin-bottom: 50px;
		font-size: 48px;
	}
	#expo2025 .expo2025-leadText{
		font-size: 26px;
	}
	#expo2025 .expo2025-feature-button_item{
		width: 400px;
	}
	#expo2025 .expo2025-about-button_item{
		width: 292px;
	}
	#expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"],
	#expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]{
		padding: 15px 30px;
    	height: auto;
		border-radius: 50px;
	}
	#expo2025 .expo2025-note-list {
		padding: 0;
		list-style: none;
	}
	#expo2025 .expo2025-note-list > li {
		position: relative;
		margin-top: 9px;
		padding-left: 23px;
		color: #222;
		font-size: 15px;
		line-height: 1.6;
		list-style: none;
		box-sizing: border-box;
	}
	#expo2025 .expo2025-note-list > li:first-child{
		margin-top: 0!important;
	}
	#expo2025 .expo2025-note-list[data-col-pc]:not([data-col-pc="auto"]) > li {
		margin-top: 9px;
	}
	#expo2025 .expo2025-note-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
/* --- modaal --- */
	.modaal-container .expo2025-about-modal_text{
		font-size: 16px;
	}
	.modaal-container .expo2025-about-modal_col2{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.modaal-container .expo2025-about-modal_col2 figure{
		width: calc((100% - (20px)) / 2);
	}
	.modaal-container .expo2025-about-modal_col2 figure:first-of-type{
		margin-right: 20px;
	}
	.modaal-content-container .expo2025-about-modal_col2 figure img,
	.expo2025-about-modal_image img{
		width: 100%;
		height: auto;
	}
  .blog-modal.expo2025-about-modal_image img{width: auto;}
	.modaal-container .expo2025-about-modal_col2 figure figcaption{
		margin-top: 10px;
	}
/* ----- expo2025-carousel ----- */
	#expo2025 .expo2025-carousel{
		margin-top: 50px;
	}
	#expo2025 .expo2025-carousel button{
		cursor: pointer;
	}
	#expo2025 .expo2025-carousel__list > .slick-list {
		margin: 0 -16px;
	}
	#expo2025 .expo2025-carousel__item {
		width: 100%;
		margin: 0 auto;
		padding: 0 16px;
		transition: .5s;
	}
	#expo2025 .expo2025-carousel__item #expo2025 .expo2025-carousel__type {
		position: relative;
	}
	#expo2025 .expo2025-carousel__type:hover {
		opacity: .7;
	}
	#expo2025 .expo2025-carousel__control {
		margin: 2em 0 0;
	}
	#expo2025 .expo2025-carousel__control > .slick-arrow:hover {
		opacity: .7;
	}
	#expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev {
		margin: 0 9px 0 6px;
	}
	#expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev:before {
		left: 5px;
	}
	#expo2025 .expo2025-carousel__control > .slick-arrow.slick-next:before {
		right: 5px;
	}
	#expo2025 .expo2025-carousel__pager > .slick-dots > li > button {
		width: 14px;
		height: 14px;
	}
	#expo2025 .expo2025-carousel__pager > .slick-dots > li > button:hover {
		opacity: .7;
	}
	#expo2025 .expo2025-carousel__switch__pause {
		margin: 0 .8em 0 1.25em;
	}
	#expo2025 .expo2025-carousel__switch__pause:hover {
		opacity: .7;
	}
	#expo2025 .expo2025-carousel__switch__pause:after, #expo2025 .expo2025-carousel__switch__pause:before {
		width: 3px;
	}
	#expo2025 .expo2025-carousel__switch__play {
		margin: 0 .8em 0 1.25em;
	}
	#expo2025 .expo2025-carousel__switch__play:hover {
		opacity: .7;
	}
	#expo2025 .expo2025-carousel__switch__play:before {
		margin: -8px 0 0;
		border-width: 8px 14px;
	}
	#expo2025 .expo2025-carousel[data-banner-pc="5"] #expo2025 .expo2025-carousel__list > .slick-list {
		margin: 0 -12px;
	}
	#expo2025 .expo2025-carousel[data-banner-pc="5"] #expo2025 .expo2025-carousel__item {
		padding: 0 12px;
	}
	#expo2025 .expo2025-carousel[data-banner-pc="6"] #expo2025 .expo2025-carousel__list > .slick-list {
		margin: 0 -10px;
	}
	#expo2025 .expo2025-carousel[data-banner-pc="6"] #expo2025 .expo2025-carousel__item {
		padding: 0 10px;
	}
/* ----- expo2025-contentsWrap ----- */
	#expo2025 .expo2025-contents{
		max-width: 1200px;
	}
/* ----- expo2025-about-navi ----- */
	#expo2025 .expo2025-anchor-navi {
		margin-top: 80px;
		background-color: #ebf6ff;
	}
	#expo2025 .expo2025-anchor-navi__inner {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		padding: 18px 21px;
	}
	#expo2025 .expo2025-anchor-navi__head {
		display: flex;
		align-items: center;
		flex-shrink: 0;
		max-width: 40%;
		min-height: 56px;
		padding-right: 21px;
		border-right: 1px solid #222;
	}
	#expo2025 .expo2025-anchor-navi__body {
		flex-grow: 1;
		padding-left: 30px;
	}
	#expo2025 .expo2025-anchor-navi__title {
		margin: 0;
		color: #222;
		font-size: 30px;
		font-weight: 500;
		line-height: 1.4;
	}
	#expo2025 ul.expo2025-anchor-navi__list {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-right: -30px;
		margin-bottom: -9px;
		padding: 0;
	}
	#expo2025 .expo2025-anchor-navi__list > li {
		box-sizing: border-box;
		display: flex;
		position: relative;
		list-style: none;
		margin-right: 30px;
		margin-bottom: 9px;
	}
	#expo2025 .expo2025-anchor-navi__link {
		display: flex;
		width: 100%;
	}
	#expo2025 .expo2025-anchor-navi__link:hover .expo2025-anchor-navi__label {
		color: #1eace5;
		text-decoration: underline;
	}
	#expo2025 .expo2025-anchor-navi__label {
		display: inline-block;
		position: relative;
		color: #0066aa;
		font-size: 15px;
		transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
	}
	#expo2025 .expo2025-anchor-navi__label::after {
		display: inline-block;
		position: relative;
		top: -3px;
		width: 6px;
		height: 6px;
		margin-top: 0;
		margin-left: 9px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
/* --- expo2025-blog --- */
	/*#expo2025 #blog .expo2025-carousel__switch{display: none;}*//*PC レポート5件以上で表示*/
  #expo2025 #blog .expo2025-report [class*="expo2025-report_card_type"]:hover .newIcon{
    background-color: #1eace5;
  }
/* ----- expo2025-news ----- */
	#expo2025 .expo2025-news{
		width: auto;
		margin: 0;
		padding: 0;
	}
/* --- expo2025-about-button --- */
	#expo2025 .expo2025-about-button{
		margin: 30px 0 50px;
	}
/* --- expo2025-feature --- */
	#expo2025 .expo2025-feature .expo2025-hLevel2{
		margin-bottom: 100px;
	}
	#expo2025 .expo2025-col2{
		display: flex;
    	align-items: center;
		margin-bottom: 100px;
	}
	#expo2025 .expo2025-col2:nth-of-type(even){
		flex-direction: row-reverse;
	}
	#expo2025 .expo2025-col2:last-child{
		margin-bottom: 0;
	}
	#expo2025 .expo2025-col2 .expo2025-col2_textArea{
		width: calc((52% - 50px));
	}
	#expo2025 .expo2025-col2:nth-child(even) .expo2025-col2_textArea{
		margin-right: 50px;
	}
	#expo2025 .expo2025-col2:nth-child(odd) .expo2025-col2_textArea{
		margin-left: 50px;
	}
	#expo2025 .expo2025-col2 .expo2025-col2_figureArea{
		width: 48%;
	}
/* --- expo2025-movie --- */
	#expo2025 .expo2025-movie{
		padding: 20px 0 100px;
	}
/* --- expo2025-initiative --- */
	#expo2025 .expo2025-initiative .expo2025-figure{
		margin-top: 50px;
	}
/* --- expo2025-initiative --- */
	#expo2025 .expo2025-related .expo2025-related_card_item{
		margin-bottom: 20px;
	}
}

/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767px) {
/* ----- Parts ----- */
	#expo2025 .expo2025-content-wrap{
		padding: 0;
	}
	#expo2025 .expo2025-hLevel2Wrap{
		padding: 50px 0 30px;
	}
	#expo2025 .expo2025-contentsWrap .expo2025-contents .expo2025-hLevel2Wrap:last-child{
		padding-bottom: 80px;
	}
	#expo2025 .expo2025-hLevel2Wrap .expo2025-hLevel2{
		margin-bottom: 25px;
		font-size: 26px;
	}
	#expo2025 .expo2025-leadText{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#expo2025 .expo2025-feature-button .expo2025-feature-button_item [class*="_link"],
	#expo2025 .expo2025-about-button .expo2025-about-button_item [class*="_link"]{
		padding: 15px 20px;
    	height: auto;
		border-radius: 50px;
		font-size: 16px;
	}
	#expo2025 .expo2025-note-list {
		padding: 0;
		list-style: none;
	}
	#expo2025 .expo2025-note-list > li {
		box-sizing: border-box;
		position: relative;
		margin-top: 5.5px;
		padding-left: 20px;
		color: #222;
		font-size: 14px;
		line-height: 1.6;
		list-style: none;
	}
	#expo2025 .expo2025-note-list > li:first-child {
		margin-top: 0!important;
	}
	#expo2025 .expo2025-note-list[data-col-sp]:not([data-col-sp="auto"]) > li {
		margin-top: 5.5px;
	}
	#expo2025 .expo2025-note-list[data-col-sp="1"] > li {
		width: auto!important;
	}
	#expo2025 .expo2025-note-list__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
/* --- modaal --- */
	.modaal-container .expo2025-about-modal_col2 figure{
		margin-top: 7px;
	}
	.modaal-content-container .expo2025-about-modal_col2 figure img,
	.expo2025-about-modal_image img{
		width: 100%;
		height: auto;
	}
	.modaal-container .expo2025-about-modal_col2 figure figcaption{
		margin-top: 5px;
	}
	.expo2025-about-modal_title{
		font-size: 18px;
	}
/* ----- expo2025-hero ----- */
	#expo2025 .expo2025-hero, #expo2025 .expo2025-image{
		margin: 0;
	}
/* ----- expo2025-anchor-navi ----- */
	#expo2025 .expo2025-anchor-navi {
		margin-top: 30px;
		background-color: #ebf6ff;
	}
	#expo2025 .expo2025-anchor-navi__inner {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		padding: 18px 21px;
	}
	#expo2025 .expo2025-anchor-navi__head {
		display: flex;
		align-items: center;
		flex-shrink: 0;
		max-width: 40%;
		min-height: 56px;
		padding-right: 21px;
		border-right: 1px solid #222;
	}
	#expo2025 .expo2025-anchor-navi__body {
		flex-grow: 1;
	}
	#expo2025 .expo2025-anchor-navi__title {
		margin: 0;
		color: #222;
		font-size: 30px;
		font-weight: 500;

		line-height: 1.4;
	}
	#expo2025 ul.expo2025-anchor-navi__list {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		margin-right: -30px;
		margin-bottom: -9px;
		padding: 0;
	}
	#expo2025 .expo2025-anchor-navi__list > li {
		box-sizing: border-box;
		display: flex;
		position: relative;
		list-style: none;
		margin-right: 30px;
		margin-bottom: 9px;
	}
	#expo2025 .expo2025-anchor-navi__link {
		display: flex;
		width: 100%;
	}
	#expo2025 .expo2025-anchor-navi__link:hover .expo2025-anchor-navi__label {
		color: #1eace5;
		text-decoration: underline;
	}
	#expo2025 .expo2025-anchor-navi__label {
		display: inline-block;
		position: relative;
		color: #0066aa;
		font-size: 15px;
		transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
	}
	#expo2025 .expo2025-anchor-navi__label::after {
		display: inline-block;
		position: relative;
		top: -3px;
		width: 6px;
		height: 6px;
		margin-top: 0;
		margin-left: 9px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
	}
/* --- expo2025-blog --- */
	/*#expo2025 #blog .expo2025-carousel__switch{display: none;}*//*SP レポート2件以上で表示*/
	.blog-modal.expo2025-about-modal_image{
		padding-top: 30px;
	}
  #expo2025 #blog .expo2025-carousel__control{gap: 24px;}
/* ----- expo2025-news ----- */
	#expo2025 .expo2025-news{
		margin: 17px 0 20px;
	}
/* --- expo2025-about-button --- */
	#expo2025 .expo2025-about-button{
		margin: 30px 0;
	}
/* --- expo2025-feature --- */
	#expo2025 .expo2025-feature .expo2025-col2{
		margin-bottom: 50px
	}
	#expo2025 .expo2025-col2:last-child{
		margin-bottom: 0;
	}
	#expo2025 .expo2025-feature .expo2025-col2_textArea .expo2025-feature-button{
		margin-bottom: 30px;
	}
/* --- expo2025-movie --- */
	#expo2025 .expo2025-movie{
		padding: 50px 0 30px;
	}
	#expo2025 .expo2025-movie iframe{
		width: 100%;
		height: 50vw;
	}
/* --- expo2025-related --- */
	#expo2025 .expo2025-related{
		margin: 0;
	}
/* --- expo2025-initiative --- */
	#expo2025 .expo2025-related .expo2025-related_card_item{
		text-align: center;
	}
	#expo2025 .expo2025-related .expo2025-related_card_item a{
		display: inline-block;
	}
	#expo2025 .expo2025-related .expo2025-related_card_item a .expo2025-related_card_detail{
		text-align: left;
	}
}
@media only screen and (max-width:767.98px) {
/* ----- expo2025-about-carousel ----- */
	#expo2025 .expo2025-carousel{
		margin-top: 30px;
	}
	#expo2025 .expo2025-carousel__list > .slick-list {
		margin: 0 -7px;
	}
	#expo2025 .expo2025-carousel__item {
		width: 100%;
		padding: 0 7px;
	}
  #expo2025 .expo2025-carousel__item img {
	width: 100%;
	height: auto;
  }
  #expo2025 .expo2025-carousel__control {
    margin: 1.4em 0 0;
  }
  #expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev {
    margin: 0 8px 0 10px;
  }
  #expo2025 .expo2025-carousel__control > .slick-arrow.slick-prev:before {
    left: 4px;
  }
  #expo2025 .expo2025-carousel__control > .slick-arrow.slick-next:before {
    right: 4px;
  }
  #expo2025 .expo2025-carousel__pager > .slick-dots > li > button {
    width: 12px;
    height: 12px;
  }
  #expo2025 .expo2025-carousel__switch__pause {
    margin: 0 .7em 0 1.36em;
  }
  #expo2025 .expo2025-carousel__switch__pause:after, #expo2025 .expo2025-carousel__switch__pause:before {
    width: 3px;
  }
  #expo2025 .expo2025-carousel__switch__play {
    margin: 0 .7em 0 1.36em;
  }
  #expo2025 .expo2025-carousel__switch__play:before {
    margin: -9px 0 0;
    border-width: 9px 13px;
  }
}