@charset "UTF-8";
.apply__box {
	padding: 60px 150px;
	border-radius: 50px;
	background-color: #fff;
	position: relative;
}
.forms__tit{
	text-align: center;
}
.forms__tit img{
	width: 1080px;
}
@media screen and (max-width:812px){
	.apply__box {
		padding: 20px;
		border-radius: 20px;
	}
	.forms__tit{
		margin-top: 20px;
	}
	.forms__tit img{
		width: 100%;
		max-width: 500px;
	}
}
/*
	header
-----------------------------------------------------------------------------------------------*/
#header__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-width: var(--widthBase);
	height: 75px;
	padding-inline: 20px;
	background-color: #fff;
	z-index: 1000;
}
@media screen and (max-width:812px){
	#header__wrapper{
		width: 100%;
        min-width: 100%;
        height: 60px;
	}
	.header__logo{
		width: 110px;
	}
	.header__logo__Land{
		width: 150px;
	}
}
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv {
	position: relative;
	background: url(../images/kv_bg_pc.png)no-repeat center center/cover;
	padding: 25px 0 140px;
}
#kv::after {
	content: '';
    width: 100%;
    height: 80px;
    display: block;
    background: url(../images/schedule_before_pc.png)repeat center center / contain;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.kv__area {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.kv__area::before{
	position: absolute;
    top: 17px;
	content: "";
	background: url(../images/kv_earth.svg)no-repeat center center/cover;
	width: 404px;
	height: 410px;
	animation: rotateBg 50s linear infinite;
 	z-index: 0;
}
.kv__logo img{
	width: 400px;
}
.kv__character{
	width: 760px;
}
@media screen and (max-width:812px){
	#kv {
		min-height: 380px;
		max-height: 450px;
		background: url(../images/kv_bg_sp.png) no-repeat center center / cover;
	}
	#kv::after {
		width: 100%;
        height: 38px;
		background: url(../images/schedule_before_sp.png)repeat center center / contain;
		bottom: -2px;
	}
	.kv__area {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		height: auto;
	}
	.kv__area::before{
		top: -13px;
        left: -2px;
		width: 305px;
		height: 301px;
	}
	.kv__logo {
		position: absolute;
		left: 10px;
		min-width: 306px;
		margin: 0;
		padding: 0;
	}
	.kv__logo img {
		width: 100%;
		max-width: 306px;
	}
	.kv__obi {
		margin-top: 270px;
	}
	.kv__obi img{
		width: 100%;
		min-width: 220px;
	}
	.kv__character {
		bottom: -312px;
	}
	.kv__link {
		right: 1%;
		bottom: -14%;
		width: 125px;
		height: auto;
	}
}

/*
	入力画面（forms）
-----------------------------------------------------------------------------------------------*/
#forms{
	background: #d0feff url(../images/pic_bg_star_pc.png);
}
.cts__area{
	width: 1200px;
    margin: 0 auto;
	padding: 55px 30px 80px;
}
.tit__cmn{
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 45px;
}
.forms__txt{
	margin: 0 0 30px;
}
a.forms__txtLink{
	display: inline-block;
	margin: 15px 0 0;
	padding: 0 0 0 25px;
	font-weight: bold;
	color: #0054a6;
	text-decoration: underline;
	position: relative;
}
a:hover.forms__txtLink{
	text-decoration: none;
	opacity: 1.0;
}
.forms__txtLink::before{
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--cmnLbl);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.forms__txtLink::after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 6px;
}
.forms__form iframe {
	width: 100%;
	border: none;
	height: 1310px;
	overflow: visible;
}
@media screen and (max-width:812px){
	.cts__area{
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 500px;
        padding: 20px 20px 40px;
	}
	.tit__cmn{
		min-width: 263px;
		max-width: 263px;
		margin: 10px 0 20px;
	}
	.forms__form iframe {
		height: 1890px;
	}
}
/*
	応募完了画面
-----------------------------------------------------------------------------------------------*/
.tit__cmn{
	position: relative;
	z-index: 300;
}
.forms__finish_tit{
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.forms__finish{
	font-weight: bold;
	text-align: center;
}
/* ボタン */
[class^="btnArea"]{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
a[class^="btnBase"]{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 325px;
	background: var(--cmnRed);
	border-radius: 40px;
	padding: 20px 10px;
	font-size: 1.8rem;
}
a[class^="btnBase"]:hover{
	opacity: 0.7;
}
a[class^="btnBase"]::after{
	position: absolute;
	right: 25px;
	top: 52%;
    transform: translateY(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid var(--cmnWh);
		transition: right .3s;
}
[class^="btnBase"]:hover::after {
	right:18px;
}
a[class^="btnBase__item"]:hover::after {
	right:18px;
}
.btn__area{
	margin-top: 30px;
}
.btn__area .cts__area{
	width: auto;
}
#forms .cts__area{
    padding: 0 30px 45px;
}

@media screen and (max-width:812px){
	#forms .cts__area{
		background: url(../images/pic_bg_star_pc.png);
	}
	.tit__cmn {
		height: 35px;
        max-height: 35px;
		margin: 28px 0 0px;
		padding-top: 0;
    }
	.forms__finish_tit{
		font-size: 2.2rem;
		margin: 0 0 15px;
		text-align: center;
	}
	.forms__finish_txt{
		text-align: justify;
	}
	.forms__finish{
		text-align: left;
	}
	.btn__area .cts__area{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
/*
	footer
-----------------------------------------------------------------------------------------------*/
#footer{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	font-size: 1.4rem;
	background-color: #00c3e7;
}
.footer__top,
.footer__btm{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer__top p{
	color: var(--cmnWh);
}
.footer__btm{
	flex-direction: row-reverse;
}
/* テキストリンク
============================== */
a.footer__txtLink{
	padding-left: 20px;
	position: relative;
}
a.footer__txtLink::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--cmnWh);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
a.footer__txtLink::after{
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid var(--cmnWh);
	border-right: 1px solid var(--cmnWh);
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 5px;
}
.footer__btm p{
	color: var(--cmnWh);
}
.footer__copyright{
	font-size: 1.2rem;
}
/* リスト
============================== */
#footer__list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
#footer__list li{
	position: relative;
}
#footer__list li:last-of-type{
	margin-right: 0;
	padding-right: 0;
}
#footer__list > li:has(+li)::after{
	content: "";
	width: 1px;
	height: 70%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}
#footer__list > li a{
	color: #fff;
	text-decoration: underline;
}
#footer__list li a:hover{
	opacity: 1.0;
	text-decoration: none;
}
#footer__list li:last-of-type::after{
	content:none;
}
a.mail{
	color: var(--cmnBk);
	text-decoration: underline;
}

@media screen and (max-width:812px){
	#footer{
		gap: 15px;
		padding: 25px 20px;
		font-size: 1.3rem;
	}
	/* コンテンツエリア
	============================== */
	.footer__top,
	.footer__btm{
		flex-direction: column;
		gap: 15px;
	}

	/* リスト
	============================== */
	#footer__list{
		justify-content: center;
		gap: 10px 30px;
	}

	/* コピーライト
	============================== */
	.footer__copyright{
		font-size: 1.0rem;
	}
}