@charset "UTF-8";
/*===============================================================
	shiftkey - static - style
	https://www.shiftkey.jp/
===============================================================*/
/* base
===============================================================*/
#wrapper{
	background: #f7f7f7;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 100%;
}
.pc{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sp{
	width: 100%;
	display: none;
}

/* main
===============================================================*/
main{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.lead{
	max-width: 1000px;
	margin: 10px;
}
.shingo{
    max-width: 1000px;
    width: 100%;
	margin-bottom: 50px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bg-img{
    position: relative;
	margin-bottom: -420px;
}
.contents-wrap{
    background-image: url(../img/bg-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 40px 30px;
    width: 100%;
    z-index: 1;
}
.contents{
    display: flex;
    gap: 75px;
    justify-content: center;
}
.contents figure{
	max-width: 355px;
}
.contents p{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    padding: 0 25px 0 20px;
}
.contents-yellow-sp{
    background-image: url(../img/yellow-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20vw 2.5vw 5vw 3vw;
    width: 100%;
    margin-bottom: 3vw;
    z-index: 1;
}
.contents-green-sp{
	background-image: url(../img/green-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20vw 2.5vw 5vw 3vw;
    width: 100%;
    z-index: 1;
}
.questionnaire{
	display: flex;
    border-radius: 20px;
    border: #f00 1px solid;
    font-weight: bold;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    padding: 15px 2.5px 50px 2.5px;
    position: relative;
    max-width: 725px;
    width: 100%;
    gap: 10px;
}
.questionnaire-pc{
	max-width: 1000px;
	width: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.questionnaire-botton{
    background-color: #f00;
    color: #fff;
    border-radius: 15px;
    border: #f00 1px solid;
    padding: 5px;
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.questionnaire-botton-pc{
    max-width: 330px;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    margin-left: 33%;
    margin-right: 33%;
}
#movie{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
	line-height: 1.5;
    margin: 75px auto 0px;
}
.movie-title{
	max-width: 255px;
	width: 95%;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
	margin: 0px auto 25px;
}
#movie iframe{
	width: 100%;
    max-width: 720px;
    height: 405px;
}
#links{
	display: flex;
    justify-content: flex-start;
    font-size: 17px;
    font-weight: bold;
    line-height: 2.75rem;
    margin: 75px auto 100px;
    max-width: 725px;
    width: 75vw;
    flex-direction: column;
}
#links li a{
    text-decoration:underline;
	color: #0000ff;
}
footer{
    background: #E6F3FA;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	min-height: 120px;
}
#logo{
	margin: 10px;
}
#logo img{
	width: 100%;
}
@media (max-width: 1020px) {
	.lead {
		width: 98%;
	}
	.shingo{
		width: 98%;
        margin-bottom: 0px;
	}
	.bg-img {
		margin-bottom: -36.5vw;
	}
	#movie {
		margin: 7% auto 0%;
	}
	#movie iframe{
        width: 71.5vw;
        height: 40.25vw;
	}
	#links{
		width: 72%;
	}
}

@media (max-width: 750px) {
	.pc{
		display: none;
	}
	.sp{
		display: inline-block;
	}
	.lead{
		width: auto;
		margin: 1.5vw;
	}
	.questionnaire-sp{
		margin: 1.5vw;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
	}
	.questionnaire-botton-sp{
		margin-top: -10vw;
        width:85%;
	}
	.contents-yellow-pc{
		margin-bottom: 7.5vw;
	}
	.contents-yellow-sp{
		margin-bottom: 7.5vw;
	}
	.shingo-yellow{
		margin-top: 7.5vw;
	}
	.shingo-green{
		margin-top: 7.5vw;
	}
	#movie{
		margin: 6vw auto 0;
	}
	#movie iframe {
        width: 95%;
        height: 52.25vw;
    }
	.movie-title{
		margin: 0px auto 4vw;
	}
	#links{
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 7.75vw;
		margin: 10vw auto;
		width: 80vw;
	}
}