@charset "UTF-8";
/* CSS Document */


body {
	background-color: #0f9be4;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	color: #222222;
	margin: 30px;
}

.question {
	display: none;
}

#result {
	display: none;
}

#contents {
	position: relative;
	width: 1280px;
	min-height: 750px;
	background-color: #ffffff;
	border-radius: 20px;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

/************** start **************/

#start {
	position: relative;
	width: 1280px;
	min-height: 750px;
	background: url("../img/bg_top-pc.png") right no-repeat;
	background-size: contain; 
	border-radius: 20px;
}

#start .inner {
	width: 90%;
	margin: 0px auto;
	padding-top: 70px;
}

#start .shoulder {
	position: relative;
	display: inline;
	background: #ecf7f8;
	border-radius: 100px;
	padding: 5px 30px;
}

#start .shoulder::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ecf7f8 transparent transparent transparent;
  border-width: 10px 6px 0 6px;
}

#start h1 {
	color: #0f9be4;
	font-size: 72px;
	font-weight: 900;
	line-height: 1.1;
	margin: 30px 0 40px;
}

#start h1 span {
	display: block;
	font-size:  48px;
	font-weight: 900;
}

#start .txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}

#start .cap {
	font-size: 14px;
	line-height: 1.5;
}

#start #TopImages {
	position: absolute;
	top: 130px;
	right: 30px;
}

#start .start_buttom {
	position: relative;
	margin-top: 50px;
}

#start .start_buttom .circle {
	position: absolute;
	top: -20px;
	left: -30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffea00;
	border: #222222 4px solid;
	font-size: 18px;
	font-weight: 900;
	text-align: center;

	/*display:flexで中央配置*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#start .start_buttom .circle span {
	display: block;
	font-weight: 900;
}

#start .start_buttom .circle .easy {
	font-size: 14px;
}

#start .start_buttom .circle em {
	font-size: 28px;
	font-weight: 900;
}

/**ボタン**/
#start button {
	width: 400px;
	height: 110px;
	border-radius: 110px;
	background-color: #ffffff;
	border: #0f9be4 5px solid;
	box-shadow: #9aeef6 4px 8px;
	color: #0f9be4;
}

#start button em {
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
}

#start button em::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 4px solid #0f9be4;
  border-right: 4px solid #0f9be4;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/**ボタン マウスオーバー**/
#start button:hover {
	transition: all 0.3s;
	box-shadow: none;
	background-color: #0f9be4;
	margin-top: 3px;
	margin-left: 3px;
	color: #ffffff;
}

#start button:hover em::after {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}



/************** Q common **************/

.site_ttl {
	display: block;
	width: 100%;
	background: #222222;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
}

 .inner {
	width: 90%;
	margin: 40px auto 0;
}

.q {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 40px;
}

.q_num {
	text-align: center;
	font-size: 60px;
	font-weight: 900;
}

.q_ttl {
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 90px;
}

.q_ttl_line {
	display: inline;
	padding: 0 5px 16px;
	border-bottom: #9aeef6 solid 8px;
}

.q_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #9aeef6 transparent transparent transparent;
  border-width: 20px 16px 0 16px;
}

.ttl_sub {
	font-size: 30px;
}

.choice_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.choice_wrap button {
	width: 340px;
	height: 100px;
	border-radius: 100px;
	background-color: #ffffff;
	border: #222222 5px solid;
	box-shadow: #9aeef6 4px 8px;
	color: #222222;
	font-size: 20px;
	text-align: center;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 15px 40px;
}

.choice_wrap .sub_txt {
	font-size: 18px;
	font-weight: 800;
}

.choice_wrap .lines3 {
	line-height: 1.0;
}

.choice4 {
	justify-content: center;
}

.choice4 button {
	width: 400px;
}

.choice_wrap button:hover {
	transition: all 0.2s;
	background-color: #0f9be4;
	color: #ffffff;
}

.step_wrap {
	width: 40%;
	position: absolute;
	bottom: 30px;
	display: flex;
	justify-content: center;
	overflow: visible;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.step {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	height: 34px;
}

.step::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ccc;
	transform: translateY(-50%);
}

.step > li {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #222222;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	}

.step > li.step_now {
	background: #0f9be4;
}

.back-button {
	position: absolute;
	bottom: 40px;
	left: 50px;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
}

.back-button:hover {
	opacity: 0.6;
	transition: all 0.2s;
}

.back-button::after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #222222;
  border-right: 3px solid #222222;
  transform: rotate(225deg);
  box-sizing: border-box;
}


/************** Q10 **************/

#Q10-options {
	display: flex;
	flex-wrap: wrap;
}

.check_list {
	display: flex;
	width: 245px;
	height: 70px;
	border-radius: 70px;
	background-color: #ffffff;
	border: #cccccc 5px solid;
	box-shadow: #9aeef6 4px 8px;
	color: #cccccc;
	align-items: center;
	padding: 0 10px;
	margin: 0 0 20px 10px;
	cursor: pointer;
}

.check_list:hover {
 	border: #222222 5px solid;
	color: #222222;
	transition: all 0.2s;
}

.check_list p {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin-left: 8px;
}

.check_list:has(.checkbox:checked) {
  border: #0f9be4 5px solid;
  background-color: #0f9be4;
  color: #ffffff;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 5px solid #cccccc;
  border-radius: 44px;
  background-color: #ffffff;
  cursor: pointer;
}

.checkbox::after {
	content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 16px;
  height: 10px;
  border-bottom: 6px solid #cccccc;
  border-left: 6px solid #cccccc;
  transform: rotate(-45deg);
}

.checkbox:checked {
  border: 5px solid #ffffff;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 16px;
  height: 10px;
  border-bottom: 6px solid #0f9be4;
  border-left: 6px solid #0f9be4;
  transform: rotate(-45deg);
}


/**ボタン**/
.btn-next {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.btn-confirm {
	position: relative;
	display: block;
	width: 280px;
	height: 80px;
	border-radius: 80px;
	background-color: #ffffff;
	border: #0f9be4 5px solid;
	box-shadow: #9aeef6 4px 8px;
	color: #0f9be4;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
}

.btn-confirm::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 4px solid #0f9be4;
  border-right: 4px solid #0f9be4;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/**ボタン マウスオーバー**/
.btn-confirm:hover {
	transition: all 0.3s;
	box-shadow: none;
	background-color: #0f9be4;
	margin-top: 3px;
	margin-left: 3px;
	color: #ffffff;
}

.btn-confirm:hover em::after {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}




/************** result **************/

#result {
	background: url("../img/bg_return.png") no-repeat center 10px;
}

#result .inner {
	width: 100%;
	margin: 60px auto 0;
}

#result .q_ttl {
	margin-bottom: 70px;
}

#result .q_ttl::after {
	display: none;
}

#result .resultText {
	font-size: 44px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #f90d0d;
}

#result .resultText_sub {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #f90d0d;
}

#result .resultBox2 .resultText,
#result .resultBox2 .resultText_sub {
	color: #ff7200;
}

#result .resultBox3 .resultText,
#result .resultBox3 .resultText_sub {
	color: #0f9be4;
}


#result .inner dl {
	width: 60%;
	padding: 20px;
	margin: 30px auto 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: #f0f0f0 0 0 10px;
	
}

#result .inner dl dt {
	font-size: 20px;
	font-weight: bold;
	margin: 16px 0;
}

#result .inner dl dd {
	line-height: 160%;
}


/***0点時のメッセージ********************/
#result .inner dl .message {
	margin-top: 30px;
	padding: 25px;
	border-top: 1px solid #dddddd;
}

#result .inner dl .message li {
	display: flex;
	font-size: 14px;
	text-align: left;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: dotted 1px #dddddd;
}

#result .inner dl .message li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#result .inner dl .message li span {
	font-weight: bold;
	width: 20%;
}

#result .inner dl .message li p {
	width: 80%;
}




#restartButton {
    display: block;
    width: 260px;
	height: 60px;
	border-radius: 60px;
    box-sizing: border-box;
	border: #222222 5px solid;
	box-shadow: #9aeef6 4px 8px;
	color: #222222;
	margin: 0px auto 70px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
    background: #ffffff url("../img/ico_return.png") no-repeat 20px center / 20px auto;
    padding: 15px 15px 15px 45px;
}

#restartButton:hover {
	transition: all 0.2s;
	background-color: #0f9be4;
	color: #ffffff;
	background-image: url("../img/ico_return_white.png");
}

.cta {
	display: flex;
	width: 100%;
	border-top: #222222 4px solid;
	margin-bottom: 40px;
}


.cta dl {
	width: 100%;
	background: #ddf1fe;
	position: relative;
	padding-bottom: 70px;
	border-radius: 0 0 20px 20px;
}

.cta dl.service {
	background: #f5f5f5;
}

.cta dt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 30px;
	padding-top: 60px;
}

.cta dt::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #222222 transparent transparent transparent;
  border-width: 30px 25px 0 25px;
}

/**ボタン**/
.cta dd {
	width: 400px;
	margin: 0 auto;
}

.cta a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 100px;
	border-radius: 100px;
	background-image: linear-gradient(90deg, #0066ff, #0f9be4);
	border: #222222 5px solid;
	box-shadow: #85cfff 4px 8px;
	color: #ffffff;
	text-decoration: none;
}

.cta a em {
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
}

.cta a em::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	margin-top: -6px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.cta a:hover {
	transition: all 0.3s;
	opacity: 0.5;
}


.service_studio a {
	background-image: linear-gradient(90deg, #fe146c, #f946ed);
	box-shadow: #cccccc 4px 8px;
}

.service_wp a {
	background-image: linear-gradient(90deg, #0d8d38, #2ad48c);
	box-shadow: #cccccc 4px 8px;
}

.service_lp a {
	background-image: linear-gradient(90deg, #b721ff, #21d4fd);
	box-shadow: #cccccc 4px 8px;
}





@media screen and (max-width: 600px) {
	
	body {
		margin: 2%;
	}
	
	#contents {
		width: 100%;
		min-height: auto;
		border-radius: 10px;
	}
	
	.pc_none {
		display: block;
	}
	
	
	/************** start **************/
	
	#start {
		width: 100%;
		min-height: auto;
		background: none;
		border-radius: 10px;
	}
	
	#start .inner {
		width: 90%;
		padding-top: 30px;
		text-align: center;
	}

	#start .shoulder {
		font-size: 3.73334w;
		margin: 0 auto;
		padding: 1.6vw 4vw;
	}

	#start h1 {
		color: #0f9be4;
		font-size: 12.8vw;
		margin: 6vw auto;
		text-align: center;
	}

	#start h1 span {
		font-size:  8vw;
	}

	#start .txt {
		font-size: 4vw;
		margin-bottom: 3.2vw;
	}

	#start .cap {
		font-size: 2.4vw;
		margin-bottom: 8vw;
	}

	#start #TopImages {
		display: block;
		position: static;
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 4vw
	}
	
	#start .start_buttom {
	position: relative;
}

	#start .start_buttom .circle {
		position: absolute;
		top: -4vw;
		left: -2.4vw;
		width: 12.8vw;
		height: 12.8vw;
		font-size: 2.93334vw;
		border: #222222 3px solid;
		line-height: 1;
	}


	#start .start_buttom .circle .easy {
		font-size: 2.13334vw;
	}

	#start .start_buttom .circle em {
		font-size: 6vw;
	}

	/**ボタン**/
	#start button {
		display: block;
		width: 76vw;
		height: 18.666vw;
		border-radius: 18.666vw;
		border: #0f9be4 4px solid;
		box-shadow: #9aeef6 3px 6px;
		margin: 0 auto;
	}

	#start button em {
		font-size: 6vw;
	}
	
	/**ボタン マウスオーバー**/
	#start button:hover {
		margin: 0 auto;
	}

	
	
	/************** Q common **************/

	.site_ttl {
		font-size: 4.8vw;
		border-radius: 10px 10px 0 0;
	}

	 .inner {
		margin: 6.4vw auto 0;
	}

	.q {
		font-size: 8.53334vw;
		margin-bottom: 6.4vw;
	}

	.q_num {
		font-size: 10.6667vw;
	}

	.q_ttl {
		font-size: 5.86667vw;
		line-height: 1.8;
		margin-bottom: 12vw;
	}

	.q_ttl_line {
		padding: 0 5px;
	}

	.q_ttl::after {
	  bottom: -16px;
	}
	
	.ttl_sub {
		font-size: 4.8vw;
	}
	
	.choice_wrap {
		padding-bottom: 8vw
	}
	
	.choice_wrap button {
		display: block;
		width: 80vw;
		height: 18.6667vw;
		border-radius: 18.6667vw;
		box-shadow: #9aeef6 3px 6px;
		font-size: 4.26667vw;
		margin: 0 2vw 4.8vw;
	}

	.choice_wrap .sub_txt {
		font-size: 4vw;
	}

	.choice4 button {
		width: 80vw;
	}
	
	.step_wrap {
		width: 100%;
		position: static;
	}

	.step {
		margin: 0 auto 8vw;
		height: 6.93334vw;
	}

	.step > li {
		width: 6.93334vw;
		height: 6.93334vw;
		font-size: 2.6667vw;
	}
	
	.backbtn_wrap {
		display: flex;
		justify-content: center;
		margin: 6.4vw auto 0;
		padding-bottom: 40px
	}
	
	.back-button {
		font-size: 4vw;
		padding-left: 4vw;
		left: auto;

	}

	
	/************** Q1 **************/
	
	#Q1 .choice_wrap {
		padding-bottom: 8vw;
	}
	
	
	/************** Q2 **************/
	
	
	
	/************** Q3 **************/

	.check_list {
		display: flex;
		width: 80vw;
		height: 18.6667vw;
		border-radius: 18.6667vw;
		box-shadow: #9aeef6 3px 6px;
		margin: 0 2vw 4.8vw;
	}

	.check_list p {
		font-size: 4.26667vw;
	}
	
	/**ボタン**/
	.btn-next {
		display: flex;
		justify-content: center;
		position: static;
		right: auto;
		bottom: auto;
		margin: 10.6667vw 0;
	}

	.btn-confirm {
		width: 80vw;
		height: 18.6667vw;
		border-radius: 18.6667vw;
		box-shadow: #9aeef6 3px 6px;
		font-size: 4.26667vw;
	}
	
	/************** Q6 for non-EC **************/
	
	.question .cap {
		padding: 4.8vw;
		margin: 0 auto 18.6667vw;
		line-height: 1.4;
		text-align: left;
	}
	
	
	/************** result **************/

	#result {
		background: url("../img/bg_return.png") no-repeat center 4.8vw;
		background-size: 90%;
	}

	#result .inner {
		margin: 6.4vw auto 0;
	}

	#result .q_ttl {
		margin-bottom: 10.4vw;
	}


	#result #resultText {
		font-size: 4.8vw;
		margin-bottom: 4.8vw;
	}

	#result .resultText_sub {
		line-height: 140%;
	}

	#result .inner dl {
		width: 80%;
		
	}

	#result .inner dl dt {
		font-size: 4.8vw;
		margin: 10px 0 20px;
	}

	#result .inner dl dd {
		line-height: 160%;
		font-size: 4.26667vw;
		text-align: left;
	}


	/***0点時のメッセージ********************/
	#result .inner dl .message {
		padding: 25px 10px 5px;
}

	#result .inner dl .message li {
		flex-direction: column;
	}

	#result .inner dl .message li span {
		width: 100%;
		font-size: 4.26667vw;
		margin-bottom: 6px;
	}

	#result .inner dl .message li p {
		width: 100%;
		font-size: 3.73334vw;
	}



	#restartButton {
		width: 48vw;
		height: 11.2vw;
		border-radius: 11.2vw;
		border: #222222 4px solid;
		box-shadow: #9aeef6 3px 6px;
		margin: 0 auto 16vw;
		font-size: 3.2vw;
		background: #ffffff url("../img/ico_return.png") no-repeat 4vw center / 4vw auto;
		padding: 2.4vw 4vw 2.4vw 8vw;
	}
	
	.cta {
		display: block;
		margin-bottom: 16vw;
		border: none;
	}


	.cta dl {
		width: 100%;
		border-top: #222222 4px solid;
		padding-bottom: 12vw;
		border-radius: 0 0 10px 10px;
	}


	.cta dt {
		font-size: 4.8vw;
		margin: 0 0 4.8vw;
		padding-top: 8vw;
	}

	.cta dt::after{
	  border-width: 24px 20px 0 20px;
	}
	
	/**ボタン**/
	.cta dd {
		width: 80vw;
	}

	.cta a {
		width: 80vw;
		height: 18.6667vw;
		border-radius: 18.6667vw;
		box-shadow: #85cfff 3px 6px;
	}

	.cta a em {
		font-size: 4.26667vw;
	}
	
	.service_studio a {
		background-image: linear-gradient(90deg, #fe146c, #f946ed);
		box-shadow: #cccccc 3px 6px;
	}


}






