@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	color: #323232;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: hidden;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1100px) {
	html {
		font-size: .9091vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper {
		overflow: hidden;
	}
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
}

.mincho {
	font-family: "Noto Serif JP", serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

body::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f5f3f1;
	border-radius: 0 0 .4rem 0;
	width: 100%;
	height: calc(100% - 80.8rem);
	z-index: -2;
}
@media only screen and (max-width: 768px) {
	body::after {
		height: 100%;
	}
}

/*header
----------------------------------------*/
.header {
}
.header_logo {
	padding: 1.2rem 0;
	background-color: #ffffff;
}
.header_logo span {
	display: block;
	max-width: 144rem;
	padding: 0 2.5rem;
	margin: 0 auto;
}
.header_logo a {
	display: block;
	width: 23.7rem;
}
.header_bg {
	background: url(../images/header_bg.png) center bottom no-repeat;
	background-size: cover;
	min-height: 68.8rem;
	max-width: 144rem;
	margin: 0 auto;
}
.header_inner {
	max-width: 96rem;
	margin: 0 auto;
	padding-bottom: .1rem;
	display: flex;
}
.header_box {
	width: 60.4rem;
	padding: 8.6rem 0 0;
}
.header_txt {
	max-width: 60.4rem;
}
.header_no1 {
	width: 18.2rem;
	position: absolute;
	top: 50.8rem;
	right: -2.7rem;
}
.header_img {
	flex: 1;
}
.header_img figure {
	position: absolute;
	top: 6.3rem;
	right: -10.5rem;
	width: 41.4rem;
	filter: drop-shadow(1rem 1rem 3rem rgba(35,24,21,.2));
}
.header_btn {
	width: 47.9rem;
	box-shadow: .6rem .6rem 1rem rgba(0, 0, 0, .3);
	margin: 3rem auto 0;
}
.header_btn > span {
	display: block;
	background: linear-gradient(74deg,  #8c6713 0%,#654c0e 90%);
	border-radius: .4rem;
	padding-bottom: .4rem;
}
.header_btn a {
	display: block;
	background: linear-gradient(74deg,  rgba(190,142,26,1) 0%,rgba(139,105,16,1) 90%);
	border-radius: 0.4rem;
	padding: 2.7rem 0 2.5rem;
}
.header_btn a::before {
	content: '';
	display: block;
	width: 6.6rem;
	height: 4.5rem;
	background: url(../images/header_btn_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 1.8rem;
	top: 1.7rem;
	margin: auto 0;
}
.header_btn a span {
	position: static;
}
.header_btn a span::before {
	content: '';
	display: block;
	width: 1.9rem;
	height: .6rem;
	background: url(../images/btn_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.7rem;
	margin: auto 0;
	transition: transform .3s;
}
.header_btn a img {
	display: block;
	width: 23.1rem;
	margin: 0 auto 0 14.2rem;
}
.header_contact {
	max-width: 39.2rem;
	margin: 2rem auto 0;
}
.header_contact_tel a {
	display: block;
	width: 38.6rem;
}
@media (hover:hover) {
	.header_btn a:hover span::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.header_logo {
		padding: .8rem 1rem;
	}
	.header_logo span {
		padding: 0;
	}
	.header_logo a {
		width: 15.8rem;
	}
	.header_bg {
		background: url(../images/header_bg-sp.png) center bottom no-repeat;
		background-size: cover;
		min-height: auto;
	}
	.header_inner {
		display: block;
		max-width: 34.5rem;
	}
	.header_box {
		width: 100%;
		padding: 4rem 0 10.5rem;
		z-index: 1;
	}
	.header_txt {
		max-width: 60.4rem;
	}
	.header_no1 {
		width: 11.8rem;
		top: 41rem;
		right: -0.5rem;
	}
	.header_img {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 0;
	}
	.header_img figure {
		top: 19.5rem;
		right: -1.5rem;
		width: 14.4rem;
	}
	.header_btn {
		width: 23.4rem;
		margin: 3rem auto 1.5rem 0;
	}
	.header_btn a {
		padding: 2.2rem 0 2rem;
		box-shadow: .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	}
	.header_btn a::before {
		width: 4.3rem;
		height: 2.8rem;
		background: url(../images/header_btn_icon-sp.svg) no-repeat left top / 100% auto;
		left: .9rem;
		top: 1.4rem;
	}
	.header_btn a span::before {
		width: 1.1rem;
		height: .4rem;
		background: url(../images/btn_arrow_icon-sp.svg) no-repeat left top / 100% auto;
		right: .7rem;
	}
	.header_btn a img {
		width: 12.8rem;
		margin-left: 6.4rem;
	}
	.header_contact {
		margin: 0;
	}
	.header_contact_tel a {
		width: 22rem;
		margin: 0 auto 0 -.9rem;
	}
}

/* results
----------------------------------------*/
.results {
	max-width: 96rem;
	padding: 7rem 2rem 8rem;
	margin: 0 auto;
}
.results .results_star {
	max-width: 9rem;
	margin: 0 auto 2.5rem;
}
.results .results_value {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}
.results .results_value img {
	max-height: 11.8rem;
}
.results .results_note {
	font-size: 1.2rem;
	line-height: 1.833;
}
.results .results_note li {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 768px) {
	.results {
		max-width: 34.5rem;
		padding: 7.5rem 0 5.7rem;
	}
	.results .results_star {
		max-width: 7.2rem;
		margin: 0 auto 1.7rem;
	}
	.results .results_value {
		flex-direction: column;
		align-items: center;
		row-gap: 2.3rem;
		margin-bottom: 1.5rem;
	}
	.results .results_value img {
		max-width: 24.2rem;
		max-height: none;
	}
	.results .results_note {
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: -.01em;
		margin-right: -1rem;
	}
}

/* worries
----------------------------------------*/
.worries {
	padding: 0 2rem 12rem;
}
.worries h2 {
	font-size: 4.4rem;
	text-align: center;
	margin-bottom: 2.5rem;
}
.worries h2 span {
	color: #a77e1b;
}
.worries h2::before {
	content: "";
	display: block;
	max-width: 5.7rem;
	height: 2.3rem;
	background: url(../images/worries_star.png) no-repeat left top / 100% auto;
	margin: 0 auto .7rem;
}
.worries h3 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 4.5rem;
}
.worries h3 span {
	color: #a77e1b;
}
.worries_box {
	max-width: 96rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 4.2rem;
}
.worries_item {
	display:flex;
	flex-direction:column;
	max-width: 30.6rem;
	background: url(../images/worries_bottom.png) no-repeat left bottom / 100% auto;
	padding-bottom: 1.1rem;
}
.worries_body {
	display:flex;
  flex-direction:column;
	background: url(../images/worries_body.png) repeat-y left top / 100% auto;
	padding: 0 2rem .9rem;
	flex-grow:1;
}
.worries_body > div {
	background: #ffffff;
	border-radius: .4rem;
	padding: 1.6rem 0 1.3rem;
	flex-grow:1;
}
.worries_body > div .worries_title {
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: .06em;
	color: #a77e1b;
	text-align: center;
	margin-bottom: .9rem;
}
.worries_body > div li {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	font-feature-settings: initial;
}
.worries_body > div li span {
	font-weight: 700;
	color: #a77e1b;
}
@media only screen and (max-width: 768px) {
	.worries {
		max-width: 100%;
		padding: 0 0 6rem;
	}
	.worries h2 {
		font-size: 3rem;
		margin: 0 -2rem 1rem;
		letter-spacing: -.12em;
	}
	.worries h2 span {
		letter-spacing: 0;
		margin-left: .2rem;
	}
	.worries h2::before {
		width: 4.45rem;
		height: 1.75rem;
	}
	.worries h3 {
		font-size: 2rem;
		letter-spacing: -0.03em;
		margin-bottom: 2.3rem;
	}
	.worries_box {
		max-width: 31.5rem;
		flex-direction: column;
		row-gap: 1rem;
		margin: 0 auto 2.2rem;
	}
	.worries_item {
		max-width: 100%;
		background: url(../images/worries_bottom-sp.png) no-repeat left bottom / 100% auto;
		padding-bottom: .5rem;
	}
	.worries_body {
		background: url(../images/worries_body-sp.png) repeat-y left top / 100% auto;
		padding: 0 1rem .5rem;
		flex-grow:1;
	}
	.worries_body > div {
		background: #ffffff;
		border-radius: .2rem;
		padding: 1.5rem 0 2rem;
		flex-grow:1;
	}
	.worries_body > div .worries_title {
		font-size: 1.8rem;
		margin-bottom: 1.1rem;
	}
	.worries_body > div li {
		font-size: 1.4rem;
		line-height: 1.4285;
	}
	/* .worries_item:nth-of-type(3) .worries_body > div li:nth-of-type(2) {
		font-feature-settings: "palt";
		letter-spacing: -0.02em;
		margin-left: 0.25em;
	} */
	.worries_body > div li span {
		font-weight: 700;
		color: #a77e1b;
	}
}


/* worries
----------------------------------------*/
.case {
	padding: 12rem 2rem 11rem;
	z-index: 1;
}
.case::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #005e70;
	width: calc(50vw + 60rem);
	height: 100%;
	border-radius: .4rem 0 0 .4rem;
	z-index: -2;
}
.chrome .case::after {
	width: calc(50vw + 59.3rem);
}
.case h2 {
	color: #ffffff;
	font-size: 5rem;
	text-align: center;
	margin-bottom: 3.2rem;
}
.case h2 small {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}
.case h2::before {
	content: "";
	display: block;
	max-width: 5.7rem;
	height: 2.3rem;
	background: url(../images/worries_star.png) no-repeat left top / 100% auto;
	margin: 0 auto 1.7rem;
}
.case_block {
	max-width: 96rem;
	background: #ffffff;
	border-radius: .4rem;
	overflow: hidden;
	box-shadow: 1rem 1rem 2.5rem rgba(35, 24, 21, .2);
	margin: 0 auto 3rem;
}
.case .case_block:nth-of-type(3) {
	margin-bottom: 4.5rem;
}
.case_block_head {
	color: #ffffff;
	background: url(../images/case_block_head_bg.svg) no-repeat left bottom / 100% auto;
	padding: 2rem 0 5.2rem 4rem;
}
.case_block_head h3 {
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
}
.case_block_head p {
	font-size: 1.5rem;
	line-height: 1.733;
}
.case_block figure {
	position: absolute;
}
.case .case_block:nth-of-type(1) figure {
	width: 21.2rem;
	right: 6.1rem;
	top: 9.2rem;
}
.case .case_block:nth-of-type(2) figure {
	width: 28.8rem;
	right: 1.7rem;
	top: 9.8rem;
}
.case .case_block:nth-of-type(3) figure {
	width: 26.9rem;
	right: 3rem;
	top: 10.6rem;
}
.case_block_body {
	padding: .3rem 0 2.5rem 4rem;
}
.case_block_body h4 {
	display: inline-block;
	font-size: 2.8rem;
	color: #ffffff;
	background: #005e70;
	border-radius: .2rem;
	padding: 0 2rem .3rem;
	margin-bottom: 2rem;
}
.case_block_body > div {
	display: flex;
	column-gap: 4rem;
}
.case_block_body > div img {
	max-width: 20rem;
}
.case_block_body > div li {
	display: flex;
	align-items: center;
	line-height: 1;
	border-bottom: 1px dotted #666666;
	padding-bottom: .6rem;
	margin-bottom: .5rem;
}
.case_block_body > div li:last-of-type {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.case_block_body > div li span {
	width: 5.5rem;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	color: #a77e1b;
}
.case_block_body > div li p {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.4;
	flex: 1;
	margin-top: .3rem;
}
.case_block_body > div li p strong {
	font-weight: 800;
}
.case_photo {
	position: absolute;
	z-index: -1;
}
.case_photo.case_photo_01 {
	width: 34rem;
	top: 8.7rem;
	right: calc(50% + 31.1rem);
}
.case_photo.case_photo_02 {
	width: 11.6rem;
	top: 11.5rem;
	left: calc(50% + 51.4rem);
}
.case_photo.case_photo_03 {
	width: 10.7rem;
	top: 38.2rem;
	left: calc(50% + 45rem);
}
.case_photo.case_photo_04 {
	width: 18.3rem;
	top: 76.7rem;
	right: calc(50% + 41.8rem);
}
.case_photo.case_photo_05 {
	width: 17.5rem;
	top: 96.9rem;
	left: calc(50% + 54.5rem);
}
.case_photo.case_photo_06 {
	width: 23.6rem;
	top: 151.9rem;
	right: calc(50% + 35rem);
}
.case_photo.case_photo_07 {
	width: 19.8rem;
	top: 160.2rem;
	left: calc(50% + 44rem);
}
@media only screen and (max-width: 768px) {
	.case {
		padding: 5.9rem 2rem 6rem;
	}
	.case::after {
		width: calc(100% - 1.5rem);
	}
	.chrome .case::after {
		width: 36rem;
	}
	.case h2 {
		font-size: 3rem;
		margin-bottom: 1.8rem;
	}
	.case h2 small {
		font-size: 1.4rem;
		line-height: 1.35;
		margin-bottom: -.3rem;
	}
	.case h2::before {
		max-width: 4.45rem;
		height: 1.7rem;
		margin: 0 auto 1rem;
	}
	.case_block {
		max-width: 33rem;
		margin: 0 -.5rem 1.5rem auto;
	}
	.case .case_block:nth-of-type(3) {
		margin-bottom: 2rem;
	}
	.case_block_head {
		background: linear-gradient(to bottom, rgba(167,126,27,1) 85%,rgba(167,126,27,0) 85%), url(../images/case_block_head_bg.svg) no-repeat left bottom / 100% auto;
		padding: 1.1rem 1rem 2.5rem 1.5rem;
	}
	.case_block_head h3 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: .8rem;
	}
	.case_block_head p {
		font-size: 1.3rem;
		line-height: 1.4615;
	}
	.case .case_block:nth-of-type(1) figure {
		width: 9.4rem;
		right: 4rem;
		top: 19.3rem;
	}
	.case .case_block:nth-of-type(2) figure {
		width: 13.7rem;
		right: 1.2rem;
		top: 16.8rem;
	}
	.case .case_block:nth-of-type(3) figure {
		width: 12.3rem;
		top: 19rem;
	}
	.case_block_body {
		padding: 1.7rem 1.5rem 2rem;
	}
	.case_block_body h4 {
		display: block;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: -.05em;
		padding: 0 .2rem .3rem;
		margin-bottom: 1.5rem;
	}
	.case .case_block:nth-of-type(2) h4 {
		letter-spacing: -.1em;
	}
	.case_block_body > div {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.case_block_body > div img {
		max-width: 14.25rem;
	}
	.case_block_body > div ul {
		width: 100%;
		margin-top: 1rem;
	}
	.case_block_body > div li {
		padding-bottom: .9rem;
	}
	.case_block_body > div li span {
		width: 3.3rem;
		font-size: 2.3rem;
	}
	.case_block_body > div li p {
		font-size: 1.4rem;
	}
	.case_photo.case_photo_01 {
		width: auto;
		height: 12rem;
		top: 17rem;
		right: 30.55rem;
	}
	.case_photo.case_photo_02 {
		width: 5.75rem;
		top: 3.5rem;
		left: 30.65rem;
	}
	.case_photo.case_photo_03 {
		width: 5.4rem;
		top: 16.4rem;
		left: 32.2rem;
	}
	.case_photo.case_photo_04 {
		width: 8.7rem;
		top: 62.1rem;
		right: 29rem;
	}
	.case_photo.case_photo_05 {
		width: auto;
		height: 6.2rem;
		top: 97.6rem;
		left: 32.2rem;
	}
	.case_photo.case_photo_06 {
		width: auto;
		height: 7.75rem;
		top: 126.8rem;
		right: 31.6rem;
	}
	.case_photo.case_photo_07 {
		width: auto;
		height: 7.6rem;
		top: 169rem;
		left: 29rem;
	}
}


/* cta
----------------------------------------*/
.cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #005e70;
	padding: 1.5rem 1rem;
	z-index: 2000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .5s;
}
.cta.show {
	opacity: 1;
	pointer-events: all;
}
.btn_cta {
	width: 65.4rem;
	margin: 0 auto;
}
.btn_cta > span {
	display: block;
	padding-bottom: .4rem;
	border-radius: .4rem;
	background: linear-gradient(74deg,  rgba(114,84,19,1) 8%, rgba(150,128,75,1) 52%,rgba(111,81,15,1) 90%);
	box-shadow: .6rem .6rem 1rem rgba(0, 0, 0, .3);
}
.btn_cta a {
	display: block;
	height: 6.8rem;
	background: linear-gradient(74deg,  rgba(144,105,10,1) 8%, rgba(204,177,105,1) 52%,rgba(144,105,10,1) 90%);
	border-radius: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_cta a img {
	width: auto;
	height: 2.7rem;
}
.btn_cta h4 {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	width: fit-content;
	padding: 0 1.8rem 0 2rem;
	margin: 0 auto .8rem;
}
.case .btn_cta h4 {
	color: #ffffff;
}
.btn_cta h4::before,
.btn_cta h4::after {
	content: '';
	display: block;
	background: url(../images/cta_btn_ttl_icon.svg) no-repeat left top / 100% auto;
	width: 1.1rem;
	height: 1.9rem;
	position: absolute;
	right: 0;
	bottom: .3rem;
}
.case .btn_cta h4::before,
.case .btn_cta h4::after {
	background: url(../images/cta_btn_ttl_icon_w.svg) no-repeat left top / 100% auto;
}
.btn_cta h4::before {
	left: 0;
	right: auto;
	transform: scale(-1, 1);
}
.cta .btn_cta a img {
	width: 23.4781rem;
	height: auto;
}
.btn_cta a::before {
	content: '';
	display: block;
	width: 6.6rem;
	height: 3.6rem;
	background: url(../images/cta_btn_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 1.8rem;
	top: 1.6rem;
	margin: auto 0;
}
.btn_cta a span {
	position: static;
}
.btn_cta a span::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: .5rem;
	background: url(../images/cta_btn_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.7rem;
	margin: auto 0;
	transition: transform .3s;
}
@media (hover:hover) {
	.btn_cta a:hover span::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.cta {
		padding: 1rem 1rem 1.5rem;
	}
	.btn_cta {
		width: 100%;
	}
	.btn_cta h4 {
		font-size: 1.3rem;
		padding: 0 1.3rem;
		margin-bottom: 1rem;
	}
	.btn_cta h4::before,
	.btn_cta h4::after {
		width: .8rem;
		height: 1.5rem;
		bottom: .2rem;
	}
	.btn_cta > span {
		width: 31.5rem;
		margin: 0 auto;
		padding-bottom: .3rem;
		box-shadow: .3rem .3rem .5rem rgba(0, 0, 0, .2);
	}
	.btn_cta a {
		height: 5.8rem;
	}
	.btn_cta a img {
		width: 14.3rem;
		height: auto;
		margin-top: .3rem;
	}
	.cta .btn_cta a img {
		width: 14.7rem;
		position: relative;
		left: .6rem;
	}
	.btn_cta a::before {
		width: 4.3rem;
		height: 2.7rem;
		background: url(../images/cta_btn_icon-sp.svg) no-repeat left top / 100% auto;
		left: .9rem;
		top: 1.6rem;
	}
	.btn_cta a span::before {
		width: 1.1rem;
		height: .4rem;
		background: url(../images/cta_btn_arrow_icon-sp.svg) no-repeat left top / 100% auto;
		right: 1.2rem;
	}
	.cta .btn_cta a {
		height: 4.3rem;
	}
	.cta .btn_cta a::before {
		top: .8rem;
	}
}

/* reason
----------------------------------------*/
.reason {
	padding: 12rem 2rem;
}
.reason h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 3.5rem;
}
.reason h2 img {
	width: 28.7rem;
	margin: 1rem auto 0;
}
.reason h2::before {
	content: "";
	display: block;
	max-width: 5.7rem;
	height: 2.3rem;
	background: url(../images/reason_star.png) no-repeat left top / 100% auto;
	margin: 0 auto 1.7rem;
}
.reason_item {
	width: 96rem;
	margin: 0 auto;
	border-radius: .4rem;
	background: url(../images/reason_item_bg.png) no-repeat left top / cover;
	box-shadow: 1rem 1rem 3rem rgba(35, 24, 21, .2);
	display: flex;
	flex-wrap: wrap;
}
.reason_item + .reason_item {
	margin-top: 2rem;
}
.reason_number {
	width: 9rem;
	height: 7rem;
	background: #005e70;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	line-height: 6.5rem;
	text-align: center;
	position: absolute;
	top: 4rem;
	left: -1rem;
	border-radius: .4rem;
}
.reason_item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 .9rem .9rem 0;
	border-color: transparent #00323b transparent transparent;
	position: absolute;
	top: 10.8rem;
	left: -.9rem;
}
.reason_item::after {
	content: '';
	display: block;
	width: 8.2rem;
	height: 6.2rem;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: .2rem;
	position: absolute;
	top: 4.3rem;
	left: -0.7rem;
}
.reason_item h3 {
	width: 100%;
	font-size: 2.6rem;
	line-height: 1.25;
	letter-spacing: .02em;
	padding: 2.5rem 0 0 10rem;
}
.reason_item h3 strong {
	font-size: 3.6rem;
	color: #a77e1b;
}
.reason_item:nth-of-type(2) h3 {
	padding: 5rem 0 1.9rem 10rem;
}
.reason_item:nth-of-type(3) h3 {
	padding: 3.5rem 0 .4rem 10rem;
}
.reason_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2.5rem 4rem 3rem;
}
.reason_item:nth-of-type(2) .reason_box {
	padding-bottom: 7rem;
}
.reason_txt p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}
.reason_item:nth-of-type(1) figure {
	width: 48.3rem;
	order: 1;
}
.reason_item:nth-of-type(1) .reason_txt {
	width: 37rem;
	order: 0;
}
.reason_item:nth-of-type(2) .reason_txt {
	width: 100%;
	order: 0;
	margin-bottom: 3rem;
}
.reason_item:nth-of-type(2) ul {
	display: flex;
	column-gap: 2rem;
	order: 1;
}
.reason_item:nth-of-type(2) figcaption {
	font-size: 1.4rem;
	font-weight: 400;
	position: absolute;
	padding-top: .5rem;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.reason_item:nth-of-type(3) figure {
	width: 43.6rem;
	order: 1;
	margin-top: -3.5rem;
}
.reason_item:nth-of-type(3) .reason_txt {
	width: 41.8rem;
	order: 0;
}

.reason_example {
	width: 41.8rem;
	margin-top: 2.2rem;
}
.reason_example h4 {
	width: 11.8rem;
	background: #005e70;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	padding: .2rem 0;
	text-align: center;
	border-radius: .2rem;
	margin: 0 0 -1.3rem;
	z-index: 2;
}
.reason_example ul {
	border-radius: .2rem;
	border: 1px solid #005e70;
	font-size: 1.4rem;
	line-height: 1.571;
	padding: 2.5rem 1.8rem 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0 2rem;
	height: 10.4rem;
}
.reason_example ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.reason_example ul li::before {
	content: '・';
}
.reason_example_note {
	text-align: right;
	font-size: 1.2rem !important;
	margin: .5rem 0 0;
}
.reason .btn_cta {
	margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
	.reason {
		padding: 6rem 1.5rem 1.5rem;
	}
	.reason h2 {
		font-size: 1.4rem;
		margin-bottom: 2.5rem;
	}
	.reason h2 img {
		width: 17.2rem;
		margin: .6rem auto 0;
	}
	.reason h2::before {
		max-width: 4.45rem;
		height: 1.7rem;
		margin: 0 auto 1rem;
	}
	.reason_item {
		width: 34.5rem;
		border-radius: .2rem;
		background-image: url(../images/reason_item_bg-sp.png);
		box-shadow: .5rem .5rem 1.5rem rgba(35, 24, 21, .15);
	}
	.reason_item + .reason_item {
		margin-top: 1.5rem;
	}
	.reason_number {
		width: 6rem;
		height: 4.7rem;
		font-size: 2.7rem;
		line-height: 4.2rem;
		top: 2rem;
		left: -.5rem;
		border-radius: .2rem;
	}
	.reason_item::before {
		border-width: 0 .45rem .45rem 0;
		top: 6.7rem;
		left: -.45rem;
	}
	.reason_item::after {
		width: 5.5rem;
		height: 4.2rem;
		border-radius: .1rem;
		top: 2.25rem;
		left: -.2rem;
		box-sizing: border-box;
	}
	.reason_item h3 {
		font-size: 1.7rem;
		letter-spacing: -.02em;
		padding: 2rem 0 0 7rem;
	}
	.reason_item h3 strong {
		font-size: 2.2rem;
		letter-spacing: -.02em;
	}
	.reason_item:nth-of-type(2) h3 {
		padding: 2rem 0 0 7rem;
	}
	.reason_item:nth-of-type(3) h3 {
		padding: 2rem 0 0 7rem;
		letter-spacing: -.08em;
	}
	.reason_box {
		display: block;
		padding: 2rem 1.5rem 2rem;
	}
	.reason_item:nth-of-type(2) .reason_box {
		padding-bottom: 1.5rem;
	}
	.reason_item:nth-of-type(3) .reason_box {
		padding-bottom: 1.3rem;
	}
	.reason_txt p {
		font-size: 1.4rem;
		line-height: 1.5714;
	}
	.reason_item:nth-of-type(1) figure {
		width: auto;
		margin-bottom: 2rem;
	}
	.reason_item:nth-of-type(1) .reason_txt {
		width: auto;
	}
	.reason_item:nth-of-type(2) .reason_txt {
		margin-bottom: .5rem;
	}
	.reason_item:nth-of-type(2) ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: .7rem 0;
		margin-bottom: 1.6rem;
	}
	.reason_item:nth-of-type(2) ul li {
		width: 48.4127%;
	}
	.reason_item:nth-of-type(2) ul li:nth-child(3) {
		width: 100%;
	}
	.reason_item:nth-of-type(2) ul li:nth-child(3) figure {
		width: 48.4127%;
		margin: 0 auto;
	}
	.reason_item:nth-of-type(2) figcaption {
		font-size: 1.1rem;
		text-align: center;
		position: relative;
		left: auto;
		transform: none;
	}
	.reason_item:nth-of-type(3) figure {
		width: 27.8rem;
		margin: -.5rem auto 1.6rem;
	}
	.reason_item:nth-of-type(3) .reason_txt {
		width: auto;
	}

	.reason_example {
		width: auto;
	}
	.reason_example h4 {
		width: 10rem;
		font-size: 1.4rem;
		padding: .3rem 0;
		border-radius: .1rem;
	}
	.reason_example ul {
		border-radius: .1rem;
		font-size: 1.2rem;
		padding: 2.1rem 1.8rem 0;
		gap: .15rem 2.5rem;
		height: 9.3rem;
	}
	.reason_example_note {
		font-size: 1rem !important;
	}
	.reason .btn_cta {
		margin-top: 2.2rem;
	}
	.reason .btn_cta h4 {
		margin: 0 -1rem 1rem;
		letter-spacing: -.08em;
	}
	.reason .btn_cta img {
		width: 14.7rem;
		position: relative;
		left: .6rem;
	}
}



/* faq
----------------------------------------*/
.faq {
	padding: 0 0 24rem;
	overflow: hidden;
}
.faq h2 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 4rem;
}
.faq h2 img {
	width: 25.5rem;
	margin: 1rem auto 0;
}
.faq h2::before {
	content: "";
	display: block;
	max-width: 5.7rem;
	height: 2.3rem;
	background: url(../images/faq_star.png) no-repeat left top / 100% auto;
	margin: 0 auto 1.7rem;
}
.faq dl {
	max-width: 96rem;
	margin: 0 auto;
}
.faq dt {
	font-size: 2.2rem;
	font-weight: 700;
	color: #005e70;
	padding: 0 4rem 1.8rem 6.7rem;
	margin-top: 2.4rem;
	cursor: pointer;
}
.faq dt::before,
.faq dt::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: .4rem;
	border-radius: .2rem;
	background: #005e70;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 2rem;
	margin: auto 0;
}
.faq dt::after {
	transform: rotate(90deg);
}
.faq dt.open::after {
	display: none;
}
.faq dt span,
.faq dd span {
	position: absolute;
	left: 0;
	top: -1rem;
	width: 5rem;
	height: 4.9rem;
	padding-top: .3rem;
	border-radius: 50%;
	background: #005e70;
	color: #fff;
	font-size: 2.757rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	line-height: 3.4rem;
}
.faq dd span {
	top: 0;
	background: #ffffff;
	color: #005e70;
}
.faq dt span::after,
.faq dd span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6rem 0 .6rem .6rem;
	border-color: transparent transparent transparent #005e70;
	position: absolute;
	right: -.4rem;
	top: .2rem;
	bottom: 0;
	margin: auto 0;
}
.faq dd span::after {
	border-color: transparent transparent transparent #ffffff;
}
.faq dd {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: .02em;
	display: none;
}
.faq dd p {
	background: #ffffff;
	border-radius: .4rem;
	margin-left: 6.8rem;
	padding: 1.5rem 2.5rem 1.5rem 3.2rem;
}
@media only screen and (max-width: 768px) {
	.faq {
		padding: 4.7rem 1.5rem 5rem;
	}
	.faq h2 {
		font-size: 1.4rem;
		padding-right: 0;
		margin-bottom: 2.1rem;
	}
	.faq h2::before {
		max-width: 4.45rem;
		height: 1.7rem;
		margin: 0 auto 1.1rem;
	}
	.faq h2 img {
		width: 15.3rem;
		margin: .7rem auto 0;
	}
	.faq dt {
		font-size: 1.84rem;
		padding: 0 3.5rem .7rem 5.2rem;
		margin-top: 1.9rem;
		line-height: 1.2778;
	}
	.faq dt:first-child {
		margin-top: 0;
	}
	.faq dt::before,
	.faq dt::after {
		width: 2rem;
		height: .3rem;
		bottom: .8rem;
	}
	.faq dt span,
	.faq dd span {
		top: .2rem;
		width: 4.1rem;
		height: 4rem;
		padding-top: .2rem;
		font-size: 2.3rem;
	}
	.faq dd span {
		top: 0;
	}
	.faq dt span::after,
	.faq dd span::after {
		right: -.3rem;
	}
	.faq dd {
		font-size: 1.4rem;
		line-height: 1.5714;
	}
	.faq dd p {
		margin-left: 5.2rem;
		padding: 1.1rem 1.5rem 1rem 1.6rem;
	}
}

/* footer
----------------------------------------*/
.footer {
	padding: 0 0 10.2rem;
}
.footer_list {
	position: relative;
	overflow: hidden;
	background: #005e70;
	padding: 1.8rem 0 0;
	margin: 12.5rem auto 0;
}
.footer_list ul {
	display: flex;
	gap: 2.4rem;
	justify-content: center;
	font-size: 1.2rem;
}
.footer_list a {
	color: #fff;
}
.footer_inner {
	max-width: 96rem;
	height: 38rem;
	background: url(../images/footer_bg.jpg) no-repeat center center / cover;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 1rem;
}
.footer h2 {
	color: #fff;
	font-size: 2.9rem;
	font-weight: 700;
	padding: 3.5rem 4rem 0;
	line-height: 1.2682;
	letter-spacing: .06em;
	text-shadow: 0 0 2rem rgba(0, 0, 0, .8), 0 0 2rem rgba(0, 0, 0, .8);
	margin-bottom: 8.6rem;
}
.footer h2 span {
	font-size: 4.1rem;
}
.footer_cta {
	display: flex;
	gap: 3rem;
	padding: 0 3.6rem;
	justify-content: flex-end;
}
.footer_tel {
	margin-top: -1.5rem;
}
.footer_tel h3 {
	text-align: center;
	color: #fff;
	font-size: 1.679rem;
	letter-spacing: .06em;
	margin-bottom: .2rem;
	text-shadow: 0 0 1rem rgba(0, 0, 0, .8);
}
.footer_tel h3::before,
.footer_tel h3::after {
	content: '';
	display: inline-block;
	width: .841rem;
	height: 1.7406rem;
	background: url(../images/header_contact_ttl_icon.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 .5rem;
}
.footer_tel h3::before {
	transform: scale(-1, 1);
	margin-right: .7rem;
}
.footer_tel a {
	display: block;
	width: 38.4rem;
}
.footer .copyright {
	display: block;
	background: #005e70;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 1.4rem 0;
	letter-spacing: .015em;
}
@media (hover:hover) {
	.footer_btn a:hover span::before {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 0 0 7rem;
	}
	.footer_list {
		padding: 1.5rem 0 1rem;
		margin: 0 auto;
	}
	.footer_list ul {
		width: 85%;
		margin: 0 auto;
		display: block;
		font-size: 1.1rem;
		line-height: 2;
	}
	.footer_list ul li a::before {
		content: '・';
	}
	.footer_inner {
		height: 30.15rem;
		background: url(../images/footer_bg-sp.jpg) no-repeat center center / cover;
		border-radius: 0;
	}
	.footer h2 {
		font-size: 2.3rem;
		padding: 2.6rem 2.5rem;
		line-height: 1.15;
		text-shadow: 0 0 1rem rgba(0, 0, 0, .8), 0 0 1rem rgba(0, 0, 0, .8);
		margin-bottom: 5.5rem;
		letter-spacing: .06rem;
	}
	.footer h2 span {
		font-size: 2.9rem;
		letter-spacing: .06rem !important;
	}
	.footer h2 span:nth-of-type(3) {
		letter-spacing: .06rem !important;
	}
	.footer_cta {
		display: block;
		padding: 0 1.5rem;
	}
	.footer_btn {
		width: auto;
	}
	.footer_btn a {
		width: auto;
		padding: 1.7rem 0 1.8rem 1.2rem;
		box-shadow: 0 .4rem 0 #c56f00, .8rem .8rem 1.5rem rgba(0, 0, 0, .2);
	}
	.footer_btn a::before {
		width: 5.4rem;
		height: 5.4rem;
		background: #fff url(../images/header_btn_icon.svg) no-repeat .65rem .7rem / 4.25rem auto;
		left: .3rem;
		top: .3rem;
	}
	.footer_btn a::after {
		border-width: .6rem 0 .6rem .6rem;
		top: 2.4rem;
		left: 5.6rem;
	}
	.footer_btn a span::before {
		top: .3rem;
		right: 1.6rem;
	}
	.footer_btn a img {
		width: 12.95rem;
	}
	.footer_tel {
		margin-top: 1.1rem;
	}
	.footer_tel h3 {
		font-size: 1.4rem;
	}
	.footer_tel h3::before,
	.footer_tel h3::after {
		width: .7rem;
		height: 1.5rem;
	}
	.footer_tel a {
		width: 32rem;
		margin: 0 auto;
	}
	.footer .copyright {
		font-size: .9rem;
		margin-top: 0;
		padding: 0 0 1rem;
		letter-spacing: 0;
	}
}