/* WSYS-12432 【フロント】LP修正と共通化_JCBグローバルWiFi 20250624 J.Jiyun */
@charset "utf-8";

/* =====================
	header
===================== */
.lp_header .-inner {
	max-width: 1800px;
}

.lp_header .-inner .-logo {
	width: 30%;
	max-width: 350px;
}

.lp_header .-inner .-logo p {
	font-size: 1.0rem;
}

.lp_header .-inner .-logo a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.lp_header .-inner ._sub {
	padding-top: 3px;
}

.lp_header .-apply_link {
	display: flex;
	gap: 10px;
}

._inner .-apply_link {
	display: flex;
	justify-content: center;
}

._inner .-apply_link .-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 45px;
	border-radius: 50px;
	background: #f8982d;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

._inner .-apply_link .-btn.-enterprise {
	background: #3ecd8f;
}

._inner .-apply_link .-btn::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 1.4rem;
}

.lp_header .-apply_link .-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	border-radius: 50px;
	background: #f8982d;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.lp_header .-apply_link .-btn.-enterprise {
	background: #3ecd8f;
}

.lp_header .-apply_link .-btn:hover {
	opacity: 0.7;
}

.lp_header .-apply_link .-btn img {
	width: 15px;
	margin-right: 10px;
}

.lp_header .-apply_link .-btn .-txt {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "system-ui", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.sp_navi {
	display: none;
}

/* =============================
	メインビジュアル visual_area
============================= */
.visual_area {
	padding: 20px 4% 0;
	background: url(/common/images/contents/jcbglobalwifi/mv_pc.png) no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 620px;
}

.visual_area ._inner {
	position: relative;
	z-index: 0;
	height: 600px;
	text-align: center;
}

.visual_area ._inner .title_area {
	position: absolute;
	top: calc(50% - 70px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
}

.visual_area ._inner .title_area ._top {
	position: relative;
	display: flex;
	justify-content: center;
}

.visual_area ._inner .title_area ._sub {
	position: absolute;
	color: #005bab;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-shadow:
	1px 1px 0 #fff,
	-1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff;
	z-index: 2;
	top: -5%;
}

.visual_area ._inner .title_area ._sub p {
	display: inline-block;
}

.visual_area ._inner .title_area ._img {
	position: relative;
	z-index: 1;
}

.visual_area ._inner .title_area img {
	width: 300px;
	margin-bottom: 10px;
}

.visual_area ._inner .title_area ._top_text {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.visual_area ._inner .title_area ._top_text p {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	color: white;
	background: #005378;
	padding: 10px 2em;
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}

.visual_area ._inner .title_area ._top_text p span {
	margin-left: 5px;
}

.visual_area ._inner .title_area ._title {
	position: relative;
	border-radius: 12px;
	color: #ff9d00;
	text-align: center;
}

.visual_area ._inner .title_area ._title ._ttl {
	font-size: 8rem;
	font-weight: 600;
	transform: scaleX(1.1);
	line-height: 1.2;
}

.visual_area ._inner .title_area ._title ._ttl2 {
	font-size: 4rem;
	font-weight: 600;
	color: #005378;
	line-height: 1;
	letter-spacing: 0.1em;
}

.visual_area ._inner .title_area ._title ._ttl2 span {
	color: #ff9d00;
}

.visual_area ._inner .title_area ._wappen {
	margin-top: 20px;
	display: inline-block;
}

.visual_area ._inner .title_area ._wappen img {
	width: 200px;
}

.visual_area ._inner .title_area ._campaign p {
	display: inline-block;
	color: #005378;
	font-weight: 600;
	background: #f1f7f8;
	padding: 8px 20px;
	border-radius: 10px;
}

.visual_area ._inner .title_area ._campaign p span {
	font-size: 1.8rem;
}

.visual_area ._inner .-apply_link {
	display: flex;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	gap: 20px;
}

.visual_area ._inner .-apply_link a:hover {
	opacity: 0.7;
}

.visual_sup {
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
}

.visual_sup p {
	font-size: 1.2rem;
	text-shadow: 0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff;
	white-space: nowrap;
}

/* =============================
	JCB特典用 service_area
============================= */
.service_area .service_bg {
	background: linear-gradient(to right, #429faf, #043867);
}

.service_area ._top {
	text-align: center;
}

.service_area ._ttl_h2 {
	color: #fff;
	margin-bottom: 20px;
}

.service_area ._top p {
	color: #fff;
}

.service_area ._top p span {
	color: #ffed68;
}

.service_area ._service_bubbles {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

.service_area ._content {
	flex: 1 1 23%;
}

.service_area ._service_bubbles ._bubble {
	height: 70%;
	position: relative;
	margin: 30px 5px;
	background: #fff;
	border-radius: 10px;
}

.service_area ._service_bubbles ._bubble::after {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 15px solid white;
}

.service_area ._service_bubbles ._bubble img {
	width: 65px;
	margin: 20px 0 10px 0;
}

.service_area ._service_bubbles ._bubble ._description p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.service_area ._service_bubbles ._bubble ._description .text {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.service_area ._service_bubbles ._bubble ._description .text::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	background: url(/common/images/contents/jcbglobalwifi/service_check.png?date=20250617) no-repeat center center / contain;
}

.service_area ._service_bubbles ._bubble ._description ._txt {
	font-size: 1.1rem;
	margin-left: 3px;
	color: #005378;
}

.service_area ._service_bubbles ._bubble ._description ._num {
	font-size: 1.4rem;
	color: #005378;
}

.service_area ._content ._text {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
}

.service_area ._content ._text span {
	color: #ffed68;
	font-size: 2.0rem;
	font-weight: 600;
	margin-right: 3px;
}

.service_area ._content ._small_text {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 5px;
}

.service_area ._content ._small_text a {
	color: #fff;
	text-decoration: underline;
}
/* =============================
	選ばれる理由 reason_area
============================= */
.reason_area ._inner::before {
	background: none!important;
}

/* =============================
	お申込み apply_area
============================= */
.apply_area {
	display: block;
}

.apply_area .apply_bg {
	position: relative;
	background: #043867;
	padding: 50px 0;
}

.apply_area ._inner {
	display: flex;
	justify-content: center;
	gap: 100px;
	padding: 5px;
}

.apply_area ._inner ._content {
	text-align: center;
}

.apply_area ._inner ._content p {
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	position: relative;
}

.apply_area ._inner ._content p::before,
.apply_area ._inner ._content p::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 3rem;
	background: #fff;
}

.apply_area ._inner ._content p::before {
	transform: rotate(40deg);
	right: -15px;
}

.apply_area ._inner ._content p::after {
	transform: rotate(-40deg);
	left: -15px;
}

.apply_area ._inner ._content p span {
	color: #ff9d00;
}

.apply_area ._inner ._content .-apply_link .-btn {
	width: 400px;
	height: 50px;
	margin-top: 10px;
}

.apply_area ._inner ._content .-apply_link .-btn .-txt {
	font-size: 1.8rem;
}

/* =============================
	料金プラン例 plan_area
============================= */
.plan_text::after {
	background: none!important;
}

.plan_area .fiveg_super::before {
	display: none;
}

.plan_area .fiveg_super .fiveg_super_inner {
	width: 90%;
}

/* =============================
	みんなでシェア share_area
============================= */
.share_area .share_suggest {
	width: 80%;
	margin: 0 auto;
}

.share_area .share_suggest_inner {
	width: 64%;
}

.share_area .share_suggest .share_suggest_wrapper {
	justify-content: center;
}

.share_area .share_suggest .share_suggest_wrapper::after {
	display: none;
}

/* =============================
	お申込バナー banner_area
============================= */
.banner_area {
	background: #fff;
}

.banner_area ._inner {
	display: flex;
	justify-content: center;
}

.banner_area .banner_bg {
	width: 90%;
	position: relative;
	padding: 30px 40px;
	border-radius: 20px;
	background: linear-gradient(to right, #60cce2, #2facc3);
}

.banner_area .banner_bg ._content {
	display: flex;
	align-items: center;
}

.banner_area .banner_bg ._content ._label {
	width: 130px;
	height: 120px;
	border: 1px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_area .banner_bg ._content ._label p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.3;
}

.banner_area .banner_bg ._content ._text {
	transform: scaleX(1.1);
	line-height: 1.2;
}

.banner_area .banner_bg ._content ._text ._txt1 {
	color: #ffed68;
	font-size: 8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.banner_area .banner_bg ._content ._text ._txt2 {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2rem;
}

.banner_area .banner_bg ._content ._text ._txt2 ._white,
.banner_area .banner_bg ._content ._text ._txt2 ._yellow {
	font-size: 3.8rem;
}

.banner_area .banner_bg ._content ._text ._txt2 ._yellow {
	color: #ffed68;
}

.banner_area .banner_bg::before {
	position: absolute;
	right: 0;
	bottom: -0;
	width: 30rem;
	height: 30rem;
	background: url(/common/images/contents/jcbglobalwifi/img_woman_pc.png?date=20250624) no-repeat center center / contain;
	content: '';
}

.banner_area .banner_bg ._button {
	margin: 30px 0px 0px 50px;
	text-align: center;
}

.banner_area .banner_bg ._button .-btn {
	width: 450px;
	color: #fff;
	padding: 5px 10px;
	display: flex;
	position: relative;
	font-size: 2rem;
	border-radius: 30px;
	background: #ff9d00;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.banner_area .banner_bg ._button .-btn::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 1.4rem;
	font-weight: 900;
}