@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document trouble
--------------------------------------------------------- */

#trouble {
	margin-bottom: 15vw;
}

#trouble h2 {
	margin-bottom: 6vw;
	font-weight: 400;
	font-size: 6vw;
	line-height: 11vw;
}

#trouble h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 7vw;
	height: 11vw;
	margin-right: 4vw;
	background: url(../images/trouble_left.svg) no-repeat 0 0 / 100% auto;
}

#trouble h2:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 7vw;
	height: 11vw;
	margin-left: 4vw;
	background: url(../images/trouble_right.svg) no-repeat 0 0 / 100% auto;
}

#trouble figure:not(:last-of-type) {
	margin-bottom: 10vw;
}

#trouble .section {
	padding: 10vw 5vw 10vw;
	background: #e5f3fd;
}

#trouble .section img {
	height: 51.04153846153846vw;
}

#trouble .section figcaption {
	margin-top: 5vw;
	font-size: 4vw;
	line-height: 5vw;
	color: #0088ee;
}

#trouble .section figcaption:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 5vw;
	margin-right: 2vw;
	background: url(../images/trouble_check.svg) no-repeat 0 0 / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document time
--------------------------------------------------------- */

#time {
	margin-bottom: 10vw;
}

#time .time_01 {
	height: 65.3325641025641vw;
}

#time .time_02 {
	height: 78.66589743589744vw;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 15vw;
	padding-top: 10vw;
	background: linear-gradient(to bottom, #f4efdd 0%, transparent 20%);
}

#about .title {
	margin-bottom: 10vw;
}

#about .title figure {
	margin-bottom: 3vw;
}

#about .title img {
	height: 26vw;
}

#about .title h2 {
	margin-bottom: 7vw;
	font-weight: 500;
	font-size: 7vw;
	line-height: 1;
	color: #3b1e03;
}

#about .title h2 span {
	font-weight: 400;
	font-size: 4.5vw;
}

#about .title p {
	font-size: 4.1vw;
}

#about .graph {
	margin-bottom: 8vw;
}

#about .graph h3 {
	margin-bottom: 4vw;
	font-weight: 600;
	font-size: 6vw;
	line-height: 11vw;
	color: #004999;
}

#about .graph h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 7vw;
	height: 11vw;
	margin-right: 4vw;
	background: url(../images/about_left.svg) no-repeat 0 0 / 100% auto;
}

#about .graph h3:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 7vw;
	height: 11vw;
	margin-left: 4vw;
	background: url(../images/about_right.svg) no-repeat 0 0 / 100% auto;
}

#about .graph h3 span {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, transparent 76%, #e5f3fd 76%);
	line-height: 1.3;
}

#about .graph img {
	height: 22vw;
}

#about .section {
	margin-bottom: 10vw;
}

#about .section figure {
	margin-bottom: 5vw;
}

#about .section img {
	height: 64.53333333333333vw;
}

#about .price {
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.6;
	color: #ee8822;
}

#about .price span {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, transparent 76%, #fff8db 76%);
	line-height: 1.3;
}

#about .section p {
	margin: 0 5vw;
	text-align: justify;
	font-size: 4.1vw;
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	margin-bottom: 15vw;
}

#service h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 6vw;
}

#service .section {
	padding: 7vw 5vw 10vw;
	background: #c3b9ae;
	color: #fff;
}

#service .row {
	overflow: hidden;
	padding-bottom: 8vw;
	border-radius: 8px;
	background: #fff;
	color: #1c1c1c;
}

#service .row:not(:last-of-type) {
	margin-bottom: 5vw;
}

#service h3 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 5vw;
	line-height: 1.5;
}

#service .row figure {
	margin-bottom: 5vw;
}

#service .row img {
	max-width: 200%;
	height: 52vw;
}

#service .price {
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.6;
	color: #ee8822;
}

#service .price span {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, transparent 76%, #fff8db 76%);
	line-height: 1.3;
}

#service .section p {
	margin: 0 5vw;
	text-align: justify;
	font-size: 4.1vw;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin: 0 5vw 15vw;
}

#price h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 6vw;
}

#price .section:not(:last-of-type) {
	margin-bottom: 12vw;
}

#price h3 {
	margin-bottom: 5vw;
	background: #887766;
	font-weight: 400;
	font-size: 5vw;
	line-height: 12vw;
	color: #fff;
}

#price .table {
	display: table;
	width: 100%;
}

#price .table dl {
	display: table-row;
}

#price .table dt {
	display: table-cell;
	vertical-align: middle;
	padding: 5vw;
	border: solid 1px #c3b9ae;
	background: #edeae7;
	text-align: left;
	font-size: 4vw;
}

#price .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5vw;
	border: solid 1px #c3b9ae;
	text-align: left;
	font-size: 4vw;
}

#price ul {
	margin-top: 8vw;
	text-align: justify;
	font-size: 3vw;
}

#price li {
	margin-left: 1.7em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	margin: 5vw 0 15vw;
}

#voice h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 6vw;
}

#voice figure img {
	height: 50vw;
}

#voice figcaption {
	padding: 5vw 5vw 8vw;
	background: #fff8db;
	text-align: justify;
	font-size: 4.1vw;
	letter-spacing: 0.08em;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 5vw 10vw;
}

#flow h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 6vw;
}

#flow .section {
	margin-bottom: 40px;
	position: relative;
}

#flow .section:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	border: solid 17px transparent;
	border-top: solid 14px #c3b9ae;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -45px;
}

#flow .row {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 5vw 1vw;
	border-radius: 2vw;
	box-shadow: 0 0 0 2px #c3b9ae inset;
	position: relative;
}

#flow .num {
	width: 18vw;
	height: 18vw;
	padding-left: 3vw;
	background: url(../images/flow_num.svg) no-repeat top right / 100% auto;
	text-align: left;
	font-family: Lora, serif;
	font-weight: 500;
	font-size: 6.5vw;
	line-height: 12vw;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#flow figure {
	width: 28vw;
	margin-top: 5vw;
	text-align: center;
}

#flow figure img {
	max-width: 19vw;
	max-height: 15vw;
}

#flow dl {
	flex: 1;
	text-align: justify;
}

#flow dt {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.6;
	color: #ee8822;
}

#flow dt span {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, transparent 76%, #fff8db 76%);
	line-height: 1.3;
}

#flow dd {
	font-size: 3.7vw;
	line-height: 1.7;
}

#flow dd li {
	padding-left: 6.5vw;
	background: url(../images/flow_check.svg) no-repeat left / 4vw auto;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin-bottom: 10vw;
	padding: 10vw 5vw;
	background: #e5f3fd;
}

#faq h2 img {
	height: 26.74666666666667vw;
}

#faq .section {
	margin-bottom: 5vw;
}

#faq .q {
	display: flex;
	align-items: center;
	padding: 3vw 0;
	border: solid 2px #2d9df1;
	background: #fff;
	font-weight: 500;
	font-size: 4.5vw;
	color: #0088ee;
	position: relative;
}

#faq .q:before,
#faq .q:after {
	content: '';
	width: 4vw;
	height: 2px;
	background: #0088ee;
	position: absolute;
	top: 50%;
	right: 4vw;
	transition: .4s;
}

#faq .q:after {
	transform: rotate(90deg);
}

#faq .q.active:after {
	transform: rotate(0deg);
}

#faq .q figure {
	width: 20vw;
	position: relative;
	z-index: 0;
}

#faq .q img {
	height: 14vw;
	position: relative;
	z-index: -1;
}

#faq .q figcaption {
	width: 14vw;
	margin: -1vw auto 0;
	background: #c3b9ae;
	text-align: center;
	font-size: 3vw;
	line-height: 5vw;
	color: #fff;
}

#faq .q span {
	text-align: left;
	line-height: 1.4;
}

#faq dl {
	display: none;
	margin: 5vw 0 10vw;
	text-align: justify;
	letter-spacing: 0.08em;
}

#faq dt {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1.6;
}

#faq dd {
	font-size: 4.1vw;
	line-height: 1.9;
}
