* {
	color: #191e28;
}

.gym-example-page {
	padding-top: 144px;
}

.main-area {
	background: linear-gradient(
		135deg,
		rgba(72, 169, 254, 1) 0%,
		rgba(41, 230, 239, 1) 100%
	);
}
.main-area > .content {
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 64px 0;
}
.main-area > .content > .main {
	width: 70%;
}
.main-area > .content > .main > .title {
	margin-bottom: 12px;
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	transition: 0.2s;
	line-height: 1.6;
}
.main-area > .content > .main > .title > .inner {
	display: inline-block;
	color: #fff;
}
.main-area > .content > .main > .subtitle {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.main-area > .content > .main > .btn {
	width: 100%;
	max-width: 360px;
	margin-top: 32px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
}
.main-area > .content > .main > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.main-area > .content > .main > .btn:hover {
	background: #fff;
}
.main-area > .content > .main > .btn:hover > .link {
	color: #f58629;
}
.main-area > .content > .main > .subsidy {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0;
	width: 100%;
	background-color: #20325C;
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 700;
}
.main-area > .content > .main > .subsidy > .highlight {
	color: #fdff16;
}
.main-area > .content > .main > .subsidy > .sp {
	display: none;
}
.main-area > .content > .sub {
	width: 50%;
	min-height: 0%;
	margin-left: auto;
}
.main-area > .content > .sub > .img {
	width: 100%;
}

.example-area {
	background: #f7fafe;
}
.example-area > .content {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.example-area > .content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.example-area > .content > .balloon {
	position: absolute;
	left: 74%;
	top: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: #e49d23;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.example-area > .content > .balloon:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 0;
	border-bottom: 24px solid #e49d23;
	border-right: 24px solid transparent;
	transform: rotate(12deg);
}
.example-area > .content > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.example-area > .content > .heading > .symbol {
	display: block;
	margin: auto 8px;
	line-height: 0.8;
	font-size: 32px;
}
.example-area > .content > .examples > .example {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.example-area > .content > .examples > .example.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.example-area > .content > .examples > .example > .summary {
	width: 50%;
}
.example-area
	> .content
	> .examples
	> .example:not(:nth-of-type(2))
	> .summary {
	margin-right: 80px;
}
.example-area > .content > .examples > .example:nth-of-type(2) > .summary {
	order: 2;
	margin-left: 80px;
}
.example-area > .content > .examples > .example > .summary > .num {
	display: inline-block;
	margin-bottom: 16px;
	padding: 4px 16px;
	border: solid 1px #0050a0;
	border-radius: 2px;
	font-weight: bold;
	color: #0050a0;
	line-height: 1.6;
}
.example-area > .content > .examples > .example > .summary > .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}
.example-area > .content > .examples > .example > .imgcontent {
	width: 50%;
	max-width: 400px;
	height: 280px;
	margin: auto;
}
.example-area > .content > .examples > .example:nth-of-type(2) > .imgcontent {
	order: 1;
}
.example-area > .content > .examples > .example > .imgcontent > .img {
	width: 100%;
}
.example-area
	> .content
	> .examples
	> .example:nth-of-type(3)
	> .imgcontent
	> .img {
	display: block;
	width: auto;
	height: 100%;
	margin: auto;
}

.merit-content {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.merit-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.merit-content > .title {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 12px 0;
	background: #1c325f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.merit-content > .merits {
	display: flex;
	align-items: center;
	margin-top: -32px;
	background: #fff;
}
.merit-content > .merits > .merit {
	display: flex;
	flex-direction: column;
	width: 25%;
	min-height: 0%;
	padding: 56px 32px 40px;
}
.merit-content > .merits > .merit:not(:last-child) {
	border-right: 1px solid #eaf1fb;
}
.merit-content > .merits > .merit > .imgcontent {
	height: 100px;
	margin: 0 auto 24px;
	text-align: center;
}
.merit-content > .merits > .merit > .imgcontent > .img {
	height: 100%;
}
.merit-content > .merits > .merit > .text {
	margin-top: auto;
	min-height: 140px;
}

/*--------------------------------
contact-section
--------------------------------*/

.contact-section {
	background: #003067;
}
.contact-section > .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 96px 0;
}
.contact-section > .content > .message {
	margin-bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.contact-section > .content > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.contact-section > .content > .link:hover {
	background: #fff;
	color: #f58629;
}

.feature-area {
	padding: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.feature-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.feature-area > .container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.feature-area > .container > .heading {
	margin-bottom: 56px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.feature-area > .container > .feature {
	margin-bottom: 40px;
	padding: 56px;
	border-radius: 8px;
	background: #e9f1fc;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.feature-area > .container > .feature.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.feature-area > .container > .feature:nth-of-type(2) {
	position: relative;
	margin-bottom: 56px;
}
.feature-area > .container > .feature:nth-of-type(2):after {
	position: absolute;
	bottom: -36px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #e9f1fc transparent transparent transparent;
}

.feature-area > .container > .feature > .content > .summary {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.feature-area > .container > .feature > .content > .subheading {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.feature-area > .container > .feature > .content > .summary > .text {
	width: 50%;
}
.feature-area
	> .container
	> .feature
	> .content
	> .summary
	> .text
	> .emphasis {
	font-weight: bold;
}
.feature-area > .container > .feature > .content > .summary > .imgcontent {
	width: 50%;
	max-width: 340px;
	margin-left: 80px;
}
.feature-area
	> .container
	> .feature
	> .content
	> .summary
	> .imgcontent
	> .img {
	width: 100%;
}
.feature-area > .container > .message {
	display: flex;
	justify-content: center;
	padding: 24px;
	background: #0050a0;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
	font-size: 18px;
}
.feature-area > .container > .message.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.personal-content > .title {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
}
.personal-content > .items {
	display: flex;
	margin-top: 20px;
}
.personal-content > .items > .item {
	width: 50%;
	padding: 24px 32px 32px;
	background: #fff;
}
.personal-content > .items > .item:not(:last-child) {
	margin-right: 24px;
}
.personal-content > .items > .item > .text {
	margin-bottom: 12px;
	font-weight: bold;
}
.personal-content > .items > .item > .lists > .list {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.personal-content > .items > .item > .lists > .list:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #e49d23;
}

@media screen and (max-width: 1024px) {
	.gym-example-page {
		padding-top: 46px
	}
	.main-area > .content > .main > .subtitle {
		font-size: 18px;
	}

	.example-area > .content > .heading {
		line-height: 1.6;
	}

	.feature-area > .container > .feature > .content > .summary > .imgcontent {
		margin-left: 24px;
	}
}

@media screen and (max-width: 768px) {
	.main-area > .content {
		flex-direction: column;
		width: 100%;
		padding: 48px 16px;
	}
	.main-area > .content > .main {
		width: 100%;
		max-width: 360px;
	}
	.main-area > .content > .main > .title {
		font-size: 34px;
	}
	.main-area > .content > .main > .subtitle {
		font-size: 16px;
	}
	.main-area > .content > .main > .subsidy {
		padding: 0;
		font-size: 14px;
	}
	.main-area > .content > .main > .subsidy > .highlight {
		color: #fdff16;
	}
	.main-area > .content > .main > .subsidy > .sp {
		display: block;
	}
	.main-area > .content > .sub {
		width: 100%;
		max-width: 360px;
		margin: 32px auto 0;
	}
	.example-area > .content {
		width: 100%;
		padding: 64px 16px;
	}
	.example-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.example-area > .content > .balloon {
		position: relative;
		left: 0;
		top: 0;
		width: 160px;
		height: auto;
		margin: 0 auto 16px;
		padding: 8px 0;
		border-radius: 30px;
	}
	.example-area > .content > .balloon:after {
		left: 50%;
		bottom: -8px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 12px 0 12px;
		border-color: #e49d23 transparent transparent transparent;
	}
	.example-area > .content > .examples > .example {
		flex-direction: column;
	}
	.example-area
		> .content
		> .examples
		> .example:not(:nth-of-type(2))
		> .summary {
		margin: 0;
	}
	.example-area > .content > .examples > .example:nth-of-type(2) > .summary {
		order: 1;
		margin: 0;
	}
	.example-area > .content > .examples > .example > .summary {
		width: 100%;
	}
	.example-area > .content > .examples > .example > .summary > .title {
		margin-bottom: 12px;
		font-size: 22px;
	}
	.example-area > .content > .examples > .example > .imgcontent {
		width: calc(100% - 24px);
		height: 100%;
		margin-top: 24px;
		padding: 0;
		text-align: center;
	}
	.example-area
		> .content
		> .examples
		> .example:nth-of-type(3)
		> .imgcontent
		> .img {
		width: auto;
		max-height: 300px;
	}

	.merit-content > .title {
		width: 256px;
		padding: 8px 0;
		font-size: 18px;
	}
	.merit-content > .merits {
		flex-direction: column;
		margin-top: -16px;
	}
	.merit-content > .merits > .merit {
		width: 100%;
		padding: 40px 24px;
	}
	.merit-content > .merits > .merit:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #eaf1fb;
	}
	.merit-content > .merits > .merit > .text {
		min-height: auto;
		text-align: center;
	}

	/*--------------------------------
	contact-section
	--------------------------------*/
	.contact-section > .content {
		width: 100%;
		padding: 40px 16px;
	}
	.contact-section > .content >  .message {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.contact-section > .content > .link {
		max-width: 360px;
	}

	.feature-area {
		padding: 64px 0;
	}
	.feature-area > .container {
		width: 100%;
		padding: 0 16px;
	}
	.feature-area > .container > .heading {
		margin-bottom: 32px;
		font-size: 28px;
		line-height: 1.6;
	}
	.feature-area > .container > .feature {
		padding: 40px 24px;
	}
	.feature-area > .container > .feature > .content > .summary {
		flex-direction: column;
	}
	.feature-area > .container > .feature > .content > .summary > .text {
		width: 100%;
	}
	.feature-area > .container > .feature > .content > .summary > .imgcontent {
		width: 100%;
		margin: 16px 0 0;
	}

	.personal-content {
		display: flex;
		flex-direction: column;
	}
	.personal-content > .title {
		margin: 0 auto 16px;
	}
	.personal-content > .items {
		flex-direction: column;
	}
	.personal-content > .items > .item {
		width: 100%;
		padding: 24px;
	}
	.personal-content > .items > .item:not(:last-child) {
		margin: 0 0 16px;
	}
	.feature-area > .container > .feature > .content > .subheading {
		margin-bottom: 16px;
		font-size: 22px;
		line-height: 1.6;
	}
	.feature-area > .container > .message {
		padding: 24px;
		font-size: 14px;
	}
}
