@charset "utf-8";
/*
Theme Name: はなだオフィス
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* 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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* テキスト調整 */
.zenMaruGothic {
	font-family: "Zen Maru Gothic", serif;
}

.oswald {
	font-family: "Oswald", sans-serif;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

.textBold {
	font-weight: 700;
}

/* 共通パーツ */
.inner {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

.heading01 {
	margin-bottom: 40px;
	font-size: 4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}

.heading02 {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.05em;
	color: #ab61a7;
}

.btn {
	min-width: 300px;
	padding: 1.3em 3.5em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #ffffff;
	background: #af79ac url(./img/common/icon_arrow_white.svg) no-repeat right 1.5em center / 1em;
	border-radius: 2.23em;
	box-shadow: 0 8px #81477e;
}

/* 料金表 */
.price {
	padding: 0 20px 25px;
	position: relative;
	background-color: #af79ac;
	border-radius: 15px;
}

.priceCaption {
	position: absolute;
	bottom: calc(100% + 10px);
	right: 0;
	font-size: 1.4rem;
}

.priceTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.priceTableHead {
	font-weight: 700;
	color: #ffffff;
}

.priceTable th {
	padding: 15px 10px 10px 10px;
}

.priceTable td {
	padding: 20px 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d7bfd6;
	vertical-align: middle;
}

.priceTable td:first-child {
	font-weight: 700;
	background-color: #f7f0f7;
}

/* よくある質問 */
.faqQ {
	cursor: pointer;
}

.faqBlock {
	border-bottom: 1px solid #cbccca;
}

.faqQInner {
	padding: 15px 80px 15px 20px;
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.faqQInner::before,
.faqQInner::after {
	content: "";
	width: 15px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	background-color: #333333;
	transition: all 0.3s ease 0s;
}

.faqQInner::after {
	transform: translateY(-50%) rotate(90deg);
}

.faqQ.open .faqQInner::after {
	transform: rotate(0);
}

.faqQHead {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	color: #ab61a7;
	background-color: #efe0ee;
	border-radius: 50%;
}

.faqQBody {
	flex-grow: 1;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
}

.faqA {
	display: none;
}

.faqAInner {
	margin-bottom: 20px;
	padding: 20px 30px 20px 20px;
	display: flex;
	align-items: center;
	column-gap: 40px;
	background-color: #fcf9fc;
}

.faqAHead {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	line-height: 1.875;
	color: #ffffff;
	background-color: #af79ac;
	border-radius: 50%;
}

.faqABody {
	flex-grow: 1;
	font-size: 1.6rem;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ヘッダー
------------------------------------ */
#header {
	width: 100%;
	padding-top: 25px;
	padding-inline: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

#headerInner {
	max-width: 1200px;
	margin-inline: auto;
	padding: 15px 30px 15px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

#headerLogo {
	width: 218px;
	height: 50px;
	flex-shrink: 0;
	overflow: hidden;
	background: url(./img/common/logo_header.svg) no-repeat center center / contain;
	transition: all 0.3s ease-in-out 0s;
}

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#headerLogo span {
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	opacity: 0;
}

#headerNav {
	margin-left: auto;
}

#headerNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px 20px;
}

#headerNav a {
	font-size: 1.4rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#headerTel {
	flex-shrink: 0;
}

#headerTelNum {
	margin-bottom: 3px;
	position: relative;
	padding-left: 1em;
	font-size: 2.6rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.035em;
	color: #ab61a7;
	transition: all 0.3s ease-in-out 0s;
}

#headerTelNum::before {
	content: "";
	width: 20px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(./img/common/icon_tel.svg) no-repeat center center / contain;
}

#headerTelNum a {
	color: inherit;
}

#headerTelHour {
	font-size: 1.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 12px;
	background-color: #f2f1f2;
	transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
	#menuBtn, #menuSp {
		display: none!important;
	}

	#header.isScroll #headerLogo {
		width: 176px;
		height: 40px;
	}

	#header.isScroll #headerTelNum {
		font-size: 2rem;
	}

	#header.isScroll #headerTelNum::before {
		width: 15px;
	}

	#header.isScroll #headerTelHour {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#headerLogo {
		width: 176px;
		height: 40px;
	}

	#headerNav a {
		font-size: 1.3rem;
	}

	#headerTelNum {
		font-size: 2rem;
	}

	#headerTelNum::before {
		width: 15px;
	}

	#headerTelHour {
		font-size: 1rem;
	}
}

/* CTA
------------------------------------ */
#cta {
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
	background-color: #faf7fa;
}

#cta::after {
	content: "";
	width: 100%;
	height: 158px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	background: url(./img/common/cta_deco_bottom.svg) no-repeat center top / cover;
	z-index: 1;
}

@media screen and (min-width: 1750px) {
	#cta::after {
		height: 9.029vw;
	}
}

#cta.bgWhite {
	background-color: #ffffff;
}

#cta.bgWhite::after {
	background-image: url(./img/common/cta_deco_bottom_white.svg);
}

#ctaBox {
	width: 92%;
	max-width: 1200px;
	margin-inline: auto;
	padding-top: 40px;
	padding-bottom: 45px;
	background-color: #fef290;
	border-radius: 30px;
}

#ctaSubTitle {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background: url(./img/common/cta_deco_fukidashi.svg) no-repeat center bottom / 100%;
}

#ctaTitle {
	margin-bottom: 10px;
	font-size: 3.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}

#ctaText {
	margin-bottom: 30px;
	line-height: 1.8;
	text-align: center;
}

#ctaText .textLg {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#ctaText .marker {
	position: relative;
	z-index: 1;
}

#ctaText .marker::before {
	content: "";
	width: 100%;
	display: block;
	height: 10px;
	background-color: rgba(175, 121, 172, 0.7);
	position:absolute;
	bottom: -0.2em;
	left: 0;
	border-radius: 10px;
	z-index: -1;
}

.ctaContact {
	display: flex;
	gap: 30px 6%;
}

.ctaContactItem {
	flex: 1;
	padding-block: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background-color: #ffffff;
	border-radius: 20px;
}

.ctaContactImg {
	flex-basis: 111px;
}

.ctaContactContent {
	flex-basis: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ctaContactTitle {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
}

.ctaContactTelNum {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1em;
	font-size: 3.4rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.035em;
	line-height: 1;
	color: #ab61a7;
}

.ctaContactTelNum::before {
	content: "";
	width: 0.77em;
	height: 0.85em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(./img/common/icon_tel.svg) no-repeat center center / contain;
}

.ctaContactTelNum a {
	color: inherit;
}

.ctaContactTelHour {
	padding: 5px 15px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 12px;
	background-color: #f2f1f2;
	border-radius: 20px;
}

.ctaContactLink .btn {
	min-width: 200px;
	padding: 1em 2em;
	font-size: 1.6rem;
	background-position: right 0.8em center;
	box-shadow: 0 5px #81477e;
}

/* フッター
------------------------------------ */
#footer {
	padding-top: 260px;
	padding-bottom: 130px;
	position: relative;
	background: url(./img/common/bg_footer.jpg) no-repeat center bottom / cover;
}

@media screen and (min-width: 1750px) {
	#footer {
		padding-top: 14.857vw;
	}
}

#footer .inner {
	width: 1280px;
}

#footerWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

#footerMain {
	flex-shrink: 0;
	color: #ffffff;
}

#footerLogo {
	width: 246px;
	margin-bottom: 20px;
}

#footerInfo {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.75;
}

#footerMenu {
	margin-bottom: 40px;
	display: flex;
	gap: 24px 80px;
}

.footerMenuList li:not(:last-child) {
	margin-bottom: 1.5em;
}

.footerMenuList a {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
}

.footerMenuListChild {
	margin-top: 0.5em;
}

.footerMenuListChild li {
	margin-left: 5px;
}

.footerMenuListChild li:not(:last-child) {
	margin-bottom: 0.5em;
}

.footerMenuListChild a {
	font-size: 1.4rem;
	font-weight: 500;
}

.footerMenuListChild.category li {
	padding-left: 16px;
	position: relative;
}

.footerMenuListChild.category li::before {
	content: "";
	width: 8px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #d895d4;
}

#footerCopyright {
	font-size: 1.4rem;
	color: #d4d2d2;
}

#footerAccess {
	width: 56%;
	padding: 20px 35px 30px;
	background-color: #ffffff;
	border-radius: 20px;
}

#footerAccessTitle {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #ab61a7;
}

#footerAccessMap {
	margin-bottom: 10px;
	border-radius: 15px;
	overflow: hidden;
}

#footerAccessMap iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 596 / 378;
	vertical-align: bottom;
}

#footerAccessWay {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 40px;
}

.footerAccessWayItem {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.5rem;
}

#pagetop {
	position: absolute;
	top: -30px;
	right: 40px;
	z-index: 2;
}

/* 追従のお問い合わせボタン
------------------------------------ */
#fixed {
	width: 140px;
	height: 140px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10;
}

#fixed a {
	width: 100%;
	height: 100%;
	padding-top: 18px;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.3;
	text-align: center;
	background: url(./img/common/fixed_bg.png) no-repeat center center / contain;
	border-radius: 50%;
}

#fixed a .textLg {
	display: block;
	font-size: 1.8rem;
}

#fixed.entry a {
	background-image: url(./img/common/fixed_bg_entry.png);
}

#fixed.entry a .textLg {
	letter-spacing: -0.075em;
}

/* 下層ページタイトル
------------------------------------ */
#pageHead {
	height: 600px;
	position: relative;
}

#pageHead::before {
	content: "";
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(./img/common/bg_page-head_pc.png) no-repeat center bottom / cover;
}

#pageHeadInner {
	max-width: 1400px;
	height: 100%;
	margin-inline: auto;
	padding-left: 6%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

#pageTitle {
	font-size: 4.3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}

#pageTitle span {
	display: inline-block;
}

#pageHeadImg {
	max-width: 60%;
	flex-shrink: 0;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.btn {
		transition: all 0.3s ease 0s;
	}

	.btn:hover {
		box-shadow: none;
		transform: translateY(8px);
	}

	#headerNav a {
		transition: all 0.3s ease 0s;
	}

	#headerNav a:hover {
		color: #ab61a7;
	}
	
	.ctaContactLink .btn:hover {
		box-shadow: none;
		transform: translateY(5px);
	}

	.footerMenuList a {
		transition: all 0.3s ease 0s;
	}

	.footerMenuList a:hover {
		color: #d895d4;
	}

	#fixed a {
		transition: all 0.3s ease 0s;
	}

	#fixed a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#container {
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.inner {
		padding: 0 30px;
	}

	.pcbr {
		display: none;
	}

	/* ヘッダー
	------------------------------------ */
	#header {
		padding-top: 20px;
		padding-inline: 20px;
		position: absolute;
	}
	
	#headerInner {
		background-color: transparent;
		box-shadow: none;
		padding: 0;
	}

	#headerNav {
		display: none;
	}

	#headerTel {
		display: none;
	}

	/* メニューボタン */
	#menuBtn {
		width: 60px;
		height: 60px;
		display: block;
		position: fixed;
		top: 15px;
		right: 15px;
		background-color: #af79ac;
		transition: .2s;
		border: none;
		border-radius: 50%;
		cursor: pointer;
		z-index: 21;
	}

	.menuBtnBar {
		width: 30px;
		height: 1px;
		position: absolute;
		left: 15px;
		background-color: #FFFFFF;
		transition: 0.3s;
	}

	.menuBtnBar:nth-child(1) {
		top: 20px;
	}
	.menuBtnBar:nth-child(2) {
		top: 30px;
	}
	.menuBtnBar:nth-child(3) {
		top: 40px;
	}

	#menuBtn.open .menuBtnBar:nth-child(1) {
		top: 30px;
		transform: rotate(45deg);
	}
	#menuBtn.open .menuBtnBar:nth-child(2) {
		opacity: 0;
	}
	#menuBtn.open .menuBtnBar:nth-child(3) {
		top: 30px;
		transform: rotate(-45deg);
	}

	/* メニュー中身 */
	#menuSp {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		background-color: #ffffff;
		z-index: 20;
	}

	#menuSpInner {
		height: 100%;
		padding-top: 20px;
		overflow: auto;
	}

	#menuSpLogo {
		width: 218px;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	#menuSpNav {
		letter-spacing: 0.05em;
	}

	#menuSpNav > li {
		border-top: 1px solid #e5e4e4;
	}

	#menuSpNav > li > a {
		padding: 15px 20px;
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		background: #fff url(./img/common/icon_menu_arrow.svg) no-repeat right 20px center / 15px;
	}

	.menuSpNavChild {
		padding: 20px;
		background-color: #f7f7f7;
	}

	.menuSpNavChild > li {
		padding-left: 20px;
		position: relative;
	}

	.menuSpNavChild > li::before {
		content: "";
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-color: #b5b1a3;
	}

	.menuSpNavChild > li + li {
		margin-top: 12px;
	}

	.menuSpNavChild > li > a {
		display: block;
		font-size: 1.5rem;
		font-weight: 700;
	}

	/* CTA
	------------------------------------ */
	.ctaContact {
		flex-direction: column;
	}

	/* フッター
	------------------------------------ */
	#footerWrap {
		flex-direction: column;
	}

	#footerAccess {
		width: 100%;
		order: -1;
	}

	/* 下層ページタイトル（仮）
	------------------------------------ */
	#pageHead {
		height: 350px;
		padding-top: 100px;
	}

	#pageHead::before {
		height: 100%;
	}

	#pageHeadInner {
		padding-inline: 4%;
	}

	#pageHeadImg {
		width: 320px;
		margin-left: auto;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tabbr {
		display: block;
	}

	/* フッター
	------------------------------------ */
	#footer {
		padding-bottom: 80px;
	}

	#footerMain {
		width: 100%;
	}

	.footerMenuList {
		flex: 1;
	}

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		font-size: 1.6rem;
	}

	.spbr {
		display: block;
	}

	.spHidden {
		display: none;
	}

	.inner {
		padding: 0 20px;
	}

	.heading01 {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}

	.heading02 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}

	/* 料金表 */
	.price {
		padding: 25px 20px;
	}

	.priceCaption {
		font-size: 1.2rem;
	}

	.priceTableHead {
		display: none;
	}

	.priceTable tr {
		width: 100%;
	}

	.priceTable td {
		width: 100%;
		min-height: 55px;
		padding: 15px 10px;
		display: block;
		font-size: 1.5rem;
		border-top: none;
	}

	.priceTable tr:nth-child(2) td:first-child {
		border-top: 1px solid #d7bfd6;
	}

	.priceTable td:not(:first-child) {
		padding-left: 90px;
		position: relative;
	}

	.priceTable td:not(:first-child):before {
		content: attr(data-label);
		width: 80px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		top: 0;
		font-weight: bold;
		background-color: #f7f0f7;
	}

	/* よくある質問 */
	.faqQInner {
		padding: 15px 40px 15px 15px;
		column-gap: 15px;
	}

	.faqQInner::before,
	.faqQInner::after {
		width: 12px;
		right: 12px;
	}

	.faqQHead {
		width: 30px;
		height: 30px;
		font-size: 1.4rem;
	}

	.faqQBody {
		font-size: 1.5rem;
	}

	.faqAInner {
		padding: 20px 15px;
		column-gap: 15px;
	}

	.faqAHead {
		width: 30px;
		height: 30px;
		font-size: 1.4rem;
	}

	.faqABody {
		font-size: 1.4rem;
	}

	/* ヘッダー
	------------------------------------ */
	#header {
		padding-top: 15px;
		padding-inline: 15px;
	}

	#headerLogo {
		width: 130px;
		height: 30px;
	}

	/* メニューボタン */
	#menuBtn {
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px;
	}

	.menuBtnBar {
		width: 16px;
		left: 12px;
	}

	.menuBtnBar:nth-child(1) {
		top: 14px;
	}
	.menuBtnBar:nth-child(2) {
		top: 19px;
	}
	.menuBtnBar:nth-child(3) {
		top: 24px;
	}

	#menuBtn.open .menuBtnBar:nth-child(1) {
		top: 19px;
	}
	#menuBtn.open .menuBtnBar:nth-child(3) {
		top: 19px;
	}

	/* メニュー中身 */
	#menuSpInner {
		padding-top: 15px;
	}

	#menuSpLogo {
		width: 130px;
		margin-left: 15px;
		margin-bottom: 15px;
	}

	#menuSpNav > li > a {
		padding: 12px 15px;
		font-size: 1.5rem;
		background-position: right 15px center;
		background-size: 12px;
	}

	.menuSpNavChild {
		padding: 15px;
	}

	.menuSpNavChild > li {
		padding-left: 15px;
	}

	.menuSpNavChild > li::before {
		width: 8px;
		height: 1px;
	}

	.menuSpNavChild > li + li {
		margin-top: 10px;
	}

	.menuSpNavChild > li > a {
		font-size: 1.3rem;
	}

	/* CTA
	------------------------------------ */
	#cta {
		padding-top: 80px;
	}

	#cta::after {
		height: 9.046vw;
		background-size: 100%;
		background-position: center top;
	}

	#ctaSubTitle {
		padding-bottom: 25px;
	}

	#ctaTitle {
		margin-bottom: 25px;
		font-size: 2.1rem;
		letter-spacing: 0;
	}

	#ctaText {
		text-align: justify;
	}

	#ctaText .textLg {
		font-size: 1.7rem;
	}

	#ctaText .marker::before {
		height: 8px;
	}

	.ctaContact {
		row-gap: 20px;
	}

	.ctaContactItem {
		padding: 30px 15px;
		gap: 10px;
	}

	.ctaContactImg {
		flex-basis: 70px;
	}

	.ctaContactContent {
		flex-basis: 200px;
		flex-shrink: 0;
	}

	.ctaContactTitle {
		font-size: 2rem;
	}

	.ctaContactTelNum {
		font-size: 2.8rem;
	}

	.ctaContactTelHour {
		font-size: 1.4rem;
	}

	.ctaContactLink .btn {
		min-width: 180px;
		font-size: 1.4rem;
	}

	/* フッター
	------------------------------------ */
	#footer {
		padding-top: 21.333vw;
		padding-bottom: 30px;
	}

	#footerAccess {
		padding: 15px;
	}

	#footerAccessTitle {
		font-size: 2rem;
	}

	.footerAccessWayItem {
		font-size: 1.3rem;
	}

	.footerAccessWayIcon {
		width: 25px;
		height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#footerInfo {
		font-size: 1.4rem;
	}

	#footerMenu {
		flex-direction: column;
	}

	.footerMenuList a {
		font-size: 1.4rem;
	}

	.footerMenuListChild a {
		font-size: 1.3rem;
	}

	#pagetop {
		width: 50px;
		height: 50px;
		top: -45px;
		right: 15px;
	}

	/* 追従のお問い合わせボタン
	------------------------------------ */
	#fixed {
		width: 100px;
		height: 100px;
		right: 15px;
		bottom: 15px;
	}

	#fixed a {
		padding-top: 12px;
		font-size: 1.1rem;
	}

	#fixed a .textLg {
		font-size: 1.4rem;
	}

	/* 下層ページタイトル
	------------------------------------ */
	#pageHead {
		height: auto;
		padding-top: 40px;
		padding-bottom: 30px;
	}

	#pageHead::before {
		background-image: url(./img/common/bg_page-head_sp.png);
	}

	#pageHeadInner {
		padding-inline: 20px;
	}

	#pageTitle {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	#pageHeadImg {
		width: 220px;
		max-width: none;
		flex-shrink: 0;
		margin-left: -60px;
		margin-right: -5px;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
