@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');

/* reset
================================================== */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 800;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 400;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	color: inherit;
}

b,
strong {
	font-weight: 800;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 62.5%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.625em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 800;
}

/* base
================================================== */
:root {
	--white     : #ffffff;
	--black     : #333333;
	--red       : #ee0000;
	--yellow    : #ffff00;
	--orange    : #ff7002;
	--gray      : #575757;

	--fontsize10: .625rem;
	--fontsize12: .75rem;
	--fontsize13: .8125rem;
	--fontsize14: .875rem;
	--fontsize16: 1.0rem;
	--fontsize18: 1.125rem;
	--fontsize20: 1.25rem;
	--fontsize22: 1.375rem;
	--fontsize24: 1.5rem;
	--fontsize26: 1.625rem;
	--fontsize28: 1.75rem;
	--fontsize30: 1.875rem;
	--fontsize32: 2.0rem;
	--fontsize34: 2.125rem;
	--fontsize36: 2.25rem;
	--fontsize38: 2.375rem;
	--fontsize40: 2.5rem;
	--fontsize48: 3.0rem;
	--fontsize56: 3.5rem;
	--fontsize60: 3.75rem;
	--fontsize64: 4.0rem;
	--spacing   : .04em;
}

* {
	letter-spacing: var(--spacing);
}

body {
	background-color: #fff;
	color: var(--black);
	font-size: var(--fontsize16);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	overflow-x: hidden;
	position: relative;
}

a,
button {
	transition: color .3s ease, background .3s ease;
}

img,
svg {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.srOnly {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

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

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

.brCtrl {
	display: inline-block;
}

/* header
================================================== */
header {
	position: fixed;
	z-index: 90;
	width: 100%;
	min-height: 98px;
	padding: 20px 32px 19px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	display: flex;
	gap: 24px;
	align-items: center;
}

header .area {
	font-size: var(--fontsize28);
	font-weight: 800;
	line-height: 1;
}

header .area em {
	margin-right: 8px;
	color: var(--red);
	font-size: var(--fontsize40);
	font-style: normal;
}

header .tel a {
	padding: 11px 26px 8px;
	border-radius: 9999px;
}
	
header .tel a .phoneNo {
	font-size: var(--fontsize36);
}

@media screen and (min-width: 1201px) {
	header h1 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 1200px) {
	header .tel {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	header {
		min-height: 64px;
		padding: 12px 16px;
	}
	
	header .logo {
		width: 155px;
	}
	
	header h1 {
		gap: 12px;
	}
	
	header h1 img {
		width: 40px;
	}
	
	header .area {
		font-size: var(--fontsize16);
	}
	
	header .area em {
		display: block;
		margin-right: 0;
		margin-bottom: 6px;
		font-size: var(--fontsize18);
	}
}

/* main
================================================== */
main {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 98px;
}

@media screen and (max-width: 1064px) {
	main {
		margin: 0 32px;
	}
}

main > section {
	margin-right: calc(-50vw - -50%);
	margin-left: calc(-50vw - -50%);
	padding: 80px calc(50vw - 50%);
}

main h2 {
	margin-bottom: 64px;
	color: var(--orange);
	font-size: var(--fontsize40);
	text-align: center;
}

@media screen and (max-width: 768px) {
	main {
		margin: 0 16px;
		padding-top: 64px;
	}
	
	main > section {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	
	main h2 {
		margin-bottom: 40px;
		font-size: var(--fontsize32);
	}
}

.telBnr {
	margin: 0 auto;
	max-width: 800px;
}

.telBnr > :first-child {
	margin: 64px auto 24px;
	color: var(--red);
	font-size: var(--fontsize32);
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
}

.telBnr > :first-child::before,
.telBnr > :first-child::after {
	content: '';
	display: block;
	height: 1.1em;
	border-right: 4px solid var(--red);
	border-radius: 4px;
}

.telBnr > :first-child::before {
	transform: rotate(-20deg);
}

.telBnr > :first-child::after {
	transform: rotate(20deg);
}

.tel a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 19px;
	border: 1px solid var(--red);
	border-radius: 24px;
	box-shadow: 6px 6px 0 rgba(0,0,0,.15);
	background-color: var(--red);
	color: var(--white);
	font-weight: 800;
	text-decoration: none;
	text-align: center;
}

.tel a:hover {
	background-color: #db0000;
}

.tel a .desk {
	width: 100%;
	font-size: var(--fontsize24);
}

.tel a .phoneNo {
	padding-left: 44px;
	background: url(../images/start-denki/ico_tel.svg) no-repeat 0 50% / 1em;
	font-size: var(--fontsize40);
	--spacing: .02em;
	line-height: 1;
}

.tel a .hours {
	font-size: var(--fontsize18);
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.telBnr > :first-child {
		margin: 40px auto 16px;
		font-size: var(--fontsize24);
	}
	
	.tel a {
		padding: 15px 5px;
		border-radius: 16px;
		flex-direction: column;
	}
		
	.tel a .desk {
		font-size: var(--fontsize16);
	}
	
	.tel a .phoneNo {
		padding-left: 38px;
		font-size: var(--fontsize32);
	}
	
	.tel a .hours {
		font-size: var(--fontsize12);
	}
}

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

/* kv
================================================== */
#kv {
	padding: 56px 40px 40px;
	background: url(../images/start-denki/bg_kv.png);
}

#kv .kv1 {
	max-width: 1000px;
	margin: 0 auto 64px;
	text-align: center;
}

#kv .kv1 h2 {
	margin-bottom: 32px;
	display: flex;
	gap: 14px 5%;
	align-items: flex-end;
}

#kv .kv1 h2 img:first-child {
	width: 42.6%;
}

#kv .kv1 h2 img:last-child {
	width: 52.4%;
}

#kv .kv1 p {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#kv {
		padding: 28px 20px 32px;
	}
	
	#kv .kv1 {
		margin-bottom: 24px;
	}
	
	#kv .kv1 h2 {
		margin-bottom: 10px;
		flex-direction: column;
	}
	
	#kv .kv1 h2 img {
		width: 100% !important;
	}
	
	#kv .kv1 p {
		font-size: var(--fontsize12);
	}
}

#kv .kv2 {
	max-width: 1360px;
	margin: 0 auto;
	padding: 64px 48px;
	border-radius: 40px;
	background-color: var(--white);
	overflow: hidden;
	text-align: center;
	position: relative;
}

#kv .kv2::after {
	content: '';
	position: absolute;
	right: 4%;
	bottom: 0;
	width: 451px;
	height: 515px;
	background: url(../images/start-denki/img_kv2.png) no-repeat 100% 100% / contain;
}

#kv .kv2 .inner {
	max-width: 671px;
	margin-left: 106px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1440px) {
	#kv .kv2 .inner {
		margin-left: calc(0.7571vw * 100 - 984.23px);
	}
}

@media screen and (max-width: 1300px) {
	#kv .kv2 .inner {
		width: 60%;
		margin-left: 0;
	}
	
	#kv .kv2::after {
		width: 40%;
	}
}
	
#kv .kv2 h3 {
	margin: 0 -12px 32px;
	color: var(--orange);
	font-size: var(--fontsize36);
}

#kv .kv2 .tel a .desk {
	font-size: var(--fontsize20);
}

#kv .kv2 .tel a .phoneNo {
	font-size: var(--fontsize36);
}

#kv .kv2 .tel a .hours {
	font-size: var(--fontsize16);
}

#kv .kv2 .telBnr + p {
	margin-top: 16px;
	line-height: 1.75;
	text-indent: -1.375em;
	padding-left: 1.375em;
}

#kv .kv2 .about {
	margin-top: 32px;
	font-size: var(--fontsize20);
	font-weight: 800;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	#kv .kv2 {
		padding: 0 20px 30px;
		border-radius: 16px;
		text-align: left;
	}
	
	#kv .kv2::after {
		content: none;
	}
	
	#kv .kv2 .inner {
		width: 100%;
		max-width: none;
	}
	
	#kv .kv2 h3 {
		margin: 0 -20px;
		padding: 28px 20px;
		background: #fff1e5 url(../images/start-denki/img_kv2.png) no-repeat 98% 100% / 98px auto;
		font-size: var(--fontsize18);
		text-align: left;
	}
	
	#kv .kv2 .telBnr > :first-child {
		margin: 32px auto 12px;
		font-size: var(--fontsize18);
		font-weight: 800;
	}
	
	#kv .kv2 .telBnr > :first-child::before,
	#kv .kv2 .telBnr > :first-child::after {
		border-right-width: 3px;
	}
	
	#kv .kv2 .tel a .desk {
		font-size: var(--fontsize16);
	}
	
	#kv .kv2 .tel a .phoneNo {
		padding-left: 32px;
		font-size: var(--fontsize28);
	}
	
	#kv .kv2 .tel a .hours {
		font-size: var(--fontsize12);
	}
	
	#kv .kv2 .telBnr + p {
		font-size: var(--fontsize14);
	}
	
	#kv .kv2 .about {
		margin-top: 24px;
		font-size: var(--fontsize16);
		--spacing: 0;
	}
}

/* plan
================================================== */
#plan {
	background-color: #ffebd3;
}

#plan h2 span {
	display: block;
	color: var(--black);
	font-size: var(--fontsize20);
}

@media screen and (max-width: 768px) {
	#plan h2 span {
		font-size: var(--fontsize16);
	}
}

#plan .price {
	padding: 47px;
	border: 1px solid var(--white);
	border-radius: 24px;
	background-color: var(--white);
	
}

#plan .price h3 {
	margin-bottom: 24px;
	color: var(--orange);
	font-size: var(--fontsize28);
	text-align: center;
}

#plan .price h3 span {
	display: block;
	color: var(--black);
	font-size: var(--fontsize16);
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#plan .price {
		padding: 31px 15px;
	}
	
	#plan .price h3 {
		margin-bottom: 16px;
		font-size: var(--fontsize24);
	}
	
	#plan .price h3 span {
		font-size: var(--fontsize14);
	}
	
	#plan .price h3 + p {
		font-size: var(--fontsize14);
	}
}

#plan .priceTable {
	margin: 40px 0 24px;
}

#plan .priceTable table {
	width: calc(100% - 180px);
	margin-left: 180px;
	position: relative;
}
	
#plan .priceTable table.minimum {
	width: 100%;
	margin-left: 0;
}
		
#plan .priceTable table:last-child {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#plan .priceTable caption {
	position: absolute;
	top: 0;
	left: -180px;
	height: calc(100% + 1px);
	width: 180px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	padding: 16px 24px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	color: var(--white);
	font-size: var(--fontsize14);
	font-weight: 400;
}

#plan .priceTable table.basic caption {
	background-color: #ff742e;
}

#plan .priceTable table.usage caption {
	background-color: #ff9602;
}

#plan .priceTable caption em {
	font-size: var(--fontsize18);
	font-weight: 800;
	font-style: normal;
}

#plan .priceTable table tr {
	border-top: 1px solid rgba(0,0,0,.1);
}

#plan .priceTable table th,
#plan .priceTable table td {
	padding: 16px 24px;
	text-align: center;
	vertical-align: middle;
}

#plan .priceTable th {
	width: 96px;
	background-color: #b2b2b2;
	color: var(--white);
	font-weight: 800;
}

#plan .priceTable table td:last-child {
	width: 150px;
	text-align: right;
}

#plan .priceTable table.minimum td:first-child {
	text-align: left;
}

#plan .priceTable .basic td {
	background-color: #fff6f2;
}

#plan .priceTable .usage td {
	background-color: #fff9ec;
}

#plan .price .note {
	margin-bottom: 4px;
	color: var(--gray);
	font-size: var(--fontsize14);
}

@media screen and (max-width: 768px) {
	#plan .priceTable {
		margin: 24px 0 16px;
	}
	
	#plan .priceTable table:not(:last-child) {
		margin-bottom: 16px;
	}
	
	#plan .priceTable table {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	#plan .priceTable caption {
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		width: 100%;
		display: table-caption;
		margin-bottom: -1px;
		padding: 8px 12px;
		text-align: center;
		font-size: var(--fontsize12);
	}
	
	#plan .priceTable caption em {
		display: block;
		font-size: var(--fontsize16);
	}
	
	#plan .price table th,
	#plan .price table td {
		padding: 12px;
		font-size: var(--fontsize14);
	}
	
	#plan .priceTable th {
		width: 23%;
	}
	
	#plan .price table td {
		width: 38.5%;
	}
	
	#plan .price table td:first-child {
		text-align: left;
	}
	
	#plan .priceTable table.minimum td span {
		font-size: var(--fontsize12);
	}
	
	#plan .price .note {
		font-size: var(--fontsize12);
	}
}

#plan .otherArea {
	margin-top: 40px;
	padding: 39px;
	border: 1px solid #f5f5f5;
	border-radius: 16px;
	background-color: #f5f5f5;
}

#plan .otherArea h3 {
	margin-bottom: 32px;
	color: var(--black);
	font-size: var(--fontsize20);
}

#plan .otherArea ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#plan .otherArea li {
	width: calc((100% - 40px) / 3);
}

#plan .otherArea li a,
#plan .otherArea li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	padding: 4px 32px;
	border: 1px solid #999;
	border-radius: 9999px;
	text-align: center;
	background: url(../images/start-denki/ico_arrow.svg) no-repeat calc(100% - 22px) 50%;
	text-decoration: none;
	transition: all .3s ease;
}

#plan .otherArea li a:hover {
	border-color: var(--orange);
	background-image: url(../images/start-denki/ico_arrow_on.svg);
	color: var(--orange);
}

#plan .otherArea li .current {
	opacity: .33;
}

@media screen and (min-width: 881px), screen and (max-width: 768px) and (min-width: 431px) {
	#plan .otherArea li br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#plan .otherArea {
		margin-top: 24px;
		padding: 31px 15px;
	}
	
	#plan .otherArea h3 {
		margin-bottom: 24px;
		font-size: var(--fontsize18);
	}
	
	#plan .otherArea ul {
		gap: 9px;
	}
	
	#plan .otherArea li {
		width: calc((100% - 9px) / 2);
	}
	
	#plan .otherArea li a,
	#plan .otherArea li .current {
		min-height: 56px;
		padding: 1px 24px;
		background-position: calc(100% - 16px) 50%;
		background-size: 5px auto;
		font-size: var(--fontsize12);
	}
}

/* faq
================================================== */
#faq dl div {
	border-radius: 24px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	overflow: hidden;
}

#faq div:not(:last-child) {
	margin-bottom: 16px;
}

#faq dt {
	position: relative;
}

#faq dt::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: 83px;
	height: 100%;
	background-color: var(--orange);
	color: var(--white);
	font-size: var(--fontsize24);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}

#faq dt button {
	display: block;
	width: 100%;
	padding: 24px 66px 24px 115px;
	background-color: transparent;
	font-size: var(--fontsize18);
	line-height: 2;
	text-align: left;
	position: relative;
	cursor: pointer;
}

#faq button::before,
#faq button::after {
	content: '';
	position: absolute;
	border-radius: 3px;
	transform: translateY(-50%);
}

#faq button::before {
	top: 50%;
	right: 32px;
	width: 23px;
	border-bottom: 3px solid var(--orange);
}

#faq button::after {
	top: 50%;
	right: 42px;
	height: 23px;
	border-right: 3px solid var(--orange);
	transition: transform .3s ease;
}

#faq button[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(90deg);
}

#faq dd {
	display: none;
	padding: 24px 32px;
	border-top: 1px solid rgba(0,0,0,.1);
	line-height: 2;
}

#faq dd .note {
	display: block;
	color: var(--gray);
	font-size: var(--fontsize14);
	text-indent: -1.375em;
	padding-left: 1.375em;
}

@media screen and (max-width: 768px) {
	#faq dl div {
		border-radius: 16px;
	}
	
	#faq dt::before {
		width: 45px;
		font-size: var(--fontsize16);
	}
	
	#faq dt button {
		padding: 16px 44px 16px 61px;
		font-size: var(--fontsize14);
		line-height: 1.5;
	}
	
	#faq button::before {
		right: 16px;
		width: 16px;
		border-bottom-width: 2px;
	}
	
	#faq button::after {
		right: 23px;
		height: 16px;
		border-right-width: 2px;
	}
	
	#faq dd {
		padding: 24px 16px;
		font-size: var(--fontsize14);
		line-height: 1.75;
	}
}

/* footer
================================================== */
footer {
	border-top: 1px solid var(--black);
	background-color: var(--black);
	color: var(--white);
}

footer .logo {
	margin: 55px 32px 40px;
	text-align: center;
}

footer ul {
	max-width: 1000px;
	margin: 0 auto 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 0;
}

footer li {
	padding: 0 30px;
	position: relative;
}

footer li:not(:first-child):not(.first-in-row)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1em;
	transform: translateY(-50%);
	border-left: 1px solid #767676;
}

footer li a {
	text-decoration: none;
}

footer li a[target] {
	padding-right: 20px;
	background: url(../images/start-denki/ico_external.svg) no-repeat 100% 50%;
}

footer .copyright {
	padding: 16px 32px;
	border-top: 1px solid #474747;
	text-align: center;
}

footer .copyright small {
	color: #ccc;
	font-size: var(--fontsize12);
}

@media screen and (max-width: 768px) {
	footer .logo {
		margin: 47px 16px 40px;
	}
	
	footer ul {
		margin: 0 16px 56px;
		flex-direction: column;
		align-items: center;
		font-size: var(--fontsize14);
		text-align: center;
	}
	
	footer li {
		padding: 0;
	}
	
	footer .copyright {
		padding: 12px 16px;
	}
}


@media screen and (max-width: 600px) {
	#wpadminbar {
			position: fixed !important;
	}
}

div:has(.grecaptcha-badge) {
	display: none;
}
