body {
	letter-spacing: 0.75;
}
* {
	color: #191e28;
}
.customize-page {
	padding-top: 144px;
}

.nav-area > .nav > .lists > .list > .link {
	color: #112957;
}

.main-area {
	padding: 80px 0;
	background: linear-gradient(
		135deg,
		rgba(30, 154, 254, 1) 0%,
		rgba(86, 212, 213, 1) 71%,
		rgba(96, 223, 205, 1) 100%
	);
}

.main-area > .contents {
	position: relative;
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.main-area > .contents > .content {
	position: relative;
	z-index: 2;
	max-width: 680px;
	margin-right: 40px;
}
.main-area > .contents > .content > .logo {
	max-width: 360px;
}
.main-area > .contents > .content > .logo > .img {
	width: 100%;
}
.main-area > .contents > .content > .catch {
	margin-bottom: 12px;
	line-height: 1.6;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
}
.main-area > .contents > .content > .catch > .inner {
	display: inline-block;
	color: #fff;
	white-space: nowrap;
}
.main-area > .contents > .content > .sub {
	line-height: 2;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.main-area > .contents > .content > .sub > .text {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.main-area > .contents > .image {
	margin-left: auto;
	width: 100%;
	max-width: 380px;
}
.main-area > .contents > .image > .img.-dev {
	width: 100%;
}
.main-area > .contents > .image > .img.-balloon {
	position: absolute;
	top: -56px;
	right: 0;
	max-width: 300px;
}
.main-area > .contents > .content > .btn {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	margin-top: 32px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
}
.main-area > .contents > .content > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.main-area > .contents > .content > .btn:hover {
	background: #fff;
}
.main-area > .contents > .content > .btn:hover > .link {
	color: #f58629;
}
.main-area > .contents > .content.-image {
	padding-left: 32px;
}

.problem-area {
	position: relative;
	background: #e7f3f9;
}
.problem-area:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 20px 23px 0 23px;
	border-color: #e7f3f9 transparent transparent transparent;
}
.problem-area > .contents {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
}
.problem-area > .contents > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
	line-height: 1.6;
}
.problem-area > .contents > .heading.-show {
	opacity: 1;
	transform: translateY(0);
}
.problem-area > .contents > .heading > .sub {
	display: block;
	margin-bottom: 4px;
	font-size: 28px;
}
.problem-area > .contents > .content {
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.problem-area > .contents > .content.-show {
	opacity: 1;
	transform: translateY(0);
}
.problem-area > .contents > .content > .img {
	width: 52%;
	height: 100%;
}

.problem-list {
	display: flex;
	width: 100%;
	margin-left: 80px;
}
.problem-list > .problem:first-child {
	margin-right: 56px;
}
.problem-list > .problem {
	width: 48%;
}
.problem-list > .problem > .item {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 90px;
	padding: 24px 24px 24px 40px;
	background: #fff;
	border-radius: 4px;
	line-height: 1.6;
	font-size: 15px;
}
.problem-list > .problem > .item:not(:last-child) {
	margin-bottom: 16px;
}
.problem-list > .problem > .item > .label {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #1c325f;
	line-height: 1.3;
	font-size: 13px;
	color: #fff;
}
.problem-list > .problem > .item > .label > .num {
	color: #fff;
	font-family: "Avenir";
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

.solve-area {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto;
}
.solve-area > .heading {
	margin-bottom: 32px;
	font-size: 40px;
	text-align: center;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.solve-area > .heading.-show {
	opacity: 1;
	transform: translateY(0);
}
.solve-area > .heading > .sub {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
}
.solve-area > .heading > .sub:before,
.solve-area > .heading > .sub:after {
	display: inline-block;
	content: "";
	width: 1.4px;
	height: 20px;
	background: #222;
}
.solve-area > .heading > .sub:before {
	margin-right: 16px;
	transform: rotate(-24deg);
}
.solve-area > .heading > .sub:after {
	margin-left: 16px;
	transform: rotate(24deg);
}
.solve-area > .text {
	margin-bottom: 40px;
	text-align: center;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.solve-area > .text.-show {
	opacity: 1;
	transform: translateY(0);
}

.solve-area > .solve {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solve-area > .solve > .item {
	width: calc(33% - 12px);
	padding: 40px;
	box-shadow: 0px 0px 24px rgba(31, 118, 221, 0.097);
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.solve-area > .solve > .item.-show {
	opacity: 1;
	transform: translateY(0);
}
.solve-area > .solve > .item:nth-last-child(n + 4) {
	margin-bottom: 24px;
}
.solve-area > .solve > .item > .img {
	display: block;
	margin: 0 auto 24px;
}
.solve-area > .solve > .item > .title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.solve-area > .heading {
	margin-bottom: 50px;
}
.solve-area > .subheading {
	margin: 80px 0 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
	line-height: 1.6;
}
.solve-area > .subheading.-show {
	opacity: 1;
	transform: translateY(0);
}
.solve-area > .subheading > .inner {
	display: inline-block;
}

.specialist-area {
	position: relative;
	padding: 56px;
	background: #f7fafe;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.specialist-area.-show {
	opacity: 1;
	transform: translateY(0);
}
.specialist-area > .img.-arrow {
	width: 42.5px;
	height: 68px;
	background-image: url(../../images/lp/plus/problem-solve/down-arrow.svg);
	position: absolute;
	bottom: -40px;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -40px);
	transition: all 500ms;
}
.specialist-area > .img.-arrow.-show {
	opacity: 1;
	transform: translate(-50%, 0);
}
.specialist-area > .specialist {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.specialist-area > .specialist > .item {
	display: flex;
	align-items: center;
	width: calc(50% - 16px);
	padding: 40px;
	background: #fff;
	border-radius: 4px;
}
.specialist-area > .specialist > .item > .text > .inner {
	display: inline-block;
}
.specialist-area > .specialist > .item > .text > .emphasis {
	display: inline;
	background: linear-gradient(transparent 60%, #f9f871 60%);
	font-weight: bold;
}
.specialist-area > .specialist > .item > .img {
	margin-left: auto;
}
.specialist-area > .message {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	padding: 24px 16px;
	background: #0050a0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.reasonable-area {
	background: #f7fafe;
	padding: 80px 0;
}
.reasonable-area > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.reasonable-area > .heading.-show {
	opacity: 1;
	transform: translateY(0);
}
.reasonable-area > .heading > .inner {
	display: inline-block;
}
.reasonable-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 56px;
	background: #fff;
}
.reasonable-reason {
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.reasonable-reason.-show {
	opacity: 1;
	transform: translateY(0);
}
.reasonable-reason > .subheading {
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
	line-height: 1.6;
}
.reasonable-reason > .text {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	letter-spacing: 0.08em;
}
.reasonable-reason > .reason {
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.reasonable-reason > .reason.-show {
	opacity: 1;
	transform: translateY(0);
}
.reasonable-reason > .reason > .request {
	margin-bottom: 12px;
}
.reasonable-reason > .reason > .request > .inner {
	font-size: 18px;
	font-weight: bold;
}
.reasonable-reason > .reason > .request > .inner:nth-child(2) {
	padding: 0 8px;
}
.dev-difference {
	position: relative;
	display: flex;
	margin-bottom: 48px;
	border: 1px solid #becad8;
	border-radius: 4px;
}
.dev-difference > .triangle {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #becad8;
}
.dev-difference > .triangle:after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #fff;
}
.dev-difference > .item {
	width: 50%;
}
.dev-difference > .item > .title {
	padding: 12px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.dev-difference > .item.-normal > .title {
	background: rgba(28, 50, 95, 0.6);
}
.dev-difference > .item.-plus > .title {
	background: #0050a0;
}
.dev-difference > .item > .results {
	padding: 24px 40px 32px;
}
.dev-difference > .item.-normal > .results {
	position: relative;
}
.dev-difference > .item.-normal > .results:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background: #becad8;
}
.dev-difference > .item > .results > .text {
	text-align: center;
}
.dev-difference > .item > .results > .text:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
}
.dev-difference > .item.-normal > .results > .text:after {
	background: url("../../images/lp/plus/reasonable/arrow-bottom-gray.svg")
		no-repeat;
}
.dev-difference > .item.-plus > .results > .text:after {
	background: url("../../images/lp/plus/reasonable/arrow-bottom-blue.svg")
		no-repeat;
}
.dev-difference > .item > .results > .text > .emphasis {
	display: inline-block;
	font-weight: bold;
}
.dev-difference > .item > .results > .result {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 12px;
	padding: 16px 80px 16px 20px;
	border-radius: 4px;
}
.dev-difference > .item > .results > .result > .img {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.dev-difference > .item.-normal > .results > .result {
	background: rgba(163, 172, 190, 0.23);
}
.dev-difference > .item.-plus > .results > .result {
	background: #ecf4fc;
}
.dev-difference > .item > .results > .result > .text > .inner:not(:last-child) {
	padding-right: 8px;
}

.reasonable-reason > .reason > .customer > .function {
	position: relative;
	padding: 16px 32px;
	border: 1px solid #6783a4;
	border-radius: 4px;
	font-size: 14px;
}
.reasonable-reason > .reason > .customer > .function > .triangle {
	position: absolute;
	top: 50%;
	left: -13px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #6783a4 transparent transparent;
}
.reasonable-reason > .reason > .customer > .function:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
}
.reasonable-reason > .reason > .customer > .function > .text {
	font-size: 18px;
}
.reasonable-reason > .reason > .img.-price-pc {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.reasonable-reason > .reason > .img.-price-mobile {
	display: none;
}
.reasonable-reason > .future {
	position: relative;
	margin-top: 48px;
	padding: 32px 40px;
	border: 1px solid #0050a0;
	border-radius: 8px;
}
.reasonable-reason > .future > .title {
	position: absolute;
	top: -18px;
	left: 40px;
	padding: 4px 12px;
	background: #0050a0;
	color: #fff;
}

.performance-basis {
	margin-top: 56px;
	padding: 56px;
	border-radius: 8px;
	background: #f4f8fe;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.performance-basis.-show {
	opacity: 1;
	transform: translateY(0);
}
.performance-basis > .title {
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.performance-basis > .text {
	margin-bottom: 32px;
}
.performance-basis > .specialists {
	padding: 40px;
	background: #e9f1fc;
}
.performance-basis > .specialists > .title {
	margin-bottom: 24px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.performance-basis > .specialists > .title > .inner {
	display: inline-block;
}
.performance-basis > .specialists > .specialist {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.performance-basis > .specialists > .specialist > .item {
	display: flex;
	align-items: center;
	width: calc(50% - 12px);
	padding: 32px 24px;
	background: #fff;
	border-radius: 4px;
}
.performance-basis > .specialists > .specialist > .item > .img {
	margin-right: 24px;
}
.performance-basis > .specialists > .message {
	margin-top: 32px;
	padding: 20px;
	border-radius: 4px;
	background: #0050a0;
	font-weight: bold;
	text-align: center;
}
.performance-basis > .specialists > .message > .inner {
	display: inline-block;
	color: #fff;
}
.reasonable-area > .content > .comparison {
	margin-top: 56px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.reasonable-area > .content > .comparison.-show {
	opacity: 1;
	transform: translateY(0);
}
.reasonable-area > .content > .comparison > .title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.reasonable-area > .content > .comparison > .text {
	display: flex;
	justify-content: center;
	margin: 16px 0 24px;
}

.comparison-table {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #e6ebf2;
	table-layout: auto;
}
.comparison-table > .body > .row:first-child {
	background: #f4f4f4;
}
.comparison-table > .body > .row:not(:last-child) > .cell {
	border-bottom: 1px solid #e6ebf2;
}
.comparison-table > .body > .row > .cell {
	width: 20%;
	padding: 12px 16px;
	text-align: center;
	font-size: 15px;
}
.comparison-table > .body > .row > .cell:not(:last-child) {
	border-right: 1px solid #e6ebf2;
}
.comparison-table > .body > .row > .cell:first-child {
	background: #78859f;
	color: #fff;
	text-align: left;
}
.comparison-table > .body > .row > .cell.-plus {
	background: rgba(0, 80, 160, 0.06);
}
.comparison-table > .body > .row:first-child > .cell.-plus {
	background: #0050a0;
	color: #fff;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.dev-case-area {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 80px;
	padding-top: 80px;
}
.dev-case-area > .balloon {
	position: absolute;
	top: 64px;
	right: 40px;
	padding: 24px;
	background: #e49d23;
	border-radius: 8px;
	color: #fff;
	line-height: 1.6;
	opacity: 0;
}
.dev-case-area > .balloon.-show {
	animation-delay: 0.3s;
	animation-name: fadeUpAnime;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
}
.dev-case-area > .balloon:after {
	position: absolute;
	bottom: -15px;
	right: 24px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 20px 0 0;
	border-color: #e49d23 transparent transparent transparent;
}
.dev-case-area > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.dev-case-area > .heading.-show {
	opacity: 1;
	transform: translateY(0);
}
.dev-case-area > .case {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dev-case-area > .case > .item {
	width: calc(33% - 20px);
	padding: 40px;
	border: 1px solid #d9dee6;
	border-radius: 8px;
	word-break: break-all;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.dev-case-area > .case > .item.-show {
	opacity: 1;
	transform: translateY(0);
	animation-delay: 0.5s;
}
.dev-case-area > .case > .item:nth-last-child(n + 4) {
	margin-bottom: 40px;
}
.dev-case-area > .case > .item > .img {
	display: block;
	max-height: 60px;
	margin: 0 auto 24px;
}
.dev-case-area > .case > .item > .title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.dev-case-area > .case > .item > .title > .inner {
	display: inline-block;
}

.flow-area {
	padding: 80px 0;
	background: #f7fafe;
}
.flow-area > .contents {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.flow-area > .contents.-show {
	opacity: 1;
	transform: translateY(0);
}
.flow-area > .contents > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.flow-area > .contents > .content {
	display: flex;
	width: 100%;
}
.flow-area > .contents > .content:not(:last-child) {
	margin-bottom: 16px;
}

.vertical {
	display: flex;
	align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	align-items: center;
}

.period-arrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	min-width: 56px;
	margin: 0 16px 16px 0;
	border-radius: 4px 4px 0 0s;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 15px;
	font-feature-settings: normal;
	letter-spacing: 0.18em;
}

.period-arrow.-until-quote {
	background: #e49d23;
}

.period-arrow.-until-delivery {
	background: #f5e6cc;
}

.period-arrow:after {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-27px);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 28px 0 28px;
}

.period-arrow.-until-quote:after {
	border-color: #e49d23 transparent transparent transparent;
}

.period-arrow.-until-delivery:after {
	border-color: #f5e6cc transparent transparent transparent;
}

.period-arrow.-until-quote > .period {
	background: #e49d23;
	color: #fff;
	font-feature-settings: normal;
}

.period-arrow.-until-quote > .period.-shortest {
	margin-top: 8px;
	padding: 8px 4px;
	border-radius: 3px;
	background: rgba(28, 50, 95, 0.46);
	font-size: 14px;
}

.period-arrow > .period > .num {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	color: #fff;
	text-align: center;
}

.flow-list {
	width: 100%;
}

.flow-list > .flow {
	position: relative;
	display: flex;
	align-items: center;
	padding: 24px 40px;
	background: #fff;
	border-radius: 8px;
}

.flow-list > .flow:not(:last-child) {
	margin-bottom: 16px;
}

.flow-list > .flow > .title {
	display: flex;
	align-items: center;
	min-width: 276px;
	font-weight: bold;
}

.flow-list > .flow > .text {
	font-size: 15px;
}

.flow-list > .flow:not(.-delivery):after {
	position: absolute;
	left: 65px;
	bottom: -10px;
	content: "";
	width: 16px;
	height: 28px;
	background: url("../../images/customize-lp/flow/down-arrow.svg") no-repeat;
}

.flow-list > .flow > .title:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-right: 16px;
	border-radius: 32px;
	background: #1c325f;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.flow-list > .flow.-hearing > .title:before {
	content: "1";
}
.flow-list > .flow.-rough-estimate > .title:before {
	content: "2";
}
.flow-list > .flow.-final-quote > .title:before {
	content: "3";
}
.flow-list > .flow.-development > .title:before {
	content: "4";
}
.flow-list > .flow.-delivery > .title:before {
	content: "5";
}

.flow-area > .contents > .future {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	padding: 24px;
	background: #0050a0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.main-header > .content > .nav > .list > .link,
.sub-header > .content > .nav > .list > .link {
	color: #11295f;
}


@media screen and (max-width: 1024px) {
	.customize-page {
		padding-top: 46px;
	}
	.main-area > .contents > .content {
		margin-right: 300px;
	}

	.main-area > .contents > .content > .subtext {
		font-size: 22px;
	}
	.main-area > .contents > .image > .img.-balloon {
		max-width: 280px;
	}
	.main-area > .contents > .image {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		max-width: 300px;
		margin: auto;
	}

	.problem-area > .contents > .heading {
		margin-bottom: 32px;
	}
	.problem-area > .contents > .content > .img {
		max-width: 200px;
	}
	.problem-list > .problem > .item {
		height: 112px;
	}
	.problem-list > .problem > .item > .inner {
		display: contents;
	}
	.solve-area > .heading {
		font-size: 36px;
	}
	.solve-area > .solve > .item {
		width: calc(50% - 12px);
	}
	.solve-area > .solve > .item:not(:nth-child(n + 5)) {
		margin-bottom: 24px;
	}
	.specialist-area {
		padding: 40px;
	}
	.specialist-area > .specialist > .item {
		width: calc(50% - 12px);
		padding: 24px;
	}
	.specialist-area > .specialist > .item > .text {
		padding-right: 12px;
	}

	.reasonable-area > .heading {
		font-size: 36px;
	}
	.reasonable-area > .content {
		padding: 40px;
	}
	.performance-basis {
		padding: 40px;
	}
	.performance-basis > .specialists > .specialist > .item > .img {
		max-width: 56px;
		margin-right: 16px;
	}
	.performance-basis > .specialists {
		padding: 32px;
	}
	.reasonable-reason > .message > .item.-full-scratch {
		width: 45%;
		padding: 24px 24px 24px 32px;
	}
	.reasonable-reason > .message > .item.-full-scratch:after {
		border-top: 76px solid transparent;
		border-bottom: 76px solid transparent;
	}
	.reasonable-reason > .message > .item.-plus {
		width: 55%;
		padding: 24px 24px 24px 56px;
	}
	.performance-basis > .specialists > .specialist > .item {
		width: calc(50% - 8px);
	}
	.performance-basis > .specialists > .specialist > .item > .img {
		height: 50px;
	}
	.performance-basis > .specialists > .specialist > .item > .text {
		display: flex;
		justify-content: center;
	}
	.comparison-table > .body > .row > .cell {
		font-size: 14px;
	}

	.performance-basis > .title {
		margin-bottom: 24px;
	}
	.performance-basis > .specialists > .title {
		font-size: 22px;
	}
	.performance-basis > .specialists > .specialist > .item {
		display: block;
	}
	.performance-basis > .specialists > .specialist > .item > .img {
		display: block;
		margin: 0 auto 16px;
	}
	.performance-basis > .specialists > .message {
		font-size: 16px;
	}

	.dev-case-area > .case > .item {
		width: calc(50% - 12px);
	}
	.dev-case-area > .case > .item:nth-last-child(n + 4) {
		margin: 0;
	}
	.dev-case-area > .case > .item:nth-child(n + 3) {
		margin-top: 24px;
	}
	.dev-case-area > .case > .item > .text {
		display: flex;
		justify-content: center;
	}

	.flow-area {
		padding: 80px 40px 96px;
	}

	.flow-area > .contents {
		width: 100%;
	}

	.flow-list > .flow > .text {
		font-size: 14px;
	}

	.flow-list > .flow > .title {
		min-width: 236px;
		font-size: 16px;
	}

	.flow-list > .flow > .title:before {
		width: 48px;
		height: 48px;
	}

	.flow-list > .flow:not(.-delivery):after {
		left: 56px;
	}
}

@media screen and (max-width: 768px) {
	.main-area {
		padding: 48px 0;
	}

	.main-area > .contents {
		display: block;
		width: 100%;
		padding: 0 24px;
	}
	.main-area > .contents > .content {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: auto;
	}
	.main-area > .contents > .content > .logo {
		margin: 0 auto;
		padding-bottom: 8px;
		text-align: center;
	}
	.main-area > .contents > .content > .catch {
		font-size: 34px;
	}
	.main-area > .contents > .content > .catch > .inner {
		display: inline;
		white-space: pre-wrap;
	}
	.main-area > .contents > .content > .sub {
		font-size: 16px;
	}
	.main-area > .contents > .content > .sub > .text {
		display: initial;
	}
	.main-area > .contents > .image {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
		transform: translateY(0);
	}
	.main-area > .contents > .image > .img.-balloon {
		top: 0;
	}
	.main-area > .contents > .image > .img.-dev {
		margin-top: 64px;
	}
	.main-area > .contents > .content > .btn {
		margin: 32px auto 0;
	}
	.main-area > .contents > .content > .btn > .link {
		font-size: 16px;
	}

	.problem-area > .contents {
		width: 100%;
		padding: 64px 16px;
	}
	.problem-area > .contents > .heading {
		font-size: 28px;
	}
	.problem-area > .contents > .heading > .sub {
		font-size: 20px;
	}
	.problem-area > .contents > .content {
		display: block;
	}
	.problem-area > .contents > .content > .img {
		display: block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto 24px;
	}
	.problem-list {
		display: block;
		margin-left: 0;
		padding: 0 0 0 8px;
	}
	.problem-list > .problem {
		width: 100%;
	}
	.problem-list > .problem:first-child {
		margin-bottom: 16px;
	}
	.problem-list > .problem > .item {
		justify-content: flex-start;
		height: auto;
		margin-left: 32px;
		padding: 24px 24px 24px 40px;
		text-align: left;
	}
	.problem-list > .problem > .item > .label {
		left: -32px;
	}

	.solve-area {
		width: 100%;
		margin: 64px auto;
		padding: 0 16px;
	}
	.solve-area > .heading {
		font-size: 26px;
	}
	.solve-area > .heading > .sub {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.solve-area > .heading > .sub:before,
	.solve-area > .heading > .sub:after {
		height: 18px;
	}
	.solve-area > .text {
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.solve-area > .solve {
		display: block;
	}
	.solve-area > .solve > .item {
		width: 100%;
		padding: 32px 24px 40px;
	}
	.solve-area > .solve > .item:not(:last-child) {
		margin-bottom: 16px;
	}
	.solve-area > .solve > .item > .img {
		margin-bottom: 24px;
	}
	.solve-area > .solve > .item > .title {
		margin-bottom: 16px;
	}
	.solve-area > .solve > .item > .text {
		display: flex;
		justify-content: center;
	}
	.solve-area > .subheading {
		font-size: 24px;
	}
	.specialist-area {
		padding: 32px 24px;
	}
	.specialist-area > .specialist {
		display: block;
	}
	.specialist-area > .specialist > .item {
		width: 100%;
	}
	.specialist-area > .specialist > .item:not(:last-child) {
		margin-bottom: 16px;
	}
	.specialist-area > .specialist > .item > .img {
		margin-left: auto;
	}
	.specialist-area > .img.-arrow {
		bottom: -56px;
	}
	.specialist-area > .message {
		padding: 20px 24px;
		font-size: 14px;
	}

	.reasonable-area {
		padding: 64px 0;
	}
	.reasonable-area > .heading {
		margin-bottom: 32px;
		padding: 0 16px;
		font-size: 28px;
	}
	.reasonable-area > .content {
		width: 100%;
		padding: 0;
	}
	.reasonable-reason {
		padding: 40px 16px;
	}
	.reasonable-reason > .subheading {
		font-size: 22px;
	}
	.reasonable-reason > .message {
		display: block;
	}
	.reasonable-reason > .message > .item.-full-scratch {
		width: 100%;
		padding: 32px 24px;
		border-radius: 4px 4px 0 0;
	}
	.reasonable-reason > .message > .item > .title {
		text-align: center;
	}
	.reasonable-reason > .message > .item > .text {
		font-size: 15px;
	}
	.reasonable-reason > .message > .item.-full-scratch:after {
		border-left: 48vw solid transparent;
		border-right: 48vw solid transparent;
		border-top: 30px solid #e7eaf1;
		right: 0;
		left: 0;
		top: auto;
		bottom: -158px;
	}
	.reasonable-reason > .message > .item.-plus {
		width: 100%;
		padding: 56px 24px 40px;
		border-radius: 0 0 4px 4px;
	}
	.reasonable-reason > .message > .item > .text {
		display: flex;
		justify-content: center;
	}
	.reasonable-reason > .reason > .img.-price-pc {
		display: none;
	}
	.reasonable-reason > .reason > .img.-price-mobile {
		display: block;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	.reasonable-reason > .reason > .img.-arrow {
		max-width: 40px;
		margin: 12px auto;
	}
	.reasonable-reason > .reason > .customer > .function {
		padding: 16px 20px;
	}
	.reasonable-reason > .reason > .customer > .function > .text {
		font-size: 14px;
	}
	.reasonable-area > .content > .comparison > .title {
		font-size: 22px;
	}
	.reasonable-reason > .reason > .request > .inner {
		font-size: 16px;
	}
	.reasonable-area > .content > .comparison {
		margin-top: 16px;
	}

	.dev-difference {
		display: block;
	}
	.dev-difference > .item {
		width: 100%;
	}
	.dev-difference > .item > .title {
		font-size: 16px;
	}
	.dev-difference > .item > .results {
		padding: 24px 24px 32px;
	}
	.dev-difference > .item.-normal > .results:after {
		content: none;
	}

	.performance-basis {
		margin-top: 32px;
		padding: 40px 16px;
	}
	.performance-basis > .title {
		margin-bottom: 24px;
		font-size: 26px;
		line-height: 1.6;
	}

	.reasonable-reason > .future {
		padding: 32px 24px;
	}
	.reasonable-reason > .future > .title {
		left: 24px;
	}
	.performance-basis > .specialists {
		padding: 40px 24px;
	}
	.performance-basis > .specialists > .title {
		font-size: 20px;
	}
	.performance-basis > .specialists > .specialist {
		display: block;
	}
	.performance-basis > .specialists > .specialist > .item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 24px;
	}
	.performance-basis > .specialists > .specialist > .item:first-child {
		margin-bottom: 16px;
	}
	.performance-basis > .specialists > .specialist > .item > .img {
		margin: 0 16px 0 0;
	}
	.performance-basis > .specialists > .message {
		margin-top: 16px;
		font-size: 15px;
		text-align: left;
	}
	.reasonable-area > .content > .comparison {
		padding: 0 16px;
	}
	.comparison-table > .body > .row:first-child > .cell {
		line-height: 1.4;
	}
	.comparison-table > .body > .row > .cell {
		padding: 8px;
		font-size: 13px;
		line-height: 1.4;
	}

	.dev-case-area {
		width: 100%;
		margin: 64px auto;
		padding: 0 16px;
	}
	.dev-case-area > .heading {
		margin-bottom: 20px;
		font-size: 32px;
	}
	.dev-case-area > .case {
		display: block;
	}
	.dev-case-area > .balloon {
		position: relative;
		top: 0;
		right: 0;
		max-width: 324px;
		margin: 0 auto 32px;
		padding: 12px;
		border-radius: 50px;
		text-align: center;
		opacity: 0;
		transition: all 500ms;
		transform: translateY(50px);
		z-index: 1;
	}
	.dev-case-area > .balloon.-show {
		transform: translateY(0);
		opacity: 1;
		animation-name: none;
	}
	.dev-case-area > .balloon:after {
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 12px 12px 0 12px;
		border-color: #e49d23 transparent transparent transparent;
	}
	.dev-case-area > .case > .item {
		width: 100%;
		padding: 32px 24px 40px;
	}
	.dev-case-area > .case > .item:not(:last-child) {
		margin-bottom: 16px;
	}
	.dev-case-area > .case > .item > .title {
		margin-bottom: 16px;
	}
	.dev-case-area > .case > .item > .img {
		margin-bottom: 24px;
	}

	.flow-area {
		padding: 64px 16px;
	}

	.flow-area > .contents {
		width: 100%;
	}

	.flow-area > .contents > .heading {
		margin-bottom: 32px;
		font-size: 32px;
	}

	.period-arrow {
		width: 40px;
		min-width: 40px;
		margin: 0 8px 16px 0;
	}

	.period-arrow:after {
		bottom: -16px;
		transform: translateX(-20px);
		border-width: 16px 20px 0 20px;
	}

	.period-arrow.-until-quote > .period.-shortest {
		padding: 8px 2px;
		font-size: 14px;
	}

	.flow-list > .flow {
		display: block;
		padding: 24px 24px 32px;
	}

	.flow-list > .flow:not(.-delivery):after {
		left: 35px;
	}

	.flow-list > .flow > .title {
		position: relative;
		justify-content: center;
		min-width: 100%;
		padding-bottom: 16px;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}

	.flow-list > .flow > .title:before {
		position: absolute;
		left: 0;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.flow-area > .contents > .future {
		margin-top: 24px;
		padding: 24px;
		font-size: 14px;
	}
}
