@charset "UTF-8";

.page-title {
	background: url("../img/concept/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 300px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	margin-top: 105px;
}


@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 65px;
		margin-bottom: 0;
	}
}


/* lead
----------------------------------------*/

.lead {
	text-align: center;
	padding: 100px 20px 131px;
	overflow: hidden;
}
.lead::before,
.lead::after {
	content: '';
	display: block;
	width: 237px;
	height: 256px;
	background: url(../img/concept/img_lead_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -572px;
}
.lead::after {
	width: 237px;
	height: 257px;
	background-image: url(../img/concept/img_lead_02.png);
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: 331px;
}
.lead h3 {
	font-size: 2.3rem;
	color: #B8AE7F;
	letter-spacing: .1em;
	margin-bottom: 16px;
}
.lead p {
	line-height: 2.2;
	letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
	.lead {
		padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw) calc(200 / 375 * 100vw);
	}
	.lead::before,
	.lead::after {
		width: calc(158 / 375 * 100vw);
		height: calc(171 / 375 * 100vw);
		top: auto;
		bottom: calc(20 / 375 * 100vw);
		left: calc(15 / 375 * 100vw);
		margin-left: 0;
	}
	.lead::after {
		height: calc(171 / 375 * 100vw);
		top: auto;
		left: auto;
		right: calc(15 / 375 * 100vw);
		margin-left: 0;
	}
	.lead h3 {
		font-size: calc(20 / 375 * 100vw);
		margin-bottom: calc(16 / 375 * 100vw);
	}
	.lead p {
		font-size: calc(13 / 375 * 100vw);
	}
}

/* entrance
----------------------------------------*/
.attraction_title {
	background: url(../img/concept/bg_attraction_title.jpg) no-repeat center center / cover;
	height: 341px;
}
.attraction_title_box {
	background: rgba(0,0,0,.85);
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	margin: auto;
	width: 520px;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	padding: 52px 0 32px;
}
.attraction_title_box::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,.3);
}
.attraction_title_box h3 {
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 6px;
}
.attraction_title_box h3 span {
	display: inline-block;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.attraction_title_box p {
	width: 391px;
	margin: 0 auto;
}

.attraction_merit {
	padding: 61px 0 0;
}
.attraction_merit h4 {
	text-align: center;
	font-size: 6.9rem;
	color: #B8AE7F;
	font-weight: 600;
	letter-spacing: .08em;
	padding-left: .08em;
	background: url(../img/concept/bg_merit_title.png) no-repeat 51.2% 3px / 358px auto;
}
.attraction_merit h4 img {
	width: 200px;
	display: block;
	margin: -2px auto 0;
	left: -2px;
	position: relative;
}
.attraction_merit ul {
	width: 1000px;
	margin: 69px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.attraction_merit ul li {
	width: 235px;
}
.attraction_merit ul li h5 {
	font-size: 1.8rem;
	color: #B8AE7F;
	text-align: center;
	line-height: 1.3;
	margin: 11px 0 6px;
	letter-spacing: .1em;
}
.attraction_merit ul li p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: .1em;
	font-family: 'Noto Serif JP', serif;
}

.attraction_recommend {
	width: 1000px;
	margin: 121px auto 97px;
	background: #F8F6EE;
	padding: 1px 0 63px;
}
.attraction_recommend h4 {
	width: 800px;
	background: #007B8C;
	border-radius: 37px;
	margin: -44px auto 61px;
	padding: 23px 20px 14px 47px;
}
.attraction_recommend h4::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 12.5px 0 12.5px;
	border-color: #007B8C transparent transparent;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.attraction_recommend h4 img {
	width: 632px;
	display: block;
	margin: 0 auto;
}
.attraction_recommend ul {
	width: 881px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.attraction_recommend ul li {
	width: 277px;
}

.attraction_lifestyle {
	width: 1000px;
	margin: 0 auto 79px;
	background: #F8F6EE;
	padding: 1px 0 45px;
}
.attraction_lifestyle h4 {
	width: 800px;
	background: #007B8C;
	border-radius: 37px;
	margin: -38px auto 51px;
	padding: 23px 20px 23px 47px;
}
.attraction_lifestyle h4 img {
	width: 508px;
	display: block;
	margin: 0 auto;
}
.attraction_lifestyle h4::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 12.5px 0 12.5px;
	border-color: #007B8C transparent transparent;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.attraction_lifestyle p {
	text-align: center;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: .1em;
}
.attraction_lifestyle figure {
	width: 914px;
	margin: 31px auto 0;
}

.attraction_reason {
	width: 1000px;
	margin: 0 auto 78px;
	background: #F8F6EE;
	padding: 1px 0 43px;
}
.attraction_reason h4 {
	width: 800px;
	background: #007B8C;
	border-radius: 37px;
	margin: -38px auto 48px;
	padding: 23px 20px 14px 47px;
}
.attraction_reason h4 img {
	width: 312px;
	display: block;
	margin: 0 auto;
}
.attraction_reason h4::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 12.5px 0 12.5px;
	border-color: #007B8C transparent transparent;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.attraction_reason .box {
	background: #fff;
	width: 910px;
	margin: 0 auto;
	padding: 1px 0 24px;
}
.attraction_reason .box + .box {
	margin-top: 51px;
}
.attraction_reason .box:nth-of-type(2) {
	padding-bottom: 33px;
}
.attraction_reason .box:nth-of-type(3) {
	padding-bottom: 28px;
}
.attraction_reason .box h5 {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #973D33;
	color: #fff;
	margin: -21px auto 8px;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 500;
	padding-top: 15px;
	letter-spacing: .1em;
}
.attraction_reason .box:nth-of-type(2) h5 {
	margin-bottom: 2px;
}
.attraction_reason .box:nth-of-type(3) h5 {
	margin-bottom: 2px;
}
.attraction_reason .box h5 span {
	display: block;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: .1em;
}
.attraction_reason .text {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.attraction_reason .text h6 {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	color: #6B665C;
	margin-bottom: 6px;
}
.attraction_reason .text p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.65;
}
.attraction_reason .box:nth-of-type(2) .text p {
	line-height: 1.7;
	padding-top: 2px;
}
.attraction_reason .box:nth-of-type(3) .text p {
	line-height: 1.7;
	padding-top: 10px;
}
.attraction_reason .text p + p {
	margin-top: 25px;
}
.attraction_reason .interest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	padding-left: 7px;
}
.attraction_reason .interest li + li {
	margin-left: 38px;
}
.attraction_reason .interest li + li::before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	bottom: -4px;
	left: -20px;
	border-left: 1px dashed #707070;
}
.attraction_reason .interest dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.attraction_reason .interest dt {
	font-size: 1.5rem;
	width: 133px;
	font-weight: normal;
	background: #6B665C;
	color: #fff;
	letter-spacing: .1em;
	padding: 7px 10px;
	margin-right: 10px;
}
.attraction_reason .interest dd {
	font-size: 2.3rem;
	padding-bottom: 3px;
	letter-spacing: .03em;
}
.attraction_reason .interest dd span {
	font-size: 3rem;
	font-weight: bold;
	color: #973D33;
}
.attraction_reason .bg {
	background: #6B665C;
	color: #fff;
	text-align: center;
	margin: 24px 0 14px;
	font-size: 2.2rem;
	padding: 15px 0 32px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .07em;
}
.attraction_reason .box:nth-of-type(2) .bg {
	padding: 18px 0 33px;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 22px;
}
.attraction_reason .box:nth-of-type(3) .bg {
	padding: 22px 0 33px;
	margin: 39px 0 20px;
	line-height: 1.8;
}
.attraction_reason .bg p > span {
	display: inline-block;
	border-bottom: 1px dashed #fff;
	padding-bottom: 2px;
}
.attraction_reason .box:nth-of-type(2) .bg p > span {
	padding-bottom: 0;
	margin-bottom: 3px;
}
.attraction_reason .box:nth-of-type(2) .bg p > span:first-child {
	padding-bottom: 3px;
	margin-right: 1px;
}
.attraction_reason .bg p > span span {
	font-size: 2.9rem;
	font-weight: bold;
	color: #B8AE7F;
}
.attraction_reason .note {
	font-size: 1.2rem;
	color: #989898;
	margin: 0 50px;
	line-height: 1.7;
	letter-spacing: .11em;
}

.attraction_choose {
	width: 1000px;
	margin: 0 auto 72px;
	background: #F8F6EE;
	padding: 1px 0 70px;
}
.attraction_choose h4 {
	width: 800px;
	background: #007B8C;
	border-radius: 37px;
	margin: -38px auto 37px;
	padding: 23px 20px 24px 47px;
}
.attraction_choose h4 img {
	width: 578px;
	display: block;
	margin: 0 auto;
}
.attraction_choose h4::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 12.5px 0 12.5px;
	border-color: #007B8C transparent transparent;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.attraction_choose h5 {
	width: 490px;
	margin: 0 auto 27px;
	left: 4px;
}
.attraction_choose ul {
	width: 906px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.attraction_choose ul li {
	width: 215px;
}
.attraction_choose ul li figure {
	width: 200px;
	margin: 0 auto 9px;
	text-align: center;
}
.attraction_choose ul li figcaption {
	font-size: 2rem;
	color: #B8AE7F;
	text-align: center;
}
.attraction_choose h6 {
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 8px;
}
.attraction_choose li p {
	width: 200px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.55;
	letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
	.attraction_title {
		height: auto;
		padding: calc(50 / 375 * 100vw) calc(25 / 375 * 100vw);
	}
	.attraction_title_box {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		font-size: calc(20 / 375 * 100vw);
		padding: calc(50 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
	}
	.attraction_title_box::before {
		top: calc(5 / 375 * 100vw);
		left: calc(5 / 375 * 100vw);
		right: calc(5 / 375 * 100vw);
		bottom: calc(5 / 375 * 100vw);
	}
	.attraction_title_box h3 {
		margin-bottom: calc(5 / 375 * 100vw);
	}
	.attraction_title_box h3 span {
		padding-bottom: calc(10 / 375 * 100vw);
	}
	.attraction_title_box p {
		width: calc(280 / 375 * 100vw);
	}

	.attraction_merit {
		padding: calc(50 / 375 * 100vw) 0 0;
	}
	.attraction_merit h4 {
		font-size: calc(50 / 375 * 100vw);
		background: url(../img/concept/bg_merit_title.png) no-repeat 51.2% calc(3 / 375 * 100vw) / calc(300 / 375 * 100vw) auto;
	}
	.attraction_merit h4 img {
		width: calc(180 / 375 * 100vw);
		margin: 0 auto;
		left: auto;
	}
	.attraction_merit ul {
		width: auto;
		margin: calc(30 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.attraction_merit ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	.attraction_merit ul li h5 {
		font-size: calc(15 / 375 * 100vw);
		margin: 10px 0 6px;
		letter-spacing: .05em;
	}
	.attraction_merit ul li p {
		letter-spacing: .05em;
		font-size: calc(13 / 375 * 100vw);
	}

	.attraction_recommend {
		width: auto;
		margin: calc(50 / 375 * 100vw) auto calc(80 / 375 * 100vw);
		padding: 1px 0 calc(20 / 375 * 100vw);
	}
	.attraction_recommend h4 {
		width: auto;
		border-radius: calc(37 / 375 * 100vw);
		margin: calc(-25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw) calc(25 / 375 * 100vw);
	}
	.attraction_recommend h4::after {
		border-width: calc(22 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
		bottom: calc(-19 / 375 * 100vw);
	}
	.attraction_recommend h4 img {
		width: auto;
		height: calc(40 / 375 * 100vw);
	}
	.attraction_recommend ul {
		width: auto;
		margin: 0 calc(25 / 375 * 100vw);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.attraction_recommend ul li {
		width: 48%;
		margin: 0 0 calc(20 / 375 * 100vw);
	}
	.attraction_recommend ul li:first-child {
		margin: 0 calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
	}
	.attraction_recommend ul li:last-child {
		margin-left: 4%;
	}

	.attraction_lifestyle {
		width: auto;
		margin: 0 auto calc(80 / 375 * 100vw);
		padding: 1px 0 calc(40 / 375 * 100vw);
	}
	.attraction_lifestyle h4 {
		width: auto;
		border-radius: calc(37 / 375 * 100vw);
		margin: calc(-25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw) calc(25 / 375 * 100vw);
	}
	.attraction_lifestyle h4 img {
		width: auto;
		height: calc(40 / 375 * 100vw);
	}
	.attraction_lifestyle h4::after {
		border-width: calc(22 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
		bottom: calc(-19 / 375 * 100vw);
	}
	.attraction_lifestyle p {
		text-align: left;
		margin: 0 calc(25 / 375 * 100vw);
		line-height: 2;
		letter-spacing: .05em;
	}
	.attraction_lifestyle figure {
		width: auto;
		margin: 31px calc(25 / 375 * 100vw) 0;
	}

	.attraction_reason {
		width: auto;
		margin: 0 auto calc(80 / 375 * 100vw);
		padding: 1px 0 calc(40 / 375 * 100vw);
	}
	.attraction_reason h4 {
		width: auto;
		border-radius: calc(37 / 375 * 100vw);
		margin: calc(-25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(40 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw) calc(25 / 375 * 100vw) calc(10 / 375 * 100vw);
	}
	.attraction_reason h4 img {
		width: calc(230 / 375 * 100vw);
	}
	.attraction_reason h4::after {
		border-width: calc(22 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
		bottom: calc(-19 / 375 * 100vw);
	}
	.attraction_reason .box {
		width: auto;
		margin: 0 calc(25 / 375 * 100vw);
		padding: 1px 0 calc(20 / 375 * 100vw) !important;
	}
	.attraction_reason .box + .box {
		margin-top: calc(50 / 375 * 100vw);
	}
	.attraction_reason .box h5 {
		width: calc(60 / 375 * 100vw);
		height: calc(60 / 375 * 100vw);
		margin: calc(-15 / 375 * 100vw) auto calc(8 / 375 * 100vw) !important;
		font-size: calc(13 / 375 * 100vw);
		padding-top: calc(13 / 375 * 100vw);
		letter-spacing: .05em;
	}
	.attraction_reason .box h5 span {
		font-size: calc(22 / 375 * 100vw);
	}
	.attraction_reason .text h6 {
		font-size: 2rem;
		letter-spacing: .05em;
	}
	.attraction_reason .text p {
		font-size: calc(13 / 375 * 100vw);
		letter-spacing: .05em;
		margin: 0 calc(25 / 375 * 100vw);
	}
	.attraction_reason .box:nth-of-type(2) .text p {
		padding-top: 0;
	}
	.attraction_reason .box:nth-of-type(3) .text p {
		padding-top: 0;
	}
	.attraction_reason .text p + p {
		margin-top: calc(25 / 375 * 100vw);
	}
	.attraction_reason .interest {
		margin-top: calc(20 / 375 * 100vw);
		padding-left: calc(7 / 375 * 100vw);
	}
	.attraction_reason .interest li + li {
		margin-left: calc(38 / 375 * 100vw);
	}
	.attraction_reason .interest li + li::before {
		top: calc(-5 / 375 * 100vw);
		bottom: calc(-5 / 375 * 100vw);
		left: calc(-20 / 375 * 100vw);
	}
	.attraction_reason .interest dl {
		display: block;
	}
	.attraction_reason .interest dt {
		font-size: calc(13 / 375 * 100vw);
		width: calc(120 / 375 * 100vw);
		margin: 0 auto calc(5 / 375 * 100vw);
		padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
	}
	.attraction_reason .interest dd {
		font-size: calc(17 / 375 * 100vw);
		line-height: 1.4;
		padding-bottom: calc(3 / 375 * 100vw);
	}
	.attraction_reason .interest dd span {
		font-size: calc(20 / 375 * 100vw);
	}
	.attraction_reason .bg {
		margin: calc(20 / 375 * 100vw) 0 calc(14 / 375 * 100vw);
		font-size: calc(15 / 375 * 100vw);
		padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
	}
	.attraction_reason .box:nth-of-type(2) .bg {
		padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
		margin: calc(20 / 375 * 100vw) 0 calc(14 / 375 * 100vw);
	}
	.attraction_reason .box:nth-of-type(3) .bg {
		padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
		letter-spacing: .05em;
		margin: calc(20 / 375 * 100vw) 0 calc(14 / 375 * 100vw);
	}
	.attraction_reason .bg p > span {
		padding-bottom: 2px;
	}
	.attraction_reason .box:nth-of-type(2) .bg p > span:first-child {
		padding-bottom: 0;
		margin-right: 0;
	}
	.attraction_reason .bg p > span span {
		font-size: calc(20 / 375 * 100vw);
	}
	.attraction_reason .note {
		font-size: calc(11 / 375 * 100vw);
		margin: 0 calc(20 / 375 * 100vw);
		line-height: 1.6;
		letter-spacing: .05em;
	}

	.attraction_choose {
		width: auto;
		margin: calc(50 / 375 * 100vw) auto calc(70 / 375 * 100vw);
		padding: 1px 0 calc(20 / 375 * 100vw);
	}
	.attraction_choose h4 {
		width: auto;
		border-radius: calc(37 / 375 * 100vw);
		margin: calc(-25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
		padding: calc(15 / 375 * 100vw) calc(25 / 375 * 100vw);
	}
	.attraction_choose h4 img {
		width: auto;
		height: calc(40 / 375 * 100vw);
	}
	.attraction_choose h4::after {
		border-width: calc(22 / 375 * 100vw) calc(12 / 375 * 100vw) 0;
		bottom: calc(-19 / 375 * 100vw);
	}
	.attraction_choose h5 {
		width: auto;
		margin: 0 calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
		left: auto;
	}
	.attraction_choose ul {
		width: auto;
		margin: 0 calc(20 / 375 * 100vw);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.attraction_choose ul li {
		width: 47%;
		margin-bottom: 30px;
	}
	.attraction_choose ul li figure {
		width: auto;
	}
	.attraction_choose ul li figcaption {
		font-size: calc(20 / 375 * 100vw);
	}
	.attraction_choose h6 {
		font-size: calc(14 / 375 * 100vw);
	}
	.attraction_choose li p {
		width: auto;
		font-size: calc(13 / 375 * 100vw);
	}
}

.after {
	background: #F8F6EE;
}
.after h3 {
	background: #6B665C;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 2.6rem;
	padding: 29px 20px 31px;
	letter-spacing: .1em;
	margin-bottom: 60px;
}
.after_list {
	width: 382px;
	margin: 0 auto 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 10;
}
.after_list::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 47px 50.5px 0;
	border-color: #B8AE7F transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -67px;
	margin: 0 auto;
}
.after_list li {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	padding: 40px 0 0;
}
.after_list li img {
	width: 69px;
}
.after_list li figcaption {
	font-size: 2.3rem;
	font-weight: 500;
	color: #6B665C;
	margin-top: 12px;
	letter-spacing: .1em;
}
.after_use {
	height: 483px;
	padding: 82px 20px 0;
	background: url(../img/concept/bg_after.jpg) no-repeat center center / cover;
}
.after_use h4 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	text-shadow: 0 0 6px #000;
	margin-bottom: 50px;
}
.after_use h4 span {
	display: inline-block;
	border-bottom: 1px dashed #fff;
}
.after_use ul {
	width: 593px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.after_use ul li {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	padding-top: 30px;
	background: #fff;
	text-align: center;
}
.after_use ul li img {
	width: 84px;
}
.after_use ul li figcaption {
	font-size: 1.5rem;
	color: #6B665C;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 13px;
}
.after_use ul li figcaption span {
	font-size: 2.5rem;
	display: block;
}

@media only screen and (max-width: 768px) {
	.after h3 {
		font-size: calc(18 / 375 * 100vw);
		padding: calc(29 / 375 * 100vw) calc(20 / 375 * 100vw);
		letter-spacing: .05em;
		margin-bottom: calc(30 / 375 * 100vw);
	}
	.after_list {
		width: calc(250 / 375 * 100vw);
		margin: 0 auto calc(35 / 375 * 100vw);
	}
	.after_list::after {
		border-width: calc(35 / 375 * 100vw) calc(40 / 375 * 100vw) 0;
		bottom: calc(-60 / 375 * 100vw);
	}
	.after_list li {
		width: calc(110 / 375 * 100vw);
		height: calc(110 / 375 * 100vw);
		padding: calc(20 / 375 * 100vw) 0 0;
	}
	.after_list li img {
		width: calc(50 / 375 * 100vw);
	}
	.after_list li figcaption {
		font-size: calc(15 / 375 * 100vw);
		margin-top: calc(5 / 375 * 100vw);
	}
	.after_use {
		height: calc(480 / 375 * 100vw);
		padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
	}
	.after_use h4 {
		font-size: calc(18 / 375 * 100vw);
		margin-bottom: calc(30 / 375 * 100vw);
	}
	.after_use ul {
		width: auto;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.after_use ul li {
		width: calc(120 / 375 * 100vw);
		height: calc(120 / 375 * 100vw);
		padding-top: calc(20 / 375 * 100vw);
		margin: 0 calc(20 / 375 * 100vw);
	}
	.after_use ul li:first-child {
		margin: 0 calc(80 / 375 * 100vw) calc(20 / 375 * 100vw);
	}
	.after_use ul li img {
		width: calc(55 / 375 * 100vw);
	}
	.after_use ul li figcaption {
		font-size: calc(12 / 375 * 100vw);
		margin-top: 5px;
	}
	.after_use ul li figcaption span {
		font-size: calc(20 / 375 * 100vw);
	}
}

.support {
	background: #007B8C;
	padding: 89px 0 0;
}
.support h3 {
	width: 450px;
	height: 135px;
	margin: 0 auto 63px;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 500;
	text-align: center;
	padding-top: 1px;
	letter-spacing: .1em;
	background: url(../img/concept/bg_support_title.png) no-repeat left top / 100% auto;
}
.support h3 > span span {
	font-size: 3.2rem;
}
.support h3 img {
	width: 414px;
	margin: -13px auto 5px;
	display: block;
	position: relative;
	left: -4px;
}
.support_box {
	background: #F8F6EE;
}
.support_box::before {
	content: '';
	display: block;
	height: 50px;
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	background: url(../img/concept/bg_support.png) repeat-x center bottom / 431px auto;
}
.support_box ul {
	width: 804px;
	padding: 48px 0 38px;
	margin: 0 auto;
	color: #6B665C;
	font-size: 1.9rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
}
.support_box ul::before {
	content: '';
	display: block;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 45px;
	bottom: 58px;
	left: 50%;
	margin-left: -1px;
}
.support_box ul li {
	width: 50%;
	padding-left: 38px;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.support_box ul li:nth-child(2n) {
	margin-left: 7%;
	width: 43%;
}
.support_box ul li::before {
	content: '';
	display: block;
	width: 25px;
	height: 23px;
	background: url(../img/concept/icon_support.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: 4px;
}
@media only screen and (max-width: 768px) {
	.support {
		padding: 40px 0 0;
	}
	.support h3 {
		width: calc(300 / 375 * 100vw);
		height: calc(90 / 375 * 100vw);
		margin: 0 auto calc(63 / 375 * 100vw);
		font-size: calc(28 / 375 * 100vw);
	}
	.support h3 > span span {
		font-size: calc(21 / 375 * 100vw);
	}
	.support h3 img {
		width: calc(276 / 375 * 100vw);
		margin: calc(-7 / 375 * 100vw) auto calc(3 / 375 * 100vw);
		left: calc(-3 / 375 * 100vw);
	}
	.support_box ul {
		width: auto;
		padding: 30px calc(20 / 375 * 100vw) 20px;
		font-size: calc(13 / 375 * 100vw);
	}
	.support_box ul::before {
		display: none;
	}
	.support_box ul li {
		width: 53%;
		letter-spacing: .05em;
		padding-left: calc(22 / 375 * 100vw);
	}
	.support_box ul li:nth-child(2n) {
		width: 45%;
		margin-left: 0;
	}
	.support_box ul li::before {
		width: calc(17 / 375 * 100vw);
		height: calc(16 / 375 * 100vw);
		top: calc(3 / 375 * 100vw);
	}
}

.note_block li,
.note_block p {
	line-height: 1.45;
	letter-spacing: .1em;
}

.js-fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}