@charset "utf-8";


/* -- SECTION: Main visual
-------------------------------------------------------------------------------- */
#mainVisual {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
#mainVisual > *:not(.video-bg) {
	position: absolute;
	z-index: 1;
}
#mainVisual .video-bg video {
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	position: absolute;
}
#mainVisual .video-bg {
	position: relative;
	z-index: 0;
}
#mainVisual .video-bg::before,
	#mainVisual .video-bg::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}
#mainVisual .video-bg::before {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mainVisual .video-bg::after {
	background: linear-gradient(90deg, rgba(234, 133, 50, 0.3) 0%, rgba(234, 85, 50, 0.3) 100%);
	right: 0;
	bottom: 0;
	aspect-ratio: 3 / 1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

@media screen and (min-width: 768px) {
	#mainVisual::after {
		background: linear-gradient(90deg, rgba(234, 133, 50, 0.9) 0%, rgba(234, 85, 50, 0.9) 100%);
	}
	#mainVisual h1 {
		width: 53.5%;
		margin: 0 auto;
		top: 30.6%;
		right: 0;
		left: 0;
	}
	#mainVisual ul.mv-badges {
		display: flex;
		width: 25%;
		bottom: 5.5%;
		left: 12%;
	}
	#mainVisual p.mv-btn {
		text-align: right;
		width: 19%;
		right: 12.5%;
		bottom: 15%;
	}
	#mainVisual p.mv-btn a {
		width: 100%;
		height: 68px;
	}
	#mainVisual .video-bg {
		aspect-ratio: 144 / 65;
	}
	#mainVisual .video-bg::after {
		width: 41%;
	}
}

@media screen and (max-width: 767px) {
	#mainVisual {
		height: calc(100vh - 60px);
	}
	#mainVisual h1 {
		width: 95%;
		top: 5.5%;
		left: 0;
	}
	#mainVisual ul.mv-badges {
		display: flex;
		width: 68%;
		right: 2%;
		bottom: 0.5%;
	}
	#mainVisual p.mv-btn {
		display: none;
	}
	#mainVisual .video-bg {
		height: 100%;
	}
	#mainVisual .video-bg::after {
		width: 65%;
	}
}



/* -- SECTION: FAQ
-------------------------------------------------------------------------------- */
#faq dt {
	position: relative;
}
#faq dt button {
	font-size: 1.5rem;
	text-align: left;
	display: block;
	width: 100%;
	padding: 24px;
	position: relative;
}
#faq dt::before {
	content: "Q";
	font: 700 1.8rem "Roboto", sans-serif;
	color: #ea5532;
	font-optical-sizing: auto;
	font-variation-settings: "wght" 700;
	letter-spacing: 0.072em;
	position: absolute;
	top: 24px;
	left: 0;
}
#faq dt button::before,
#faq dt button::after {
	content: "";
	background-color: #ea5532;
	display: block;
	width: 16px;
	height: 1px;
	position: absolute;
	right: 8px;
	transition: all 0.3s ease;
}
#faq dt button::before {
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
}
#faq dt button::after {
	bottom: 50%;
	transform: translateY(50%) rotate(90deg);
}
#faq dd {
	display: grid;
	grid-template-rows: 0fr;
	border-bottom: solid 1px #e4dbd7;
	transition: all 250ms ease;
}
#faq dd div {
	overflow: hidden;
	padding: 0 24px;
	transition: all 250ms ease;
}
#faq dt.is-open button::after {
	transform: translateY(50%) rotate(0deg);
}
#faq dt.is-open + dd {
	grid-template-rows: 1fr;
}
#faq dt.is-open + dd {
	grid-template-rows: 1fr;
}
#faq dt.is-open + dd div {
	padding-bottom: 24px;
}



/* -- SECTION: Contact
-------------------------------------------------------------------------------- */
#contactForm .note {
	margin-top: 8px;
}
#contactForm form {
	margin-top: 40px;
}
#contactForm form span.emp {
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: text-bottom;
	display: inline-block;
	margin-left: 8px;
	padding: 3px 8px 2px;
	border: solid 1px #ea5532;
	border-radius: 99px;
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 4px 0 24px;
	padding: 13px 16px;
	border: solid 1px #909090;
	border-radius: 4px;
}
#contactForm textarea {
	min-height: 150px;
	margin-bottom: 0;
}
#contactForm input[type="checkbox"] {
	background-color: #fff;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	cursor: pointer;
	border: solid 1px #ea5532;
	border-radius: 4px;
	position: relative;
}
#contactForm input[type="checkbox"]:checked {
	background-color: #ea5532;
}
#contactForm input[type="checkbox"]:checked::before,
#contactForm input[type="checkbox"]:checked::after {
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	position: absolute;
}
#contactForm input[type="checkbox"]:checked::before {
	width: 6px;
	height: 2px;
	top: 14px;
	left: 4px;
	transform: rotate(45deg);
	transform-origin: right center;
}
#contactForm input[type="checkbox"]:checked::after {
	width: 11px;
	height: 2px;
	top: 14px;
	left: 9px;
	transform: rotate(-40deg);
	transform-origin: left center;
}
#contactForm input[type="checkbox"]:checked::after {
	width: 11px;
	height: 2px;
	top: 14px;
	left: 9px;
	transform: rotate(-40deg);
	transform-origin: left center;
}
#submitBtn[aria-disabled="true"] {
	background-color: #666;
	cursor: not-allowed;
	opacity: 0.5;
}
#submitBtn[aria-disabled="true"]::after {
	display: none;
}
#errorMessage,
#emailError {
	font-weight: 700;
	color: #ea5532;
	text-align: center;
	display: none;
	margin-top: 24px;
	padding: 16px;
	border: solid 1px #ea5532;
	border-radius: 4px;
}
#errorMessage.is-active,
#emailError.is-active {
	display: block;
}

/* -- MEMO: Privacy Policy Popup -- */
body::before {
	content: "";
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -99;
	transition: all 0.3s ease;
}
body.is-popup::before {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: fixed;
	z-index: 98;
}
#privacyPolicy {
	background-color: #fff;
	overflow: auto;
	width: calc(100vw - 40px);
	max-width: 1080px;
	height: calc(100vh - 200px);
	max-height: 800px;
	opacity: 0;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -99;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
#privacyPolicy.is-popup {
	opacity: 1;
	z-index: 99;
}
#privacyPolicy .popup-content {
	padding: 64px;
}
#privacyPolicy #popupClose {
	background: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 16px;
	right: 16px;
}
#privacyPolicy #popupClose::before,
#privacyPolicy #popupClose::after {
	content: "";
	background-color: #ea5532;
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
#privacyPolicy #popupClose::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#privacyPolicy #popupClose::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
#privacyPolicy .close-box {
	background: #fff;
	background: linear-gradient(0deg, #fff 0, #fff 90%, transparent 100%);
	text-align: center;
	width: 100%;
	padding: 16px 0;
	position: sticky;
	bottom: 0;
}
.pp_enactment {
	font-size: 14px;
	text-align: right;
	margin-top: 24px;
}
.popup-content {
	line-height: 2;
}
.popup-content a {
	text-decoration: underline;
}
.popup-content ol {
	counter-reset: number 0;
}
.pp_list li {
	text-indent: -1.8em;
	margin-left: 1.8em;
}
.pp_list li *:not(li) {
	text-indent: 0;
}
.pp_list > li {
	font-size: 20px;
	margin-top: 16px;
}
.pp_list > li::before {
	font-weight: 700;
}
.pp_list > li > p {
	font-size: 14px;
	margin-bottom: 0.75em;
}
.pp_list li::before {
	counter-increment: number;
	text-indent: 0;
	display: inline-block;
	width: 1.8em;
}
.pp_list > li::before {
	content: counter(number) ".";
}
.pp_list > li li {
	font-size: 14px;
}
.pp_list > li > ol > li::before {
	content: "(" counter(number) ")";
}
.pp_list > li > ol > li > ol > li::before {
	content: counter(number, lower-alpha) ".";
}
.pp_contact {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 1em;
}
.pp_contact dt {
	width: 6em;
}
.pp_contact dd {
	margin: -1.75em 0 0 6em;
}
.pp_contact dd::before {
	content: "：";
	text-align: center;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.submit-box,
.agree-box {
	text-align: center;
	margin-top: 40px;
}
.agree-box a {
	color: #ea5532;
	text-decoration: underline;
}



/* -- SECTION: Contents common
-------------------------------------------------------------------------------- */
.grad-title {
	color: #fff;
	background: linear-gradient(90deg, #ea8532 0%, #ea5532 100%);
	display: table;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px 24px 0;
	border-radius: 99px;
}
[class*="shadow"] {
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
}
.white-bg {
	background-color: #fff;
}
.beige-bg {
	background-color: #f8f6f4;
}
.border-orange {
	background-color: #fff;
	border: solid 2px #ea5532;
}
.border-gray {
	background-color: #fff;
	border: solid 1px #e4dbd7;
}
.marker {
	background: linear-gradient(0deg, rgba(234, 85, 50, 0.3) 0, rgba(234, 85, 50, 0.3) 8px, transparent 8px, transparent 100%);/* 0deg = 下から（角度省略で上から） */
}
.top-arrow {
	display: block;
	margin-top: 72px;
	position: relative;
}
.top-arrow::before {
	content: "";
	background: url(/assets/img/icon-arrow_01.webp) no-repeat center / cover;
	display: block;
	width: 60px;
	height: 24px;
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
}
[role="note"] {
	font-size: 1.2rem;
	text-indent: -1em;
	margin-left: 1em;
}
p.source {
	text-indent: -3em;
	margin-left: 0;
	padding-left: 3em;
}
p.source span {
	text-indent: 0;
	display: inline-block;
	width: 3em;
}
p.source a {
	text-decoration: underline;
	word-break: break-all;
	overflow-wrap: break-word;
}
.lead-text {
	font-weight: 700;
}
.dot-orange li {
	padding-left: 16px;
	position: relative;
}
.dot-orange li::before {
	content: "";
	background: #ea5532;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 4px;
}

@media screen and (min-width: 768px) {
	.shadow-block {
		padding: 32px;
	}
	.grad-title {
		font-size: 2rem;
		height: 36px;
	}
	.lead-text {
		text-align: center;
	}
	.swiper-wrapper {
		transform: initial!important;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.shadow-block {
		padding: 32px 16px;
	}
	.grad-title {
		font-size: 1.6rem;
		white-space: nowrap;
		height: 33px;
	}
	.lead-text {
		line-height: 1.75;
	}
	.swiper {
		margin-right: -24px!important;
		margin-left: -24px!important;
	}
	.swiper-slide {
		width: 80%;
		opacity: 0.5;
	}
	.swiper-slide-active {
		opacity: 1;
	}
	.swiper-button-next,
	.swiper-button-prev {
		background: url(/assets/img/icon-arrow_02.webp) no-repeat center center / 32px 32px;
	}
	.swiper-button-next {
		right: 24px!important;
	}
	.swiper-button-prev {
		left: 24px!important;
		transform: rotate(180deg);
	}
	.swiper-button-next svg,
	.swiper-button-prev svg {
		display: none;
	}
}



/* -- SECTION: Concerns
-------------------------------------------------------------------------------- */
#concerns {
	padding-top: 80px;
	padding-bottom: 120px;
}
#concerns ul {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
#concerns ul li {
	font-size: 1.8rem;
	background: #fff url(/assets/img/icon-check.webp) no-repeat 24px center / 24px 24px;
	margin-top: 16px;
	padding: 16px 24px 16px 60px;
}
#concerns ul + p {
	font-size: 2.4rem;
	text-align: center;
}
#concerns ul + p strong {
	padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
	#concerns ul + p {
		line-height: 1.5;
	}
}



/* -- SECTION: Wellstretch
-------------------------------------------------------------------------------- */
#wellstretch .service-image {
	margin-top: 24px;
}
#wellstretch .style-images {
	margin-top: 48px;
}
#wellstretch .style-images h3 {
	line-height: 24px;
	text-align: center;
	display: table;
	height: 24px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}
#wellstretch .style-images h3::after,
	#wellstretch .style-images h3::before {
	content: "";
	background-color: #ea5532;
	width: 2px;
	height: 28px;
	position: absolute;
	top: 0;
}
#wellstretch .style-images h3::after {
	right: 0;
	transform: rotate(35deg);
}
#wellstretch .style-images h3::before {
	left: 0;
	transform: rotate(-35deg);
}
.expected-effects h4 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 8px;
}
.expected-effects figure {
	margin-bottom: 12px;
}
.expected-effects p[role="note"] {
	margin-top: 4px;
}
.expected-effects p.remarks {
	font-size: 1.2rem;
	text-align: right;
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	#wellstretch .style-images ul {
		display: flex;
		column-gap: 2.37%;
		margin-top: 16px;
	}
	#wellstretch .style-images ul li {
		margin: 0!important;
	}
	#wellstretch .style-images ul li:nth-of-type(n+4) {
		display: none;
	}
	#wellstretch .expected-effects {
		display: grid;
		grid-template-columns: 62.2% 1fr;
		grid-template-rows: min-content 1fr min-content;
		grid-auto-rows: 1fr;
		grid-auto-flow: column;
		gap: 0px 24px;
		margin-top: 66px;
		padding-top: 40px;
		position: relative;
	}
	.expected-effects h3 {
		grid-area: 1 / 1 / 2 / 3;
		margin: 0 auto;
		position: absolute;
		top: -58px;
		right: 0;
		left: 0;
	}
	.expected-effects div:nth-of-type(1) {
		grid-area: 2 / 1 / 3 / 2;
	}
	.expected-effects div:nth-of-type(2) {
		grid-area: 2 / 2 / 3 / 3;
	}
	.expected-effects .remarks {
		grid-area: 3 / 1 / 4 / 3;
	}
}

@media screen and (max-width: 767px) {
	#wellstretch .style-images h3 {
		margin-bottom: 16px;
		padding: 0 20px;
	}
	.expected-effects {
		margin-top: 66px;
		padding-top: 0;
	}
	.expected-effects h3 {
		margin-bottom: 8px;
		position: relative;
		top: -17px;
	}
	.expected-effects div:nth-of-type(2) {
		margin-top: 24px;
	}
}



/* -- SECTION: Countermeasure
-------------------------------------------------------------------------------- */
#countermeasure .shadow-block {
	text-align: center;
	padding-top: 44px;
	position: relative;
}
#countermeasure h3 {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
#countermeasure h4 {
	font-size: 1.8rem;
}
#countermeasure figure {
	max-width: 780px;
	margin: 12px auto 0;
}
#countermeasure figcaption {
	text-align: center;
	margin-top: 12px;
}
#countermeasure figure span {
	display: block;
}
#countermeasure figure + h4 {
	margin-top: 32px;
}
#countermeasure .shadow-block p[role="note"] {
	margin-top: 24px;
}
#countermeasure .shadow-block p a {
	white-space: normal;
	word-break: break-all;
	overflow-wrap: break-word;
}



/* -- SECTION: Why
-------------------------------------------------------------------------------- */
#why dl {
	display: table;
	position: relative;
}
#why dl dt {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 20px;
	color: #ea5532;
	text-align: center;
	width: 76px;
	height: 20px;
	border: solid 1px #ea5532;
	border-radius: 99px;
}
#why .compare-section div dl {
	display: table;
	margin: 16px auto 0;
	position: relative;
}
#why .compare-section div dl dt:nth-of-type(2) {
	color: #404040;
	border: solid 1px #404040;
}
#why dl dd {
	text-align: left;
	margin: -22px 0 0 84px;
}
#why dl + p {
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
#why dl + p::before {
	content: "";
	background: url(/assets/img/icon-arrow_03.webp) no-repeat center / cover;
	display: block;
	width: 26px;
	height: 10px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.compare-section div figure {
	max-width: 250px;
	margin: 16px auto 0;
}
.wellstretch-section h3 b {
	color: #fff;
	background: linear-gradient(90deg, #ea8532 0%, #ea5532 100%);
	display: inline-block;
	box-sizing: border-box;
}
.compare-section dl dt:nth-of-type(n+2) {
	margin-top: 4px;
}
.wellstretch-section dl h4 {
	color: #ea5532;
}
.wellstretch-section dl dt:nth-of-type(n+2) {
	margin-top: 16px;
}

@media screen and (min-width: 768px) {
	.compare-section {
		display: flex;
		column-gap: 30px;
	}
	.compare-section div {
		flex: 1;
	}
	.compare-section div h3 {
		font-size: 2rem;
		text-align: center;
	}
	.wellstretch-section {
		display: grid;
		grid-template-columns: 43% 1fr;
		grid-template-rows: 80px 1fr;
		grid-auto-rows: 1fr;
		grid-auto-flow: column;
		gap: 24px 24px;
	}
	.wellstretch-section figure {
		grid-area: 1 / 1 / 3 / 2;
	}
	.wellstretch-section h3 {
		grid-area: 1 / 2 / 2 / 3;
		padding-top: 24px;
	}
	.wellstretch-section dl {
		grid-area: 2 / 2 / 3 / 3;
	}
	.wellstretch-section h3 b {
		font-size: 2.8rem;
		height: 56px;
		padding: 10px 24px 0;
	}
}

@media screen and (max-width: 767px) {
	.compare-section div.shadow-block {
		margin-top: 24px;
		padding: 24px 16px;
	}
	.compare-section div h3 {
		font-size: 1.6rem;
		text-align: center;
	}
	.wellstretch-section h3 {
		text-align: center;
		margin: 24px 0 16px;
	}
	.wellstretch-section h3 b {
		font-size: 1.8rem;
		height: 40px;
		padding: 8px 16px 0;
	}
	.wellstretch-section dl + p {
		font-size: 1.8rem;
	}
}



/* -- SECTION: katagirijuku
-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	#whatKatagirijuku ul {
		display: flex;
		column-gap: 24px;
		margin-top: 40px;
	}
	#whatKatagirijuku ul li {
		flex: 1;
	}
	#whatKatagirijuku ul li:nth-of-type(n+4) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#whatKatagirijuku ul {
		margin-top: 24px;
	}
}



/* -- SECTION: Menu Supervision
-------------------------------------------------------------------------------- */
#menuSupervision .shadow-block h3 {
	font-size: 2rem;
}
#menuSupervision .shadow-block h4 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 20px;
	color: #ea5532;
	text-align: center;
	display: inline-block;
	height: 20px;
	margin: 16px 0 4px;
	padding: 0 12px;
	border: solid 1px #ea5532;
	border-radius: 99px;
}
#menuSupervision .shadow-block dt {
	color: #6d6d6d;
}

@media screen and (min-width: 768px) {
	#menuSupervision .shadow-block {
		margin-top: 24px;
		padding-left: 256px;
		position: relative;
	}
	#menuSupervision .shadow-block figure {
		width: 200px;
		position: absolute;
		top: 32px;
		left: 32px;
	}
	#menuSupervision .shadow-block dd {
		margin: -1.46em 0 0 9.75em;
	}
	#menuSupervision .shadow-block dt:nth-of-type(n+2) {
		margin-top: 8px;
	}
	#careerBtn {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#menuSupervision .shadow-block,
	#menuSupervision .shadow-block h3 {
		margin-top: 24px;
	}
	#menuSupervision .shadow-block figure {
		display: block;
		overflow: hidden;
		width: 200px;
		height: 200px;
		margin: 0 auto;
		border: solid 2px #ea5532;
		border-radius: 50%;
	}
	#menuSupervision .shadow-block dt {
		margin-top: 8px;
	}
	#careerList {
		display: grid;
		grid-template-rows: 0fr;
		transition: all 0.5s ease;
	}
	#careerList div {
		overflow: hidden;
	}
	#careerBtn {
		color: #404040;
		text-align: center;
		display: block;
		padding-top: 16px;
		cursor: pointer;
	}
	#careerBtn::after {
		content: "";
		background: url(/assets/img/icon-arrow_02.webp) no-repeat center / cover;
		vertical-align: -6px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-left: 8px;
		transform: rotate(90deg);
	}
	#careerList.is-open {
		grid-template-rows: 1fr;
	}
	#careerList.is-open #careerBtn {
		font-size: 0;
	}
	#careerList.is-open #careerBtn::before {
		content: "閉じる";
		font-size: 1.5rem;
	}
	#careerList.is-open #careerBtn::after {
		transform: rotate(-90deg);
	}
}



/* -- SECTION: Results
-------------------------------------------------------------------------------- */
.results-wrap {
	text-align: center;
}
.results-wrap ul.dot-orange li {
	background-color: #fff;
	padding: 12px 16px 12px 28px;
	border-radius: 8px;
	position: relative;
}
.results-wrap ul.dot-orange li::before {
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
.results-wrap h3 {
	margin-top: 72px;
}
.results-wrap figure {
	margin: 24px 0 8px;
}
.results-wrap .source {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.results-wrap {
		padding-right: 51%;
		position: relative;
	}
	.results-image {
		width: 47%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.results-wrap ul {
		display: flex;
		column-gap: 16px;
		justify-content: center;
		margin: 12px 0;
	}
}

@media screen and (max-width: 767px) {
	.results-image {
		display: block;
		margin-bottom: 40px;
	}
	.results-wrap ul {
		display: table;
		margin: 12px auto;
	}
	.results-wrap ul li + li {
		margin-top: 12px;
	}
}



/* -- SECTION: Merit
-------------------------------------------------------------------------------- */
#merit > .merit-list li strong {
	font-size: 1.8rem;
}
#merit section {
	text-align: center;
	margin-top: 66px;
	padding-top: 40px;
	position: relative;
}
#merit section h3 {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
#merit section .marker {
	font-size: 1.8rem;
	display: inline-block;
	margin-bottom: 12px;
}
#merit section .dot-orange {
	text-align: left;
	margin-top: 12px;
}
#merit section .top-arrow {
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
	#merit .merit-list {
		text-align: center;
		display: flex;
		column-gap: 24px;
		justify-content: center;
	}
	#merit .merit-list li {
		flex: 1;
	}
	#merit > .merit-list li {
		max-width: 250px;
	}
	#merit > .merit-list li span {
		display: block;
		max-width: 160px;
		margin: 0 auto 12px;
	}
}

@media screen and (max-width: 767px) {
	#merit .merit-list > li:nth-of-type(n+2) {
		margin-top: 24px;
	}
	#merit > .merit-list li {
		display: flex;
		column-gap: 16px;
		align-items: center;
		flex-direction: row;
	}
	#merit > .merit-list li span {
		display: block;
		flex: 0 0 100px;
		width: 100px;
	}
}



/* -- SECTION: Flow
-------------------------------------------------------------------------------- */
#flow ol {
	counter-reset: number 0;
}
#flow ol li h3::before {
	content: "0" counter(number);
	counter-increment: number;
	font: 700 3.2rem/1 "Roboto", sans-serif;
	color: #ea5532;
	vertical-align: middle;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 8px;
}
#flow ol li h3 + p {
	margin-top: 8px;
}
#flow .flow-image {
	display: block;
	margin-top: 24px;
}
#flow ol li ul {
	text-align: left;
	margin-top: 12px;
}
#flow ol li h4 {
	font-size: 1.8rem;
	color: #ea5532;
	text-align: left;
	margin: 12px 0 4px;
}
#flow .pic1 {
	display: block;
	max-width: 602px;
	margin: 24px auto 0;
}

@media screen and (min-width: 768px) {
	#flow ol li h3 {
		font-size: 2rem;
		text-align: center;
	}
	#flow div.flow-image {
		display: flex;
		column-gap: 24px;
	}
	#flow ol li h3 + p {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#flow ol li h3 {
		font-size: 1.6rem;
		text-align: center;
	}
	#flow ol li h3::before {
		text-align: center;
		display: block;
		margin: 0 auto 4px;
	}
	#flow div.flow-image div + div {
		margin-top: 24px;
	}
}



/* -- SECTION: Case Study
-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.case-wrap {
		display: flex;
		column-gap: 28px;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.case-wrap > section:nth-of-type(n+2) {
		margin-top: 28px;
	}
}



/* -- SECTION: Plan
-------------------------------------------------------------------------------- */
#plan h2 + p {
	margin-bottom: 16px;
}
#plan section:nth-of-type(n+2) {
	margin-top: 40px;
}
#plan section h4 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	height: 20px;
	margin: 12px 0 0;
	padding: 0 12px;
	border: solid 1px #404040;
	border-radius: 99px;
}
#plan section ul.dot-orange {
	margin-top: 8px;
}
#plan section ul.dot-orange + p {
	margin-top: 12px;
}
#plan section p.btn-box {
	margin-top: 24px;
}
#plan section p.important {
	margin: 12px 0 8px;
}

@media screen and (min-width: 768px) {
	#plan section {
		display: flex;
		column-gap: 24px;
	}
	#plan section figure {
		width: 42.75%;
	}
	#plan section .plan-wrap {
		flex: 1;
	}
	#plan section h3 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	#plan section h3 {
		font-size: 1.6rem;
		margin-top: 2.4rem;
	}
}
