@charset "UTF-8";


/* =Reset
-------------------------------------------------------------- */
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;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

.fl {float: left;}
.fr {float: right;}
.bold {font-weight: bold;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1;
	color: #333;
	background: #f7f9f9;
	letter-spacing: 0.05em;
	--google-font-color-materialiconstwotone:none;
}
a {
	color: #409BBF;
	text-decoration: none;
}
a ,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .25s ease-out , opacity .25s ease-out, background .25s ease-out , filter .25s ease-out, border .25s ease-out, box-shadow .25s ease-out;
	transition: color .25s ease-out , opacity .25s ease-out, background .25s ease-out , filter .25s ease-out, border .25s ease-out, box-shadow .25s ease-out;
	opacity: 1;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

/* = common
-------------------------------------------------------------- */

#wrapper {
	background: #00182d;
	min-height: 100vh;
}
#wrapper .main_area {
	padding: 15vw 0;
}
#wrapper .main_area .log {
	max-width: 230px;
	margin: 0 auto 40px;
}
#wrapper .main_area .btn a {
	width: 190px;
	max-width: 55%;
	font-size: 15px;
	padding: 15px;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
	background: #fff;
	color: #0E1A34;
	border: 1px solid #fff;
	font-weight: bold;
}
#wrapper .main_area .btn a:hover {
	background: rgb(255 255 255 / 20%);
	color: #fff;
}
@media ( max-width: 767px) {
	#wrapper .main_area {
		padding: 32vw 0;
	}
	#wrapper .main_area .log {
		max-width: 175px;
		margin: 0 auto 30px;
	}
	#wrapper .main_area .btn a {
		padding: 16px;
		font-size: 13px;
	}
}


/* = service_warp
-------------------------------------------------------------- */

#service_warp {
	text-align: left;
	line-height: 1.7;
}
#service_warp .sw_inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 16px;
}
#service_warp .sw_inner:last-child {
	padding-bottom: 60px;
}

/* Lead */
#lead_hd {
	background: #0E1A34;
	color: #fff;
	padding: 40px 24px;
	text-align: center;
	margin-bottom: 28px;
}
#lead_hd .log {
	margin: 0 0 20px;
}
#lead_hd .log img {
	max-height: 75px;
	width: auto;
}
#lead_hd h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
}
#lead_hd .header-sub {
	font-size: 14px;
	opacity: 0.85;
	margin-bottom: 12px;
}
#lead_hd .header-meta {
	font-size: 12px;
	opacity: 0.7;
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

/* Section Box */
#service_warp .sec_box {
	background: #fff;
	border-radius: 8px;
	padding: 28px 24px;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
#service_warp .sec_box h2 {
	font-size: 18px;
	font-weight: bold;
	color: #1a3a5c;
	border-left: 4px solid #409BBF;
	padding-left: 12px;
	margin-bottom: 16px;
	line-height: 1.4;
}
#service_warp .sec_box h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 10px;
	border-bottom: 1px solid #e0e8ef;
	padding-bottom: 6px;
}
#service_warp .sec_box p {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 12px;
}
#service_warp .sec_box p:last-child {
	margin-bottom: 0;
}

/* Service Cards */
#service_warp .service-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 16px 0;
}
#service_warp .service-card {
	border: 1px solid #dde4e8;
	border-radius: 6px;
	padding: 16px;
	background: #f8fafc;
}
#service_warp .service-card-num {
	font-size: 11px;
	color: #409BBF;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}
#service_warp .service-card-title {
	font-size: 15px;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 8px;
}
#service_warp .service-card-desc {
	font-size: 13px;
	color: #555;
	line-height: 1.7;
}

/* Notice */
#service_warp .notice {
	background: #fff8e1;
	border-left: 4px solid #f0ac00;
	border-radius: 0 4px 4px 0;
	padding: 14px 16px;
	font-size: 13px;
	line-height: 1.7;
	color: #4a3800;
	margin-top: 16px;
}

/* Price Table */
#service_warp .price-table {
	width: 100%;
	font-size: 13px;
	margin-bottom: 8px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #dde4e8;
}
#service_warp .price-table thead tr {
	background: #1a3a5c;
	color: #fff;
}
#service_warp .price-table th {
	padding: 10px 12px;
	font-weight: bold;
}
#service_warp .price-table td {
	padding: 9px 12px;
	border-bottom: 1px solid #e8edf2;
	line-height: 1.6;
}
#service_warp .price-table tbody tr:last-child td {
	border-bottom: none;
}
#service_warp .price-table tbody tr:nth-child(even) {
	background: #f4f8fb;
}
#service_warp .price-note {
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
}

/* Info Grid */
#service_warp .info-grid {
	display: grid;
	grid-template-columns: 140px 1fr;
	border: 1px solid #dde4e8;
	border-radius: 6px;
	overflow: hidden;
	font-size: 13px;
}
#service_warp .info-grid > div {
	padding: 12px 14px;
	border-bottom: 1px solid #dde4e8;
	line-height: 1.7;
}
#service_warp .info-grid > div:nth-last-child(-n+2) {
	border-bottom: none;
}
#service_warp .info-label {
	background: #f0f4f8;
	color: #1a3a5c;
	font-weight: bold;
}
#service_warp .info-value {
	color: #444;
}

/* Policy List（privacy.html 等の条文リスト） */
#service_warp .policy_list {
	padding-left: 1.6em;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
#service_warp .policy_list > li {
	list-style: decimal;
	margin-bottom: 8px;
}
#service_warp .policy_list > li:last-child {
	margin-bottom: 0;
}
#service_warp .policy_sublist {
	padding-left: 1.6em;
	margin-top: 8px;
}
#service_warp .policy_sublist > li {
	list-style: lower-alpha;
	margin-bottom: 6px;
	font-size: 13px;
}
#service_warp .policy_sublist .policy_sublist > li {
	list-style: lower-roman;
}

/* Footer */
#service_warp footer {
	text-align: center;
	padding: 32px 16px;
	margin-top: 12px;
	color: #666;
	border-top: 1px solid #dde4e8;
}
#service_warp footer .footer-mark {
	font-size: 22px;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
#service_warp footer p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 600px) {
	#service_warp header .log img {
		max-height: 55px;
	}
	#service_warp .sw_inner {
		padding: 0 12px;
	}
	#lead_hd {
		margin-bottom: 24px;
		padding: 32px 16px;
	}
	#lead_hd .log img {
		max-height: 55px;
	}
	#lead_hd h1 {
		font-size: 16.5px;
	}
	#service_warp .sec_box {
		padding: 20px 16px;
	}
	#service_warp .service-list {
		grid-template-columns: 1fr;
	}
	#service_warp .info-grid {
		grid-template-columns: 1fr;
	}
	#service_warp .info-grid > div:nth-last-child(-n+2) {
		border-bottom: 1px solid #dde4e8;
	}
	#service_warp .info-grid > div:last-child {
		border-bottom: none;
	}
	#service_warp .info-label {
		padding-bottom: 4px;
		border-bottom: none;
	}
	#service_warp .info-value {
		padding-top: 4px;
	}
	#service_warp .price-table {
		font-size: 12px;
	}
	#service_warp .price-table th,
	#service_warp .price-table td {
		padding: 8px;
	}
}


/* = entry_warp（申込フォームLP）
-------------------------------------------------------------- */

#entry_warp {
	text-align: left;
	line-height: 1.7;
	background: #f7f9f9;
	min-height: 100vh;
}
#entry_warp .ew_inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 16px;
}
#entry_warp .sp_only {
	display: none;
}
#entry_warp .is-hidden {
	display: none;
}

/* Header は service.html と共通の #lead_hd を使用（service_warp セクション内 Lead 参照） */

/* Form Box */
#entry_warp .form_box {
	background: #fff;
	border-radius: 8px;
	padding: 32px 28px;
	margin-bottom: 28px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
#entry_warp .form_box .lead {
	font-size: 14px;
	margin-bottom: 28px;
	padding-left: 12px;
	border-left: 4px solid #409BBF;
	font-weight: bold;
	color: #1a3a5c;
}
#entry_warp .form_field {
	margin-bottom: 24px;
}
#entry_warp .form_label {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
#entry_warp .inout_type {
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	padding: 2px 8px;
	display: inline-block;
	margin: 0 0 0 8px;
	vertical-align: 1px;
}
#entry_warp .inout_type.req {
	background: #A2C2E6;
	color: #1a3a5c;
}
#entry_warp .inout_type.opt {
	background: #D3D3D8;
	color: #555;
}
#entry_warp .form_field input[type="text"],
#entry_warp .form_field input[type="email"] {
	font-size: 16px;
	width: 100%;
	min-height: 50px;
	padding: 0 13px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #C3C7C8;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#entry_warp .form_field input[type="text"]:focus,
#entry_warp .form_field input[type="email"]:focus {
	border-color: #0096d6;
	box-shadow: 0 0 0 2px rgba(0,150,214,0.15);
}
#entry_warp .form_field input::placeholder {
	color: #c1c1c1;
}
#entry_warp .form_field .min_note {
	font-size: 12px;
	color: #acacac;
	margin-top: 6px;
}
#entry_warp .form_field.is-error input[type="text"],
#entry_warp .form_field.is-error input[type="email"] {
	border-color: #F05D76;
	box-shadow: 0 0 0 2px rgba(240,93,118,0.12);
}
#entry_warp .field-error {
	display: none;
	font-size: 12px;
	color: #F05D76;
	margin-top: 6px;
}
#entry_warp .form_field.is-error .field-error {
	display: block;
}

/* honeypot（botのみが入力する想定の不可視フィールド） */
#entry_warp .hp-field {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Buttons */
#entry_warp .btn_pill {
	width: 100%;
	max-width: 360px;
	font-size: 15px;
	font-weight: bold;
	padding: 16px;
	border-radius: 40px;
	background: #fff;
	color: #0E1A34;
	border: 1px solid #0E1A34;
	line-height: 1.5;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: color .25s ease-out, background .25s ease-out, filter .25s ease-out, box-shadow .25s ease-out;
}
#entry_warp .btn_pill:hover {
	box-shadow: 0 0 4px 2px rgb(14 26 52 / 15%);
	filter: contrast(1.3);
}
#entry_warp .btn_pill.fill {
	background: #0E1A34;
	color: #fff;
}
#entry_warp .submit_area {
	text-align: center;
	margin-top: 32px;
}
#entry_warp .foot_note {
	font-size: 12px;
	color: #888;
	text-align: center;
	margin-top: 16px;
}
#entry_warp .foot_note a {
	color: #409BBF;
	text-decoration: underline;
}

/* 確認ビュー */
#entry_warp .confirm_list {
	display: grid;
	grid-template-columns: 160px 1fr;
	border: 1px solid #dde4e8;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
}
#entry_warp .confirm_list dt,
#entry_warp .confirm_list dd {
	padding: 14px;
	border-bottom: 1px solid #dde4e8;
	line-height: 1.7;
}
#entry_warp .confirm_list dt {
	background: #f0f4f8;
	color: #1a3a5c;
	font-weight: bold;
}
#entry_warp .confirm_list dd {
	color: #444;
}
#entry_warp .confirm_list dt:nth-last-of-type(1),
#entry_warp .confirm_list dd:nth-last-of-type(1) {
	border-bottom: none;
}
#entry_warp .confirm_actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
#entry_warp .confirm_actions .btn_pill {
	max-width: 280px;
}

/* 完了ビュー */
#entry_warp .done_msg {
	text-align: center;
	padding: 24px 0;
}
#entry_warp .done_msg .done_title {
	font-size: 20px;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 14px;
}
#entry_warp .done_msg p {
	font-size: 14px;
	color: #444;
	line-height: 1.8;
}

/* 送信後の流れ */
#entry_warp .next_flow {
	margin-bottom: 28px;
}
#entry_warp .flow_heading {
	font-size: 13px;
	font-weight: bold;
	color: #1a3a5c;
	letter-spacing: 0.1em;
	border-left: 4px solid #409BBF;
	padding-left: 12px;
	margin-bottom: 14px;
}
#entry_warp .next_steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
#entry_warp .next_step {
	border: 1px solid #dde4e8;
	border-radius: 6px;
	padding: 18px 14px;
	background: #f8fafc;
	text-align: center;
}
#entry_warp .next_step .num {
	font-size: 11px;
	color: #409BBF;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
}
#entry_warp .next_step h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 6px;
}
#entry_warp .next_step p {
	font-size: 12px;
	color: #555;
	line-height: 1.7;
}

/* 利用対象の注意 */
#entry_warp .eligibility_note {
	border: 1px solid #1a3a5c;
	border-radius: 6px;
	background: #f0f4f8;
	padding: 18px 20px;
	text-align: center;
	font-size: 13px;
	color: #1a3a5c;
	margin-bottom: 48px;
}

/* Footer */
#entry_warp footer {
	text-align: center;
	padding: 32px 16px;
	color: #666;
	border-top: 1px solid #dde4e8;
	background: #fff;
}
#entry_warp footer .footer-mark {
	font-size: 22px;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
#entry_warp footer p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 4px;
}

/* 入口ゲートポップアップ */
#entry_warp .gate_overlay {
	position: fixed;
	inset: 0;
	background: rgba(14, 26, 52, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	padding: 24px;
}
#entry_warp .gate_overlay.is-hidden {
	display: none;
}
#entry_warp .gate_card {
	background: #fff;
	border-radius: 8px;
	max-width: 460px;
	width: 100%;
	padding: 40px 32px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
#entry_warp .gate_card h2 {
	font-size: 20px;
	font-weight: bold;
	color: #1a3a5c;
	line-height: 1.5;
	margin-bottom: 12px;
}
#entry_warp .gate_card .gate_sub {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 24px;
}
#entry_warp .gate_actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
#entry_warp .gate_note {
	font-size: 11px;
	color: #999;
	margin-top: 16px;
	line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
	#entry_warp .sp_only {
		display: inline;
	}
	#entry_warp .ew_inner {
		padding: 0 12px;
	}
	#entry_warp .form_box {
		padding: 24px 16px;
	}
	#entry_warp .form_field input[type="text"],
	#entry_warp .form_field input[type="email"] {
		font-size: 14px;
	}
	#entry_warp .next_steps {
		grid-template-columns: 1fr;
	}
	#entry_warp .confirm_list {
		grid-template-columns: 1fr;
	}
	#entry_warp .confirm_list dt {
		padding-bottom: 4px;
		border-bottom: none;
	}
	#entry_warp .confirm_list dd {
		padding-top: 4px;
	}
	#entry_warp .confirm_list dd:nth-last-of-type(1) {
		border-bottom: none;
	}
	#entry_warp .confirm_actions .btn_pill {
		max-width: 100%;
	}
	#entry_warp .gate_card {
		padding: 32px 20px;
	}
	#entry_warp .gate_card h2 {
		font-size: 17px;
	}
}