@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

:root{
	--black: #4c5458;
	--babyblue: #90d7fa;
	--deepblue: #0cb6ff;
	--orange: #e9481a;
}

html, body {
	min-width: 1380px;
}

#wrapper {
	padding-top: 44px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 80px 0;
	background: var(--babyblue);
	position: relative;
	z-index: 0;
}

#visual .start {
	width: 552px;
	margin-right: 480px;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
}

#visual .end {
	width: 577px;
	margin-left: 480px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#visual .container {
	width: 1280px;
	position: relative;
}

#visual .hero {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -200px;
	z-index: -1;
}

#visual .copy {
	margin-bottom: 15px;
	text-align: right;
}

#visual .tag {
	width: 540px;
	height: 76px;
	margin: 0 50px 60px auto;
	border-radius: 45px;
	background: #fff;
	font-weight: bold;
	font-size: 34px;
	line-height: 76px;
	color: var(--black);
}

#visual .desc {
	margin-right: 50px;
	text-align: right;
	font-size: 34px;
	line-height: 76px;
	color: var(--black);
}

#visual .desc p {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.6;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

.title {
	margin-bottom: 60px;
}

.title h2 {
	margin-bottom: 30px;
	background: no-repeat center;
	font-weight: bold;
	font-size: 77px;
	line-height: 112px;
	color: var(--black);
}

.title p {
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

/* ---------------------------------------------------------
	CSS Document risk
--------------------------------------------------------- */

#risk .container {
	width: 1280px;
	margin-bottom: 120px;
}

#risk .title {
	margin-bottom: 90px;
}

#risk .title h2 {
	background-image: url(../images/risk_bg.png);
}

#risk .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#risk .section {
	width: 31%;
	padding: 1px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 0 0 3px var(--deepblue) inset;
}

#risk .section figure {
	margin-top: -55px;
}

#risk .section h3 {
	margin-top: 20px;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	color: var(--deepblue);
}

#risk .section .caution {
	margin-top: 20px;
	font-weight: 600;
	font-size: 22px;
	color: var(--black);
}

#risk .section .price {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ff1c6f;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #ff1c6f;
}

#risk .section .price span {
	font-size: 80px;
}

#risk .section .caption {
	margin-top: 10px;
	font-weight: 600;
	font-size: 20px;
	color: var(--black);
}

#risk .section p {
	margin-top: 20px;
	text-align: justify;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document challenge
--------------------------------------------------------- */

#challenge .bg {
	margin-bottom: 110px;
	background: var(--babyblue);
}

#challenge .container {
	display: flex;
	justify-content: space-between;
	width: 1280px;
}

#challenge .section {
	width: 33.3333333%;
	padding: 1px 0 30px;
}

#challenge .section:nth-of-type(odd) {
	background: #ade5ff;
}

#challenge .num {
	width: 117px;
	margin: -60px 20px 20px auto;
}

#challenge .section h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #ff1c6f;
}

#challenge .section figcaption {
	margin: 20px 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: var(--black);
}

#challenge .section p {
	margin: 0 30px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.7;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document feature
--------------------------------------------------------- */

#feature .container {
	width: 1280px;
	margin-bottom: 120px;
}

#feature .title h2 {
	background-image: url(../images/feature_bg.png);
}

#feature .flex {
	display: flex;
	justify-content: space-between;
}

#feature .section {
	width: 48%;
	overflow: hidden;
	padding-top: 30px;
	border-radius: 10px;
	border: solid 1px #888e91;
	color: var(--black);
	position: relative;
	z-index: 0;
}

#feature .head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

#feature .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 60px;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#feature .num:before {
	content: '';
	width: 140px;
	height: 60px;
	background: #ffe900;
	transform: skewX(-25deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#feature .head h3 {
	text-align: left;
	font-weight: bold;
	font-size: 34px;
}

#feature .card {
	display: flex;
	gap: 20px;
	margin: 0 30px 10px;
	position: relative;
	z-index: 0;
}

#feature .card:after {
	content: '';
	width: 3px;
	height: calc(100% - 60px);
	background: var(--babyblue);
	position: absolute;
	bottom: 0;
	left: 23px;
	z-index: -1;
}

#feature .card .row {
	flex: 1;
	text-align: left;
}

#feature .card h4 {
	font-weight: bold;
	font-size: 25px;
	line-height: 50px;
	color: #ff1c6f;
}

#feature .card p {
	padding: 10px 0;
	text-align: justify;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: var(--black);
}

#feature .caution {
	margin-top: 20px;
	padding: 20px 0;
	background: #ade5ff;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #0e6eb8;
}

#feature .result {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 30px 10px;
	position: relative;
	z-index: 0;
}

#feature .result .row {
	flex: 1;
	text-align: left;
}

#feature .result:not(:last-of-type) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #bebebe;
}

#feature .result h4 {
	font-weight: bold;
	font-size: 25px;
	line-height: 1.6;
	color: var(--black);
}

#feature .result p {
	text-align: justify;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document technical
--------------------------------------------------------- */

#technical {
	margin-bottom: 110px;
}

#technical .bg {
	background: linear-gradient(to right, var(--babyblue) 50%, #ade5ff 50%);
}

#technical .bg.even {
	background: linear-gradient(to right, #ade5ff 50%, var(--babyblue) 50%);
}

#technical .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1280px;
}

#technical .section {
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 1px 0 30px;
	background: var(--babyblue);
	position: relative;
}

#technical .section:nth-of-type(odd) {
	background: #ade5ff;
}

#technical .even .section {
	background: #ade5ff;
}

#technical .even .section:nth-of-type(odd) {
	background: var(--babyblue);
}

#technical .even .yellow-ribbon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#technical .odd .yellow-ribbon {
	position: absolute;
	top: 10px;
	right: 10px;
}

#technical .odd .section figure {
	margin-top: -50px;
}

#technical .even .section figure {
	order: 4;
	margin-top: 20px;
	margin-bottom: -80px;
}

#technical .section h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 25px;
	line-height: 50px;
	color: #ff1c6f;
}

#technical .section p {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: var(--black);
}

#technical .section ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

#technical .section li {
	padding: 0 1em;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document model
--------------------------------------------------------- */

#model .container {
	width: 1280px;
	margin-bottom: 120px;
}

#model .title h2 {
	background-image: url(../images/model_bg.png);
	font-size: 70px;
}

#model .flex {
	display: flex;
	justify-content: space-between;
}

#model .section {
	width: 31%;
	padding: 1px 35px 40px 30px;
	border-radius: 10px;
	border: solid 2px var(--deepblue);
}

#model .section figure {
	margin-top: -50px;
}

#model .section h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 30px;
	color: var(--deepblue);
}

#model .section p {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: var(--black);
}

#model .section li {
	display: flex;
	align-items: center;
	height: 81px;
	padding: 10px 0 10px 30px;
	border-bottom: solid 1px #ff1c6f;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	color: var(--black);
	position: relative;
}

#model .section li:before {
	content: '';
	width: 8px;
	height: 13px;
	border-right: 2px solid var(--black);
	border-bottom: 2px solid var(--black);
	transform: translateY(-65%) rotate(40deg);
	position: absolute;
	top: 40px;
	left: 5px;
}

#model .section li.two:before {
	top: 25px;
}

/* ---------------------------------------------------------
	CSS Document cost
--------------------------------------------------------- */

#cost {
	margin-bottom: 110px;
	padding: 90px 0 60px;
	background: #f4f4f4;
}

#cost .container {
	width: 1280px;
}

#cost .flex {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-bottom: 60px;
}

#cost .flex .midashi {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.05em;
	color: var(--black);
}

#cost .flex .price {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 90px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #ff1c6f;
}

#cost .flex .price span {
	font-size: 50px;
}

#cost .flex .tag {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 75px;
	padding: 0 1em 0 20px;
	border-radius: 75px;
	background: var(--deepblue);
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

#cost .flex .end {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#cost .flex .list {
	display: flex;
	align-items: center;
	gap: 15px;
	height: 78px;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.05em;
	color: var(--black);
}

#cost .figure {
	width: 1040px;
	margin: 0 auto 60px;
}

#cost .figure .midashi {
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: var(--black);
}

.cost-chart {
	background-color: #f5f5f5;
	color: var(--black);
}

.chart-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.label-group {
	width: 4em;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.label-group .role {
	font-size: 24px;
	line-height: 1.1;
}

.label-group .brand {
	text-align: right;
	color: var(--deepblue);
}

.bar-group {
	flex: 1;
}

.bar {
	height: 40px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}

.bar:last-child {
	margin-bottom: 0;
}

.bar-white {
	background-color: #ffffff;
	font-size: 16px;
	color: var(--black);
}

.bar-blue {
	background-color: var(--deepblue);
	font-size: 20px;
	color: #ffffff;
}

.bar-pm-white { width: 100%; }
.bar-pm-blue  { width: 65%; }

.bar-se-white { width: 82%; }
.bar-se-blue  { width: 52%; }

.bar-pg-white { width: 65%; }
.bar-pg-blue  { width: 38%; }

#cost .case {
	display: flex;
	gap: 30px;
	background-color: #f5f5f5;
	padding: 40px 0;
}

#cost .case-card {
	width: 48%;
	padding: 30px 40px;
	border-radius: 12px;
	border: solid 2px #d5d5d5;
	background: #fff;
	position: relative;
}

#cost .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 6px #ece9e9;
}

#cost .card-header h3 {
	font-weight: bold;
	font-size: 30px;
	color: var(--black);
}

#cost .card-header .icon {
	margin-right: 15px;
}

#cost .badge {
	width: 180px;
	height: 38px;
	margin-left: auto;
	border-radius: 38px;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
}

#cost .badge-cyan {
	background-color: #cceeff;
	color: #0099e6;
}

#cost .badge-yellow {
	background-color: #fdfbc8;
	color: #686868;
}

#cost .divider {
	border: 0;
	height: 2px;
	background-color: #e0e0e0;
	margin: 0 0 20px 0;
}

#cost .team-composition {
	margin-bottom: 20px;
}

#cost .price-compare,
#cost .result-compare {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#cost .price-compare {
	margin-bottom: 5px;
}

#cost .result-compare {
	margin-top: 30px;
	margin-bottom: 20px;
}

#cost .price-box {
	text-align: center;
	line-height: 1;
	color: var(--black);
}

#cost .price-label {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

#cost .price-value {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-weight: bold;
	font-size: 20px;
}

#cost .price-value strong {
	font-size: 28px;
}

#cost .color-pink strong, .color-pink {
	font-size: 40px;
	color: #ff1c6f;
}

#cost .arrow {
	font-size: 24px;
	color: #bcc6cc;
}

#cost .saving-badge {
	width: 420px;
	height: 60px;
	margin: 0 auto;
	border-radius: 60px;
	background: var(--deepblue);
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 60px;
	color: #fff;
}

#cost .result-box {
	flex: 1;
	text-align: center;
	padding: 25px 10px;
	border-radius: 8px;
}

#cost .box-gray {
	border: 2px solid #ccc;
}

#cost .box-border-cyan {
	border: 2px solid #00b0ff;
}

#cost .summary-text {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #686868;
}

#cost .yellow-ribbon {
	position: absolute;
	top: -30px;
	right: 30px;
}

/* ---------------------------------------------------------
	CSS Document process
--------------------------------------------------------- */

#process {
	color: var(--black);
}

#process .title p span {
	font-size: 17px;
}

#process .bg {
	margin-bottom: 110px;
	background: var(--babyblue);
}

#process .container {
	display: flex;
	justify-content: space-between;
	width: 1280px;
}

#process .flow-card {
	width: 20%;
	padding: 30px;
	text-align: left;
	position: relative;
}

#process .flow-card:nth-of-type(odd) {
	background: #ade5ff;
}

#process .step-number {
	position: absolute;
	top: -45px;
	right: 10px;
}

#process .step-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	color: #ff1c6f;
}

#process .duration-badge {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 134px;
	height: 42px;
	margin-bottom: 15px;
	border-radius: 42px;
	background: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	color: var(--deepblue);
}

#process .step-desc {
	text-align: justify;
	font-size: 20px;
	line-height: 1.6;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link .title {
	margin-bottom: 40px;
	color: var(--black);
}

#link .title h2 {
	color: var(--deepblue);
}

#link a {
	display: inline-block;
	vertical-align: top;
	width: 840px;
	height: 108px;
	background: url(../images/link_bg.png) no-repeat right top;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 124px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 110px;
}
