@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	text-align: left;
	color: #000;
	text-align: justify;
	overflow-x: hidden;
}

.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

body .sp-item {
	display: none !important;
}

body .pc-item {
	display: block !important;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height: 100%;
	}

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

	body .sp-item img {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.sp img {
		max-width: 90%;
	}

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

	.sp03 img {
		max-width: 70%;
	}
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.ov_hd {
	overflow: hidden;
}

.bg_none {
	background-image: none !important;
}

a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.line_0 {
	line-height: 0;
}

.zindex {
	z-index: 200;
}

input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

input[type=image]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


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

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
	font-style: normal;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}

.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}

.red {
	color: #ff0000;
}

.yellow {
	background-color: #ffff00;
}

.gray {
	color: #666666;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

.al {
	text-align: left !important;
}

.bold {
	font-weight: bold !important;
}

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
	line-height: 150%;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.font21 {
	font-size: 21px !important;
}

.font22 {
	font-size: 22px !important;
}

.font23 {
	font-size: 23px !important;
}

.font24 {
	font-size: 24px !important;
}

.font25 {
	font-size: 25px !important;
}

.font26 {
	font-size: 26px !important;
}

.font27 {
	font-size: 27px !important;
}

.font28 {
	font-size: 28px !important;
}

.font29 {
	font-size: 29px !important;
}

.font30 {
	font-size: 30px !important;
}

.font32 {
	font-size: 32px !important;
}

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

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.clear {
	clear: both;
}

img {
	line-height: 0;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* --------------------------------
header
-------------------------------- */

header {
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left {
	width: 10%;
	padding-left: 20px;
}

.header-right {
	padding-right: 20px;
}

@media screen and (max-width: 640px) {
	header {
		height: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header-left img {
		height: 25px;
		width: auto;
	}

	.header-right img {
		width: auto;
		height: 25px;
	}
}


/* --------------------------------
fv
-------------------------------- */

.fv {
	background-image: url(../images/present/fv_bg.webp);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.fv-inner {
	text-align: right;
}

.fv-inner img {
	max-width: 612px;
	width: 100%;
	padding-top: 20px;
	padding-right: 8%;
}

@media screen and (max-width: 640px) {
	.fv-sp img {
		width: 100%;
	}
}

/* --------------------------------
   Ebook Download Section Styles
-------------------------------- */
.ebook-download {
    background-color: #ffeef0; /* 薄いピンクの背景 */
    padding: 60px 0;
    margin: 40px auto;
    max-width: 1100px;
    border-radius: 20px;
}

.ebook-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px;
}

.ebook-image {
    flex: 0 0 300px;
}

.ebook-image img {
    width: 100%;
    height: auto;
}

.ebook-form-area {
    flex: 1;
    text-align: center;
}

.form-instruction {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.form-arrows {
    color: #C30D23;
    font-size: 18px;
    margin-bottom: 20px;
}

.ebook-input {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.ebook-submit-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    max-width: 500px;
    transition: transform 0.2s;
}

.ebook-submit-btn:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.ebook-submit-btn img {
    width: 100%;
    height: auto;
}

.form-note {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
		font-family: "Zen Maru Gothic", sans-serif;
}

/* --------------------------------
   SP Responsive for Ebook
-------------------------------- */
@media screen and (max-width: 640px) {
    .ebook-download {
        margin: 30px 20px;
        padding: 60px 20px;
    }

    .ebook-inner {
        flex-direction: column;
        gap: 30px;
    }

    .ebook-image {
        flex: 0 0 auto;
        width: 80%;
				margin-top: -110px;
    }

    .form-instruction {
        font-size: 18px;
    }

    .ebook-input {
        font-size: 16px;
    }

    .form-note {
        text-align: center;
        padding: 0 10px;
    }
}

/* --------------------------------
nayami
-------------------------------- */

.nayami {
	padding: 120px 0;
	text-align: center;
	background-color: #D9D9D9;
}

.nayami img {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.nayami {
		padding: 0;
	}

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

/* --------------------------------
soudan
-------------------------------- */

.soudan {
	text-align: center;
	background-image: url(../images/present/anatanomono.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}

.soudan-inner img {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.soudan {
		background-image: none;
		height: auto;
	}
}


/* --------------------------------
four
-------------------------------- */

.four {
	padding: 80px 0;
	text-align: center;
}

.four-inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	background-color: #FFF0F2;
	padding: 40px 0;
}

.four-item-ttl img {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.four-item {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.four-item img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.four-item-icon img {
	max-width: 116px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.four-item-text {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

.four-item-text p {
	font-size: 14px;
	line-height: 1.7;
	font-family: "Yu Gothic", sans-serif;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	.four {
		padding: 0px;
	}

	.four-inner {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF0F2;
	padding: 20px 0;
}

	.four-item-ttl img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding-top: 40px 0;
	}

	.four-item {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.four-item img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}

	.four-item-icon img {
		max-width: 116px;
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.four-item-text {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.four-item-text p {
		font-size: 14px;
		line-height: 1.7;
		font-family: "Yu Gothic", sans-serif;
		font-weight: normal;
	}

	.four-item-text p span {
		font-weight: 600;
	}
}


/* --------------------------------
who
-------------------------------- */

.who {
	padding: 80px 0;
}

.who-inner {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
}

.who-inner img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.who {
		padding: 80px 0 40px;
	}
}


/* --------------------------------
why
-------------------------------- */

.why {
	padding: 40px 0 80px;
}

.why-inner {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
}

.why-inner img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.why {
		padding: 40px 0 80px;
	}
}



/* --------------------------------
message
-------------------------------- */

.message {
	padding: 120px 0;
	background-image: url(../images/present/profile_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.message img {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.message {
		padding: 0;
		background-image: none;
	}
}

/* --------------------------------
promise
-------------------------------- */

.promise {
	padding: 120px 0;
}

.promise-title img {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.promise-inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.promise-list {
	padding-bottom: 80px;
}

.promise-list img {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}

.promise-list p {
	font-size: 15px;
	text-align: justify;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 640px) {
	.promise {
		padding: 60px 0 40px;
	}

	.promise-title img {
		width: 90%;
		margin: 0 auto;
	}

	.promise-inner {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.promise-list {
		padding-bottom: 40px;
	}

	.promise-list img {
		max-width: 100%;
		width: 100%;
	}
}

/* --------------------------------
flow
-------------------------------- */

.flow {
	padding: 120px 0 60px;
}

.flow-title img {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.flow-list-btn {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 120px;
}

.flow-list-btn img {
	max-width: 100%;
	width: 100%;
}

.flow-btn {
	display: flex;
	justify-content: center;
	align-items: baseline;
	max-width: 98%;
	width: 100%;
	margin: -120px auto 0;
	text-align: center;
	padding: 0 10px;
	gap: 20px;
}

.flow-btn img {
	max-width: 300px;
	width: 100%;
}

.flow-list {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.flow-list img {
	max-width: 1000px;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.flow-title img {
		width: 60%;
	}

	.flow-list-btn img {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	.flow-btn {
		display: block;
		margin: -260px auto;
		padding: 0 0 190px 0;
	}

	.flow-btn img {
		max-width: 90%;
		width: 100%;
		padding-bottom: 10px;
	}

	.flow-list {
		padding-bottom: 20px;
	}

	.flow-list img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}
}

/* --------------------------------
company
-------------------------------- */

.company {
	padding: 120px 0;
	background-color: #fbfbfb;
}

.company-title {
	max-width: 200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.company-title img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.company-inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.company-list {
	padding-bottom: 80px;
}

.company-list img {
	max-width: 1000px;
	width: 100%;
}

/* Company Table */

/* 既存のflex指定を解除してブロック表示にする */
.company-inner.company-table-wrap {
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.company-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Yu Gothic", sans-serif;
	font-size: 16px;
}

.company-table th,
.company-table td {
	padding: 25px 30px;
	border-bottom: 1px solid #ddd;
	/* 薄いグレーのボーダー */
	vertical-align: top;
	text-align: left;
	line-height: 1.8;
}

/* 最後の行だけボーダーを消す場合 */
.company-table th.no-border,
.company-table td.no-border {
	border-bottom: none;
}

.company-table th {
	width: 20%;
	/* 見出しの幅 */
	color: #C30D23;
	/* ブランドカラーの赤 */
	font-weight: bold;
	white-space: nowrap;
	/* 見出しを折り返さない */
}

.company-table td {
	width: 80%;
	color: #333;
}

/* 事業内容のリストスタイル */
.company-list-disc li {
	display: block;
	position: relative;
	padding-left: 1em;
}

.company-list-disc li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.8em;
	color: #333;
}

/* --------------------------------
   SP (Mobile) Styles
-------------------------------- */
@media screen and (max-width: 640px) {
	.company {
		padding: 60px 0;
	}

	.company-title {
		max-width: 100px;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.company-title img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.company-table {
		display: block;
		width: 100%;
	}

	.company-table tbody,
	.company-table tr,
	.company-table th,
	.company-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.company-table tr {
		margin-bottom: 0;
	}

	.company-table th {
		padding: 20px 20px 5px 20px;
		/* 下のパディングを減らす */
		border-bottom: none;
		/* スマホでは見出しの下線を消す */
		width: 100%;
	}

	.company-table td {
		padding: 5px 20px 20px 20px;
		/* 上のパディングを減らす */
		width: 100%;
	}
}

/* --------------------------------
faq
-------------------------------- */
.faq {
	padding: 120px 0;
}

.faq-title {
	max-width: 200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.faq-title img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

/* --------------------------------
   FAQ Styles
-------------------------------- */

.faq-inner {
	max-width: 1000px;
	/* 他のセクションと幅を統一 */
	width: 90%;
	margin: 0 auto;
}

.faq-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	/* カード間の余白 */
}

/* FAQカードのデザイン */
.faq-item {
	width: 48%;
	/* PCでは2列 */
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	/* ふんわりした影 */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* QとAの間隔 */
}

/* Qエリアのデザイン */
.faq-q {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	border-bottom: 1px dashed #ddd;
	/* 破線の下線（デザインにより調整可、画像にはなさそうなら削除OK） */
	padding-bottom: 15px;
	margin-bottom: 5px;
}

/* 画像を見る限りQとAの間に線はないようなのでborderを削除 */
.faq-q {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.faq-q p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 0;
	color: #333;
	font-family: "Yu Gothic", sans-serif;
}

/* Aエリアのデザイン */
.faq-a {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.faq-a p {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 0;
	color: #333;
	text-align: justify;
	font-family: "Yu Gothic", sans-serif;
}

/* アイコン共通スタイル */
.faq-icon-q,
.faq-icon-a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	/* アイコンが潰れないようにする */
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: sans-serif;
	/* ゴシック体 */
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

/* Qアイコン（赤背景・白文字） */
.faq-icon-q {
	background-color: #C30D23;
	color: #fff;
}

/* Aアイコン（白背景・赤枠・赤文字） */
.faq-icon-a {
	background-color: #fff;
	border: 1px solid #C30D23;
	color: #C30D23;
}

/* --------------------------------
   SP (Mobile) Styles for FAQ
-------------------------------- */
@media screen and (max-width: 640px) {
	.faq-list {
		display: block;
		/* 縦積み */
		gap: 0;
	}

	.faq-item {
		width: 100%;
		margin-bottom: 20px;
		/* 下の余白 */
		padding: 20px;
	}

	.faq-q p {
		font-size: 15px;
	}

	.faq-a p {
		font-size: 14px;
	}

	.faq-title {
		max-width: 180px;
	}
}

/* --------------------------------
   Form Styles
-------------------------------- */

.form {
	padding: 120px 0;
	background-color: #fbfbfb;
	/* 背景色（薄いグレー） */
}

.form-title {
	max-width: 200px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.form-title img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.form-text {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

.form-text p {
	font-size: 14px;
	font-family: "Yu Gothic", sans-serif;
}

.form-text a {
	color: #333;
	text-decoration: underline;
}

.form-text a:hover {
	text-decoration: underline;
}

.form-inner {
	max-width: 800px;
	/* フォームの最大幅 */
	width: 90%;
	margin: 0 auto;
}

/* 各入力項目のセット */
.form-item {
	margin-bottom: 30px;
}

/* ラベル部分 */
.form-list dt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Yu Gothic", sans-serif;
}

/* 必須バッジ */
.required {
	background-color: #C30D23;
	color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 10px;
	vertical-align: middle;
	font-weight: normal;
}

/* 入力フィールド共通 */
.form-list dd input[type="text"],
.form-list dd input[type="tel"],
.form-list dd input[type="email"],
.form-list dd textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	/* パディングを含めて幅を計算 */
	font-family: "Yu Gothic", sans-serif;
}

/* テキストエリアの高さ調整 */
.form-list dd textarea {
	height: 200px;
	resize: vertical;
	/* 縦方向のみリサイズ許可 */
}

/* プレースホルダーの色 */
::placeholder {
	color: #ccc;
}

/* 送信ボタンエリア */
.form-btn-wrap {
	text-align: center;
	margin-top: 60px;
}

/* 送信ボタン */
.form-submit-btn {
	background-color: #C30D23;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 80px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: opacity 0.3s;
	position: relative;
	font-family: "Yu Gothic", sans-serif;
}

/* ボタンの右矢印アイコン（擬似要素で作成） */
.form-submit-btn::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 15px;
	margin-bottom: 1px;
}

.form-submit-btn:hover {
	opacity: 0.8;
}

/* --------------------------------
   SP (Mobile) Styles for Form
-------------------------------- */
@media screen and (max-width: 640px) {
	.form {
		padding: 60px 0;
	}

	.form-title {
		max-width: 150px;
		padding-bottom: 40px;
	}

	.form-item {
		margin-bottom: 20px;
	}

	.form-list dt {
		font-size: 14px;
	}

	.form-list dd input[type="text"],
	.form-list dd input[type="tel"],
	.form-list dd input[type="email"],
	.form-list dd textarea {
		padding: 12px;
		font-size: 14px;
	}

	.form-submit-btn {
		width: 100%;
		/* スマホでは幅いっぱい */
		padding: 15px 0;
		font-size: 16px;
	}
}

/* --------------------------------
   Footer Styles
-------------------------------- */
footer {
	background-color: #fff;
	padding: 60px 0;
}

.footer-inner {
	margin: 0 auto;
}

.footer-logo {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footer-logo img {
	max-width: 100%;
	width: 100%;
}

.footer-text {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.footer-text p {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	font-family: "Yu Gothic", sans-serif;
}

.footer-info {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-info a {
	color: #333;
	text-decoration: none;
	font-family: "Yu Gothic", sans-serif;
	font-size: 12px;
}

.footer-info a:hover {
	text-decoration: underline;
}

.footer-copyright {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-copyright p {
	font-size: 10px;
	line-height: 1.6;
	color: #333;
	font-family: "Yu Gothic", sans-serif;
}

@media screen and (max-width: 640px) {
	.footer-copyright p {
		font-size: 10px;
	}
}

/* --------------------------------
   Thanks Page Styles
-------------------------------- */

.thanks {
	padding: 180px 0 150px;
	text-align: center;
	background-color: #fbfbfb;
	min-height: 50vh;
	/* コンテンツが少なくてもある程度の高さを確保 */
}

.thanks-inner {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 60px 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.thanks-title {
	font-size: 28px;
	font-weight: bold;
	color: #C30D23;
	/* ブランドカラーの赤 */
	margin-bottom: 40px;
	font-family: "Yu Gothic", sans-serif;
	position: relative;
	padding-bottom: 20px;
}

.thanks-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #C30D23;
}

.thanks-text p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
	font-family: "Yu Gothic", sans-serif;
	color: #333;
}

.thanks-btn-wrap {
	margin-top: 50px;
}

.thanks-btn {
	display: inline-block;
	background-color: #C30D23;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 60px;
	border-radius: 50px;
	text-decoration: none;
	transition: opacity 0.3s;
	font-family: "Yu Gothic", sans-serif;
	position: relative;
}

.thanks-btn::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-bottom: 2px;
}

.thanks-btn:hover {
	opacity: 0.8;
}

/* --------------------------------
   SP (Mobile) Styles for Thanks
-------------------------------- */
@media screen and (max-width: 640px) {
	.thanks {
		padding: 120px 0 80px;
	}

	.thanks-inner {
		padding: 40px 20px;
	}

	.thanks-title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.thanks-text p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		/* スマホでは読みやすく左寄せ */
	}

	.thanks-btn {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}

/* ----------------------------------------------------
    PC Fixed Footer (追従ボタン)
---------------------------------------------------- */
.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	/* デザインに合わせて高さを調整 */
	background-color: #C30D23;
	/* ブランドカラーの赤 */
	background-image: url(../images/pc/fix_bg_pc.webp);
	/* 街並みの背景画像 */
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/* 横幅いっぱいに表示 */
	z-index: 9999;
	/* 最前面に表示 */
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
	/* 上部に薄い影 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-footer-inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/* 下揃え（吹き出し部分の高さを考慮） */
	gap: 20px;
	/* ボタン間の余白 */
	width: 100%;
	max-width: 1200px;
	padding: 10px 0;
	/* 下に少し余白を持たせて配置調整 */
	box-sizing: border-box;
	margin: 0 auto;
}

.fixed-footer-inner a {
	display: block;
	transition: opacity 0.3s ease;
	line-height: 0;
}

.fixed-footer-inner a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* 画像のサイズ調整 */
.fixed-footer-inner a img {
	max-width: 380px;
	width: 100%;
}

/* 必要に応じてボタンごとの微調整 */
.fixed-btn.line img {
	/* LINEボタン固有の調整があれば記述 */
}

.fixed-btn.tel img {
	/* 電話ボタン固有の調整があれば記述 */
}

.fixed-btn.mail img {
	/* メールボタン固有の調整があれば記述 */
}

/* ----------------------------------------------------
    SP Fixed Footer (追従ボタン)
---------------------------------------------------- */
.fixed-footer-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	/* 最前面に表示 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-footer-inner-sp {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/* 下揃え（吹き出し部分の高さを考慮） */
	width: 100%;
	margin: 0 auto;
}

.fixed-footer-inner-sp a {
	display: block;
	transition: opacity 0.3s ease;
	line-height: 0;
}

.fixed-footer-inner-sp a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* 画像のサイズ調整 */
.fixed-footer-inner-sp a img {
	max-width: 380px;
	width: 100%;
}