@charset "utf-8";
/* PCファースト PCはフィックスデザイン（デザインと時間の都合で） */
/* ヘッダーフッターは従来のもの、そのためのCSSも流用 */
/* 従来はフルードなヘッダーフッターを今回のPC幅に合わせてCSSで設定変更 */
/* SPブレイクポイント750px（ハンバーガーメニューの出現ポイントに合わせて設定するしかないと判断） */

/* ==================== */
/* 全体の設定 */
/* ==================== */
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt" 1;
}
video {
	width: 100%;
	height: auto;
}
/* PC/SPのみ表示 */
.quiraku-sp-display {
	display: none;		
}
@media (max-width: 750px) {
	.quiraku-pc-display {
		display: none;
	}
	.quiraku-sp-display {
		display: block;
	}
}
/* PCフィックスデザインのための幅設定 */
.quiraku-sec, #headerContainer, header, footer {
	min-width: 1280px;
}
header.fixed {
	min-width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
@media (max-width: 750px) {
	.quiraku-sec, header, footer {
		min-width: 100%;
	}
}
/* このページ内のsectionの基本設定 */
.quiraku-sec {
	font-size: 18px;
	line-height: 1.6875;
	letter-spacing: normal;
	color: #000000;
	box-sizing: border-box;
	padding: 50px 0 80px;
}
.quiraku-sec--yellow {
	background: #fef3c9;
}
.quiraku-sec-container {
	width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
@media (max-width: 750px) {
	.quiraku-sec {
		font-size: 16px;
		padding: 35px 0 40px;
	}
	.quiraku-sec-container {
		width: 100%;
		padding: 0 15px;
	}
}
.quiraku-sec-container p, .quiraku-sec-container li {
	text-align: justify;
}
.quiraku-sec-container img {
	vertical-align: top;
}
.quiraku-sec-container a {
	transition: all 0.3s;
}
.quiraku-sec-container a:hover {
	opacity: 0.7;
}
/* 共通タイトル*/
.sec-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	background: linear-gradient(to right, #e38620, #e34a3f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 1em 0 1.5em;
}
.sec-title span {
	display: inline-block;
	font-size: 0.65625em;
}
.sec-title-sub {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #df4e1c;
	margin: 1em 0 1em;
}
.sec-title-sub span {
	position: relative;
	z-index: 2;
}
.sec-title-sub::before {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 2.0833em;
	height: 2.0833em;
	background: #fef3c9;
	border-radius: 1em;
	z-index: 1;
}
.quiraku-sec--yellow .sec-title-sub::before {
	background: #FFFFFF;
}

@media (max-width: 750px) {
	.sec-title {
		font-size: 24px;
	}
	.sec-title-sub {
		font-size: 18px;
	}
}

/* 固定：トップボタン */
.fix-top-btn {
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #df4e1c;
	border-radius: 50%;
	margin-left: auto;
	cursor: pointer;
	z-index: 9;
}
.fix-top-btn__arrow {
	position: relative;
	width: 100%;
	height: 100%;
}
.fix-top-btn__arrow::after, .fix-top-btn__arrow::before {
	content: "";
	position: absolute;
	top: 35%;
	width: calc(22/60*100%);
	height: calc(4/60*100%);
	background: #FFFFFF;
}
.fix-top-btn__arrow::after {
	right: 50%;
	transform-origin: right top;
	transform: rotate(-45deg);
}
.fix-top-btn__arrow::before {
	left: 50%;
	transform-origin: left top;
	transform: rotate(45deg);
}
@media (max-width: 750px) {
	.fix-top-btn {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
}

/* ==================== */
/* ヒーロー */
/* ==================== */
.quiraku-hero {
	position: relative;
	width: 100vw;
	min-width: 1280px;
	height: max(calc(100vw*600/1280),600px);
	background: top left / cover no-repeat url("../images/quiraku-hero-img.jpg");
}
.quiraku-hero-text {
	position: absolute;
	left: max(calc(100vw*90/1280),90px);
	top: max(calc(100vw*66/1280),66px);
}
.quiraku-hero-text__h1 {
	font-size: max(calc(100vw*40/1280),40px);
	font-weight: bold;
	line-height: 2.0;
	color: #df4e1c;
	margin-bottom: 0.5em;
}
.quiraku-hero-text__h1--s {
	font-size: max(calc(100vw*35/1280),35px);
}
.quiraku-hero-text__h1-span {
	background: #FFFFFF;
	padding: 0 15px;
}
@media (max-width: 750px) {
	.quiraku-hero {
		min-width: auto;
		height: min(calc(100vw*1150/750),1150px);
		background: top left / cover no-repeat url("../images/quiraku-hero-img_sp.jpg");
	}
	.quiraku-hero-text {
		position: absolute;
		left: min(calc(100vw*134/750),134px);
		top: min(calc(100vw*17/750),17px);
		width: 100%;
	}
	.quiraku-hero-text__h1 {
		line-height: 1.7708;
		font-size: min(calc(100vw*48/750),48px);
	}
	.quiraku-hero-text__h1--s {
		font-size: min(calc(100vw*46/750),46px);
	}
}

/* ==================== */
/* イントロ */
/* ==================== */
.quiraku-intro-problem-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.quiraku-intro-problem-list li {
	width: 350px;
	background: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	border-radius: 25px;
	overflow: hidden;
}
.quiraku-intro-problem-list li > p {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #df4e1c;
	margin: 0.75em 0 0.5em;
}
.quiraku-intro-problem-list li > div {
	margin: 0 auto 30px;
}
@media (max-width: 750px) {
	.quiraku-intro-problem-list {
		flex-flow: column;
	}
	.quiraku-intro-problem-list li {
		width: 100%;
		max-width: 350px;
		margin: 10px auto;
	}
	.quiraku-intro-problem-list li > p {
		font-size: 21px;
	}
}
/* section intro 特殊処理 */
.quiraku-sec--intro-solve-top-bg {
	position: relative;
	padding: 0;
	margin-top: min(calc(100vw * -130 / 1280), -130px);
	margin-bottom: 0;
	z-index: -1;
}
.quiraku-sec--intro-solve-top-bg img {
	vertical-align: top;
}
.quiraku-sec--intro-solve {
	padding-top: 1px;
}
.quiraku-intro-solve-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 60px;
}
.quiraku-intro-solve-list li {
	width: 350px;
}
.quiraku-intro-solve-list h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #df4e1c;
	margin-bottom: 0.5em;
}
.quiraku-intro-solve-list p {
	padding: 0 14px;
}
@media (max-width: 750px) {
	.quiraku-sec--intro-solve-top-bg {
		margin-top: -12vw;
	}
	.quiraku-intro-solve-mv {
		max-width: 350px;
		margin: 0 auto;
	}
	.quiraku-intro-solve-list {
		flex-flow: column;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.quiraku-intro-solve-list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.quiraku-intro-solve-list h3 {
		font-size: 21px;
	}
	.quiraku-intro-solve-list p {
		padding: 0;
	}
}

/* ==================== */
/* 活用シーン */
/* ==================== */
.quiraku-use-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.quiraku-use-box--l {
	border-radius: 40px 0 0 40px;
	margin-right: min(calc(50% - 50vw), -100px);
	padding-right: max(calc(50vw - 50%), 100px);
	padding-left: 50px;
}
.quiraku-use-box--r {
	border-radius: 0 40px 40px 0;
	margin-left: min(calc(50% - 50vw), -100px);
	padding-left: max(calc(50vw - 50%), 100px);
	padding-right: 50px;
}
.quiraku-use-box--r .quiraku-use-box__text {
	order: 2;
}
.quiraku-use-box--r .quiraku-use-box__img {
	order: 1;
}
.quiraku-use-box__text {
	width: 460px;
}
.quiraku-use-box__text h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.75;
	color: #df4e1c;
	margin-bottom: 0.7em;
}
.quiraku-use-box__text-p-note {
	font-size: 0.75em;
	margin-top: 1.5em;
}
.quiraku-use-box__img {
	position: relative;
	width: 510px;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
}
.quiraku-use-box__img::before {
	content: "";
	position: absolute;
	right: -10px;
	top: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #e34a3f;
	z-index: -1;
}
@media (max-width: 750px) {
	.quiraku-use-box {
		flex-flow: column;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 50px;
		margin-bottom: 40px;
	}
	.quiraku-use-box--l {
		padding-left: 20px;
	}
	.quiraku-use-box--r {
		padding-right: 20px;
	}
	.quiraku-use-box--r .quiraku-use-box__text {
		order: 1;
	}
	.quiraku-use-box--r .quiraku-use-box__img {
		order: 2;
	}
	.quiraku-use-box__text {
		width: 100%;
		margin-bottom: 1.6em;
	}
	.quiraku-use-box__text h3 {
		font-size: 21px;
		margin-bottom: 1em;
	}
	.quiraku-use-box__text-p-note {
		font-size: 0.75em;
		margin-top: 1em;
	}
	.quiraku-use-box__img {
		width: 100%;
	}

}

/* ==================== */
/* システム/セキュリティについて */
/* ==================== */
.quiraku-qanda {
	display: flex;
	justify-content: space-between;
}
.quiraku-qanda li {
	width: 350px;
}
.quiraku-qanda-q__balloon {
	position: relative;
	min-width: 120px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 25px;
}
.quiraku-qanda-q__balloon::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 80px;
	border-top: 13px solid #FFFFFF;
	border-bottom: 13px solid transparent;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
}
.quiraku-qanda-q__balloon h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	padding: 1.1em;
}
.quiraku-qanda-q__balloon h3 span {
	font-size: 0.71875em;
}
.quiraku-qanda-q__img {
	position: relative;
	margin-top: -25px;
	margin-bottom: 30px;
	z-index: 2;
}
.quiraku-qanda-a {
	position: relative;
	background: #FFFFFF;
	padding: 35px 25px;
}
.quiraku-qanda-a__arrow {
	position: absolute;
	left: 50%;
	top: -10px;
	width: 40px;
	transform: translate(-50%, 0);
}
.quiraku-qanda-a h3 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6087;
	color: #df4e1c;
	margin-bottom: 0.7em;
}
.quiraku-qanda-a p {
	font-size: 16px;
}
@media (max-width: 750px) {
	.quiraku-qanda {
		flex-flow: column;
	}
	.quiraku-qanda li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 40px;
	}
	.quiraku-qanda-q__balloon h3 {
		font-size: 24px;
	}
	.quiraku-qanda-q__img {
		margin-top: -20px;
		margin-bottom: 30px;
	}
	.quiraku-qanda-a {
		padding: 15px;
	}
	.quiraku-qanda-a h3 {
		font-size: 21px;
	}
}

/* ==================== */
/* プラン */
/* ==================== */
.quiraku-plan-wrap {
	width: 100%;
	padding-bottom: 50px;
	overflow-x: scroll;
}
.quiraku-plan {
	width: 1100px;
}
.quiraku-plan th, .quiraku-plan td {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.quiraku-plan th div, .quiraku-plan td div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 250px;
	min-height: 80px;
}
.quiraku-plan th span, .quiraku-plan td span {
	font-size: 0.6667em;
	color: #666666;
}
.quiraku-plan tbody tr {
	border-bottom: 1px dotted #999999;
}
.quiraku-plan thead th div {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 15px 15px 0 0;
	background: #000000;
}
.quiraku-plan tbody th div {
	width: 300px;
}
.quiraku-plan tbody td div {
	position: relative;
}
.quiraku-plan tbody td div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 30px);
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
.quiraku-plan tbody tr:last-child td div::before {
	height: calc(100% + 30px);
	border-bottom: 2px solid #000000;
}
/* 色の変更 */
.quiraku-plan thead th:nth-of-type(1) div {
	background: #64a5b4;
}
.quiraku-plan thead th:nth-of-type(2) div {
	background: #f08728;
}
.quiraku-plan thead th:nth-of-type(3) div {
	background: #f03c3c;
}
.quiraku-plan tbody td:nth-of-type(1) div::before,
.quiraku-plan tbody tr:last-child td:nth-of-type(1) div::before {
	border-color: #64a5b4;
}
.quiraku-plan tbody td:nth-of-type(2) div::before,
.quiraku-plan tbody tr:last-child td:nth-of-type(2) div::before {
	border-color: #f08728;
}
.quiraku-plan tbody td:nth-of-type(3) div::before,
.quiraku-plan tbody tr:last-child td:nth-of-type(3) div::before {
	border-color: #f03c3c;
}
@media (max-width: 750px) {
	.quiraku-plan {
		font-size: 14px;
		line-height: 1.5;
		width: 1100px;
		width: 600px;
		margin: 0 auto;
	}
	.quiraku-plan thead th div {
		font-size: 18px;
	}
	.quiraku-plan th div, .quiraku-plan td div {
		width: 130px;
		min-height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.quiraku-plan thead td, .quiraku-plan tbody th {
		position: sticky;
		left: 0px;
		background: #FFFFFF;
		z-index: 2;
	}
	.quiraku-plan thead td div, .quiraku-plan tbody th div {
		width: 150px;
	}
	.quiraku-plan tbody tr:last-child th div::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -31px;
		width: 100%;
		height: 30px;
		background: #FFFFFF;
	}
}

/* ==================== */
/* 導入の流れ */
/* ==================== */
.quiraku-flow-ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.quiraku-flow-ul li {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 330px;
	height: auto;
	background: #FFFFFF;
	padding: 20px 30px 30px;
}
.quiraku-flow-ul li::before, .quiraku-flow-ul li::after {
	content: "";
	position: absolute;
	left: -50px;
	width: 30px;
	height: 3px;
	background: #999999;
	border-radius: 1px;
}
.quiraku-flow-ul li::after {
	top: 50%;
	transform-origin: right top;
	transform: translate(0, -50%) rotate(-55deg);
}
.quiraku-flow-ul li::before {
	bottom: 50%;
	transform-origin: right bottom;
	transform: translate(0, 50%) rotate(55deg);
}
.quiraku-flow-ul li:first-child::before, .quiraku-flow-ul li:first-child::after {
	display: none;
}
.quiraku-flow-icon {
	width: 100%;
	margin: 10px auto 0;
}
.quiraku-flow-h3 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 2.3333em;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3333;
	color: #df4e1c;
	margin-bottom: 0.75em;
	white-space: nowrap;
}
.quiraku-flow-p {
	font-size: 16px;
}
.quiraku-flow-p a {
	color: #000000;
	border-bottom: 1px solid #000000;
}
@media (max-width: 750px) {
	.quiraku-flow-ul {
		flex-flow: column;
		margin-bottom: 40px;
	}
	.quiraku-flow-ul li {
		margin: 0 auto 30px;
		padding: 15px 15px 15px;
	}
	.quiraku-flow-ul li::before, .quiraku-flow-ul li::after {
		top: -10px;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.quiraku-flow-ul li::after {
		left: calc(50% + 1px);
		transform-origin: right top;
		transform: translate(-100%, 0) rotate(25deg);
	}
	.quiraku-flow-ul li::before {
		left: calc(50% - 1px);
		transform-origin: left top;
		transform: translate(0, 0) rotate(-25deg);
	}
}
/* お問い合わせボタン */
.quiraku-flow-contact {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(to right, #e3a421, #e66020);
	max-width: 350px;
	height: 76px;
	margin: 2em auto;
	border-radius: 1.7em;
	transition: all 0.5s;
}
.quiraku-flow-contact:hover {
	box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3);
}

/* ==================== */
/* コンテンツ最後にある注釈 */
/* ==================== */
.quiraku-sec--note {
	padding-top: 0;
}
.quiraku-notes-p {
	font-size: 10px;
}