/* ------------------

共通 

--------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
	margin: 0;
	font-size: 14px;
	color: #4E4E57;
	margin: 0 auto;
	background: #fff;
}

.container {
	max-width: 395px;
	margin: 0 auto;
	background: #fff;
}

section {
	padding: 40px 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

p {
	font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 共通見出し */
.heading {
	text-align: center;
}

.head_en {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 98px;
	opacity: .5;
	color: #BEEAFF;
	margin: 0 auto;

}

.point-head_title {
	font-size: 22px;
	letter-spacing: 3%;
}

h2.head-title {
	font-size: 22px;
	letter-spacing: 3%;
}

img.logo-black-img {
	display: inline-block;
	width: 170px;
	padding-right: 5px;
}

/* SP追従 */
.header-2 {
	position: fixed;
	left: 50%;
	bottom: 15px;
	width: 85%;
	display: flex;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 999;
	max-width: 375px;
	margin: 0 auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.header-2.show {
	opacity: 1;
	visibility: visible;
}

/* ------------------

FV 

--------------------*/
header {
	width: 90%;
	margin: 0 auto;
}

section.fv {
	background: url(../img/fv_bg.png);
	background-position: center;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 30px;
}

p.fv-sub {
	background: #fff;
	color: #008CC3;
	text-align: center;
	font-size: 20px;
	padding: 1px 0;
	width: 87%;
	margin: 20px auto 0;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: 5%;
}

.fv-container {
	width: 98%;
	margin: 10px auto 0;
}

p.sub-title {
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 3%;
	text-shadow: 0 0 10px rgba(0, 0, 0, .12);
	margin-bottom: 5px;
}

span.fv-txt-item {
	font-size: 22.5px;
	margin: 0 -7px;
}

span.fv-txt-item span {
	position: relative;
	display: inline-block;
	font-size: 22.5px;
}

/* 上の丸 */
span.fv-txt-item span::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}

h1.main-copy {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 6%;
	color: #fff;
	margin: 0px auto;
	text-shadow: 0 0 10px #008CC3;
	position: relative;
}

h1.main-copy span {
	font-size: 25px;
}

img.people-img {
	margin-top: -45px;
	display: block;
	margin-bottom: -108px;
}

ul.fv-grid {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 88%;
	margin: 0 auto;
}

li.fv-check {
	background: #fff;
	width: 104px;
	padding: 3px 1px 10px;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
	height: 90px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 5px;
}

li.fv-check img {
	width: 40px;
	padding-top: 7px;
	height: 40px;
}

li.fv-check p {
	color: #008CC3;
	font-size: 12px;
	font-weight: 700;
	margin: 6px 0;
}

li.fv-check span {
	letter-spacing: -4%;
	line-height: 1.2;
	color: #C9A706;
	font-size: 16px;
}

a.cta-gold-button.fv-cta {
	margin-top: 20px;
	width: 86%;
}

/* ------------------

ステップフォーム 

--------------------*/
section.step-form {
	background: #EAFCFF;
	width: 82%;
	margin: 55px auto 25px;
	padding: 20px 15px 15px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(78, 78, 87, 0.2);
	text-align: center;
	scroll-margin-top: 80px;
}

.step-form {
	position: relative;
	overflow: hidden;

	transition: height .4s ease;
	isolation: isolate;

	height: auto;
	min-height: 450px;
}

.form-step {
	display: none;
	flex-direction: column;
	align-items: center;

	opacity: 0;
	min-height: 300px;

	height: 100%;
}

.form-step.active {
	display: flex;

	opacity: 1;

	animation: fade .4s ease;
}

@keyframes fade {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.form-step>* {
	width: 100%;
	max-width: 320px;
}

h2.step-title {
	font-size: 16px;
	color: #008CC3;
	letter-spacing: 10%;
	text-align: center;
	border-bottom: 1px solid #008CC3;
	display: block;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 35px;
}

.step-options.col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 15px;
	margin-bottom: 30px;
	min-height: 120px;
}

.step-options.col-1 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	gap: 15px;
	width: 70%;
	min-height: 110px;
}

.form-step[data-step="1"] {
	min-height: 260px;
	margin-bottom: 0px;
	padding-top: 30px;
}

.form-step[data-step="1"] h2.step-title {
	margin-bottom: 35px;
}

.form-step[data-step="1"] .step-options.col-2 {
	gap: 25px 15px;
	margin-bottom: 115px;
}

.form-step[data-step="2"] .step-options,
.form-step[data-step="3"] .step-options {
	min-height: 125px;
	gap: 25px;
	margin-bottom: 105px;
}

.form-step[data-step="4"] .step-options {
	min-height: 175px;
	gap: 25px 15px;
	margin-bottom: 95px;
}

.form-step[data-step="5"] .step-options {
	min-height: 150px;
	margin-bottom: 21px;
	margin-top: 8px;
}

.step-options {
	display: flex;
	flex-wrap: wrap;
}

.option-btn.is-active {
	background: #0CC0DF;
	color: #fff;
}

.next-btn:disabled {
	opacity: .4;
	pointer-events: none;
}

/* .option-btn {
	height: auto;
	border: 1px solid #008CC3;
	border-radius: 5px;
	background: #fff;
	color: #008CC3;
	font-weight: 600;
	transition: .3s;
	font-size: 16px;
	line-height: 1.2;
	padding: 16px 0;
	height: 4.5em;
}

.option-btn.is-active {
	background: #0CC0DF;
	color: #fff;
	border: none;
} */

.option-btn {
	min-height: 4.5em;
	height: auto;
	border: 1px solid #008CC3;
	border-radius: 5px;
	background: #fff;
	color: #008CC3;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 14px 8px;
	transition: .3s;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.option-btn span {
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.option-btn.is-active {
	background: #0CC0DF;
	color: #fff;
	border-color: #0CC0DF;
}

/* ボタン */
.step-buttons {
	display: flex;
	align-items: self-end;
	justify-content: flex-start;
	gap: 0px;
	width: 96%;
	margin-top: auto;
}

.form-step[data-step="1"] {
	min-height: 240px;
}

.form-step[data-step="1"] .step-buttons {
	justify-content: center;
}

.back-btn {
	width: 70px;
	height: 23px;
	border: none;
	background: none;
	color: #898787;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 0px;
}

.back-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #A6A6A6;
}

.next-btn,
.submit-btn {
	width: 175px;
	height: 45px;
	border: none;
	border-radius: 999px;
	background: #c9a300;
	color: #fff;
	font-weight: 700;
	font-size: 15.6px;
	position: relative;
	overflow: hidden;
}

.next-btn,
.submit-btn {
	position: relative;
	padding-right: 18px;
}

.next-btn::before,
.submit-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}

.next-btn::after,
.submit-btn::after {
	content: "";
	position: absolute;
	top: -30%;
	left: -120%;

	width: 30%;
	height: 160%;

	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, .8) 50%,
			rgba(255, 255, 255, 0) 100%);

	transform: rotate(20deg);
}

.next-btn.shine::after,
.submit-btn.shine::after {
	animation: shine .8s ease;
}

@keyframes shine {

	0% {
		left: -120%;
	}

	100% {
		left: 140%;
	}
}

.next-btn:disabled,
.submit-btn:disabled {
	opacity: .4;
	pointer-events: none;
	cursor: not-allowed;
}


/* 上のステップ数字 */
.step-progress {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.step-progress span {
	position: relative;

	width: 26px;
	height: 26px;

	border-radius: 50%;

	color: rgba(12, 192, 223, 0.3);
	background: #fff;

	font-size: 16px;
	font-weight: 700;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.step-progress span.active {
	background: #008CC3;
	color: #fff;
}

/* 矢印 */
.step-progress span:not(:last-child) {
	margin-right: 13px;
}

.step-progress span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #008CC3;
}

/* テキスト入力 */
.form-group {
	margin-bottom: 18px;
}

.form-group input {
	width: 85%;
	border: 1px solid #008CC3;
	border-radius: 5px;
	padding: 0px 16px;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	outline: none;
	transition: .3s;
	text-align: center;
	height: 70px;
}

/* placeholder */
.form-group input::placeholder {
	color: rgba(12, 192, 223, 0.5);
	font-size: 16px;
}

/* focus */
.form-group input:focus {
	border-color: #008CC3;
	box-shadow: 0 0 0 3px rgba(12, 192, 223, 0.15);
}

/* 生年月日 */
.select-wrap {
	position: relative;
	flex: 1;
}

.select-wrap select {
	width: 96%;
	height: 70px;
	border: 1px solid #008CC3;
	border-radius: 5px;
	padding: 0px 14px;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #008CC3;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.birth-selects {
	display: flex;
	gap: 15px;
	margin-bottom: 50px;
}

.select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #008CC3;
	pointer-events: none;
}

.workplace-selects {
	flex: 1;
	height: auto;
	border: 1px solid #008CC3;
	border-radius: 999px;
	padding: 10px 14px;
	font-size: 12px;
	color: #008CC3;
	background: #fff;
	width: 85%;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
}

p.form-txt-item {
	text-align: center;
	color: #008CC3;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 9%;
	padding-left: 5px;
	margin-top: 0;
}

/* セレクトボックス　矢印 */
.form-select {
	position: relative;
	margin-bottom: 175px;
}

.form-select select {
	width: 100%;
	height: 44px;
	border: 1px solid #008CC3;
	border-radius: 5px;
	height: 70px;
	/* padding: 0 40px 0 16px; */
	background: #fff;
	font-size: 16px;
	color: #008CC3;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-select::after {
	content: "";
	position: absolute;
	top: 36%;
	right: 17px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #008CC3;
	pointer-events: none;
}


/* プライバシーチェック */
/* .privacy-check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	color: #0CC0DF;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 500;
} 

.privacy-check input {
	width: 12px;
	height: 12px;
	margin: 0;
	color: #008CC3;
}
*/

.privacy-check {
	font-size: 12px;
	color: #0CC0DF;
	font-weight: 500;
	margin-top: -3px;
	margin-bottom: 20px;
}

.privacy-check a {
	color: #0CC0DF;
	text-decoration: underline;
	font-weight: 500;
}

/* ------------------

cases 

--------------------*/
section.cases {
	padding: 0px;
	position: relative;
	z-index: 99;
}

.cases-inner {
	background: url(../img/case_bg.png);
	background-position: center;
	background-size: cover;
}

p.head_en.cases-head_en {
	color: #0CC0DF;
	opacity: 10;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 78px;
}

.cases-inner {
	background: url(../img/case_bg.png);
	background-position: bottom;
	background-size: cover;
	height: auto;
	padding-top: 165px;
	margin-top: -150px;
	height: 645px;
}

.cases-inner img {
	width: 90%;
	margin: 0 auto;
}

.cases-text {
	color: #fff;
	font-size: 23px;
	width: 82%;
	margin: 45px auto 0;
	letter-spacing: 5%;
	line-height: 1.6;
}

/* ------------------

point 

--------------------*/
section.point {
	background-color: #BEEAFF;
	padding-top: 100px;
	margin-top: -155px;
	z-index: 0;
	position: relative;
}

p.head_en.point-head_en {
	color: #8EDDF0;
}

h2.point-head_title.head-title {
	margin-top: -40px;
	position: relative;
}

ul.point-list {
	width: 90%;
	margin: 40px auto 0;
}

.point-card {
	padding: 25px 0;
	border-radius: 15px;
	background: #fff;
	padding-top: 0;
	margin-bottom: 25px;
}

.point-card .flex {
	display: flex;
	align-items: self-start;
	width: 100%;
	height: 8.5em;
}

.point-card_num {
	position: relative;
	display: inline-block;
	color: #0CC0DF;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	transform: rotate(90deg) translateY(47px) translateX(90px);
	transform-origin: right top;
	white-space: nowrap;
	width: 20%;
}

/* 左の線 */
.point-card_num::before {
	content: "";
	position: absolute;
	left: 39px;
	bottom: -25px;
	width: 1.5px;
	height: 125px;
	background: #0CC0DF;
	transform: rotate(90deg);
}

.point-card_title {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	width: 78%;
	line-height: 1.7;
	padding-top: 28px;
}

.point-text {
	margin: 20px auto 0;
	width: 90%;
	line-height: 1.7;
	font-weight: 500;
}

.point-card_img {
	margin-top: 25px;
	text-align: center;
}

.point-card_img img {
	width: 65%;
	margin: 0 auto;
}

/* ------------------

agent 

--------------------*/
section.agent {
	padding-top: 0;
}

.agent-head.heading {
	margin-top: -38px;
}

.agent-card {
	border: 1px solid #008CC3;
	width: 88%;
	margin: 45px auto 0;
	border-radius: 10px;
}

.agent-flex {
	background: #008CC3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
}

.agent-flex img {
	width: 33%;
}

.foreword {
	width: 66%;
	margin-left: -10px;
}

p.name {
	border-bottom: 1px solid;
	padding-bottom: 8px;
	padding-left: 1em;
	font-size: 18px;
}

p.name span {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 6%;
	padding-left: 1em;
}

p.comment {
	padding-left: 3em;
	text-align: left;
	position: relative;
	display: inline-block;
	margin-top: 0;
}

/* 左上 */
p.comment::before {
	content: "“";
	position: absolute;
	top: -5px;
	left: 25px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

/* 右下 */
p.comment::after {
	content: "”";
	position: absolute;
	right: -8px;
	bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

p.agent-text {
	font-weight: 400;
	padding: 17px;
	line-height: 1.7;
}

/* ------------------

voice 

--------------------*/
section.voice {
	background: #DCE6ED;
	margin-top: 25px;
}

.voice-head.heading {
	margin-top: -76px;
}

p.head_en.voice-head_en {
	color: #b2d5df;
}

h2.voice-head_title.head-title {
	margin-top: -32px;
}

ul.voice-list {
	margin: 35px auto 0;
}

li.voice-card {
	width: 80%;
	margin: 0 auto 35px;
	background: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(78, 78, 87, 0.2);
}

.voice-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.voice-flex img {
	width: 30%;
}

p.oneword {
	color: #008CC3;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
}

p.voice-age {
	margin-top: 5px;
}

p.voice-text {
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 0;
	margin-top: 0;
}


/* ------------------

FLOW 

--------------------*/
section.flow {
	background: #BEEAFF;
}

.flow-head.heading {
	margin-top: -76px;
}

p.head_en.flow-head_en {
	color: #8EDDF0;
}

h2.flow-head_title.head-title {
	margin-top: -32px;
	position: relative;
}

img.flow-img {
	width: 90%;
	margin: 25px auto;
}

/* ------------------

Q&A 

--------------------*/
section.qa {
	background: #fff;
}

.qa-head.heading {
	margin-top: -76px;
}

h2.qa-head_title.head-title {
	margin-top: -32px;
	position: relative;
}

.qa-heading {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.qa-heading_en {
	margin: 0;

	color: #e4f5fb;

	font-size: 72px;
	font-weight: 700;
	line-height: 1;
}

.qa-heading_title {
	margin:
		-18px 0 0;
	color: #444;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}

.qa-inner {
	width: 95%;
	margin: 45px auto 20px;
}

.qa-list {
	gap: 20px;
	margin: 20px 0;
}

.qa-item {
	overflow: hidden;
	border: 2px solid #008CC3;
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.qa-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 10px;
	border: none;
	background: #008CC3;
	cursor: pointer;
}

.qa-question_left {
	display: flex;
	align-items: flex-start;
	gap: 12px;

	text-align: left;
}

.qa-question_mark {
	flex-shrink: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.qa-question_text {
	margin: 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 3px;
	font-size: 16px;
}

.qa-answer {
	display: none;
	padding: 24px 16px 28px;
	background: #fff;
}

/* 開いた時 */
.qa-item.is-open .qa-answer {
	display: block;
}

.qa-item.is-open {
	border-radius: 10px;
}

.qa-answer_inner {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.qa-answer_mark {
	flex-shrink: 0;
	color: #008CC3;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.qa-answer_body p {
	margin: 0;
	color: rgba(78, 78, 87, 1);
	font-weight: 500;
	line-height: 2;
}

/* 矢印 */
.qa-question_icon {
	flex-shrink: 0;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff;
	transition: .3s;
	margin-top: 20px;
}

/* 開いた時 */
.qa-item.is-open .qa-question_icon {
	transform: rotate(180deg);
}


/* ------------------

cta 

--------------------*/
.conversion {
	background-color: #0CC0DF;
	text-align: center;
}

.conv-inner {
	width: 90%;
	margin: 0 auto;
}

.conv-card {
	position: relative;
	margin-bottom: 20px;
}

/* --- 斜めのあしらい（＼ ／） --- */
h2.conv-title {
	color: #fff;
	font-size: 22px;
	line-height: 1.8;
	margin: 15px auto 10px;
	position: relative;
	letter-spacing: 5%;
}

h2.conv-title::before {
	top: 47px;
	left: 0px;
	transform: rotate(60deg);
	position: absolute;
	content: "";
	width: 68px;
	height: 1px;
	background-color: #fff;
}

h2.conv-title::after {
	top: 47px;
	right: 0px;
	transform: rotate(-60deg);
	position: absolute;
	content: "";
	width: 68px;
	height: 1px;
	background-color: #fff;
}

.conv-illustration img {
	margin: 0 auto;
}

.conv-sub-text {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin: 15px auto 18px;
	letter-spacing: 10%;
}

/* --- 修正版：黄金ボタン --- */
.cta-gold-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C9A706;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px;
	border-radius: 50px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .12);
	position: relative;
	transition: all 0.2s;
	letter-spacing: 10%;
	width: 98%;
	margin: 0 auto;
	font-size: 16px;
}

.cta-gold-button .custom-arrow {
	position: absolute;
	right: 50px;
	width: 42px;
	height: 1px;
	background-color: #fff;
}

.cta-gold-button .custom-arrow::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	width: 12px;
	height: 1px;
	background-color: #fff;
	transform: rotate(35deg);
	transform-origin: right bottom;
}

.cta-gold-button:hover {
	transform: translateY(2px);
	box-shadow: 0 2px 0 #8c7200;
}

/* フッターリンク */
.footer-links {
	margin-bottom: 10px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

/* サンクス */
/* サンクスページ */
h2.step-title img {
	width: 18px;
	height: 18px;
	margin: 0 auto 5px;
}

a.cta-gold-button.tks-btn {
	width: 85%;
	padding: 15px 0;
	margin-top: 12px;
	position: relative;
}

.tks-btn .custom-arrow-2 {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #fff;
	right: 0;
	position: absolute;
	right: 14px;
}

.thanks-wrap {
	padding: 50px 0;
	background: #EAFCFF;
	text-align: center;
	min-height: calc(100vh - 55px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

h2.step-title.thanks-ttl {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 75%;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 12%;
	padding-bottom: 15px;
}

p.thanks-text {
	color: #008CC3;
	font-weight: 500;
	letter-spacing: 9%;
	margin: 20px 0;
}