/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	color: #1a1a1a;
	line-height: 1;
}

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

nav ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	background: transparent;
	color: inherit;
	display: inline-block;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

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

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

li {
	list-style: none;
}

[type=text],
[type=email],
[type=tel] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	width: 100%;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	cursor: pointer;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	width: 100%; /* resize: none; */
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	background-color: transparent !important;
	font-family: "A-OTF UD新ゴ Pr6N", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
}

img {
	max-width: 100%;
}

h3{
	box-shadow: none;
}

h3::before,
h3::after{
	display: none;
}

@font-face {
	font-family: 'A-OTF UD新ゴ Pr6N';
	src: url(https://cleverlyhome.tokyo/wp-content/themes/lightning-child/font/A-OTF-ShinGoPro-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'A-OTF UD新ゴ Pr6N';
	src: url(https://cleverlyhome.tokyo/wp-content/themes/lightning-child/font/A-OTF-ShinGoPro-Medium.otf) format('opentype');
}

.my-container {
	margin-inline: auto;
	width: 75%;
}

.FV {
	background: url(../img/fv.jpg) no-repeat center center/cover;
	height: 177.8666666667vw;
	max-height: 736px;
	position: relative;
	width: 100%;
}

.FV::before {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.FV__container {
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	margin-inline: auto;
	padding-top: 60px;
	position: relative;
	z-index: 10;
}

.FV__img {
	bottom: 0;
	left: 0;
	max-width: 320px;
	position: absolute;
	width: 70%;
}

.FV__content {
	flex: 1;
	left: 0;
	margin-top: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 55px;
}

.FV__title {
	color: #fff;
}

.FV__title-main {
	display: inline-block;
	font-size: 6rem;
	letter-spacing: 2px;
	padding-left: 13px;
}

.FV__title-sub {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 43px;
}

.FV__link {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 6px;
	color: #3E3A39;
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.7px;
	margin-left: 13px;
	margin-top: 42px;
	padding: 21px 53px 21px 20px;
	position: relative;
	transition: all 0.3s;
}

.FV__link::before,
.FV__link::after {
	background-color: #3E3A39;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.FV__link::before {
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
}

.FV__link::after {
	right: 19px;
	transform: translateY(-50%) rotate(-45deg);
}

.FV__link:hover {
	opacity: 0.7;
	color: #333;
	text-decoration: none;
}

.FV__triangles {
	bottom: 24px;
	position: absolute;
	right: 35px;
	width: 20px;
	z-index: 10;
}

.message {
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 50px;
	text-align: center;
}

.message__title {
	color: #231815;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
}

.message__title-group {
	color: #2D6071;
	position: relative;
}

.message__title-group:not(:nth-child(3)) {
	padding-right: 8px;
}

.message__title-group:not(:nth-child(3))::after {
	background-color: #2D6071;
	content: "";
	height: 5px;
	position: absolute;
	right: 5px;
	top: 27%;
	transform: translateY(-50%);
	width: 5px;
}

.message__title--large {
	font-size: 3rem;
	font-weight: 700;
}

.message__dots {
	display: inline-block;
	font-size: 2rem;
	letter-spacing: -10px;
}

.message__text {
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 30px;
}

.point {
	margin-top: 40px;
}

.point__main-title {
	color: #2D6071;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
}

.point__main-title span {
	display: inline-block;
	font-size: 8rem;
	margin-right: 34px;
	transform: translate(21px, 10px);
}

.point__box {
	margin-top: 20px;
	padding-bottom: 90px;
	padding-top: 50px;
}

.point__box.bg-black {
	background-color: #393939;
}

.point__box + .point__box {
	margin-top: 30px;
}

.point__box:last-child {
	padding-bottom: 30px;
}

.point__logo,
.point__logo2,
.point__logo3,
.point__logo4 {
	margin-inline: auto;
}

.point__logo {
	width: 60px;
}

.point__logo2 {
	margin-bottom: 30px;
	width: 100px;
}

.point__logo3 {
	width: 60px;
}

.point__logo4 {
	width: 60px;
}

.point__title {
	color: #393939;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 28px;
	margin-top: 20px;
	text-align: center;
}

.bg-black .point__title {
	color: #fff;
}

.point__images {
	display: block;
	margin: 40px auto 0;
	width: 100%;
}

.point__image {
	overflow: hidden;
	width: 100%;
}

.point__image img {
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.point__image.large img {
	transform: scale(1.01);
}

.point__text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 30px;
	text-align: left;
}

.point-item {
	background-color: #fff;
	margin-right: auto;
	margin-top: 70px;
	padding: 23px 4vw 46px 12vw;
	position: relative;
	width: 91.5%;
	z-index: 1;
}

.point-item::before {
	background-color: rgba(255, 255, 255, 0.7);
	bottom: -16px;
	content: "";
	height: 100%;
	position: absolute;
	right: -16px;
	width: 99.5%;
	z-index: -1;
}

.point-item.bg-black {
	background-color: #393939;
	margin-left: auto;
	margin-right: 0;
	padding: 23px 12vw 46px 4vw;
}

.point-item.bg-black::before {
	background-color: rgba(57, 57, 57, 0.7);
	left: -16px;
	right: auto;
}

.point-item__container {
	margin-inline: auto;
	width: 100%;
}

.point-item__container--reverse {
	margin-inline: auto;
	width: 100%;
}

.point-item__title {
	color: #393939;
	/* font-family: "Century Gothic", sans-serif; */
	font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 2rem;
	letter-spacing: 0;
	text-align: center;
}

.point-item__title span {
	display: inline-block;
	position: relative;
}

.point-item__title span::before,
.point-item__title span::after {
	background-color: #000;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.point-item__title span::before {
	left: -34px;
}

.point-item__title span::after {
	right: -34px;
}

.point-item__title.bg-black {
	color: #fff;
}

.point-item__title.bg-black span::before,
.point-item__title.bg-black span::after {
	background-color: #fff;
}

.point-item__text {
	color: #393939;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 14px;
}

.point-item__text.bg-black {
	color: #fff;
}

.point-item__text span {
	display: inline-block;
}

.point-item__desc {
	margin: 60px auto 0;
	max-width: 720px;
	position: relative;
	width: 100%;
}

.point-item__img {
	width: 100%;
}

.point-item__content {
	/* font-family: "筑紫A丸ゴシック", serif; */
	font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
	font-weight: 700;
	margin-top: 40px;
	position: relative;
}

.point-item__desc-head {
	font-size: 1.4rem;
	letter-spacing: -0.2px;
	line-height: 1.4;
}

.point-item__desc-text {
	font-size: 1.4rem;
	letter-spacing: -0.8px;
	line-height: 1.2;
	margin-top: 8px;
}

.point-item__desc-note {
	font-size: 1.2rem;
	letter-spacing: -1.4px;
	margin-top: 18px;
}

.point-item__voice {
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	padding: 13px 10px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.point-item__voice.bg-black {
	background-color: #393939;
	color: #fff;
}

.point-item__voice-head {
	font-size: 1.6rem;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	top: 3px;
	transform: translateX(-50%);
	z-index: 1;
}

.point-item__voice-head::before {
	background-color: #fff;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	z-index: -1;
}

.point-item__voice-head.bg-black::before {
	background-color: #393939;
}

.point-item__voice-text {
	border: 1px solid #393939;
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.8;
	padding: 18px 10px 12px;
	text-align: left;
}

.point-item__voice-text.bg-black {
	border: 1px solid #fff;
}

.cta-my {
	margin-top: 50px;
	text-align: center;
}

.cta-my__link {
	background-color: #2D6071;
	border-radius: 48px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 3px;
	margin-inline: auto;
	padding: 20px 0;
	width: 75%;
}

.cta-my__link:hover{
	color: #fff;
	text-decoration: none;
}

.charm {
	margin: 80px auto 40px;
	width: 75%;
}

.charm__item {
	align-items: center;
	border: 1px solid #393939;
	counter-increment: title;
	display: flex;
	flex-direction: column;
	position: relative;
}

.charm__item::before {
	border-color: #393939 transparent transparent transparent;
	border-style: solid;
	border-width: 65px 65px 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.charm__item::after {
	color: #fff;
	content: "0" counter(title);
	font-size: 2rem;
	left: 5px;
	position: absolute;
	top: 7px;
}

.charm__item.reverse {
	flex-direction: column;
}

.charm__item + .charm__item {
	margin-top: 60px;
}

.charm__item.reverse::before {
	border-color: transparent #393939 transparent transparent;
	border-style: solid;
	border-width: 0 65px 65px 0;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.charm__item.reverse::after {
	color: #fff;
	content: "0" counter(title);
	font-size: 2rem;
	left: auto;
	position: absolute;
	right: 5px;
	top: 7px;
}

.charm__item-content {
	color: #393939;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.charm__item-img {
	width: 100%;
	overflow: hidden;
}

.charm__item-img img {
	height: 100%;
	vertical-align: bottom;
	transform: scale(1.1);
}

.none-s {
	display: none;
}

.none-m {
	display: none;
}

.none-mm {
	display: none;
}

.d-ss{
	display: none;
}

/* 上書き */

.point_content h4:not(.not_style), .form-sec .container h2 {
    font-size: 30px;
}

.siteHeader .container {
    padding-top: 20px;
    padding-bottom: 18px;
}

div#mw_wp_form_mw-wp-form-28946{
	font-family: "Ryumin_bold","Yu Mincho","游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","MS P明朝","MS PMincho","MS 明朝",serif;
}

footer.siteFooter {
    font-family: "Ryumin_bold","Yu Mincho","游明朝",YuMincho,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","MS P明朝","MS PMincho","MS 明朝",serif;
}

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

.d-ss{
	display: block;
}

.point__text{
	text-align: center;
}

}

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

.container{
	width: 750px !important;
}

.my-container {
	width: 500px;
}

.FV {
	height: 56.4814814815vw;
	max-height: 610px;
}

.FV__container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	max-width: 939px;
	padding-top: clamp(109px, 14.26vw, 154px);
	width: 87vw;
}

.FV__img {
	max-width: 360px;
	width: 33.3333333333vw;
}

.FV__content {
	left: auto;
	right: 91px;
	text-align: left;
	top: clamp(109px, 14.26vw, 154px);
}

.FV__title-main {
	font-size: clamp(6.8rem, 8.15vw, 8.8rem);
}

.FV__title-sub {
	font-size: clamp(1.6rem, 2.037vw, 2.2rem);
}

.message__title {
	font-size: 3rem;
}

.message__title-group:not(:nth-child(3))::after {
	height: 7px;
	right: 6px;
	width: 7px;
}

.message__title--large {
	font-size: 5rem;
}

.message__dots {
	transform: translateY(-4px);
}

.message__text {
	font-size: 2rem;
}

.point {
	margin-top: 64px;
}

.point__main-title {
	font-size: 7.5rem;
}

.point__main-title span {
	font-size: 20rem;
}

.point__box {
	margin-top: 32px;
	padding-bottom: 180px;
	padding-top: 105px;
}

.point__box + .point__box {
	margin-top: 40px;
}

.point__box:last-child {
	padding-bottom: 50px;
}

.point__logo {
	width: 78px;
}

.point__logo2 {
	margin-bottom: 48px;
	width: 146px;
}

.point__logo3 {
	width: 80px;
}

.point__logo4 {
	width: 80px;
}

.point__title {
	font-size: 4rem;
	margin-top: 38px;
}

.point__images {
	display: flex;
	margin: 88px auto 0;
}

.point__image {
	width: 50%;
}

.point__text {
	font-size: 2rem;
	margin-top: 40px;
}

.point-item {
	margin-top: 154px;
	padding: 63px 10px 86px 9vw;
}

.point-item::before {
	bottom: -30px;
	right: -24px;
}

.point-item.bg-black {
	margin-top: 154px;
	padding: 63px 9vw 86px 10px;
}

.point-item.bg-black::before {
	left: -30px;
}

.point-item__container {
	width: 500px;
}

.point-item__container--reverse {
	width: 500px;
}

.point-item__title {
	font-size: 3rem;
	letter-spacing: 3px;
}

.point-item__title span::before,
.point-item__title span::after {
	height: 2px;
	width: 20px;
}

.point-item__text {
	font-size: 2rem;
	line-height: 2.1;
	margin-top: 40px;
}

.point-item__desc-head {
	font-size: clamp(2.2rem, 2.037vw, 2.6rem);
}

.point-item__desc-text {
	font-size: clamp(1.4rem, 1.296vw, 1.8rem);
	padding-left: 5px;
}

.point-item__desc-note {
	font-size: clamp(1.2rem, 1.11vw, 1.6rem);
	padding-left: 4px;
}

.point-item__voice {
	margin-top: 67px;
	padding: 20px 16px 19px;
}

.point-item__voice-head {
	font-size: 2.2rem;
	top: 7px;
}

.point-item__voice-head::before {
	width: 165px;
}

.point-item__voice-text {
	font-size: 2.2rem;
	padding: 25px 5px 22px;
	text-align: center;
}

.cta-my__link {
	width: 500px;
}

.none-s {
	display: block;
}

}

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

.container{
	width: 970px !important;
}

body.device-mobile .vk-mobile-nav-menu-btn {
    display: none;
}

.FV__container {
	gap: 113px;
}

.message {
	padding-bottom: 80px;
	padding-top: 107px;
}

.message__title {
	font-size: 5rem;
	letter-spacing: -3px;
	line-height: 1.3;
}

.message__title-group:not(:nth-child(3)) {
	padding-right: 38px;
}

.message__title-group:not(:nth-child(3))::after {
	height: 10px;
	right: 21px;
	top: 27%;
	transform: translateY(-50%);
	width: 10px;
}

.message__title--large {
	font-size: 8.2rem;
}

.message__dots {
	font-size: 3rem;
	letter-spacing: -13px;
	transform: translateY(-10px);
}

.message__text {
	font-size: 2.8rem;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 47px;
}

.point-item {
	padding: 63px 20px 86px 10vw;
}

.point-item.bg-black {
	padding: 63px 10vw 86px 20px;
}

.point__text {
	font-size: 2.8rem;
}

.cta-my {
	margin-top: 106px;
}

.cta-my__link {
	border-radius: 80px;
	font-size: 3.6rem;
	padding: 35px 0;
	width: 753px;
}

.charm {
	margin: 124px auto 80px;
	width: 750px;
}

.charm__item {
	flex-direction: row;
}

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

.charm__item + .charm__item {
	margin-top: 120px;
}

.charm__item-content {
	font-size: 2.8rem;
	padding: 0;
	width: 50%;
}

.charm__item-img {
	width: 50%;
}

.none-m {
	display: block;
}

ul.gMenu>li {
    font-size: 1.3rem;
}

}

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

.my-container {
	width: 750px;
}

.point-item__container {
	width: 750px;
}

.point-item__container--reverse {
	width: 750px;
}

.point-item__desc {
	margin: 97px auto 0;
	padding-bottom: 0;
	padding-left: 5px;
}

.point-item__img {
	width: 58%;
}

.point-item__content {
	left: 57%;
	margin-top: 0;
	padding-left: 12px;
	padding-top: 14px;
	position: absolute;
	top: 0;
}

.point-item__text {
	font-size: 2.8rem;
}

.none-mm {
	display: block;
}

}

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

.container{
	width: 1170px !important;
}
	

.FV__container {
	justify-content: center;
}

}

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

.my-container {
	width: 970px;
}

.point-item__container {
	width: 970px;
}

.point-item__container--reverse {
	width: 970px;
}

}

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

.my-container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
}

.point-item {
	padding: 63px 30px 86px 10vw;
}

.point-item.bg-black {
	padding: 63px 10vw 86px 30px;
}

.point-item__container {
	width: 1170px;
}

.point-item__container--reverse {
	width: 1170px;
}

}

