@charset "utf-8";

* {
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
	line-height: 1.7em;
	color: #424242;
	font-family: "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
	body {
	font-size: 14px!important;	
	}
}
img{
	vertical-align: bottom;
	width: 100%;
}
.spOnly,
.tabOnly{
	display: none;
}
@media only screen and (max-width: 500px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

/*=================================

	header

================================ */
header{
	padding: 0 30px;
}
header #logo img{
	width: auto;
}
header,
header #logo img{
	height: 80px;
}
@media screen and (max-width: 767px){
	header{
		padding: 0 20px;
	}
	header,
	header #logo img{
		height: 50px;
	}
}

/*=================================

	main

================================ */
#mainVisual{
	position: relative;
	margin-bottom: 30px;
	padding: 74px 0 200px;
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/mainimg_bg01.jpg") no-repeat 0 0 / cover;
	overflow: hidden;
}
@media screen and (min-width:1601px){
	#mainVisual{
		padding: 74px 0 16vw;
	}
}
#mainVisual::after{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg02.svg");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100vw;
	height: 100%;
	transform: scale(-1, -1);
	z-index: 3;
	pointer-events: none;
}
#mainVisual .boxWrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#mainVisual .Lbox{
	position: relative;
	width: 60%;
}
#mainVisual .Lbox p.btn{
	position: absolute;
	bottom: -10px;
	left: 0;
}
#mainVisual .boxWrap+p.btn{
	display: none;
}
#mainVisual h1{
	line-height: 1.4;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-o-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
#mainVisual h1 span{
	line-height: 1.3;
	font-size: 50px;
}
#mainVisual h1 span.sub{
	line-height: 1.5;
	font-size: 43px;
}
#mainVisual .Rbox{
	margin-top: 10px;
	margin-left: 20px;
}
#mainVisual .Rbox .frostedBox {
	max-width: 500px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 22px;
	background: linear-gradient(200deg, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.75) 70%);
	border-radius: 30px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border: 1px solid rgba(255, 255, 255, 0.56);
}
#mainVisual .Rbox .frostedBox ul{
	margin-bottom: 18px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
}
#mainVisual .Rbox .frostedBox ul::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/mainimg_bg02.svg") top center no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 372px;
	height: 210px;
	transform: translate(-50%,0%); 
	z-index: -1;
}
#mainVisual .Rbox .frostedBox ul li{
	position: relative;
	text-align: center;
	width:calc(100% / 2 - 32px);
	height: 212px;
	font-weight: bold;
}
#mainVisual .Rbox .frostedBox ul li.sky,
#mainVisual .Rbox .frostedBox ul li.blue{
	padding-top: 114px;
}
#mainVisual .Rbox .frostedBox ul li.sky::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/mainimg_ic01.svg") no-repeat;
	position: absolute;
	top: 28px;
	left: 50%;
	width: 126px;
	height: 87px;
	transform: translate(-50%,0%); 
}
#mainVisual .Rbox .frostedBox ul li.blue::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/mainimg_ic02.svg") no-repeat;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 80px;
	height: 70px;
	transform: translate(-50%,0%); 
}
#mainVisual .Rbox .frostedBox p{
	font-weight: bold;
}
#mainVisual .Rbox .frostedBox ul+p{
	font-size: 20px;
}
#mainVisual .Rbox .frostedBox ul li.sky,
#mainVisual .Rbox .frostedBox p span.sky{
	color: #22AEC1;
}
#mainVisual .Rbox .frostedBox ul li.blue,
#mainVisual .Rbox .frostedBox p span.blue{
	color: #0368B3;
}
@media screen and (max-width:1099px){
	#mainVisual h1{
		line-height: 1.4;
		padding-top: 4px;
		font-size: 3.4vw;
	}
	#mainVisual h1 span{
		line-height: 1.3;
		font-size: 4.4vw;
	}
}
@media screen and (max-width:767px){
	#mainVisual h1{
		line-height: 1.4;
		padding-top: 4px;
		font-size: 20px;
	}
	#mainVisual h1 span{
		line-height: 1.3;
		font-size: 32px;
	}
}
@media screen and (min-width:768px) and (max-width:999px){
	#mainVisual .Rbox .frostedBox{
		width: 100%;
	}
	#mainVisual .Rbox .frostedBox ul::before{
		width: 38vw;
		height: 38vw;
	}
	#mainVisual .Rbox .frostedBox ul li{
		line-height: 1.2;
		height: 20vw;
	}
	#mainVisual .Rbox .frostedBox ul li.sky,
	#mainVisual .Rbox .frostedBox ul li.blue{
		padding-top: 11vw;
	}
	#mainVisual .Rbox .frostedBox ul li.sky::before{
		top: 4vw;
		width: 10vw;
		height: 10vw;
	}
	#mainVisual .Rbox .frostedBox ul li.blue::before{
		top: 4vw;
		width: 8vw;
		height: 8vw;
		transform: translate(-50%,0%); 
	}
	#mainVisual .Rbox .frostedBox ul+p{
		font-size: 16px;
	}
	.tabOnly{
		display: block;
	}
}
@media screen and (max-width:900px){
	#mainVisual .Lbox p.btn,
	#mainVisual .Lbox p.btn a{
		max-width: 100%;
	}
}
@media screen and (min-width:767px) and (max-width:860px){
	#mainVisual .Lbox p.btn a{
		padding-right: 40px;
	}
	#mainVisual .Lbox p.btn::before {
		width: 32px;
	}
}
@media screen and (max-width:767px){
	#mainVisual {
		background-position: top left 40%;
		margin-bottom: 40px;
		padding: 50px 0 100px;
	}
	#mainVisual .boxWrap{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	#mainVisual .Lbox{
		max-width: auto;
		width: 100%;
	}
	#mainVisual .Rbox {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
	#mainVisual .Rbox .frostedBox {
		max-width: 100%;
		height: 100%;
		width: 100%;
		padding: 22px;
	}
	#mainVisual h1{
		text-align: center;
	}
	#mainVisual h1 span.sub{
		line-height: 1.5;
		font-size: 6vw;
	}	
	
	#mainVisual .Rbox .frostedBox ul::before{
		width: 100%;
		height: 100%;
	}
	#mainVisual .Rbox .frostedBox ul li{
		width:26vw;
		line-height: 1.2;
		height: 34vw;
	}
	#mainVisual .Rbox .frostedBox ul li.sky,
	#mainVisual .Rbox .frostedBox ul li.blue{
		padding-top: 21vw;
	}
	#mainVisual .Rbox .frostedBox ul li.sky::before{
		top: 48%;
		width: 20vw;
		height: 20vw;
		transform: translate(-50%,-50%); 
	}
	#mainVisual .Rbox .frostedBox ul li.blue::before{
		top: 48%;
		width: 18vw;
		height: 18vw;
		transform: translate(-50%,-50%); 
	}
	
	#mainVisual .Rbox .frostedBox ul+p{
		font-size: 16px;
	}
	#mainVisual .Rbox .frostedBox p {
		text-align: center;
		max-width: 100%;
	}
	#mainVisual .Lbox p.btn{
		display: none;
	}
	#mainVisual .boxWrap+p.btn{
		display: block;
		max-width: 400px;
		margin: auto;
		margin-top: 40px;
	}
}
@media screen and (max-width:500px){
	#mainVisual .boxWrap+p.btn{
		max-width: 100%;
	}
	#mainVisual .Rbox .frostedBox ul::before{
		width: 280px;
		height: 280px;
	}
	#mainVisual .Rbox .frostedBox ul li{
		width:130px;
		height: 146px;
	}
	#mainVisual .Rbox .frostedBox ul li.sky::before{
		top: 100px;
		width: 80px;
		height: 100%; 
	}
	#mainVisual .Rbox .frostedBox ul li.blue::before{
		top: 100px;
		width: 70px;
		height: 100%;
	}
	#mainVisual .Rbox .frostedBox ul li.sky,
	#mainVisual .Rbox .frostedBox ul li.blue{
		padding-top: 84px;
	}
	.tabOnly{
		display: block;
	}
}

.inner{
	display: block;
	max-width:  1100px;
	margin: 0 auto;
}
section{
	padding: 100px 0;
}
@media screen and (max-width: 1099px){
	.inner{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px){
	section{
		padding: 50px 0;
	}
}
section.read{
	text-align: center;
	color: #474747;
}
section.read .heading{
	max-width: 850px;
	display: inline-block;
	position: relative;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #0068B7;
	font-size: 20px;
	font-weight: bold;
}
section.read .heading::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg01.svg");
	position: absolute;
	top: -90px;
	left: -60px;
	width: 170px;
	height: 170px;
	z-index: -1;
}
@media screen and (max-width: 1099px){
	section.read .heading .spOnly{
		display: block;
	}
	section.read .heading::before{
		top: -60px;
		left: -20px;
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width: 890px){
	section.read .heading{
		font-size: 18px;
		background-color: #FFF;
	}
	section.read .heading::before{
		top: -55px;
		left: 50%;
		transform: translate(-50%,0) rotate(42deg); 
	}
}
section.read p+p{
	padding-top: 16px;
}
section.service{
	padding: 0;
}
section.achievements{
	position: relative;
	padding: 18vw 0 0;
}
section.achievements::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg06.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 94%;
	height: 14vw;
	z-index: -1;
}
h2{
	line-height: 1.5;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 48px;
}
h2::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #D1EEF1;
	border-radius: 100px;
	transform: translate(-50%,-50%); 
}
@media screen and (max-width: 767px){
	h2{
		font-size: 20px;
		margin-bottom: 30px;
	}
}
.troubles{
	position: relative;
	background-color: #F5F5F5;
	text-align: center;
}
.troubles::after{
	display: inline-block;
	position: absolute;
	content: "";
	bottom: -80px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 125px solid transparent;
	border-left: 125px solid transparent;
 	border-top: 60px solid #F5F5F5;
  	border-bottom: 0;
	transform: translate(-50%,-50%); 
}
@media screen and (max-width: 767px){
	.troubles::after{
		bottom: -44px;
		border-style: solid;
		border-right: 65px solid transparent;
		border-left: 65px solid transparent;
		border-top: 30px solid #F5F5F5;
	}
}
.troubles h2{
	letter-spacing: 0.12em;
}
.troubles h2 .dot-text {
	position: relative;
}
.troubles h2 .dot-text::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 5px;
    background: -webkit-radial-gradient(circle 5px, #424242 50%, transparent 50%);
    background: radial-gradient(circle 5px, #424242 50%, transparent 50%);
    background: -moz-radial-gradient(circle 5px, #424242 50%, transparent 50%);
}
.troubles h2::after {
	display: none;
}
.troubles .troublesBox{
	display: block;
	max-width: 870px;
	margin: auto;
}
.troubles ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.troubles ul li{
	width:calc(100% / 3 - 15px);
	font-weight: bold;
}
.troubles ul li p{
	padding-top: 20px;
}
.troubles ul li img{
	border: 4px solid #FFF;
	border-radius: 100%;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
	max-width: 230px;
}
@media screen and (max-width: 599px){
	.troubles ul{
		-webkit-justify-content:space-around;
		justify-content:space-around;
	}
	.troubles ul li{
		width:calc(100% / 2 - 12px);
	}
	.troubles ul li:last-child{
		margin-top: 20px;
		width:calc(100% / 2);
	}
	.troubles ul li img{
		max-width: 150px;
	}
}
.solution{
	margin-bottom: 100px;
	position: relative;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width: 767px){
	.solution{
		margin-bottom: 50px;
	}
}
.solution .bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution .Paper_v2 {
background-color: #47BCC6;
opacity: 1;
background-image:  linear-gradient(#48b6c0 1.7000000000000002px, transparent 1.7000000000000002px), linear-gradient(to right, #48b6c0 1.7000000000000002px, #47BCC6 1.7000000000000002px);
background-size: 34px 34px;
}
.solution .ttl{
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
}
.solution .ttl+p{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px){
	.solution .ttl{
		font-size: 22px;
	}
	.solution .ttl+p{
		margin-bottom: 30px;
	}
}
.solution p.imgBox img{
	border-radius: 20px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.whiteBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 30px;
}
@media screen and (max-width: 1099px){
	.whiteBox{
		margin: 0;
	}
}
.whiteBox dl{
	position: relative;
	width:calc(100% / 2 - 20px);
	min-height: 300px;
	margin-bottom: 40px;
	padding: 40px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
}
.whiteBox dt{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.whiteBox dl dd{
	position: relative;
	padding-left: 24px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.whiteBox dl dd:last-child{
	padding-bottom: 0;
}
.whiteBox dl dd::before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	top: 8px;
	left: 3px;
	border-radius: 100%;
}
/*blue*/
.whiteBox dl.blue dt{
	color: #0368B3;
}
.whiteBox dl.blue dd::before{
	border: 2px solid #0368B3;
}
/*green*/
.whiteBox dl.green dt{
	color: #029D54;
}
.whiteBox dl.green dd::before{
	border: 2px solid #029D54;
}
/*pink*/
.whiteBox dl.pink dt{
	color: #F092AF;
}
.whiteBox dl.pink dd::before{
	border: 2px solid #F092AF;
}
/*sky*/
.whiteBox dl.sky dt{
	color: #47BCC6;
}
.whiteBox dl.sky dd::before{
	border: 2px solid #47BCC6;
}
@media screen and (max-width: 767px){
	.whiteBox{
		display: block;
	}
	.whiteBox dl{
		width:100%;
		min-height: 200px;
		padding: 30px;
		margin-bottom: 20px;
	}
	.whiteBox dt{
		font-size: 18px;
	}
}
.whiteBox dl:first-child::before{
	content: "";
	position: absolute;
	top: -50px;
	left: -20px;
	width: 80px;
	height: 100px;
}
.service .whiteBox dl:first-child::before{
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg07.png")  right top / 80px 100px no-repeat;
}
.achievements .whiteBox dl:first-child::before{
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg08.png")  right top / 80px 100px no-repeat;
}
@media screen and (max-width: 767px){
	.whiteBox dl:first-child::before{
		top: -40px;
		left: -14px;
		width: 60px;
		height: 80px;
	}
	.service .whiteBox dl:first-child::before{
		background-size: 60px 80px
	}
	.achievements .whiteBox dl:first-child::before{
		background-size: 60px 80px
	}
}
.service .whiteBox dl:nth-child(6)::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg09.png")  right top / 440px 230px no-repeat;
	position: absolute;
	top: 280px;
	left: 50%;
	width: 440px;
	height: 230px;
	transform: translate(-50%,0); 
	z-index: -1;
}
@media screen and (max-width: 1099px){
	.service .whiteBox dl:nth-child(6)::before{
		background-size: 90%;
		left: 46%;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 767px){
	.service .whiteBox dl:nth-child(6)::before{
		display: none;
	}
}

/*inquiry*/
.inquiry{
	color: #FFF;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.wave{
	margin: 80px 0;
	position: relative;
}
@media screen and (max-width: 767px){
	.wave{
		margin: 50px 0;
	}
}
.wave::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg02.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 3;
}
.wave::after{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg03.svg") center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 3;
}
.inq2 .wave{
	margin-bottom: 0;
}
.inq2 .wave::after{
	display: none;
}
.inquiry .bg{
	padding: 200px 0;
	background-color: #9E8ACA;
}
@media screen and (max-width:767px){
	.inquiry .bg{
		padding: 40vw 0 32vw;
	}
}
.inquiry .flowerBg::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg04.png") left bottom;
	background-size: 400px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 400px;
}
.inquiry .flowerBg::after{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg05.png")right top;
	background-size: 400px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 400px;
}
@media screen and (max-width:767px){
	.inquiry .flowerBg::before{
		background-size: 100%;
		width: 50%;
	}
	.inquiry .flowerBg::after{
		background-size: 100%;
		width: 50%;
	}
}
@media screen and (min-width:501px) and (max-width:1249px){
	.inquiry .bg{
		padding: 160px 0;
	}
	.inquiry .inner .ttl{
		padding: 0 18vw;
	}
}
.inquiry .ttl{
	line-height: 1.5;
	letter-spacing: 0.07em;
	margin-bottom: 50px;
	font-size: 24px;
}
@media screen and (max-width: 767px){
	.inquiry .ttl{
		font-size: 22px;
	}
}
@media screen and (min-width:1366px){
	.inquiry .bg{
		min-height: 600px;
	}
	.inquiry .flowerBg::before{
		bottom: 1.5vw;
	}
	.inquiry .flowerBg::after{
		top: 1.5vw;;
	}
	.inq2 .bg{
		min-height: auto;
	}
}
.inq2 .bg{
	padding: 200px 0 100px;
}
.inq2  .flowerBg::before,
.inq2  .flowerBg::after{
	display: none;
}
@media screen and (min-width:900px) and (max-width:1249px){
	.inq2 .bg{
		padding: 160px 0 70px;
	}
}
@media screen and (min-width:500px) and (max-width:899px){
	.inq2 .bg{
		padding: 140px 0 50px;
	}
}
@media screen and (max-width: 499px){
	.inq2 .bg{
		padding: 100px 0 50px;
	}
}


/*btn*/
.btn{
	display: inline-block;
    position: relative;
	text-align: center;
	font-weight: bold;
	z-index: 999;
}
.btn::before {
    content: '';
    position: absolute;
    top: 47%;
    right: 25px;
    width: 52px;
    height: 1px;
    background: #FFF;
    transition: all .3s;
	z-index: 2;
}
.btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 24px;
    width: 15px;
    height: 1px;
    background: #FFF;
	transform: rotate(35deg);
    transition: all .3s;
	z-index: 2;
}
.btn:hover::before,
.btn:hover::after{
	background: #E82276;
}
.btn:hover::before{
	transform: translateY(4px);
}
.btn:hover::after{
	transform: translateY(4px) rotate(35deg);
}

.btn a{
	background: #E82276;
	background: -webkit-linear-gradient(left, #F07F91 0%, #E82276 100%);
	background: -o-linear-gradient(left, #F07F91 0%, #E82276 100%);
	background: linear-gradient(to right, #F07F91 0%, #E82276 100%);
	border-radius: 60px;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
	transition: .3s;
	color: #FFF;
	display:inline-block;
	padding: 16px 0;
	width: 400px;
	height: 60px;
	overflow: hidden;
	position: relative;
	background-clip: padding-box;
	border: 1px solid #8e7cb5;
	z-index: 1;
}
@media screen and (max-width:500px){
	.btn,.btn a{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:400px){
	.btn a{
		padding-right: 40px;
	}
	.btn::before {
		width: 32px;
	}
}
.btn:hover a {
	color: #E82276;
	border: 1px solid #E82276;
	box-shadow: none;
	transform: translateY(4px);
}
.btn a::before {
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.btn:hover a::before {
	transform: scale(1, 1);
}


/*pageTop*/
.pageTop a {
    content: "";
    display: block;
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #F092AF;
	border: 1px solid #F092AF;
    border-radius: 100%;
    z-index: 999;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	transition: .3s;
}
.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;
}
.pageTop a:hover{
    background-color: #FFF;
}
.pageTop a:hover::after {
    top: 16px;
	border-top: 3px solid #F092AF;
    border-right: 3px solid #F092AF;
}
@media (max-width: 767px) {
.pageTop a {
    bottom: 20px;
    right: 20px;
}	
}
/*=================================

	footer

================================ */
footer {
	position: relative;
    padding: 26px 0;
	max-width: 100%;
	background: #a897ce;
}
footer::before{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg04.png") bottom;
	background-size: 400px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 400px;
	pointer-events: none;
}
footer::after{
	content: "";
	background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg05.png") top;
	background-size: 400px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 400px;
	transform: scale(1, -1);
	pointer-events: none;
}
@media screen and (min-width:900px) and (max-width:1249px){
	footer::before{
		background-size: 100%;
		width: 30%;
	}
	footer::after{
		background-size: 100%;
		width: 30%;
	}
}
@media screen and (max-width:899px){
	footer::before{
		background: url("https://www.nipponexpress.com/lp/expo/expo2027/images/index_bg06.png") center bottom;
		background-size: 100vw;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}
	footer::after{
		display: none;
	}
	.footerContent{
		margin-bottom: 25vw;
	}
}
.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: 2px;
    height: 15px;
    background-color: #FFCCD8;
    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: #FFF;
	font-size: 13px;
}
.footerContent p {
    margin-top: 14px;
    padding: 0 20px;
    font-size: 13px;
    word-wrap: break-word;
	text-align: center;
	color: #FFF;
}
.footerContent p small{
	font-size: 13px;
}
@media screen and (max-width: 899px){
	.footerContent ul{
		display: block;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.footerContent ul li{
		padding: 6px 20px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.footerContent ul li:after {
		display: none;
	}
	.footerContent ul li a{
		position: relative;
		display: block;
	}
	.footerContent ul li a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		transform: rotate(45deg);
		box-sizing: border-box;
	}
}
@media screen and (min-width:500px) and (max-width:899px){
	.footerContent p{
		margin-top: 6vw;
	}
}