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

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

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

#wrapper {
	padding-top: 44px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	color: var(--black);
}

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

#visual {
	overflow: hidden;
	margin-bottom: 10vw;
	padding: 8vw 0 15vw;
	background: var(--babyblue);
	position: relative;
	z-index: 0;
}

#visual .start {
	width: 50vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#visual .start img {
	transform: scale(-1, 1);
}

#visual .end {
	width: 50vw;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#visual .start img,
#visual .end img {
	width: 100%;
	height: auto;
}

#visual .hero {
	margin-bottom: 5vw;
}

#visual .hero img {
	width: 90%;
	height: auto;
}

#visual .logo img {
	width: 85%;
	height: auto;
}

#visual .copy {
	margin: 3vw 5vw 8vw;
	text-align: right;
}

#visual .copy img {
	width: 85%;
	height: auto;
}

#visual .tag {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 5vw;
	padding: 0 1.5em;
	border-radius: 14vw;
	background: #fff;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 13vw;
	color: var(--black);
}

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

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

.title {
	margin-bottom: 8vw;
	line-height: 1.3;
}

.title h2 {
	margin-bottom: 30px;
	padding: 3vw;
	background: url(../images/feature_bg.png) no-repeat center / 100% 100%;
	font-weight: bold;
	font-size: 6.5vw;
	line-height: 1.5;
	color: var(--black);
}

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

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

#risk {
	margin: 0 5vw 15vw;
}

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

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

#risk .section figure img {
	width: 50px;
	height: auto;
	aspect-ratio: 117 / 117;
	object-fit: cover;
}

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

#risk .section .caution {
	margin-top: 20px;
	font-weight: 600;
	font-size: 5vw;
}

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

#risk .section .price span {
	display: inline-block;
	vertical-align: -0.05em;
	font-size: 60px;
	line-height: 1;
}

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


#risk .section p {
	margin-top: 5vw;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

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

#challenge {
	margin-bottom: 15vw;
}

#challenge .title h2 {
	margin: 0 5vw;
}

#challenge .section {
	overflow: hidden;
	padding: 1px 5vw 10vw;
	background: var(--babyblue);
}

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

#challenge .num {
	width: 90px;
	margin: -25px 0 0 auto;
}

#challenge .section h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 6vw;
	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: 18px;
	line-height: 1;
}

#challenge .section p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}

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

#feature {
	margin: 0 5vw 20vw;
}

#feature .title p {
	text-align: justify;
}

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

#feature .num {
	display: flex;
	align-items: center;
	width: 70px;
	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: 6vw;
	line-height: 1.4;
}

#feature .card {
	display: flex;
	gap: 20px;
	margin: 0 0 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: 5vw;
	line-height: 50px;
	color: #ff1c6f;
}

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

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

#feature .result {
	margin: 0 0 10px;
	position: relative;
	z-index: 0;
}

#feature .result .row {
	margin-top: 15px;
	text-align: left;
}

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

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

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

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

#technical {
	margin: 0 0 20vw;
}

#technical .title {
	margin-left: 5vw;
	margin-right: 5vw;
}

#technical .title p {
	text-align: justify;
}

#technical .section {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 5vw 0 10vw;
	background: var(--babyblue);
	position: relative;
}

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

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

#technical .section figure {
	position: absolute;
	top: 10px;
	left: 10px;
}

#technical .section figure img {
	width: auto;
	height: 60px;
}

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

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

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

#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 {
	margin: 0 5vw 15vw;
}

#model .section {
	margin-top: 8vw;
	padding: 1px 35px 40px 30px;
	border-radius: 10px;
	border: solid 2px var(--deepblue);
}

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

#model .section figure img {
	width: auto;
	height: 60px;
}

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

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

#model .section li {
	padding: 4vw 0 4vw 30px;
	border-bottom: solid 1px #ff1c6f;
	text-align: left;
	font-size: 16px;
	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: 1.8em;
	left: 5px;
}

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

#cost {
	margin-bottom: 15vw;
	padding: 10vw 5vw 10vw;
	background: #f4f4f4;
}

#cost .title p {
	text-align: justify;
}

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

#cost .flex .midashi img {
	width: auto;
	height: 30px;
}

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

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

#cost .flex .tag {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
	height: 50px;
	margin: 0 auto 8vw;
	padding: 0 5vw 0 15px;
	border-radius: 75px;
	background: var(--deepblue);
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

#cost .flex .tag img {
	width: auto;
	height: 30px;
}

#cost .flex .end {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15vw;
}

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

#cost .flex .list img {
	width: auto;
	height: 40px;
}

#cost .figure {
	margin-bottom: 15vw;
}

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

#cost .figure .midashi img {
	width: auto;
	height: 30px;
}

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

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

.label-group {
	width: 4em;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

.label-group .country {
	white-space: nowrap;
}

.label-group .role {
	font-size: 16px;
	line-height: 1.9;
}

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

.bar-group {
	flex: 1;
}

.bar {
	height: 40px;
	margin-bottom: 10px;
	padding-left: 4vw;
	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: 3vw;
	color: var(--black);
}

.bar-blue {
	background-color: var(--deepblue);
	font-size: 3.6vw;
	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-card {
	margin-bottom: 5vw;
	padding: 5vw;
	border-radius: 12px;
	border: solid 2px #d5d5d5;
	background: #fff;
	position: relative;
}

#cost .card-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

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

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

#cost .card-header .icon img {
	width: auto;
	height: 40px;
}

#cost .badge {
	flex-basis: 100%;
	margin-top: 3vw;
	border-radius: 38px;
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
}

#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: 4vw;
}

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

#cost .result-compare {
	margin-top: 20px;
	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: 14px;
}

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

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

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

#cost .arrow img {
	width: auto;
	height: 20px;
}

#cost .saving-badge {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	padding: 0 1.5em;
	border-radius: 11vw;
	background: var(--deepblue);
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 11vw;
	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: 4vw;
	color: #686868;
}

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

#cost .yellow-ribbon img {
	width: auto;
	height: 40px;
}

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

#process  {
	margin-bottom: 15vw;
}

#process .title {
	margin-right: 5vw;
	margin-left: 5vw;
}

#process .title p span {
	font-size: 3vw;
}

#process .flow-card {
	overflow: hidden;
	padding: 5vw 5vw 10vw;
	background: var(--babyblue);
	text-align: left;
	position: relative;
}

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

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

#process .step-number img {
	width: auto;
	height: 50px;
}

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

#process .duration-badge {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 140px;
	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: 16px;
	line-height: 1.6;
	color: var(--black);
}

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

#link .title {
	margin-right: 5vw;
	margin-left: 5vw;
}

#link .title h2 {
	margin-bottom: 0;
	background: none;
	color: var(--deepblue);
}

#link a {
	display: block;
	background: url(../images/link_bg.png) no-repeat right top / 100% auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 0.05em;
	line-height: 15vw;
	color: var(--black);
}

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

#footer {
	margin-top: 15vw;
}
