@charset "utf-8";
/* モバイルサイズCSS(モバイルファースト)*/
/* 全体初期設定 /////////////////////////////////// */
/* ルートフォントサイズ、行間 */
html {
	font-size: 62.5%;
	letter-spacing: 0.1em;
	font-family: "Sawarabi Gothic", sans-serif;
}
/* デフォルトフォントサイズ */
body {
	font-size: 1.6em;
	color: #555;
	z-index: 1;
}
/* 全体初期設定ここまで //////////////////////////*/
/* 共通スタイル  //////////////////////////////////*/
/* pc sp 表示切替 */
.sp-only {
	display: block;
}
.pc-only {
	display: none;
}
/* サイト横幅(モバイル) */
.rescue-lp {
	max-width: 499px;
	width: auto;
	background-color: #fafafa;
}
/* サブのバックグラウンドカラー */
.section-background-subcolor {
	background-color: #ecf4f9;
}
/* 共通お問い合わせボタン */
.contact-button {
	display: block;
	max-width: 30rem;
	min-width: 24rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 1.6rem;
	padding: 1.2rem;
	border-radius: 1.6rem;
	font-weight: bold;
	background-color: #888;
	border: none;
	border-bottom: solid 4px #bbb;
	color: #fafafa;
	text-align: center;
	cursor: pointer;
}
/* ページ内リンクボタン */
.header-jump-link-area {
	display: flex;
	justify-content: center;
	margin: 3rem auto 0;
}
.jump-button {
	display: block;
	width: 29%;
	margin: 0;
	cursor: pointer;
}
.jump-button:not(:nth-child(1)) {
	margin-left: 2%;
}
.jump-button img {
	width: 100%;
}
.jump-button:hover {
	opacity: 0.7;
}
/* 電話でのお問い合わせボタン */
.contact-button--phone {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #e85a70;
}
/* WEBからのお問い合わせボタン */
.contact-button--web {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #4ea1d5;
	padding: 0;
}
/* セクションのタイトル */
.section-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 6px #e85a70;
	margin: 0 auto;
	text-align: center;
}
/* セクションタイトルの余白調整 */
.section-title-area {
	margin: 1.6rem;
	box-sizing: border-box;
}
/* セクションタイトルのアイコン */
.section-title::before {
	content: "";
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.8rem;
}
/* セクション内のサブタイトル */
.section-sub-title {
	font-family: "Noto Sans JP", sans-serif;
	color: #4ea1d5;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 1.6rem 0 0;
}
/* セクション内のイメージ */
.section-img {
	max-width: 40rem;
	width: 100%;
	margin: 1.6rem auto 0 auto;
}
/* セクション内の文章 */
.section-lead {
	text-align: left;
	padding: 1.6rem 0 0;
}
/* もっとみるテキスト */
.see-more {
	width: 24rem;
	margin: 0 auto;
	text-align: center;
}
/* headerエリア -------------------------*/
/* ヘッダーの固定部分 */
.lp-header__top-area {
	position: fixed;
	max-width: 499px;
	width: 100%;
	background-color: #fafafa;
	opacity: 0.9;
	padding: 0.4rem;
	box-sizing: border-box;
	z-index: 10;
}
/* サイトのロゴ */
.site_logo {
	width: 24rem;
	margin: 0 auto;
}
/* ヘッダー内の横並び要素 */
.lp-header__flex-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.lp-main-contents .lp-header__flex-container{
	margin: 3.9vw auto;
}
/* ヘッダーメインエリア */
.lp-header__main-area {
	background-image: url("../images/header-img.png");
	background-size: cover;
	padding: 12rem 0.8rem 0 0.8rem;
}
/* ヘッダー固定部分のお問い合わせボタン */
.top-contact-button {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #fafafa;
	font-size: 1.4rem;
	font-weight: bold;
	width: 24rem;
	height: 4.8rem;
	border: none;
	border-radius: 0.8rem;
	margin: 0.4rem;
	cursor: pointer;
	line-height: 1.2;
}
/* キャッチコピーエリア */
.catch-area {
	text-align: center;
	color: #333;
	font-weight: bold;
}
/* キャッチコピーの見出し */
.catch-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	margin-top: 2.4rem;
	line-height: 4rem;
}
/* キャッチコピーの見出し一部強調 */
.catch-title-text-emphasis {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.2rem;
	color: #2072de;
}
.catch-title-img {
	max-width: 32rem;
	width: 100%;
}
/* キャッチコピー */
.catch {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6rem;
	font-weight: bold;
}
/* キャッチコピーのリード文*/
.catch-lead {
	font-size: 1.4rem;
	margin-top: 0.8rem;
}
/* ヘッダー内のお問い合わせボタンエリア */
.header-contact-jump-area {
	margin-top: 3.2rem;
}
/* ヘッダー内のイメージキャラクター横並び */
.header-image-character-area {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin-top: 2.4rem;
}
/* イメージキャラクター画像のサイズ */
.header-character-img {
	width: 8rem;
	height: auto;
}
/* headerエリアここまで -------------------------*/
/* フッター */
.footer {
	background-color: rgb(21, 45, 80);
	color: #fafafa;
	text-align: center;
	padding: 1.6rem;
}
/* 共通スタイルここまで  ////////////////////////////*/
/* メインコンテンツ /////////////////////////////////*/
/* お客様の疑問エリア -------------------------*/
.customer-question-area {
	background-color: #e85a70;
	padding: 1.6rem;
}
/* 画像とテキスト横並び */
.customer-question {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2.4rem;
}
/* 吹き出し */
.customer-question-text {
	margin: 0;
	padding: 0;
}
.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fafafa;
	border-radius: 1.2rem;
}
.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 20px solid #fafafa;
}
.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fafafa;
	border-radius: 1.2rem;
}
.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -10px;
	margin-left: 0.8rem;
	border: 10px solid transparent;
	border-right: 15px solid #fafafa;
}
/* お客様のイメージ画像 */
.customer-img {
	position: inherit;
	width: 6.4rem;
	padding: 0.8rem;
}
/* かんばんの救急車アピールテキスト */
.service-appeal-statement {
	color: #fafafa;
	font-weight: bold;
	text-align: center;
	margin-top: 2.4rem;
}
/* かんばんの救急車アピールテキスト一部強調 */
.service-appeal-statement--emphasis {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	margin-top: 0.8rem;
}
/* メインコンテンツ内のイメージキャラクター */
.image-character-area {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 2.4rem;
}
/* メインコンテンツ内のキャラクター画像のサイズ */
.main-contents-character-img {
	width: 7.2rem;
}
/* かんばんの救急車が選ばれる理由エリア -------------*/
.reason-for-choosing {
	padding: 1.6rem;
}
/* 施工事例エリア-------------------------------------- */
.construction-examples-area {
	padding: 1.6rem;
}
/* コンテンツの中央寄せ */
.construction-examples-content {
	text-align: center;
	margin: 0 auto;
}
.arrow-img {
	display: none;
}
/* beforeのタイトル */
.before-construction {
	color: #2072de;
	font-weight: bold;
	margin-top: 0.8rem;
}
/* afterのタイトル */
.after-construction {
	color: #e85a70;
	font-weight: bold;
	margin-top: 0.8rem;
}
/* お客様の声エリア---------------------------------- */
.customer-feedback {
	max-width: 32rem;
	width: 100%;
	margin: 0 auto;
}
/* ご注文完了までの流れエリア ---------------------- */
.order-flow-area {
	padding: 1.6rem;
}
/* 注文ステップのイメージ画像 */
.step-img {
	width: 16rem;
	margin: 0 auto;
	padding: 0.8rem;
}
.order-flow-area__contact-link-area {
	padding: 3.2rem 0;
}
/* お問い合わせアピールエリア -----------------------*/
.contact-appeal-area {
	background-color: #2072de;
	text-align: center;
	padding: 2.4rem;
}
.contact-appeal-catch {
	font-size: 1.8rem;
	color: #fafafa;
	font-weight: bold;
}
.contact-appeal-character {
	width: 16rem;
	margin: 0 auto;
}
/* メインコンテンツここまで /////////////////////////////////*/
@keyframes anime {
	0% {
		transform: scale(0.95);
		opacity: 1;
	}
	90% {
		opacity: 0.1;
	}
	to {
		transform: scale(1.2, 1.3);
		opacity: 0;
	}
}
.link-button {
	position: relative;
	text-align: center;
	transition: 0.3s;
}
.link-button:before, .link-button:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1.6rem;
	background: #f78a9a;
	border: 1px solid #e85a70;
	transform: translate3d(0, 0, 0);
}
.link-button:before {
	animation: anime 2s ease-out infinite;
}
.link-button:after {
	animation: anime 2s ease-out 1s infinite;
}
