
header{
	border-top: 4px solid #0168B7;
}
header #logo {
	width: 180px;
	display: block;
    margin: 0 auto;
	text-align: center;
	line-height: 1;
}
@media (max-width: 767px) {
header #logo {
	width: 130px;
}
}
a {
	display: block;
}

.mainVisual{
	padding: 90px 0 50px;
	background: url("https://www.nipponexpress.com/lp/expo2025/images/mainimg.jpg") no-repeat 0 0 / cover;
}
.mainVisual .boxWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mainVisual .boxWrap .Rbox > .whiteBox{
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.6);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 30px 50px;
}
@media (min-width: 768px) {
.mainVisual .boxWrap .Lbox{
	width: 50%;
}
.mainVisual .boxWrap .Rbox{
	width: 46%;
}	
}
.mainVisual .circleBox li{
	padding: 20px 30px;
	width: 100%;
	background-color: #E70012;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
.mainVisual .circleBox li + li{
	background-color: #0168B7;
	margin-top: 24px;
}
.mainVisual .Rbox p{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
.mainVisual .btn{
	text-align: left;
}
.mainVisual .btn a{
	background-color: #242627;
}
.mainVisual .btn a:hover {
	background: #ffffff;
	color: #242627;
}
.mainVisual .btn a span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #ffffff;
	transition: .3s;
}
.mainVisual .btn a span::after {
    border-top: 3px solid #242627;
    border-right: 3px solid #242627;
}
.mainVisual .btn a:hover span::before {
    background-color: #242627;
}
.mainVisual .btn a:hover span::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}
.sliderTitle p {
	color: #FFFFFF;
	margin-top: 30px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
	font-weight: bold;
}
 
.sliderTitle p:before,
.sliderTitle p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #FFFFFF;
}
 
.sliderTitle p:before {
    left: 0;
}
 
.sliderTitle p:after {
    right: 0;
}
.slider{
	margin-top: 10px;
}
.slider img {
    width:100%;
    height:auto;
	border-radius: 4px;
}
.slider .slick-slide {
    margin:0 15px;
}
@media only screen and (max-width: 1100px) {
	.mainVisual h1 .pc {
		display: none;
	}
	.mainVisual h1 .sp {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.mainVisual .pc {
		display: none;
	}
	.mainVisual .sp {
		display: block;
	}
	.mainVisual{
		padding: 50px 0;
	}
	.mainVisual .boxWrap .Lbox,
	.mainVisual .boxWrap .Rbox{
		width: 100%;
	}
	h1 {
		margin-bottom: 25px;
		font-size: 25px;
		text-align: center;
	}
	.Rbox  .subTxt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.mainVisual .circleBox li{
		font-size: 15px;
		line-height: 1.4;
	}
	.Rbox .subTxt p{
		font-size: 18px;
	}
	.mainVisual .boxWrap .Rbox > .whiteBox{
		padding: 30px;
	}
	.mainVisual .btn a{
		margin-top: 0;
	}
	.mainVisual .btn {
    padding: 40px 0 25px;
	}
	.slider .slick-slide {
    margin:0 5px;
}
	.sliderTitle {
	text-align:center;
}
	.sliderTitle p {
	margin-top: 0;
}
	.slider{
	margin-top: 10px;
}
}

.innerbox{
	display: block;
	margin: 0 auto;
	max-width: 1100px;
}
@media (max-width: 1100px) {
.innerbox{
	max-width: auto;
	margin: 0 20px;
}	
}
.bg_gray{
	text-align: center;
	background-color: #F7F7F7;
}
.bg_gray .frexbox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-around;
}
.bg_gray .frexbox{
	font-weight: bold;
}
.bg_gray .frexbox li{
	padding-bottom: 40px;
	width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 699px){
.bg_gray .frexbox li {
    width: calc(50% - 10px);
}
.bg_gray .frexbox li img{
    max-width: 70%;
}
}
.bg_gray .frexbox li p{
	padding-top: 30px;
	line-height: 1.6;
}
.bg_gray .frexbox +h2{
	padding-top: 50px;
}
.bg_gray p + img{
	padding-top: 40px;
}
.nestbox{
	margin: 0 30px;
}
.nestbox ul{
	margin-bottom: 50px;
}
.listDesignA1,
.listDesignA2,
.listDesignB1{
	display: block;
}
.listDesignA1 li,
.listDesignA2 li,
.listDesignB1 li{
	padding-left:0.8em;
	text-indent:-0.8em;
}
.listDesignA1 li::before,
.listDesignA2 li::before,
.listDesignB1 li::before{
	display: inline-block;
	content: "";
	margin-top: 15px;
	margin-right: 7px;
	width: 5px;
	height: 5px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #0168B7;
}
.listDesignA2 li::before{
	background-color: #E60012;
}
.listDesignB1 li::before{
	background-color: transparent ;
}
.listDesignA1 li::after,
.listDesignA2 li::after,
.listDesignB1 li::after{
	display: none;
}
.clm2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.clm2 > ul li{
	max-width: 400px;
}
.pageTop a {
    content: "";
    display: block;
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #E60012;
    border-radius: 100%;
    z-index: 999;
}
.pageTop a:after {
    content: "";
    z-index: 500;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .4s;
}
@media (max-width: 767px) {
.pageTop a {
    bottom: 20px;
    right: 20px;
}	
}

footer {
	position: relative;
    padding: 30px 0;
	max-width: 100%;
	background: #F5F5F5;
}
.footerContent ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footerContent ul li {
    padding: 0 20px;
    position: relative;
}
.footerContent ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #bbbbbb;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.footerContent ul li:last-child:after {
    display: none;
}
.footerContent ul a {
	color: #121212;
	font-size: 13px;
}
.footerContent p {
    padding: 0 20px;
    font-size: 13px;
    color: #888;
    word-wrap: break-word;
	text-align: center;
}
.footerContent > p > small {
	color: #8793a2;	
}
@media screen and (max-width: 899px){
	.footerContent ul{
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.footerContent ul li{
		border-top: 1px solid rgba(0,0,0,0.05);
	}
	.footerContent ul li:after {
		display: none;
	}
	.footerContent ul li a{
		position: relative;
	}
	.footerContent ul li a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #242627;;
		border-right: 2px solid #242627;;
		transform: rotate(45deg);
		box-sizing: border-box;
	}
}

.close{
	margin: auto;
	margin-top: 20px;
	max-width: 900px;
}
.close p{
	margin: 0 20px;
	padding: 0 20px;
	text-align: center;
	border: 5px solid #FF0004;
	font-weight: bold;
}