@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
}

html,
body {
	height: 100%;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="button"],
input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {
	color: #fff;
	text-decoration: none;
}

.mb0 {
	margin: 0 0 0 0;
}

.mb5 {
	margin: 0 0 5px 0;
}

.mb10 {
	margin: 0 0 10px 0;
}

.mb15 {
	margin: 0 0 15px 0;
}

.mb20 {
	margin: 0 0 20px 0;
}

.mb30 {
	margin: 0 0 30px 0;
}

.mb40 {
	margin: 0 0 40px 0;
}

.mb50 {
	margin: 0 0 50px 0;
}

.mb60 {
	margin: 0 0 60px 0;
}

.mb70 {
	margin: 0 0 70px 0;
}

.mb80 {
	margin: 0 0 80px 0;
}

.mb90 {
	margin: 0 0 90px 0;
}

.mb100 {
	margin: 0 0 100px 0;
}



body {
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #111;
	background: #f3f3f3;
}

p {
	margin: 0 0 10px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

/*------------------------------
	header
------------------------------*/
/* header{
	position: relative;
}

header h1{
	position: absolute;
  top: 15px;
	left: 10px;
  z-index: 1;
  width: 200px;
}

header ul li{
	line-height: 1.4;
}

nav ul li a{
	display:block;
	font-size:1.4rem;
	color: #fff;
	text-decoration: none;
	text-align:left;
}

.header-nav{
	display: none;
}

.sp-nav{
	position: absolute;
  right:0;
  top: -490px;
  width:100%;
  transition:.3s ease-in-out;
  text-align:left;
	z-index: 5;
	background: rgba(0,0,0,.7);
	padding: 60px 0 0;
} */

/*------　dropmenu　-------*/

#nav-toggle {
	display: block;
	position: relative;
	float: right;
	margin: 10px 10px 0 0;
	width: 22px;
	height: 22px;
	padding: 9px;
	cursor: pointer;
	z-index: 6;
	background: rgba(0, 0, 0, .7);
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 3px;
	border-bottom: solid 2px #fff;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 3px;
}

#nav-toggle span:nth-child(2) {
	top: 9px;
}

#nav-toggle span:nth-child(3) {
	top: 15px;
}

.openNav #nav-toggle span:nth-child(1) {
	top: 11px;
	transform: rotate(-45deg);
}

.openNav #nav-toggle span:nth-child(2),
.openNav #nav-toggle span:nth-child(3) {
	top: 11px;
	transform: rotate(45deg);
}

.openNav .sp-nav {
	transform: translateY(490px);
}

.openNav .sp-nav ul li {
	border-bottom: 1px solid #999;
}

.openNav .sp-nav ul li a {
	padding: 10px 20px;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 10px 0;
	transition: 0.2s;
}

header.fixed #nav-toggle {
	margin: 0 10px 0 0;
}

header.openNav #nav-toggle {
	background: none;
}



/*------------------------------
	footer
------------------------------*/
footer {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 14px 20px 70px;
}

footer .logo {
	max-width: 340px;
	margin: 0 auto 50px;
	display: none;
}

footer ul {
	margin: 0 0 30px;
}

footer li {
	display: inline-block;
	margin: 0 4px;
	font-size: 1.4rem;
}

footer li a {
	text-decoration: underline;
}

small {
	display: block;
	font-size: 1.3rem;
}

/*------------------------------
	LP
------------------------------*/
.wrap {
	margin: 0 15px 80px;
}

.wrap2 {
	margin: 0 0 80px;
}

h2 {
	text-align: center;
	font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	margin: 0 0 40px;
}

h2.h2-1 {
	padding: 0 0 5px;
	border-bottom: 1px solid #7b6941;
}

h2.h2-2 span,
h2.h2-4 span {
	color: #d0b67d;
}

h2.h2-3 {
	background: url(/img/highlevel/fukidashi01.png) no-repeat center top;
	background-size: 210px;
	padding: 95px 0 0;
	font-size: 4.5vw;
	margin: 0 0 80px;
}

h2.h2-3 .color {
	color: #aa0000;
	display: block;
}

h2.h2-3 .border {
	padding: 0 0 10px;
	border-bottom: 6px solid #aa0000;
}

h2.h2-3 .dot {
	-webkit-text-emphasis: filled dot #aa0000;
	text-emphasis: filled dot #aa0000;
}

h2.h2-4 {
	font-size: 2rem;
	line-height: 1.3;
	border-bottom: 6px solid #d0b67d;
	padding: 10px 0 10px;
}

h2.h2-4 span {
	font-size: 3rem;
}

h2.h2-5 {
	background: url(/img/highlevel/fukidashi02.png) no-repeat 40% top;
	background-size: 210px;
	padding: 95px 0 0;
	font-size: 8vw;
	line-height: 1.4;
}

h2.h2-5 span em {
	font-size: 4rem;
}

.top {
	background: url("/img/highlevel/main-sp.jpg") no-repeat center center;
	background-size: cover;
	height: 100vh;
	position: relative;
	margin: 0 0 60px;
}

.top div {
	width: 85%;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
}

.top div h1 {
	color: #fff;
	line-height: 1.3;
	text-align: center;
	font-size: 8.5vw;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
	margin: 0 0 50px;
}

.top div .logo {
	background: url("/img/highlevel/logo03.png") no-repeat center center;
	background-size: cover;
	max-width: 300px;
	height: 60px;
	margin: 0 auto;
}

.top div .logo img {
	display: none;
}

.read {
	border-bottom: 1px solid #7b6941;
	margin: 0 0 60px;
	padding: 0 0 30px;
}

.three {
	margin: 0 0 60px;
}

.three dl {
	display: flex;
	flex-wrap: wrap;
}

.three dt {
	font-weight: bold;
	font-size: 1.7rem;
	margin: 0 0 10px;
	order: 2;
}

.three dt span {
	font-size: 1.4rem;
	font-weight: normal;
	background: #aa0000;
	color: #fff;
	border: 1px solid #c10100;
	margin: 0 8px 0 0;
	padding: 4px 10px 3px;
}

.three dd.photo {
	margin: 0 auto 10px;
	width: 220px;
	order: 1;
}

.three dd {
	order: 3;
}

.bg1 {
	margin: 0 0px 60px;
}

.bg1 span {
	display: block;
	width: 100%;
	padding-bottom: 80vh;
	background: url("/img/highlevel/bg01-sp.jpg") no-repeat center;
	background-size: cover;
}

.media {
	margin: 0 auto 60px;
	text-align: center;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.catch {
	background: #111;
	padding: 20px 0 20px;
	margin: 0 0 60px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.catch p {
	margin: 0 15px;
	font-size: 8.5vw;
	line-height: 1.3;
}

.catch p span {
	display: block;
	background: #fff;
	color: #111;
	padding: 15px 5px;
	margin: 0 0 20px;
	font-size: 2rem;
	font-weight: normal;
}

.catch p span em {
	font-weight: bold;
}

.two li {
	margin: 0 0 60px;
}

.two li p {
	display: inline-block;
	margin: 0 0 40px 25%;
	text-align: center;
	padding: 6px 30px;
	color: #fff;
}

.two li:first-child p {
	background: #013581;
	border: 1px solid #7397c7;
}

.two li:last-child p {
	background: #830032;
	border: 1px solid #d084a8;
}

.use {
	position: relative;
	padding: 40px 20px 20px;
	border: 1px solid #111;
	background: #ececec;
	margin: 0 0 30px;
}

.use::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 5em solid transparent;
	border-left: 5em solid #111;
}

.use span.num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	font-size: 3rem;
	padding: 0 0 0 15px;
}

.use h3 {
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 20px;
}

.note {
	background-image: linear-gradient(#242424 1px, transparent 1px);
	background-size: auto 32px;
	line-height: 32px;
	border-bottom: 1px solid #242424;
	overflow: hidden;
	margin: 0 0 30px;
}

.note p {
	margin: 0;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 20px;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.anxiety {
	background: #111;
	color: #fff;
	padding: 30px;
	position: relative;
}

.anxiety::before {
	content: "ですが";
	color: #111;
	font-size: 3rem;
	font-weight: bold;
	position: absolute;
	bottom: -8%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 1;
}

.anxiety::after {
	content: "";
	width: 0;
	height: 0;
	border: solid 120px transparent;
	border-top: solid 100px #e6d8b3;
	position: absolute;
	bottom: -35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
}

.check-list {
	background: #242424;
	border: 10px solid #e6d8b3;
	border-radius: 25px;
	padding: 30px;
	margin: 0 auto 50px;
	max-width: 600px;
}

.check-list li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.8rem;
}

.check-list li:before,
.check-list li:after {
	content: "";
	display: block;
	position: absolute;
}

.check-list li:before {
	width: 22px;
	height: 22px;
	border-radius: 14px;
	background: #aa0000;
	top: 7px;
	left: 0;
}

.check-list li:after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 6px;
}

.check-list li:last-child {
	margin: 0;
}

.check-list li span {
	color: #aa0000;
}

.anxiety .center {
	font-weight: bold;
	font-size: 6.3vw;
}

p.title1 {
	text-align: center;
	padding: 120px 15px 90px;
	font-weight: bold;
	font-size: 2.5rem;
	font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	line-height: 1.3;
}

p.title1 span {
	font-size: 4rem;
}

p.title2 span.gold {
	color: #d0b67d;
}

span.red {
	color: #aa0000;
}

.safety {
	background: url("/img/highlevel/men.jpg") no-repeat bottom center;
	background-size: contain;
	padding: 0 0 60vh;
}

.safety dl {
	background: #d0b67d;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px;
}

.safety dl div {
	padding: 10px;
	border: 1px solid #fff;
}

.safety dt {
	border-bottom: 5px solid #fff;
	margin: 20px 0px 30px;
	padding: 0 0px 10px;
	font-size: 2.2rem;
	font-weight: bold;
}

.safety dt span {
	display: block;
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
}

.safety dt span em {
	font-size: 10rem;
	font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
}

.safety dd {
	margin: 0 0 20px;
	line-height: 2;
}

ol.worth {
	margin: 0 0 60px;
}

ol.worth li {
	padding: 30px 20px;
}

ol.worth li:nth-child(odd) {
	background: #e9e9e9;
}

ol.worth li h3 {
	font-weight: bold;
	font-size: 2.2rem;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #686868;
}

ol.worth li .photo {
	margin: 0 auto 20px;
	width: 120px;
}

ol.worth li p {
	margin: 0;
}

.price {
	background: #111;
	color: #fff;
	padding: 60px 15px;
	margin: 0 0 60px;
}

.price-list {
	text-align: center;
	font-size: 1.5rem;
	margin: 0 20px;
	color: #333;
}

.price-list dl {
	margin: 0 0 50px;
	background: #fcfcfc;
}

.price-list dl>dt {
	font-weight: bold;
	font-size: 2rem;
	padding: 10px;
	margin: 0 0 15px;
}

.price-list div {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.price-list div:last-child {
	margin: 0;
}

.price-list div dt {
	font-size: 1.5rem;
	margin: 0 0 10px;
}

.price-list dd {
	padding: 0 0 20px;
}

.price-list dd b {
	font-weight: bold;
	font-size: 1.8rem;
}

.price-list dd b span {
	font-weight: normal;
	font-size: 1.2rem;
}

.price-list .standard>dt {
	background: #dff6ff;
}

.price-list .gold>dt {
	background: #9e855c;
	color: #fff;
}

.price-list .platinum>dt {
	background: #d5d5d5;
	color: #fff;
}

.price-list .black>dt {
	background: #1a1a1a;
	color: #fff;
}

ul.fee {
	margin: 0 0 30px;
}

ul.fee>li {
	background: #fff;
	color: #111;
	border-radius: 30px;
	padding: 20px 10px;
	margin: 0 20px 20px;
	text-align: center;
}

ul.fee li.standard {
	border: 4px solid #e6d8b3;
}

ul.fee li.gold {
	border: 4px solid #a88f66;
}

ul.fee li.platinum {
	border: 4px solid #e0e0e0;
}

ul.fee li.black {
	border: 4px solid #444;
}

ul.fee dt {
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 30px;
}

ul.fee dd li,
ul.fee dd li p {
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 10px;
}

ul.fee dd li.title {
	background: #111;
	color: #fff;
	padding: 2px;
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}

ul.fee dd li span {
	font-size: 1.6rem;
	font-weight: normal;
}

ul.fee dd li p span {
	font-size: 1.3rem;
}

.setting {
	border: 1px solid #fff;
	background: #2d2d2d;
	padding: 25px 15px 15px;
	color: #d7d7d7;
}

.setting h4 {
	color: #fff;
	font-weight: bold;
}

p.title2 {
	margin: 0 0 60px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	background: url("/img/highlevel/kazari01.png") no-repeat 2% center, url("/img/highlevel/kazari02.png") no-repeat 98% center;
	background-size: 45px;
}

p.title2 span {
	font-size: 2.2rem;
}

p.title2 span em {
	font-size: 3.8rem;
}

.step {
	margin: 0 0px 60px;
}

.step dl {
	position: relative;
	margin: 0 0 100px;
}

.step dl::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 18px transparent;
	border-top: solid 30px #d0b67d;
	position: absolute;
	bottom: -20%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.step dl:last-child::before {
	content: none;
}

.step dt {
	width: 260px;
	margin: 0 auto 20px;
}

.step dd h3 {
	border-bottom: 1px solid #e6d8b3;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	font-size: 2rem;
}

.step dd h3 span {
	font-size: 1.8rem;
	background: #aa0000;
	color: #fff;
	padding: 4px 15px 3px;
	display: block;
	text-align: center;
	margin: 0 0 10px;
}

.business {
	background: url("/img/highlevel/kazari03.png") no-repeat top center, url("/img/highlevel/kazari04.png") no-repeat bottom center;
	background-size: contain;
	padding: 50px 0;
	text-align: center;
	font-family: 'メイリオ', Meiryo, 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	font-size: 2rem;
	line-height: 1.4;
	margin: 0 20px 100px;
}

.business span {
	font-size: 3.5rem;
	font-weight: bold;
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.business span.pink {
	color: #f25455;
}

.business span em {
	font-size: 5.2rem;
}

.contact {
	padding: 80px 20px;
	box-sizing: border-box;
}

.contact h2 {
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	border-bottom: 1px solid #4d4d4d;
}

.contact p {
	text-align: center;
}

.line-btn {
	margin: 0 auto 60px;
	padding: 0 0 30px;
	border-bottom: 1px solid #4d4d4d;
}

.line-btn a {
	display: table;
	width: 280px;
	margin: 0 auto;
	padding: 12px;
	box-sizing: border-box;
	color: #3dc92a;
	background: #fff;
	border: 1px solid #3dc92a;
	text-align: center;
	font-size: 2rem;
	transition: 0.3s;
}

.line-btn a:hover {
	color: #fff;
	background: #3dc92a;
}

p.tel-btn {
	line-height: 1.3;
	margin: 0 auto 60px;
	padding: 0 0 30px;
	border-bottom: 1px solid #4d4d4d;
}

p.tel-btn a {
	display: table;
	width: 280px;
	margin: 0 auto;
	padding: 12px;
	box-sizing: border-box;
	color: #b79647;
	background: #fff;
	border: 1px solid #b79647;
	text-align: center;
	font-size: 1.6rem;
	transition: 0.3s;
}

p.tel-btn a:hover {
	color: #fff;
	background: #b79647;
}

p.tel-btn span {
	display: block;
	font-weight: bold;
	font-size: 2.4rem;
}


.tel-btn li {
	border: 1px solid #1a1a1a;
	margin: 0 0 15px;
}

.tel-btn li a {
	display: block;
	color: #1a1a1a;
	background: #fff;
}

.tel-btn li span {
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 8px;
	width: 75px;
	font-size: 1.4rem;
}

.tel-btn li p {
	margin: 0 0 0 12px;
	padding: 0 0 0 22px;
	display: inline-block;
	background: url("/img/highlevel/tel.png") no-repeat center left;
	background-size: 15px;
	font-size: 1.5rem;
}

.font {
	font-size: 1.4rem;
}

.border {
	padding: 0 0 30px;
	border-bottom: 1px solid #4d4d4d;
}


/*------------------------------
	story
------------------------------*/

.story {
	display: grid;
	grid-template-columns:20% 70%;
	grid-gap: 20px;
}

.story-header{
	padding: 0 0.7rem;
}

.text-center{
	color: #EE822F; 
	font-size: 20px;
	text-shadow: 1px 1px 0px #FECC9F, -1px -1px 0px #FECC9F, 1px -1px 0px #FECC9F, -1px 1px 0px #FECC9F;
}



/*------------------------------
	form
------------------------------*/
.contact form section {
	max-width: none;
	margin: 0;
	padding: 0 0 20px;
}

form label {
	display: block;
	margin: 0 0 10px;
}

form .radio-box label {
	display: inline-block;
	margin: 0 10px 0 0;
}

form input {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #ccc;
}

form input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
}

form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #ccc;
}

.submit {
	text-align: center;
}

.submit input {
	display: block;
	width: 200px;
	height: auto;
	font-size: 1.8rem;
	background: #111;
	color: #fff;
	padding: 6px;
	margin: 0 auto 50px;
	transition: 0.3s;
}

.submit input:hover {
	cursor: pointer;
	background: #fff;
	color: #111;
}

span.require {
	color: #fff;
	background: #cd0a0a;
	padding: 3px 8px 5px;
	margin: 0 0 0 10px;
	font-size: 1.2rem;
	border-radius: 4px;
}

/*-------------------*/
#zohoform {
	border: 0;
	width: 100%;
	height: 1750px;
}

/*------------------------------
	entry
------------------------------*/
.thanks {
	padding: 120px 0 50px;
}

.back-btn a {
	color: #826a3c;
	text-decoration: underline;
}

/*------------------------------
	under button
------------------------------*/
ul.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: grid;
	grid-gap: 2px;
	grid-template-columns: 1fr;
}

ul.bottom li a {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	padding: 8px;
	color: #fff;
	border: 1px solid #d2bf98;
	background: #303030;
}

ul.bottom li.line a {
	background: url("/img/highlevel/line.png") no-repeat 20% 50% #303030;
	background-size: 20px;
}

/*----------------------------*/
.siq_bR {
	bottom: 60px !important;
}

/*------------------------------
	age
------------------------------*/
.age {
	background: url("/img/highlevel/main-sp.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	height: 100%;
}

.limit {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	max-width: 400px;
	width: 85%;
	padding: 20px 10px;
	text-align: center;
	color: #333;
	background: rgba(255, 255, 255, .7);
	border: 2px solid #fff;
}

.limit .title {
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
}

.limit p {
	font-size: 15px;
	margin: 0 0 20px;
}

.limit ul {
	text-align: center;
	width: 220px;
	margin: 0 auto 30px;
}

.limit li {
	margin: 0 0 20px;
}

.limit a {
	display: block;
	transition: 0.3s;
	text-decoration: none;
}

.limit li:first-child a {
	padding: 8px 10px;
	color: #fff;
	background: #111;
	border: 2px solid #111;
}

.limit li:first-child a:hover {
	background: #fff;
	color: #111;
	cursor: pointer;
}

.limit li:last-child a {
	color: #666;
}

.limit li:last-child a:hover {
	text-decoration: underline;
}

.banner {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
	padding: 0 20px;
	box-sizing: border-box;
}


@media screen and (min-width:768px) {

	body {
		font-size: 1.6rem;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/*------------------------------
	footer
------------------------------*/
	footer {
		padding: 80px 20px 15px;
	}

	/*------------------------------
	LP
------------------------------*/
	h2 {
		text-align: center;
		font-size: 3.6rem;
	}

	h2.h2-3 {
		background: url("/img/highlevel/fukidashi01.png") no-repeat 14% top;
		background-size: 240px;
		font-size: 4.2rem;
	}

	h2.h2-3 .border {
		padding: 0 0 30px;
	}

	h2.h2-4 {
		font-size: 3.4rem;
		line-height: 1.3;
	}

	h2.h2-4 span {
		font-size: 5.8rem;
	}

	h2.h2-5 {
		background: url("/img/highlevel/fukidashi02.png") no-repeat 30% top;
		background-size: 240px;
		font-size: 5rem;
	}

	h2.h2-5 span em {
		font-size: 7rem;
	}

	.top {
		background: url("/img/highlevel/main-pc.jpg") no-repeat center center;
		background-size: cover;
		margin: 0 0 100px;
	}

	.top div h1 {
		color: #111;
		font-size: 5rem;
	}

	.top div .logo {
		background: none;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
	}

	.top div .logo img {
		display: block;
	}

	.read {
		text-align: center;
		margin: 0 0 80px;
	}

	.three {
		display: flex;
		align-items: flex-start;
	}

	.three dl {
		width: calc(100% / 3 - 10px);
		margin: 0 20px 0 0;
	}

	.three dl:last-child {
		margin: 0;
	}

	.bg1 {
		margin: 0 0 60px;
	}

	.bg1 span {
		background: url("/img/highlevel/bg01-pc.jpg") no-repeat center;
		background-size: contain;
		padding-bottom: 50%;
	}

	.media {
		width: 65%;
		display: grid;
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.media li {
		line-height: 4;
		margin: 0;
	}

	.catch {
		padding: 50px 0 40px;
	}

	.catch p {
		width: 80%;
		margin: 0 auto 10px;
		font-size: 5.5rem;
	}

	.catch p span {
		font-size: 3.2rem;
	}

	.two {
		display: grid;
		grid-gap: 60px;
		grid-template-columns: 1fr 1fr;
		margin: 0 0 80px;
	}

	.two li {
		margin: 0;
	}

	.use {
		padding: 80px 20px 60px;
	}

	.use::after {
		border-bottom: 10em solid transparent;
		border-left: 10em solid #111;
	}

	.use .box {
		width: 70%;
		margin: 0 auto;
	}

	.use span.num {
		font-size: 6rem;
		padding: 0 0 0 25px;
	}

	.use h3 {
		text-align: left;
		font-size: 3.6rem;
		margin: 0 0 10px;
	}

	.anxiety {
		padding: 60px;
	}

	.check-list li {
		font-size: 2.4rem;
	}

	.anxiety .center {
		font-size: 2.4rem;
	}

	.anxiety::before {
		bottom: -5%;
	}

	.anxiety::after {
		bottom: -39%;
		border: solid 140px transparent;
		border-top: solid 120px #e6d8b3;
	}

	p.title1 {
		padding: 120px 15px;
		font-size: 3.5rem;
	}

	p.title1 span {
		font-size: 6rem;
	}

	p.title2 {
		font-size: 3rem;
		background: url("/img/highlevel/kazari01.png") no-repeat 5% center, url("/img/highlevel/kazari02.png") no-repeat 95% center;
		background-size: 100px;
	}

	p.title2 span {
		font-size: 4rem;
	}

	p.title2 span em {
		font-size: 6.5rem;
	}

	.safety {
		background: url("/img/highlevel/men.jpg") no-repeat right center;
		background-size: 63%;
		padding: 0;
	}

	.safety dl {
		width: 40%;
		margin: 0 0 10px;
	}

	.safety dt span {
		display: inline-block;
		text-align: left;
	}

	ol.worth li {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 125px 1fr;
		padding: 30px 35px;
	}

	ol.worth li h3 {
		font-size: 2.6rem;
	}

	ol.worth li .photo {
		width: auto;
		margin: 0;
	}

	.price {
		margin: 0 0 120px;
	}

	.price-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}

	ul.fee {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	ul.fee>li {
		margin: 0;
	}

	.setting {
		padding: 25px 60px 15px;
	}

	.step {
		margin: 0 30px 60px;
	}

	.step dl {
		margin: 0 0 120px;
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 220px 1fr;
	}

	.step dl::before {
		bottom: -55%;
	}

	.step dt {
		width: auto;
		margin: 0;
	}

	.step dd h3 {
		font-size: 2.8rem;
		margin: 0 0 20px;
	}

	.step dd h3 span {
		display: table;
	}

	.business {
		background: url("/img/highlevel/kazari03.png") no-repeat top center, url("/img/highlevel/kazari04.png") no-repeat bottom center;
		background-size: contain;
		padding: 100px 0;
		font-size: 3rem;
	}

	.business span {
		font-size: 4.5rem;
	}

	.business span em {
		font-size: 8rem;
	}

	.contact section {
		max-width: 65%;
		margin: 0 auto;
	}

	.tel-btn {
		display: flex;
		flex-wrap: wrap;
	}

	.tel-btn li {
		width: calc(100% / 3 - 8px);
		margin: 0 12px 15px 0;
		box-sizing: border-box;
	}

	.tel-btn li:nth-child(3n) {
		margin: 0 0 15px;
	}

	/*------------------------------
	under button
------------------------------*/
	ul.bottom {
		display: none;
		grid-gap: none;
	}

	/*------------------------------
	age
------------------------------*/
	.age {
		background: url("/img/highlevel/main-pc.jpg") no-repeat center;
		background-size: cover;
	}


}

@media screen and (min-width:1024px) {

	/*------------------------------
			header
------------------------------*/
	#nav-toggle {
		display: none;
	}

	header {
		position: fixed;
		top: 0;
		width: 100%;
		padding: 18px 0;
		z-index: 1;
		background: rgba(255, 255, 255, .9);
	}

	header .inner {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

	header h1 {
		position: static;
		float: left;
		width: 150px;
	}

	header nav {
		line-height: 1.7;
		position: static;
		top: auto;
	}

	nav ul {
		background: none;
		padding: 0;
		text-align: right;
	}

	nav li {
		display: inline-block;
		margin: 0 5px 8px;
	}

	nav ul li a {
		color: #111;
		padding: 0 2px;
	}

	nav ul li a:hover {
		text-decoration: underline;
	}

	.sp-nav {
		position: static;
		z-index: 1;
		transition: 0.2s;
		background: none;
		width: auto;
		padding: 0;
	}

	/*------------------------------
	LP
------------------------------*/
	.wrap,
	.wrap2 {
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	h2.h2-5 {
		font-size: 6rem;
	}

	h2.h2-5 span em {
		font-size: 8rem;
	}

	.top div {
		position: absolute;
		bottom: 10%;
		right: 10%;
		left: auto;
		width: auto;
		-webkit-transform: none;
		transform: none;
	}

	.catch p {
		width: 50%;
	}

	.bg1 span {
		background: url("/img/highlevel/bg01-pc.jpg") no-repeat center;
		background-size: auto;
		padding-bottom: 40%;
	}

	.check-list {
		padding: 30px 0px 30px 70px;
	}

	.anxiety::before {
		font-size: 3.6rem;
		bottom: -8%;
	}

	p.title2 {
		font-size: 3rem;
	}

	p.title2 span {
		font-size: 4.8rem;
	}

	p.title2 span em {
		font-size: 7rem;
	}

	.safety {
		background: url("/img/highlevel/men.jpg") no-repeat right center;
		background-size: 60%;
	}

	.safety dt {
		margin: 70px 0px 30px;
	}

	.safety dt span {
		font-size: 4rem;
	}

	.safety dt span em {
		font-size: 12rem;
	}

	.safety dd {
		margin: 0 0 70px;
	}

	.price-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 20px;
		margin: 0;
	}

	ul.fee {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.business {
		background: url("/img/highlevel/kazari03.png") no-repeat top center, url("/img/highlevel/kazari04.png") no-repeat bottom center;
		background-size: 34em;
		padding: 100px 0;
		margin: 0 0 100px;
		font-size: 3rem;
	}

	/*------------------------------
	form
------------------------------*/
	form {
		max-width: 700px;
		margin: 0 auto;
	}

	form label {
		display: inline-block;
		float: left;
		width: 200px;
		margin: 0 20px 0 0;
	}

	form input {
		width: calc(700px - 220px);
	}

	form input[type="radio"] {
		width: auto;
	}

	form .radio-box label {
		width: auto;
		float: none;
		margin: 0 4px 0 0;
	}

	form label>input,
	form label>select {
		overflow: hidden;
	}

	form textarea {
		overflow: hidden;
		width: calc(700px - 220px);
	}

	#zohoform {
		height: 1320px;
	}

}