@charset "UTF-8";

/* ==========================================================================
 * Responsive
 * ========================================================================== */

/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 2.0em;
	font-size: 2.0rem;
	line-height: 1.5;
	background-color: #fff;
	font-weight: 500;
	color: #444;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner--width {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
}
.note {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {
	.inner--width {
		width: 90%;
		margin: 0 auto;
	}
	#page--container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	img {
		width: 100%;
	}
	.note {
		font-size: 1.2rem;
		/* text-indent: -1em; */
		/* padding-left: 1em; */
	}
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 99;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 640px) {
    a.backtotop {
        bottom: 21vw;
    }
}

/* ==========================================================================
 * Layout & Colors
 * ========================================================================== */
/* --- 変数定義 --- */
:root {
    --color-main-red: #f33f3d;   /* メインカラー（赤） */
    --color-main-blue: #1980ff;  /* アクセントカラー（青） */
	--color-main-yellow: #fff17e;
    --color-bg-light: #fef0f0;   /* 薄いピンク背景 */
    --header-height: 60px;       /* ヘッダーの高さ */
}

/* --- ユーティリティクラス --- */
.bg-red { background-color: var(--color-main-red); }
.bg-light { background-color: var(--color-bg-light); }
.bg-img {
	background-image: url('../images/pc/img_bg.png');
	background-color: var(--color-bg-light);
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-white { background-color: #fff; }
.txt-white { color: #fff; }
.txt-red { color: var(--color-main-red);}
.txt-yellow { color: var(--color-main-yellow);}
.font-size-120 { font-size: 1.2em; }

@media screen and (max-width: 640px) {
	.bg-img {
		background-image: url('../images/sp/img_bg.png');
		background-color: var(--color-bg-light);
		background-size: contain;
}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.header__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 15px;
}
.header__logo {
	width: 20%;
}
.header__navi {
	display: flex;
	align-items: center
}
.header__sp-area {
    display: none;
}

/* Header CTA Button */
.header .btn-main-3d {
    width: 315px;
    max-width: none;
    margin: 0;
    padding: 6px 8px 5px 5px;
    border-radius: 50px;
    box-shadow: 0 4px 0 #0056b3;
    justify-content: space-around;
}
.header .btn-main-3d:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #0056b3;
}
.header .btn-badge {
    margin-right: 8px;
    padding: 2px 14px 4px;
    border-radius: 22px;
    width: fit-content;
}
.header .btn-badge .badge-txt {
	font-size: 1.6rem;
	line-height: 1;
}
.header .btn-text {
	font-size: 2.3rem;
	padding-bottom: 2px;
	text-shadow: none;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.header .btn-arrow-circle {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
.header .btn-arrow-circle::after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    left: 26%;
}

/* Global Navi */
.gnavi__hamburger-menu {
	position: relative
}
a.gnavi__link.active {
	color: var(--color-main-red)
}
.nav__list {
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.nav__item {
	margin-right: 20px;
	display: flex;
	text-align: center
}
.nav__item:last-child {
	margin-right: 0
}
.nav__item a {
	color: #444;
	font-size: 1.6rem;
	line-height: 1.2;
}
.nav__item a:hover {
	color: var(--color-main-red)
}


/* ==========================================================================
 * Hero Section (FV)
 * ========================================================================== */
.fv {
	background: url('../images/pc/fv_bg.jpg') no-repeat center top / contain;
	background-size: cover;
	padding: 20px 0 30px;
	width: 100%;
}
.fv__content {
	position: relative;
}
.fv__copy img {
	width: 100%;
}
.fv__people {
	justify-content: center;
	gap: 20px;
}
.fv__people img {
	position: absolute;
}
.fv__people--m {bottom: -30px;right: 0;}
.fv__people--f {bottom: -30px;left: 0;}
.fv__point {
	margin-top: 30px;
}

/* Rate Banner in FV */
.fv-rate-banner {
	background-color: #fef0f0;
	padding: 2px 20px 6px;
	text-align: center;
	width: 90%;
	margin: 20px auto 0;
}
.rate-main-area {
	display: flex;
	justify-content: center;
	align-items: end;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
	color: #f33f3d;
	width: fit-content;
	margin: 0 auto 5px;
}
.rate-text {
	margin: 0;
	font-weight: bold;
	line-height: 1;
	font-size: 40px;
	letter-spacing: -.02em;
}
.rate-number {
	font-size: 170%;
}
.rate-unit-s {
	font-size: 80%;
}
.badge-fixed {
	display: inline-block;
	color: #f33f3d;
	background-color: #fff;
	padding: 1px 12px;
	font-size: 20px;
	border-radius: 4px;
	white-space: nowrap;
	margin-bottom: 4px;
}
.loan-amount-text {
	margin: 0;
	color: #444;
	font-size: 20px;
}


/* ==========================================================================
 * Section: Usage (お使いみち)
 * ========================================================================== */
.sec-usage {
	padding: 100px 0 80px;
}
.usage__ttl {
	width: 96%;
	margin: 0 auto;
}
.usage-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	margin: 60px auto 100px;
	max-width: 800px;
}
.usage-list li {
	text-align: center;
}
.usage-list li p {
	font-weight: bold;
	font-size: 1.4rem;
}
.usage__ex {
	width: 80%;
	margin: 0 auto;
}
.usage-banners {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	gap: 36px;
}
.usage-banners img {
	max-width: 100%;
	width: auto;
	border-radius: 8px;
}
.usage-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}
.usage-img {
	position: absolute;
	bottom: -80px;
	left: -100px;
}


/* ==========================================================================
 * Section: Simulation
 * ========================================================================== */
.sec-sim {
	padding: 100px 0;
}
.sim-box {
	background: #fff;
	border-radius: 10px;
	padding: 60px 50px 20px;
	margin: 60px auto 0;
}
.sim-group {
	margin-bottom: 50px;
}
.sim-group:last-child {
	margin-bottom: 0;
}
.sim-label {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}
.sim-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 1.2em;
	background-color: var(--color-main-red);
}
.sim-content-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sim-display-area {
	order: 2;
	margin-left: 40px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: end;
}
.sim-slider-block {
	order: 1;
	flex-grow: 0;
	width: 460px;
}
.sim-input-item {
	display: flex;
	align-items: center;
}
.sim-input-item--month {
	margin-left: 15px;
}
.sim-input-num {
	background: #f4f4f4;
	border: none;
	border-radius: 4px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: right;
	width: 80px;
	padding: 5px 10px;
	margin-right: 8px;
	color: #444;
}
.sim-input-num::-webkit-inner-spin-button,
.sim-input-num::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.sim-input-num {
	-moz-appearance: textfield;
}
.sim-unit {
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}
.sim-slider-area {
	display: flex;
	align-items: center;
	gap: 15px;
}
.sim-btn-minus,
.sim-btn-plus {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-main-red);
	color: #fff;
	border: none;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.sim-btn-minus:hover, .sim-btn-plus:hover {
	opacity: 0.8;
}
.sim-range-wrap {
    flex-grow: 1;
    position: relative;
    padding: 2px 0 7px;
}
.sim-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to right, var(--color-main-red) 0%, var(--color-main-red) 40%, #ddd 40%, #ddd 100%);
}
.sim-range::-webkit-slider-thumb {
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
}
.sim-range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
}
.sim-range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 2.0rem;
	font-weight: bold;
	color: #444;
}
.sim-radio-group {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.sim-radio-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 2.0rem;
}
.sim-radio-label input {
	display: none;
}
.radio-mark {
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	box-sizing: border-box;
}
.sim-radio-label input:checked + .radio-mark {
	border-color: var(--color-main-red);
	background-color: #fff;
}
.sim-radio-label input:checked ~ .radio-txt {
    color: var(--color-main-red);
}
.sim-radio-label input:checked + .radio-mark::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: var(--color-main-red);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sim-note {
	font-size: 1.3rem;
	color: #666;
	line-height: 1.5;
	margin-top: 15px;
}
.sim-note--right {
	text-align: right;
}
.sim-result-box {
	border: 3px solid var(--color-main-red);
	border-radius: 12px;
	overflow: hidden;
	margin-top: 50px;
	background: #fff;
}
.sim-result-head {
	background-color: var(--color-main-red);
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 4px 0 8px;
	letter-spacing: 0.05em;
}
.sim-result-body {
	padding: 20px 20%;
}
.sim-result-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.sim-result-row.border-bottom {
	border-bottom: 1px solid var(--color-main-red);
}
.sim-result-row dt {
	font-size: 2.4rem;
	font-weight: bold;
}
.sim-result-row dd {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0;
}
.sim-result-price {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
}
.sim-result-rate {
	text-align: right;
	font-size: 1.5rem;
	font-weight: bold;
}


/* ==========================================================================
 * Section: Compare (メリット・比較)
 * ========================================================================== */
.sec-compare {
	padding: 100px 0;
	background: url('../images/pc/compare_bg.jpg') no-repeat center top;
	background-size: cover;
}
.compare-content {
	position: relative;
}
.compare-content img {
	max-width: 100%;
	height: auto;
}
.compare__txt {
	font-size: 28px;
	margin-top: 60px;
}

/* Compare Table */
.compare-table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 80px; /* 吹き出し分 */
	position: relative;
}
.compare-fukidashi {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 5%; /* PCでの位置調整 */
	width: 150px;
}
.compare-table {
	width: 100%;
	min-width: 600px;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin: 0 auto;
	font-weight: 500;
}
.compare-table th,
.compare-table td {
	padding: 15px 10px;
	vertical-align: middle;
	text-align: center;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	height: 115px;
}
.compare-table thead th {
	border-top: 3px solid #444;
	background-color: #444;
	color: #fff;
}
.compare-table thead th.th-empty {
	border: none !important;
	background-color: transparent;
	width: 15%;
}
.compare-table tbody th {
	border-left: 3px solid #444;
	background-color: #fff;
	font-weight: 500;
	border-radius: 10px 0 0 10px;
	font-size: 24px;
}
.compare-table tbody tr:first-child th {
	border-top: 3px solid #444;
	border-right: 0;
}
.compare-table tbody tr:last-child th {
	border-right: 0;
}

/* Target Column (Kirayaka) */
.compare-table .th-target {
	background-color: var(--color-main-red);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	width: 30%;
	border: 2px solid var(--color-main-red) !important;
	border-radius: 10px 10px 0 0;
	position: relative;
	top: -20px;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 10;
}
.compare-table .th-target img {
	margin-top: 1em;
}
.compare-table .th-target::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	left: -2px;
	right: -2px;
	height: 20px;
	background-color: var(--color-main-red);
	border-left: 2px solid var(--color-main-red);
	border-right: 2px solid var(--color-main-red);
	z-index: -1;
}
.compare-table th {
	height: 80px;
}
.cell-target {
	background-color: #fff5f5;
	border-left: 3px solid var(--color-main-red) !important;
	border-right: 3px solid var(--color-main-red) !important;
	position: relative;
	z-index: 5;
	border-bottom: 3px solid var(--color-main-red) !important;
}
.compare-table tr:last-child .cell-target {
	border-bottom: 3px solid var(--color-main-red) !important;
}

/* Gray Column */
.th-gray {
	background-color: #444;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	width: 25%;
	border-radius: 10px 10px 0 0;
}
.compare-table .th-gray:not(:last-child) {
	border-right: 1px solid #fff;
}
.compare-table thead th:last-child {
	border-top-right-radius: 8px;
	border-right: 1px solid #444;
}
.compare-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}
.cell-middle-text.cell-target {
	color: var(--color-main-red);
	line-height: 1.2;
}
.cell-large-text {
	font-size: 4.0rem;
	line-height: 1.2;
}
.cell-large-text .unit {
	font-size: 1.4rem;
	color: var(--color-main-red);
}
.cell-middle-text {
	font-size: 28px;
	font-weight: bold;
}
.cell-small-text {
	font-size: 20px;
	line-height: 1.2;
}
.compare-note {
	text-align: right;
	font-size: 1.4rem;
	color: #999;
	margin-top: 5px;
}


/* ==========================================================================
 * Section: Omatome (おまとめ)
 * ========================================================================== */
.sec-omatome {
	padding: 100px 0;
}
.omatome__ttl--top {
	margin-bottom: 30px;
}
.omatome-before {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 80px 40px;
	border: 3px solid #444;
	margin-top: -24px;
}
.omatome-before__con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}
.omatome__top {
	border-bottom: 1px dotted;
	margin-bottom: 30px;
}
.omatome__top--txt {
	font-size: 24px;
	font-weight: bold;
	margin-right: 1em;
}
.omatome__top--num {
	font-size: 40px;
	font-weight: bold;
}
.omatome-after {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 80px 40px;
	border: 3px solid var(--color-main-red);
	position: relative;
	margin-top: 20px;
}
.omatome-after__con {
	background-color: var(--color-main-red);
	border-radius: 10px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}
.omatome-after__con--large {
	font-size: 48px;
}
.omatome__top--detail {
	margin: 0 0 1em;
}
.omatome-img {
	position: absolute;
	bottom: -12px;
	right: -18px;
}
.omatome-arrow {
	margin-top: 30px;
}
.kanri {
	background: #fff;
	border-radius: 10px;
	margin-top: 80px;
	padding: 1px 40px 40px;
}
.kanri__ttl {
	margin-top: -20px;
}
.kanri__img {
	margin-top: 30px;
}


/* ==========================================================================
 * Section: Web
 * ========================================================================== */
.sec-web {
	padding: 100px 0;
}
.web__point {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.web__point li {
	background-color: var(--color-bg-light);
	padding: 30px 10px;
	width: 32%;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.web__point--large {
	font-size: 28px;
}
.web__point--num {
	font-size: 130%;
}
.web__all {
	margin-top: 60px;
}
.web__bottom {
	margin-top: 50px;
}
.web__bottom--bold {
	font-weight: bold;
	margin-left: .2em;
}


/* ==========================================================================
 * Section: Flow (お申込みの流れ)
 * ========================================================================== */
.sec-flow {
	padding: 100px 0;
}
.flow__top {
	margin-top: 60px;
}
.flow-steps img {
	max-width: 100%;
	height: auto;
}
.flow-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.flow-item {
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px;
	margin: 20px 0 60px;
	position: relative;
}
.flow-item:last-child {
	margin-bottom: 0;
}
.flow-item:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: var(--color-main-red) transparent transparent transparent;
	z-index: 1;
}
.flow-item__content {
	padding-right: 220px;
}
.step-badge img {
	display: block;
	margin-bottom: 15px;
}
.flow-title {
	color: var(--color-main-red);
	font-size: 28px;
	margin-bottom: 10px;
	text-align: left;
}
.txt-red-small {
	font-size: 1.6rem;
	font-weight: bold;
}
.flow-desc {
	text-align: left;
}
/* --- ベース（PC表示：テキストベタ打ち風） --- */
.note-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
}

.note-list li {
    display: inline; /* 横並び（テキストの一部として扱う） */
}

/* 最後の項目以外に「・」をつける */
.note-list li:not(:last-child)::after {
    content: "・";
    margin: 0 0.3em; /* ・の前後の余白 */
    color: #444;
}
.txt-tiny {
	font-size: 1.2rem;
}
.flow-note-box {
	background-color: #fff5f5;
	border-radius: 6px;
	padding: 15px 20px;
	margin-top: 20px;
}
.note-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
.note-text {
	font-size: 1.6rem;
	text-align: left;
	margin-top: 0;
}
.flow-item__img {
	position: absolute;
	top: 30px;
	right: 40px;
}
.flow-item__img img {
	max-width: 100%;
	height: auto;
}
.flow__tempo--top {
	margin-top: 60px;
}
.flow__tempo--large {
	font-size: 24px;
}

/* Flow Accordion (店舗契約) */
.flow-accordion {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 60px;
}
.flow-accordion__head {
	background-color: #444;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 8px;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s;
}
.flow-accordion__head:hover {
	background-color: #444;
}
.flow-accordion__head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 11px 0 11px;
	border-color: #fff transparent transparent transparent;
	transition: transform 0.3s;
}
.flow-accordion__head.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}
.flow-accordion__body {
	display: none;
	background-color: #fff;
}
.flow-accordion__body .inner-padding {
	padding: 30px 0 40px;
}
.flow-accordion .flow-item {
	padding: 10px 30px 10px;
}
.flow-accordion .flow-item__img {
	top: 10px;
}


/* ==========================================================================
 * Section: FAQ
 * ========================================================================== */
.sec-faq {
	padding: 100px 0;
}
.faq-list {
	max-width: 920px;
	margin: 60px auto 0;
}
.faq-item {
	border: 3px solid #444;
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-head {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.icon-q {
	width: 30px;
	height: auto;
	margin-right: 5px;
	flex-shrink: 0;
	margin-top: 5px;
}
.faq-title {
	color: var(--color-main-red);
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}
.faq-body {
	display: flex;
	align-items: flex-start;
}
.icon-a {
	width: 30px;
	height: auto;
	margin-right: 5px;
	flex-shrink: 0;
	margin-top: 1px;
}
.faq-text {
	line-height: 1.6;
	color: #444;
	width: 100%;
}
.faq-text p {
	margin-bottom: 5px;
}
.faq-text p:last-child {
	margin-bottom: 0;
}
.faq-link {
	color: #017cc8 !important;
	text-decoration: underline !important;
	display: inline-block;
}
.faq-link:hover {
	text-decoration: none;
	opacity: 0.8;
}


/* ==========================================================================
 * Final CTA & Footer Buttons
 * ========================================================================== */
.final-cta-section {
	padding: 60px 0;
	width: 100%;
}
.cta-white-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 20px;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}
.cta-lead {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.txt-blue-line {
	color: var(--color-main-blue);
}

/* Main CTA Button */
.btn-main-3d {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 582px;
	margin: 0 auto 20px;
	background-color: var(--color-main-blue) !important;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	padding: 18px 20px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 8px 0 #0056b3;
	transition: all 0.1s ease;
}
.btn-main-3d:hover {
	transform: translateY(4px);
	box-shadow: 0 4px 0 #0056b3;
	opacity: 1;
}
.btn-badge {
	background-color: #fff;
	color: #0088ff;
	font-weight: bold;
	border-radius: 30px;
	padding: 15px 10px;
	line-height: 1.2;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-shrink: 0;
}
.btn-badge .badge-txt {
	font-size: 28px;
}
.btn-text {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 4px;
	color: #fff;
}
.btn-arrow-circle {
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 15px;
	position: relative;
	flex-shrink: 0;
}
.btn-arrow-circle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 31%;
	width: 12px;
	height: 12px;
	border-top: 3px solid var(--color-main-blue);
	border-right: 3px solid var(--color-main-blue);
	transform: translateY(-50%) rotate(45deg);
}
.link-text-arrow {
	display: inline-block;
	color: #444 !important;
	text-decoration: underline !important;
	transition: opacity 0.3s;
	margin-top: 10px;
}
.link-text-arrow:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* Footer PDF Buttons */
.footer-btns {
	background-color: #eee;
	padding: 60px 0;
}
.btn-pdf-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}
.btn-pdf {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	background-color: #fff !important;
	border-radius: 10px;
	padding: 15px 20px;
	text-decoration: none;
	position: relative;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: border-box;
}
.btn-pdf:hover {
	transform: translateY(4px);
	text-decoration: none;
	opacity: 1;
}
.btn-pdf--blue {
	border: 3px solid var(--color-main-blue);
	color: var(--color-main-blue) !important;
	box-shadow: 0 6px 0 var(--color-main-blue);
}
.btn-pdf--blue:hover {
	box-shadow: 0 2px 0 var(--color-main-blue);
}
.btn-pdf--orange {
	border: 3px solid #ff9519;
	color: #ff9519 !important;
	box-shadow: 0 6px 0 #ff9519;
}
.btn-pdf--orange:hover {
	box-shadow: 0 2px 0 #ff9519;
}
.btn-pdf__icon {
	flex-shrink: 0;
	margin-right: -25px;
}
.btn-pdf__icon img {
	width: auto;
	vertical-align: middle;
}
.btn-pdf__content {
	flex-grow: 1;
	text-align: center;
	margin-left: 1em;
}
.btn-pdf__title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.btn-pdf__sub {
	font-weight: bold;
	margin: 0;
}
.btn-pdf__arrow {
	width: 12px;
	height: 12px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-right: 5px;
}

/* Contact Tel */
.contact-tel-section {
	padding: 60px 0;
}
.contact-tel-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	margin: 0 auto;
}
.contact-tel__title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-tel__number-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.icon-freedial {
	height: 30px;
	width: auto;
	margin-right: 10px;
}
.tel-link {
	font-size: 44px;
	font-weight: bold;
	color: var(--color-main-red) !important;
	line-height: 1;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.contact-tel__info {
	font-size: 16px;
	line-height: 1.3;
}
.contact-tel__note {
	margin: -0;
}


/* ==========================================================================
 * Footer
 * ========================================================================== */
.footer {
	padding-top: 60px;
	width: 100%;
}
.footer__content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
	margin: 0 auto;
	gap: 20px;
}
.footer__logo {
	width: 33%;
}
.footer__logo img {
	max-width: 100%;
	height: auto;
}
.footer__info {
	width: fit-content;
	margin: 0;
}
.footer__row {
	display: flex;
	border-bottom: 1px dotted #444;
	padding: 7px 0;
}
.footer__row:first-child {
	border-top: none;
}
.footer__row dt {
	width: 150px;
	flex-shrink: 0;
}
.footer__row dd {
	margin: 0;
}
.footer__copyright {
	background-color: var(--color-main-red);
	color: #fff;
	text-align: center;
	padding: 10px 0 16px;
}
.footer__copyright small {
	font-size: 14px;
}


/* ==========================================================================
 * * Responsive Styles (SP: max-width 640px)
 * * ========================================================================== */

@media screen and (max-width: 1000px) {
    /* Header */
    .header__navi {
        display: none !important;
    }
    .header__sp-area {
        display: block !important;
    }
	header {
		position: relative;
		top: auto;
	}
	header .inner-width {
		min-width: unset
	}
	.header__box {
		height: 60px
	}
	.header__logo {
		width: 20%
	}
	.gnavi__link {
		color: #249e3e;
		font-weight: 700;
		background-color: #fff;
		text-decoration: none
	}
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 15px;
		right: 15px;
		padding: 0;
		z-index: 9999;
		width: 30px;
		cursor: pointer;
	}
	.menu__btn span,.menu__btn span:before,.menu__btn span:after {
		content: '';
		background: var(--color-main-red);
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px
	}
	.menu__btn span:before {
		bottom: 8px
	}
	.menu__btn span:after {
		top: 8px
	}
	#menu__btn--check:checked~.menu__btn span {
		background-color: rgba(255,255,255,0)
	}
	#menu__btn--check:checked~.menu__btn span:before {
		bottom: 0;
		transform: rotate(45deg)
	}
	#menu__btn--check:checked~.menu__btn span:after {
		top: 0;
		transform: rotate(-45deg)
	}
	#menu__btn--check {
		display: none
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 100;
		transition: all .5s;
		width: 100%
	}
	#menu__btn--check:checked~.gnavi__hamburger-menu {
		left: 0
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px var(--color-main-red);
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%
	}
	.gnavi__hamburger-menu ul li a:before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
		padding: 0
	}
	.gnavi__hamburger-menu ul li:last-child a:before {
		border-top: none;
		border-right: none;
		display: none
	}
	.navi__link {
		background: 0 0
	}
	.navi__link a {
		color: #000 !important
	}
	.navi__link a:before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important
	}
	#menu__btn--check:checked ~ .menu__btn {
		z-index: 10000;
	}

	/* Header Button SP */
    .header .btn-main-3d {
        padding: 18px 15px;
        max-width: 100%;
        box-shadow: 0 6px 0 #0056b3;
        display: flex;
        width: 100%;
		justify-content: center;
    }
    .header .btn-main-3d:hover {
        transform: translateY(3px);
        box-shadow: 0 3px 0 #0056b3;
    }
	.header .btn-badge {
		flex-direction: column;
		gap: 0;
		padding: 4px 8px;
		margin-right: 10px;
		border-radius: 6px;
	}
	.header .btn-badge .badge-txt {
		font-size: 1.4rem;
		line-height: 1;
	}
	.header .btn-badge .badge-txt:first-child {
		margin-bottom: 2px;
	}
    /* FV */
    .fv__people {
        display: none;
    }
    /* Usage */
	.usage-img {
        display: none;
    }
    /* Compare */
	.compare-fukidashi {
        top: 1vw;
        left: 3vw;
        width: 17%;
	}
}
@media screen and (min-width: 641px) {
	/* PC Only */
	.final-cta-section {
		background: url("../images/pc/cta_bg.jpg") no-repeat center center /cover;
	}
	.sec-compare {
		background: url('../images/pc/compare_bg.jpg') no-repeat center top;
		background-size: cover;
	}
}

@media screen and (max-width: 780px) {
	/* Simulation specific adjustment */
	.sec-sim {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sec-sim__ttl {
		width: 94%;
		margin: 0 auto;
	}
	.sim-box {
		padding: 0;
		background: transparent;
		box-shadow: none;
		width: 100%;
		margin-top: 9vw;
	}
	.sim-box-inner {
		background: #fff;
		border-radius: 10px;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.sim-label {
		margin-bottom: 15px;
		font-size: 1.8rem;
		padding-left: .5em;
		padding-bottom: .3em;
	}
	.sim-content-body {
		display: block; /* Flex解除 */
	}
	.sim-display-area {
		margin-left: 0;
		margin-bottom: 15px;
		width: 100%;
		justify-content: flex-start;
	}
	.sim-slider-block {
		width: 100%;
	}
	.sim-input-num {
		width: 80px;
		font-size: 2.4rem;
		padding: 6px;
	}
	.sim-range-labels {
		font-size: 1.8rem;
	}
	.sim-radio-group {
		gap: 20px;
	}
	.sim-radio-label {
		font-size: 2.0rem;
	}
	.sim-result-box {
		margin-top: 0;
		border-width: 3px;
	}
	.sim-result-head {
		font-size: 1.8rem;
	}
	.sim-result-body {
		padding: 10px 20px;
	}
	.sim-result-row dt {
		font-size: 1.6rem;
	}
	.sim-result-price {
		font-size: 2.8rem;
	}
	.sim-note--right {
		margin-top: 10px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 640px) {
	/* Common / Global */
	.inner--width {
		width: 90%;
		margin: 0 auto;
	}
	#page--container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	img {
		width: 100%;
	}
	.note {
		font-size: 1.2rem;
	}

	/* Header */
	.header__logo {
		width: 50%
	}

	/* FV */
	.fv {
		background: url("../images/sp/fv_bg.jpg") no-repeat center center /cover;
		padding: 6vw 0;
		overflow-x: hidden;
	}
	.fv__people img {
		max-height: 180px;
	}
	.fv-rate-banner {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: 100vw;
		margin-top: 6vw;
		padding: 2vw 0 3vw;
		box-sizing: border-box;
		border-radius: 0;
	}
	.rate-main-area {
		width: 90%;
		margin: 0 auto 1vw;
		gap: 1vw;
		padding-bottom: 0;
		align-items: baseline;
		flex-wrap: wrap;
		justify-content: center;
	}
	.rate-text {
		font-size: 7vw;
		line-height: 1;
		display: inline-block;
	}
	.rate-number {
		font-size: 12vw;
		font-weight: bold;
		letter-spacing: -0.05em;
	}
	.rate-unit-s {
		font-size: 6vw;
		font-weight: bold;
	}
	.badge-fixed {
		font-size: 4vw;
		padding: 0.3vw 1.5vw;
		margin-bottom: 2vw;
		margin-left: 1vw;
		border-radius: 1vw;
		position: relative;
		top: -1.5vw;
	}
	.loan-amount-text {
		font-size: 4.5vw;
		letter-spacing: 0.05em;
	}
	.fv__point{
		margin-top: 6vw;
	}

	/* Usage */
	.sec-usage {
		padding: 14vw 0;
	}
	.usage-list {
		gap: 15px;
		margin: 8vw auto 10vw;
	}
	.usage-list li {
		width: calc(50% - 10px);
	}
	.usage-banners {
		flex-direction: column;
		align-items: center;
		margin-top: 9vw;
	}
	.usage-banners img {
		width: 100%;
	}
	.usage-img {
		bottom: unset;
		top: 8vw;
		left: -6vw;
		width: 35%;
		z-index: 1;
        display: block;
	}
	.usage-bottom {
		flex-direction: column;
		margin-top: 9vw;
	}
	.usage-bottom__point {
		z-index: 2;
		margin-top: -1vw;
	}

	/* Omatome */
	.sec-omatome {padding: 10vw 0 14vw;}
	.omatome__ttl--top {
		margin-bottom: 9vw;
	}
	.omatome-before {
		padding: 5vw 4vw;
		margin-top: 0;
	}
	.omatome__top {
		margin-bottom: 6vw;
	}
	.omatome__top--txt {
		font-size: 4.8vw;
	}
	.omatome__top--num {
		font-size: 9vw;
	}
	.omatome-before__con {
		flex-direction: column;
		margin-top: 0;
	}
	.omatome-after {
		padding: 3vw 4vw 5vw;
	}
	.omatome__top--detail {
		font-size: 1.6rem;
	}
	.omatome-after__con {
		font-size: 5.5vw;
		padding-right: 26%;
		position: relative;
	}
	.omatome-after__con--large {
		font-size: 10vw;
	}
	.omatome-after img {
		width: 35%;
		bottom: -1.7vw;
		right: -5vw;
	}
	.omatome-after__con--otoku {
		color: var(--color-main-yellow);
	}
	.omatome-arrow {
		margin: 6vw auto;
		width: 84%;
	}
	.kanri {
		margin-top: 17vw;
		padding: 1px 5vw 9vw;
	}
	.kanri__ttl {
		margin-top: -4vw;
		margin: -4vw auto 0;
		width: 90%;
	}
	.kanri__img {
		margin-top: 9vw;
	}
	
	/* Web */
	.sec-web {
		padding: 14vw 0;
	}
	.web__point {
		margin-top: 9vw;
		flex-direction: column;
		align-items: center;
		gap: 3vw;
	}
	.web__point li {
		width: 100%;
		padding: 5vw;
		font-size: 5.5vw;
		line-height: 1.2;
	}
	.web__point--large {
		font-size: 7.5vw;
	}
	.web__all {
		margin: 9vw auto 0;
		width: 90%;
	}
	.web__recomend {
		margin-top: -7vw;
	}
	.web__bottom {
		margin-top: 9vw;
		font-size: 1.6rem;
	}
	.web__bottom img {
		width: 2em;
		display: block;
		margin: 0 auto .2em;
	}
	
	/* Flow */
	.sec-flow {
		padding: 14vw 0;
	}
	.flow__ttl {
		width: 70%;
		margin: 0 auto;
	}
	.flow__top {
		margin-top: 9vw;
	}
	.flow__tempo--top {
		font-size: 1.6rem;
		margin-top: 9vw;
	}
	.flow__tempo--large {
		font-size: 2.0rem;
		margin-bottom: 0.5em;
		display: inline-block;
	}
	.flow-item {
		padding: 5vw;
		margin-bottom: 16vw;
	}
	.flow-item:not(:last-child)::after {
		bottom: -11vw;
		border-width: 6vw 5vw 0 5vw;
	}
	.flow-item__content {
		padding-right: 0;
	}
	.flow-item__img {
		margin: 20px auto 0;
		width: 38%;
		top: -8vw;
		right: 7vw;
	}
	.flow-item__img.doc { width: 32%; }
	.flow-item__img.check { width: 24%; }
	.flow-item__img.goal { width: 32%; }
	.step-badge img {
		margin-bottom: 10px;
		width: 35vw;
	}
	.flow-title {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.txt-red-small {
		font-size: 1.4rem;
	}
    .note-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .note-list {
        padding-left: 1.5em;
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .note-list li {
        display: list-item;
        list-style-type: disc;
        margin-bottom: 5px;
    }
    .note-list li:not(:last-child)::after {
        content: none;
    }
	/* Flow Accordion SP */
	.flow-accordion {
		margin-top: 9vw;
	}
	.flow-accordion__head {
		font-size: 2.0rem;
		padding: 3vw 12vw 3vw 3vw;
	}
	.flow-accordion__head::after {
		border-width: 3vw 2vw 0 2vw;
	}
	.flow-accordion__body .inner-padding {
		padding: 5vw 0 7vw;
	}
	.flow-accordion .flow-item__img {
		top: -7vw;
	}
	.flow-accordion .flow-item {
		padding: 5vw;
	}

	/* Compare */
	.sec-compare {
		background: url("../images/sp/compare_bg.jpg") no-repeat top center / contain;
		padding: 14vw 0;
	}
    .compare__ttl {
        position: relative;
    }
	.compare__arrow {
		width: 7%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -26vw;
	}
	.compare__txt {
		font-size: 5vw;
		margin-top: 31vw;
		font-weight: bold;
	}
	.compare-fukidashi {
		top: 4vw;
		left: 0;
		width: 25%;
	}
	.compare-note {
		text-align: left;
	}
	.compare-table-wrapper {
		padding-top: 15vw;
		padding-bottom: 3vw;
	}
	.compare-table {min-width: 120vw;}
	.compare-table th,
	.compare-table td {
		padding: 10px 5px;
		height: auto;
	}
	.compare-table td {
		height: 5em;
	}
	.compare-table thead th {
		height: 50px;
		vertical-align: middle;
	}
	.compare-table tbody th {font-size: 1.8rem;}
	.compare-table .th-target {
		font-size: 1.5rem;
		top: -10px;
		height: 60px;
		padding-top: 14px;
		padding-bottom: 5px;
	}
	.compare-table .th-target img {
		width: 90%;
		height: auto;
		margin-top: 0;
		vertical-align: middle;
	}
	.compare-table .th-target::after {
		bottom: -12px;
		height: 12px;
	}
	.th-gray {
		font-size: 1.3rem;
	}
	.th-gray img {
		width: 70%;
		height: auto;
		vertical-align: middle;
	}
	.cell-large-text {
		font-size: 3.0rem;
	}
	.cell-large-text .unit {
		font-size: 1.1rem;
	}
	.cell-middle-text {font-size: 2.0rem;}
	.cell-small-text {font-size: 1.8rem;}
	
	/* FAQ */
	.sec-faq {
		padding: 14vw 0;
	}
	.faq__ttl {
		width: 70%;
		margin: 0 auto;
	}
	.faq-list {
		margin-top: 9vw;
	}
	.faq-item {
		padding: 5vw;
	}
	.faq-head picture, .faq-body picture {
		flex-shrink: 0;
		margin-right: 10px;
		margin-top: 4px;
		display: block;
	}
	.icon-q, .icon-a {
		height: auto;
		display: block;
		margin: 0;
	}
	.faq-title {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.faq-text {
		font-size: 1.8rem;
		line-height: 1.6;
	}

	/* Final CTA & Footer Buttons */
	.final-cta-section {
		padding: 10vw 0;
		background: url("../images/sp/cta_bg.jpg") no-repeat center center /cover;
	}
	.cta-white-box {
		padding: 5vw 3vw;
	}
	.cta-lead {
		font-size: 5.5vw;
		margin-bottom: .5em;
	}
	.cta-lead .deco-line {
		display:none;
	}
	.btn-main-3d {
		padding: 18px 15px;
		max-width: 100%;
		box-shadow: 0 6px 0 #0056b3;
	}
	.btn-main-3d:hover {
		transform: translateY(3px);
		box-shadow: 0 3px 0 #0056b3;
	}
	.btn-badge {
		flex-direction: column;
		gap: 0;
		padding: 4px 5px;
		margin-right: 10px;
		border-radius: 6px;
	}
	.btn-badge .badge-txt {
		font-size: 1.6rem;
		line-height: 1;
	}
	.btn-badge .badge-txt:first-child {
		margin-bottom: 2px;
	}
	.btn-text {
		font-size: 6vw;
	}
	.btn-arrow-circle {
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.btn-arrow-circle::after {
		width: 8px;
		height: 8px;
		border-width: 2px;
		left: 30%;
	}
	.link-text-arrow {
		font-size: 1.4rem;
		margin-top: 10px;
		display: block;
	}
	
	/* Footer PDF Buttons */
	.footer-btns {
		padding: 9vw 0;
	}
	.btn-pdf-container {
		flex-direction: column;
		align-items: center;
		gap: 8vw;
	}
	.btn-pdf {
		width: 100%;
		max-width: 340px;
		padding: 12px 15px;
	}
	.btn-pdf__title {
		font-size: 2.0rem;
	}
	.btn-pdf__sub {
		font-size: 1.6rem;
	}
	.btn-pdf__icon img {
		height: 10vw;
	}
	
	/* Contact Tel */
	.contact-tel-section {padding: 9vw 0;}
	.contact-tel-box {
		padding: 30px 15px;
	}
	.contact-tel__title {
		font-size: 1.8rem;
	}
	.icon-freedial {
		height: 24px;
		margin-right: 5px;
	}
	.tel-link {
		font-size: 3.2rem;
		pointer-events: auto;
		cursor: pointer;
	}
	.contact-tel__time {
		font-size: 1.4rem;
	}
	.contact-tel__note {
		font-size: 1.1rem;
	}
	
	/* Footer */
	.footer {
		padding-bottom: 18vw;
		padding-top: 9vw;
	}
	.footer__content {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 40px;
	}
	.footer__logo {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer__logo img {
		width: 70%;
	}
	.footer__info {
		width: 100%;
		font-size: 1.6rem;
	}
	.footer__row {
		display: block;
		padding: 15px 0;
	}
	.footer__row:first-child {
		border-top: none;
	}
	.footer__row dt {
		width: 100%;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.footer__row dd {
		font-weight: normal;
	}
	
	/* SP Fixed Tel */
	.sp-tel-fixed {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	}
	.sp-tel-fixed img {
		display: block;
		width: 100%;
		height: auto;
	}

    /* float cta */
    .float__cta--sp {
		padding: 2% 5%;
		position: fixed;
		bottom: 0;
		text-align: center;
		width: 100%;
		z-index: 997;
		box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	}
    .float__cta--sp .btn-main-3d {padding: 5px;margin-bottom: 7px;justify-content: center;}
	.float__cta--sp .btn-main-3d:hover {
		transform: translateY(3px);
		box-shadow: 0 3px 0 #0056b3;
	}
	.float__cta--sp .btn-badge {
		flex-direction: column;
		gap: 0;
		padding: 4px 5px;
		margin-right: 10px;
		border-radius: 6px;
	}
	.float__cta--sp .btn-badge .badge-txt {
		font-size: 1.4rem;
		line-height: 1;
	}
	.float__cta--sp .btn-badge .badge-txt:first-child {
		margin-bottom: 2px;
	}
	.float__cta--sp .btn-text {
		font-size: 2.4rem;
		padding-bottom: 0;
	}
	.float__cta--sp .btn-arrow-circle {
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.float__cta--sp .btn-arrow-circle::after {
		width: 8px;
		height: 8px;
		border-width: 2px;
		left: 30%;
	}
	.float__cta--sp .link-text-arrow {
		font-size: 1.4rem;
		margin-top: 10px;
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.btn-text {
		font-size: 7vw;
		line-height: 1.2;
	}
	.btn-text__block {
		display: block;
	}
	.btn-main-3d,
	.header .btn-main-3d {
		justify-content: space-evenly;
		padding: 10px;
	}
	.float__cta--sp .btn-main-3d {
		padding: 5px;
		justify-content: center;
	}
	.float__cta--sp .btn-text {
		font-size: 6.5vw;
	}
	.float__cta--sp .btn-arrow-circle::after {
		left: 28%;
	}
	.tel-link {
		font-size: 3.0rem;
	}

}

/* ==========================================================================
 * スクロール誘導指
 * ========================================================================== */
@media screen and (max-width: 640px) {
  .compare-table::before {
    content: "";
    position: absolute;
    top: 65%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 120px;
    background-image: url('../images/sp/hand_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.6s ease;
    animation: flyRight 1.2s ease-in-out infinite;
    z-index: 20;
    opacity: 1;
  }

  .compare-table-wrapper.scrolled .compare-table::before {
    opacity: 0;

  }
}
@keyframes flyRight {
  0%   { right: 0%; }
  70%  { right: 30%; }
  100% { right: 30%; }
}