@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	width:100%;
	overflow-x: hidden !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: #212529 !important;
}
a:hover{
opacity:0.8;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}

/* LP */
.lp-wrap {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.lp-section {
	line-height: 0;
}
.lp-section img {
	width: 100%;
	height: auto;
	display: block;
}

/* CTA - position relative */
.lp-cta {
	position: relative;
}
.lp-cta .cta-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 84%;
	display: block;
}
.lp-cta .cta-btn1 {
	bottom: 11%;
}
.lp-cta .cta-btn-bottom {
	bottom: 5%;
}
.lp-cta .cta-btn img {
	width: 100%;
	height: auto;
}

/* CTA2 - mail & line 縦並び */
.lp-cta .cta-btns-vertical {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 78%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.lp-cta .cta-btns-vertical a {
	display: block;
	width: 100%;
}
.lp-cta .cta-btns-vertical a img {
	width: 100%;
	height: auto;
}

/* お問い合わせフォーム */
.lp-form-section {
	background: linear-gradient(135deg, #074693 0%, #69baea 100%);
	padding: 40px 8% 50px;
	line-height: 1.6;
}
.lp-form-title {
	text-align: center;
	margin-bottom: 25px;
}
.lp-form-title-en {
	display: block;
	font-size: 13px;
	letter-spacing: 3px;
	color: #ff8c00;
	font-weight: bold;
}
.lp-form-title-ja {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 6px 0 8px;
}
.lp-form-title-sub {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}
.lp-form-area {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 25px 20px;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.lp-form-area label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}
.lp-form-area input[type="text"],
.lp-form-area input[type="email"],
.lp-form-area input[type="tel"],
.lp-form-area textarea {
	width: 100%;
	padding: 12px 14px;
	margin-top: 5px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
	transition: border-color 0.3s;
	background: #fafafa;
}
.lp-form-area input[type="text"]:focus,
.lp-form-area input[type="email"]:focus,
.lp-form-area input[type="tel"]:focus,
.lp-form-area textarea:focus {
	border-color: #ff8c00;
	outline: none;
	background: #fff;
}
.lp-form-area textarea {
	min-height: 100px;
	resize: vertical;
}
.lp-form-area input[type="submit"] {
	width: 100%;
	padding: 16px;
	margin-top: 10px;
	background: linear-gradient(90deg, #ff8c00, #ff6600);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(255,102,0,0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}
.lp-form-area input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255,102,0,0.5);
}

/* フローティングバー */
.floating-bar {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 500px;
	display: flex;
	z-index: 9999;
}
.floating-btn {
	flex: 1;
	display: block;
	line-height: 0;
}
.floating-btn img {
	width: 100%;
	height: auto;
	display: block;
}

/* サンクスページ */
.thanks-section {
	text-align: center;
	background: linear-gradient(135deg, #074693 0%, #69baea 100%);
	padding: 80px 8% 60px;
	min-height: 70vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.thanks-icon {
	margin-bottom: 20px;
}
.thanks-label {
	font-size: 13px;
	letter-spacing: 3px;
	color: #ff8c00;
	font-weight: bold;
	margin-bottom: 10px;
}
.thanks-title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 24px;
}
.thanks-message {
	font-size: 14px;
	color: rgba(255,255,255,0.9);
	line-height: 1.8;
	margin-bottom: 20px;
}
.thanks-message strong {
	color: #ff8c00;
}
.thanks-btn {
	display: inline-block !important;
	padding: 14px 40px;
	background: linear-gradient(90deg, #ff8c00, #ff6600) !important;
	color: #fff !important;
	border-radius: 50px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 4px 12px rgba(255,102,0,0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}
.thanks-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255,102,0,0.5);
}