@charset "utf-8";


body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: 125%;
	/* 20px */
	line-height: 1.7;
	background: #fff;
	color: #000;
	font-feature-settings: "palt";
	text-align: justify;
	overflow: hidden;
}

header {
	padding: 0 0 2.5em;
	background: url(../images/bg_header.jpg) center top no-repeat;
	font-weight: normal;
	text-indent: -9999px;
	overflow: hidden;
}

h1 img {
	position: relative;
	max-width: 100%;
	z-index: 9999;
}

h2 {
	margin: 0 auto 1.5em;
	max-width: 92vw;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}

h2::after {
	display: block;
	content: '';
	margin: 0.5em auto 0;
	width: 75%;
	aspect-ratio: 391 / 21;
	max-width: 391px;
	background: url(../images/btm_subhead.png) center center / 100% auto no-repeat;
}

img {
	display: block;
}

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 82.5%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.highlight {
	background-color: #ffff00;
}

.redhigh {
	color: red;
	background-color: #ffff00;
}

.redhigh02 {
	color: #ffff00;
	background-color: red;
}

.pic_right {
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.pconly {
	display: block;
}

.tbonly,
.sponly {
	display: none;
}

strong {
	font-weight: bold;
}

.tcenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
}

main {}

footer {
	margin: 0 auto;
	padding: 1.5em 0 calc(92px + 2em + 2em);
	color: #555;
	text-align: center;
	font-size: smaller;
}

footer a {
	color: #555;
	text-decoration: underline;
}

footer a:hover {}

address {
	font-style: normal;
}




/*
 *		common
 */

section {
	padding: 4em 0;
}

section p {
	margin: 0 auto;
	width: 900px;
	max-width: 90vw;
}



/*
 *		header
 */

.wrap_logo {
	margin: 0 auto;
	padding: 1em 0.5em 0;
	width: 1060px;
	max-width: 100vw;
}

header h1 {
	position: relative;
	margin: 3em auto 0;
	width: 1060px;
	max-width: 100vw;
}

header h1::after {
	position: absolute;
	top: 0;
	left: 700px;
	content: '';
	display: block;
	background: url(../images/img_una01.png) center center / 100% auto no-repeat;
	width: 100vw;
	max-width: 500px;
	width: 500px;
	max-width: 40vw;
	aspect-ratio: 1/1;
}

.wrap_button {
	display: flex;
	justify-content: flex-start;
	gap: 0.75em;
	margin: 1em auto 0;
	padding: 0 0.5em;
	width: 1020px;
	max-width: 100vw;
}


.wrap_button .btn_m,
.wrap_button .btn_l {
	width: 306px;
	max-width: 96vw;
	aspect-ratio: 306 / 92;
}


/*
 *		rarity
 */

.rarity {
	background: url(../images/bg_blue.png);
	color: #fff;
}

.rarity h2 {
	margin: 0 auto 1em;
	font-size: 2em;
}

.rarity img {
	max-width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.rarity p {
	text-align: center;
}


/*
 *		results
 */

.results {
	padding: 0 0 4em;
	background: url(../images/bg_blue.png);
}


.results h2 {
	margin: 0 auto 1em;
	font-size: 2em;
	color: #fff;
}

.wrap_results {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	margin: 0 auto;
	width: fit-content;
	max-width: 920px;
}

.wrap_results img {
	max-width: 92vw;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}




/*
 *		history
 */

.history {
	background: url(../images/bg_white.jpg);
}

.history h2 {
	margin: 0 auto 1em;
	font-size: 2em;
	color: #273666;
}

.history h3 {
	margin: 0 auto 1em;
	font-size: 1.2em;
	text-align: center;
}

.wrap_history {}

.wrap_history img {
	margin: 0 auto;
	max-width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}


/*
 *		cta
 */

.cta {
	padding: 2.5em 0 0;
}

.cta.bg_blue {
	padding: 4em 0;
	background: url(../images/bg_blue.png);
}

.cta.bg_blue h2 {
	color: #efd46c;
}

.cta p {
	margin: 0 auto 1em;
	width: 100%;
	font-size: 1.2em;
}

.wrap_cta {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1em;
	margin: 0 auto;
	padding-top: 417px;
	width: 900px;
	max-width: 92vw;
	aspect-ratio: 900 / 561;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1);
	background: url(../images/bg_wrapcta.png) center center / 100% auto no-repeat;
}

.wrap_cta.wrap_cta02 {
	padding-top: 590px;
	width: 900px;
	max-width: 92vw;
	aspect-ratio: 900 / 737;
	background: url(../images/bg_wrapcta02.png) center center / 100% auto no-repeat;
}


.btn_m,
.btn_l {
	display: block;
	width: 362px;
	aspect-ratio: 362 / 109;
	text-indent: -9999px;
}


.btn_m {
	background: url(../images/btn_m.png) center top / 100% auto no-repeat;
}

.btn_l {
	background: url(../images/btn_l.png) center top / 100% auto no-repeat;
}

.btn_m:hover,
.btn_l:hover {
	background-position: center bottom;
}



.con_siryou {
	color: #fff;
}


.con_siryou {
	position: relative;
	margin: 2.5em auto;
	padding: 1.5em;
	width: fit-content;
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	background: url(../images/bg_blue.png);
}

.con_siryou::before {
	position: absolute;
	content: "";
	margin: 4px;
	border: 1px solid #bdb38e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 0;
}

.con_siryou h3 {
	position: relative;
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}

.con_siryou h3::after {
	display: block;
	content: '';
	margin: 0.5em auto 0;
	width: 75%;
	aspect-ratio: 391 / 21;
	max-width: 391px;
	background: url(../images/btm_subhead.png) center center / 100% auto no-repeat;
}

.testsec .con_siryou h3::after {
	display: none;
}



.con_siryou p {
	margin: 1.5em auto;
	font-size: 1em;
	text-align: left !important;
}

.con_siryou .wrap_cta {
	position: relative;
	z-index: 9999;
}

.con_siryou .wrap_cta .btn_m:hover,
.con_siryou .wrap_cta .btn_l:hover {
	background-position: center bottom !important;
}



.con_siryou .wrap_cta {
	display: flex;
	gap: 1em;
	width: fit-content;
}

.con_siryou .wrap_cta .btn_m,
.con_siryou .wrap_cta .btn_l {
	display: block;
	width: 306px;
	aspect-ratio: 306 / 92;
	text-indent: -9999px;
}

.con_siryou .wrap_cta .btn_m {
	background: url(../images/btn_m.png) center top;
}

.con_siryou .wrap_cta .btn_l {
	background: url(../images/btn_l.png) center top;
}


.btn {
	display: block;
	margin: 1em auto 0;
	padding: 0.75em 0 0.45em;
	width: 750px;
	max-width: 90vw;
	border-radius: 0.4em;
	background: #06c755;
	color: #fff;
	font-size: 1.33em;
	font-weight: bold;
	text-align: center;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));

	/*	animation-name:btn-animation-f;
	animation-iteration-count: infinite;
	animation-duration:2s;*/
}

.con_bonus .btn {
	padding: 1.2em 0 1em;
	width: 800px;
	max-width: 100%;
}

.btn:hover {
	animation-duration: 0.8s;
}

@keyframes btn-animation-f {
	0% {
		transform: scale(1, 1)
	}

	20% {
		transform: scale(1.02, 1.02)
	}

	40% {
		transform: scale(1, 1)
	}

	60% {
		transform: scale(1.02, 1.02)
	}

	80% {
		transform: scale(1, 1)
	}

	85% {
		transform: skewX(10deg)
	}

	90% {
		transform: skewX(-10deg)
	}

	95% {
		transform: skewX(10deg)
	}

	100% {
		transform: skewX(-10deg)
	}
}

.flbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: none;
	z-index: 9999;
}

.wrap_flbtn {
	display: flex;
	justify-content: center;
	gap: 1em;
	padding: 1em 0;
}

.flbtn .btn_m,
.flbtn .btn_l {
	display: block;
	width: 306px;
	aspect-ratio: 306 / 92;
	text-indent: -9999px;
}

.flbtn .btn_m {
	background: url(../images/btn_m.png) center top / 100% 200% no-repeat;
}

.flbtn .btn_l {
	background: url(../images/btn_l.png) center top / 100% 200% no-repeat;
}

.flbtn .btn_m:hover,
.flbtn .btn_l:hover {
	background-position: center bottom;
}


/*
 *		topics
 */

.topics {
	padding: 4em 0 0;
	background: url(../images/bg_cream.jpg) fixed;
}

.topics h2 {
	margin: 0 auto 1em;
	font-size: 2em;
	color: #273666;
}

.wrap_topics01 {
	position: relative;
	padding-top: calc(300px + 2.5em);
	padding-bottom: 6em;
}

.wrap_topics01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: calc(1000px + (100% - 1000px) / 2);
	height: 300px;
	background: url(../images/top_topics01.jpg) right center / cover no-repeat;
}

.wrap_topics01::after {
	position: absolute;
	top: -2em;
	left: calc(1000px + (100% - 1000px) / 2 - 150px);
	content: url(../images/num_topics01.png);
	display: block;
}

.wrap_topics01 .con_topics {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 96vw;
	max-width: 1000px;
}


.con_una {
	width: 40%;
}

.con_una img {
	margin: 0 auto;
	max-width: 90%;
}

.con_una h3 {
	margin: 0.5em auto;
	text-align: center;
	line-height: 1.3;
	font-size: 1.2em;
}

.con_una p {
	position: relative;
	margin: 0;
	padding: 0.5em 1em;
	width: 100%;
	border: 2px solid #273666;
	background: #fff;
}

.con_una p::before {
	position: absolute;
	content: "";
	margin: 2px;
	border: 1px solid #273666;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_una+p {
	margin: 0;
	width: 50%;
}


.wrap_topics02 {
	position: relative;
	padding-top: calc(300px + 4em);
}

.wrap_topics02::before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: calc(1000px + (100% - 1000px) / 2);
	height: 300px;
	background: url(../images/top_topics02.jpg) left center / cover no-repeat;
}

.wrap_topics02::after {
	position: absolute;
	top: -2em;
	right: calc(1000px + (100% - 1000px) / 2 - 150px);
	content: url(../images/num_topics02.png);
	display: block;
}

.wrap_topics02 .con_topics {
	margin: 0 auto;
	width: 96vw;
	max-width: 1000px;
}

.wrap_topics02 .con_topics h3 {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	width: fit-content;
	background: #273666;
	color: #fff;
	font-size: 1.2em;
}

.wrap_topics02 .con_topics p {
	margin: 0 auto;
	margin-left: 0;
	width: 100%;
}


.wrap_topics02 .con_topics p img {
	margin: 0 auto;
	max-width: 100%;
}


/* .topics h3 {
	margin: 0 auto 1em;
	font-size: 1.2em;
	text-align: center;
}

.wrap_topics {
}

.wrap_topics img {
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
} */


/*
 *		merit
 */


.merit {
	padding: 4em 0 6em;
}

table.wrap_merit {
	margin: 0 auto;
	width: 1000px;
	max-width: 96vw;
	border-collapse: collapse;
	/* border-spacing: 2px; */
	background: rgba(255, 255, 255, 0.5);
}

table.wrap_merit th {
	padding: 1em;
	width: 50%;
	font-size: 1.5em;
	text-align: center;
	border: 2px solid #273666;
	line-height: 1;
}

table.wrap_merit th.tt_merit {
	background: #efd46c;
	color: #273666;
}

table.wrap_merit th.tt_demerit {
	background: #999;
	color: #222;
}

table.wrap_merit td {
	padding: 1em;
	border: 2px solid #273666;
	vertical-align: top;
}

table.wrap_merit td h3 {
	font-size: 1.2em;
}

table.wrap_merit p {
	width: 100%;
}



/*
 *		cost
 */


.wrap_topics03 {
	position: relative;
	padding-top: calc(300px + 2.5em);
	padding-bottom: 4em;
}

.wrap_topics03::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: calc(1000px + (100% - 1000px) / 2);
	height: 300px;
	background: url(../images/top_topics03.jpg) right center / cover no-repeat;
}

.wrap_topics03::after {
	position: absolute;
	top: -2em;
	left: calc(1000px + (100% - 1000px) / 2 - 150px);
	content: url(../images/num_topics03.png);
	display: block;
}


/*
 *		company
 */

.company {
	padding: 4em 0;
	background: url(../images/bg_white.jpg) fixed;
}

.company h2 {
	margin: 0 auto 1em;
	font-size: 2em;
	color: #273666;
	text-align: center;
}

.company h2 img {
	display: inline-block;
	margin-bottom: 0.25em;
}


.con_company.mybest {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1000px;
	max-width: 96vw;
}

.con_company.mybest .img_victoria {
	max-width: 45%;
}

.con_company.mybest .img_victoria img {
	max-width: 100%;
}

.con_company.mybest .wrap_mybest {
	max-width: 50%;
}

.con_company.mybest .wrap_mybest h3 {
	padding: 0.25em 0;
	background: #273666;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

.con_company.mybest .wrap_mybest h4 {
	margin-top: 1em;
	font-size: 1.2em;
}

.con_company.mybest .wrap_mybest p {
	max-width: 100%;
}

.con_company.mybest .wrap_mybest p+p {
	position: relative;
	margin: 1.2em auto 0;
	padding: 1em 0.5em;
	border-top: 2px solid #273666;
	border-bottom: 2px solid #273666;
}

.con_company.mybest .wrap_mybest p+p::before {
	position: absolute;
	content: "";
	margin: 3px 0;
	border-top: 1px solid #273666;
	border-bottom: 1px solid #273666;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_company.material {
	margin: 4em auto 2em;
}

.con_company.material p {
	text-align: center;
	max-width: 92vw;
}

.img_material {
	margin: 0 auto 1.5em;
	max-width: 96vw;
}

.con_company.material+.wrap_cta {
	justify-content: center;
	gap: 2.5em;
}

/* .con_company.material + .wrap_cta .con_cta {
	padding: 0;
	width: fit-content;
	border: none;
	box-shadow: none;
} */

.con_company.relia {
	padding: 4em 0;
}

.con_company.relia .wrap_relia {
	position: relative;
	margin: 0 auto;
	padding: 2.5em;
	width: 1000px;
	max-width: 96vw;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.con_company.relia .wrap_relia::before {
	position: absolute;
	content: "";
	margin: 4px;
	border: 1px solid #273666;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_company.relia .wrap_relia h3 {
	position: relative;
	color: #273666;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3;
}

.con_company.relia .wrap_relia h3::after {
	display: block;
	content: '';
	margin: 0.5em auto 1.5em;
	width: 50%;
	height: 1px;
	background: #273666;
}

.con_company.relia .wrap_relia p {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.con_company.relia .wrap_relia p:last-of-type {
	margin-bottom: 0;
}


/*
 *		items
 */


.items {
	padding: 4em 0;
}


.items h3 {
	position: relative;
	margin: 0 auto 2.5em;
	padding: 0.25em 1em;
	width: fit-content;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	background: url(../images/bg_blue.png);
	color: #fff;
	font-size: 1.5em;
}

.items h3::before {
	position: absolute;
	content: "";
	margin: 3px;
	border: 1px solid #bdb38e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}


.wrap_items {
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
	margin: 0 auto;
	width: fit-content;
	max-width: 920px;
}

.con_items {
	position: relative;
	padding: 1.5em 2em;
	width: 430px;
	max-width: 92vw;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	background: #17203d;
	color: #fff;
}


.con_items::before {
	position: absolute;
	content: "";
	margin: 5px;
	border: 1px solid #bdb38e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_items img {
	max-width: 100%;
}

.con_items p {
	margin-top: 1.5em;
	padding-top: 1.2em;
	width: 100%;
	border-top: 1px solid #bdb38e;
}



/*
 *		profile
 */


.profile {
	padding-bottom: 0;
}

.profile h2 {
	margin: 0 auto 1.5em;
}

.profile h2::after {
	display: none;
}

.con_profile.message {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto;
	width: 1000px;
	max-width: 96vw;
}

.con_profile .wrap_message {
	width: calc(700px - 10%);
	max-width: 92vw;
}

.con_profile .wrap_message h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}


.con_profile .wrap_message p {
	max-width: 100%;
}


.con_profile .img_profile {
	width: 300px;
	max-width: 96vw;
}

.con_profile .img_profile img {
	max-width: 100%;
}


.con_profile.media {
	margin: 4em auto 0;
	width: 1000px;
	max-width: 92vw;
}

.con_profile.media h2 {
	margin-bottom: 1em;
}

.wrap_media {
	display: flex;
	justify-content: space-between;
}

.con_media h3 {
	position: relative;
	padding: 0.75em 1em 0.66em;
	background: #273666;
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
}

.con_media h3::before {
	position: absolute;
	content: "";
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #bdb38e;
	border-bottom: 1px solid #bdb38e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}


.con_media {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background: #fff;
}


.con_media:first-of-type {
	width: 44%;
}

.con_media:last-of-type {
	width: 54%;
}

.con_media div {
	display: flex;
	gap: 1em;
	padding: 1em;
}

.con_media img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.con_profile.youtube {
	margin: 4em auto 0;
	width: 1000px;
	max-width: 96vw;
}

.con_profile.youtube h2 {
	margin-bottom: 1em;
}


.con_profile.youtube p {
	max-width: 100%;
}

.con_profile.youtube img {
	max-width: 100%;
}



/*
 *		voice
 */

.voice {
	padding-bottom: 0;
	background: url(../images/bg_white.jpg);
	color: #333;
}

.voice h2 {
	margin: 0 auto 0.8em;
	font-size: 2.4em;
}

.con_voice {
	position: relative;
	margin: 0 auto 2.5em;
	width: 1000px;
	max-width: 96vw;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	background: url(../images/bg_blue.png);
	color: #fff;
}

.con_voice::before {
	position: absolute;
	content: "";
	margin: 4px;
	border: 1px solid #bdb38e;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_voice:last-of-type {
	margin-bottom: 0;
}

.mes_voice {
	display: flex;
	gap: 1em;
	padding: 1.5em 1.5em 1em 1.5em;
}

.mes_voice h3 {
	color: #efd46c;
	font-size: 1.2em;
}

.img_voice {
	flex-shrink: 0;
}

.con_voice p {
	width: 100%;
}

.coin_voice h3 {
	position: relative;
	margin: 0 auto;
	margin-left: 0;
	padding: 0.5em 1em;
	width: fit-content;
	background: #efd46c;
	color: #333;
	line-height: 1;
	font-weight: bold;
	font-size: 1.2em;
}

.coin_voice h3::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	display: block;
	width: calc(1000px - 100%);
	height: 1px;
	background: #efd46c;
}

.coin_voice p {
	padding: 1em 1.5em;
	max-width: 100%;
}

.voice .cta {
	margin-top: 4em;
	padding-bottom: 4em;
	background: url(../images/bg_blue.png);
}

.voice .cta h2 {
	color: #efd46c;
	font-size: 2em;
}

.voice .wrap_cta>p {
	color: #fff;
}

.voice .cta p {
	text-align: center;
}




/*
 *		フォーム
 */

.form {
	padding: 4em 0;
	background: #ebe7ce;
	background: #fff;
	color: #333;
}

.form h2 {
	margin: 0 auto 1em;
	max-width: 100%;
	color: #0b265f;
	font-size: 2em;
}

.wrap_form {
	margin: 0 auto;
	width: 800px;
	max-width: 92vw;
}

form>div {
	margin-top: 1em;
}

.tt {
	font-weight: bold;
}

.inputs {
	display: flex;
	gap: 2%;
}



.inputs input {
	width: 49%;
}

.postcode .inputs input {
	width: 20%;
}



.wrap_form input,
.wrap_form select,
.wrap_form textarea {
	padding: 0.3em 0.8em;
	width: 100%;
	background: #EEE;
}


.city {
	display: flex;
	gap: 2%;
}

.con_city {
	width: 33%;
}

.city .inputs input {
	width: 100%;
}


.consul .inputs {
	display: block;
}

.consul .inputs div {
	display: flex;
	align-items: center;
	line-height: 1;
}

.consul .inputs input {
	display: inline-block;
	margin-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
}

.survey .inputs {
	display: block;
}

.survey .inputs div {
	display: flex;
	align-items: center;
	line-height: 1;
}

.survey .inputs input {
	display: inline-block;
	margin-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
}



.wrap_form select {
	text-align: right;
	-moz-appearance: auto;
	-webkit-appearance: auto;
	appearance: auto;
}


.when .inputs {
	align-items: baseline;
}

.wrap_form .when .inputs select {
	width: 4em;
}

.wrap_form .unit {
	display: inline-block;
}

.wrap_form .budget .inputs select {
	width: fit-content;
}


.wrap_form textarea {
	height: 8em;
}

.wrap_form .privacy p {
	padding: 1em;
	width: 100%;
	height: 12em;
	font-size: 0.75em;
	overflow: scroll;
}

.agree_box {
	display: flex;
	align-items: center;
	margin-top: 1em;
	line-height: 1;
}

.agree_box input {
	display: inline-block;
	margin-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
}

.wrap_form input.btn_c {
	display: block;
	margin: 1em auto;
	width: 8em;
	background: #000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.wrap_form input.btn_c:disabled {
	background: #CCC;
}

.btn_c:hover {
	opacity: 0.8;
}

.wrap_form input.btn_c:disabled:hover {
	opacity: 1;
	cursor: default;
}

.require {
	color: #D00;
	font-size: 75%;
	font-weight: bold;
}

.supp {
	display: inline-block;
	font-size: 87.5%;
	line-height: 1.5;
}

.error_messe {
	color: #D00;
	font-weight: bold;
}


.obi {
	margin: 0 auto;
	width: 100%;
	height: 300px;
}


.obi01 {
	background: url(../images/obi01.jpg) center center / cover no-repeat;
}

.obi02 {
	background: url(../images/obi02.jpg) center center / cover no-repeat;
}

.obi03 {
	background: url(../images/obi03.jpg) center center / cover no-repeat;
}



@media screen and (max-width: 1199px) {


	header h1::after {
		top: 5vw;
		left: calc(660px + 1vw);
	}

}


@media screen and (max-width: 1023px) {

	.wrap_results {
		gap: 2vw;
		padding: 2vw;
	}

	.con_results {
		width: 47vw;
	}

	.con_results img {
		width: 100%;
	}

	.wrap_topics01,
	.wrap_topics02,
	.wrap_topics03 {
		padding-top: calc( 300 / 1000 * 100vw + 2.5em);
	}

	.wrap_topics01::before,
	.wrap_topics02::before,
	.wrap_topics03::before {
		width: 90vw;
		height: calc( 300 / 1000 * 100vw);
	}

	.wrap_topics01::after,
	.wrap_topics03::after {
		left: auto;
		right: 1em;
		content: '';
		width: 28vw;
		height: 28vw;
		background: url(../images/num_topics01.png) left top / 100% auto no-repeat;
	}

	.wrap_topics02::after {
		top: -2em;
		left: 1em;
		content: '';
		width: 28vw;
		height: 28vw;
		background: url(../images/num_topics02.png) left top / 100% auto no-repeat;
	}

	.wrap_topics03::after {
		background: url(../images/num_topics03.png) left top / 100% auto no-repeat;
	}


	table.wrap_merit {
		width: 96vw;
	}

	.items {
		padding-bottom: 0;
	}

	.wrap_items {
		gap: 2vw;
		padding: 2vw;
	}

	.con_items {
		width: 47vw;
	}

	.con_items img {
		width: 100%;
	}


	.con_profile .wrap_message {
		width: 66%;
	}

	.con_profile .img_profile {
		width: 30%;
	}

	.wrap_media {
		display: block;
	}

	.con_media:first-of-type,
	.con_media:last-of-type {
		width: 100%;
	}

	.con_media:first-of-type {
		margin-bottom: 4vw;
	}

	.con_media h3 {
		text-align: center;
	}

	.con_media div {
		display: block;
		text-align: center;
	}

	.con_media div img {
		margin: 0 auto 1em;
	}

	.con_voice {
		margin-bottom: 4vw;
	}


	.wrap_cta {
		padding-top: calc( 417 / 980 * 100vw );
	}
	
	.wrap_cta.wrap_cta02 {
		padding-top: calc( 590 / 980 * 100vw );
	}


	.btn_m,
	.btn_l {
		display: block;
		width: calc( 362 / 1000 * 100vw );
		aspect-ratio: 362 / 109;
		text-indent: -9999px;
	}


}

@media screen and (max-width: 967px) {


	header {
		position: relative;
	}

	header h1 {
		position: static;
	}

	header h1::after {
		top: 0;
		left: initial;
		right: -8vw;
		max-width: 50vw;
	}

	.wrap_button {
		justify-content: center;
	}

}



@media screen and (max-width: 599px) {

	body {
		font-size: 4vw;
	}

	.pconly,
	.tbonly {
		display: none;
	}

	.sponly {
		display: block;
	}


	header {
		padding-bottom: 1.5em;
	}

	.wrap_logo {
		padding-top: 0.5em;
	}

	.wrap_logo img {
		height: 10vw;
	}

	header h1 {
		margin-top: 1em;
	}

	header h1::after {
		top: -4vw;
		left: initial;
		right: -4vw;
	}

	.wrap_button {
		flex-direction: column;
		align-items: center;
	}


	section {
		padding: 1.5em 0;
	}

	.rarity h2 {
		font-size: 1.75em;
	}

	.results {
		padding: 4vw;
	}

	.results h2 {
		font-size: 1.75em;
	}

	.wrap_results {
		flex-direction: column;
		gap: 4vw;
	}

	.con_results {
		width: 100%;
	}

	.obi {
		height: 20vh;
	}

	.history h2 {
		margin-bottom: 0.5em;
		font-size: 1.75em;
	}

	.topics {
		padding-top: 2em;
	}

	.topics h2 {
		font-size: 1.75em;
	}

	.wrap_topics01,
	.wrap_topics02,
	.wrap_topics03 {
		padding-top: calc(16vh + 8vw);
		padding-bottom: 2em;
	}

	.wrap_topics01::before,
	.wrap_topics02::before,
	.wrap_topics03::before {
		top: 2vh;
		width: 96vw;
		height: 16vh;
	}

	.wrap_topics01::after,
	.wrap_topics02::after,
	.wrap_topics03::after {
		top: 0;
	}

	.wrap_topics01 .con_topics {
		flex-direction: column;
	}

	.con_una,
	.con_una p,
	.con_una+p {
		margin: 0 auto;
		width: 100%;
	}

	.con_una+p {
		margin-top: 1.5em;
	}

	.con_una img {
		width: 66vw;
	}

	.wrap_topics02 {
		padding-bottom: 0;
	}

	.wrap_topics02 .con_topics h3 {
		margin: 0 auto 1em;
	}

	.wrap_topics02 .con_topics p {
		margin: 0 auto;
	}


	.merit {
		padding: 2em 0;
	}


	.company {
		padding: 2em 0;
	}

	.company h2 {
		font-size: 1.75em;
	}

	.company h2 img {
		margin-bottom: 0.5em;
		width: 50vw;
	}

	.con_company.mybest {
		flex-direction: column;
	}

	.con_company.mybest .img_victoria {
		margin: 0 auto;
		max-width: 75%;
	}

	.con_company.mybest .wrap_mybest {
		margin: 1.5em auto;
		max-width: 100%;
	}

	.con_company.material {
		margin: 0 auto 1em;
	}

	.con_company.material p {
		max-width: 92vw;
	}

	.img_material {
		margin-bottom: 1em;
	}

	.con_company.material+.wrap_cta {
		justify-content: center;
		gap: 1em;
	}

	.con_company.material+.wrap_cta .con_cta {
		margin: 0 auto;
	}

	.con_company.relia {
		padding-bottom: 2em;
	}

	.con_company.relia .wrap_relia {
		padding: 1.5em;
	}

	.items {
		padding: 2em 0;
	}

	.items h3 {
		margin-bottom: 1em;
	}

	.wrap_items {
		justify-content: center;
		gap: 4vw;
	}

	.con_items {
		width: 100%;
	}

	.profile h2 {
		margin-bottom: 0.5em;
	}

	.con_profile.message {
		flex-direction: column-reverse;
		align-items: center;
	}

	.con_profile .wrap_message {
		margin-top: 1.5em;
		width: 100%;
	}

	.con_profile .img_profile {
		width: 66vw;
		max-width: 66vw;
	}



	.con_profile.youtube h2 {
		margin-bottom: 0.5em;
		font-size: 1.6em;
	}

	.voice h2 {
		margin-bottom: 0.5em;
		font-size: 2em;
	}

	.con_voice {
		margin-bottom: 4vw;
	}

	.mes_voice {
		display: block;
	}

	.img_voice {
		margin: 0 auto 0.5em;
	}

	.voice .cta {
		margin-top: 2em;
		padding-bottom: 2em;
	}


	/***	cta 	***/

	.inputs {
		display: block;
	}

	.inputs input:first-of-type {
		margin-bottom: 0.5em;
	}


	/***	cta 	***/

	.cta {
		padding-top: 1.5em;
	}


	.wrap_cta {
	}

	
	.wrap_cta {
		display: block;
		padding-top: calc( 351 / 600 * 98vw );
		max-width: 98vw;
		aspect-ratio: 600 / 709;
		background: url(../images/bg_wrapcta_sp.png) center top / 100% auto no-repeat;
	}

	
	.wrap_cta.wrap_cta02 {
		padding-top: calc( 768 / 600 * 98vw );
		max-width: 98vw;
		aspect-ratio: 600 / 1127;
		background: url(../images/bg_wrapcta02_sp.png) center top / 100% auto no-repeat;
	}

	.wrap_cta .btn_m,
	.wrap_cta .btn_l {
		margin: 0 auto;
		width: calc( 520 / 600 * 100vw ) ;
		aspect-ratio: 520 / 153;
	}

	.wrap_cta .btn_m {
		margin-bottom: calc( 20 / 600 * 98vw );
	}

	.con_cta {
		width: 100%;
	}

	.cta.bg_blue {
		padding: 2em 0;
	}

	.wrap_flbtn {
		padding: 2vw;
		gap: 2vw;
	}


	footer {
		padding: 1em 0 calc(4vw + 47vw * (92 / 306) + 2vh);
	}

	/* .btn {
		padding: 1em 0 0.8em;
		max-width: 90vw;
		font-size: 5vw;
	}

	.flbtn a {
		position: fixed;
		bottom:2vw;
		left: 5vw;
		display:block;
		margin: 1em auto 0;
		padding: 0.75em 0 0.45em;
		width: 90vw;
		height: auto;
		border-radius: 0.4em;
		background: #06c755;
		color: #fff;
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
		text-indent: 0;
	} */

}


/*
 *		サンクスページ
 */

.thanks_page .cautions {
	margin: 0 auto 2em;
	padding: 1.5em 0 0;
	background: rgb(27,48,89);
	background: linear-gradient(90deg, rgba(27,48,89,1) 0%, rgba(56,84,140,1) 50%, rgba(27,48,89,1) 100%);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thanks_page h1 {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.thanks_page .dontclose {
	margin: 1em auto;
	padding: 0.66em 1.5em;
	width: fit-content;
	background: #000;
	color: #ffff00;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}

.thanks_page .once {
	padding: 0.5em 0;
	background: #D00;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.thanks_page footer {
	padding: 1.5em 0;	
}

section.thanks {
	padding: 1em 0;
}

.thanks h2 {
	margin-bottom: 1em;
}

.thanks h2 img {
    display: inline-block;
    margin-bottom: 0.25em;
}

.thanks h2::after {
	display: none;
}


.thanks .con_profile.message {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    gap: 1.5em;
}

.thanks .con_profile .wrap_message {
	width: auto;
}

.thanks .con_profile .wrap_message h3 {
	width: fit-content;
}

.thanks .con_profile .wrap_message p {
    max-width: 100%;
    width: fit-content;
}


.wrap_ctathx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.5em auto;
	width: 740px;
	max-width: 96vw;
	filter: drop-shadow( 0 0 3px rgba(0,0,0,0.5) );
}

.wrap_btnline {
	width: 540px;
	text-align: center;
}

.wrap_btnline p {
	width: 100%;
}


.btn_line {
	display: block;
	margin: 0 auto 1em;
	width: 540px;
	max-width: 96vw;
	aspect-ratio: 540 / 120;
	background: url(../images/btn_line.png) center center / auto 100% no-repeat;
	text-indent: -9999px;
}
.btn_line:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1023px) {

	.wrap_ctathx {
		flex-direction: column;
		gap: 1em;
	}
	
	

}

@media screen and (max-width: 599px) {

	.thanks h2 img {
		width: 60vw;
	}

	.thanks_page .dontclose {
		margin: 1em auto;
		padding: 2vw;
		width: 96vw;
		max-width: 96vw;
		font-size: 1.1em;
		line-height: 1.4;
	}

	.thanks_page h1 {
		line-height: 1.4;
	}

	.thanks_page .once {
		font-size: 1em;
	}

	.thanks .con_profile.message {
		flex-direction: column-reverse;
		align-items: center;
	}


}