@charset "UTF-8";

/* footer
-------------------------------------------------- */
.footer{
	position: relative;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	margin-top: 80px;
	padding: 0;
}
.footer__body > .wrp-container{
	position: relative;
	padding: 60px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-back{
	position: absolute;
	top: -30px;
	left: auto;
	right: 15px;
	-webkit-box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	-moz-box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.footer__logo{
	align-self: center;
	margin-right: auto;
}
.footer__logo img{
	max-width: 170px;
}
.footer__text{
	align-self: flex-end;
}
.footer__sns-list{
	text-align: right;
}
.footer__sns-list > li{
	display: inline-block;
	margin-right: 20px;
}
.footer__sns-list > li:last-child{
	margin-right: 0;
}
.footer__sns-list > li a{
	width: 45px;
	height: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	display: block;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.footer__sns-list > li a i:before{
	color: #000;
	font-size: 20px;
}
.footer__copyright{
	margin-top: 20px;
	font-size: 13px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	.footer{
		background-color: #fff;
		padding: 40px 0 10px;
		text-align: center;
		margin-top: 40px;
	}
	.footer__body > .wrp-container{
		padding: 0;
		display: block;
		position: initial;
	}
	.btn-back{
		top: -22px;
		width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.footer__logo{
		display: inline-block;
		margin: 0 auto;
	}
	.footer__sns-list{
		margin-top: 25px;
		text-align: center;
	}
	.footer__sns-list > li{
		display: inline-block;
		margin-right: 20px;
	}
	.footer__sns-list > li:last-child{
		margin-right: 0;
	}
	.footer__sns-list > li a{
		width: 35px;
		height: 35px;
		border: 1px solid #000;
		border-radius: 50%;
		display: block;
		padding: 8px;
		text-align: center;
		box-sizing: border-box
	}
	.footer__sns-list > li a i:before{
		color: #000;
		font-size: 16px;
	}
	.footer__copyright{
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.04em;
		margin-top: 10px;
	}
}

#wrapper{
	overflow: hidden;
	font-family: 'Noto Sans', sans-serif;
	color: #000;
}
.wrp-container{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 25px;
}

/* main-visual
-------------------------------------------------- */
.main-visual{
	position: relative;
	height: 100vh;
	min-height: 852px;
	overflow: hidden;
}
.main-visual__heading{
	position: relative;
	width: 48.438vw;
	z-index: 2;
}
.main-visual__heading::before{
	content: "";
	width: 0;
	height: 0;
	border-width: 100vh 23.5vw 0 0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
}
.main-visual__heading .main-visual__logo{
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}
.main-visual__heading .main-visual__logo a{
	position: relative;
}
.main-visual__heading .main-visual__logo a::before{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-width: 642px 294px 0 0; 
	border-color: #004098 transparent transparent transparent;
	border-style: solid;
}
.main-visual__heading .main-visual__logo a img{
	position: absolute;
	z-index: 3;
	top: 70px;
	left: 36px;
}
.main-visual__heading__content{
	position: relative;
	width: 100%;
	z-index: 3;
}
.main-visual__heading .main-visual__heading__sub{
	position: relative;
	z-index: 2;
	padding-top: 68px;
	margin-left: 350px;
}
.main-visual__heading .main-visual__heading__sub img{
	width: 14.438vw;
	height: auto;
}
.main-visual__heading__logo{
	position: relative;
	z-index: 2;
	padding-top: 55px;
	margin-left: 212px;
}
.main-visual__heading__logo img{
	width: 20.313vw;
	height: auto;
}
.main-visual__heading__title{
	position: relative;
	z-index: 2;
	padding-top: 70px;
	margin-left: 110px;
}
.main-visual__heading__title img{
	width: 15.750vw;
	height: auto;
}
.main-visual__content{
	position: absolute;
	width: 75vw;
	top: 0;
	left: 25vw;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
.lst-main-slide__item img{
	height: 100vh;
	width: auto;
	/*
	transition: all 2.5s ease-in-out;
	transform: scale(1.1);
	*/
}
.lst-main-slide li.is-actived .lst-main-slide__item img{
	/*
	transform: scale(1);
	*/
}
.lst-main-slide{
	position: relative;
	width: 100%;
	height: 100%;
}
.lst-main-slide__message{
	position: absolute;
	top: 52.8%;
	left: 57.4%;
	transform: translate(-50%, -50%);
}
/*
.lst-main-slide__message img{
	transition: all 1.2s ease-in-out;
	opacity: 0;
	transform: translateX(-30%);
}
.lst-main-slide li.is-actived .lst-main-slide__message img{
	opacity: 1;
	transform: translateX(0);
	transition: all 1.2s ease-in-out;
}
*/
.lst-main-slide__message img{
	transition: all 1.2s ease-in-out;
	opacity: 0;
	transform: translateX(-30%);
}
.lst-main-slide li.is-actived .lst-main-slide__message img{
	opacity: 1;
	transform: translateX(0);
}
.main-visual__heading-sp{
	display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1479px){
	.main-visual__heading .main-visual__logo a::before{
		border-width: 340px 200px 0 0;
	}
	.main-visual__heading .main-visual__logo a img{
		width: 120px;
		top: 30px;
		left: 20px;
	}
	.lst-main-slide__message{
		left: 60%;
	}
	.lst-main-slide__message img{
		width: 500px;
	}
	.main-visual__heading .main-visual__heading__sub{
		padding-top: 50px;
		margin-left: 250px;
	}
	.main-visual__heading .main-visual__heading__sub img{
		width: 24vw;
	}
	.main-visual__heading__logo{
		margin-left: 150px;
	}
	.main-visual__heading__logo img{
		width: 25vw;
	}
	.main-visual__heading__title{
		margin-left: 80px;
	}
	.main-visual__heading__title img{
		width: 20vw;
	}
	.main-visual__heading::before{
		right: -13vw;
		border-width: 100vh 36.5vw 0 0;
	}
}
@media only screen and (max-width: 1023px){
	.main-visual{
		height: auto;
		display: flex;
		min-height: auto;
		flex-wrap: wrap;
	}
	.main-visual__heading{
		display: flex;
		order: 2;
		width: 100%;
	}
	.main-visual__content{
		position: relative;
		display: flex;
		order: 1;
		width: 100%;
		left: 0;
		height: auto;
	}
	.lst-main-slide__item img{
		height: auto;
	}
	.main-visual__logo a::before{
		display: none;
	}
	.main-visual__heading .main-visual__logo{
		display: none;
	}
	.main-visual__heading .main-visual__heading__sub{
		display: none;
	}
	.main-visual__heading-sp{
		display: flex;
		justify-content: flex-start;
		height: 50px;
		padding: 10px 25px 10px;
	}
	.main-visual__heading-sp .main-visual__logo img{
		width: 80px;
		height: auto;
	}
	.main-visual__heading-sp .main-visual__logo{
		margin-right: 25px;
	}
	.main-visual__heading-sp .main-visual__heading__sub{
		padding-top: 10px;
		line-height: 0;
	}
	.main-visual__heading-sp .main-visual__heading__sub img{
		max-width: 100%;
		height: auto;
	}
	.main-visual__heading__content{
		display: flex;
		padding: 0 25px;
		justify-content: center;
		align-items: center;
	}
	.main-visual__heading__logo{
		margin-left: 0;
		padding-top: 20px;
	}
	.main-visual__heading__title{
		margin-left: 0;
		padding-top: 15px;
	}
	.main-visual__heading__logo img{
		width: 41.6vw;
	}
	.main-visual__heading__title img{
		width: 45.333vw;
	}
	.lst-main-slide{
		width: 100vw!important;
		height: 80vw;
		overflow: hidden;
	}
	.lst-main-slide li{
		width: 100vw!important;
		z-index: 1!important;
	}
	.lst-main-slide__item img{
		width: 100%;
		height: auto;
	}
	.lst-main-slide::before{
		content: "";
		width: 0;
		height: 0;
		border-width: 200px 92px 0 0;
		border-color: #004098 transparent transparent transparent;
		border-style: solid;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
	}
	.lst-main-slide::after{
		content: "";
		width: 0;
		height: 0;
		border-width: 0 0 160px 74px;
		border-color: transparent transparent #fff transparent;
		border-style: solid;
		position: absolute;
		z-index: 2;
		bottom: -1px;
		right: 0;
	}
	.lst-main-slide__message{
		top: 32vw;
		left: 11.733vw;
		transform: none;
	}
	.lst-main-slide__message img{
		max-width: 75vw;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.main-visual__heading-sp{
		padding: 10px 15px;
	}
	.main-visual__heading-sp .main-visual__logo{
		margin-right: 15px;
	}
	.main-visual__heading-sp .main-visual__heading__sub{
		padding-top: 12px;
	}
	.lst-main-slide::before{
		border-width: 170px 75px 0 0;
	}
	.lst-main-slide::after{
		border-width: 0 0 140px 65px;
	}
	.lst-main-slide__message{
		top: 26vw;
	}
}

/* box-concept
-------------------------------------------------- */
.box-concept__subtitle{
	position: relative;
	left: -50px;
	padding: 12px 0 5px 18px;
	backface-visibility: hidden;
	background: url("/special/campaign/skymark10th/img/icn-star01.png") no-repeat left center;
	background-size: 38px 36px;
	font-size: 16px;
	font-weight: 600;
	color: #092981;
	font-family: 'Expletus Sans', cursive;
}
.box-concept__title{
	font-size: 38px;
	font-weight: bold;
	line-height: 1.36;
	color: #092981;
	margin: 80px 0 66px;
}
.box-concept__text{
	font-size: 16px;
	line-height: 3.375;
	color: #092981;
}
.box-concept__text + .box-concept__text{
	margin-top: 30px;
}
.box-concept__inner{
	position: relative;
	padding: 108px 2vw 185px 13.75vw;
}
.box-concept__inner::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 475px;
	background: #0F2C7C;
	position: absolute;
	z-index: 2;
	top: -28px;
	left: 92px;
	transform: rotate(24deg);
}
.box-concept__inner::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 85px;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: -84px;
	left: 204px;
	transform: rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.box-concept__inner{
		padding: 108px 50px 185px;
	}
	.box-concept__inner::after{
		display: none;
	}
	.box-concept__inner::before{
		height: 160px;
		left: 30px;
		top: 70px;
	}
	.box-concept__subtitle{
		left: 0;
	}
	.box-concept__title{
		margin-top: 20px;
	}

}
@media only screen and (max-width: 767px){
	.box-concept{
		margin-top: 45px;
	}
	.box-concept__inner::after{
		display: none;
	}
	.box-concept__inner::before{
		height: 160px;
		left: 30px;
		top: -36px;
	}
	.box-concept__inner{
		padding: 0 0 85px;
	}
	.box-concept__subtitle{
		font-size: 14px;
		left: 0;
		margin-left: 65px;
		padding: 14px 0 5px 20px;
	}
	.box-concept__title{
		font-size: 18px;
		line-height: 1.5;
		padding-left: 80px;
		margin: 18px 0 24px;
	}
	.box-concept__text{
		font-size: 14px;
		line-height: 2.42;
	}
	.box-concept__text + .box-concept__text{
		margin-top: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.box-concept__title{
		padding-left: 60px;
	}
}

/* box-message
-------------------------------------------------- */
.box-message{
	position: relative;
	z-index: 1;
	padding-top: 23.125vw;
}
.box-message__deco{
	position: absolute;
	display: inline-block;
	z-index: 1;
	line-height: 1;
 	overflow: hidden;
}
.box-message__deco img{
	width: 100%;
	height: auto;
}
.box-message__deco--01{
	top: -23vw;
	right: -31.85vw;
	width: 69.375vw;
	height: 46.188vw;
	z-index: 2;
}
.box-message__deco--02{
	top: 0;
	left: -20.4vw;
	width: 93.125vw;
	height: 46.188vw;
}
.box-message__deco--03{
	top: 46.188vw;
	left: -24.750vw;
	width: 61.813vw;
	height: 46.188vw;
}
.box-message__deco--04{
	bottom: 0;
	right: -16.5vw;
	width: 43vw;
	height: 46.188vw;
	z-index: 3;
}
.box-message__deco--05{
	top: 92.2vw;
	left: -49.75vw;
	width: 66.5vw;
	height: 46.188vw;
}
.box-message__inner{
	position: relative;
	z-index: 2;
	/*
	overflow: hidden;
	*/
	padding-bottom: 102px;
}
.box-message__content{
	position: relative;
	z-index: 4;
	padding-top: 66px;
	padding-left: 50%;
}
.box-message__wrapper::before{
	content: "";
	display: inline-block;
	width: 73.563vw;
	height: 150vw;
	transform: rotate(24deg) skewY(-24deg);
	position: absolute;
	top: -10vw;
	right: -9.2vw;
	z-index: 3;
	background: #fff;
}
.box-message__subtitle{
	position: relative;
	left: -50px;
	padding: 12px 0 5px 18px;
	backface-visibility: hidden;
	background: url("/special/campaign/skymark10th/img/icn-star01.png") no-repeat left center;
	background-size: 38px 36px;
	font-size: 16px;
	font-weight: 600;
	color: #092981;
	font-family: 'Expletus Sans', cursive;
}
.box-message__title{
	font-size: 27px;
	font-weight: bold;
	line-height: 1.48;
	color: #092981;
	margin: 42px 0 45px;
}
.box-message__text{
	font-size: 16px;
	line-height: 2.5;
	color: #092981;
}
.box-message__signture{
	font-size: 26px;
	color: #092981;
	text-align: right;
	margin-top: 12px;
}
.box-message__signture span{
	display: inline-block;
	font-size: 14px;
	margin-right: 17px;
}
@media only screen and (min-width: 1024px) and (max-width: 1479px){
	.box-message__wrapper::before{
		width: 85.5vw;
	}
	.box-message__subtitle{
		left: 0;
	}
	.box-message__content{
		padding-left: 45%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.box-message__wrapper::before{
		width: 85.5vw;
	}
	.box-message__subtitle{
		left: 0;
	}
	.box-message__content{
		padding-left: 45%;
	}
}
@media only screen and (max-width: 767px){
	.box-message__deco--01{
		top: -13.6vw;
		width: 73.333vw;
		height: 48.659vw;
		right: -36.8vw;
	}
	.box-message__deco--02{
		width: 98.133vw;
		height: 48.659vw;
		left: -18.8vw;
	}
	.box-message__deco--03{
		top: 48.659vw;
		width: 65.6vw;
		height: 48.659vw;
		left: -33.8vw;
	}
	.box-message__deco--04{
		display: none;
	}
	.box-message__deco--05{
		display: none;
	}
	.box-message__inner{
		padding-bottom: 52px;
	}
	.box-message__content{
		padding-left: 0;
		padding-top: 130px;
	}
	.box-message__subtitle{
		font-size: 14px;
		left: 0;
		margin-left: 95px;
	}
	.box-message__title{
		font-size: 18px;
		line-height: 1.5;
		padding-left: 110px;
		word-break: keep-all;
		white-space: nowrap;
		margin: 20px 0 30px;
	}
	.box-message__text{
		font-size: 14px;
		line-height: 2;
	}
	.box-message__signture{
		text-align: left;
		font-size: 20px;
		margin-top: 25px;
	}
	.box-message__signture span{
		display: block;
		font-size: 12px;
		line-height: 1.667;
		margin-bottom: 5px;
	}
	.box-message__wrapper::before{
		display: none;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.box-message__content{
		padding-left: 30%;
		padding-top: 30%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.box-message__title{
		padding-left: 18%;
		word-break: normal;
		white-space: normal;
	}
}

/* box-history
-------------------------------------------------- */
.box-history{
	position: relative;
	z-index: 3;
	margin-top: 110px;
}
.box-history__planet{
	text-align: center;
}
.box-history__planet img{
	position: relative;
	z-index: 2;
	width: 72.625vw;
	max-width: 1162px;
	left: -20px;
	height: auto;
}
.box-history__title{
	font-family: 'Expletus Sans', cursive;
	font-size: 63px;
	font-weight: bold;
	line-height: 1;
	color: #092981;
	text-align: center;
	margin-top: 55px;
}
.box-history__title span{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.box-history__text{
	text-align: center;
	margin: 26px 0 45px;
}
.lst-history-banner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.lst-history-banner li{
	display: inline-block;
	padding: 0 50px;
	text-align: center;
}
.lst-history-banner li + li::before{
	content: "";
	width: 1px;
	height: 105px;
	background: #0F2C7C;
	transform: rotate(24deg);
	position: absolute;
	top: -25px;
	left: 0;
}
.lst-history-banner img{
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.box-history{
		left: 0;
		margin-top: 12px;
	}
	.box-history__planet img{
		width: 100%;
		left: 0;
	}
	.box-history__title{
		font-size: 30px;
		margin-top: 75px;
	}
	.box-history__title span{
		margin-bottom: 15px;
	}
	.lst-history-banner{
		margin: 0 -30px;
	}
	.lst-history-banner li{
		padding: 0 30px;
		width: calc(50% - 30px);
	}
	.lst-history-banner li + li::before{
		height: 80px;
		top: -15px;
	}
	.box-history__text{
		margin: 16px 0 25px;
	}
	.box-history__text img{
		width: 208px;
		height: auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.lst-history-banner li{
		padding: 0 20px;
	}
}

/* box-info
-------------------------------------------------- */
.box-info{
	position: relative;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/bg-info01.png") center no-repeat;
	background-size: cover;
}
.box-info__wrapper{
	max-width: 1600px;
	margin: 0 auto;
	padding: 130px 130px 90px;
}
.box-info__group{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-info__group--reserve{
	flex-direction: row-reverse;
}
.box-info__group + .box-info__group{
	margin-top: 40px;
}
.box-info__date{
	display: inline-block;
	width: 340px;
	padding-top: 110px;
	padding-left: 45px;
}
.box-info__date span{
	display: block;
	font-family: 'Expletus Sans', cursive;
	font-size: 64px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.box-info__date span + span{
	margin-top: 242px;
	margin-left: 28px;
}
.box-info__date span + span::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 380px;
	background: #fff;
	transform: rotate(24deg);
	position: absolute;
	left: 45px;
	bottom: 0;
}
.box-info__group--reserve .box-info__date{
	text-align: right;
	padding-right: 50px;
	padding-left: 0;
}
.box-info__group--reserve .box-info__date span + span{
	margin-left: 0;
	margin-right: -22px;
}
.box-info__group--reserve .box-info__date span + span::before{
	left: auto;
	right: 80px;
}
.box-info__content{
	display: inline-block;
	width: calc(100% - 340px);
}
@media only screen and (min-width: 1024px) and (max-width: 1479px){
	.box-info__wrapper{
		padding: 120px 25px;
	}
}
@media only screen and (max-width: 1199px){
	.box-info__wrapper{
		padding: 25px 25px 80px;
	}
	.box-info__content{
		width: 100%;
	}
	.box-info__content .bx-viewport{
		overflow: visible!important;
	}
	.box-info__date{
		padding-top: 60px;
		padding-left: 0;
		padding-bottom: 40px;
	}
	.box-info__date span{
		font-size: 40px;
	}
	.box-info__date span + span{
		margin-top: 2px;
		margin-left: 120px;
	}
	.box-info__date span + span::before{
		height: 80px;
		left: -20px;
	}
	.box-info__group + .box-info__group{
		margin-top: 0;
	}
	.box-info__group--reserve .box-info__date{
		text-align: left;
	}
	.box-info__group--reserve .box-info__date span + span{
		margin-right: 0;
		margin-left: 120px;
	}
	.box-info__group--reserve .box-info__date span + span::before{
		right: auto;
		left: -20px;
		right: auto;
	}
}

/* lst-info
-------------------------------------------------- */
.lst-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}
.lst-info li{
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 40px;
}
.lst-info__item{
	background: #fff;
}
.lst-info__content{
	padding: 30px 20px 50px 20px;
}
.lst-info__date{
	font-size: 16px;
	color: #092981;
}
.lst-info__text{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.444;
	color: #092981;
	margin-top: 20px;
}
.lst-info__thumbnail img{
	width: 100%;
	height: auto;
}
.lst-info li a{
	display: flex;
	height: 100%;
	transition: all 0.4s;
}
.lst-info li a:hover{
	opacity: 0.7;
}
.lbl-base{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.lbl-base::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 34px;
	background: #67DDC6;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(24deg) skewY(-24deg);
}
.lbl-base--yellow::before{
	background: #F4BA00;
}
.lbl-base--blue::before{
	background: #004098;
}
.lbl-base span{
	display: inline-block;
	padding: 4px 14px;
	position: relative;
	z-index: 2;
}
.lst-info .lbl-base{
	position: absolute;
	top: -24px;
	right: 22px;
}
@media only screen and (max-width: 767px){
	.lst-info{
		display: block;
		margin: 0 -12px 0 -13px;
	}
	.lst-info li{
		padding: 0 12px 0 13px;
		margin-bottom: 0;
	}
	.lst-info__content{
		padding: 18px 25px 20px;
	}
	.lst-info__date{
		font-size: 14px;
	}
	.lst-info__text{
		font-size: 16px;
		line-height: 1.625;
		margin-top: 8px;
	}
	.lbl-base{
		font-size: 12px;
	}
	.lbl-base::before{
		height: 32px;
	}
	.lbl-base span{
		padding: 7px 18px;
	}
}

/* box-work
-------------------------------------------------- */
.box-work .wrp-container{
	z-index: 4;
}
.box-work__inner{
	padding: 200px 0;
}
.box-work__title{
	font-family: 'Expletus Sans', cursive;
	font-size: 63px;
	font-weight: bold;
	color: #092981;
	line-height: 1;
	text-align: center;
	margin-bottom: 24px;
}
.box-work__title span{
	display: block;
	font-size: 16px;
	margin-bottom: 24px;
}
.box-work__text{
	text-align: center;
	margin-bottom: 92px;
}
.lst-work{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.lst-work li{
	display: inline-block;
	width: calc(33.33% - 20px);
}
.lst-work__thumbnail{
	line-height: 1;
}
.lst-work__thumbnail img{
	max-width: 100%;
	height: auto;
}
.lst-work__sub{
	font-family: 'Expletus Sans', cursive;
	font-size: 16px;
	color: #092981;
	margin: 28px 0 18px;
}
.lst-work__text{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.444;
	color: #092981;
}
.lst-work a{
	display: block;
	transition: all 0.4s ease;
}
.lst-work a:hover{
	opacity: 0.7;
}
.box-work__deco{
	line-height: 1;
	position: absolute;
	z-index: 3;
	display: inline-block;
}
.box-work__deco--01{
	width: 53.938vw;
	height: 46.188vw;
	top: 0;
	left: -30vw;
}
.box-work__deco--01 img{
	width: 53.938vw;
	height: auto;
}
.box-work__deco--02{
	width: 45.188vw;
	height: 46.188vw;
	top: -20.625vw;
	right: -21.250vw;
}
@media only screen and (max-width: 767px){
	.box-work__deco{
		display: none;
	}
	.box-work__title{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.box-work__inner{
		padding-top: 82px;
		padding-bottom: 80px;
	}
	.box-work__title span{
		margin-bottom: 20px;
	}
	.box-work__inner .bx-viewport{
		overflow: visible!important;
	}
	.box-work__text{
		margin-bottom: 30px;
	}
	.box-work__text img{
		max-width: 100%;
		height: auto;
	}
	.lst-work{
		display: block;
		margin: 0 -12px 0 -13px;
	}
	.lst-work li{
		padding: 0 12px 0 13px;
		margin-bottom: 0;
	}
	.lst-work__text{
		font-size: 16px;
	}
	.lst-work__sub{
		margin: 25px 0 15px;
	}
}

/* box-sky
-------------------------------------------------- */
.box-sky{
	position: relative;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/bg-sky01.png") center no-repeat;
	background-size: cover;
	padding-bottom: 150px;
}
.box-sky::before{
	content: "";
	display: inline-block;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url("/special/campaign/skymark10th/img/bg-sky02.png") top center no-repeat;
	background-size: 100% auto;
}
.box-sky__heading{
	position: relative;
	z-index: 3;
	padding: 130px 150px 92px;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.box-sky__info{
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}
.box-sky__notice{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.875;
	color: #fff;
	padding-left: 60px;
	padding-top: 18px;
}
.box-sky__detail{
	margin-bottom: 34px;
}
@media only screen and (min-width: 1024px) and (max-width: 1479px){
	.box-sky__heading{
		padding: 120px 25px; 
	}
	.box-sky__detail{
		width: 300px;
	}
	.box-sky__notice{
		padding-left: 20px;
		width: 55%;
	}
}
@media only screen and (max-width: 1023px){
	.box-sky{
		padding-bottom: 82px;
	}
	.box-sky::before{
		width: 325px;
		height: 185px;
	    background: url("/special/campaign/skymark10th/img/bg-sky02-sp.png") top right no-repeat;
    	background-size: auto 100%;
	}
	.box-sky__heading{
		padding: 40px 25px 36px;
		display: block;
	}
	.box-sky__info{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.box-sky__notice{
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 2;
		padding: 70px 0 0;
	}
	.box-sky__detail{
		margin-bottom: 8px;
	}
	.box-sky__detail img{
		width: 223px;
	}
	.box-sky__logo img{
		width: 132px;
	}
}

/* lst-sky
-------------------------------------------------- */
.lst-sky{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lst-sky > li{
	display: inline-flex;
	justify-content: center;
	align-items: start;
	width: 300px;
	height: 300px;
	margin-bottom: 80px;
}
.lst-sky__item{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 38px;
}
.lst-sky__item::before{
	content: "";
	display: inline-block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #fff;
	z-index: 1;
}
.lst-sky__point{
	font-family: 'Expletus Sans', cursive;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	background: url("/special/campaign/skymark10th/img/icn-star02.png") no-repeat top center;
	background-size: 37px 11px;
	position: relative;
	z-index: 2;
}
.lst-sky__icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 115px;
	position: relative;
	z-index: 2;
}
.lst-sky__title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.444;
	text-align: center;
	position: relative;
	z-index: 2;
}

.box-sky__button{
	position: relative;
	z-index: 3;
	text-align: center;
}
.box-sky__button a{
	display: inline-block;
}
.box-sky__button a::before{
	content: "";
	display: inline-block;
	border: 1px solid #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: rotate(24deg) skewY(-24deg);
	transition: all 0.4s ease;
}
.box-sky__button a:hover::before{
	background: #fff;
}
.box-sky__button span{
	display: inline-block;
	z-index: 3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 16px 25px;
	transition: all 0.4s ease;
}
.box-sky__button a:hover span{
	color: #092981;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.lst-sky > li{
		width: 220px;
		height: 220px;
	}
	.lst-sky__item::before{
		width: 220px;
		height: 220px;
	}
	.lst-sky__item{
		padding-top: 15px;
	}
	.lst-sky__icon{
		height: 90px;
	}
	.lst-sky__title{
		font-size: 14px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 767px){
	.lst-sky > li{
		width: calc(50% - 12px);
		height: auto;
		margin-bottom: 25px;
	}
	.lst-sky__item{
		display: block;
		width: 100%;
	}
	.lst-sky__item::before{
		width: 150px;
		height: 150px;
	}
	.lst-sky__point{
		font-size: 14px;
	}
	.lst-sky__item{
		padding-top: 18px;
	}
	.lst-sky__icon{
		height: 80px;
	}
	.lst-sky__icon img{
		height: 55px;
		width: auto;
	}
	.lst-sky__title{
		font-size: 14px;
		color: #fff;
		margin-top: 27px;
	}
	.box-sky__button{
		margin-top: 15px;
	}
	.box-sky__button a::before{
		transform: rotate(20deg) skewY(-20deg);
	}
	.box-sky__button span{
		font-size: 14px;
		padding: 14px 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.lst-sky__item::before{
		width: 130px;
		height: 130px;
	}
	.lst-sky__icon{
		height: 45px;
		margin-top: 12px;
	}
	.lst-sky__icon img{
		height: 45px;
	}
	.box-sky__button span{
		font-size: 12px;
	}
}

/* box-recruitment
-------------------------------------------------- */
.box-recruitment{
	position: relative;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/bg-recruit01.png") center no-repeat;
	background-size: cover;
	padding: 200px 0 150px;
}
.box-recruitment__wrapper{
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
}
.box-recruitment__inner{
	position: relative;
	z-index: 2;
	border-radius: 20px;
	border: 7px solid #FFE100;
	padding: 60px 34px 26px 40px;
}
.box-recruitment__inner::before{
	content: "";
	display: inline-block;
	width: 122px;
	height: 122px;
	background: url("/special/campaign/skymark10th/img/icn-recruit-main01.png") center no-repeat;
	background-size: 122px 122px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
}
.box-recruitment__content{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 45px;
}
.box-recruitment__detail{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 20px;
}
.box-recruitment__thumbnail{
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: top;
	line-height: 1;
	width: 420px;
}
.box-recruitment__label{
	position: absolute;
	z-index: 2;
	top: -172px;
	right: -15px;
}
.box-recruitment__title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.box-recruitment__sub{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.box-recruitment__sub span{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.box-recruitment__sub span::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 9px;
	background: #ffe100;
	position: absolute;
	bottom: 4px;
	z-index: -1;
}
.box-recruitment__text{
	font-size: 16px;
	line-height: 1.875;
}
.box-recruitment__deco{
	position: absolute;
	z-index: 3;
	line-height: 1;
}
.box-recruitment__deco--01{
	top: 40px;
	left: 110px;
}
.box-recruitment__deco--02{
	top: 95px;
	left: 200px;
}
.box-recruitment__deco--03{
	top: 100px;
	right: 160px;
}
.box-recruitment__button{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 32px;
	margin-left: 0;
}
.box-recruitment__button a{
	display: inline-block;
}
.box-recruitment__button a::before{
	content: "";
	display: inline-block;
	border: 1px solid #000;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: rotate(20deg) skewY(-20deg);
	transition: all 0.4s ease;
}
.box-recruitment__button a:hover::before{
	background: #000;
}
.box-recruitment__button span{
	display: inline-block;
	z-index: 3;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 16px 40px;
	transition: all 0.4s ease;
}
.box-recruitment__button a:hover span{
	color: #fff;
}
@media only screen and (max-width: 1023px){
	.box-recruitment{
		background: url("/special/campaign/skymark10th/img/bg-recruit01-sp.png") center no-repeat;
		background-size: cover;
		padding: 102px 0 80px;
	}
	.box-recruitment__deco--01{
		top: 20px;
		left: -20px;
	}
	.box-recruitment__deco--02{
		top: 16px;
		left: auto;
		right: -2px;
	}
	.box-recruitment__deco--03{
		top: 122px;
		right: -5px;
	}
	.box-recruitment__deco--01 img{
		width: 89px;
		height: auto;
	}
	.box-recruitment__deco--02 img{
		width: 56px;
		height: auto;
	}
	.box-recruitment__deco--03 img{
		width: 58px;
		height: auto;
	}
	.box-recruitment__wrapper{
		padding: 10px;
	}
	.box-recruitment__inner{
		border: 4px solid #FFE100;
		padding: 60px 20px 12px;
	}
	.box-recruitment__inner::before{
		top: -55px;
	}
	.box-recruitment__title{
		font-size: 23px;
		margin-bottom: 5px;
	}
	.box-recruitment__sub{
		font-size: 16px;
	}
	.box-recruitment__content,
	.box-recruitment__detail,
	.box-recruitment__thumbnail{
		display: block;
		width: 100%;
	}
	.box-recruitment__content{
		margin-top: 25px;
	}
	.box-recruitment__detail{
		padding: 0;
	}
	.box-recruitment__text{
		font-size: 14px;
		line-height: 2;
	}
	.box-recruitment__button{
		text-align: center;
		margin-left: 0;
		margin-top: 24px;
	}
	.box-recruitment__button span{
		font-size: 14px;
		padding: 14px 10px;
	}
	.box-recruitment__thumbnail{
		padding-top: 98px;
	}
	.box-recruitment__label{
		width: 137px;
		height: 137px;
		top: 30px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.box-recruitment__label img{
		width: 100%;
		height: auto;
	}
	.box-recruitment__image img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.box-recruitment__button span{
		font-size: 12px;
	}
	.box-recruitment__label{
		width: 115px;
		height: 115px;
	}
}

/* box-banner
-------------------------------------------------- */
.box-banner{
	padding: 140px 0 68px;
}
.lst-banner{
	/*
	display: flex;
	*/
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.lst-banner li{
	display: inline-block;
	width: calc(33.33% - 20px);
}
.lst-banner li a{
	display: block;
	text-align: center;
	transition: all 0.4s ease;
}
.lst-banner li a:hover{
	opacity: 0.7;
}
.lst-banner li a span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #092981;
	margin-top: 10px;
}
.lst-banner li img{
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.box-banner{
		padding: 80px 0 38px;
	}
	.lst-banner li{
		width: 100%;
	}
	.lst-banner li a span{
		font-size: 16px;
		margin-top: 8px;
	}
	.lst-banner li + li{
		margin-top: 36px;
	}
}

/* box-modal
-------------------------------------------------- */
.cmn-modal-content{
	max-width: 1156px;
}
.modal-map .cmn-modal-content-inner{
	padding: 7%	30px 7%;
	position: static;
	overflow-y: auto;
}
p.cmn-modal-close{
	right: 50px;
}
.box-modal__info{
	display: block;
	margin-bottom: 20px;
}
.box-modal__date{
	display: inline-block;
	font-size: 16px;
	color: #092981;
}
.box-modal__label{
	display: inline-block;
	font-size: 16px;
	color: #092981;
}
.box-modal__date + .lbl-base{
	margin-left: 30px;
}
.box-modal__title{
	font-size: 23px;
	font-weight: bold;
	color: #092981;
	margin-bottom: 60px;
}
.box-modal__content{
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.box-modal__detail{
	display: inline-block;
}
.box-modal__text{
	font-size: 16px;
	line-height: 1.875;
	color: #092981;
}
.box-modal__thumbnail{
	display: inline-flex;
	width: 420px;
	flex-shrink: 0;
	padding-left: 60px;
}
.box-modal__thumbnail img{
	width: 360px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.box-modal__content{
		flex-wrap: wrap;
		padding-bottom: 50px;
	}
	.box-modal__thumbnail{
		order: 1;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.box-modal__thumbnail img{
		width: auto;
		max-width: 100%;
	}
	.box-modal__detail{
		order: 2;
	}
	.box-modal__title{
		font-size: 18px;
		margin-bottom: 30px;
	}
	p.cmn-modal-close{
		right: 25px;
	}
}

/* ----/special/campaign/skymark10th/entry.html--- */
/* entry-box-main
-------------------------------------------------- */
.entry-box-main{
	position: relative;
	z-index: 0;
	background: url("/special/campaign/skymark10th/img/bg-recruit01.png") center no-repeat;
	background-size: cover;
	padding: 50px 50px 118px;
}
.entry-box-main__logo{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
.entry-box-main__logo::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 550px 275px 0 0;
	border-color: #004098 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.entry-box-main__logo a{
	display: block;
	position: relative;
	z-index: 5;
	padding: 70px 0 0 36px;
}
.entry-box-main__wrapper{
	background: url("/special/campaign/skymark10th/img/entry-bg-main01.png") center no-repeat;
	background-size: cover;
	border-radius: 20px;
	position: relative;
	z-index: 2;
	padding: 257px 0 182px;
}
.entry-box-main__heading{
	position: absolute;
	z-index: 3;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
}
.entry-box-main__inner{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
}
.entry-box-main__content{
	position: relative;
	z-index: 2;
    border-radius: 20px;
    border: 7px solid #FFE100;
    padding: 36px 34px 26px 40px;
}
.entry-box-main__content::before {
	content: "";
	display: inline-block;
	width: 122px;
	height: 122px;
	background: url("/special/campaign/skymark10th/img/icn-recruit-main01.png") center no-repeat;
	background-size: 122px 122px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
}
.entry-box-main__sub{
	position: relative;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
}
.entry-box-main__sub span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.entry-box-main__sub span::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 9px;
	background: #ffe100;
	position: absolute;
	bottom: 4px;
	z-index: -1;
}
.entry-box-main__title{
	text-align: center;
	margin-bottom: 22px;
}
.entry-box-main__title img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.entry-box-main__date{
	text-align: center;
}
.entry-box-main__date__label{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	padding: 7px 16px;
	border: solid 2px #000;
	border-radius: 17px;
	margin-right: 15px;
}
.entry-box-main__date__time{
	display: inline-block;
	font-family: 'Expletus Sans', cursive;
	font-size: 31px;
	font-weight: bold;
	color: #000;
}
.entry-box-main__deco{
	position: absolute;
	z-index: 4;
}
.entry-box-main__deco--01{
	top: 35px;
	left: 37px;
}
.entry-box-main__deco--02{
	top: 34px;
	right: 55px;
}
.entry-box-main__deco--03{
	bottom: 12px;
	right: 32px;
}
.entry-box-main__deco--04{
	bottom: -130px;
	left: 100px;
}
.entry-box-main__header-sp{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.entry-box-main{
		padding: 50px 25px 118px;
	}
	.entry-box-main__logo::before{
		border-width: 340px 200px 0 0;
	}
	.entry-box-main__logo a{
		padding: 30px 0 0 20px;
	}
	.entry-box-main__logo a img{
		width: 120px;
		height: 
	}
	.entry-box-main__deco--01{
		left: 0;
	}
	.entry-box-main__deco--02{
		right: 5px;
	}
	.entry-box-main__deco--03{
		right: 0;
		bottom: 0;
	}
	.entry-box-main__deco--04{
		bottom: -185px;
		left: 15px;
	}
}
@media only screen and (max-width: 767px){
	.entry-box-main{
		padding: 25px 25px 95px;
		margin-top: 50px;
	}
	.entry-box-main::before{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 92px 0 0;
		border-color: #004098 transparent transparent transparent;
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
	}
	.entry-box-main__header-sp{
		display: table;
		width: 100%;
		table-layout: fixed;
		background: #fff;
		padding: 9px 25px;
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
	}
	.entry-box-main__logo__content{
		display: table-cell;
		vertical-align: middle;
		width: 80px;
	}
	.entry-box-main__heading-sp{
		display: table-cell;
		vertical-align: middle;
		padding-left: 40px;
	}
	.entry-box-main__header-sp img{
		max-width: 100%;
		height: auto;
	}
	.entry-box-main__logo{
		display: none;
	}
	.entry-box-main__heading{
		display: none;
	}
	.entry-box-main__inner{
		padding: 10px;
	}
	.entry-box-main__content .entry-box-main__deco--04{
		display: inline-block;
		position: absolute;
		bottom: -165px;
		right: -40px;
		left: auto;
		width: 136px;
		height: 136px;
	}
	.entry-box-main__content .entry-box-main__deco--04 img{
		width: 136px;
		height: auto;
	}
	.entry-box-main__content .entry-box-main__date{
		display: block;
		position: absolute;
		bottom: -150px;
		left: -35px;
	}
	.entry-box-main__date__label{
		background: #fff;
		font-size: 14px;
		margin-right: 0;
		padding: 6px 16px;
		margin-bottom: 12px;
	}
	.entry-box-main__date__time{
		display: block;
		font-size: 20px;
	}
	.entry-box-main__wrapper{
		padding: 98px 0 75px;
		background: url(/special/campaign/skymark10th/img/entry-bg-main01-sp.png) center no-repeat;
		background-size: cover;
	}
	.entry-box-main__content{
		padding: 38px 20px 18px;
		border: 4px solid #FFE100;
	}
	.entry-box-main__content::before{
		top: -55px;
	}
	.entry-box-main__deco--01{
		top: 25px;
		left: -16px;
	}
	.entry-box-main__deco--01 img{
		width: 67px;
		height: auto;
	}
	.entry-box-main__deco--02{
		top: 20px;
		right: 10px;
	}
	.entry-box-main__deco--02 img{
		width: 34px;
		height: auto;
	}
	.entry-box-main__deco--03{
		top: 60px;
		right: -5px;
	}
	.entry-box-main__deco--03 img{
		width: 34px;
		height: auto;
	}
	.entry-box-main__title{
		margin-bottom: 0;
	}
	.entry-box-main__sub{
		font-size: 16px;
		line-height: 1.875;
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.entry-box-main::before{
		border-width: 170px 75px 0 0;
	}
	.entry-box-main__deco--01{
		top: 5px;
	}
	.entry-box-main__deco--02{
		top: 5px;
		right: 5px;
	}
	.entry-box-main__deco--03{
		top: 60px;
		right: -10px;
	}
	.entry-box-main__content .entry-box-main__date{
		bottom: -145px;
		left: -40px;
	}
	.entry-box-main__date__time{
		font-size: 16px;
	}
	.entry-box-main__content .entry-box-main__deco--04 img{
		width: 115px;
	}
	.entry-box-main__content .entry-box-main__deco--04{
		right: -55px;
	}
}

/* entry-box-intro
-------------------------------------------------- */
.entry-box-intro{
	padding: 122px 0 116px;
}
.entry-box-intro__logo{
	text-align: center;
	margin-bottom: 32px;
	padding-left: 8%;
}
.entry-box-intro__text{
	position: relative;
	font-size: 23px;
	line-height: 2.17;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}
.entry-box-intro__text span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.entry-box-intro__text span::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 9px;
	background: #ffe100;
	position: absolute;
	bottom: 10px;
	z-index: -1;
}
.entry-box-intro__deco{
	position: absolute;
	z-index: 1;
	display: inline-block;
}
.entry-box-intro__deco--01{
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.entry-box-intro__deco--01 img{
	width: 29.375vw;
	height: auto;
}
.entry-box-intro__deco--02{
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.entry-box-intro__deco--02 img{
	width: 29.375vw;
	height: auto;
}
@media only screen and (max-width: 767px){
	.entry-box-intro{
		padding: 60px 0 72px;
	}
	.entry-box-intro__logo img{
		width: 156px;
		height: auto;
	}
	.entry-box-intro__text{
		font-size: 20px;
		line-height: 2;
		margin-bottom: 0;
	}
	.entry-box-intro__logo{
		margin-bottom: 30px;
		padding-left: 5%;
	}
	.entry-box-intro__deco--01,
	.entry-box-intro__deco--02{
		top: 60px;
		transform: translateY(0);
	}
	.entry-box-intro__deco--01 img,
	.entry-box-intro__deco--02 img{
		width: 80px;
	}
}

/* entry-box-memories
-------------------------------------------------- */
.entry-box-memories{
	position: relative;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/bg-recruit01.png") top center no-repeat;
	background-size: auto 60%;
	padding: 120px 0;
}
.entry-box-memories::before{
	content: "";
	background: url("/special/campaign/skymark10th/img/entry-bg-memories01.png") center no-repeat;
	background-size: cover;
	display: inline-block;
	width: 100vw;
	height: 64.625vw;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
}
.entry-box-intro__title{
	text-align: center;
	margin-bottom: 65px;
}
.entry-box-intro__title img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.entry-box-memories__wrapper {
	position: relative;
	z-index: 3;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
}
.entry-box-memories__inner {
	position: relative;
	z-index: 2;
	border-radius: 20px;
	border: 7px solid #FFE100;
	padding: 72px 94px;
}
.entry-box-memories__sub{
	text-align: center;
	margin-bottom: 50px;
}
.entry-box-memories__sub span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #FFE100;
	padding: 12px 26px;
	border-radius: 20px;
	background: #000;
}
.entry-box-memories__content{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 78px;
}
.entry-box-memories__text{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.875;
}
.entry-box-memories__thumbnail{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 20px;
	line-height: 1;
}
.entry-box-memories__thumbnail img{
	max-width: 100%;
	height: auto;
}
.entry-tbl-base{
	border-top: 1px solid #7F7F7F;
}
.entry-tbl-base tr{
	border-bottom: 1px solid #7F7F7F;
}
.entry-tbl-base th{
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding: 18px 0;
}
.entry-tbl-base td{
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px 0;
}
.entry-box-memories__button{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 65px;
}
.entry-box-memories__button a{
	display: inline-block;
}
.entry-box-memories__button a::before{
	content: "";
	display: inline-block;
	border: 1px solid #000;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: rotate(20deg) skewY(-20deg);
	transition: all 0.4s ease;
}
.entry-box-memories__button a:hover::before{
	background: #000;
}
.entry-box-memories__button span{
	display: inline-block;
	z-index: 3;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 16px 40px;
	transition: all 0.4s ease;
}
.entry-box-memories__button a:hover span{
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.entry-box-memories__inner{
		padding: 72px 25px;
	}
}
@media only screen and (max-width: 767px){
	.entry-box-memories{
		padding: 60px 0 302px;
		background: url(/special/campaign/skymark10th/img/bg-recruit01-sp.png) top center no-repeat;
		background-size: cover;
	}
	.entry-box-memories .wrp-container{
		padding: 0 15px;
	}
	.entry-box-intro__title{
		margin-bottom: 30px;
	}
	.entry-box-memories__wrapper{
		padding: 10px;
	}
	.entry-box-memories__inner{
		border: 4px solid #FFE100;
	}
	.entry-box-memories__inner{
		padding: 36px 24px 32px;
	}
	.entry-box-memories__sub{
		margin-bottom: 28px;
	}
	.entry-box-memories__sub span{
		font-size: 16px;
		border-radius: 20px;
	}
	.entry-box-memories__content{
		display: block;
		width: 100%;
		margin-bottom: 60px;
	}
	.entry-box-memories__text{
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 2;
		margin-bottom: 24px;
	}
	.entry-box-memories__thumbnail{
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.entry-box-memories__thumbnail img{
		width: 100%;
		height: auto;
	}
	.entry-tbl-base th,
	.entry-tbl-base td{
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.714;
	}
	.entry-tbl-base th{
		padding: 0;
		margin-bottom: 2px;
	}
	.entry-tbl-base td{
		padding: 0;
	}
	.entry-tbl-base tr{
		display: block;
		padding: 14px 0;
	}
	.entry-box-memories__button{
		margin-top: 42px;
	}
	.entry-box-memories__button a::before{
		transform: rotate(15deg) skewY(-15deg);
	}
	.entry-box-memories__button span{
		font-size: 14px;
		padding: 14px 18px;
	}
}

/* entry-box-feature
-------------------------------------------------- */
.entry-box-feature{
	padding: 128px 0 120px;
}
.entry-box-feature__heading{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
}
.entry-box-feature__heading span{
	display: block;
	font-family: 'Expletus Sans', cursive;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.entry-box-feature__inner{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-radius: 20px;
	border: 1px solid #7F7F7F;
	padding: 80px 120px 75px;
}
.entry-box-feature__content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.entry-box-feature__content{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 40px;
}
.entry-box-feature__thumbnail{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 20px;
}
.entry-box-feature__thumbnail img{
	max-width: 100%;
	height: auto;
}
.entry-box-feature__sub{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.entry-box-feature__icon{
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.entry-box-feature__title{
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 20px;
}
.entry-box-feature__text{
	font-size: 16px;
	line-height: 1.875;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.entry-box-feature__inner{
		padding: 80px 25px;
	}
	.entry-box-feature__thumbnail{
		padding-right: 15px;
	}
	.entry-box-feature__content{
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px){
	.entry-box-feature{
		padding: 78px 0 80px;
	}
	.entry-box-feature__heading{
		font-size: 14px;
		line-height: 1.78;
		margin-bottom: 28px;
	}
	.entry-box-feature__heading span{
		font-size: 35px;
		margin-bottom: 10px;
	}
	.entry-box-feature__icon{
		line-height: 1;
	}
	.entry-box-feature__inner{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 28px 26px 24px;
	}
	.entry-box-feature__content{
		order: 1;
		display: block;
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.entry-box-feature__thumbnail{
		order: 2;
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.entry-box-feature__thumbnail img{
		width: 100%;
		height: auto;
	}
	.entry-box-feature__title{
		font-size: 20px;
		padding-left: 18px;
	}
	.entry-box-feature__text{
		font-size: 14px;
		line-height: 1.714;
		margin-top: 16px;
	}
}

/* box-announcement
-------------------------------------------------- */
.box-announcement{
	position: relative;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/bg-recruit01.png") top center no-repeat;
	background-size: cover;
	padding: 120px 0 112px;
}
.box-announcement__inner{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.box-announcement__thumbnail{
	display: table-cell;
	width: 37.5%;
	vertical-align: top;
}
.box-announcement__thumbnail img{
	max-width: 100%;
	height: auto;
}
.box-announcement__content{
	display: table-cell;
	vertical-align: top;
	padding-right: 60px;
}
.box-announcement__sub{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}
.box-announcement__icon{
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
.box-announcement__title{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
}
.box-announcement__text{
	font-size: 16px;
	line-height: 1.875;
}
@media only screen and (max-width: 767px){
	.box-announcement{
		padding: 40px 0 74px;
	}
	.box-announcement__inner{
		display: block;
		width: 100%;
	}
	.box-announcement__content{
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 28px;
	}
	.box-announcement__thumbnail{
		display: block;
		width: 100%;
	}
	.box-announcement__thumbnail img{
		width: 100%;
	}
	.box-announcement__text{
		font-size: 14px;
		line-height: 1.714;
	}
	.box-announcement__sub{
		text-align: center;
		margin-bottom: 20px;
	}
	.box-announcement__icon{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.box-announcement__icon img{
		width: 80px;
		height: 80px;
	}
	.box-announcement__title{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 20px;
	}
}

/* entry-box-notes
-------------------------------------------------- */
.entry-box-notes{
	background: #F5F5F5;
	padding: 120px 0 116px;
}
.entry-box__title{
	text-align: center;
	margin-bottom: 38px;
}
.entry-box__title span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #FFE100;
	padding: 12px 26px;
	border-radius: 20px;
	background: #000;
}
.entry-lst-notes li{
	position: relative;
	padding-left: 22px;
	font-size: 16px;
	line-height: 1.875;
}
.entry-lst-notes li::before{
	content: '■';
	position: absolute;
	left: 0;
}
@media only screen and (max-width: 767px){
	.entry-box-notes{
		padding: 60px 0 76px;
	}
	.entry-box__title{
		margin-bottom: 26px;
	}
	.entry-box__title span{
		font-size: 16px;
		border-radius: 20px;
	}
	.entry-lst-notes li{
		font-size: 14px;
		line-height: 2;
	}
}

/* entry-box-banner
-------------------------------------------------- */
.entry-box-banner{
	padding: 118px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: url("/special/campaign/skymark10th/img/entry-bg-banner01.png") top center no-repeat;
	background-size: cover;
}
.entry-box-banner::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90vw 39.4vw 0 0;
	border-color: #F4BA00 transparent transparent transparent;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.entry-box-banner__inner{
	position: relative;
	z-index: 3;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.entry-box-banner__logo{
	display: table-cell;
	width: 38.5%;
	vertical-align: top;
	padding-top: 44px;
}
.entry-box-banner__content{
	display: table-cell;
	vertical-align: middle;
}
.entry-box-banner__text{
	font-size: 16px;
	line-height: 1.875;
	color: #fff;
}
.entry-box-banner__button{
	position: relative;
	z-index: 1;
	text-align: left;
	margin-top: 30px;
	margin-left: 10px;
}
.entry-box-banner__button a{
	display: inline-block;
}
.entry-box-banner__button a::before{
	content: "";
	display: inline-block;
	border: 1px solid #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: rotate(24deg) skewY(-24deg);
	transition: all 0.4s ease;
}
.entry-box-banner__button a:hover::before{
	background: #fff;
}
.entry-box-banner__button span{
	display: inline-block;
	z-index: 3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 16px 25px;
	transition: all 0.4s ease;
}
.entry-box-banner__button a:hover span{
	color: #092981;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.entry-box-banner__logo img{
		width: 170px;
		height: auto;
	}
}
@media only screen and (max-width: 767px){
	.entry-box-banner{
		padding: 20px 0 80px;
	}
	.entry-box-banner::before {
		display: inline-block;
		background: #F4BA00;
		width: 382px;
		height: 88px;
		transform: rotate(25deg) skewY(-25deg);
		border-width: 0;
		top: -4px;
		left: -95px;
	}
	.entry-box-banner__inner{
		display: block;
		width: 100%;
	}
	.entry-box-banner__logo{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.entry-box-banner__logo img{
		width: 132px;
		height: auto;
	}
	.entry-box-banner__content{
		display: block;
		width: 100%;
	}
	.entry-box-banner__text{
		margin-top: 45px;
		font-size: 14px;
		line-height: 2;
	}
	.entry-box-banner__button{
		margin-top: 34px;
		text-align: center;
		margin-left: 0;
	}
	.entry-box-banner__button a::before{
		transform: rotate(20deg) skewY(-20deg);
	}
	.entry-box-banner__button span{
		font-size: 14px;
		padding: 14px 10px;
	}
}

/* entry-box-map
-------------------------------------------------- */
.entry-box-map{
	background: #F4BA00;
	padding-top: 120px;
	padding-bottom: 118px;
}
.entry-box-map__info{
	position: relative;
	display: inline-block;
	width: 465px;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
	margin-bottom: 450px;
}
.entry-box-map__inner{
	position: relative;
	z-index: 2;
	border-radius: 20px;
	border: 7px solid #FFE100;
	padding: 35px 20px 40px 20px;
}
.entry-box-map__heading{
	text-align: center;
	margin-bottom: 28px;
}
.entry-box-map__logo{
	display: block;
	margin-bottom: 20px;
}
.entry-box-map__title{
	display: block;
	font-size: 30px;
	line-height: 1.5;
}
.entry-box-map__text{
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
}
.entry-box-map__main{
	position: absolute;
	right: -186px;
	top: -463px;
}
.entry-box-map__main img{
	max-width: 100%;
	height: auto;
}
.entry-box-map__sub{
	text-align: center;
	margin-top: 15px;
}
.entry-lst-thumbnail{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}
.entry-lst-thumbnail li{
	display: inline-block;
	width: 25%;
	line-height: 0;
}
.entry-lst-thumbnail li img{
	width: 100%;
	height: auto;
}
.entry-box-map-lead{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 38px 0 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.entry-box-map{
		padding-top: 120px;
	}
	.entry-box-map__info{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
	}
	.entry-box-map__main{
		position: relative;
		right: -3vw;
		top: -30vw;
		margin-bottom: -28vw;
	}
}
@media only screen and (max-width: 767px){
	.entry-box-map{
		padding-top: 64px;
		padding-bottom: 75px;
	}
	.entry-box-map__info{
		position: relative;
		width: calc(100% + 20px);
		padding: 10px;
		margin: 0 -10px;
	}
	.entry-box-map__inner{
		border: 4px solid #FFE100;
		padding: 25px 15px;
	}
	.entry-box-map__heading{
		margin-bottom: 15px;
	}
	.entry-box-map__logo{
		margin-bottom: 16px;
	}
	.entry-box-map__logo img{
		width: 125px;
		height: auto;
	}
	.entry-box-map__title{
		font-size: 20px;
	}
	.entry-box-map__text{
		text-align: left;
		font-size: 14px;
		line-height: 2;
	}
	.entry-box-map__info .entry-box-map__text{
		text-align: center;
	}
	.entry-box-map__sub img{
		width: 240px;
	}
	.entry-lst-thumbnail{
		margin-top: 18px;
	}
	.entry-lst-thumbnail li{
		width: 50%;
	}
	.entry-box-map-lead{
		text-align: left;
		font-size: 20px;
		line-height: 1.5;
		margin: 34px 0 14px;
	}
	.entry-box-map__main{
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: -90px;
	}
	.entry-box-map__main img{
		max-width: none;
		width: 456px;
		height: auto;
		position: relative;
		left: calc(50% + 66px);
		transform: translateX(-50%);
		top: -138px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px){
	.entry-box-map__main img{
		width: 121.6vw;
		left: calc(50% + 17.6vw);
	}
}

.entry-page .box-banner{
	padding-top: 80px;
}

.box-movie{
	width: 100%;
	padding: 90px 0 100px;
}
.box-movie iframe{
	display: block;
	width: 747px;
	height: 420px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.box-movie{
		padding: 20px 10px 20px;
	}
	.box-movie iframe{
		width: auto;
		height: auto;
		margin: 0 auto;
	}
}
