@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{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-width: var(--widthBase);
	height: 100px;
	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: 80px;
	}
	.header__logo__Land{
		width: 150px;
	}
}
/*
	kv
-----------------------------------------------------------------------------------------------*/
#kv {
	position: relative;
	background: #FFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 245, 138, 1) 58%);
	padding: 163px 0 90px;
}
#kv::before{
	content: '';
	width: 100%;
	height: 700px;
	display: block;
	background: url(../images/kv_bg_texture.png) no-repeat center center / cover;
	position: absolute;
	top: -2px;
	left: 0;
	opacity: 0.2;
}
#kv::after {
	content: '';
	width: 100%;
	height: 686px;
	display: block;
	background: url(../images/kv_bg.svg) no-repeat center center / cover;
	position: absolute;
	top: -62px;
	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: -109px;
	content: "";
	background: url(../images/kv_cloud.svg) no-repeat center center / cover;
	width: 677px;
	height: 593px;
 	z-index: 0;
}
.kv__logo {
	z-index: 1;
}
.kv__obi {
	margin-top: 24px;
	z-index: 2;
}
.kv__character {
	width: 777px;
	position: absolute;
	bottom: -60px;
	z-index: 5;
}
.kv__link {
	position: absolute;
	right: 2%;
	bottom: 2%;
	display: block;
	width: 205px;
	height: 235px;
	z-index: 20;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}
@media screen and (max-width:812px){
	#kv {
		padding: 80px 0 30px;
	}
	#kv::before{
		height: 340px;
	}
	#kv::after {
		width: 100%;
		height: 406px;
		top: -44px;
		background: url(../images/kv_bg_sp.svg) no-repeat center center / cover;
		top: -44px;
	}
	.kv__area {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		height: auto;
	}
	.kv__area::before{
		top: -57px;
		width: 420px;
		height: 368px;
	}
	.kv__logo {
		position: absolute;
		min-width: 300px;
		margin: 0;
		padding: 0;
	}
	.kv__obi {
		position: relative;
		margin-top: 197px;
		width: 200px;
		z-index: 3;
	}
	.kv__obi img{
		width: 100%;
	}
	.kv__character {
		width: 100%;
		bottom: -3%;
	}
	.kv__link {
		right: 3%;
		bottom: -41%;
		width: 125px;
		height: auto;
	}
}

/*
	入力画面（forms）
-----------------------------------------------------------------------------------------------*/
#forms{
	background: #8acbb7;
}
#forms::before{
	content: "";
	position: absolute;
	top: 618px;
	display: block;
	width: 100%;
	height: 230px;
	background: url(../images/cts_before_pc.svg) no-repeat center center / cover;
	z-index: 1;
}
#forms::after{
	content: "";
	position: absolute;
	top: 660px;
	display: block;
	width: 100%;
	height: 7510px;
	background: url(../images/pic_bg_grass.svg) center center / 1400px;
	z-index: 2;
}
.cts__area{
	width: 1200px;
    margin: 0 auto;
	padding: 55px 30px 80px;
}
.apply__box{
	position: relative;
	z-index: 3;
}
.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: var(--cmnGr);
	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(--cmnGr);
	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: 1150px;
	overflow: visible;
}
@media screen and (max-width:812px){
	#forms::before{
		content: "";
		position: absolute;
		top: 351px;
		display: block;
		width: 100%;
		height: 120px;
		background: url(../images/cts_before_sp.svg) no-repeat center center / cover;
	}
	#forms::after{
		content: "";
		position: absolute;
		top: 390px;
		display: block;
		width: 100%;
		height: 7020px;
		background: url(../images/pic_bg_grass.svg) center center / 980px;
	}
	.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: 1650px;
	}
}
/*
	応募完了画面
-----------------------------------------------------------------------------------------------*/
.finish .kv__obi{

}
.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){
	.finish #forms::before{
		z-index: 2;
	}
	.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: var(--cmnGr);
	z-index: 100;
}
.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;
	}
}