@charset "utf-8";

/* =========================================
* 共通パーツ
* ======================================== */
html {
	scroll-padding-top: 96px;
	/* 追従メニューの高さに応じて適切な値を設定 */
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

main {
	margin-top: 65px;
	overflow: clip;
}

section {
	padding: 72px 0;
}

a {
	text-decoration: none;
	color: inherit;
}


img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

ul li {
	list-style: none;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}



.container {
	width: 1080px;
	max-width: 92%;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
}

@media(max-width:768px) {


	body {
		font-size: 14px;
	}

	.sp_none {
		display: none !important;
	}
}

@media(min-width:769px) {
	.pc_none {
		display: none !important;
	}
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.txtL {
	text-align: left;
}

.txtJ {
	text-align: justify;
}

@media(max-width:768px) {
	.sp_txtC {
		text-align: center;
	}

	.sp_txtR {
		text-align: right;
	}

	.sp_txtL {
		text-align: left;
	}

	.sp_txtJ {
		text-align: justify;
	}
}

.bold {
	font-weight: bold;
}

.txtM {
	vertical-align: middle;
}


.w100 {
	width: 100%;
}

.w20 {
	width: 18%;
}

.w25 {
	width: 23%;
}

.w30 {
	width: 28%;
}

.w40 {
	width: 38%;
}

.w45 {
	width: 43%;
}

.w50 {
	width: 48%;
}

.w60 {
	width: 58%;
}

.w70 {
	width: 68%;
}

.w80 {
	width: 78%;
}

@media(max-width:768px) {

	.w20,
	.w25,
	.w30,
	.w40,
	.w45,
	.w50,
	.w60,
	.w70,
	.w80 {
		width: 100%;
	}
}

/* フレックス
* ---------------------------------- */
.flex {
	display: -ms-flexbox;
	display: flex;
}

.flexR {
	flex-direction: row-reverse;
}

.justC {
	justify-content: center;
}

.justS {
	justify-content: flex-start;
}

.justE {
	justify-content: flex-end;
}

.justB {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justA {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexW {
	flex-wrap: wrap;
}

.alignS {
	align-items: start;
}

.alignC {
	align-items: center;
}

.alignB {
	align-items: flex-end;
}

@media (max-width: 768px) {
	.sp_flclear {
		display: block;
	}

	.sp_flex {
		display: flex;
	}
}

/* 余白
* ---------------------------------- */
.m0auto {
	margin: 0 auto
}

.mb0 {
	margin-bottom: 0;
}

.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb48 {
	margin-bottom: 48px;
}

.mb56 {
	margin-bottom: 56px;
}

.mb64 {
	margin-bottom: 64px;
}

.mb72 {
	margin-bottom: 72px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb88 {
	margin-bottom: 88px;
}

.mb96 {
	margin-bottom: 96px;
}

.mb104 {
	margin-bottom: 104px;
}

.mb112 {
	margin-bottom: 112px;
}

.mb120 {
	margin-bottom: 120px;
}

.mt0 {
	margin-top: 0;
}

.mt8 {
	margin-top: 8px;
}

.mt16 {
	margin-top: 16px;
}

.mt24 {
	margin-top: 24px;
}

.mt32 {
	margin-top: 32px;
}

.mt40 {
	margin-top: 40px;
}

.mt48 {
	margin-top: 48px;
}

.mt56 {
	margin-top: 56px;
}

.mt64 {
	margin-top: 64px;
}

.mt72 {
	margin-top: 72px;
}

.mt80 {
	margin-top: 80px;
}

.mt88 {
	margin-top: 88px;
}

.mt96 {
	margin-top: 96px;
}

.mt104 {
	margin-top: 104px;
}

.mt112 {
	margin-top: 112px;
}

.mt120 {
	margin-top: 120px;
}

.mt-8 {
	margin-top: -8px;
}

.mt-16 {
	margin-top: -16px;
}

.mt-24 {
	margin-top: -24px;
}

.mt-32 {
	margin-top: -32px;
}

.mt-40 {
	margin-top: -40px;
}

.mt-48 {
	margin-top: -48px;
}

.mt-56 {
	margin-top: -56px;
}

.mt-64 {
	margin-top: -64px;
}

.mt-72 {
	margin-top: -72px;
}

.mt-80 {
	margin-top: -80px;
}

.mt-88 {
	margin-top: -88px;
}

.mt-96 {
	margin-top: -96px;
}

.mt-104 {
	margin-top: -104px;
}

.mt-112 {
	margin-top: -112px;
}

.mt-120 {
	margin-top: -120px;
}

.mr0 {
	margin-right: 0;
}

.mr8 {
	margin-right: 8px;
}

.mr16 {
	margin-right: 16px;
}

.mr24 {
	margin-right: 24px;
}

.mr32 {
	margin-right: 32px;
}

.mr40 {
	margin-right: 40px;
}

.mr48 {
	margin-right: 48px;
}

.mr56 {
	margin-right: 56px;
}

.mr64 {
	margin-right: 64px;
}

.mr72 {
	margin-right: 72px;
}

.mr80 {
	margin-right: 80px;
}

.mr88 {
	margin-right: 88px;
}

.mr96 {
	margin-right: 96px;
}

.mr104 {
	margin-right: 104px;
}

.mr112 {
	margin-right: 112px;
}

.mr120 {
	margin-right: 120px;
}

.ml0 {
	margin-left: 0;
}

.ml8 {
	margin-left: 8px;
}

.ml16 {
	margin-left: 16px;
}

.ml24 {
	margin-left: 24px;
}

.ml32 {
	margin-left: 32px;
}

.ml40 {
	margin-left: 40px;
}

.ml48 {
	margin-left: 48px;
}

.ml56 {
	margin-left: 56px;
}

.ml64 {
	margin-left: 64px;
}

.ml72 {
	margin-left: 72px;
}

.ml80 {
	margin-left: 80px;
}

.ml88 {
	margin-left: 88px;
}

.ml96 {
	margin-left: 96px;
}

.ml104 {
	margin-left: 104px;
}

.ml112 {
	margin-left: 112px;
}

.ml120 {
	margin-left: 120px;
}

.pd0 {
	padding: 0px;
}

.pd8 {
	padding: 8px;
}

.pd16 {
	padding: 16px;
}

.pd24 {
	padding: 24px;
}

.pd32 {
	padding: 32px;
}

.pd40 {
	padding: 40px;
}

.pt0 {
	padding-top: 0;
}

.pt8 {
	padding-top: 8px;
}

.pt16 {
	padding-top: 16px;
}

.pt24 {
	padding-top: 24px;
}

.pt32 {
	padding-top: 32px;
}

.pt40 {
	padding-top: 40px;
}

.pt48 {
	padding-top: 48px;
}

.pt56 {
	padding-top: 56px;
}

.pt64 {
	padding-top: 64px;
}

.pt72 {
	padding-top: 72px;
}

.pt80 {
	padding-top: 80px;
}

.pt88 {
	padding-top: 88px;
}

.pt96 {
	padding-top: 96px;
}

.pt104 {
	padding-top: 104px;
}

.pt112 {
	padding-top: 112px;
}

.pt120 {
	padding-top: 120px;
}

.pb0 {
	padding-bottom: 0;
}

.pb8 {
	padding-bottom: 8px;
}

.pb16 {
	padding-bottom: 16px;
}

.pb24 {
	padding-bottom: 24px;
}

.pb32 {
	padding-bottom: 32px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb48 {
	padding-bottom: 48px;
}

.pb56 {
	padding-bottom: 56px;
}

.pb64 {
	padding-bottom: 64px;
}

.pb72 {
	padding-bottom: 72px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb88 {
	padding-bottom: 88px;
}

.pb96 {
	padding-bottom: 96px;
}

.pb104 {
	padding-bottom: 104px;
}

.pb112 {
	padding-bottom: 112px;
}

.pb120 {
	padding-bottom: 120px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

@media (max-width: 768px) {
	.sp_mb0 {
		margin-bottom: 0;
	}

	.sp_mt0 {
		margin-top: 0;
	}

	.sp_mr0 {
		margin-right: 0;
	}

	.sp_ml0 {
		margin-left: 0;
	}

	.sp_mb8 {
		margin-bottom: 8px;
	}

	.sp_mb16 {
		margin-bottom: 16px;
	}

	.sp_mb24 {
		margin-bottom: 24px;
	}

	.sp_mb32 {
		margin-bottom: 32px;
	}

	.sp_mb40 {
		margin-bottom: 40px;
	}

	.sp_mb48 {
		margin-bottom: 48px;
	}

	.sp_mb56 {
		margin-bottom: 56px;
	}

	.sp_mb64 {
		margin-bottom: 64px;
	}

	.sp_mb72 {
		margin-bottom: 72px;
	}

	.sp_mt8 {
		margin-top: 8px;
	}

	.sp_mt16 {
		margin-top: 16px;
	}

	.sp_mt24 {
		margin-top: 24px;
	}

	.sp_mt32 {
		margin-top: 32px;
	}

	.sp_mt40 {
		margin-top: 40px;
	}

	.sp_mt48 {
		margin-top: 48px;
	}

	.sp_mt56 {
		margin-top: 56px;
	}

	.sp_mt64 {
		margin-top: 64px;
	}

	.sp_mt72 {
		margin-top: 72px;
	}


	.sp_mr8 {
		margin-right: 8px;
	}

	.sp_mr16 {
		margin-right: 16px;
	}

	.sp_mr24 {
		margin-right: 24px;
	}

	.sp_mr32 {
		margin-right: 32px;
	}

	.sp_mr40 {
		margin-right: 40px;
	}

	.sp_mr48 {
		margin-right: 48px;
	}

	.sp_mr56 {
		margin-right: 56px;
	}

	.sp_mr64 {
		margin-right: 64px;
	}

	.sp_mr72 {
		margin-right: 72px;
	}

	.sp_ml8 {
		margin-left: 8px;
	}

	.sp_ml16 {
		margin-left: 16px;
	}

	.sp_ml24 {
		margin-left: 24px;
	}

	.sp_ml32 {
		margin-left: 32px;
	}

	.sp_ml40 {
		margin-left: 40px;
	}

	.sp_ml48 {
		margin-left: 48px;
	}

	.sp_ml56 {
		margin-left: 56px;
	}

	.sp_ml64 {
		margin-left: 64px;
	}

	.sp_ml72 {
		margin-left: 72px;
	}

	.sp_pb8 {
		padding-bottom: 8px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb16 {
		padding-bottom: 16px;
	}

	.sp_pb24 {
		padding-bottom: 24px;
	}

	.sp_pb32 {
		padding-bottom: 32px;
	}

	.sp_pb40 {
		padding-bottom: 40px;
	}

	.sp_pb48 {
		padding-bottom: 48px;
	}

	.sp_pb56 {
		padding-bottom: 56px;
	}

	.sp_pb64 {
		padding-bottom: 64px;
	}
}

/*_____テキスト_____*/
.tx7 {
	font-size: 7px;
}

.tx9 {
	font-size: 9px;
	line-height: 170%;
}

.tx10 {
	font-size: 10px;
	line-height: 170%;
}

.tx11 {
	font-size: 11px;
	line-height: 170%;
}

.tx12 {
	font-size: 12px;
	line-height: 170%;
}

.tx13 {
	font-size: 13px;
	line-height: 170%;
}

.tx14 {
	font-size: 14px;
	line-height: 150%;
}

.tx15 {
	font-size: 15px;
	line-height: 150%;
}

.tx16 {
	font-size: 16px;
	line-height: 170%;
}

.tx17 {
	font-size: 17px;
	line-height: 170%;
}

.tx18 {
	font-size: 18px;
	line-height: 170%;
}

.tx19 {
	font-size: 19px;
	line-height: 170%;
}

.tx20 {
	font-size: 20px;
	line-height: 150%;
}

.tx22 {
	font-size: 22px;
	line-height: 150%;
}

.tx23 {
	font-size: 23px;
	line-height: 170%;
}

.tx24 {
	font-size: 24px;
	line-height: 170%;
}

.tx25 {
	font-size: 25px;
	line-height: 170%;
}

.tx26 {
	font-size: 26px;
	line-height: 170%;
}

.tx28 {
	font-size: 28px;
	line-height: 170%;
}

.tx30 {
	font-size: 30px;
	line-height: 150%;
}

.tx32 {
	font-size: 32px;
	line-height: 170%;
}

.tx35 {
	font-size: 35px;
	list-style: 170%;
}

.tx37 {
	font-size: 37px;
	list-style: 170%;
}

.tx39 {
	font-size: 39px;
	line-height: 170%;
}

.tx40 {
	font-size: 40px;
	line-height: 150%;
}

.tx45 {
	font-size: 45px;
	line-height: 150%;
}


.tx56 {
	font-size: 56px;
	line-height: 170%;
}

.tx68 {
	font-size: 68px;
	line-height: 170%;
}

.tx10h {
	font-size: 10px;
	line-height: 200%;
}

.tx11h {
	font-size: 11px;
	line-height: 200%;
}

.tx12h {
	font-size: 12px;
	line-height: 200%;
}

.tx13h {
	font-size: 13px;
	line-height: 200%;
}

.tx14h {
	font-size: 14px;
	line-height: 190%;
}

.tx15h {
	font-size: 15px;
	line-height: 180%;
}

.tx17h {
	font-size: 17px;
	line-height: 200%;
}

.tx18h {
	font-size: 17px;
	line-height: 250%;
}

.tx22h {
	font-size: 22px;
	line-height: 180%;
}

.tx24h {
	font-size: 24px;
	line-height: 200%;
}

@media (max-width: 768px) {
	.sp_tx18 {
		font-size: 18px;
	}

	.sp_tx20 {
		font-size: 20px;
	}

	.sp_tx22 {
		font-size: 22px;
	}

	.sp_tx30 {
		font-size: 30px;
	}

	.sp_tx35 {
		font-size: 35px;
	}
}

/* =========================================
* LP内共通パーツ
* ======================================== */

/* テキスト・見出し
* ---------------------------------- */
p,
ul li {
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.64px;
	text-align: justify;
}

h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 140%;
	letter-spacing: 1.44px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}

ul.note {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

p.note {
	font-weight: 700;
	margin-top: 24px;
}

.note a {
	color: #0068B6;
	border-bottom: 1px solid #0068B6;
}

/* 色
* ---------------------------------- */
.mics-color-txt {
	color: #0068B6;
}

.red-color-txt {
	color: #E83747;
}

.mics-color-bg {
	background-color: #0068B6;
}

/* オブジェクト
* ---------------------------------- */
.white-container {
	padding: 56px 16px;
	border-radius: 40px;
	margin-top: 48px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.section-midashi-img {
	margin: 0 auto;
}

.mippen-midahsi {
	position: relative;
	width: 100%;
}

/* ボタン
* ---------------------------------- */

/* --- お申し込みボタン --- */
.contact-btn {
	display: flex;
	width: 392px;
	padding: 1.3em;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	background-color: #E83747;
	box-shadow: 0px 4px 4px 0px #92D6E1;
	transition: all .3s;
}

.contact-btn p {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	white-space: nowrap;
}

.btn-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	margin-left: 8px;
}

.btn-arrow::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	top: -.4em;
	left: 0;
	transition: all .3s;
}

.contact-btn:hover {
	background-color: #fff;
	transition: all .3s;
}

.contact-btn:hover p {
	color: #E83747;
}

.contact-btn:hover .btn-arrow::after {
	border-top: 3px solid #E83747;
	border-right: 3px solid #E83747;
}

/* =========================================
* ヘッダー
* ======================================== */
header {
	background-color: #0068B6;
	display: flex;
	align-items: center;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	height: 65px;
}

header .top-logo {
	min-width: 176px;
}

header p {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.64px;
}

.header-container {
	width: 1080px;
	max-width: 92%;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 16px;
}

/* =========================================
* メインビジュアル
* ======================================== */
.mv-area {
	position: relative;
}

.mv-area img {
	vertical-align: bottom;
}

.deadline-img {
	position: absolute;
	top: -8px;
	right: 96px;
	width: min(10vw, 126px);
}

/* =========================================
* インターネットをお得に始めるなら今！
* ======================================== */
.contact-area {
	background-color: #A3E6FF;
	position: relative;
	overflow: clip;
	padding: 48px 0px;
}

.contact-area h2 {
	color: #E83747;
	font-size: min(3.5vw, 36px);
	position: relative;
	z-index: 2;
	text-shadow: 0px 0px 10px rgba(163, 230, 255, 1);
	text-shadow: 0px 0px 10px rgba(163, 230, 255, 1);
	text-shadow: 0px 0px 10px rgba(163, 230, 255, 1);
	text-shadow: 0px 0px 10px rgba(163, 230, 255, 1);
	text-shadow: 0px 0px 10px rgba(163, 230, 255, 1);
}

.contact-area .container>.flex {
	gap: 16px;
}

.micro-copy {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	display: inline-block;
	margin-bottom: 8px;
}

.micro-copy::before,
.micro-copy::after {
	position: absolute;
}

.micro-copy::before {
	content: url(../images/icon_l_line.svg);
	left: -1.5em;
}

.micro-copy::after {
	content: url(../images/icon_r_line.svg);
	right: -1.5em;
}

.mippen-contact {
	position: absolute;
	bottom: max(-6vw, -56px);
	width: min(18vw, 213px);
}

/* =========================================
* ミクスに乗り換えるなら今がお得！
* ======================================== */
.point-area {
	background-image: repeating-linear-gradient(90deg, #fef750, #fef750 56px, #fffcbf 56px, #fffcbf 112px);
}

.point-area .white-container {
	margin-top: 80px;
}

.point-midashi {
	background-image: url(../images/icon_fukidashi.svg);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 165px;
	padding: 0 32px;
}

.anchor-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 56px;
}

.anchor-fukidashi {
	position: absolute;
	top: 16px;
}

.anchor-fukidashi p {
	position: relative;
	background-color: #0068B6;
	border-radius: 16px;
	padding: 0px 16px;
	color: #FFF;
	font-size: min(2vw, 24px);
	font-weight: 900;
}

.anchor-fukidashi p::after {
	content: "";
	position: absolute;
	top: 90%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 20px solid #0068B6;
	transform: rotate(15deg);
}

.anchor-fukidashi p span {
	font-size: 1.6em;
	font-style: normal;
	font-weight: 900;
	vertical-align: baseline;
}

.anchor-col {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-image: url(../images/anchor_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 10 / 11;
	max-width: 230px;
	transition: all .2s;
}

.anchor-col:hover {
	background-image: url(../images/anchor_bg_hov.svg);
	transition: all .2s;
}

.anchor-col::after {
	content: "";
	width: min(1.5vw, 20px);
	height: min(1.5vw, 20px);
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10%;
}

.point-img {
	padding-top: 40px;
}

.anchor-col:first-child .point-img,
.anchor-col:nth-child(3) .point-img {
	width: min(18vw, 173px);
}

.anchor-col:nth-child(2) .point-img {
	width: min(20vw, 208px);
}

.anchor-col:nth-child(4) .point-img {
	width: min(20vw, 200px);
}

.white-container .anchor-fukidashi {
	top: -40px;
	transform: translateX(-50%);
	left: 50%;
}

.white-container .anchor-fukidashi p {
	font-size: 36px;
}

.point01-txt {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 150%;
	text-align: center;
	margin: 24px 0;
}

.point01-txt span {
	border-bottom: 3px solid #E83747;
}

.monky-wrench,
.free-fukidashi {
	position: absolute;
}

.monky-wrench {
	left: 40px;
	top: 64px;
	width: min(15vw, 160px);
}

.free-fukidashi {
	right: 56px;
	width: min(21vw, 316px);
}

.mippen-bow {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: min(10vw, 130px);
}

.giftcard {
	position: absolute;
	right: 72px;
	top: 88px;
	width: min(20vw, 233px);
}

.mippen-happy {
	position: absolute;
	left: min(1vw, 24px);
	bottom: 0;
	width: min(13vw, 167px);
}

/* =========================================
* ミクスはまだまだおトクがたくさん！
* ======================================== */
.otoku-area {
	background-color: #d6f3fe;
	background-image: radial-gradient(circle, #eafbff 7.5px, transparent 7.5px), radial-gradient(circle, #eafbff 7.5px, transparent 7.5px);
	background-position: 0 0, 27.5px 55px;
	background-size: 55px 110px;
}

.mippen-kirakira {
	position: absolute;
	right: -32px;
	bottom: max(-12vw, -120px);
	width: min(30vw, 345px);
}

.otoku-wrap {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.mippen-wifi {
	width: 44%;
	max-width: 400px;
	border-radius: 32px;
	aspect-ratio: 40/33;
}

.otoku-img {

	width: 52%;
	height: 100%;
	max-width: 486px;
	aspect-ratio: 54 / 35;
}

.wifi-txt {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	/* 42px */
	color: #E83747;
	padding: .2em 1em;
	border: 2px solid #E83747;
	border-radius: 50px;
	display: inline-block;
	margin: 32px auto;
	text-align: center;
}

.otoku-area .micro-copy {
	position: relative;
	font-size: 36px;
	font-weight: 900;
	line-height: 140%;
	/* 50.4px */
	letter-spacing: 1.44px;
	text-align: center;
	display: inline-block;
}

.otoku-area .micro-copy::before,
.otoku-area .micro-copy::after {
	position: absolute;
}

.otoku-area .micro-copy::before {
	content: url(../images/icon_l_line02.svg);
	left: -1.2em;
	top: .2em;
}

.otoku-area .micro-copy::after {
	content: url(../images/icon_r_line02.svg);
	right: -1.2em;
	top: .2em;
}

.wifi-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.wifi-col {
	background-color: #0068B6;
	border-radius: 100px;
	width: 176px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wifi-col p {
	color: #FFF;
	text-align: center;
	font-size: min(3vw, 24px);
	font-weight: 900;
	line-height: 120%;
	/* 28.8px */
}

.career-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 24px 0;
}

.career-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	width: 230px;
	position: relative;
	border-radius: 24px;
	transition: all .2s;
}

.career-btn.au {
	background: #FA5620;
}

.career-btn.UQ {
	background: #F12189;
}

.career-btn.SB {
	background: #5B6C8F;
}

.career-btn.YB {
	background: #F00;
}


.career-btn:hover {
	transition: all .2s;
	opacity: .6;
}

.career-btn p {
	font-size: min(1.5vw, 18px);
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	color: #FFF;
}

.career-btn::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	right: 16px;
}


/* =========================================
* ミクスは地元だからこその魅力満載！
* ======================================== */
.mippen-wink {
	position: absolute;
	left: -32px;
	bottom: max(-14vw, -138px);
	width: min(32vw, 367px);
}

.charm-area {
	background-color: #fff981;
	background-image: radial-gradient(circle, #fffcc2 7.5px, transparent 7.5px), radial-gradient(circle, #fffcc2 7.5px, transparent 7.5px);
	background-position: 0 0, 27.5px 55px;
	background-size: 55px 110px;
}

.charm-midashi {
	margin-bottom: 24px;
}

.charm-area h2 {
	font-size: min(5vw, 48px);
	font-weight: 900;
	line-height: 140%;
	letter-spacing: 1.92px;
	position: relative;
	z-index: 2;
}

.charm-txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.8px;
	margin: 32px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.charmimg-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	place-content: center;
	place-items: center;
	max-width: 840px;
	margin: auto;
}

.charmimg-wrap img {
	border-radius: 24px;
}

.new-open-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 32px;
}

.open-window p:first-child {
	font-size: min(3.1vw, 32px);
	font-weight: 900;
}

.open-window p:nth-child(2) {
	font-size: min(6.2vw, 64px);
	font-weight: 900;
	line-height: 110%;
}


.open-txt p {
	font-size: min(3.4vw, 36px);
	font-weight: 900;
	line-height: 140%;
	letter-spacing: 1.44px;
	border: 2px #0068B6 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0;
	padding: .1em .5em;
}

.mippen-microphone,
.mippen-camera {
	position: absolute;
}

.mippen-microphone {
	left: -32px;
	top: 120px;
	width: min(25vw, 280px);
}

.mippen-camera {
	right: -56px;
	top: 24px;
	width: min(30vw, 348px);
}

/* =========================================
* ご利用までの流れ
* ======================================== */
.flow-area {
	background-color: #4DA1E0;
}

.flow-area h2 {
	color: #FFF;
}

.flow-wrap {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.flow-col {
	background-color: #fff;
	border-radius: 24px;
	padding: 32px 16px;
	position: relative;
}

.flow-col::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -24px;
	border: 24px solid transparent;
	border-left: 24px solid #fff;
}

.flow-col h3 {
	font-size: min(2.2vw, 24px);
}

.flow-col:last-child::after {
	display: none;
}

.flow-icon {
	margin-bottom: 16px;
}

.flow-col p {
	font-size: min(2vw, 20px);
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.8px;
	margin: 16px 0;
}

.flow-area .contact-btn {
	width: 100%;
	background-color: #0068B6;
	padding: 0;
	box-shadow: none;
}

.flow-area .contact-btn p {
	font-size: min(1.5vw, 16px);
	font-weight: 700;
	letter-spacing: 0.64px;
	margin: 10px 0;
}

.flow-area .contact-btn .btn-arrow::after {
	width: 9px;
	height: 9px;
	top: -.45em;
}

.flow-area .contact-btn:hover {
	background-color: #A3E6FF;
}

.flow-area .contact-btn:hover p {
	color: #0068B6;
}

.flow-area .contact-btn:hover .btn-arrow::after {
	border-top: #0068B6 solid 3px;
	border-right: #0068B6 solid 3px;
}

/* =========================================
* インターネットをお得に始めるなら今！（ギンガム）
* ======================================== */
.contact-area.gingham-area {
	background-color: #d7edf7;
	background-image: repeating-linear-gradient(45deg, #ffffff80, #ffffff80 15px, transparent 15px, transparent 30px), repeating-linear-gradient(-45deg, #ffffff80, #ffffff80 15px, transparent 15px, transparent 30px);
}

.service-area {
	background-color: #fff;
	padding: 16px;
	max-width: 820px;
	margin: 32px auto 0 auto;
	position: relative;
}

.service-area h3 {
	font-size: 28px;
	letter-spacing: 1.12px;
}


.service-area p {
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.64px;
	margin-top: 8px;
}

.mippen-good {
	position: absolute;
	bottom: -80px;
	left: min(75vw, 740px);
	width: min(17vw, 207px);
}

/* =========================================
* 注意事項
* ======================================== */
.precautions-area .container {
	width: 880px;
}

.precautions-area .mics-color-txt {
	margin-bottom: 8px;
}

.precautions-col {
	margin-top: 40px;
}

/* =========================================
* フッター
* ======================================== */

footer {
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
}

/* =========================================
* 追従ボタン
* ======================================== */
.float-btn {
	writing-mode: vertical-rl;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	/* 26.4px */
	background-color: #0068B6;
	position: fixed;
	right: 0;
	top: 20vh;
	padding: 24px 16px;
	border-radius: 16px 0px 0px 16px;
	z-index: 1000;
	display: none;
	/* 初期状態で非表示 */
}

@media (max-width: 768px) {

	/* =========================================
* LP内共通パーツ
* ======================================== */

	/* テキスト・見出し
* ---------------------------------- */
	p,
	ul li {
		font-size: 14px;
		font-weight: 500;
		line-height: 175%;
		/* 24.5px */
		letter-spacing: 0.56px;
	}

	h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: normal;
	}

	h3 {
		font-size: 20px;
	}

	p.note {
		margin-top: 16px;
	}

	/* オブジェクト
* ---------------------------------- */
	.white-container {
		margin-top: 24px;
	}


	/* ボタン
* ---------------------------------- */

	/* --- お申し込みボタン --- */
	.contact-btn {
		padding: 16px 8px;
		width: 100%;
	}

	.contact-btn p {
		font-size: 20px;
	}


	/* =========================================
* ヘッダー
* ======================================== */

	header p {
		font-size: 10px;
		line-height: 140%;
		letter-spacing: 0.15px;
		text-align: justify;
	}

	header .top-logo {
		min-width: 150px;
	}


	/* =========================================
* メインビジュアル
* ======================================== */

	.deadline-img {
		right: 0px;
		width: 85px;
	}


	/* =========================================
* インターネットをお得に始めるなら今！
* ======================================== */
	.contact-area {
		padding: 24px 0px 96px;
	}

	.contact-area h2 {
		text-align: center;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%;
		/* 42px */
		margin-bottom: 8px;
	}


	.mippen-contact {
		bottom: -56px;
		transform: translateX(-50%);
		left: 50%;
		width: 160px;
	}


	/* =========================================
* ミクスに乗り換えるなら今がお得！
* ======================================== */


	.point-midashi {
		height: 96px;

	}

	.point-midashi h2 {
		font-size: 20px;

	}

	.anchor-wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		padding-bottom: 32px;
		place-content: center;
		place-items: center;
	}

	.anchor-fukidashi {
		top: 4px;
	}

	.anchor-fukidashi p {
		font-size: 16px;
		padding: 4px 16px;
	}

	.anchor-fukidashi p::after {
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 15px solid #0068B6;
	}

	.anchor-col {
		width: 100%;
		min-width: 152px;
	}

	.anchor-col::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		bottom: 8%;
	}

	.point-img {
		padding-top: 32px;
	}

	.anchor-col:first-child .point-img,
	.anchor-col:nth-child(3) .point-img {
		width: 120px;
	}

	.anchor-col:nth-child(2) .point-img {
		width: 150px;
	}

	.anchor-col:nth-child(4) .point-img {
		width: 150px;
	}

	.white-container .anchor-fukidashi {
		top: -24px;
	}

	.white-container .anchor-fukidashi p {
		font-size: 24px;
	}

	.point01-txt {
		font-size: 16px;
	}


	.mippen-bow {
		position: relative;
		bottom: -56px;
		right: auto;
		width: 288px;
	}

	.mippen-happy {
		position: relative;
		bottom: -56px;
		left: auto;
		width: 258px;
	}


	/* =========================================
* ミクスはまだまだおトクがたくさん！
* ======================================== */


	.mippen-kirakira {
		position: absolute;
		right: -16px;
		bottom: -64px;
		width: 130px;
	}

	.otoku-wrap {
		display: block;
	}

	.mippen-wifi {
		width: 100%;
		margin-bottom: 24px;
	}

	.otoku-img {
		width: 100%;
	}

	.wifi-txt {
		font-size: 16px;
		margin: 24px auto;
		width: 100%;
	}

	.otoku-area .micro-copy {
		font-size: 24px;
	}


	.otoku-area .micro-copy::before {
		left: -1em;
		top: 0;
	}

	.otoku-area .micro-copy::after {
		right: -1em;
		top: 0;
	}

	.wifi-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		place-content: center;
		place-items: center;
	}

	.wifi-col {
		width: 100%;
		min-width: 152px;
		max-width: 200px;
	}

	.wifi-col p {
		font-size: 20px;

	}

	.career-btn-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.career-btn {
		padding: 16px 8px;
		width: 100%;
		border-radius: 16px;
	}

	.career-btn p {
		font-size: 14px;
	}

	.career-btn::after {
		width: 8px;
		height: 8px;
		right: 8px;
	}


	/* =========================================
* ミクスは地元だからこその魅力満載！
* ======================================== */
	.mippen-wink {
		left: -24px;
		bottom: -80px;
		width: 150px;
	}


	.charm-midashi {
		margin-bottom: 16px;
	}


	.charm-area h2 {
		font-size: 24px;
	}

	.charm-txt {
		font-size: 16px;
		margin: 24px 0;
	}

	.charmimg-wrap {
		gap: 8px;
		place-content: center;
		place-items: center;
		max-width: 840px;
		margin: auto;
	}

	.charmimg-wrap img {
		border-radius: 8px;
	}

	.new-open-wrap {
		display: block;
		margin-top: 16px;
	}

	.open-window p:first-child {
		font-size: 24px;
		font-weight: 900;
	}

	.open-window p:nth-child(2) {
		font-size: 48px;
	}


	.open-txt p {
		font-size: 24px;
		margin: 8px 0;
	}

	.mippen-microphone,
	.mippen-camera {
		position: absolute;
		top: 108px;
	}

	.mippen-microphone {
		left: 0;
		width: 102px;
	}

	.mippen-camera {
		right: 0;
		width: 120px;
	}


	/* =========================================
* ご利用までの流れ
* ======================================== */
	.flow-wrap {
		margin-top: 24px;
		display: block;
	}

	.flow-col {
		border-radius: 24px;
		padding: 24px 16px;
		margin-bottom: 32px;
	}

	.flow-col::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0;
		margin-left: -24px;
		border: 24px solid transparent;
		border-top: 24px solid #fff;
	}

	.flow-col h3 {
		font-size: 20px;
	}


	.flow-icon {
		margin-bottom: 4px;
	}

	.flow-col p {
		font-size: 16px;
		margin: 8px 0;
	}

	.flow-area .contact-btn {
		width: 200px;
		margin: auto;
	}

	.flow-area .contact-btn p {
		font-size: 16px;
		margin: 10px 0;
	}


	/* =========================================
* インターネットをお得に始めるなら今！（ギンガム）
* ======================================== */
	.contact-area.gingham-area {
		padding: 48px 0px 136px 0px;

	}

	.service-area h3 {
		font-size: 24px;
	}


	.mippen-good {
		bottom: -163px;
		left: 50%;
		transform: translateX(-50%);
		width: 160px;
	}

	/* =========================================
* 注意事項
* ======================================== */


	.precautions-col {
		margin-top: 24px;
	}

	/* =========================================
* フッター
* ======================================== */

	footer {
		font-size: 12px;
		padding: 8px;
		padding-bottom: 78px;
	}

	/* =========================================
* 追従ボタン
* ======================================== */
	.float-btn {
		writing-mode: initial;
		right: 0;
		top: auto;
		bottom: 0;
		border-radius: 16px 16px 0px 0px;
		width: 100%;
		font-size: 22px;
		vertical-align: middle;
	}
}