@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document trouble
--------------------------------------------------------- */

#trouble {
	margin-bottom: 100px;
	padding: 80px 40px 80px;
	background: #e5f3fd;
}

#trouble h2 {
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 44px;
	line-height: 76px;
}

#trouble h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 51px;
	height: 76px;
	margin-right: 25px;
	background: url(../images/trouble_left.svg) no-repeat 0 0 / 100% auto;
}

#trouble h2:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 51px;
	height: 76px;
	margin-left: 25px;
	background: url(../images/trouble_right.svg) no-repeat 0 0 / 100% auto;
}

#trouble figure:not(:last-of-type) {
	margin-bottom: 80px;
}

#trouble .section img {
	width: 670px;
	height: 380px;
}

#trouble .section figcaption {
	margin-top: 20px;
	font-size: 36px;
	line-height: 45px;
	color: #0088ee;
}

#trouble .section figcaption:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 50px;
	height: 45px;
	margin-right: 10px;
	background: url(../images/trouble_check.svg) no-repeat 0 0 / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document time
--------------------------------------------------------- */

#time {
	margin-bottom: 60px;
}

#time .time_01 {
	height: 490px;
}

#time .time_02 {
	height: 590px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 100px;
	padding-top: 40px;
	background: linear-gradient(to bottom, #f4efdd 0%, transparent 20%);
}

#about .title {
	margin-bottom: 40px;
}

#about .title figure {
	margin-bottom: 15px;
}

#about .title img {
	height: 193px;
}

#about .title h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	color: #3b1e03;
}

#about .title h2 span {
	font-weight: 400;
	font-size: 40px;
}

#about .title p {
	font-size: 20px;
}

#about .graph {
	margin-bottom: 40px;
}

#about .graph h3 {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #004999;
}

#about .graph h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 34px;
	height: 51px;
	margin-right: 25px;
	background: url(../images/about_left.svg) no-repeat 0 0 / 100% auto;
}

#about .graph h3:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 34px;
	height: 51px;
	margin-left: 25px;
	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 72%, #e5f3fd 72%);
	line-height: 1.2;
}

#about .graph img {
	height: 180px;
}

#about .section {
	margin-bottom: 50px;
}

#about .section figure {
	margin-bottom: 15px;
}

#about .section img {
	height: 484px;
}

#about .price {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.6;
	color: #ee8822;
}

#about .price span {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to bottom, transparent 70%, #fff8db 70%);
	line-height: 1.4;
}

#about .section p {
	text-align: justify;
	font-size: 20px
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	margin-bottom: 100px;
}

#service h2 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 44px;
}

#service .section {
	padding: 40px 40px 60px;
	background: #c3b9ae;
	color: #fff;
}

#service .row {
	overflow: hidden;
	padding-bottom: 40px;
	border-radius: 10px;
	background: #fff;
	color: #1c1c1c;
}

#service .row:not(:last-of-type) {
	margin-bottom: 5vw;
}

#service h3 {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.5;
}

#service .row figure {
	margin-bottom: 30px;
}

#service .row img {
	max-width: 200%;
	height: 380px;
}

#service .price {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 36px;
	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 40px;
	text-align: justify;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin-bottom: 70px;
}

#price h2 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 44px;
}

#price .section:not(:last-of-type) {
	margin-bottom: 80px;
}

#price h3 {
	margin-bottom: 30px;
	height: 60px;
	background: #887766;
	font-weight: 400;
	font-size: 32px;
	line-height: 58px;
	color: #fff;
}

#price .table {
	display: table;
	width: 100%;
}

#price .table dl {
	display: table-row;
}

#price .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	padding: 20px 30px;
	border: solid 1px #c3b9ae;
	background: #edeae7;
	text-align: left;
}

#price .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 40px;
	border: solid 1px #c3b9ae;
	text-align: left;
}

#price ul {
	margin-top: 30px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.7;
}

#price li {
	margin-left: 1.7em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	margin: 80px 0 100px;
}

#voice h2 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 44px;
}

#voice figure img {
	height: 375px;
}

#voice figcaption {
	padding: 40px;
	background: #fff8db;
	text-align: justify;
	font-size: 22px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 80px;
}

#flow h2 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 44px;
}

#flow .section {
	margin-bottom: 60px;
	position: relative;
}

#flow .section:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	border: solid 22px transparent;
	border-top: solid 18px #c3b9ae;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -61px;
}

#flow .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 40px 20px;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #c3b9ae inset;
	position: relative;
}

#flow .num {
	width: 170px;
	height: 170px;
	padding-left: 35px;
	background: url(../images/flow_num.svg) no-repeat top right / 100% auto;
	text-align: left;
	font-family: Lora, serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 90px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#flow figure {
	width: 260px;
	position: relative;
}

#flow figure img {
	width: 100%;
	max-width: 160px;
	max-height: 135px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

#flow dl {
	flex: 1;
	text-align: justify;
	line-height: 2.1;
}

#flow dt {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 36px;
	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 li {
	padding-left: 38px;
	background: url(../images/flow_check.svg) no-repeat left / 26px auto;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin: 60px 0;
	padding: 40px;
	background: #e5f3fd;
}

#faq h2 img {
	width: 572px;
	height: 170px;
}

#faq .section {
	margin-bottom: 30px;
}

#faq .q {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border: solid 3px #2d9df1;
	background: #fff;
	font-size: 32px;
	color: #0088ee;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#faq .q:hover {
	opacity: 0.6;
}

#faq .q:before,
#faq .q:after {
	content: '';
	width: 24px;
	height: 4px;
	background: #0088ee;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: .4s;
}

#faq .q:after {
	transform: rotate(90deg);
}

#faq .q.active:after {
	transform: rotate(0deg);
}

#faq .q figure {
	width: 130px;
	position: relative;
	z-index: 0;
}

#faq .q img {
	height: 80px;
	position: relative;
	z-index: -1;
}

#faq .q figcaption {
	width: 78px;
	height: 20px;
	margin: -5px auto 0;
	background: #c3b9ae;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

#faq .q span {
	text-align: left;
	line-height: 1.3;
}

#faq dl {
	display: none;
	margin: 20px 0 40px;
	text-align: justify;
}

#faq dt {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document reason
--------------------------------------------------------- */

#reason {
	margin: 50px 0 30px;
	padding: 60px;
	background: url(../images/reason_01.png) no-repeat 0 0 / 100% 100%;
}

#reason h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.7em;
	background: linear-gradient(to bottom, transparent 70%, #d4d5da 70%);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	color: #1d1f3e;
}

#reason p {
	text-align: justify;
	font-size: 23px;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document badge
--------------------------------------------------------- */

#badge img {
	height: 204px;
}

/* ---------------------------------------------------------
	CSS Document media
--------------------------------------------------------- */

#media {
	margin-bottom: 70px;
}

#media h2 {
	margin-bottom: 15px;
}

#media h2 img {
	height: 127px;
}

#media figcaption {
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.4;
}

#media figure img {
	height: 663px;
}

/* ---------------------------------------------------------
	CSS Document before
--------------------------------------------------------- */

#before {
	margin-bottom: 40px;
	padding: 5px;
	background: linear-gradient(to bottom, #44221e 0%, #1c110b 100%);
	color: #fff;
	position: relative;
	z-index: 0;
}

#before:before {
	content: '';
	width: 100%;
	height: 26.26666666666667vw;
	background: url(../images/before_03.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#before .article {
	padding: 20px 56px;
	border: double 3px rgba(255, 255, 255, 0.3);
}

#before .h2 {
	margin-bottom: 20px;
}

#before .h2 img {
	height: 70px;
}

#before h2 {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}

#before h2 .en {
	display: block;
	margin-bottom: 0.3em;
	font-family: Lora, serif;
	font-weight: 500;
	font-size: 40px;
}

#before .section figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

#before .section figure:last-of-type {
	flex-flow: row-reverse;
}

#before .section img {
	height: 313px;
}

#before figcaption {
	width: 220px;
	margin-bottom: 10px;
	padding: 1em;
	border-radius: 5px;
	background: #e7dbc1;
	text-align: justify;
	line-height: 1.7;
	color: #1c110b;
	position: relative;
}

#before figcaption:before {
	content: '';
	width: 58px;
	height: 32px;
	background: url(../images/before_04.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 15px;
	z-index: -1;
}

#before .section figure:first-of-type figcaption:before {
	left: -30px;
}

#before .section figure:last-of-type figcaption:before {
	transform: scale(-1, 1);
	right: -30px;
}

/* ---------------------------------------------------------
	CSS Document reazon
--------------------------------------------------------- */

#reazon h2 {
	margin-bottom: 30px;
}

#reazon h2 img {
	height: 101px;
}

#reazon .section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #c6c3c2;
}

#reazon .num {
	width: 66px;
	font-family: Lora, serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 66px;
	color: #fff;
	position: relative;
	z-index: 0;
}

#reazon .num:before {
	content: '';
	width: 48px;
	height: 48px;
	border-radius: 3px;
	background: linear-gradient(to right, #7e6010 0%, #c0941e 100%);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}

#reazon dl {
	width: 410px;
	text-align: left;
	line-height: 1.7;
}

#reazon dt {
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #c10000;
}

#reazon dt.line {
	margin-bottom: 0;
	line-height: 66px;
}

#reazon figure img {
	width: 230px;
	height: 150px;
}
