@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap);
body {
	line-height: 1
}
html {
	color: #413a3a;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial ", sans-serif;
	font-size: 62.5%;
	position: relative;
	letter-spacing: 1px
}
body {
	font-size: 1.8rem;
	line-height: 1.8;
	line-height: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
sup {
	font-size: 1.3rem
}
.notice {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #3c3c3c;
	text-align: right
}
.notice__area {
	margin-top: 30px
}
@media screen and (max-width:750px) {
	body {
		font-size: 1.4rem
	}
	sup {
		font-size: 1.1rem
	}
	.notice__area {
		margin-top: 20px
	}
	.notice {
		font-size: 1rem
	}
}

.wrapper {
	max-width: 750px;
    padding-top: 3vh;
	width: auto;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .8);
	border: 2px solid #d4d4d4;
	box-sizing: border-box;
}
.section {
	max-width: 750px;
	position: relative;
	margin: 0 auto;
	z-index: 100
}
.section__inner {
	padding: 30px 50px 60px 50px
}
.section-01 .section__inner {
	padding-top: 25px
}
@media screen and (max-width:750px) {
	.section__inner {
		padding: 20px 20px 60px 20px
	}
	.section-01 .section__inner {
		padding-top: 25px
	}
}
.q-block {
	position: relative
}
.q-block .q-flow {
	width: 80px;
	margin: 0 auto
}
.q-block .q-flow>p {
	display: block;
	width: 80px;
	height: 80px;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1;
	color: #fff;
	background-color: #dc92ff;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	position: relative;
	margin-top: 0
}
.flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 180px;
	margin: 0 auto;
	position: relative;
	z-index: 0
}
.flow::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	height: 2px;
	width: 180px;
	background: #d1d1d1
}
.flow__item {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d1d1d1;
	color: #8b8b8b;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 50px
}
.flow__item.ac {
	background: #dc92ff;
	color: #fff;
	animation: shad26 1.5s infinite
}
@keyframes shad26 {
	0% {
		box-shadow: 0 0 0 0 #dc92ff;
	}
	70% {
		box-shadow: 0 0 0 10px rgb(39 172 217 / 0%)
	}
	100% {
		box-shadow: 0 0 0 0 rgb(39 172 217 / 0%)
	}
}
.q-block .flow img {
	max-width: 150px
}
.q-block .q-txt {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 30px
}
.q-block .q-txt .marker {
	display: inline;
	background: -moz-linear-gradient(transparent 60%, #f9ff87 0%);
	background: -webkit-linear-gradient(transparent 60%, #f9ff87 0%);
	background: linear-gradient(transparent 60%, #f9ff87 0%)
}
.q-block figure.q-fig {
	margin-top: 20px
}
.q-block .q-txt .q-txt-notice {
	font-size: 2rem
}
@media screen and (max-width:750px) {
	.q-block .q-flow {
		width: 46px
	}
	.q-block .q-flow>p {
		width: 46px;
		height: 46px;
		font-size: 1.8rem;
		line-height: 50px
	}
	.q-block .flow img {
		max-width: 110px
	}
	.q-block .q-txt {
		font-size: 2rem;
		line-height: 1.6;
		margin-top: 10px
	}
	.q-block figure.q-fig {
		margin-top: 15px
	}
	.q-block .q-txt .q-txt-notice {
		font-size: 1rem
	}
}
input[type=radio], input[type=checkbox] {
	display: none
}
ul.answer-list {
	margin-top: 0px;
}
ul.answer-list.no-flex {
	display: block
}
ul.answer-list li {
	margin-top: 15px;
	line-height: 1.5;
	width: 100%;
}
ul.answer-list.no-flex li {
	width: 100%
}
ul.answer-list li label.ans-checkbox {
	width: 100%;
	position: relative;
	display: inline-block;
	background: #fff;
	color: #332513;
	background: #eee;
	box-shadow: -2px -2px 5px #ffffff, 5px 5px 10px rgba(0, 0, 0, .25);
	font-weight: 700;
	font-size: 25px;
	padding: 30px 30px 24px 50px;
	border-radius: 6px;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
	border: 1px solid #e9e9e9
}
input[type=checkbox]:checked+label.ans-checkbox {
	background: #dc92ff;
	border: 2px solid #dc92ff;
	box-shadow: none;
	position: relative;
	top: 5px
}
ul.answer-list li label.ans-checkbox::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	transition: .3s
}
ul.answer-list li label.ans-checkbox::after {
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	content: '';
	opacity: 0;
	transition: .3s;
	border-right: 3px solid #dc92ff;
	border-bottom: 3px solid #dc92ff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
input[type=checkbox]:checked+label.ans-checkbox {
	color: #fff
}
input[type=checkbox]:checked+label.ans-checkbox:before {
	background-color: #fff
}
input[type=checkbox]:checked+label.ans-checkbox:after {
	opacity: 1
}
@media screen and (max-width:750px) {
	ul.answer-list li {
		margin-top: 10px
	}
	ul.answer-list {
		margin-top: 0
	}
	ul.answer-list li label.ans-checkbox {
		font-size: 1.5rem;
		padding: 15px 15px 15px 35px
	}
	ul.answer-list li label.ans-checkbox::before {
		width: 20px;
		height: 20px;
		margin-top: -10px
	}
	ul.answer-list li label.ans-checkbox::after {
		width: 6px;
		height: 14px;
		margin-top: -11px;
		left: 15px
	}
}
.q-block .q-txt.q-txt-movie {
	padding-top: 2%;
	margin-top: 0;
	margin-bottom: 15px;
    text-align: center;
}
video {
	width: 100%
}
@media screen and (max-width:750px) {
	.q-block .q-txt.q-txt-movie {
		margin-top: 0;
		padding-top: 20px;
        font-size: 18px;

	}
}
@media screen and (min-width:1024px) {
	ul.answer-list li label.ans-checkbox {
		transition: .3s
	}
	ul.answer-list li label.ans-checkbox:hover {
		opacity: .7
	}
}
.cv-section {
	background-color: #F5F2F0;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 0 10px 10px
}
.cv-block {
	width: 100%
}
.cv-inner {
	padding: 0 25px 40px 25px;
	position: relative
}
.cv-box {
	position: relative
}
.btn-area {
	margin-top: 5px
}
.cv-block .cv-box .btn-area {
	position: absolute;
	bottom: 50px;
	padding: 0 35px
}
@media screen and (max-width:750px) {
	.cv-section {
		padding: 0 10px 10px
	}
	.cv-inner {
		padding: 0 10px 30px 10px
	}
	.cv-block .cv-box .btn-area {
		padding: 0 25px;
		bottom: 40px
	}
}
@media screen and (max-width:414px) {
	.cv-block .cv-box .btn-area {
		bottom: 30px;
		padding: 0 20px
	}
}
@media screen and (min-width:1025px) {
	a.btn-cv {
		transition: .3s
	}
	a.btn-cv:hover {
		opacity: .8
	}
}
.hide {
	display: none
}
@media screen and (min-width:751px) {
    #video-elem {
        display: block;
        width: 85%;
        margin: 0 auto;
    }
}

.hidden {
	opacity: 0;
	display: none;
}
.fade-in {
	display: block;
	opacity: 1;
	animation: fuwaMenu 0.3s linear 0s;
}



@keyframes fuwaMenu {
	from {
	  opacity: 0;
	  transform: translateY(-10px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0px);
	}
  }	
  button {
	background: #34a2d4;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	-webkit-appearance: none;
	margin-top: 5px;
}